/*全局样式*/
@charset "utf-8";

html {
    overflow-x:hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}
body {
    font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    min-width: 320px;
}
input:required,
textarea:required {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
}

a:focus {
    outline: none;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}

.container-fluid {
    max-width: 1310px !important;
}

.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.img_cover{position: absolute;top: 0;bottom: 0;left: 0;right: 0;max-width: 100%;max-height: 100%;display: block;margin:auto;padding: auto;}
.img_size{background-size:cover;background-position: 50% 50%;}
.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.tr{ transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;}
.wrap{ max-width:1280px; margin:0 auto;width:100%;}
.overflow { overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
input[type=text], input[type=button], input[type=submit], textarea{outline:none;}

header .top{
    border-top:3px solid #232425;
    border-bottom:1px solid #f3f3f3;
}
header .top h5{
    height:40px;
    line-height:40px;
    font-size:12px;
    color:#888;
}
header .top ul li{
    position: relative;
}
/* header .top ul li::before{
    content:"";
    width:1px;
    height:16px;
    background:#d5d5d5;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
} */
header .top ul li:first-child::before,
header .top ul li:last-child::before{
    display:none;
}
header .top ul li a{
    font-size:12px;
    color:#888;
    display:block;
    height:40px;
    line-height:40px;
    padding:0 10px;
    position: relative;
    transition:all .3s;
}
header .top ul li a img{
   position: relative;
   top:-1px;
   margin-right:5px;
}
header .top ul li a:hover{
    color:#095cb0;
}
/* header .top ul li:last-child a{
    background:#363839;
    color:#fff;
    font-size:13px;
    font-weight:bold;
}
header .top ul li:last-child a:hover{
    background:#095cb0;
} */

.logo-box{
    height:130px;
}
.logo-box .logo{
    height:130px;
    line-height:130px;
}
/* .logo-box .logo img{
    max-width:100%;
    max-height:80%;
} */
.logo-box .logo-2{
    margin-left:20px;
    max-width:20%;
}
.logo-box .phone{
    margin-top:34px;
    background:url(../images/tel.png) no-repeat 0 12px;
    padding-left:45px;
}
.logo-box .phone p img{
    margin-right:5px;
    position: relative;
    top:-1px;
}
.logo-box .phone h5{
    font-size:30px;
    font-weight:bold;
}

/*PC端导航*/
nav {
    background:#095cb0;
}
nav a {
    color: #fff !important;
    font-size:16px;
}
/*一级导航*/
nav ul li{
    float: left;
    width:10%;
    text-align: center;
    position: relative;
    line-height:60px;
}
nav ul li::after,
nav ul li:last-child a::before{
    content:"";
    width:1px;
    height:20px;
    background:rgba(255, 255, 255, .3);
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    transition:all .3s;
}
nav ul li:last-child a::before{
    left:auto;
    right:0;
}
/* nav ul li::before{
    content:"";
    border-right:17px solid transparent;
    border-top:22px solid #145699;
    position:absolute;
    bottom:0;
    left:100%;
    transition:all .3s;
    opacity:0;
} */
nav ul li a {
    display: block;
    position: relative;
}
nav ul li:hover a,
nav ul li.active a{
    background: #145699;
}
nav ul li:hover::before,
nav ul li.active::before{
    opacity:1;
}
nav ul li:hover::after,
nav ul li.active::after,
nav ul li:hover a:last-child::before,
nav ul li.active a:last-child::before,
nav ul li:hover + li::after,
nav ul li.active + li::after{
    opacity:0;
}
/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 100;
    min-width: 100%;
}
nav ul li ul li{
    float: none;
    width: 100%;
    line-height: 35px;
    background: #5792cd;
    padding: 0;
}
nav ul li ul li::before,
nav ul li ul li a::before,
nav ul li ul li::after{
    display:none !important;
}
nav ul li ul li a{
    font-size:14px;
    font-weight: normal;
    background:#5792cd !important;
    padding:0 5px;
}
nav ul li ul li a:hover{
    background:#145699 !important;
}
nav ul li:hover ul {
    display:block;
}

/*banner轮播*/
#myCarousel {
    position: relative;
    overflow: hidden;
}
#myCarousel .carousel-inner a {
    display: block;
}
#myCarousel .carousel-control.left {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #5792cd;
    top: 50%;
    left: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
}
#myCarousel .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #5792cd;
    top: 50%;
    right: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
}
#myCarousel:hover .carousel-control.right {
    right: 0;
}
#myCarousel:hover .carousel-control.left {
    left: 0;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 1px 3px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 1px 3px;
}

