* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #000;
    text-decoration: none;
}

li {
    list-style: none;
}

body,
button,
input,
select,
textarea,
dl,
ol,
ul,
p {
    font-family: '微软雅黑', tahoma, Srial, helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1202px;
    }
}

span.iconfont {
    display: inline-block;
    transition: all .3s;
}
.sMlogo{
    display: none;
}
.swiper-button-prev,
.swiper-button-next {
    outline: none;
}


/* =============主页 ===============*/

.topNrBox {
    width: 100%;
    background: #eee;
}

.topNr {
    display: flex;
    justify-content: space-between;
    max-width: 1425px;
    margin: 0 auto;
    padding: 8px 0;
    align-items: center;
    font-size: 12px;
    color: #626262;
}

.topNr .topLeft>ul {
    display: flex;
}

.topNr .topLeft>ul li {
    margin-right: 20px;
}

.topNr .topLeft>ul li a {
    color: #626262;
}

.infoBox {
    width: 100%;
}

.infoBox .infoContent {
    display: flex;
    justify-content: space-between;
    max-width: 1425px;
    margin: 0 auto;
    padding: 20px 0;
}

.infoBox .infoContent .conLeft {
    display: flex;
}

.infoBox .infoContent .conLeft .logo {
    height: 55px;
}

.infoBox .infoContent .conLeft .logo img {
    max-height: 100%;
}

.infoBox .infoContent .conLeft .infoTex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 2px solid #2071b1;
    height: 55px;
    padding: 8px 20px;
}

.infoBox .infoContent .conLeft .infoTex h5 {
    font-size: 18px;
    color: #2071b1;
    font-weight: 700;
    line-height: 16px;
}

.infoBox .infoContent .conRight {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 55px;
    padding:8px 0
}

.infoBox .infoContent .conRight h5 {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 700;
}

.infoBox .infoContent .conRight h5 img {
    height: 15px;
    margin-right: 5px;
}

.infoBox .infoContent .conRight h5 span {
    font-size: 16px;
}

.navCon {
    background: #2071b1;
}

.navCon .navBox {
    max-width: 1425px;
    margin: 0 auto;
overflow-x: auto;
}

.navCon .navBox>ul {
    display: flex;
    width: auto;


}

.navCon .navBox>ul li {
    text-align: center;
    padding: 20px 10px;
    color: #fff;
    cursor: pointer;
    width: auto;
}

.navCon .navBox>ul li a {
    color: #fff;
    text-transform: uppercase;
}

.curNav {
    background: #e60012!important;
}

.curNav a {
    color: #fff!important;
}

.navCon .navBox>ul li:hover {
    background: #e60012!important;
    color: #fff;
}

.navCon .navBox>ul li:hover a {
    color: #fff;
}

.indSwiper {
    width: 100%;
}

/*.indSwiper .swiper-slide {*/
/*    height: 500px;*/
/*}*/

.indSwiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.indSwiper .swiper-button-prev,
.indSwiper .swiper-button-next {
    height: 45px;
    width: 45px;
    border-radius: 100%;
    background: rgba(221, 219, 217, .9);
}

.indSwiper .swiper-button-prev:after,
.indSwiper .swiper-button-next:after {
    font-size: 24px;
    color: #333333;
}

.searBox {
    padding: 25px 0;
    width: 100%;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .2);
}

