/*全局样式*/
@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: 1230px !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;
    max-height: initial
}

header .top{
    height:48px;
    background:#f2f2f2;
}
header .top h5{
    line-height:48px;
    color:#999;
}
header .top ul li{
    line-height:48px;
}
header .top ul li a{
    color:#999;
    border-left:1px solid #999;
    padding-left:10px;
    margin-left:10px;
    transition:all .3s;
}
header .top ul li a:hover{
    color:#e22b22;
}
header .top ul li:first-child a{
    border:none;
}

.logo-box{
    height:143px;
}
.logo-box .logo{
    height:143px;
    line-height:143px;
    max-width:43.5%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:90%;
}
.logo-box .phone{
    font-size:26px;
    font-weight:bold;
    line-height:30px;
    background:url(../images/icon1.png) no-repeat 0 center;
    padding-left:60px;
    margin-top:42px;
}
.logo-box .phone span{
    display: block;
}
.logo-box .phone span:nth-child(2),.logo-box .phone span:nth-child(3){
   letter-spacing: 0.4px;
}

/*PC端导航*/
nav {
    background:#0053a5;
}

nav a {
    color: #fff !important;
    font-size: 16px;
}

/*一级导航*/
nav ul li {
    float: left;
    width: 14.28%;
    text-align: center;
    position: relative;
    line-height:55px;
    position: relative;
    border-right:1px solid rgba(255, 255, 255, .3);
}
nav ul li:last-child{
    border:none;
}
nav ul li a {
    display: block;
    position: relative;
    font-size: 16px;
}
nav ul li a:hover,
nav ul li a.active {
    background: #e22b22;
}

/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 1000;
    min-width: 100%;
}

nav ul li ul li {
    float: none;
    width: 100%;
    line-height: 40px;
    background: #0053a5;
    border:none;
}

nav ul li ul li a {
    font-size: 14px;
}

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: #e22b22;
    top: 50%;
    left: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
}

#myCarousel .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #e22b22;
    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;
}

#myCarousel .carousel-indicators li {
    width: 9px;
    height: 9px;
    margin: 1px 3px;
    border: 1px solid #fff;
    background: #fff;
}

#myCarousel .carousel-indicators .active {
    background: #e22b22;
    border-color: #e22b22;
}

.title1{
    margin:70px 0 60px;
    text-align:center;
    overflow: hidden;
}
.title1 h5{
    font-size:30px;
    font-weight:bold;
    color:#da251d;
}
.title1 p{
    font-size:16px;
    color:#666;
}
.title1 i{
    display:block;
    width:8px;
    height:8px;
    background:#ccc;
    border-radius:50%;
    margin:13px auto;
    position: relative;
}
.title1 i::before,
.title1 i::after{
    content:"";
    width:200px;
    height:1px;
    background:#ccc;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:6px;
}
.title1 i::after{
    right:auto;
    left:100%;
    margin:0 0 0 6px;
}

/* 视频展示 */
.spzs .video{
  width: 100%;
  position:relative;
  margin: 70px 0;
  overflow: hidden;
}
.spzs .video iframe,
.spzs .video video{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
	object-fit:fill;
}


