/*全局样式*/
@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;
}

header .top{
    border-top:5px solid #017cc9;
    border-bottom:1px solid #efefef;
}
header .top h5{
    height:40px;
    line-height:40px;
    font-size:12px;
    color:#888;
}
header .top ul{
    position: relative;
    
}
header .top ul::before{
    content:"";
    width:1000%;
    height:5px;
    background:#01b1ed;
    position:absolute;
    top:-5px;
    left:0;
}
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 18px;
    position: relative;
    transition:all .3s;
}
header .top ul li:nth-child(1) a img{
   position: relative;
   top:-1px;
}
header .top ul li:nth-child(2) a img{
   margin-right:5px;
 }
header .top ul li a:hover{
    color:#01b1ed;
}
header .top ul li:last-child a{
    background:#017cc9;
    color:#fff;
    font-size:13px;
    font-weight:bold;
}
header .top ul li:last-child a:hover{
    background:#01b1ed;
}

.logo-box{
    height:150px;
}
.logo-box .logo{
    height:150px;
    line-height:150px;
    max-width:38%;
}
.logo-box .logo-2{
    max-width:28%;
    margin-left:20px;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}
.logo-box .phone{
    margin-top:34px;
    background:url(/images/icon5.png) no-repeat 0 center;
    padding-left:50px;
}
.logo-box .phone p{
    font-size:13px;
    color:#656565;
    margin-bottom:5px;
}
.logo-box .phone h5{
    font-size:26px;
    font-weight:bold;
    color:#252525;
    line-height:30px;
}

/*PC端导航*/
nav {
    background:#0078cd;
}
/*一级导航*/
nav ul li {
    float: left;
    width:9.09%;
    text-align: center;
    position: relative;
    line-height:60px;
}
nav ul li a {
    display: block;
    position: relative;
    color: #fff !important;
    font-size:16px;
    font-weight:bold;
}
nav ul li a:hover,
nav ul li a.active {
    background: #01b1ed;
}
/*二级导航*/
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: #0078cd;
    padding: 0;
}
nav ul li ul li a{
    font-size:14px;
    font-weight: normal;
}
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: #0078cd;
    top: 50%;
    left: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
}
#myCarousel .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #0078cd;
    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;
}

/* 搜索 */
.sousuo{
    border-bottom:1px solid #e9e9e9;
}
.sousuo-con{
    height:126px;
    display:flex;
    align-items:center;
}
.sousuo ul{
    width:100%;
}
.sousuo ul li:nth-child(1){
    width:404px;
}
.sousuo ul li:nth-child(2){
    width:calc(100% - 686px);
    border-left:1px solid #dcdcdc;
    border-right:1px solid #dcdcdc;
    padding:4px 40px;
}
.sousuo ul li:nth-child(3){
    width:250px;
    padding-top:6px;
}
.sousuo ul li:nth-child(1) h5{
    font-size:22px;
    font-weight:bold;
    letter-spacing:1px;
}
.sousuo ul li:nth-child(1) h5 span{
    color:#ff8400;
    font-weight:bold;
}
.sousuo ul li:nth-child(1) p{
    display:inline-block;
    color:#fff;
    background:#017cc9;
    padding:7px 13px;
    margin-top:14px;
}
.sousuo form{
    height:37px;
    border-top:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
}
.sousuo form input{
    height:37px;
    border:none;
    width:calc(100% - 37px);
    background:none;
}
.sousuo form button{
    width:37px;
    height:37px;
    background:url(/images/icon6.png) no-repeat right center;
    border:none;
}
.sousuo ul li:nth-child(2) p{
    font-size:12px;
    color:#222;
    margin-top:10px;
}
.sousuo ul li:nth-child(2) p a{
    color:#222; 
    transition:all .3s;
}
.sousuo ul li:nth-child(2) p a:hover{
    color:#017cc9;
}
.sousuo .phone p img{
    position: relative;
    top:-1px;
    margin-left:5px;
}
.sousuo .phone h5{
    font-size:30px;
    font-weight:bold;
    margin-top:5px;
}