.title{text-align: center;color:#fff;}
.title .t1{line-height: 0.42rem;font-size:0.32rem;}
.title .t2{display: inline-block;font-size:0.18rem;line-height: 0.24rem;text-transform: uppercase;font-family: "Aparajita";padding:0 2.05rem;position: relative;color:#6a6b7c;}
.title .t2::before, .title .t2::after{content:"";display: block;width: 1.85rem;height: 2px;background: #5792cd;position: absolute;top:50%;transform: translateY(-50%);}
.title .t2::before{left: 0;}
.title .t2::after{right: 0;}

.more{display:block;font-size:12px;color:#999;font-family:"arail";width:58px;height: 20px;line-height: 18px; border:1px solid #dedede;text-align: center;border-radius: 30px;box-shadow: 3px 3px 0 rgba(0,0,0,0.1);text-transform: uppercase;}

.title2{border:1px solid #ececec;background: #fff;display: flex;align-items: center;justify-content: space-between;padding-right: 0.2rem;}
.title2 a{display: flex;align-items: center;font-size:0.14rem;color:#000;}
.title2 a i{margin-left: 8px;display: flex;justify-content: center;align-items: center;background: #095cb0;border-radius: 50%;font-size:0.14rem;color:#fff;width: 12px;height: 12px;}
.title2 .txt{background: #f3f3f3;line-height: 0.48rem;font-size:0.25rem;color:#000;display: flex;align-items: center;padding-right: 0.2rem;}
.title2 .txt span{font-size:0.15rem;color:#666;font-family: "Aparajita";text-transform: uppercase;padding:0.14rem 0 0 0.13rem;line-height: 20px;}
.title2 .txt img{display: block;max-width: 100%;margin-left: -5px;margin-top: 5px;}
.title2 .txt .t1{margin-left: 0.2rem;}


.about{padding:0.75rem 0;}
.about .box{display:flex;padding:0.3rem 0 0 0;display:flex;align-items:center;}
.about .box .pic{width: 41%;position: relative;background:#fff;border: 0.25rem solid #fff;box-shadow: 0 0 6px rgba(0,0,0,0.3);position: relative;overflow: hidden;}
.about .box .pic:before{content:"";display: block;padding-top:61%;}
.about .box .pic video{width: 100%;height: 100%;}
.about .box .txt{width:59%;background:#fff;padding:3% 2% 3.5% 3%;}
.about .box .txt .t1{font-size:0.22rem;color:#333;font-weight: bold;position: relative;padding-bottom: 0.2rem;}
.about .box .txt .t1::before{content:"";display: block;width: 0.3rem;height: 1px;background: #095cb0;position: absolute;left: 0;bottom:0;}
.about .box .txt .t2{line-height: 0.26rem;font-size:0.14rem;color:#555;margin:0.2rem 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}
.about .box .txt:hover a{background:#005bac;color:#fff;box-shadow: 3px 3px 0 #a6a6a6;}


.ys{background:url(../images/bj1.jpg) repeat;padding:0.7rem 0;}
.ys-bt{display: block;max-width: 100%;margin:0 auto;}
.ys ul{display: flex;padding:0.45rem 0 0 0;}
.ys ul li{width: calc(46% / 3);height: 4.75rem;display: flex;justify-content: space-between;position: relative;transition: 0.5s;overflow: hidden;}
.ys ul li .left{width: 100%;height: 100%;display: flex;flex-wrap: wrap;align-content: center;background: #fff;text-align: center;}
.ys ul li .left .img{width: 100%;}
.ys ul li .left .img img{display: block;max-width: 100%;transition: 0.5s;margin:0 auto;}
.ys ul li .left .img img:last-child{display: none;}
.ys ul li .left .txt{width: 100%;text-align: center; display: flex;justify-content: center;align-items: flex-start;height: 2.7rem;padding:0.3rem 0;}
.ys ul li .left .txt .t1{-webkit-writing-mode: vertical-lr; -ms-writing-mode: tb-lr; writing-mode: vertical-lr; unicode-bidi: bidi-override;font-size:0.23rem;color:#000;}
.ys ul li .left .txt .t2{-webkit-writing-mode: vertical-lr; -ms-writing-mode: tb-lr; writing-mode: vertical-lr; unicode-bidi: bidi-override;font-size:0.14rem;color:#b5b5b5;font-family: "Aparajita";}
.ys ul li .left .more{margin:0 auto;}
.ys ul li .right{width: 71%;position: absolute;right: 0;top: 0;height: 100%;}
.ys ul li .right .pic{opacity: 0;transition: 0.5s;}
.ys ul li .right .txt{opacity: 0;transition: 0.5s;}

.ys ul li:nth-child(1) .left{background: #eee;}
.ys ul li:nth-child(2) .left{background: #f4f4f4;}
.ys ul li:nth-child(3) .left{background: #f8f8f8;}
.ys ul li:nth-child(4) .left{background: #fff;}

.ys ul li.on{width: 54%;}
.ys ul li.on .left{width:28% ;background: #095cb0;}
.ys ul li.on .left .img img:first-child{display: none;}
.ys ul li.on .left .img img:last-child{display: block;}
.ys ul li.on .left .txt .t1{color:#fff;}
.ys ul li.on .left .txt .t2{color:#fff;opacity: 0.2;}
.ys ul li.on .left .more{background: #fff;}

.ys ul li.on .right{width: 71%;background: #fff;border:1px solid #095cb0;padding:9px;}
.ys ul li.on .right .pic{width: 100%;position: relative;overflow: hidden;opacity: 1;}
.ys ul li.on .right .pic::before{content:"";display: block;padding-top:72%;}
.ys ul li.on .right .txt{padding:0.13rem 0 0 0.22rem;opacity: 1;}
.ys ul li.on .right .txt .t1{line-height: 0.42rem;font-size:0.18rem;color:#000;font-weight: bold;}
.ys ul li.on .right .txt .t2{line-height: 0.22rem;font-size:0.13rem;color:#555;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}

.case{padding:0.8rem 0}
.case .box{margin:0.3rem 0 0 0;position: relative;}
.swiper-case{padding:10px;margin:0 -10px;}
.swiper-case a{display: block;border:1px solid #e2e2e2;background: #fff;padding:10px 10px 0 10px;box-shadow: 0 0 10px rgba(0, 0, 0,0.2);}
.swiper-case a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-case a .pic::before{content:"";display: block;padding-top:68%;}
.swiper-case a .pic::after{content:"";display: block;width: 100%;height: 100%;position: absolute;left: 0;top:0;background: rgba(0,0,0,.7);opacity: 0;transition: 0.5s;}
.swiper-case a .txt{padding:0.2rem 0.6rem 0.2rem 0.15rem;position: relative;}
.swiper-case a .txt .t1{line-height: 0.25rem;font-size:0.15rem;color:#222;}
.swiper-case a .txt .t2{line-height: 0.24rem;font-size:0.13rem;color:#888;}
.swiper-case a .txt i{display: flex;justify-content: center;align-items: center;width: 0.4rem;height: 0.4rem;border-radius: 50%;border:1px solid #e7e7e7;font-size:0.2rem;color:#333;position: absolute;right: 0;top:50%;transform: translateY(-50%);transition: 0.5s;}
.swiper-case a:hover .img_cover{transform: scale(1.1);}
.swiper-case a:hover .pic::after{opacity: 1;}
.swiper-case a:hover .txt .t1{color:#095cb0}
.swiper-case a:hover .txt i{background:#095cb0;color:#fff;}
.prev-case, .next-case{width: 0.46rem;height: 0.46rem;display: flex;justify-content: center;align-items: center;background: #095cb0;font-size:0.3rem;color:#fff;transform: translateY(-50%);outline: none;}
.prev-case{left: -80px;}
.next-case{right: -80px;}

.xkz .bj{padding:0.68rem 0;}

.news{padding:0.8rem 0;}
.news .wrap{display: flex;justify-content: space-between;}
.news .wrap .bt{display: flex;justify-content: space-between;align-items: center;position: relative;z-index: 2;}
.news .wrap .bt .t1{line-height: 0.36rem;font-size:0.25rem;color:#222;}
.news .wrap .bt .t2{line-height: 0.2rem;font-size:0.15rem;color:#999;font-family: "Aparajita";}
.news .wrap .bt a{display: block;width: 0.3rem;height: 0.3rem;text-align: center;line-height: 0.28rem;background: rgba(255,255,255,0.5);font-size:0.24rem;color:#fff;}
.news .wrap .bt .bt-right{display: flex;align-items: center;}
.news .wrap .bt .bt-right .jt{position: static;font-size:18px;outline: none;}
.news .wrap .bt .bt-right .fy{position: static;padding:0 12px;}
.news .wrap .bt .bt-right .fy .swiper-pagination-bullet{margin:0 3px;opacity:1;background: #dbdbdb;outline: none;}
.news .wrap .bt .bt-right .fy .swiper-pagination-bullet-active{background: #095cb0;}

.news .wrap .left{width: 34%;background: #f7f7f7;position: relative;padding:0.24rem 0.3rem;}
.news .wrap .left::before{content:"";display: block;width: 100%;height: 2.2rem;background: #095cb0;position: absolute;left: 0;top: 0;}
.news .wrap .left .bt .t1{color:#fff;}
.news .wrap .left .bt .t2{color:#fff;opacity: 0.25;}
.news .wrap .left .nr{margin:0.2rem 0 0 0;}
.news .wrap .left .nr .pic{width: 100%;position: relative;overflow: hidden;display: block;}
.news .wrap .left .nr .pic::before{content:"";display: block;padding-top:58%;}
.news .wrap .left .nr .t1{margin:0.18rem 0 0 0;font-size:0.17rem;color:#333;line-height: 0.54rem;}
.news .wrap .left .nr .t2{font-size:0.14rem;color:#999;line-height: 0.26rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.news .wrap .left .nr .t3{display: flex;justify-content: space-between;align-items: center;font-size:0.14rem;color:#c5c5c5;font-family: "arial";padding:0.24rem 0 0 0;}
.news .wrap .left:hover .nr .img_cover{transform: scale(1.1);}
.news .wrap .left:hover .nr .t1{color:#095cb0;}
.news .wrap .right{width: 64%;display: flex;flex-wrap: wrap;align-content: space-between;}
.news .wrap .right .box{width: 100%;background: #f7f7f7;padding:22px;}
.swiper-news1{padding:0.1rem 5px 0 0;}
.swiper-news1 a{display: block;transition: 0.5s;padding:0 5px 5px 0;}
.swiper-news1 a .t1{font-size:0.17rem;color:#333;line-height: 0.46rem;}
.swiper-news1 a .t2{font-size:0.14rem;color:#999;line-height: 0.22rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.swiper-news1 a .t3{display: flex;justify-content: space-between;align-items: center;font-size:0.14rem;color:#c5c5c5;font-family: "arial";padding:0.2rem 0 0 0;}
.swiper-news1 a:hover {transform: translateY(-5px);box-shadow: 3px 4px 4px rgba(0,0,0,.1);}
.swiper-news1 a:hover .t1{color:#095cb0;}
/* .swiper-news2{padding:5px 0;} */
.swiper-news2 a{display: block;padding:0.12rem 0;}
.swiper-news2 a em{display: block;width:0.16rem;line-height: 0.16rem;text-align: center;font-size:0.12rem;font-family:"arial";font-weight: bold;margin-right: 0.1rem;color:#fff;}
.swiper-news2 a b{width: calc(100% - 0.26rem);}
.swiper-news2 a div{display: flex;align-items: center;margin:6px 0;}
.swiper-news2 a .t1 b{font-size:0.16rem;color:#333;}
.swiper-news2 a .t1 em{background: #095cb0;}
.swiper-news2 a .t2 em{background: #666;}
.swiper-news2 a .t2 b{font-size:0.13rem;color:#777;font-weight: normal;}
.swiper-news2 a:hover .t1 b{color:#095cb0;}
.swiper-news2 .swiper-slide:nth-child(odd){border-bottom: 1px dashed #c7c7c7;}



/* 服务项目 */
.fwxm{background: url(../images/bj1.jpg) repeat;padding:0.7rem 0;}
.fwxm .title3{border-bottom: none;border-left: 5px solid #095cb0;padding-left: 0.22rem;}
.prev-pro, .next-pro{width: 0.46rem;height: 0.46rem;display: flex;justify-content: center;align-items: center;background: #095cb0;font-size:0.3rem;color:#fff;transform: translateY(-50%);outline: none;}
.prev-pro{left: -80px;}
.next-pro{right: -80px;}

.news2{
    display:block;
}
.news2 .imgbox{
    overflow:hidden;
    position: relative;
    background:#f5f5f5;
}
.news2 .mask{
    padding:0 10px;
    display:flex;
    align-items:center;
    background:rgba(54, 56, 57, .8);
    position:absolute;
    width:100%;
    height:100%;
    top:100%;
    left:0;
    text-align:center;
    transition:all .3s;
}
.news2 .mask>div{
    width:100%;
}
.news2 h5{
    font-size:21px;
    font-weight:bold;
    color:#fff;
    line-height:22px;
    position: relative;
    top:50px;
    opacity:0;
    transition:all .3s;
}
.news2 p{
    font-size:13px;
    line-height:14px;
    color:rgba(255, 255, 255, .3);
    margin-top:10px;
    position: relative;
    top:50px;
    transition:all .3s;
    opacity:0;
}
.news2 ul{
    padding:0 13%;
    overflow: hidden;
    position:relative;
    margin-top:20px;
}
.news2 ul li{
    width:50%;
    position:relative;
    transition:all .3s;
    border:1px solid #fff;
    margin: 0 auto;
}
.news2 ul li:nth-child(1){
    left:-100%;
}
.news2 ul li:nth-child(2){
    right:-100%;
}
.news2 ul li div{
    display:block;
    color:#fff;
    line-height:38px;
    transition:all .3s;
}
.news2 h4{
    font-size:15px;
    color:#000;
    line-height:48px;
    padding:0 40px 0 20px;
    border:1px solid #efefef;
    position: relative;
}
.news2 h4 span{
    display:block;
}
.news2 h4::before{
    content:"";
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:8px solid #000;
    position:absolute;
    top:50%;
    right:20px;
    transform:translateY(-50%);
    transition:all .3s;
    z-index:2;
}
.news2 h4::after{
    content:"";
    width:50px;
    height:calc(100% + 2px);
    position:absolute;
    top:-1px;
    right:-1px;
    border-left:1px solid #efefef;
}

/* 优势 */
.youshi{
    background:#f5f5f5;
    margin-top:70px;
    padding-bottom:70px;
}
.youshi .img1{
    max-width:100%;
    display:block;
}
.youshi .img1-2{
    margin-top:-70px;
}
.youshi .title{
    display:block;
    margin:70px auto 40px;
    max-width:80%;
}
.youshi ul{
    margin-top:60px;
}
.youshi ul li{
    font-size:20px;
    font-weight:bold;
    color:#363839;
    line-height:28px;
    position: relative;
    padding-left:70px;
    min-height:80px;
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #e4e4e4;
}
.youshi ul li span{
    width:50px;
    height:50px;
    background:#363839;
    font-size:28px;
    font-family:"Impact";
    color:#fff;
    text-align:center;
    line-height:50px;
    position:absolute;
    top:0;
    left:0;
}
.youshi ul li:last-child{
    border:none;
}

/* 公司简介 */
.gsjj {
    padding-bottom:70px;
    background:url(../images/gsjj_bg.jpg) center center/cover;
}
.gsjj .title3{
    border-bottom:1px solid rgba(255, 255, 255, .1);
}
.gsjj .title3 h5{
    color:#fff;
}
.gsjj .title3 a{
    color:#fff;
}
.gsjj ul{
    background: #fff;
    border:1px solid #e8e8e8;
    box-shadow:3px 3px 10px rgba(0, 0, 0, .1);
}
.gsjj ul li {
    width: 50%;
    position: relative;
    height: 430px;
}
.gsjj ul li:first-child {
    padding: 40px;
    border-right: 1px solid #ededed;
}
.gsjj ul li:first-child .imgbox {
    overflow: hidden;
    display: block;
}
.gsjj ul li:first-child .imgbox .img {
    height: 350px;
}
.gsjj ul li:last-child {
    padding: 70px 40px 0 40px;
}
.gsjj ul li:last-child h5 {
    font-size: 24px;
    font-weight: bold;
}
.gsjj ul li:last-child p{
    font-size:10px;
    color:#777;
    margin-top:2px;
    position: relative;
    padding-bottom:15px;
}
.gsjj ul li:last-child p::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #2981bc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.gsjj ul li:last-child .text {
    color: #555;
    line-height: 26px;
    margin: 15px 0;
    max-height:208px;
    overflow: hidden;
}
.gsjj ul li:last-child a {
    display: block;
    width:95px;
    line-height:30px;
    border: 1px solid #e1e1e1;
    text-align: center;
    color: #000;
    box-shadow:3px 3px 10px rgba(0, 0, 0, .1);
    font-size:13px;
    border-radius:30px;
}
.gsjj ul li:last-child a img{
    position: relative;
    top:-2px;
    margin-left:5px;
}
.gsjj ul li:last-child a .img-2{
    display:none;
}
.gsjj ul li:first-child .imgbox:hover .img {
    transform: scale(1.1);
}
.gsjj ul li:last-child a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
    box-shadow:3px 3px 10px rgba(20, 154, 198, .2);
}
.gsjj ul li:last-child a:hover .img-1{
    display:none;
}
.gsjj ul li:last-child a:hover .img-2{
    display:inline;
}
.gsjj .video{
    position: relative;
    background:#000;
}
.gsjj .video video{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

/* 典型案例 */
.dxal{
    padding-bottom:70px;
    position: relative;
}
.dxal::before{
    content:"";
    width:100%;
    height:254px;
    background:#5792cd;
    position:absolute;
    bottom:0;
    left:0;
}
.dxal .swiper-container{
    padding-bottom:1px;
}
.news1{
    display:block;
    background:#fff;
    border:1px solid #e8e8e8;
    padding:9px 9px 0;
}
.news1 .imgbox{
    overflow: hidden;
    position: relative;
}
.news1 .imgbox::before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .8) url(../images/icon7.png) no-repeat center center;
    position:absolute;
    top:-100%;
    left:0;
    transition:all .3s;
    z-index:10;
}
.news1 .text-box{
    padding:20px 9px;
}
.news1 h5{
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-height:20px;
}
.news1 .text{
    font-size:13px;
    color:#777;
    line-height:22px;
    height:66px;
    overflow: hidden;
    margin:15px 0;
}
.news1 b{
    display:block;
    width:78px;
    line-height:26px;
    font-size:13px;
    color:#000;
    border:1px solid #e9e9e9;
    box-shadow:3px 3px 6px rgba(0, 0, 0, .2);
    border-radius:30px;
    transition:all .3s;
    font-weight:normal;
    text-align:center;
}
.news1 b img{
    position: relative;
    top:-1px;
    margin-left:3px;
}
.news1 b .img-2{
    display:none;
}
.news1:hover{
    border-color:#363839;
}
.news1:hover .img{
    transform:scale(1.1);
}
.news1:hover .imgbox::before{
    top:0;
}
.news1:hover b{
    background:#000;
    border-color:#000;
    color:#fff;
}
.news1:hover b .img-1{
    display:none;
}
.news1:hover b .img-2{
    display:inline;
}

/* 许可证 */
.xkz{
    background:url(../images/bj1.jpg) repeat;
    padding-bottom:50px;
}
.xkz-con{
    padding:0.55rem 0 0 0;
}
.xkz-con .col-md-4{
    padding:0;
}
.news3{
    display:block;
    background:#fff;
    padding:9px;
    border:1px solid #e7e7e7;
    margin:0 10px 20px;
    box-shadow:0 0 6px rgba(0, 0, 0, .1);
}
.news3 .con{
    background:#5792cd;
    padding:50px 10px;
    text-align:center;
    transition:all .3s;
}
.news3 h5{
    font-size:26px;
    line-height:30px;
    font-weight:bold;
    color:#fff;
}
.news3 p{
    font-size:12px;
    color:rgba(255, 255, 255, .3);
    line-height:16px;
    margin-top:10px;
}
.news3:hover .con{
    background:#095cb0;
}

/* 新闻动态 */
.xwdt{
    padding-bottom:70px;
}
.title3{
    position: relative;
    margin:0 0 30px 0;
}
.title3 h5{
    font-size:27px;
    font-weight:bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right:90px;
    color:#232425;
}
.title3 h5 .span-2{
    font-size:13px;
    color:#888;
    margin-left:10px;
    font-weight:normal;
}
.title3 .more2{
    font-size:13px;
    color:#555;
    position:absolute;
    bottom:19px;
    right:0;
    transition:all .3s;
}
.title3 .more img{
    margin-right:5px;
    position: relative;
    top:-1px;
}
.title3 .more:hover{
    color:#095cb0;
}
.xwdt .title3 .more img{
    margin:0 0 0 5px;
}
.news4 ul li a{
    display:none;
}
.news4 ul li a .imgbox{
    overflow:hidden;
}
.news4 ul li a .img{
    width:320px;
    height:185px;
    transition-duration:.3s;
}
.news4 ul li a .text-box{
    padding:8px 0 0 340px;
    position: relative;
}
.news4 ul li a h5{
    font-size:17px;
    line-height:20px;
    color:#000;
    font-weight:bold;
    padding-right:90px;
}
.news4 ul li a .rq{
    line-height:23px;
    color:#777;
    position:absolute;
    top:8px;
    right:0;
}
.news4 ul li a .text{
    font-size:13px;
    line-height:21px;
    color:#777;
    height:84px;
    overflow: hidden;
    margin:15px 0;
}
.news4 ul li a b{
    display:block;
    width:90px;
    line-height:30px;
    background:#232425;
    color:#fff;
    font-size:12px;
    font-weight:normal;
    text-align:center;
}
.news4 ul li a b img{
    margin-right:5px;
    position: relative;
    top:-1px;
}
.news4 ul li p,
.news6 ul li a{
    color:#333;
    line-height:40px;
    position: relative;
    border-bottom:1px dashed #d1d2d2;
    padding-left:15px;
}
.news4 ul li p::before,
.news6 ul li a::before{
    content:"";
    width:5px;
    height:5px;
    background:#363839;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.news4 ul li.active a{
    display:block;
}
.news4 ul li.active p{
    display:none;
}
.news4 ul li a:hover .img{
    transform:scale(1.1);
}
.news4 ul li a:hover h5{
    color:#095cb0;
}
.news6 .imgbox{
    display:block;
    overflow:hidden;
}
.news6 .imgbox .img{
    height:185px;
}
.news6 .imgbox:hover .img{
    transform:scale(1.1);
}
.news6 ul li a{
    display:block;
}
.news6 ul li a:hover{
    color:#095cb0;
}

/* 联系我们 */
.lxwm{
    background:url(../images/bj1.jpg) repeat;
    padding:0.7rem 0;
}
.lxwm .box{padding:0.4rem 0 0 0;}
.lxwm .title3 .more img{
    margin:0 0 0 5px;
}
.lxwm .text{
    line-height:25px;
    margin-bottom:20px;
}
.lxwm .text h5{
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
}
.lxwm .more2{
    display:block;
    width:128px;
    line-height:40px;
    background:#5792cd;
    text-align:center;
    color:#fff;
}
.lxwm .more2:hover{
    background:#095cb0;
}
.lxwm ul{
    margin:0 -5px;
}
.lxwm ul li{
    width:50%;
    padding:0 5px;
}
.lxwm form input,
.lxwm form textarea{
    width:100%;
    height:41px;
    border:1px solid #bfbfbf;
    padding:0 10px;
    margin-bottom:8px;
    border-radius:0;
}
.lxwm form textarea{
    padding:10px;
    height:118px;
    resize:none;
}
.lxwm form button{
    width:100%;
    height:41px;
    background:#5792cd;
    color:#fff;
    border:none;
    transition:all .3s;
}
.lxwm form button:hover{
    background:#095cb0;
}

/* 友情链接 */
.yqlj{
   padding:0.7rem 0;
}
.yqlj ul li{
    margin:0 10px 5px 0;
}
.yqlj ul li a{
    color:#333;
    font-size:16px;
    line-height:30px;
    transition:all .3s;
}
.yqlj ul li a:hover{
    color:#095cb0;
}

.news5 {
    display: block;
    border: 1px solid #e9e9e9;
    padding: 18px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}
.news5 .imgbox {
    width: 245px;
    height: 209px;
    overflow: hidden;
}
.news5 .imgbox .img {
    width: 100%;
    height: 100%;
}
.news5 .text_box {
    padding: 10px 0 0 266px;
}
.news5 h5 {
    font-size: 18px;
    font-weight: bold;
    color: #2a2a2a;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: initial
}
.news5 p {
    color: #a8a8a8;
    margin-top: 10px;
}
.news5 .text {
    line-height: 24px;
    color: #797979;
    height: 72px;
    overflow: hidden;
    margin: 15px 0;
}
.news5 b {
    display: block;
    width: 93px;
    line-height: 29px;
    border: 1px solid #d4d4d4;
    color: #333;
    border-radius: 30px;
    font-weight: normal;
    text-align: center;
}
.news5 b img{
    position:relative;
    top:-1.5px;
}
.news5 b img.img-2{
    display:none;
}

/* footer */
footer {
    background: #1e1e1e;
    overflow-x: hidden;
}
footer ul {
    padding: 50px 0;
    margin: 0 -20px;
}
footer ul li {
    padding: 0 20px;
}
footer ul li:nth-child(1) {
    width: 50%;
}
footer ul li:nth-child(1) dl {
    width: 25%;
}
footer ul li:nth-child(1) dl dt {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
}
footer ul li:nth-child(1) dl dt:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity:.2;
}
footer ul li:nth-child(1) dl dd a {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    line-height: 28px;
    transition: all .3s;
}
footer ul li:nth-child(1) dl dd a:hover {
    color: #095cb0;
}
footer ul li:nth-child(2) {
    width: 30%;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center
}
footer ul li:nth-child(2) .con {
    display: inline-block;
    text-align: left;
}
footer ul li:nth-child(2) h4 {
    font-size: 34px;
    font-family:"Impact";
    font-weight: bold;
    color: #fff;
}
footer ul li:nth-child(2) h5 {
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
}
footer ul li:nth-child(2) p {
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
}
footer ul li:nth-child(2) .text {
    line-height: 24px;
    color: rgba(255, 255, 255, .5);
    margin-top: 10px;
}
footer ul li:nth-child(3) {
    width: 20%;
    text-align: right;
}
footer ul li:nth-child(3) .weixin {
    display: inline-block;
    text-align: left;
}
footer ul li:nth-child(3) .weixin img {
    width: 140px;
    height: 140px;
    border: 5px solid #fff;
}
footer ul li:nth-child(3) .weixin p {
    color: #fff;
    margin-top: 5px;
}
footer .bottom {
    background: #0271c3;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}
footer .bottom a{
    color: #fff;
    transition: all .3s;
}
footer .bottom a:hover {
    color: #fff !important;
}



/*内页左侧*/
.neiye {
    padding: 30px 0;
}

.neiye .title4 {
    background: #5792cd;
    position: relative;
    line-height: 45px;
    border-top:5px solid #15599c;
}

.neiye .title4 h5 {
    line-height: 80px;
    padding-left: 26px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.neiye .title4 h5 .span2 {
    font-size: 13px;
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
}

.neiye .title4 .span3 {
    position: absolute;
    top: 0;
    line-height: 45px;
    right: 15px;
    color: #fff;
    font-size: 18px;
}

.neiye .title4 i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.neiye .nav_box {
    margin-bottom: 17px;
}

.neiye .nav_box .nav1 {
    padding: 3px 0;
}

.neiye .nav_box .nav2 {
    display: block;
    line-height: 44px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 2px;
    padding: 1px;
}

.neiye .nav_box .nav2 .con {
    background: #e5e5e5;
    padding: 0 5px 0 24px;
}

.neiye .nav_box .nav2 .span4 {
    width: 16px;
    height: 16px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 10px;
    margin-right: 20px;
    transition: all .3s;
    background: #fff;
    color: #000;
}

.neiye .nav_box .nav2:hover,
.neiye .nav_box .nav2.active {
    border-color: #095cb0;
}

.neiye .nav_box .nav2:hover .con,
.neiye .nav_box .nav2.active .con {
    color: #fff;
    background: #095cb0;
}

.neiye .nav_box .nav2:hover .span4,
.neiye .nav_box .nav2.active .span4 {
    background: #fff;
    color: #000;
}

.neiye .nav1 ul {
    display: none;
    padding: 0 30px;
}

.neiye .nav1 ul.ul1 {
    display: block;
}

.neiye .nav1 ul li a {
    display: block;
    line-height: 40px;
    color: #444;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.neiye .nav1 ul li a .span5 {
    margin-right: 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
}

.neiye .nav1 ul li a .span5:before {
    content: "-";
    position: absolute;
    top: -3px;
    left: 0;
    line-height: 8px;
    font-size: 20px;
}

.neiye .nav1 ul li a:hover,
.neiye .nav1 ul li a.active {
    color: #db9d3f;
}

.neiye .nav1 ul li a:hover .span5:before,
.neiye .nav1 ul li a.active .span5:before {
    content: "+";
    left: -2px;
}

.neiye .lxfs .title4{
    border:none;
}
.neiye .lxfs .con {
    border: 1px solid #e5e5e5;
    margin-top: 3px;
}

.neiye .lxfs .phone {
    padding: 20px;
    background: url(../images/icon3-2.png) no-repeat 20px center;
    padding-left: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.neiye .lxfs .phone h5 {
    font-size: 24px;
    font-weight: bold;
    color: #095cb0;
}
.neiye .lxfs .text {
    padding: 15px;
    line-height: 28px;
    color:#464646;
}
.neiye .lxfs .text b{
    font-size:15px;
    color:#000;
}
.neiye .lxfs .weixin {
    border: 1px solid #d9d9d9;
    width: 130px;
    height: 130px;
    background: #fff;
    padding: 10px;
    margin: 20px auto 0;
}

.neiye .lxfs .weixin img {
    width: 100%;
    height: 100%;
}

.neiye .title5 {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.neiye .title5 h5 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.neiye .title5 p {
    font-size: 13px;
    color: #777;
}

.neiye .title5 p a {
    color: #777;
}

.neiye .title5 p a:hover {
    color: #095cb0;
}

.neiye .title5 p span {
    color: #095cb0;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-md-4{
    padding:0;
}
.cp-ny .news2,
.cp-ny .news1{
    margin:0 10px 20px;
}

.bzgf-ny ul li a{
    display:block;
    line-height:40px;
    border-bottom:1px dashed #ccc;
    position: relative;
    color:#000;
    padding:0 100px 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition:all .3s;
}
.bzgf-ny ul li a::before{
    content:"";
    width:4px;
    height:4px;
    background:#000;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    transition:all .3s;
}
.bzgf-ny ul li a span{
    color:#999;
    position:absolute;
    top:0;
    right:0;
    font-size:13px;
    transition:all .3s;
}
.bzgf-ny ul li a:hover,
.bzgf-ny ul li a:hover span{
    color:#095cb0;
}
.bzgf-ny ul li a:hover::before{
    background:#095cb0;
}


/*详情页*/
.xqy {
    line-height: 25px;
    min-height: 300px;
}

.xqy .title {
    text-align: center;
    margin-bottom: 20px;
}

.xqy .title h5 {
    font-size: 16px;
    font-weight: bold;
    color: #000; line-height: 1.8;
}

.xqy .title p {
    color: #999;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px dashed #999;
}

.xqy .con {
    line-height: 25px;
}

.xqy .con img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}
.xqy .con p{ font-family:微软雅黑 !important; }
.xqy .con span{ font-family:微软雅黑 !important; }
.xqy .con strong{ font-family:微软雅黑 !important; }
.xqy .video{
    position: relative;
    max-width:600px;
    margin:0 auto;
}
.xqy .video video,
.xqy .video iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}



/*微信弹窗*/
.weixin_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    padding: 30px 30px 0 30px;
    text-align: center;
    background: #fff;
    transform: scale(0);
    margin: -116px 0 0 -106px;
    z-index: 5000;
}

.weixin_popup.active {
    transform: scale(1);
    transition: transform .3s;
}

.weixin_popup i {
    color: #999;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(45deg);
    font-size: 20px;
    cursor: pointer;
}

.weixin_popup i:hover {
    color: red;
}

.weixin_popup img {
    width: 150px;
    height: 150px;
}

.weixin_popup p {
    line-height: 30px;
}

/* 右侧悬浮 */
.suspend_nav{
    background: #5792cd;
    width: 52px;
    position: fixed;
    bottom:50px;
    right: 10px;
    text-align: center;
    z-index: 5000;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.suspend_nav .list {
    height: 50px;
    color: #fff;
    padding-top: 6px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.suspend_nav .list:last-child {
    border: none;
}
.suspend_nav .list:before {
    content: "";
    width: 100%;
    height: 100%;
    top: -50px;
    right: 0;
    background: #145699;
    position: absolute;
    transform: rotate(0);
    transition: all .3s;
}
.suspend_nav .list i {
    display: block;
    transition: all .3s;
    position: relative;
    z-index: 2;
}
.suspend_nav .list p {
    position: relative;
    z-index: 2;
}
.suspend_nav .top {
    padding: 0;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.suspend_nav .top:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}
.suspend_nav .top.active {
    height: 50px;
    opacity: 1;
}
.suspend_nav .top i {
    font-size: 25px;
}
.suspend_nav .on-off {
    padding: 0;
    line-height: 50px;
}
.suspend_nav .on-off.active i {
    transform: rotate(135deg);
}
.suspend_nav .list:hover {
    color: #fff;
}
.suspend_nav .list:hover:before {
    top: 0;
    transform: rotate(90deg);
}
.suspend_nav ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.suspend_nav ul li .list {
    border: none;
}
.suspend_nav ul li .weixin {
    position: absolute;
    right: 65px;
    bottom: 0;
    border: 1px solid #5792cd;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: all .3s;
    padding-bottom: 10px;
    background: #fff;
    padding: 5px;
}
.suspend_nav ul li .weixin:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #5792cd;
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: all .5s;
}
.suspend_nav ul li .weixin img {
    width: 150px;
    height: 150px;
}
.suspend_nav ul li:hover .weixin {
    transform: scale(1);
}
.suspend_nav ul li:hover .weixin:before {
    bottom: 18px;
}
.suspend_nav ul li .popup {
    position: absolute;
    min-width: 200px;
    min-height: 200%;
    top: 0;
    right: 100%;
    border: 1px solid #5792cd;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5792cd;
    color: #fff;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
    padding: 0 15px;
}
.suspend_nav ul li .popup:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 0 solid #5792cd;
    position: absolute;
    top: 0;
    left: 100%;
    transition: top .5s;
}
.suspend_nav ul li .popup p {
    font-size: 16px;
}
.suspend_nav ul li .popup h5 {
    font-size: 20px;
    margin-top: 5px;
}
.suspend_nav ul li .popup a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}
.suspend_nav ul li:hover .popup {
    visibility: visible;
    right: 65px;
    opacity: 1;
}
.suspend_nav ul li:hover .popup:before {
    top: 18px;
    border-left-width: 10px;
}


/*移动端底部热点*/
.bottom_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #363839;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li {
    width: 33.33%;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li:last-child {
    border: none;
}

.bottom_link ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    position: relative;
}

.bottom_link ul li a i {
    display: block;
    height: 20px;
}

.bottom_link ul li:last-child a i {
    font-size: 20px;
    position: relative;
    top: -1px;
}

/*媒体查询开始*/
@media(min-width:992px) {
    .news2 ul li a:hover{
        background:#fff;
        color:#000;
    }
    .news2 ul li a:hover .img-2{
        display:inline;
    }
    .news2 ul li a:hover .img-1{
        display:none;
    }
    .news2:hover .con{
        border-color:#2981bc;
    }
    .news2:hover .mask{
        top:0;
    }
    .news2:hover h5{
        opacity:1;
        top:0;
        transition-delay:.2s;
    }
    .news2:hover p{
        opacity:1;
        top:0;
        transition-delay:.3s;
    }
    .news2:hover .text{
        opacity:1;
        top:0;
        transition-delay:.34s;
    }
    .news2:hover ul li:nth-child(1){
        left:0;
        transition-delay:.5s;
    }
    .news2:hover ul li:nth-child(2){
        right:0;
        transition-delay:.5s;
    }
    .news2:hover .img{
        transform:scale(1.1);
    }
    .news2:hover h4{
        font-weight:bold;
    }
    .news2:hover h4::before{
        border-left-color:#fff;
    }
    .news2:hover h4::after{
        background:#000;
    }
    .news5:hover {
        border-color: #095cb0;
        box-shadow:3px 3px 10px rgba(235, 145, 18, .2);
    }
    .news5:hover .img {
        transform: scale(1.1);
    }
    .news5:hover h5 {
        color: #095cb0;
    }
    .news5:hover b {
        background: #095cb0;
        border-color: #095cb0;
        color: #fff;
    }
    .news5:hover b img.img-1{
        display:none;
    }
    .news5:hover b img.img-2{
        display:initial;
    }
}

@media(max-width:1199px){
    .news2 ul{
        padding:0 5%;
    }
}
@media (max-width:991px) {
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 100px;
        z-index: 2000;
    }

    header .sjdnav ul {
        padding: 0;
        margin: 0;
    }

    header .sjdnav li {
        display: block;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: #363839;
    }

    header .sjdnav li:last-child {
        border: none;
    }

    header .sjdnav li a {
        display: block;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
    }

    header .ydd_btn {
        width: 40px;
        cursor: pointer;
        position: absolute;
        z-index: 2000;
        top: 35px;
        right: 15px;
    }

    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 8px;
        background: #363839;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #363839;
    }

    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }

    header .ydd_btn.click span.span02 {
        margin: 0.5px 0;
    }

    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }

    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    .neiye .title4 {
        border:none;
    }
    .neiye .title4 .span1 {
        display: none;
    }

    .neiye .title4 h5 {
        padding-left: 15px;
        line-height: 45px;
    }

    .neiye .title4 h5 .span2 {
        display: none;
    }

    .neiye .nav_box .nav2 {
        text-align: center;
        line-height: 38px;
    }

    .neiye .nav_box .nav2 .con {
        padding: 0 5px;
    }

    .neiye .nav_box .nav2 .span4 {
        display: none;
    }

    .neiye .nav1 ul.ul1 {
        display: none;
    }

    .neiye .nav1 ul li a {
        text-align: center;
        padding: 0 5px;
    }

    .neiye .nav1 ul li a .span5 {
        display: none;
    }

    .neiye .nav_box {
        margin-bottom: 20px;
    }

    .neiye {
        padding: 20px 0;
    }
    .gsjj ul li {
        width: 100%;
        height: auto;
    }

    .gsjj ul li:first-child {
        padding: 10px;
    }

    .gsjj ul li:first-child .imgbox .img {
        height: auto;
    }

    .gsjj ul li:last-child {
        padding: 10px;
    }
    .gsjj ul li:last-child::before,
    .gsjj ul li:last-child::after {
        display: none;
    }
   
    .news2 .mask{
        top:auto;
        height:auto;
        display:block;
        bottom:0;
        padding:0;
    }
    .news2 .mask h5,
    .news2 .mask p,
    .news2 .text{
        display:none;
    }
    .news2 ul,
    .cp-ny .news2 ul{
        padding:5px;
        margin:0;
    }
    .news2 ul li{
        border:none;
    }
    .news2 ul li a{
        background:#fff;
        color:#000;
    }
    .news2 ul li:nth-child(1){
        left:0;
    }
    .news2 ul li:nth-child(2){
        right:0;
    }
    .logo-box{
        height:auto;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    footer ul {
        padding: 30px 0;
    }
    footer ul li {
        width: 100% !important;
    }
    footer ul li:nth-child(1) {
        margin: 30px 0;
        text-align: center;
    }
    footer ul li:nth-child(1) dl dt:before {
        left: 50%;
        margin-left: -10px;
    }
    footer ul li:nth-child(3) {
        text-align: center;
        margin-top: 20px;
    }
    footer ul li:nth-child(3) .weixin {
        text-align: center;
    }
    footer ul li:nth-child(2) .con {
        text-align: center;
    }
    .news4{
        margin-bottom:30px;
    }
    .news6 .imgbox .img{
        height:auto;
    }
    .lxwm form{
        margin-top:30px;
    }
    .youshi{
        padding-bottom:40px;
    }
    .youshi ul{
        margin:0;
    }
    .youshi ul li:last-child{
        border-bottom:1px solid #e4e4e4;
    }
    .cp-ny .news2,
    .cp-ny .news1{
        margin:0 5px 10px;
    }
}

@media (max-width:767px) {
    .about{padding:24px 0;}
    .pro-ul li{width:49%;}
    .about .box{display:block;}
    .about .box .pic{width:100%;border-width: 10px;}
    .about .box .txt{width:100%;margin-top: 10px;}
    .ys{display: none;}
    .case, .news{padding:24px 0;}
    .title2{padding:0 5px 0 0;}
    .title2 .txt{padding:0 5px;font-size:16px;}
    .title2 .txt .t1{margin:0;}
    .title2 .txt img, .title .t2::before, .title .t2::after{display: none;}
    .title .t2{padding:0;}
    .title2 a i{margin-left: 3px;}
    .case .box{margin:15px 0 0 0;}
    .swiper-case a{padding:5px 5px 0 5px;}
    .swiper-case a .txt{padding:10px;}
    .swiper-case a .txt i{display: none;}
    .xkz .bj{padding:34px 0;}
    .news .wrap{display: block;}
    .news .wrap .left .nr .t1, .swiper-news1 a .t1{margin:5px 0 0 0;font-weight: bold;}
    .news .wrap .left{width: 100%;padding:12px;}
    .news .wrap .right{width: 100%;display: block;}
    .news .wrap .right .box{margin:15px 0 0 0;padding:12px;}
    

    body {
        padding-bottom: 50px;
    }

    header .sjdnav {
        top: 80px;
    }

    header .ydd_btn {
        width: 35px;
        top: 30px;
    }

    header .ydd_btn span {
        height: 4px;
    }

    header .ydd_btn span.span02 {
        margin: 3px 0;
    }

    header .ydd_btn.click span.span02 {
        margin: 4px 0;
    }

    .carousel-indicators {
        bottom: 2px;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 1px;
    }

    .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin: 1px;
    }
    .gsjj {
        padding-bottom: 30px;
    }

    .gsjj ul li:last-child h5 {
        font-size: 18px;
    }

    .gsjj ul li:last-child .text {
        margin:10px 0 15px;
    }
    .news5 {
        padding: 5px;
        margin-bottom: 15px;
    }
    .news5 .imgbox {
        width: 120px;
        height: 90px;
    }
    .news5 .text_box {
        padding: 0 0 0 130px;
    }
    .news5 h5 {
        font-size: 16px;
    }
    .news5 p {
        margin-top: 0;
        font-size: 12px;
    }
    .news5 .text {
        line-height: 20px;
        height: 40px;
        margin: 5px 0;
        font-size: 13px;
    }
    .news5 b {
        display: none;
    }
    .cp-ny{
        padding:0 10px;
    }
    .news2 h4{
        margin-top:5px;
    }
    .news2 ul li a{
        line-height:30px;
    }
    .news2 h4{
        line-height:35px;
        font-weight:normal;
        padding:0 20px 0 5px;
    }
    .news2 h4::before{
        right:5px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    footer ul li:nth-child(2) h4 {
        font-size: 25px;
    }
    .news4 ul li a .img{
        width:120px;
        height:90px;
    }
    .news4 ul li a .text-box{
        padding:5px 0 0 130px;
    }
    .news4 ul li a h5{
        font-size:16px;
        line-height:18px;
        padding-right:0;
    }
    .news4 ul li a .rq{
        position:initial;
        font-size:12px;
        margin:2px 0;
    }
    .news4 ul li a .text{
        line-height:20px;
        height:40px;
        margin:0;
    }
    .news4 ul li a b{
        display:none;
    }
    .xwdt{
        padding-bottom:30px;
    }
    .news2 h4::after{
        width:22px;
    }
    .title3{
        margin:0 0 20px 0;
    }
    .title3 .more2{bottom:0;}
    .title3 h5{
        font-size:20px;
    }
    .youshi{
        margin-top:30px;
        padding-bottom:20px;
    }
    .youshi ul li{
        font-size:16px;
        line-height:25px;
        padding-bottom:10px;
        margin-bottom:10px;
        min-height:60px;
    }
    .youshi .title{
        margin:30px auto;
    }
    .news1{
        padding:5px 5px 0;
    }
    .news1 .text-box{
        padding:10px 5px;
    }
    .news1 h5{
        font-size:16px;
    }
    .news1 .text{
        height:44px;
    }
    .dxal{
        padding-bottom:30px;
    }
    .dxal::before{
        height:172px;
    }
    .news3{
        padding:5px;
        margin:0 5px 10px;
    }
    .news3 .con{
        padding:30px 10px;
    }
    .news3 h5{
        font-size:18px;
    }
    .news3 p{
        margin-top:5px;
    }
    .xkz{
        padding-bottom:20px;
    }
    .fwxm, .lxwm{
        padding:30px 0;
    }
    .cp-ny .news2{
        margin:0 5px 10px;
    }
    .yqlj{
        padding:25px 0;
    }
    .yqlj ul li{
        margin:0 10px 5px 0;
    }
    .yqlj ul li a{
        font-size:14px;
    }
    footer{padding-bottom: 50px;}
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .news2 ul{
        padding:2px;
    }
    .news2 ul li a{
        font-size:12px;
        line-height:25px;
    }
    .news2 ul li a img{
        display:none;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .news3 h5{
        font-size:16px;
    }
}