.searBox .sear {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.searBox .searInp {
    position: relative;
}

.searBox .searInp .iconfont {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.searBox .searInp button {
    border: none;
    outline: none;
    padding: 5px 25px;
    background: #028fd7;
    font-size: 18px;
    vertical-align: middle;
    color: #fff;
}

.searBox .searInp input {
    border: none;
    outline: none;
    background: #eeeeee;
    font-size: 12px;
    padding: 10px 10px 10px 40px;
    width: 250px;
}

.searBox .searGjc {
    display: flex;
    align-items: center;
    width: 65%;
    line-height: 40px;
}

.searBox .searGjc span {
    /* display: inline-block; */
    margin-right: 20px;
    font-size: 16px;
}

.searBox .searGjc a {
    margin: 0 10px;
    font-size: 14px;
}

.facBox {
    padding: 50px 0;
}

.commonHead {
    text-align: center;
    margin-bottom: 45px;
}

.commonHead h3 {
    font-size: 35px;
    color: #2071b1;
    font-weight: bold;
}

.commonHead h5 {
    font-size: 24px;
    color: #010101;
    font-weight: bold;
}

.facBox {
    width: 100%;
}

.facBox .fac {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.facBox .fac .facLeft {
    width: 23%;
    background: #2071b1;
    padding-bottom: 20px;
    height: min-content;
}

.facBox .fac .facLeft .fLeftTit {
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.facBox .fac .facLeft .fLeftTit h3 {
    font-size: 22px;
}

.facBox .fac .facLeft .fLeftTit h5 {
    font-size: 12px;
}

.facBox .fac .facLeft .fLeftTit .facLine {
    width: 45px;
    height: 1px;
    background: #fff;
    margin: 5px auto 0;
}

.facBox .fac .facLeft .fLefCon {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 15px 10px;
}

.facBox .fac .facLeft .fLefCon li .fLev1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    background: #2071B1;
    margin-bottom: 8px;
    font-size: 15px;
    cursor: pointer;
    flex-wrap: wrap;
}
.facBox .fac .facLeft .fLefCon li .fLev1 a{
    color:#fff;
}
.facBox .fac .facLeft .fLefCon li .fLev2 {
    display: none;
    margin-bottom: 8px;
    font-size: 14px;
    cursor: pointer;
    flex-wrap: wrap
}

.facBox .fac .facLeft .fLefCon li .fLev1>b,
.facBox .fac .facLeft .fLefCon li .fLev2 a>b {
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    display: inline-block;
    width: 85%;
    color: #000;
}
.facBox .fac .facLeft .fLefCon li .fLev1>b{
    color: #fff;
}
.facBox .fac .facLeft .fLefCon li:hover .fLev1,
.curFacNav .fLev1 {
    background: #2071B1!important;
}

.facBox .fac .facLeft .fLefCon li:hover .fLev1>b,
.curFacNav .fLev1>b {
    color: #fff!important;
}

.facBox .fac .facLeft .fLefCon li:hover .fLev1 .iconfont,
.curFacNav .fLev1>.iconfont {
    color: #fff!important;
}
.facBox .fac .facLeft .fLefCon li:hover .fLev1 a{
    color: #fff;
}
.curFacNav .fLev1>.iconfont {
    transform: rotate(90deg);
}

.facBox .fac .facLeft .fLefCon li span {
    color: #b8b8b8;
}

.facBox .fac .facLeft .fLefCon li .fLev2 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    background: #f7f7f7;
    padding: 8px 15px;
}

.facBox .fac .facLeft .fLefCon li .fLev2 a:hover>b {
    color: #2071b1!important;
}

.facBox .fac .facLeft .fLefCon li .fLev2 a:hover>.iconfont {
    color: #2071b1!important;
}

.curFle {}

.facBox .fac .facRig {
    width: 75%;
}

.facBox .fac .facRig .rigTit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.facBox .fac .facRig .rigTit {
    padding: 10px 0 20px;
    margin-bottom: 35px;
}

.facBox .fac .facRig .rigTit h5 {
    font-size: 22px;
    color: #2071b1;
    font-weight: 700;
    text-transform: uppercase;
}

.facBox .fac .facRig .rigTit a {
    font-size: 16px;
}

.facBox .fac .facRig .rigSwiper {
    width: 100%;
    border: 3px solid #e5e5e5;
    background: #f7f7f7;
}

.facBox .fac .facRig .facSwiperBox {
    padding: 25px;
}

.facBox .swiper-button-prev,
.facBox .swiper-button-next {
    width: 40px;
    height: 50px;
    background: rgba(0, 0, 0, .2);
}

.facBox .swiper-button-prev {
    left: 0
}

.facBox .swiper-button-next {
    right: 0;
}

.facBox .swiper-button-prev::after,
.facBox .swiper-button-next::after {
    color: #fff;
    font-size: 24px;
}

.facBox .fac .facRig .rigSwiper .rigFacLbt {
    display: flex;
    width: 100%;
}

.facBox .fac .facRig .rigSwiper .rigFacLbt .facLbtImg {
    width: 60%;
    text-align: center;
    background: #fff;
}

.facBox .fac .facRig .rigSwiper .rigFacLbt .facLbtImg img {
    width: 100%;
}

.facBox .fac .facRig .rigSwiper .rigFacLbt .facLbtTex {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    width: 40%;
    padding: 0 15px;
    font-size: 12px;
    line-height: 24px;
}

.facBox .fac .facRig .rigSwiper .rigFacLbt .facLbtTex h5 {
    font-size: 30px;
    margin-bottom: 20px;
}

.facBox .fac .facRig .rigSwiper .rigFacLbt .facLbtTex .xq a {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #000;
    font-size: 16px;
    margin-top: 20px;
    transition: all 0.2s;
}
.facBox .fac .facRig .rigSwiper .rigFacLbt .facLbtTex p{
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    text-overflow: ellipsis;
}
.facBox .fac .facRig .rigSwiper .rigFacLbt .facLbtTex .xq a:hover {
    background: #2071b1;
    border-color: #2071b1;
    color: #fff;
}


.rigConList .listItem {
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
}

.rigConList .listItem .itImg {
    width: 100%;
    margin-top: 35px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.rigConList .listItem .itImg img {
    width: 100%;
}

.rigConList .listItem span {
    display: inline-block;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #2071B1;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.rigConList .listItem .itBox {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    bottom: -45%;
    left: 0;
    width: 100%;
    height: 45%;
    background: #2071b1;
    transition: all .3s;
}

.rigConList .listItem .itBox h5 {
    color: #fff;
    font-weight: bold;

}

.rigConList .listItem .itBox h5 a {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;

}

.rigConList .listItem .itBox .facXq a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px;
    border: 1px solid #fff;
}

.rigConList .listItem:hover .itBox {
    bottom: 0;
}

.fwsShow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 220px;
    background-size: cover;
    margin: 65px 0;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}

.fwsBox .fws {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 55px;
}

.fwsBox .fws .fwsItem .fwsImg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 170px;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    margin: 0 auto 30px;
    font-size: 14px;
    color: #000000;
}

.fwsBox .fws .fwsItem:hover .fwsImg {
    border-color: #2071b1!important;
}

.gcxt {
    margin-bottom: 55px;
}

.gcxtItem {
    width: 100%;
    border: 2px solid #eeeeee;
    margin-bottom: 40px;
}

.gcxtItem .gcxtImg {
    width: 100%;
}

.gcxtItem .gcxtImg img {
    width: 100%;
}

.gcxtItem .gcxtTex {
    padding: 35px 25px;
    background: #f7f7f7;
    word-break: break-all;
}

.gcxtItem .gcxtTex h5 {
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.gcxtItem .gcxtTex h5::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 2px;
    background: #E6071A;
}
.gcxtItem .gcxtTex .more{
    display: block;
    margin: 15px auto;
    font-size: 16px;
    width: 120px;
    line-height: 30px;
    color: #2071B1;
    text-align: center;
    border: 1px solid #2071B1;
}
.gcxtItem:hover .gcxtTex {
    background: #2071b1;
    color: #fff;
}
.gcxtItem:hover .more{
    color: #fff;
    border: 1px solid #fff;
}
.gcxtItem:hover .gcxtTex h5 a {
    color: #fff;
}

.gcxtItem:hover .gcxtTex h5::after {
    background: #fff
}

.xtgc {
    display: flex;
    width: 100%;
}

.xtgc .xtImg {
    width: 50%;
}

.xtgc .xtImg img {
    width: 100%;
}

.xtgc .xtTex {
    width: 50%;
    padding: 50px 35px;
}

.xtgc .xtTex .xtTexBox {
    width: 65%;
    font: 18px;
    line-height: 45px;
}

.xtgc .xtTex .xtTexBox h5 {
    position: relative;
    font-size: 30px;
    color: #2071b1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight:bold;
}

.xtgc .xtTex .xtTexBox h5::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #2071b1;
}

.xtgc .xtTex .xtTexBox .fsOn {
    font-size: 14px;
    color: #666;
}

.xtgc .xtTex .xtTexBox>a {
    display: inline-block;
    padding: 10px 25px;
    background: #2071b1;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-top: 30px;
}

.zxfw {
    margin: 55px 0;
}

.zxfw .zxList .zxItem {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.zxfw .zxList .zxItem img {
    width: 100%;
}

.zxfw .zxList .zxItem .hBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 20px;
    transition: all .3s;
}

.zxfw .zxList .zxItem .hBox .jia {
    padding: 5px;
    border-radius: 100%;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 12px;
    color: #fff;
    margin-top: 20px;
}

.zxfw .zxList .zxItem:hover .hBox {
    top: 0;
}

.gcCase {
    padding-bottom: 80px;
}

.gcCase .caseNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gcCase .caseNav>li {
    padding: 5px 35px;
    border-radius: 15px;
    border: 1px solid #2071b1;
    cursor: pointer;
}

.gcCase .caseNav>li:hover {
    background: #2071b1;
    color: #fff;
}

.gcCase .caseList .caseItem {
    display: flex;
    margin-top: 60px;
}