/* 道纪环境 */
.djhj{
    background:url(/images/bg1.jpg) repeat;
}
.djhj .title-1{
    margin:70px 0 50px;
    text-align:center;
    font-size:0;
}
.djhj .title-1 .con1{
    display:inline-block;
}
.djhj .title-1 h4{
    font-size:28px;
    font-weight:lighter;
    margin-right:10px;
}
.djhj .title-1 h4 span{
    font-size:38px;
    font-weight:bold;
    color:#017cc9;
}
.djhj .title-1 .text1{
    text-align:left;
    margin-top:-5px;
}
.djhj .title-1 .text1 p{
    background:#01b1ed;
    display:inline-block;
    position:relative;
    line-height:25px;
    padding:0 15px;
    border-radius:30px;
    font-size:12px;
    color:#fff;
}
.djhj .title-1 .text1 p::before,
.djhj .title-1 .text1 p::after{
    content:"";
    width:4px;
    height:4px;
    background:#fff;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:7px;
    transform:translateY(-50%);
}
.djhj .title-1 .text1 p::after{
    left:auto;
    right:7px;
}
.djhj .title-1 .text1 h5{
    font-size:20px;
    font-weight:bold;
    color:#017cc9;
    margin-top:5px;
}
.djhj .title-1 .con2 p{
    display:inline-block;
    position: relative;
    font-size:26px;
    font-weight:lighter;
    margin-top:5px;
}
.djhj .title-1 .con2 p::before{
    content:"";
    width:30px;
    height:3px;
    background:#017cc9;
    position:absolute;
    top:8px;
    right:100%;
    margin-right:14px;
}
.news3{
    display:block;
    border:1px solid #e7e7e7;
    background:#fff;
    padding:9px;
}
.news3 .imgbox{
    position: relative;
    overflow: hidden;
}
.news3 .imgbox .img{
    display:block;
    height:100%;
}
.news3 .mask{
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .6);
    position:absolute;
    top:0;
    left:0;
    padding:25px;
    text-align:center;
    top:-100%;
    transition:all .3s;
    opacity:0;
}
.news3 .mask .con{
    height:100%;
    border:5px solid #fff;
    background:rgba(1, 124, 201, .8);
    display:flex;
    justify-content:center;
    align-items:center;
}
.news3 .mask .con>div{
    width:100%;
}
.news3 .mask img{
    height:66px;
}
.news3 .mask h5{
    font-size:20px;
    font-weight:bold;
    color:#fff;
    line-height:25px;
    margin:15px 0 2px;
}
.news3 .mask p{
    font-size:12px;
    color:rgba(255, 255, 255, .3);
    font-weight:lighter;
    line-height:17px;
}
.news3 .mask ul{
    padding:0 15%;
    margin-top:15px;
}
.news3 .mask ul li{
    border:1px solid #fff;
    width:50%;
    position: relative;
}
.news3 .mask ul li:first-child{
    border-right:none;
}
.news3 .mask ul li a{
    display:block;
    line-height:38px;
    color:#fff;
    transition:all .3s;
}
.news3 .mask ul li a:hover{
    background:#fff;
    color:#000;
}
.news3 h4{
    width:calc(100% - 35px);
    line-height:60px;
    position:absolute;
    bottom:30px;
    left:0;
    background:rgba(1, 177, 237, .9);
    font-style:17px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    padding:0 5px;
    transition:all .3s;
    opacity:1;
}
.djhj .more{
    display:block;
    width:170px;
    line-height:43px;
    border:1px solid #000;
    color:#000;
    position: relative;
    padding-left:30px;
    overflow: hidden;
    margin:50px auto 70px;
}
.djhj .more span{
    position: relative;
}
.djhj .more::before{
    content:"";
    width:80px;
    height:100%;
    background:#000;
    position:absolute;
    top:0;
    right:-30px;
    transform: skewX(-20deg);
    transition:all .3s;
}
.djhj .more::after{
    content:"";
    width:50px;
    height:100%;
    background:url(/images/icon10.png) no-repeat center center;
    position:absolute;
    top:0;
    right:0;
}


.title1{
    margin:70px 0 50px;
    text-align:center;
    overflow: hidden;
}
.title1 h5{
    font-size:30px;
    font-weight:bold;
}
.title1 h5 span{
    color:#017cc9;
}
.title1 p{
    font-size:12px;
    font-weight:lighter;
    padding:10px 0 15px;
    position: relative;
}
.title1 p::before{
    content:"";
    width:24px;
    height:3px;
    background:#01b1ed;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-12px;
}
.title1 b{
    display:inline-block;
    border:1px solid #ececec;
    background:#fff;
    border-radius:30px;
    padding:8px 30px;
    position: relative;
    margin-top:20px;
}
.title1 b::before,
.title1 b::after{
    content:"";
    width:1000%;
    height:1px;
    background:#ececec;
    position:absolute;
    top:50%;
    right:100%;
}
.title1 b::after{
    right:auto;
    left:100%;
}

/* 公司简介 */
.gsjj {
    padding-bottom:70px;
}
.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 .video{
    height:350px;
    position: relative;
}
.gsjj .video video{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.gsjj ul li:last-child {
    padding: 80px 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: #017cc9;
    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:140px;
    line-height:48px;
    border: 1px solid #e1e1e1;
    text-align: center;
    color: #5c5c5c;
    box-shadow:3px 3px 10px rgba(0, 0, 0, .1);
}
.gsjj ul li:first-child .imgbox:hover .img {
    transform: scale(1.1);
}
.gsjj ul li:last-child a:hover {
    background: #01b1ed;
    color: #fff;
    border-color: #01b1ed;
    box-shadow:3px 3px 10px rgba(1, 177, 237, .2);
}

/* 产品展示 */
.cpzs{
    background:url(/images/cpzs_bg.jpg) center center/cover;
    padding-bottom:70px;
}
.cpzs .title1 h5,
.cpzs .title1 p{
    color:#fff;
}
.news1 {
    display: block;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background:#fff;
    padding:9px 9px 0;
}
.news1 .imgbox {
    overflow: hidden;
}
.news1 .img {
    position: relative;
}
.news1 .img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/images/icon11.png) no-repeat center rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition-duration: 0.3s;
    opacity: 0;
}
.news1 h5 {
    line-height: 59px;
    text-align: center;
    font-size: 15px;
    color: #000;
}
.news1:hover h5 {
    font-weight:bold;
    color: #2981bc;
}
.news1:hover .img::before {
    opacity: 1;
}
.cpzs-con{
    position:relative;
}
.cpzs-con .but{
    width:50px;
    height:50px;
    border:1px solid #fff;
    background:url(/images/jt1.png) no-repeat center center;
    left:-80px;
    margin-top:-25px;
    opacity:1;
}
.cpzs-con .swiper-button-next{
    left:auto;
    right:-80px;
    transform:rotateY(180deg);
}
.cpzs-con .but:hover{
    background-color:#01b1ed;
    border-color:#01b1ed;
}