/* 产品中心 */
.cpzx{
    background:#f4f4f4;
    padding-bottom:70px;
}
.news1{
    display:block;
    background:#fff;
    border-radius:10px;
    border:1px solid #dfdfdf;
    /* padding:30px; */
    text-align:center;
    overflow: hidden;
    position: relative;
}
.news1 .imgbox{
    padding:0 20%;
}
.news1 .imgbox .img{
    border:5px solid #e5e5e5;
    border-radius:50%;
}
.news1 h5{
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-height:25px;
    margin-top:20px;
}
.news1 p{
    font-size:12px;
    color:#000;
    padding-top:15px;
    margin-top:15px;
    position: relative;
}
.news1 p::before{
    content:"";
    width:28px;
    height:1px;
    background:#000;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}
.news1 .mask{
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 1;
  transition:all .2s;
/*    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:1;
    transition:all .2s; */
}
/* .news1 .mask::before{
  content: "";
  padding-top: 100%;
  display: block;
}
 */
.news1 .mask h4{
    width:100%;
    line-height:50px;
    background:#0053a5;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    padding:0 5px;
    position: absolute;
    bottom:0;
    left:0;
}
.news1:hover .mask{
    opacity:1;
}

/* 关于我们 */
.gywm-con{
    border:1px solid #dfdfdf;
    padding:19px;
}
.gywm .imgbox{
    display:block;
    overflow: hidden;
}
.gywm .imgbox .img{
    height:390px;
}
.gywm .imgbox:hover .img{
    transform:scale(1.1);
}
.gywm .text-box h5{
    font-size:18px;
    font-weight:bold;
    margin-top:25px;
}
.gywm .text-box .text{
    line-height:30px;
    height:240px;
    margin:20px 0;
    overflow: hidden;
}
.gywm .text-box a{
    display:block;
    width:167px;
    line-height:38px;
    background:#da251d;
    color:#fff;
    text-align:center;
    transition:all .3s;
}
.gywm .text-box a:hover{
    background:#89120d;
}

.nav1{
    text-align:center;
    margin-bottom:40px;
    font-size:0;
}
.nav1 a{
    display:inline-block;
    width:177px;
    line-height:50px;
    background:#fff;
    font-size:18px;
    color:#000;
    margin:0 5px 10px;
    background:none;
    border:1px solid #fff;
    color:#fff;
}
.nav1 a.active,
.nav1 a:hover{
    background:#fff;
    color:#000;
}
.nav1-2 a{
    border:1px solid #ccc;
    color:#000;
}
.nav1-2 a.active,
.nav1-2 a:hover{
    background:#da251d;
    border-color:#da251d;
    color:#fff;
}

/* 荣誉资质 */
.ryzz{
    background:url(../images/ryzz_bg.jpg) center center/cover;
    padding:70px 0;
    margin-top:70px;
}
.ryzz-con{
    position:relative;
}
.ryzz-con .but{
    width:32px;
    height:57px;
    background:url(../images/jt.png) no-repeat;
    left:-90px;
    margin-top:-28px;
}
.ryzz-con .swiper-button-next{
    left:auto;
    right:-90px;
    transform:rotateY(180deg);
}
.news2{
    display:block;
    background:#fff;
    border-radius:10px;
    overflow: hidden;
    padding:10px;
}
.news2:hover .img{
    transform:scale(.9);
}

/* 服务流程 */
.fwlc{
    padding-bottom:120px;
    background:#f7faff;
}
.fwlc ul{
    position: relative;
}
.fwlc ul li{
    width:25%;
    text-align:center;
    margin-bottom:70px;
   
}
.fwlc ul li .img{
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.fwlc ul li .img img{
    max-width:100%;
    max-height:100%;
}
.fwlc ul li b{
    display:block;
    font-size:36px;
    font-weight:bold;
    margin-top:30px;
    padding-top:30px;
    position: relative;
    border-top:1px dashed #4f95ff;
}
.fwlc ul li b::before{
    content:"";
    width:24px;
    height:24px;
    border:1px solid #4f95ff;
    border-radius:50%;
    position: absolute;
    top:-12px;
    left:50%;
    transform:translateX(-50%);
}
.fwlc ul li b::after{
    content:"";
    width:16px;
    height:16px;
    background:#4f95ff;
    border-radius:50%;
    position: absolute;
    top:-8px;
    left:50%;
    transform:translateX(-50%);
}
.fwlc ul li h5{
    font-size:18px;
    margin-top:10px;
}
.fwlc ul li:nth-child(4) ~ li{
    float:right !important;
}
.fwlc ul li:nth-child(1)::before,
.fwlc ul li:nth-child(1)::after{
    content:"";
    width:200px;
    height:259px;
    border-top-right-radius:200px;
    border-bottom-right-radius:200px;
    position: absolute;
    top:80px;
    left:100%;
    border:1px dashed #4f95ff;
    border-left:none;
}
.fwlc ul li:nth-child(1)::after{
    top:338px;
    left:auto;
    right:100%;
    transform:rotateY(180deg);
}
.fwlc ul li:nth-child(2)::before,
.fwlc ul li:nth-child(2)::after{
    content:"";
    width:1000%;
    height:1px;
    border-top:1px dashed #4f95ff;
    position:absolute;
    top:80px;
    right:100%;
}
.fwlc ul li:nth-child(2)::after{
    right:auto;
    left:0;
    top:596px;
}
.fwlc-con{
    position: relative;
}
.fwlc .more{
    display:block;
    width:238px;
    line-height:56px;
    background:#4f95ff;
    color:#fff;
    font-size:24px;
    font-weight:bold;
    text-align:center;
    margin:0 auto;
    position:relative;
    top:50px;
    box-shadow:0 0 10px rgba(0, 0, 0, .3);
}
.fwlc .more:hover{
    background:#1352b1;
}

/* 经典案例 */
.jdal{
    background:url(../images/jdal_bg.jpg) center center/cover;
    padding-bottom:70px;
}
.jdal-con{
    border:1px solid #dcdcdc;
    background:#fff;
    position:relative;
    border-right:none;
}
.jdal-con::before{
    content:"";
    width:1px;
    height:100%;
    background:#dcdcdc;
    position:absolute;
    top:0;
    right:0;
    z-index:2;
}
.jdal-con::after{
    content:"";
    width:100%;
    height:1px;
    background:#dcdcdc;
    position:absolute;
    top:50%;
    left:0;
    z-index:2;
}
.news3{
    display:block;
    overflow: hidden;
    background:#fff;
}
.news3 .img{ background:#f5f5f5; border:1px solid #eee; overflow:hidden;}
.news3:hover .img{
    transform:scale(1.06);
}
.jdal-con .swiper-slide{
    border-right:0px solid #dcdcdc;
}

/* 新闻资讯 */
.xwzx{
    padding-bottom:70px;
}
.news4{
    display:block;
    border:1px solid #ededed;
    padding:20px;
}
.news4 .imgbox{
    margin-bottom:20px;
    overflow: hidden;
}
.news4 .img{
    height:243px;
}
.news4 .con .rq{
    width:90px;
    height:96px;
    border-left:1px solid #e5e5e5;
    padding-top:20px;
    text-align:right;
}
.news4 .con .rq h5{
    font-size:26px;
    font-weight:bold;
    color:#000;
    font-family:"Impact";
}
.news4 .con .rq p{
    color:#000;
    margin-top:5px;
}
.news4 .con .text-box{
    padding:5px 100px 0 0;
}
.news4 .con .text-box h5{
    font-size:18px;
    line-height:30px;
    color:#000;
}
.news4 .con .text-box .text{
    line-height:24px;
    color:#999;
    height:48px;
    overflow: hidden;
    margin-top:10px;
}
.news4:hover{
    border-color:#da251d;
}
.news4:hover .img{
    transform:scale(1.1);
}
.news4:hover .text-box h5{
    color:#da251d;
}
.news4-box{
    border:1px solid #ededed;
    padding:0 20px;
}
.news4-2{
    padding:15px 0;
    border:none;
    border-bottom:1px solid #ededed;
}
.news4-2 .con .rq{
    height:69px;
    padding-top:10px;
}
.news4-2 .con .text-box .text{
    height:auto;
    margin-top:5px;
}
.news4-2:last-child{
    border:none;
}
.news4-2:hover{
    border-color:#ededed;
}

/* 联系我们 */
.lxwm{
    background:#e7f3ff;
    padding-bottom:70px;
}
.lxwm .logo2{
    display:block;
    margin-bottom:30px;
    max-width:100%;
}
.lxwm .con1 img{
    width:140px;
    height:140px;
    border:5px solid #fff;
}
.lxwm .con1 .text{
    color:#666;
    line-height:30px;
    margin-right:160px;
}
.lxwm form input,
.lxwm form textarea{
    width:100%;
    height:40px;
    border:1px dashed #ced7e1;
    background:#ecf5ff;
    border-radius:10px;
    margin:10px 0;
    padding:0 10px;
}
.lxwm form textarea{
    height:120px;
    resize:none;
    padding:10px;
}
.lxwm form button{
    width:138px;
    line-height:40px;
    background:#da251d;
    border-radius:30px;
    color:#fff;
    text-align:center;
    border:none;
    transition:all .3s;
}
.lxwm form button:hover{
    background:#a31a14;
}

footer{
    background:#afe0ff;
    text-align:center;
    color:#000;
    font-size:13px;
    padding:30px 0;
}
footer ul{
    font-size:0;
    margin-bottom:10px;
}
footer ul li{
    display:inline-block;
    border-left:1px solid #000;
    padding:0 10px;
    margin-bottom:5px;
}
footer ul li:first-child{
    border:none;
}
footer ul li a{
    font-size:13px;
}
footer a{
    color:#000;
    transition:all .3s;
}
footer a:hover{
    color:#da251d;
}




/*内页导航*/
.neiye {
    padding-bottom:40px;
}

.ny_nav .title {
    height: 75px;
    line-height: 75px;
    background: url(../images/bg1.jpg) center center/cover;
    font-size:24px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left:40px;
}

.ny_nav .title .span1 {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 45px;
    transition: all .3s;
}

.ny_nav .title .span1.active {
    transform: rotate(180deg);
}

.ny_nav .title i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}

.ny_nav ul a {
    display: block;
    line-height:50px;
    background: #ececec;
    font-size: 16px;
    color: #000;
    margin-top:1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    padding-left:40px;
    position: relative;
}
.ny_nav ul a::before{
    content:"";
    width:5px;
    height:5px;
    background:#000;
    position:absolute;
    top:50%;
    left:20px;
    transform:translateY(-50%);
    transition:all .3s;
}
.ny_nav ul li a:hover {
    color: #0053a5;
}
.ny_nav ul li a:hover::before{
    background:#0053a5;
}
.ny_nav ul li a.active{
    background-color: #0053a5;
    color: #fff;
}
.ny_nav ul li a.active::before{
    background:#fff;
}

.ny_nav dl {
    display: none;
}

.ny_nav dl.active {
    display: block;
}

.ny_nav dl dd a {
    line-height: 40px;
    text-align: center;
    color: #353535;
    background: #fff;
    font-size: 16px;
    border-bottom: 1px dashed #b8b8b8;
    margin: 0;
    text-align:center;
    padding:0;
    font-size:14px;
}
.ny_nav dl dd a::before{
    display:none;
}

.ny_nav dl dd:last-child a {
    border: none;
}

.ny_nav dl dd a.active,
.ny_nav dl dd a:hover {
    color: #b4060f;
}

.neiye .lxfs {
    height:150px;
    margin-top:20px;
    background:#ececec url(../images/img4.png) no-repeat center top;
    position:relative;
}
.neiye .lxfs .bg{
    position:absolute;
    bottom:0;
    left:0;
}
.neiye .lxfs .text-box{
    position:absolute;
    right:10px;
    top:40px;
	font-size:20px;
}
.neiye .lxfs .text-box h5{
    line-height:24px;
    margin-bottom:10px;
	font-size:18px;
}
.neiye .lxfs .text-box h5 img{
    margin-right:5px;
    position: relative;
    top:-2px;
}
.neiye .lxfs .text-box p{
    font-size:20px;
    color:#0053a5;
    line-height:30px;
}
.neiye .lxfs .text-box p span{
    display: block;
}
.neiye .lxfs .text-box p span:nth-child(2),.neiye .lxfs .text-box p span:nth-child(3){
    letter-spacing: 0.16px;
}

.neiye .title2 {
    border-bottom:1px solid #e5e5e5;
    margin-bottom: 20px;
}

.neiye .title2 h5 {
    padding:20px 0;
    font-size: 24px;
    font-weight:bold;
    position: relative;
}
.neiye .title2 h5::before{
    content:"";
    width:100%;
    height:2px;
    background:#0053a5;
    position:absolute;
    bottom:-1px;
    left:0;
}
.title3{
    padding:20px 0;
    border-bottom:1px solid #e5e5e5;
    margin-bottom:30px;
    color:#999;
}
.title3 a{
    color:#999;
    transition:all .3s;
}
.title3 a:hover{
    color:#b4060f;
}
.title3 span{
    color:#000;
}
.title3 i{
    margin-right:5px;
}

/* 搜索 */
.sousuo {
    background: #f2f2f2;
}

.sousuo .con {
    position: relative;
    padding: 15px 400px 0 0;
    height: 70px;
}

.sousuo .con .text a {
    color: #454545;
    line-height: 40px;
    transition: all .3s;
}

.sousuo .con .text a:hover {
    color: #b4060f;
}

.sousuo .con .text a:first-child {
    color: #1a252b;
    font-weight: bold;
    cursor: text !important;
}

.sousuo form {
    width: 335px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.sousuo form input {
    width: calc(100% - 65px);
    height: 40px;
    padding: 0 10px 0 20px;
    border: none;
}

.sousuo form button {
    width: 65px;
    height: 40px;
    background: url(../images/icon2.png) no-repeat center center;
    border: none;
    transition: all .3s;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-md-4{
    padding:0;
}

.news5{
    display:block;
    margin:0 10px 20px;
}
.news5 .imgbox{
    overflow: hidden;
}
.news5 h5{
    line-height:48px;
    background:#f2f2f2 url(../images/icon4.png) no-repeat 95% center;
    color:#000;
    font-size:16px;
    padding:0 20% 0 5%;
}
.news5:hover h5{
    background:#e22b22 url(../images/icon4-2.png) no-repeat 95% center;
    color:#fff;
}
.cp-ny .news2{
    border:1px solid #ccc;
    margin:0 10px 20px;
}

.news6{
    display:block;
    padding:20px;
    border:1px solid #e5e5e5;
    margin-bottom:20px;
}
.news6 .imgbox{
    overflow: hidden;
}
.news6 .img{
    width:269px;
    height:186px;
}
.news6 .text-box{
    padding:2px 0 0 300px;
}
.news6 h5{
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-height:30px;
}
.news6 p{
    font-size:12px;
    color:#666;
    margin:10px 0;
}
.news6 .text{
    line-height:24px;
    height:48px;
    overflow: hidden;
    color:#000;
}
.news6 b{
    display:block;
    width:128px;
    line-height:38px;
    background:#e5e5e5;
    color:#000;
    text-align:center;
    margin-top:20px;
    font-weight:normal;
    transition:all .3s;
}
.news6:hover{
    border-color:#e22b22;
}
.news6:hover .img{
    transform:scale(1.1);
}
.news6:hover h5{
    color:#e22b22;
}
.news6:hover b{
    background:#e22b22;
    color:#fff;
}

.zxly-ny.lxwm{
    background:none;
}
.zxly-ny form{
    max-width:600px;
    margin:0 auto;
}
.zxly-ny form button{
    width:100%;
}



/*详情页*/
.xqy {
    line-height: 25px;
    min-height: 300px;
}

.xqy .title {
    text-align: center;
    margin-bottom: 10px; line-height:1.6;
}

.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 .img {
 width:100%; text-align:center;
}

.xqy .img img {
    display: block;
    max-width: 100%;
	height:auto !important;
    margin: 10px auto;
}


.xqy .con {
    line-height: 28px;
}

.xqy .con img {
    display: block;
    max-width: 100% !important;
	height:auto !important;
    margin: 0 auto;
}



/*微信弹窗*/
.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: #0053a5;
    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: #053463;
    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 #0053a5;
    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 #0053a5;
    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 #0053a5;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0053a5;
    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 #0053a5;
    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: #0053a5;
    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:1620px){
    .fwlc ul li:nth-child(1)::before,
    .fwlc ul li:nth-child(1)::after{
        width:1px;
    }
}
@media (max-width:1390px){
    .ryzz-con .but{
        display:none;
    }
}
@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: #0053a5;
    }

    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: #0053a5;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #0053a5;
    }

    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 {
        padding: 20px 0 30px;
    }

    .ny_nav {
        margin-bottom: 20px;
    }

    .ny_nav .title {
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        text-align: left;
        padding-left: 15px;
    }

    .ny_nav ul li a {
        text-align: center;
        padding: 0 5px;
        margin-top: 1px;
        border: 1px solid #eee;
        line-height:40px;
    }
    .ny_nav ul li a::before{
        display:none;
    }
    /* .ny_nav ul li a.active {
        background: none;
        color: #000;
    } */

    .ny_nav dl.active {
        display: none;
    }

    .ny_nav dl dd a {
        padding: 0 5px;
    }
    .news4-1{
        margin-bottom:20px;
    }
    .news4 .img{
        height:auto;
    }
    .logo-box{
        height:auto;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:50%;
    }
    .gywm .imgbox .img{
        height:auto;
    }
    .gywm .text-box .text{
        height:auto;
        max-height:240px;
    }
    .lxwm form{
        margin-top:30px;
    }
    .sousuo .con{padding:0;}
    .sousuo form{width:100%;}
}