.gcCase .caseList .caseItem:nth-child(even) {
    flex-direction: row-reverse;
}

.gcCase .caseList .caseItem .cTex {
    width: 50%;
    padding-right: 20px;
}

.gcCase .caseList .caseItem .cTex .ctHead {
    display: flex;
    align-items: center;
}

.gcCase .caseList .caseItem .cTex .ctHead .xh {
    display: flex;
    align-items: flex-start;
    font-size: 70px;
    font-weight: 700;
    color: #2071b1;
    margin-right: 10px;
}

.gcCase .caseList .caseItem .cTex .ctHead .xh b {
    font-size: 56px;
}

.gcCase .caseList .caseItem .cTex .ctHead .xTit h3 {
    font-size: 36px;
    font-weight:bold;
    color: #2071B1;
}

.gcCase .caseList .caseItem .cTex .ctHead .xTit h5 {
    font-size: 14px;
}

.gcCase .caseList .caseItem .ctCon {
    font-size: 18px;
    color: #000;
    line-height: 36px;
       word-break: break-all;
}

.gcCase .caseList .caseItem .cImg {
    width: 50%;
}

.gcCase .caseList .caseItem .cImg img {
    width: 100%;
}

.gcCase .caseList .caseItem:nth-child(even) .cTex {
    padding-left: 25px;
}

.hyzx {
    padding: 80px 0;
    background: #f7f7f7;
}

.hyzx .hyzxCon .hyItemLeft {
    padding: 40px 30px;
    background: #fff;
    min-height: 633px;
}

.hyzx .hyzxCon .hyTit,
.faq .faqTit {
    font-size: 24px;
    color: #000;
}

.hyzx .hyzxCon .hyList .hyItem {
    display: flex;
    margin-top: 20px;
}
.hyzx .hyzxCon .hyList .hyItem:first-child .hyImg{
    flex: 1;
}
.hyzx .hyzxCon .hyList .hyItem .hyImg {
    flex: 0;
    transition: all .5s;
}

.hyzx .hyzxCon .hyList .hyItem .hyImg img {
    width: 100%;
}

.hyzx .hyzxCon .hyList .hyItem .hyTex {
    flex: 1;
    padding: 15px 30px;
    font-size: 12px;
    line-height: 24px;
    background: #f7f7f7;
    transition: all .5s;
    color: #666666;
}
.hyzx .hyzxCon .hyList .hyItem .hyTex p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    font-size: 15px;
    word-break: break-all;
}
.hyzx .hyzxCon .hyList .hyItem .hyTex h5 {
    font-size: 16px;
    margin-bottom: 4px;
}

.hyzx .hyzxCon .hyList .hyItem .hyTex .lk {
    float: right;
    margin-top: 15px;
}

.hyzx .hyzxCon .hyList .hyItem .hyTex .lk>span {
    font-size: 24px;
    color: #000;
}

/* .hyzx .hyzxCon .hyList .hyItem:hover .hyImg {
    flex: 1;
} */

.hyzx .hyzxCon .hyList .hyItem:hover .hyTex .lk>span {
    color: #2071b1;
}

.faq {
    background: #fff;
    padding: 40px 30px;
}

.faq .faqTit {
    margin-bottom: 25px;
}

.faq>ul>li {
    margin: 17px 0;
}

.faq>ul>li a::before {
    content: '-- '
}

.faq>ul>li a {
    font-size: 14px;
}

.faq>ul>li:hover a {
    color: #2071b1;
}

.footer {
    display: flex;
    padding: 35px 45px 15px;
    /*background: #2071b1;*/
    background: rgba(0,0,0,.7);
    color: #fff;
    flex-wrap: wrap;
}

.footer .fLxwm {
    display: flex;
    flex-wrap: wrap;
    width: 23%;
}

.footer .fLxwm .xItem {
    margin-right: 25px;
    margin-bottom: 5px;
    font-size: 18px;
}

.footer .fLxwm .xItem span {
    font-size: 16px;
    text-transform: uppercase;
}

.footer .fLxwm .xItem .ewm {
    /*display: flex;*/
    /*align-items: center;*/
    text-align: center;
}

.footer .fLxwm .xItem .ewm .eImg {
    /*margin-right: 15px;*/
    width: 80px;
}
.footer .fLxwm .xItem .ewm .iconImg{
    font-size: 14px;}
.footer .fLxwm .xItem .ewm .eImg img {
    width: 100%;
}

.footer .fNav {
    display: flex;
    justify-content: space-between;
    width: 77%;
}

.footer .fNav .fNavItem h5 {
    font-size: 20px;
 /*text-transform: uppercase;*/
    margin-bottom: 30px;
}

.footer .fNav .fNavItem>ul>li {
    margin: 5px 0;
}

.footer .fNav .fNavItem>ul>li a {
    color: #fff;
    font-size: 14px;
}

.footer .copy {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #fff  ;
    padding: 15px 0;
    margin-top: 15px;
    align-items: center;
}

.footer .copy .cLef {
    font-size: 14px;
}

.footer .copy .cLef h5 {
    font-size: 22px;
    font-weight: 700;
}

.footer .copy .cRig {
    display: flex;
    align-items: center;
    padding-right: 70px;
}

.footer .copy .cRig .yqlj {
    margin-right: 250px;
}

.footer .copy .cRig .yqlj a {
    color: #fff;
}

.nav-btn {
    display: none;
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer;
}

.nav-btn .line {
    width: 24px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 18px;
    transition: all 0.3s;
    transform-origin: left center;
}

.nav-btn .line-top {
    top: 21px;
}

.nav-btn .line-middle {
    top: 29px;
}

.nav-btn .line-bottom {
    top: 38px;
}

.menu-on .line-top {
    transform: rotateZ(45deg)
}

.menu-on .line-middle {
    opacity: 0;
}

.menu-on .line-bottom {
    transform: rotateZ(-45deg)
}

.smNav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.sMlogo {
    height: 30px;
}

.sMlogo img {
    max-height: 100%;
}