/* 优势 */
.youshi{
    background-color:#f7f7f7;
    padding-bottom:40px;
}
.youshi .title{
    background:url(/images/bg2.jpg) center center/cover;
    padding:45px 10px;
    position: relative;
    text-align:center;
    border-bottom:7px solid #e5e5e5;
    margin:70px 0;
}
.youshi .title img{
    max-width:100%;
}
.youshi .title::before{
    content:"";
    border-left:32px solid transparent;
    border-right:32px solid transparent;
    border-top:36px solid #e5e5e5;
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-32px;
}
.youshi .title::after{
    content:"";
    border-left:27px solid transparent;
    border-right:27px solid transparent;
    border-top:30px solid #1b85cd;
    position:absolute;
    bottom:-28px;
    left:50%;
    margin-left:-27px;
}
.youshi img.img-1{
    display:block;
    max-width:100%;
    margin:0 auto;
}
.youshi .con{
    margin-bottom:30px;
}
.youshi .con .bt h4{
    width:50px;
    height:50px;
    background:#017cc9;
    text-align:center;
    line-height:50px;
    color:#fff;
    font-size:28px;
    font-weight:bold;
}
.youshi .con .bt .text{
    margin-left:70px;
}
.youshi .con .bt .text h5{
    font-size:24px;
    font-weight:bold;
    color:#01b1ed;
}
.youshi .con .bt .text p{
    font-size:12px;
    margin-top:8px;
}
.youshi .con ul {
    margin-top:20px;
}
.youshi .con ul li{
    color:#353535;
    line-height:26px;
    position: relative;
    padding-left:15px;
    transition:all .3s;
}
.youshi .con ul li::before{
    content:"";
    width:4px;
    height:4px;
    background:#00aeff;
    position: absolute;
    top:11px;
    left:0;
}
.youshi .con ul li:hover{
    color:#00aeff;
}
.youshi .con dl{
    width:220px;
    margin:20px 0 0 15px;
}
.youshi .con dl dd{
    width:50%;
    border:1px solid #000;
}
.youshi .con dl dd:nth-child(1){
    border-right:none;
}
.youshi .con dl dd a{
    display:block;
    line-height:38px;
    color:#000;
    text-align:center;
    transition:all .3s;
}
.youshi .con dl dd a:hover{
    background:#000;
    color:#fff;
}

/* 合作伙伴 */
.hzhb-con{
    position:relative;
}
.hzhb-con .but{
    width:50px;
    height:50px;
    border:1px solid #555;
    background:url(/images/jt3.png) no-repeat center center;
    left:-80px;
    margin-top:-25px;
    opacity:1;
}
.hzhb-con .swiper-button-next{
    left:auto;
    right:-80px;
    transform:rotateY(180deg);
}
.hzhb-con .but:hover{
    border-color:#01b1ed;
    background:#01b1ed url(/images/jt3-2.png) no-repeat center center;
}
.news2{
    display:block;
    border:1px solid #e8e8e8;
    height:104px;
    overflow: hidden;
}
.news2 .img{
    height:104px;
    transition:all .3s;
}
.news2 h5{
    line-height:32px;
    background:#017cc9;
    color:#fff;
    font-size:12px;
    text-align:center;
    padding:0 5px;
}

/* 解决方案 */
.jjfa{
    background:#f2f2f2;
    margin-top:70px;
    padding-bottom:60px;
}
.jjfa .title1{
    margin-bottom:40px;
}
.jjfa .swiper-container{
    padding:10px;
    margin:0 -10px;
}
.news7{
    display:block;
    background:#fff;
    border:1px solid #e7e7e7;
    box-shadow:3px 3px 6px rgba(0, 0, 0, .1);
    text-align:center;
}
.news7 .top{
    padding:30px 10px;
}
.news7 .imgbox1{
    padding:0 20%;
}
.news7 .imgbox2{
    border-radius:50%;
    overflow: hidden;
    position: relative;
}
.news7 .imgbox2::before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .8) url(/images/icon13.png) no-repeat center center;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:all .3s;
}
.news7 h5{
    font-size:20px;
    font-weight:bold;
    color:#000;
    line-height:30px;
    margin:30px 0 5px;
}
.news7 p{
    font-size:13px;
    color:#c1c1c1;
    line-height:23px;;
}
.news7 b{
    display:block;
    line-height:48px;
    color:#000;
    font-weight:normal;
    border-top:1px solid #e8e8e8;
}
.news7 b img{
    margin-left:5px;
    position: relative;
    top:-1px;
}
.news7 b .img-2{
    display:none;
}
.news7:hover{
    border-color:#017cc9;
}
.news7:hover b{
    background:#017cc9;
    border-color:#017cc9;
    color:#fff;
}
.news7:hover b .img-1{
    display:none;
}
.news7:hover b .img-2{
    display:inline;
}
.news7:hover .imgbox2::before{
    opacity:1;
}

/* 新闻动态 */
.xwdt{
    padding-bottom:70px;
}
.title3{
    border-bottom:1px solid #e6e6e6;
    padding-bottom:20px;
    position: relative;
    margin-bottom:20px;
}
.title3 h5{
    font-size:20px;
    font-weight:bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right:90px;
}
.title3 h5 .span-1{
    color:#2981bc;
}
.title3 h5 .span-2{
    font-size:12px;
    color:#888;
    margin-left:10px;
    font-weight:normal;
}
.title3 .more{
    font-size:13px;
    color:#555;
    position:absolute;
    bottom:19px;
    right:0;
    transition:all .3s;
}
.title3 .more img{
    margin-left:5px;
    position: relative;
    top:-1px;
}
.title3 .more:hover{
    color:#2981bc;
}
.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:#01b1ed;
    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:#01b1ed;
    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:#01b1ed;
}
.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:#01b1ed;
}