@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;
    }

    #myCarousel .carousel-indicators {
        bottom: 2px;
    }

    #myCarousel .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 1px;
    }

    #myCarousel .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin: 1px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
        max-width:60%;
    }
    .news4{
        padding:5px;
    }
    .news4 .imgbox{
        margin-bottom:5px;
    }
    .news4-box{
        padding:0 5px;
    }
    .news4 .con .text-box h5{
        font-size:16px;
        line-height:25px;
    }
    .spzs .video{
        margin:30px 0;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:14px;
    }
    /* .news1{
        padding-top:10px;
    } */
    /* .news1 .mask{
        display:none;
    } */
    .news1 .mask h4 {
        line-height: 40px;
        font-size: 16px;
    }
    .news1 h5{
        font-size:16px;
        margin-top:10px;
    }
    .news1 p{
        padding-top:10px;
        margin-top:10px;
    }
    .cpzx{
        padding-bottom:30px;
    }
    .gywm-con{
        padding:10px;
    }
    .gywm .text-box h5{
        margin-top:10px;
    }
    .gywm .text-box .text{
        margin:10px 0;
        line-height:25px;
        max-height:200px;
    }
    .ryzz{
        padding:30px 0;
        margin-top:30px;
    }
    .nav1{
        margin-bottom:20px;
    }
    .nav1 a{
        width:130px;
        line-height:35px;
        font-size:16px;
    }
    .fwlc{
        padding-bottom:60px;
    }
    .fwlc ul li{
        margin-bottom:25px;
    }
    .fwlc ul li .img{
        height:30px;
    }
    .fwlc ul li b{
        font-size:18px;
        margin-top:15px;
        padding-top:15px;
    }
    .fwlc ul li h5{
        font-size:13px;
        margin-top:5px;
    }
    .fwlc ul li b::before{
        width:16px;
        height:16px;
        top:-8px;
    }
    .fwlc ul li b::after{
        width:10px;
        height:10px;
        top:-5px;
    }
    .fwlc ul li:nth-child(1)::before,
    .fwlc ul li:nth-child(1)::after{
        height:130px;
        top:45px;
    }
    .fwlc ul li:nth-child(1)::after{
        top:175px;
    }
    .fwlc ul li:nth-child(2)::before{
        top:45px;
    }
    .fwlc ul li:nth-child(2)::after{
        top:304px;
    }
    .fwlc .more{
        width:150px;
        line-height:35px;
        font-size:16px;
        top:26px;
    }
    .jdal,
    .xwzx,
    .lxwm{
        padding-bottom:30px;
    }
    .lxwm .logo2{
        margin:0 auto 20px;
    }
    .lxwm .con1{
        text-align:center;
    }
    .lxwm .con1 img{
        float:none !important;
    }
    .lxwm .con1 .text{
        margin:10px 0 0 0;
    }
    .lxwm form button{
        width:100%;
    }
    .news5 h5{
        line-height:35px;
        background:#f2f2f2;
        font-size:16px;
        padding:0 5px;
    }
    .cp-ny{
        padding:0 10px;
    }
    .news5{
        margin:0 5px 10px;
    }
    .news6{
        padding:5px;
        margin-bottom:10px;
    }
    .news6 .img{
        width:120px;
        height:100px;
    }
    .news6 .text-box{
        padding:2px 0 0 130px;
    }
    .news6 h5{
        font-size:16px;
        line-height:25px;
    }
    .news6 p{
        margin:3px 0;
    }
    .news6 b{
        display:none;
    }
    .cp-ny .news2{
        margin:0 5px 10px;
    }
    .news5:hover h5{
        background:#e22b22;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }

    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
        max-width:70%;
    }
    .news1 .imgbox{
        padding:0 10%;
    }
    .gywm .text-box a{
        width:100%;
    }
}