@media screen and (max-width: 1449px) {
    .navCon .navBox>ul {
        justify-content: center;
    }
    .navCon .navBox>ul li {
        padding: 20px 9px;
    }
    .xtgc .xtTex {
        padding: 0 15px;
    }
    .xtgc .xtTex .xtTexBox {
        width: 100%;
        line-height: 40px;
    }
    .searBox .searGjc a {
        margin: 0 6px;
    }
    .topNr,
    .infoBox {
        padding: 8px 15px;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        max-width: 992px;
    }
    .facBox .fac .facLeft {
        width: 28%;
    }
    .facBox .fac .facRig {
        width: 70%;
    }
    .xtgc .xtTex .xtTexBox h5 {
        font-size: 24px;
    }
    .xtgc .xtTex .xtTexBox {
        line-height: 26px;
    }
    .zxfw .zxList .zxItem {
        margin-bottom: 25px;
    }
    .gcCase .caseNav>li {
        padding: 5px 25px;
    }
    .gcCase .caseList .caseItem .ctCon {
        font-size: 16px;
    }
    .gcCase .caseList .caseItem .cTex .ctHead .xh {
        font-size: 56px;
    }
    .gcCase .caseList .caseItem .cTex .ctHead .xTit h3 {
        font-size: 30px;
    }
    .gcCase .caseList .caseItem {
        align-items: center;
    }
    .hyzx .hyzxCon .hyItemLeft {
        height: 750px;
    }
    .footer .fNav .fNavItem h5 {
        font-size: 16px;
    }
    .footer .fNav .fNavItem>ul>li a {
        font-size: 12px;
    }
    .footer .fLxwm .xItem {
        font-size: 16px;
    }
    .footer .copy .cLef h5 {
        font-size: 18px;
    }
    .footer .copy .cRig .yqlj {
        margin-right: 50px;
    }
    .facBox .fac .facRig .rigSwiper .rigFacLbt .facLbtTex {
        width: 40%;
    }
    .navCon .navBox {
        display: flex;
        justify-content: flex-end;
    }
    .nav-btn {
        display: block;
    }
    .searBox .searInp input {
        width: 180px;
    }
    .searBox .searInp button {
        font-size: 16px;
        padding: 9px 25px;
    }
    .searBox .searGjc a {
        margin: 0 3px;
    }
    .searBox .searGjc {
        width: 70%;
    }
}

@media screen and (max-width: 991px) {
    .searBox .sear {
        justify-content: flex-end;
    }
    .facBox .fac .facLeft {
        width: 100%;
    }
    .facBox .fac .facRig {
        width: 100%;
    }
    .footer .fLxwm {
        width: 100%;
        justify-content: center;
    }
    .footer .fNav {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .searInp form {
        display: flex;
    }
    .indSwiper .swiper-button-prev,
    .indSwiper .swiper-button-next {
        display: none;
    }
    .topNr,
    .infoBox {
        display: none;
    }
    .infoBox .infoContent .conRight {
        display: none;
    }
    .infoBox .infoContent .conLeft .logo {
        height: 30px;
    }
    .infoBox .infoContent {
        padding: 5px 0;
    }
    .navCon .navBox {
        padding: 0 5px;
    }
    /* .searBox .sear {
        justify-content: space-between;
    } */
    .sMlogo {
        display: block;
    }
    .navCon {
        background: #fff;
        box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .3);
    }
    .nav-btn .line {
        background: #2071b1;
    }
    /* .swiper-container {
        z-index: -1;
    } */
}


/* ============内页1============== */

.nyShow {
    /* display: flex;
    justify-content: center;
    align-items: center;
    height: 400px; */
    position: relative;
}
.nyShow .w_z{
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0,-50%);
    width: 55%;
}
.nyShow .w_z .wz1{
    font-size: 36px;
    color: #1e68a3;
    font-weight: bold;
}
.nyShow .w_z .wz2{
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
}
.nyShow .w_z2{
    width: 310px;
    height: 240px;
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(0,-50%);
}
.nyShow .w_z2 .wz3{
    font-size: 32px;
}
.nyShow .w_z2 .wz4{
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    text-align: right;
}
.nyShow .w_z2 .wz5{
    margin-top: 8px;
}
@media only screen and (max-width:1360px) {
    .nyShow .w_z .wz1{
        font-size: 22px;
    }
    .nyShow .w_z .wz2{
        font-size: 17px;
    }
}
@media only screen and (max-width:992px) {
    .nyShow .w_z .wz1{
        font-size: 16px;
    }
    .nyShow .w_z .wz2{
        font-size: 12px;
    }
}
.nyShow span {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}
.nyShow img{
    width: 100%;
}
.path {
    height: 65px;
    line-height: 65px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .1);
}

.path span {
    vertical-align: middle;
    margin-left: 20px;
}

.facRig .nyCon .nItem {
    display: flex;
    margin-bottom: 35px;
}

.facRig .nyCon .nItem .nImg {
    width: 45%;
}

.facRig .nyCon .nItem .nImg img {
    width: 100%;
}

.facRig .nyCon .nItem .nTex {
    width: 55%;
    padding: 5px 0 15px 35px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.facRig .nyCon .nItem .nTex p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    text-overflow: ellipsis;
}
.facRig .nyCon .nItem .nTex h3 {
    font-size: 22px;
    color: #2071b1;
}

.facRig .nyCon .nItem .nTex h5 {
    font-size: 16px;
    color: #333;
    margin: 15px 0;
}

.facRig .nyCon .nItem .nTex .xqLj {
    display: flex;
    margin-top: 5px;
}

.facRig .nyCon .nItem .nTex .xqLj a {
    padding: 0px 20px;
    color: #fff;
    background: #333;
    margin-right: 50px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 40px;
}

.facRig .nyCon .nItem .nTex .xqLj a:first-child {
    background: #2071b1;
}

.facBox .fac .nyLeftItem {
    width: 23%;
}

.facBox .fac .nyLeftItem .facLeft {
    width: 100%;
    margin-bottom: 35px;
}

.facBox .fac .nyLeftItem .facLeft .nyNews {
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}

.facBox .fac .nyLeftItem .facLeft .nyNews a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #fff;
    margin: 3px 0;
    font-size: 14px;
}

.facBox .nyLxwm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.facBox .nyLxwm .nyLxwmTex {
    margin: 0 25px
}

.facBox .nyLxwm .nyFacLine {
    width: 70%;
    height: 1px;
    background: #fff;
    margin: 15px auto;
}

.facBox .lxWay .wayItem {
    display: flex;
    width: 100%;
    width: 90%;
    margin: 0 auto 15px;
    padding: 0 20px;
}

.facBox .lxWay .wayItem .wIcon {
    font-size: 14px;
    color: #fff;
    margin-right: 8px;
}

.facBox .lxWay .wayItem .wIcon img {
    width: 15px;
    vertical-align: middle;
}
.facBox .lxWay .wayItem .wIcon span{
    text-transform: uppercase;
}

.facBox .lxWay .wayItem .wTCon {
    font-size: 14px;
    color: #fff;
}

.fac .facRig .nyCon .spItem {
    width: 100%;
    margin-bottom: 25px;
}

.fac .facRig .nyCon .spItem .spImg {
    display: block;
    width: 100%;
    padding: 10px 0;
}