/* 联系我们 */
.lxwm{
    border-top:1px solid #ccc;
}
.lxwm .list:nth-child(1){
    width:554px;
    position: relative;
    padding-right:77px;
}
 .lxwm .list:nth-child(1) ul{
    border-right:1px solid #9a9a9a;
    padding:20px 0 10px;
    position: relative;
 }
.lxwm .list:nth-child(1) ul li{
    width:400px;
    line-height:50px;
    background-color:#27a8e2;
    padding-left:10px;
    color:#fff;
    position: relative;
    margin-bottom:10px;
}
.lxwm .list:nth-child(1) ul li::before{
    content:"";
    width:58px;
    height:100%;
    border-left:1px solid rgba(255, 255, 255, .3);
    background:url(/images/lx1.jpg) no-repeat center center;
    position:absolute;
    top:0;
    right:0;
}
.lxwm .list:nth-child(1) ul li:nth-child(2)::before{
    background:url(/images/lx2.jpg) no-repeat center center;
}
.lxwm .list:nth-child(1) ul li:nth-child(3)::before{
    background:url(/images/lx3.jpg) no-repeat center center;
}
.lxwm .list:nth-child(1) ul li:nth-child(4)::before{
    background:url(/images/lx4.jpg) no-repeat center center;
}
.lxwm .list:nth-child(1) ul li i,
.lxwm .list:nth-child(1) ul li b{
    width:77px;
    height:1px;
    background-color:#9a9a9a;
    position:absolute;
    top:50%;
    left:100%;
}
.lxwm .list:nth-child(1) ul li b{
    margin:-18px 0 0 77px;
}
.lxwm .list:nth-child(1) ul li i::before,
.lxwm .list:nth-child(1) ul::before,
.lxwm .list:nth-child(1) ul::after{
    content:"";
    width:9px;
    height:9px;
    background-color:#3096e0;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:100%;
    margin-left:-5px;
    transform:translateY(-50%);
}
.lxwm .list:nth-child(1) ul::before{
    left:auto;
    right:-5px;
    top:0;
}
.lxwm .list:nth-child(1) ul::after{
    left:auto;
    right:-5px;
    top:auto;
    bottom:-9px;
 }
 .lxwm .list:nth-child(1) .bt{
     margin-bottom:20px;
 }
 .lxwm .list:nth-child(1) .bt img{
     height:52px;
 }
 .lxwm .list:nth-child(1) .bt p{
     font-size:20px;
     font-weight:bold;
     color:#555;
     line-height:52px;
     margin-left:10px;
 }
.lxwm .list:nth-child(2){
    margin-left:554px;
}
.lxwm .list:nth-child(2) .bt{
    font-size:20px;
    color:#5b646e;
    margin-bottom:20px;
    line-height:52px;
}
.lxwm .list:nth-child(2) ul li{
    width:100%;
    padding:0 10px;
    margin-bottom:10px;
}
.lxwm .list:nth-child(2) ul li:nth-child(1),
.lxwm .list:nth-child(2) ul li:nth-child(2){
    width:50%;
}
.lxwm .list:nth-child(2) ul li .input_box{
    width:100%;
    position: relative;
    border-bottom:1px solid #ccc;
}
.lxwm .list:nth-child(2) ul li .input_box p{
    position:absolute;
    line-height:50px;
    top:0;
    left:0;
}
.lxwm .list:nth-child(2) ul li .input_box span{
    color:red;
    position:absolute;
    top:0;
    right:0;
    line-height:50px;
}
.lxwm .list:nth-child(2) ul li input{
    width:100%;
    height:50px;
    border:none;
    background:none;
    padding:0 20px 0 70px;
    position: relative;
    z-index:2;
}
.lxwm .list:nth-child(2) ul li:last-child .input_box{
    width:150px;
}
.lxwm .list:nth-child(2) ul li:last-child .yzm{
    width:100px;
    height:50px;
    margin-left:10px;
    line-height:50px;
}
.lxwm .list:nth-child(2) ul li:last-child .yzm img{
    width:100%;
    height:100%;
}
.lxwm .list:nth-child(2) button{
    width:120px;
    height:50px;
    background-color:#e866a2;
    color:#fff;
    font-size:16px;
    border:none;
    transition:all .3s;
}
.lxwm .list:nth-child(2) button:hover{
    background-color:#900e4a;
}



/* 附图新闻 */
.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: #0078cd;
    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: #fff;
}
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-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: #fff;
}
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: #017cc9;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}
footer .bottom a{
    color: #fff;
    transition: all .3s;
}
footer .bottom a:hover {
    color: #000 !important;
}

.nav4{
    border-top:1px solid #f5f5f5;
    margin-top:70px;
}
.nav4 ul li{
    width:8.5%;
    float: left;
    text-align:center;
    line-height:52px;
}
.nav4 ul li a{
    display:block;
    color:#333;
    font-size:16px;
    transition:all .3s;
}
.nav4 ul li a:hover{
    color:#0178cc;
}
.nav4 ul li.logo3{
    width:15%;
    position: relative;
    height:52px;
}
.nav4 ul li.logo3 a{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.nav4 ul li.logo3 img{
    max-width:100%;
    max-height:100%;
}

.footer{
    background-color:#0078cd;
    padding:30px 0;
    color:rgba(255, 255, 255, 1);
}
.footer .col-md-6:nth-child(1){
    border-right:1px solid rgba(255, 255, 255, 1);
}
.footer a{
    color:rgba(255, 255, 255, 1) !important;
    transition:all .3s;
}
.footer a:hover{
    color:#000 !important;
}
.footer .text-box{
    font-size:13px;
    color:rgba(255, 255, 255, 1);
    line-height:25px;
    text-align:right;
}
.footer dl dt{
    font-size:16px;
    margin-bottom:20px;
}
.footer dl dd{
    font-size:0;
}
.footer dl dd a{
    display:inline-block;
    font-size:13px;
    border-right:1px solid rgba(255, 255, 255, 1);
    padding-right:10px;
    margin:0 10px 10px 0;
    line-height:14px;
}



/*内页左侧*/
.neiye {
    padding: 30px 0;
}

.neiye .title4 {
    background: #0178cc;
    position: relative;
    line-height: 45px;
    border-top:5px solid #005c9d;
}

.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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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: #01b1ed;
}

