/*通用样式*/
*{margin:0;padding:0;word-wrap:break-word;}
body{min-width: 980px;font-size:12px;font-family:Arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;color:#444;}
body{ color:#4C4C4C;}
a{color:#4C4C4C;text-decoration:none;}
a:hover{color:#FF0000;}
a img{border:none;} 
div,ul,li,p,form{padding: 0px; margin: 0px;list-style-type: none;}
em{font-style: normal;font-weight: normal;}
table {padding: 0px; margin: 0px;list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px;list-style-type: none;}
form{margin:0px;padding:0px;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input:focus,textarea:focus,select:focus{ outline:none;}
input[type="text"],select{ height:30px; line-height:30px; color:#999; border:1px solid #ddd;}
tr {padding: 0px; margin: 0px;list-style-type: none;}
h2,h3,h4{padding:0px; font-size:14px; font-weight:normal;}
i,em{ font-style:normal;}
@font-face {font-family: 'yshst';src: url("../UploadFiles/yshst.woff2") format('woff2'),url('../UploadFiles/yshst.woff') format('woff');font-weight: normal;font-style: normal;}

/*头部通用*/
.topbox {width: 100%; background-color: #fff;}
.tophy {display: flex; justify-content: space-between; width: 100%; height: 50px; padding: 0 5%; box-sizing: border-box; background-color: #f5f5f5;}
.tophy p:nth-child(1) {font-size: 18px; line-height: 50px; color: #333; letter-spacing: 1px;}
.tophy p:nth-child(2) {font-size: 18px; line-height: 50px; color: #333; text-align: right;}
.tophy p:nth-child(2) a {font-size: 16px;line-height: 40px;color: #333; margin: 0 20px;}
.tophy p:nth-child(2) a:nth-last-child(1) {margin-right: 0;}
.tophy p:nth-child(2) a:hover {color: #dc0a05;}

.top {display: flex; justify-content: space-between; width: 100%; padding: 20px 5%; box-sizing: border-box;}
.topolgo {display: block; width: 556px; height: 60px;}
.topjs {position: relative; width: 300px; height: 60px; padding: 5px 0 5px 12px; margin:0 auto 0 12px; box-sizing: border-box;}
.topjs::before {content: ""; position: absolute; top: 5px; left: 0; width: 1px; height: 50px; background-image: url("../UploadFiles/bj/topjg.jpg")}
.topjs p:nth-child(1) {font-size: 18px; line-height: 26px; font-weight: 600; letter-spacing: 1px; color: #333;}
.topjs p:nth-child(2) {font-size: 16px; line-height: 24px; letter-spacing: 1px; color: #333;}

.toplx{height: 60px; padding: 5px 0; box-sizing: border-box; overflow: hidden;}
.toplx p:nth-child(1) {font-size: 20px; line-height: 20px; letter-spacing: 4px; color: #333;}
.toplx p:nth-child(2) {font-size: 28px; line-height: 18px; color: #3f3f7a; letter-spacing: 1px; font-family: yshst; transform: scaleY(1.5);margin-top: 13px;}

.topdh {top: 0; left: 0; z-index: 1000; display: flex; width: 100%; padding: 0 5%; border-top: 2px solid #3f3f7a; box-sizing: border-box; box-shadow: 0 2px 3px rgba(0,0,0,0.1); background-color: #fff;}
.topdh li {position: relative; width: calc(100% / 6);}
.topdh li::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-left: 1px solid #e5e5e5; box-sizing: border-box;}
.topdh li:nth-last-child(1)::before {border-right: 1px solid #e5e5e5;}
.topdh li a {position: relative; z-index: 10; display: block; width: 100%; font-size: 18px; line-height: 57px; color: #333; text-align: center; letter-spacing: 1px;}
.topdh li a::before {content: ""; position: absolute; top: -1px; left: 0; z-index: -1; width: 100%; height: 0; background-color:#3f3f7a; transition: all 0.4s;}
.topdh li a:hover::before{height: calc(100% + 1px);}
.topdh li a:hover{color: #fff;}

@media(max-width:1200px){.tophy {padding: 0 2%;} .top {padding: 20px 2%;} .topjs{display: none;} .topdh {padding: 0;}}
@media(max-width:980px){.tophy p:nth-child(1),.tophy p:nth-child(2),.tophy p:nth-child(2) a {font-size: 22px;} topdh li a {font-size: 24px;}}

/*banner*/
.rslides { position: relative; overflow: hidden; width: 100%; padding: 0; margin: 0;}
.rslides li {  -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; }
.rslides li:first-child { position: relative; display: block; float: left; }
.rslides img { display: block; height: auto; float: left; width: 100%; border: 0; }
.slide_container {  position: relative; float: left; width: 100%; overflow:hidden;}
.slide { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }
.slide li { position: absolute; width: 100%; left: 0; top: 0; }
.slide img { display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0; }
.slide .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; background: #000; background: rgba(0,0,0,0.8); left: 0; right: 0; bottom: 0; padding: 10px 20px; margin: 0; max-width: none; }
.slide_nav:active { opacity: 1.0; }
.slide_nav.next {left: auto;background-position: right top;right: 5%;}
.slide_container .tu{ width:100%; height:602px;}
.slide_nav{font-size: 0;width: 60px;height: 60px;opacity: 0.8;position: absolute;top: 50%;transform: translateY(-50%);z-index: 20; background: url("../UploadFiles/vbg01.png") no-repeat rgb(255,255,255);border-radius: 50%;box-shadow: 0px 2px 10px rgba(0,0,0,.2);transition: all 0.4s;}
.prev{left: 5%;background-position: -2px 0;}
.next{right: 5%;background-position: -58px 0;}
.prev:hover{background: url("../UploadFiles/vbg02.png") no-repeat rgb(220 10 5);}
.next:hover{background: url("../UploadFiles/vbg02.png") no-repeat rgb(220 10 5);background-position: -58px 0;}

 /*尾部通用*/
.dbbox {width: 100%; background-color: #1c1c1c; padding: 40px 0 0; }
.db {display: flex; align-items:stretch; width: 90%; margin: 0 auto 20px;}
.dbzx {width: 330px;}
.dbzx p:nth-child(1) {font-size: 26px; color: #fff; font-weight: 400; line-height: 40px; margin-bottom: 10px; padding-left: 60px; box-sizing: border-box; background-image: url("../UploadFiles/dbdh1.png"); background-size: 50px auto; background-repeat: no-repeat; background-position: 0 50%; vertical-align: bottom;}
.dbzx p:nth-child(2) {font-family:yshst,Arial; font-size: 38px; color: #fff; line-height: 56px; margin-bottom: 4px; letter-spacing: 3px; transform: scaleY(1.4);}
.dbzx p:nth-child(3) {font-size: 18px; color: #ccc; line-height: 30px; letter-spacing: 1px;}
.dbdh {display: flex; justify-content: space-around; width: calc(100% - 720px);}
.dbdhlb li:nth-child(1) {font-size: 18px; color: #fff; font-weight: 400; line-height: 30px; margin-bottom: 10px;}
.dbdhlb li a {font-size: 16px; line-height: 34px; color: #bbb;}
.dbdhlb li a:hover {color: #fff;}
.dblx {width: 400px;}
.dblx p:nth-child(1){font-size: 18px; color: #fff; font-weight: 400; line-height: 30px; margin-bottom: 10px;}
.dblx p:nth-child(2),.dblx p:nth-child(3),.dblx p:nth-child(4) {border-radius: 21px; margin-bottom: 6px; padding: 0 20px 0 40px; box-sizing: border-box; font-size: 18px; line-height: 42px; color: #aaa; background-color: #121212; background-size: 18px 18px; background-position: 12px 50%; background-repeat: no-repeat;}
.dblx p:nth-child(2) {background-image: url("../UploadFiles/bj/dbdh.png");}
.dblx p:nth-child(3) {background-image: url("../UploadFiles/bj/dbyx.png");}
.dblx p:nth-child(4) {background-image: url("../UploadFiles/bj/dbdz.png"); margin-bottom: 0;}

.dbzcbox {width: 100%; background-color: #141414;}
.dbzc {display: flex; flex-wrap: wrap; width: 90%; margin: 0 auto; padding: 6px 0;}
.dbzc p:nth-child(1),.dbzc p:nth-child(2) {display: block; width: 50%; font-size: 16px; line-height: 24px; color: #e1e1e1;}
.dbzc p:nth-child(1) a {color: #e1e1e1;}
.dbzc a:hover {color: #dc0000!important;}
    
@media(max-width:1200px){.db {width: 96%;} .dbzc {width: 96%;} .dbzx{display: none;} .dbdh{justify-content: space-between; width: calc(100% - 400px);padding-right: 10%; box-sizing: border-box;}}
@media(max-width:980px){.dbdh {width: calc(100% - 450px);padding-right: 4%;} .dbdhlb li:nth-child(1){font-size: 24px;} .dbdhlb li a{font-size: 22px;} .dblx {width: 500px;} .dblx p:nth-child(1){font-size: 24px;} .dblx p:nth-child(2), .dblx p:nth-child(3), .dblx p:nth-child(4){font-size: 22px;} .dbzc p:nth-child(1),.dbzc p:nth-child(2) {width: 100%;text-align: center;} .dbzc p:nth-child(2) a img {float: none!important;margin: 0 auto;} .dbzc p:nth-child(2) a {float: none!important;display: inline-block;}} 
    
/*一键拨号*/
.footbox{height: 10rem;background:rgba(10,95,205,0.70);bottom: 0;z-index: 99;left: 0; width: 100%;min-width: 375px; position: fixed; border-top:0;z-index: 1000;}
.flexbox{margin-top:2px;text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.footbox ul li{-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1;flex: 1; text-align:center;}
.footbox ul li a{ display:block;color:#fff;font-size:2rem;line-height:3rem;font-weight: 600;}
.footbox ul li a img{ display:block; width:6rem; height:6rem; margin:0.5rem auto}
@media(min-width:1000px){.footbox{display:none;}}
.sjkx{display:block;}
@media(min-width:1000px){.sjkx{display: none;}}

/*首页标题*/
.sybt {
    width: 100%;
    margin-bottom: 40px;
}

.sybt p:nth-child(1) {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    color: #212121;
    text-align: center;
    position: relative;
    letter-spacing: 4px;
}

.sybt p:nth-child(1) span {
    letter-spacing: 0;
}

.sybt p:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #05419b;
    left: 50%;
    bottom: -17px;
    transform: translateX(-50%);
}

.sybt p:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
    color: #888;
    letter-spacing: 1px;
    text-align: center;
    max-height: 999px;
}

.sybt p:nth-child(2) span {
    letter-spacing: 0;
}

@media(max-width: 980px) {
    .sybt p:nth-child(1) {
        font-size: 42px;
        line-height: 42px;
    }

    .sybt p:nth-child(2) {
        font-size: 36px;
        line-height: 24px;
    }
}


/*首页产品*/
.sycp{width: 100%; padding: 60px 5%; box-sizing: border-box;}
.sycpfl {display: flex; justify-content: center; flex-wrap: wrap; width: 100%; max-width: 1300px; margin:10px auto 0;}
.sycpfl li {width: calc((100% - 140px) / 8);margin-right: 20px;margin-bottom: 40px;}.sycpfl li:nth-child(8){margin-right: 0;}
.sycpfl li a {position: relative; display: block; width: 100%; border: 1px solid #ddd; border-radius: 27px; box-sizing: border-box; font-size: 18px; line-height: 54px; color: #333; text-align: center; overflow: hidden;}
.sycpfl li a::before{content: ""; position: absolute; left: -1px; top: 0; width: 0; height: 54px; border-radius: 27px;  background-color:#3f3f7a; transition: all 0.4s;}
.sycpfl li a span{position: relative; z-index: 10; color: #333; transition: all 0.4s;}
.sycpfl li a:hover::before{width: 110%;}
.sycpfl li a:hover span{color: #fff;}

.sycplbbox .swiper-slide a {position: relative; display: block; width: 100%; padding-bottom: 20px; background-color: #f7f8f9;box-shadow: 0 0 2px rgba(0,0,0,0.2);}
.sycplbbox .swiper-slide a:nth-child(2){margin-top: 30px;}
.sycplbbox .swiper-slide a::before {content: "";position: absolute;bottom: 0;left:0;width: 0;height: 2px; background-color:#3f3f7a; transition: all 0.4s;}
.sycplbbox .swiper-slide a .sytplb {position: relative; width: 100%; overflow: hidden;}
.sycplbbox .swiper-slide a .sytplb::after {content: ""; position: absolute; top: 15px; left: 15px; z-index: 20; width: 20px; height: 20px; background-image: url("../../UploadFiles/bj/cptb.png"); opacity: 0; transition: all 0.4s;}
.sycplbbox .swiper-slide a .sytplb::before {content: ""; position:absolute; top: -60px; left: -145px; z-index: 10; width: 120px; height: 120px; background-color: #3f3f7a; transform:rotate(45deg); transition: all 0.4s;}
.sycplbbox .swiper-slide a .sytplb img{display: block; width: 100%; transition: all 0.4s;}
.sycplbbox .swiper-slide a p:nth-child(2) {padding: 0 20px;box-sizing: border-box; font-size: 20px; line-height: 56px; color: #212121; text-align: center; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.sycplbbox .swiper-slide a p:nth-child(3) {display: flex; justify-content: space-between; width: 90px; margin: 0 auto; font-size: 18px; line-height: 17px; color: #3f3f7a; transition: all 0.4s;}
.sycplbbox .swiper-slide a p:nth-child(3) span{display: block; width: 17px;height: 17px;background-image: url("../../UploadFiles/bj/cptb2.png");}
.sycplbbox .swiper-slide a:hover::before{width: 100%;} 
.sycplbbox .swiper-slide a:hover .sytplb::after {opacity: 1;}
.sycplbbox .swiper-slide a:hover .sytplb::before {left: -60px;} 
.sycplbbox .swiper-slide a:hover .sytplb img{transform:scale(1.2);}
.sycplbbox .swiper-slide a:hover p:nth-child(3) {width: 100px;}

@media(max-width:1200px){.sycp{padding: 60px 2%;}}
@media(max-width:1060px){.sycpfl {width: 96%; margin-bottom: 20px;}.sycpfl li {width: calc((100% - 80px) / 5);margin-right: 20px;margin-bottom: 20px;}.sycpfl li:nth-child(5){margin-right: 0;}.sycpfl li a {font-size: 22px;}.sycplbbox .swiper-slide a p:nth-child(2) {font-size: 26px;}}

/*首页关于*/
.sygybox {width: 100%;background: url("../UploadFiles/bj/sygybj.jpg") no-repeat;background-size: 100% 100%;padding: 60px 0% 0;box-sizing: border-box;margin-bottom: 60px;}
.sygy {width: 100%;padding: 0 10%;box-sizing: border-box;display: flex;position: relative;}
.sygy::before,.sygy::after {content: "";position: absolute;height: 120px;background-color: #fff;bottom: 0;}
.sygy::before {    width: calc(90% - 460px);    left: 0;}
.sygy::after {    width: 10%;    right: 0;}
.sygynr {    width: calc(100% - 460px);    background-color: #fff;    box-shadow: 0 0 10px rgba(0,0,0,0.2);    position: relative;    z-index: 10;    padding: 30px 40px 40px;    box-sizing: border-box;
}

.sygynr p:nth-child(1) {
    font-size: 24px;
    line-height: 24px;
    color: #212121;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-align: center;
}

.sygynr p:nth-child(1) span {
    letter-spacing: 0;
}

.sygynr p:nth-child(2) {
    display: table;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    background-color: #3f3f7a;
    margin: 0 auto 20px;
}

.sygynr p:nth-child(3) {
    font-size: 18px;
    line-height: 32px;
    color: #333;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 999px;
}

.sygynr p:nth-child(4) {
    display: flex;
    margin-top: 20px;
}

.sygynr p:nth-child(4) a {
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    padding: 0 40px;
    box-sizing: border-box;
    display: block;
    background-color: #3f3f7a;
    margin-right: 20px;
}

.sygytp {
    width: 460px;
    background-color: rgb(0,0,0,0.6);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    z-index: 10;
    padding: 40px;
    box-sizing: border-box;
}

.sygytp img {
    width: 100%;
    display: block;
}

.sygylx {
    width: 100%;
    background-color: #3f3f7a;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 40px;
}

.sygylx p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}

@media(max-width: 1440px) {
    .sygy {
        padding: 0 5%;
    }

    .sygy::before {
        width: calc(95% - 460px);
    }

    .sygy::after {
        width: 5%;
    }
}

@media(max-width: 1280px) {
    .sygynr p:nth-child(2) {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-height: 999px;
    }
}

@media(max-width: 1200px) {
    .sygy {
        padding: 0 2%;
    }

    .sygy::before {
        width: calc(92% - 460px);
    }

    .sygy::after {
        width: 2%;
    }

    .sygynr p:nth-child(4) a {
        padding: 0 20px;
    }
}

@media(max-width: 980px) {
    .sygynr p:nth-child(1) {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .sygynr p:nth-child(2) {
        font-size: 24px;
        line-height: 48px;
        margin: 0px auto 30px;
    }

    .sygynr p:nth-child(3) {
        font-size: 26px;
        line-height: 37px;
    }

    .sygynr p:nth-child(4) {
        margin-top: 30px;
    }

    .sygylx p {
        font-size: 22px;
    }
    .sygynr p:nth-child(3){
    -webkit-line-clamp: 6;
    }
}

/*首页荣誉*/
.syry{width: 100%; padding: 60px 5%; box-sizing: border-box; background-color: #f7f8f9;}
.syry .sybt p:nth-child(1){color: #e1e1e1;}
.syallbbox .swiper-slide a {position: relative; display: block; width: 100%; padding-bottom: 20px; background-color: #fff;}
.syallbbox .swiper-slide a::before {content: "";position: absolute;bottom: 0;left:0;width: 0;height: 2px; background-color:#3f3f7a; transition: all 0.4s;}
.syallbbox .swiper-slide a .sytplb {position: relative; width: 100%; overflow: hidden;}
.syallbbox .swiper-slide a .sytplb::after {content: ""; position: absolute; top: 15px; left: 15px; z-index: 20; width: 20px; height: 20px; background-image: url("../../UploadFiles/bj/cptb.png"); opacity: 0; transition: all 0.4s;}
.syallbbox .swiper-slide a .sytplb::before {content: ""; position:absolute; top: -60px; left: -145px; z-index: 10; width: 120px; height: 120px; background-color: #3f3f7a; transform:rotate(45deg); transition: all 0.4s;}
.syallbbox .swiper-slide a .sytplb img{display: block; width: 100%; transition: all 0.4s;}
.syallbbox .swiper-slide a p:nth-child(2) {padding: 0 20px;box-sizing: border-box; font-size: 20px; line-height: 56px; color: #212121; text-align: center; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.syallbbox .swiper-slide a p:nth-child(3) {display: flex; justify-content: space-between; width: 90px; margin: 0 auto; font-size: 17px; line-height: 17px; color: #3f3f7a; transition: all 0.4s;}
.syallbbox .swiper-slide a p:nth-child(3) span{display: block; width: 17px;height: 17px;background-image: url("../../UploadFiles/bj/cptb2.png");}
.syallbbox .swiper-slide a:hover::before{width: 100%;} 
.syallbbox .swiper-slide a:hover .sytplb::after {opacity: 1;}
.syallbbox .swiper-slide a:hover .sytplb::before {left: -60px;} 
.syallbbox .swiper-slide a:hover .sytplb img{transform:scale(1.2);}
.syallbbox .swiper-slide a:hover p:nth-child(3) {width: 100px;}
@media(max-width:1200px){.syry{padding: 60px 2%;}}
@media (max-width:980px) {.syallbbox .swiper-slide a p:nth-child(2){font-size: 28px;};.syallbbox .swiper-slide a p:nth-child(3){font-size: 18px;}}

/*首页优势*/
.syys{width: 100%; padding: 60px 5%; margin: 0 auto; box-sizing: border-box;}
.syyslb{display: flex; justify-content: space-between; width: 100%; margin: 40px 0 0;}
.syysnr{width: calc((100% - 90px) / 4); padding: 20px; box-sizing: border-box; transition: all 0.6s;}
.syysnr img{display: block; width: 80px; margin: 0 auto 50px;}
.syysnr p:nth-child(2){position: relative; margin-bottom: 30px; font-size: 22px; line-height: 36px; color: #212121; text-align: center;}
.syysnr p:nth-child(2)::before{content: ""; position: absolute; bottom: -15px; left: 50%; width: 60px; height: 2px; background-color: #3f3f7a; transform: translateX(-50%);}
.syysnr p:nth-child(3){font-size: 18px; line-height: 30px; color: #333; text-align: center;}
.syysnr:hover{padding: 0 20px 20px;}
@media(max-width:1200px){.syys{padding: 60px 2%;}} 
@media(max-width:980px){.syysnr{width: calc((100% - 60px) / 4);padding: 20px 10px;} .syysnr:hover{padding: 0 10px 20px;}}

/*首页新闻*/
.syxw{display: flex; flex-wrap: wrap; width: 100%; padding: 60px 5%; box-sizing: border-box;}
.syxwlbl{width: 52%; margin-right: 30px; margin-top: 20px; }
.syxwlbl li{display: flex; width: 100%;}
.syxwlbl li:nth-child(1){border-bottom: 1px dashed #d1d1d1; margin-bottom: 16px; padding-bottom: 17px;}
.syxwlbl li .syxwtp{width: 240px; height: 183px; margin-right: 15px; padding: 5px; border: 1px solid #d1d1d1; box-sizing: border-box;}
.syxwlbl li .syxwtp img{width: 228px; height: 171px; display: block;}
.syxwlbl li .syxwlnr{ display: block; width: calc(100% - 255px);}
.syxwlbl li .syxwlnr p:nth-child(1){font-size: 18px; line-height: 34px; color: #3f3f7a; font-weight: 600; margin-bottom: 8px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.syxwlbl li .syxwlnr p:nth-child(2){height: 90px; font-size: 16px; line-height: 30px; color: #525252; display: -webkit-box; 
-webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.syxwlbl li .syxwlnr p:nth-child(3){display: block; width: 140px; margin-top: 14px; box-sizing: border-box; font-size: 16px; line-height: 34px; text-align: center; color: #fff; background-color:#dc0a05; transition: all 0.6s;}
.syxwlbl li .syxwlnr p:nth-child(3):hover{color: #fff; background-color: #3f3f7a;}

.syxwlbr{width: calc(48% - 30px); margin-top: 20px;}
.syxwlbr li{width: 100%; padding: 8px 0; padding-left: 40px; border-bottom: 1px dashed #d1d1d1; box-sizing: border-box;}
.syxwlbr li:nth-last-child(1){border-bottom: 0;}
.syxwlbr li a{display: block; position: relative; width: 100%;}
.syxwlbr li a::before{content: ""; position: absolute; top: 0; left: -40px; width: 34px; height: 88px; background-image: url("../UploadFiles/bj/xwtp.png"); background-size: 34px 88px;}
.syxwlbr li a p:nth-child(1){padding: 8px 0; font-size: 18px; line-height: 18px; color: #333; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.syxwlbr li a p:nth-child(2){height: 50px; font-size: 16px; line-height: 25px; color: #525252; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.syxwlbr li a p:nth-child(1):hover{color: #3f3f7a;}

@media(max-width:1200px){.syxw{padding: 60px 2%;}}
@media(max-width:980px){.syxwlbl li .syxwlnr p:nth-child(1){font-size: 28px;}.syxwlbl li .syxwlnr p:nth-child(2){font-size: 26px;}.syxwlbr li a p:nth-child(1){padding: 6px 0; line-height: 22px; font-size: 22px;}.syxwlbr li a p:nth-child(2){font-size: 20px;}}

/*内页布局*/
.nybj {display: flex; justify-content: space-between; width: 100%; padding: 30px 5%; box-sizing: border-box;}

.nyl {width: 270px;}
.nylcpbt {width: 100%; padding: 28px 30px; box-sizing: border-box; background-color:#3f3f7a; background-image: url("../../UploadFiles/bj/nyclbj.png");}
.nylcpbt p:nth-child(1) {margin-bottom: 12px; font-size: 30px; line-height: 30px; font-weight: 600; color: #fff; letter-spacing: 16px;}
.nylcpbt p:nth-child(1) span {letter-spacing: 0;}
.nylcpbt p:nth-child(2) {font-size: 22px; line-height: 22px; color: #fff; letter-spacing: 2px;}
.nylcpbt p:nth-child(2) span {letter-spacing: 0;}

.nylcplb {width: 100%;}
.nylcplb li {position: relative; width: 100%; margin-top: 2px; background-color: #f7f8f9;}
.nylcplb li::before {content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: #3f3f7a; transition: all 0.4s;}
.nylcplb li a {position: relative; z-index: 10; display: block; width: 100%; padding: 0 20px 0 50px; box-sizing: border-box; font-size: 18px; line-height: 56px; color: #333; transition: all 0.4s;}
.nylcplb li a::before {content: ""; position: absolute; top: 0; left: 30px; width: 7px; height: 56px; background-image: url("../../UploadFiles/bj/cljt1.png"); background-repeat: no-repeat; transition: all 0.4s;}
.nylcplb li:hover::before {width: 100%;}
.nylcplb li:hover a{padding: 0 30px 0 30px; color: #fff;}
.nylcplb li:hover a::before {left: 233px;  background-image: url("../../UploadFiles/bj/cljt2.png");}

.nyllx {width: 100%; padding:30px 40px; margin-top: 2px; box-sizing: border-box; background-image: url("../../UploadFiles/bj/cllx.jpg"); background-size: 100% 100%;}
.nyllx a {display: block; width: 100%; border: 2px solid #fff; box-sizing: border-box; font-size: 18px; line-height: 46px; color: #fff; text-align: center; transition: all 0.4s;}
.nyllx a:hover {color: #333; background-color: #fff;}

.nyllxnr {display: flex; flex-wrap: wrap; justify-content: space-between; width:100%; padding: 30px 20px; box-sizing: border-box; background-color: #f4f4f4;}
.nyllxdh {width: 100%; padding: 0 0 0 60px; box-sizing: border-box; background-image: url("../../UploadFiles/bj/toplx.png"); background-position: 0 50%; background-repeat: no-repeat;}
.nyllxdh p:nth-child(1){font-size: 16px; line-height: 16px; margin-bottom: 8px; color: #666; letter-spacing: 1px;}
.nyllxdh p:nth-child(2){font-size: 26px; line-height: 26px; font-weight: 600; color: #3f3f7a;}

.nyr {width: calc(100% - 300px);}
.nywz {display: flex; justify-content: space-between; width: 100%; padding-bottom: 16px; border-bottom: 1px dashed #eee; margin-bottom: 20px; box-sizing: border-box;}
.nywz p:nth-child(1) {position: relative; box-sizing: border-box; font-size: 26px; line-height: 26px; font-weight: 600; color: #3f3f7a; letter-spacing: 6px;}
.nywz p:nth-child(2) {font-size: 16px; line-height: 26px; color: #666; padding-left: 24px; background-image: url("../../UploadFiles/bj/wzdh.png"); background-size: 20px 26px; background-repeat: no-repeat;}
.nywz p:nth-child(3) a {font-size: 16px; line-height: 26px; color: #666;}

.nynr{width: 100%;}

@media(max-width:1200px){.nybj {padding: 30px 2%;}}
@media(max-width:980px){.nyl{display: none;} .nyr {width: 100%;} .nylcplb li a {font-size: 22px;};.nywz p:nth-child(2){font-size: 26px;}}

/*关于我们*/
.nygy {margin-top: 40px;}
.nygy p{max-height: 999px;font-size: 20px; line-height: 40px; text-align: justify; text-indent:40px; color: #333; letter-spacing: 1px;}
@media(max-width:980px){.nygy p{font-size: 32px; text-indent:48px;}}

/*图片栏目*/
.nytplb {display: flex; flex-wrap: wrap; width: 100%;}
.nytplb li {width: calc((100% - 90px) / 4);margin-right: 30px;margin-bottom: 30px;}
.nytplb li:nth-child(4n){margin-right: 0;}
.nytplb li a {position: relative; display: block; width: 100%; padding-bottom: 20px; background-color: #f7f8f9;box-shadow: 0 0 2px rgba(0,0,0,0.2);}
.nytplb li a::before {content: "";position: absolute;bottom: 0;left:0;width: 0;height: 2px; background-color:#3f3f7a; transition: all 0.4s;}
.nytplb li a .nytplb {position: relative; width: 100%; overflow: hidden;}
.nytplb li a .nytplb::after {content: ""; position: absolute; top: 15px; left: 15px; z-index: 20; width: 20px; height: 20px; background-image: url("../../UploadFiles/bj/cptb.png"); opacity: 0; transition: all 0.4s;}
.nytplb li a .nytplb::before {content: ""; position:absolute; top: -60px; left: -145px; z-index: 10; width: 120px; height: 120px; background-color: #3f3f7a; transform:rotate(45deg); transition: all 0.4s;}
.nytplb li a .nytplb img{display: block; width: 100%; transition: all 0.4s;}
.nytplb li a p:nth-child(2) {padding: 0 20px;box-sizing: border-box; font-size: 20px; line-height: 56px; color: #212121; text-align: center; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.nytplb li a p:nth-child(3) {display: flex; justify-content: space-between; width: 90px; margin: 0 auto; font-size: 17px; line-height: 17px; color: #3f3f7a; transition: all 0.4s;}
.nytplb li a p:nth-child(3) span{display: block; width: 17px;height: 17px;background-image: url("../../UploadFiles/bj/cptb2.png");}
.nytplb li a:hover::before{width: 100%;} 
.nytplb li a:hover .nytplb::after {opacity: 1;}
.nytplb li a:hover .nytplb::before {left: -60px;} 
.nytplb li a:hover .nytplb img{transform:scale(1.2);}
.nytplb li a:hover p:nth-child(3) {width: 100px;}
@media(max-width:1440px){.nytplb li {width: calc((100% - 60px) / 3);}.nytplb li:nth-child(4n){margin-right: 30px;}.nytplb li:nth-child(3n){margin-right: 0;}}
@media(max-width:980px){.nytplb li a p:nth-child(2){ffont-size: 22px;}}

.nyxwbt{font-size: 26px;color: #424242;line-height: 50px;font-weight: 600; text-align: center;margin-bottom: 40px;}
.nyxwnr{width: 100%;margin: 0 auto;}

.nph_tj ul{width: 100%;overflow: hidden;padding: 0 20px;box-sizing: border-box;}
.nph_tj ul li{width: 50%;float: left;font-size: 16px;margin-top: 20px;}
.nph_tj ul li{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.nph_tj ul li:nth-child(2){text-align: right;}

/*产品页*/
.nycpflsj {display: none; justify-content: center; flex-wrap: wrap; width: 100%; margin:10px 0 0;}
.nycpflsj li {width: calc((100% - 120px) / 5);margin-right: 30px;margin-bottom: 30px;}.nycpflsj li:nth-child(5),.nycpflsj li:nth-child(8){margin-right: 0;}
.nycpflsj li a {display: block; width: 100%; font-size: 22px; line-height: 54px; color: #333; text-align: center; background-color: #f5f5f5;}
.nycpflsj li a:hover{color: #fff; background-color: #3f3f7a;}
@media(max-width:980px){.nycpflsj {display: flex;}}

.nycpjjbt{width: 100%;background-color: #3f3f7a;margin: 40px 0 20px;}
.nycpjjbt p{display: block; width: 160px; margin-left: 4px; font-size: 22px; line-height: 48px; color: #333; text-align: center; background-color: #f7f8f9;}

.nycpjj p{max-height: 999px; font-size: 18px; line-height: 42px; color: #333; ;letter-spacing: 1px; text-indent:36px;}
.nycpjj p img{display: block;max-width: 800px; margin: 0 auto;}
.nycpjj p span{max-height: 999px; font-size: 18px; line-height: 42px; color: #333; ;letter-spacing: 1px;}
.nycpjj table{width: 100%;}
@media(max-width:980px){.nycpjj p{font-size: 22px; text-indent:44px;}}

/*新闻动态*/
.nyxwlb {width: 100%;}
.nyxwlb li {width: 100%;margin-bottom: 20px;}
.nyxwlb li a{display: block; width: 100%; border: 1px solid #e1e1e1; padding: 29px; box-sizing: border-box; transition: all 0.6s;}
.nyxwlb li a p:nth-child(1) {position: relative; display: flex; justify-content: space-between; width: 100%; padding-bottom: 10px; border-bottom: 1px solid #e1e1e1; font-size: 18px; line-height: 38px; color: #212121;}
.nyxwlb li a p:nth-child(1)::before {content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background-color: #3f3f7a; transition: all 0.6s;}
.nyxwlb li a p:nth-child(1) span {font-size: 16px; color: #333; text-align: right;}
.nyxwlb li a p:nth-child(2) {max-height: 999px; margin-top: 23px; font-size: 16px; line-height: 28px; color: #999; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;} 
.nyxwlb li a:hover {box-shadow: 0 4px 6px rgba(0,0,0,0.2);}
.nyxwlb li a:hover p:nth-child(1) {color: #3f3f7a;}
.nyxwlb li a:hover p:nth-child(1) span {color: #3f3f7a;}
.nyxwlb li a:hover p:nth-child(1)::before {width: 100%;}
@media(max-width:980px){.nyxwlb li a p:nth-child(1){font-size: 24px;}.nyxwlb li a p:nth-child(1) span{font-size: 22px;}.nyxwlb li a p:nth-child(2){font-size: 22px;}}

.name{margin-bottom: 30px; margin-top: 50px; font-size: 24px; line-height: 30px; color: #121212; font-weight: bold; text-align: center;}
.intro p{max-height: 999px; font-size: 18px; line-height: 36px; text-indent:36px;}
.control{display: flex; justify-content: space-between; margin-top: 20px;}
.control p{font-size: 16px;line-height: 30px;}
@media(max-width:980px){.intro p{font-size: 22px; text-indent:44px;}}

/*联系我们*/
.nylxnr:nth-child(1) {font-size: 30px; line-height: 52px; color:#212121; font-weight: 600; text-align: center; letter-spacing: 2px; margin-top: 40px;}
.nylxnr:nth-child(2) {font-size: 22px; line-height: 46px; text-align:center; color: #333; letter-spacing:2px;}
.lxlb {display: flex; flex-direction:row; width: 100%; box-sizing: border-box; margin-top: 40px;flex-wrap: wrap;}
.lxlb li {flex-grow:9; padding: 35px 0; box-sizing: border-box; border-right: 1px solid #e1e1e1; box-sizing: border-box; transition: all 0.4s;width: 50%;}
.lxlb li:nth-last-child(1) {flex-grow:10; border-right: 0;}
.lxlb li img {width: 80px; display: block; margin: 0 auto;}
.lxlb li p:nth-child(2) {font-size: 16px; color: #666; text-align: center; line-height: 30px; margin-top: 12px;}
.lxlb li p:nth-child(3) {font-size: 22px; color: #333; text-align: center; line-height: 36px; letter-spacing: 1px;}
.lxlb li:hover {box-shadow:rgba(0,0,0,.2) 0px 0px 30px;}
.nylxr {width: 100%; height: 462px; margin-top: 40px;}
#dituContent {width: 100%; height: 434px;}
@media (max-width:980px) {.nylxnr:nth-child(1){font-size: 46px};.nylxnr:nth-child(2){font-size: 30px};.lxlb li p:nth-child(2){font-size: 30px;};.lxlb li p:nth-child(3){font-size: 30px;}}



/*文章分页样式*/
#fenye{clear:both; margin:10px 20px 20px 0;}
#fenye a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px; display:inline-block;}
#fenye .prev,#fenye .next{width:60px;}
#fenye a.curr{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#fenye a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pageNext{ margin:10px;}
#pageNext .prev,#pageNext .next{text-align:center;width: 60px;}
#pageNext a.curr{background: #bfbfc7;border: 1px solid #bfbfc7;color: #fff;}
#pageNext a.curr span{ color:#fff !important;}
#pageNext a{width: 28px;text-align: center;float: left;border: 1px solid #bfbfc7;background: #fff;height: 28px;font-size: 12px;color: #666;line-height: 28px;margin-left: 5px;border-radius: 3px;}
#realname{height: 30px;border: 1px solid #ddd;}
#b1{padding: 5px 10px;background: #ff7d02;color: #fff;border: 1px solid #ff7d02;border-radius: 3px;}

.fenyetips{ display:none}
#pagelist{ line-height:22px;color:#666; padding:15px;}
#pagelist a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#pagelist a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:28px; font-size:13px; height:28px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}
.fenye a img{ display:block;margin:0 auto;margin-top:12px;}

/* 图片分页方式的样式*/
.imagelist{margin:0 auto;width:990px;} /*总宽度*/
.imagelist .imagetop{padding-right:5px;text-align:right;margin:5px;}
.imagelist .imagetop a{color:#767676;}
.imagelist .defaultimagesrc{text-align:center;margin:5px;padding-top:40px;padding-bottom:40px;}
.imagelist .defaultImagesrc img{border:1px solid #f1f1f1;padding:2px}
.imagelist .imageintro{text-align:center;font-size:14px;}
.thumb {height:112px;background:#FFF;padding:5px;}
.thumb_1 {text-align: center;float: left;height: 50px;width: 60px;padding-top: 30px;font-weight: 400;font-size: 14px;color:#000;}
.thumb_1 .font-28{font-size:18px;color:red;}
.thumb_2 {float: left;width: 790px;}
.thumb_2_1 {background:url(qh1.gif) no-repeat 0px 20px;float: left;height: 113px;width: 35px;cursor:pointer;margin-left:10px;_margin-left:0px;}
.thumb_2_2 {background:url(qh2.gif) no-repeat 0px 20px;float: right;height: 113px;width: 35px;cursor:pointer;}
#scrool_div {width:708px;position:relative;height:110px;overflow:hidden;}
#scrool_wrap {height:110px;position:absolute;width:20000px;}
#scrool_wrap li {width:130px;height:100px;float:left;margin-right:10px;}
#scrool_div img{width:126px;height:95px;margin:5px}
.normalthumb img{padding:2px;border:1px solid #F9AF10}
.currthumb img{padding:2px;border:1px solid #ff6600;}

/*组图显示方式的样式*/
.imggrouplist{margin:0 auto;width:90%;}
.imggrouplist li{width:150px;float:left;margin:2px;border:1px #f1f1f1 solid;background:#FFFFFF;padding:5px;text-align:center}
.imggrouplist li img{width:145px;height:120px;}

/*平行显示方式样式*/
.imglist{text-align:center}
.imglist img{border:4px solid #efefef;padding:1px}
.imglist div{margin-bottom:15px}
#pageNext{text-align:right}