.fac .facRig .nyCon .spItem .spTex {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}
.fac .facRig .nyCon .spItem .spTex p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    min-height: 72px;
}
.fac .facRig .nyCon .spItem .spTex h5 {
    position: relative;
    padding-left: 10px;
    font-size: 22px;
    color: #2071b1;
}

.fac .facRig .nyCon .spItem .spTex h5::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 22px;
    background: #2071b1;
}

.fac .facRig .nyCon .spItem .spTex a {
    display: inline-block;
    margin-top: 15px;
    width: 120px;
    line-height: 40px;
    background: #2071B1;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}


/* dxd */

img {
    max-width: 100%;
}


/* 公共 */

body {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

@media only screen and (max-width: 992px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
        background: #141414;
    }
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 999999999999999999999;
        display: none;
    }
    .navCon .navBox>ul {
        width: 60%;
        padding: 10px 5% 0;
        margin: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
        background-color: #141414;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .navCon .navBox>ul li {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5px 0;
        text-align: left;
    }
    .curNav {
        background-color: transparent!important;
    }
    .curNav a {
        color: #fff !important;
    }
}

:focus {
    outline: none;
}

.facBox .cp_xq .swiper-button-prev, .facBox .cp_xq .swiper-button-next{
    height: 43px;
}

.cp_xq .wz1{
    font-size: 22px;
    color: #2071b1;
    font-weight: 700;;
}
.cp_xq .wz2{
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 14;
    text-overflow: ellipsis;
}
.cpxq_bt{
    font-size: 22px;
    color: #464646;
    margin-top: 30px;
    border-bottom: 2px solid #D4D4D4;
    line-height: 40px;
}
.cpxq_bt i{
    font-size: 20px;
    color: #c2c2c1;
}
@media only screen and (max-width:992px) {
    .infoBox .infoContent .conLeft .logo img {
        max-height: 38px;
    }
    .infoBox .infoContent {
        padding: 0;
    }
}


/* 公共  end*/


/* 首页 */