.neiye .nav_box .nav2:hover .con,
.neiye .nav_box .nav2.active .con {
    color: #fff;
    background: #01b1ed;
}

.neiye .nav_box .nav2:hover .span4,
.neiye .nav_box .nav2.active .span4 {
    background: #fff;
    color: #000;
}

.neiye .nav1 ul {
    display: none;
}

.neiye .nav1 ul.ul1 {
    display: block;
}

.neiye .nav1 ul li a {
    display: block;
    line-height: 40px;
    color: #444;
    position: relative;
    padding-left:40px;
}

.neiye .nav1 ul li a .span5 {
    margin-right: 10px;
    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: #01b1ed;
}

.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.png) no-repeat 20px center;
    padding-left: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.neiye .lxfs .phone h5 {
    font-size: 24px;
    font-weight: bold;
    color: #01b1ed;
}
.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: #01b1ed;
}

.neiye .title5 p span {
    color: #01b1ed;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-md-4{
    padding:0;
}
.cp-ny .news1{
    margin:0 10px 20px;
}

.news8{
    border:1px solid #eaeaea;
    border-top-width:5px;
    padding:0 30px 30px;
    margin-top:30px;
}
.news8 .title{
    font-size:20px;
    font-weight:bold;
    line-height:70px;
    border-bottom:1px solid #eaeaea;
}
.news8 .title span{
    font-size:12px;
    color:#777;
    margin-left:5px;
    font-weight:normal;
}
.news8 ul{
    margin:0 -10px;
}
.news8 ul li{
    width:50%;
    padding:0 10px;
}
.news8 ul li a{
    display:block;
    line-height:50px;
    border-bottom:1px dashed #d9d9d9;
    color:#000;
    position:relative;
    padding-left:15px;
    transition:all .3s;
}
.news8 ul li a::before{
    content:"";
    width:5px;
    height:5px;
    background:#0b9ae9;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.news8 ul li a:hover{
    color:#0b9ae9;
}

.main1{
    background:#f6f6f6;
    padding:1px 70px;
    margin-top:95px;
    position: relative;
}
.main1::before{
    content:"";
    width:100%;
    height:3px;
    border-top:3px double #d4d4d4;
    position:absolute;
    top:-10px;
    left:0;
}
.main1-con{
    background:#fff;
    border:1px solid #e5e5e5;
    position: relative;
    border-right:none;
}
.main1-con::before{
    content:"";
    width:100%;
    height:1px;
    background:#e5e5e5;
    position:absolute;
    top:50%;
    left:0;
    z-index:10;
}
.main1-con::after{
    content:"";
    width:1px;
    height:100%;
    background:#e5e5e5;
    position:absolute;
    top:0;
    right:0;
    z-index:10;
}
.main1-con .swiper-slide{
    border-right:1px solid #e5e5e5;
}
.main1-con .hzhb-con .but{
    left:-70px;
}
.main1-con .hzhb-con .swiper-button-next{
    left:auto;
    right:-70px;
}
.news9{
    display:block;
    padding:40px;
}
.news9 .imgbox{
    border-radius:20px;
    overflow: hidden;
}
.news9 .img{
    transition:all .3s;
}
.news9 h5{
    color:#000;
    line-height:20px;
    margin-top:10px;
    text-align:center;
}
.news9:hover .img{
    transform:scale(1.1);
}
.news9:hover h5{
    color:#0b9ae9;
}

ul.more1{
    width:220px;
    margin:40px auto 70px;
}
ul.more1 li{
    width:50%;
    border:1px solid #000;
}
ul.more1 li:nth-child(1){
    border-right:none;
}
ul.more1 li a{
    display:block;
    color:#000;
    text-align:center;
    line-height:38px;
    transition:all .3s;
}
ul.more1 li a:hover{
    background:#007bd1;
    color:#fff;
}

.main2 .title-1{
    text-align:center;
    padding:70px 0 50px;
    border-bottom:1px solid #e2e2e2;
    margin-bottom:50px;
}
.main2 .title-1 h5{
    font-size:28px;
    font-weight:bold;
    color:#007bd1;
}
.main2 .title-1 p{
    font-size:17px;
    display:inline-block;
    margin-top:10px;
    position: relative;
}
.main2 .title-1 p::before,
.main2 .title-1 p::after{
    content:"";
    width:25px;
    height:1px;
    background:#dcdcdc;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:15px;
}
.main2 .title-1 p::after{
    right:auto;
    left:100%;
    margin:0 0 0 15px;
}
.main2 ul li{
    padding-bottom:40px;
    margin-bottom:40px;
    border-bottom:1px solid #e2e2e2;
}
.main2 ul li .imgbox{
    width:50%;
    border:1px solid #ccc;
}
.main2 ul li:nth-child(even) .imgbox{
    float:right !important;
}
.main2 ul li .imgbox .img{
    height:329px;
}
.main2 ul li .text-box{
    width:50%;
}
.main2 ul li .text-box-1{
    padding:70px 0 0 30px;
}
.main2 ul li .text-box-1 h4{
    font-size:28px;
    color:#010101;
}
.main2 ul li .text-box-1 h4 span{
    font-size:19px;
}
.main2 ul li .text-box-1 h5{
    font-size:28px;
    margin:10px 0 20px;
}
.main2 ul li .text-box-1 h5 span{
    color:#007bd1;
}
.main2 ul li .text-box-1 .text{
    font-size:16px;
    line-height:30px;
    color:#555;
}
.main2 ul li .text-box-2{
    padding:30px 30px 0 0;
}
.main2 ul li .text-box-3{
    padding:30px 0 0 30px;
}
.main2 ul li .text-box-2 h4{
    width:170px;
    line-height:60px;
    background:#f0f0f0;
    font-size:35px;
    color:#010101;
    text-align:center;
    position: relative;
    border-radius:10px;
}
.main2 ul li .text-box-2 h4 span{
    position: relative;
    z-index:10;
}
.main2 ul li .text-box-2 h4::before{
    content:"";
    border-bottom:24px solid #f0f0f0;
    border-left:36px solid transparent;
    border-right:55px solid transparent;
    position:absolute;
    top:82%;
    right:-31px;
    transform:rotate(21deg);
}
.main2 ul li .text-box-2 .text{
    font-size:18px;
    line-height:33px;
    margin:50px 0 0 0;
}
.main2 ul li .title{
    margin-bottom:30px;
    text-align: center;
}
.main2 ul li .title h5{
    font-size:28px;
}
.main2 ul li .title p{
    font-size:18px;
    color:#007bd1;
    margin-top:10px;
}
.main2 .more{
    text-align:center;
    padding-bottom:40px;
    border-bottom:3px double #d4d4d4;
    margin-bottom:20px;
}
.main2 .more .con{
    display:inline-block;
}
.main2 .more .text{
    font-size:22px;
    color:#007bd1;
    line-height:34px;
    text-align:left;
}
.main2 .more a{
    display:block;
    width:140px;
    line-height:50px;
    background:#007bd1;
    color:#fff;
    text-align:center;
    font-size:22px;s
    border-radius:10px;
    margin:8px 0 0 50px;
}
.main2 .more a:hover{
    background:#2c98e4;
}

.title6{
    padding:0 70px;
    margin-bottom:40px;
}
.title6 h5{
    font-size:24px;
    font-weight:bold;
    border-bottom:4px solid #0178cc;
    padding:40px 0 25px;
}

.main3{
    margin-top:70px;
    border-top:3px double #d4d4d4;
}
.main3-con{
    padding:0 60px;
}
.news10{
    display:block;
}
.news10 .imgbox{
    border:5px solid #e8e8e8;
    border-radius:50%;
    overflow: hidden;
}
.news10 h5{
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-height:20px;
    margin-top:10px;
    text-align:center;
}
.news10:hover .img{
    transform:scale(1.1);
}
.news10:hover h5{
    color:#007bd1;
}

.main4{
    background:#f6f6f6;
    padding-bottom:40px;
}
.main4 ul{
    padding:0 100px;
    margin:0 -20px;
}
.main4 ul li{
    width:25%;
    padding:20px;
}
.main4 ul li:nth-child(2){
    width:40%;
    border-left:5px solid #d4d4d4;
    padding:20px 20px 0;
}
.main4 ul li:nth-child(3){
    width:35%;
    padding:0 20px;
}
.main4 ul li .text{
    font-size:20px;
    line-height:36px;
}
.main4 ul li dl{
    margin:0 -10px;
    text-align:center;
}
.main4 ul li dl dd{
    width:50%;
}
.main4 ul li dl dd .con{
    border:2px solid #e4e4e4;
    border-radius:10px;
    padding:4px;
    box-shadow:3px 3px 0 #c8c8c8;
    margin:0 10px 20px;
}
.main4 ul li dl dd .con span{
    display:block;
    background:#e4e4e4;
    border-radius:10px;
    font-size:24px;
    line-height:50px;
}
.main4 ul li .imgbox{
    height:184px;
    border:3px solid #e4e4e4;
}

.main5 .title6{
    margin-bottom:20px;
}
.main5 ul{
    padding:0 70px;
}
.main5 ul li{
    line-height:35px;
}
.main5 ul li a{
    position: relative;
    padding-left:15px;
    transition:all .3s;
    color:#000;
}
.main5 ul li a::before{
    content:"";
    width:5px;
    height:5px;
    background:#0178cc;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.main5 ul li a:hover{
    color:#0178cc;
}

.main6{
    background:#f6f6f6;
    margin-top:60px;
    padding-bottom:60px;
}
.main6 .con img{
    display:block;
    max-width:100%;
    margin:0 auto 20px;
}
.main6 .con h5{
    font-size:20px;
    font-weight:bold;
    margin-bottom:20px;
    text-align:center;
}

.main7{
    border-bottom:3px double #d4d4d4;
}
.main7-con{
    padding:0 70px;
}
.news11{
    display:block;
    background:#f6f6f6;
    padding:15px 15px 0;
}
.news11 .imgbox{
    overflow: hidden;
}
.news11 h5{
    font-size:15px;
    line-height:50px;
    font-weight:bold;
    color:#000;
    text-align:center;
}
.news11:hover .img{
    transform:scale(1.1);
}
.news11:hover h5{
    color:#0178cc;
}