@media only screen and (max-width:992px) {
    /*.indSwiper .swiper-slide {*/
    /*    height: 240px;*/
    /*}*/
    .indSwiper .swiper-button-prev,
    .indSwiper .swiper-button-next {
        width: 35px;
        height: 35px;
    }
    .indSwiper .swiper-button-prev:after,
    .indSwiper .swiper-button-next:after {
        font-size: 20px;
    }
    .searBox {
        padding: 15px 0;
    }
    .facBox {
        padding: 30px 0;
    }
    .commonHead h3 {
        font-size: 30px;
        font-weight: bold;
    }
    .commonHead h5 {
        font-size: 20px;
    }
    .rigConList .listItem .itBox {
        height: auto;
    }
    .fwsShow {
        margin: 50px 0;
        height: 130px;
        font-size: 28px;
    }
    .fwsBox .fws .fwsItem .fwsImg {
        width: 150px;
        height: 150px;
    }
    .fwsBox .fws .fwsItem {
        padding: 0 10px;
    }
    .gcxtItem .gcxtTex {
        padding: 20px 15px;
    }
    .gcxtItem .gcxtTex h5 {
        margin-bottom: 10px;
    }
    .xtgc {
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .xtgc .xtImg {
        width: 100%;
        margin-bottom: 15px;
    }
    .xtgc .xtTex {
        width: 100%;
    }
    .xtgc .xtTex {
        padding: 0;
    }
    .xtgc .xtTex .xtTexBox h5 {
        margin-bottom: 10px;
    }
    .xtgc .xtTex .xtTexBox>a {
        margin-top: 20px;
    }
    .commonHead {
        margin-bottom: 25px;
    }
    .gcCase .caseNav {
        flex-wrap: wrap;
    }
    .gcCase .caseNav>li {
        margin-bottom: 15px;
        flex: 0 0 30%;
        text-align: center;
    }
    .gcCase .caseList .caseItem {
        flex-wrap: wrap;
    }
    .gcCase .caseList .caseItem .cTex,
    .gcCase .caseList .caseItem .cImg {
        width: 100%;
    }
    .hyzx {
        padding: 40px 0;
    }
    .hyzx .hyzxCon .hyItemLeft {
        height: auto;
        padding: 20px 15px;
    }
    .hyzx .hyzxCon .hyList .hyItem .hyTex h5 {
        font-size: 18px;
    }
    .faq>ul>li {
        margin: 10px 0;
    }
    .hyzx .hyzxCon .hyItemLeft {
        min-height: 600px;
    }
}

@media only screen and (max-width:768px) {
    .fwsBox .fws .fwsItem .fwsImg {
        width: 130px;
        height: 130px;
        margin-bottom: 15px;
    }
    .commonHead h3 {
        font-size: 26px;
    }
    .commonHead h5 {
        font-size: 18px;
    }
    /*.indSwiper .swiper-slide {*/
    /*    height: 200px;*/
    /*}*/
    .facSwiperBox {
        z-index: 0;
    }
}

@media only screen and (max-width:640px) {
    .fwsBox .fws {
        flex-wrap: wrap;
    }
    .fwsBox .fws .fwsItem {
        padding: 10px;
    }
    .fwsShow {
        font-size: 24px;
        text-align: center;
        padding: 0 15px;
    }
    .facBox .fac .facRig .rigSwiper .rigFacLbt {
        flex-wrap: wrap;
    }
    .facBox .fac .facRig .rigSwiper .rigFacLbt .facLbtImg {
        width: 100%;
    }
    .facBox .fac .facRig .rigSwiper .rigFacLbt .facLbtTex {
        width: 100%;
    }
    .facBox .fac .facRig .rigSwiper .rigFacLbt .facLbtTex h5 {
        margin: 10px 0;
    }
    .facBox .fac .facRig .facSwiperBox {
        padding: 15px 10px;
    }
    .facBox .swiper-button-prev,
    .facBox .swiper-button-next {
        display: none;
    }
    .facBox .fac .facRig .rigTit{
        margin-bottom: 0;
    }
    .cp_xq .col-xl-4{
        margin-top: 20px;
    }
    .xtgc .xtTex .xtTexBox h5 {
        font-size: 20px;
    }
    p {
        font-size: 14px;
        line-height: 24px;
    }
    .gcCase .caseNav>li {
        flex: 0 0 45%;
        font-size: 14px;
    }
    .gcCase .caseList .caseItem:nth-child(even) .cTex {
        padding: 0;
    }
    .hyzx .hyzxCon .hyList .hyItem {
        flex-wrap: wrap;
    }
    .hyzx .hyzxCon .hyList .hyItem:hover .hyImg {
        flex: 0 0 100%;
    }
    .hyzx .hyzxCon .hyList .hyItem .hyTex {
        flex: 0 0 100%;
    }
    .footer .fLxwm {
        justify-content: flex-start;
    }
    .footer {
        padding: 30px 20px 15px;
    }
    .footer .copy .cRig {
        padding-right: 0;
    }
}


/* 内页1 */

@media only screen and (max-width:992px) {
    .nyShow {
        height: 180px;
    }
    
    .nyShow span {
        font-size: 30px;
    }
    .path {
        height: 50px;
        line-height: 50px;
    }
    .facBox .fac .nyLeftItem {
        width: 100%;
    }
    .facBox .fac {
        flex-direction: column-reverse;
    }
    .facRig .nyCon .nItem .nTex .xqLj a {
        padding: 5px 20px;
        margin-right: 30px;
    }
    .facRig .nyCon .nItem .nTex {
        padding: 10px 0 15px 20px;
    }
    .facRig .nyCon .nItem .nTex .xqLj {
        margin-top: 20px;
    }
    .facRig .nyCon .nItem {
        margin-bottom: 20px;
    }
    .facRig .nyCon .nItem .nTex h5 {
        margin: 10px 0;
    }
    .facRig .nyCon .nItem .nTex>p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width:768px) {
    .nyShow {
        height: 200px;
    }
    .facRig .nyCon .nItem .nTex {
        padding: 0;
        padding-left: 15px;
    }
    .facRig .nyCon .nItem .nTex h3 {
        font-size: 18px;
    }
    .facRig .nyCon .nItem .nTex h5 {
        font-size: 14px;
    }
    .facRig .nyCon .nItem .nTex>p {
        line-height: 20px;
        font-size: 13px;
    }
}

@media only screen and (max-width:640px) {
    .facRig .nyCon .nItem {
        flex-wrap: wrap;
    }
    .facRig .nyCon .nItem .nImg,
    .facRig .nyCon .nItem .nTex {
        width: 100%;
    }
    .facRig .nyCon .nItem .nTex {
        padding: 15px 0 20px;
    }
}


/* ======= 内页2======= */

.clearfix::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfix {
    zoom: 1;
}

.Mcontent {
    width: 1200px;
    margin: 55px auto;
}

.D_automation_bar ul {
    margin-left: -20px;
    margin-right: -20px;
}

.D_automation_bar ul li {
    float: left;
    width: 25%;
    padding: 0 20px;
}

.D_automation_bar ul li a {
    font-size: 24px;
    color: #000000;
    font-family: '微软雅黑';
    border: 1px solid #2071b1;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
}

.D_automation_bar ul li.active a {
    color: #fff;
    background: #2071b1;
    border-color: #2071b1;
}

.D_automation_title {
    margin-top: 30px;
}

.D_automation_title .title h1 {
    font-size: 30px;
    line-height: 48px;
    color: #2071b1;
    font-family: '微软雅黑';
}

.D_automation_title .title h1 .sub {
    display: block;
    font-size: 18px;
    line-height: 36px;
}

.D_automation_title .content {
    margin-top: 15px;
}

.D_automation_title .content p {
    font-size: 18px;
    line-height: 36px;
    color: #333;
    font-family: '微软雅黑';
}

.D_automation_title .title_img {
    width: 100%;
    border: 1px solid #eeeeee;
}

.D_automation_title .title_img {
    margin-top: 30px;
}

.D_automation_title .title_img img {
    width: 100%;
}

.D_application {
    margin-top: 70px;
}

.automation_title {
    margin-bottom: 35px;
}

.automation_title h1 {
    font-size: 34px;
    font-family: '微软雅黑';
    color: #2071b1;
    text-align: center;
    line-height: 38px;
    margin-bottom: 20px;
}

.automation_title p {
    font-size: 24px;
    color: #000;
    font-family: '微软雅黑';
    line-height: 36px;
    text-align: center;
}

.D_application .list_item {
    width: 50%;
    float: left;
    padding: 0 12px;
    margin-bottom: 40px;
}

.D_application .application_list {
    margin-left: -12px;
    margin-right: -12px;
}

.D_application .list_item .item_img {
    width: 100%;
}

.D_application .list_item .item_img img {
    width: 100%;
}

.D_application .list_item .item_title {
    margin-top: 40px;
}

.D_application .list_item .item_title h1 {
    font-size: 30px;
    color: #000;
    font-family: '微软雅黑';
    line-height: 34px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.D_application .list_item .item_title p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 90px;
}

.D_advantage .advantage_list {
    background: #f7f7f7;
    padding: 50px 45px;
    margin-left: -25px;
    margin-right: -25px;
}

.D_advantage .advantage_list .list_item {
    float: left;
    width: 50%;
    padding: 0 25px;
    margin-bottom: 25px;
}

.D_advantage .advantage_list .list_item .list_img {
    width: 100%;
}

.D_advantage .advantage_list .list_item .list_img img {
    width: 100%;
}

.D_advantage .advantage_list .list_item .list_title {
    margin-top: 20px;
}

.D_advantage .advantage_list .list_item .list_title h1 {
    font-size: 30px;
    line-height: 63px;
    font-family: '微软雅黑';
    color: #333;
    border-left: 12px solid #004986;
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.D_advantage .advantage_list .list_item .list_title p {
    font-size: 18px;
    color: #666666;
    font-family: '微软雅黑';
    line-height: 30px;
    height: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.D_steps {
    margin-top: 70px;
}

.D_steps .steps_list {
    margin-left: -20px;
    margin-right: -20px;
}

.D_steps .steps_list .list_item {
    float: left;
    width: 25%;
    padding: 0 20px;
}

.D_steps .steps_list .list_item .item_title {
    margin-bottom: 20px;
}

.D_steps .steps_list .list_item .item_title p {
    font-size: 18px;
    color: #333;
    font-family: '微软雅黑';
    line-height: 22px;
    margin-bottom: 15px;
}

.D_steps .steps_list .list_item .item_title h1 {
    font-size: 24px;
    font-family: '微软雅黑';
    color: #2071b1;
    line-height: 28px;
}

.D_steps .steps_list .list_item .item_cont p {
    font-size: 18px;
    line-height: 36px;
    font-family: '微软雅黑';
    color: #333;
    height: 144px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; */
}

.D_project {
    padding-top: 70px;
    padding-bottom: 70px;
}

.D_project .project_title .title_left {
    float: left;
    width: calc(100% - 290px);
    /* background: #004986; */
}

.D_project .project_title .title_left p {

    font-size: 24px;
    line-height: 56px;
    text-align: center;
    padding: 0 10px;
}

.D_project .project_title .title_right {
    width: 290px;
    float: left;
    background: #eeeeee;
}

.D_project .project_title .title_right p {
    font-size: 24px;
    line-height: 56px;
    text-align: center;
    padding: 0 10px;
}

.D_project .project_cont {
    margin-top: 40px;
}

.D_project .project_cont p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.xxk2-item{
    display: none;
}
.xxk2-item:first-child{
    display: block;
}
.xxk2-item .nr{
    margin-top: 40px;
}
@media (max-width: 1200px) {
    .D_automation_bar{
        margin-top: 20px;
    }
    .D_automation_bar ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .Mcontent {
        width: 768px;
        margin: 0 auto;
    }
    .D_automation_bar ul li {
        padding: 0 10px;
    }
    .D_automation_bar ul {
        margin-left: -10px;
        margin-right: -10px;
    }
    .D_project .project_title .title_left {
        width: 100%;
    }
    .D_project .project_title .title_right {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .Mcontent {
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
    .D_automation_title {
        margin-top: 10px;
    }
    .D_automation_bar ul li a {
        font-size: 18px;
        padding: 10px 0;
    }
    .D_automation_title .title h1 .sub {
        font-size: 14px;
        line-height: 24px;
    }
    .D_automation_title .title h1 {
        font-size: 18px;
        line-height: 24px;
    }
    .D_automation_title .content p {
        font-size: 14px;
        line-height: 1.5;
    }
    .D_automation_title .title_img {
        margin-top: 10px;
    }
    .automation_title h1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .automation_title p {
        font-size: 16px;
        line-height: 20px;
    }
    .D_application {
        margin-top: 25px;
    }
    .automation_title {
        margin-bottom: 15px;
    }
    .D_application .list_item {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .D_application .application_list {
        margin: 0;
    }
    .D_application .list_item .item_title h1 {
        font-size: 16px;
        line-height: 28px;
    }
    .D_application .list_item .item_title {
        margin-top: 10px;
    }
    .D_application .list_item .item_title p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 10px;
    }
    .D_advantage .advantage_list {
        padding: 15px;
        margin: 0;
    }
    .D_advantage .advantage_list .list_item {
        width: 100%;
        padding: 0;
    }
    .D_advantage .advantage_list .list_item .list_title h1 {
        font-size: 18px;
        line-height: 36px;
        border-left: 10px solid #004986;
        margin-bottom: 10px;
    }
    .D_advantage .advantage_list .list_item .list_title p {
        font-size: 14px;
        line-height: 1.5;
    }
    .D_steps .steps_list .list_item {
        width: 100%;
    }
    .D_steps .steps_list .list_item .item_title h1 {
        font-size: 16px;
        line-height: 20px;
    }
    .D_steps .steps_list .list_item .item_title p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .D_steps .steps_list .list_item .item_cont p {
        font-size: 14px;
        line-height: 1.5;
        height: 74px;
    }
    .D_steps .steps_list .list_item .item_title {
        margin-bottom: 10px;
    }
    .D_project {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .D_project .project_title .title_left p {
        font-size: 16px;
        line-height: 32px;
    }
    .D_project .project_title .title_right p {
        font-size: 16px;
        line-height: 32px;
    }
    .D_project .project_cont {
        margin-top: 10px;
    }
    .D_project .project_cont p {
        font-size: 14px;
        line-height: 1.5;
    }
}


/* 内页3 */

@media only screen and (max-width:992px) {
    .infoBox .infoContent .conLeft .infoTex {
        display: none;
    }
    .fac .facRig .nyCon .spItem {
        display: flex;
    }
    .fac .facRig .nyCon .spItem .spImg {
        padding: 0 20px 0 10px;
    }
    .fac .facRig .nyCon .spItem .spTex>p {
        font-size: 14px;
        line-height: 22px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        min-height: auto;
    }
    .nySbcp{
        margin-top: 40px;
    }
}

@media only screen and (max-width:768px) {
    .fac .facRig .nyCon .spItem {
        flex-wrap: wrap;
    }
    .fac .facRig .nyCon .spItem .spImg {
        padding: 0;
    }
    .fac .facRig .nyCon .spItem .spImg img {
        width: 100%;
    }
    .fac .facRig .nyCon .spItem .spTex {
        padding: 15px 0 20px;
    }
}

@media only screen and (max-width:640px) {
    .fac .facRig .nyCon .spItem .spTex h5 {
        font-size: 20px;
    }
    .fac .facRig .nyCon .spItem .spTex h5::before {
        width: 3px;
    }
}


/* 内页3 end */

.rpzx img{
    width: 100%;
}
.rpzx .row{
    margin-bottom: 20px;
}

.rpzx .more{
    display: block;
    line-height: 30px;
    border: 1px solid #000;
    width: 120px;
    text-align: center;
    margin-top: 30px;
}
.rpzx .bt{
    font-size: 22px;
}
.rpzx .nr{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}



/* 联系我们页面 */


.bt h5 {
    font-size: 20px;
    color: #414141;
    font-weight: bold;
}

.bt h6 {
    font-size: 18px;
    color: #075ba2;
    font-weight: bold;
    line-height: 56px;
}

.lx_nr_z ul li i {
    font-size: 30px;
    color: #969696;
    margin-right: 10px;
}

.lx_nr_z ul li span {
    font-size: 16px;
    color: #646464;
    float: left;
}

.lx_nr_z h6 {
    font-size: 16px;
    color: #646464;
    line-height: 27px;
}

.lx_nr_z ul li {
    padding-top: 33px;
}

.lx_nr_z ul li i {
    color: #969696;
    margin-right: 10px;
    float: left;
    font-size: 24px;
}

.lx_nr_z ul li:nth-child(1) i {
    font-size: 30px;
}

.lx_nr_z ul li:nth-child(1) span {
    margin-top: 6px;
}

.lx_nr_z ul li:nth-child(2) span {
    margin-top: 3px;
}

.lx_nr_y {
    padding-top: 33px;
}

.lx_nr_y input {
    width: 208px;
    height: 41px;
    border: #aaaaaa 1px solid;
    padding: 0 10px;
    margin-bottom: 20px;
}


.lx_nr_y textarea {
    resize: none;
    width: 100%;
    height: 103px;
    border: #aaaaaa 1px solid;
    padding: 10px 10px;
}

.lx_nr_y .lx_tijiao {
    padding-top: 18px;
}

.lx_nr_y .lx_tijiao button {
    width: 120px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    background: #2071B1;
    border-color: #2071B1;
}

.lxwm_ditu {
    margin-top: 50px;
    margin-bottom: 69px;
}

.lxwm_ditu img {
    width: 100%;
}

.lx_di {
    padding: 42px 0;
    background: #fafafa;
    border-bottom: #e3e3e3 1px solid;
}

.lx_di ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lx_di ul li {
    margin-left: 58px;
}

.lx_di ul li:nth-child(1) {
    margin-left: 0;
}

.lx_di ul li a {
    font-size: 18px;
    color: #646464;
}
@media only screen and (max-width:1800px){
    .nyShow .w_z2{
        width: 270px;
    }
    .nyShow .w_z2 .wz4{
        margin-top: 16px;
    }
    .nyShow .w_z2 .wz5{
        font-size: 14px;
        margin-top: 3px;
    }
}
@media only screen and (max-width:1024px) {
    .lx_nr_z ul li {
        padding-top: 20px;
    }

    .lx_nr_y input {
        width: 100%;
        height: 41px;
    }
    .lx_nr_y textarea {
        width: 100%;
    }
}

@media only screen and (max-width:1199px) {
    .lx_nr_y .lx_tijiao input {
        width: 100px;
        height: 35px;
    }
    .lx_nr_z ul li {
        padding-top: 6px;
    }
    .bt h6 {
        line-height: 33px;
    }
    .bt h5 {
        font-size: 21px;
        margin-top: 21px;
    }
    .lxwm_nr {
        padding-top: 21px;
        padding-bottom: 48px;
    }
    .lx_di {
        padding: 25px 0;
    }
    .lx_di ul li {
        margin-left: 10%;
    }
    .lx_di ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width:640px) {
    .lx_di ul li {
        margin-left: 4%;
    }
    .lx_di ul li a {
        font-size: 12px;
    }
    .lx_di {
        padding: 15px 0;
    }
}
@media only screen and (max-width:576px){
    .nyShow.gcshow{
        background-position-x: 60% !important;
    }
    .nyShow .w_z2{
        left: 35%;
    }
}
@media only screen and (max-width:414px){
    .nyShow .w_z2{
        left: 24%;
    }
}
.xxk-nav{
    cursor: pointer;
    background: #EEEEEE;
    color: #000 !important;
}
.xxk-nr{
    display: none;
}
.xxk-nr:first-child{
    display: block;
}
.xxk-nav.on{
    background: #004986 !important;
    color: #fff !important;
}


.ny_nr .xw_xq .xq_lf .xq_tl{ text-align: center; font-size: 30px; font-weight: bold; margin-bottom: 15px;color:#C01D1D}
.ny_nr .xw_xq .xq_lf .xq_fc{ width: 100%; border-bottom: solid 1px #cacaca; padding: 20px 0px; }
.ny_nr .xw_xq .xq_lf .xq_fc .right{text-align: right;}
.ny_nr .xw_xq .xq_nr{ width: 100%; overflow: hidden; padding: 20px 0px; line-height: 30px; font-size: 14px;}
.ny_nr .xw_xq .xq_nr img{ max-width: 100%;}
.ny_nr .xw_xq .xq_fy{ text-align: center; padding: 15px 0px;}
.ny_nr .xw_xq .xq_fy a{ display: inline-block; margin: 0px 15px; padding: 10px 20px; background-color: #000000; color: #FFFFFF; font-size: 14px;}
.ny_nr .xw_xq .xq_rt{ width: 100%; overflow: hidden; margin-top: 56px; }
.ny_nr .xw_xq .xq_rt .rt_bt{font-size: 24px; font-weight: bold;background-color: #000000; color: #FFFFFF; padding: 15px 0px; text-align: center;}
.ny_nr .xw_xq .xq_rt .rt_lb li a{ display: block; border-bottom: dashed 1px #cccccc; line-height: 56px; font-size: 14px; color: #666;}
@media only screen and (max-width:640px) {
    .ny_nr .xw_xq{ padding: 20px 0px;}
    .ny_nr .xw_xq .xq_lf .xq_tl{font-size: 22px;}
    .ny_nr .xw_xq .xq_lf .xq_fc{padding: 15px 0px; }
    .ny_nr .xw_xq .xq_lf .xq_fc .right{text-align: center;}
    .ny_nr .xw_xq .xq_fy{  padding: 10px 0px;}
    .ny_nr .xw_xq .xq_fy a{ margin: 0px 10px; padding: 10px 15px; }
    .ny_nr .xw_xq .xq_rt{  margin-top: 15px; }
    .ny_nr .xw_xq .xq_rt .rt_bt{font-size: 20px;  padding: 10px 0px; }
    .ny_nr .xw_xq .xq_rt .rt_lb li a{ line-height: 40px;}
}

.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 11px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-online i {
    background-position: -34px -22px;
}
.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #09f;
    color: #fff;
    height: 70px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #09f;
    width: 97px;
    height: 70px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

@media only screen and (max-width:640px){
    .client-2 .my-kefu-tel-main{
        padding: 0;
        height: 50px;
    }
    .client-2 .my-kefu-main{
        padding: 0;
        width: 50px;
        height: 50px;
    }
    .client-2 .my-kefu-left{
        width: 50px;
    }
    .client-2{
        right: -197px;
    }
    .client-2 li{
        height: 51px;
    }
}




.pages{width:100%; height:30px;line-height:30px; text-align:center;
    margin-top: 30px;}
.pages a{ text-decoration:none; font-family:微软雅黑; margin-left:5px; color:#666; font-size:12px; border:solid 1px #ccc ; padding:5px 8px; }
.pages .current-page{ color:#fff; margin-left:5px; font-size:12px; border:solid 1px #2071B1; background:#2071B1; padding:5px 8px; }
.pages span{ text-decoration:none; font-family:微软雅黑; margin-left:5px; color:#666; font-size:12px; border:solid 1px #ccc ; padding:5px 8px; }

.nySbcp .col-lg-6{
    border:1px solid #e5e5e5
}
.ny2{display: none}
@media only screen and (max-width:1500px){
    .nyShow .w_z2{
        left: 50%;
        width: 252px;
    }
    .nyShow .w_z2 .wz4{
        margin-top: 20px;
    }
    .nyShow .w_z2 .wz5{
        font-size: 12px;
    }
}
@media only screen and (max-width:1366px){
    .nyShow .w_z2{
        left: 50%;
        width: 252px;
        padding-top: 10px;
        transform: scale(0.9) translate(0,-50%);
    }
    .nyShow .w_z2 .wz4{
        margin-top: 0px;
        padding-right: 20px;
    }
    .nyShow .w_z2 .wz5{
        font-size: 12px;
    }
}
 .anniu{
    display: flex;
    align-items: center;
    justify-content: center;
} .anniu a{
    font-size: 18px;
    color: #000;
    margin: 0 10px;
 }
 .anniu a.on{
    color: #2071b1;
    font-weight: bold;
}
.diannao{
    display: none;
}
@media only screen and (max-width:768px){
    .anniu a{
        font-size: 20px;
        color: #fff;
        margin: 20px;
    }
    .diannao{
        display: block;
    }
}