.nav3{
    font-size:0;
    text-align:center;
    margin-bottom:20px;
}
.nav3 a{
    display:inline-block;
    width:150px;
    line-height:50px;
    background:#fff;
    border:1px solid #ccc;
    font-size:16px;
    color:#333;
    padding:0 5px;
    margin:0 5px 10px;
}
.nav3 a:hover,
.nav3 a.active{
    background:#0078cd;
    color:#fff;
    border-color:#0078cd;
}



/*详情页*/
.xqy {
    line-height: 25px;
    min-height: 300px;
}

.xqy .title {
    text-align: center;
    margin-bottom: 20px;
}

.xqy .title h5 {
    font-size: 16px;
    font-weight: bold;
}

.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%;
    margin: 0 auto;
}
.xqy .video{
    position:relative;
    margin:30px auto;
    max-width:600px;
}
.xqy .video video{
    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: #0178cc;
    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: #06385b;
    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 #0178cc;
    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 #0178cc;
    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 #0178cc;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0178cc;
    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 #0178cc;
    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: #0178cc;
    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(max-width:1450px){
    .cpzs-con,
    .hzhb-con{
        padding:0 60px;
    }
    .cpzs .but,
    .hzhb-con .but{
       left:0;
    }
    .cpzs .swiper-button-next,
    .hzhb-con .swiper-button-next{
        left:auto;
        right:0;
    }
}
@media(max-width:1199px){
    .news3 .mask{
        padding:10px;
    }
    .news3 .mask img{
        height:50px;
    }
    .news9{
        padding:20px;
    }
    .main4 ul{
        padding:0 70px;
    }
}
@media(min-width:992px) {
    .djhj .more:hover{
        color:#fff;
    }
    .djhj .more:hover::before{
        width:150%;
    }
    .news2:hover{
        border-color:#017cc9;
    }
    .news2:hover .img{
        height:72px;
    }
    .news5:hover {
        border-color: #01b1ed;
        box-shadow:3px 3px 10px rgba(41, 129, 188, .2);
    }
    .news5:hover .img {
        transform: scale(1.1);
    }
    .news5:hover h5 {
        color: #01b1ed;
    }
    .news5:hover b {
        background: #01b1ed;
        border-color: #01b1ed;
        color: #fff;
    }
    .news5:hover b img.img-1{
        display:none;
    }
    .news5:hover b img.img-2{
        display:initial;
    }
    .news3:hover{
        border-color:#017cc9;
    }
    .news3:hover h4{
        left:-100%;
        opacity:0;
    }
    .news3:hover .mask{
        transition-delay: .2s;
        top:0;
        opacity:1;
    }
}
@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: #2981bc;
    }

    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: #2981bc;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #2981bc;
    }

    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;
    }
    .logo-box{
        height:auto;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:70%;
    }
    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;
    }
    .sousuo{
        border:none;
        padding:10px 0 0 0;
    }
    .sousuo-con{
        height:auto;
        text-align:center;
    }
    .sousuo ul li{
        width:100% !important;
        margin:10px 0;
    }
    .sousuo ul li:nth-child(2){
        padding:0;
        border:none;
    }
    .sousuo ul li:nth-child(2) p{
        text-align:left;
    }
    .sousuo .phone{
        float:none !important;
    }
    .news2,
    .news2 .img{
        height:auto;
    }
    .news3 h4{
        display:none;
    }
    .news3 .mask{
        top:auto;
        opacity:1;
        height:48px;
        padding:0;
        bottom:0;
    }
    .news3 .mask img,
    .news3 .mask h5,
    .news3 .mask p{
        display: none;
    }
    .news3 .mask .con{
        border:none;
    }
    .news3 .mask ul{
        padding:0 5px;
        margin:0;
    }
    .main1{
        margin-top:30px;
        padding:1px 30px;
    }
    .main2 ul li .text-box-1{
        padding-top:30px;
    }
    .main3{
        margin-top:30px;
    }
    .title6{
        padding:0;
    }
    .main3-con{
        padding:0;
    }
    .main4{
        padding:0 10px 30px;
    }
    .main4 ul,
    .main5 ul,
    .main7-con{
        padding:0;
    }
    .main4 ul li{
        width:100% !important;
        padding:10px 20px !important;
    }
    .main4 ul li:nth-child(2){
        border:none;
    }
    .cpzs-con .but,
    .hzhb-con .but{
        display:none;
    }
    .cpzs-con,
    .hzhb-con{
        padding:0;
    }
    .footer,
    .footer .text-box{
        text-align:center;
    }
    .footer dl{
        margin-top:30px;
    }
    .nav4 ul li{
        width:10%;
    }
    .nav4 ul li.logo3{
        display:none;
    }
    .lxwm .list:nth-child(1){
        display:none;
    }
    .lxwm .list:nth-child(2) .bt{
        text-align:center;
        line-height:25px;
        font-size:16px;
    }
    .lxwm .list:nth-child(2){
        margin:0;
    }
    .gsjj .video{
        height:auto;
    }
}

@media (max-width:767px) {
    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;
    }
    .news1{
        padding:5px 5px 0;
    }
    .news1 h5 {
        line-height: 35px;
    }
    .cp-ny{
        padding:0 10px;
    }
    .cp-ny .news1{
        margin:0 5px 10px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .gsjj ul li:last-child a{
        width:120px;
        line-height:35px;
    }
    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;
    }
    .sousuo ul li:nth-child(1) h5{
        font-size:18px;
    }
    .sousuo ul li:nth-child(1) p{
        font-size:12px;
    }
    .youshi{
        padding-bottom:0;
    }
    .youshi .title{
        margin:30px 0 60px;
        padding:30px 10px;
    }
    .youshi .con .bt .text h5{
        font-size:18px;
    }
    .youshi .con .bt .text p{
        font-size:11px;
    }
    .youshi .con .bt h4{
        width:43px;
        height:43px;
        line-height:43px;
        font-size:20px;
    }
    .youshi .con .bt .text h5{
        font-size:18px;
    }
    .youshi .con .bt .text p{
        font-size:11px;
    }
    .youshi .con .bt .text{
        margin-left:53px;
    }
    .youshi .con ul{
        margin-top:15px;
    }
    .djhj .title-1{
        margin:30px 0;
    }
    .djhj .title-1 h4,
    .djhj .title-1 h4 span{
        font-size:20px;
        float:none !important;
    }
    .djhj .title-1 .text1{
        float:none !important;
        margin:10px 0 5px;
        text-align:center;
    }
    .djhj .title-1 .text1 h5{
        font-size:14px;
    }
    .djhj .title-1 .con2 p{
        font-size:18px;
    }
    .djhj .title-1 .con2 p::before{
        display:none;
    }
    .news3{
        padding:5px;
    }
    .news3 .mask{
        height:40px;
    }
    .news3 .mask ul li a{
        line-height:30px;
    }
    .djhj .more{
        width:150px;
        padding-left:20px;
        line-height:35px;
        margin:30px auto;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        padding:5px 0 10px;
    }
    .cpzs{
        padding-bottom:30px;
    }
    .youshi .con dl dd a{
        line-height:35px;
    }
    .youshi .con dl{
        margin-top:15px;
    }
    .jjfa{
        margin-top:30px;
        padding-bottom:20px;
    }
    .jjfa .title1{
        margin-bottom:20px;
    }
    .news7 h5{
        font-size:16px;
        margin:10px 0 0 0;
    }
    .news7 p{
        font-size:12px;
    }
    .news7 .top{
        padding:10px;
    }
    .news7 b{
        line-height:35px;
    }
    .news8{
        padding:0 10px 10px;
    }
    .news8 .title{
        line-height:50px;
    }
    .news8 ul li{
        width:100%;
    }
    .news8 ul li a{
        line-height:40px;
    }
    .main1{
        padding:1px 10px;
    }
    .news9{
        padding:10px;
    }
    ul.more1{
        margin:30px auto;
    }
    ul.more1 li a{
        line-height:35px;
    }
    .main2 .title-1{
        margin-bottom:30px;
        padding:30px 0;
    }
    .main2 .title-1 h5{
        font-size:20px;
    }
    .main2 .title-1 p{
        font-size:14px;
    }
    .main2 ul li .imgbox,
    .main2 ul li .text-box{
        width:100%;
    }
    .main2 ul li .imgbox .img{
        height:auto;
    }
    .main2 ul li .text-box-1 h4{
        font-size:18px;
    }
    .main2 ul li .text-box-1 h4 span{
        font-size:14px;
    }
    .main2 ul li .text-box-1 h5{
        font-size:16px;
    }
    .main2 ul li .text-box-1{
        padding:30px 0 0 0;
    }
    .main2 ul li .text-box-1 .text{
        font-size:14px;
        line-height:25px;
    }
    .main2 ul li{
        padding-bottom:20px;
        margin-bottom:20px;
    }
    .main2 ul li .title{
        margin-bottom:20px;
    }
    .main2 ul li .title h5{
        font-size:18px;
        line-height:25px;
    }
    .main2 ul li .title p{
        font-size:14px;
    }
    .main2 ul li .text-box-2{
        padding:30px 0 0 0;
    }
    .main2 ul li .text-box-2 h4{
        width:100px;
        font-size:18px;
        line-height:40px;
    }
    .main2 ul li .text-box-2 .text{
        font-size:14px;
        line-height:25px;
        margin:40px 0 0 0;
    }
    .main2 .more{
        padding-bottom:20px;
        margin-bottom:10px;
    }
    .main2 .more .con{
        display:block;
    }
    .main2 .more .text{
        float:none !important;
        font-size:18px;
        line-height:25px;
    }
    .main2 .more a{
        margin:20px 0 0 0;
        line-height:35px;
        font-size:16px;
    }
    .news10 h5{
        font-size:16px;
    }
    .title6{
        margin-bottom:30px;
    }
    .title6 h5{
        font-size:20px;
        padding:30px 0 15px;
        line-height:30px;
    }
    .main4{
        padding-bottom:20px;
    }
    .main4 ul li .text{
        font-size:14px;
        line-height:25px;
    }
    .main4 ul li dl dd .con{
        margin:0 5px 10px;
    }
    .main4 ul li dl dd .con span{
        font-size:16px;
        line-height:30px;
    }
    .main6{
        padding:0 10px 20px;
        margin-top:30px;
    }
    .main6 .con h5{
        font-size:16px;
    }
    .news11{
        padding:5px 5px 0;
    }
    .news11 h5{
        line-height:40px;
    }
    .nav3 a{
        width:130px;
        line-height:35px;
    }
    .nav4{
        padding:10px 0;
        margin-top:30px;
    }
    .nav4 ul li{
        width:20%;
        line-height:30px;
    }
    .lxwm .list:nth-child(2) ul li:nth-child(1),
    .lxwm .list:nth-child(2) ul li:nth-child(2){
        width:100%;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .news7 .imgbox1{
        padding:0 10%;
    }
    .news8 .title span{
        display:none;
    }
    .nav4 ul li a{
       font-size:12px;
    }
    .lxwm .list:nth-child(2) button{
        width:100%;margin-top:10px;
    }
}