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

.logo-box .logo{
    height:120px;
    line-height:120px;
    max-width:33.5%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:90%;
}

/*PC端导航*/
nav {
   width:66.5%;
   padding-left:80px;
}
nav a {
    color: #000 !important;
    font-size:15px;
}
/*一级导航*/
nav ul li {
    float: left;
    width:12.5%;
    text-align: center;
    position: relative;
    line-height:120px;
}
nav ul li::before{
    content:"";
    width:1px;
    height:10px;
    background:#d5d5d5;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    transition:all .3s;
}
nav ul li:first-child::before{
    display:none;
}
nav ul li a {
    display: block;
}
nav ul li:hover a,
nav ul li.active a {
    background:#1d285e;
    color:#fff !important;
}
nav ul li:hover::before,
nav ul li.active::before,
nav ul li:hover + li::before,
nav ul li.active + li::before{
    opacity:0;
}
/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 100;
    width: 100%;
}
nav ul li ul li {
    float: none;
    width: 100%;
    line-height: 35px;
    padding: 0;
}
nav ul li ul li::before {
    display: none;
}
nav ul li:hover li a{
    color:#000 !important;
}
nav ul li ul li a{
    font-weight:normal;
    background:#fff !important;
    color:#000 !important;
}
nav ul li ul li a:hover{
    background:#1d285e !important;
    color:#fff !important;
}
nav ul li:hover ul {
    display: block;
}

/*banner轮播*/
#myCarousel {
    position: relative;
    overflow: hidden;
    transform:scale(0);
    opacity:0;
    transition:all 1s;
}
#myCarousel.active{
    opacity:1;
    transform:scale(1);
}
#myCarousel .carousel-inner a {
    display: block;
}
#myCarousel .carousel-control.left {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    top: 50%;
    left: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
    color:#000;
}
#myCarousel .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    top: 50%;
    right: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
    color:#000;
}
#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;
}

/* 护理中心 */
.hlzx{
    background:#f8f8f8;
    padding:60px 0;
}
.hlzx .con-1{
    background:#fff;
    border:1px solid #f0f0f0;
    padding:30px 0 50px;
    text-align:center;
}
.hlzx .con-1 .title-1{
    background:#1d285e;
    padding:20px 0;
    overflow: hidden;
}
.hlzx .con-1 .title-1 h5{
    font-size:30px;
    font-weight:bold;
    color:#fff;
    display:inline-block;
    position:relative;
}
.hlzx .con-1 .title-1 h5::before,
.hlzx .con-1 .title-1 h5::after{
    content:"";
    width:64px;
    height:5px;
    background:url(../images/icon2.png) no-repeat;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:15px;
    transform:translateY(-50%);
}
.hlzx .con-1 .title-1 h5::after{
    right:auto;
    left:100%;
    margin:0 0 0 15px;
}
.hlzx .con-1 .con-box{
    padding:0 60px;
}
.hlzx .con-1 .title-1 p{
    color:rgba(255, 255, 255, .3);
    margin-top:10px;
}
.hlzx .con-1 .title-2{
    text-align:center;
    margin:50px 0 28px;
}
.hlzx .con-1 .title-2 h5{
    font-size:24px;
    font-weight:bold;
    color:#dd541c;
}
.hlzx .con-1 .title-2 p{
    color:#bbb;
    margin-top:10px;
}
.hlzx .con-1 ul{
    display:inline-block;
}
.hlzx .con-1 ul li{
    font-size:17px;
    line-height:38px;
    background:url(../images/icon1.png) no-repeat 0 center;
    padding-left:25px;
    text-align:left;
}
.hlzx .con-1 dl{
    border-radius:30px;
    border:1px solid #e3e3e3;
    margin-top:40px;
}
.hlzx .con-1 dl dd{
    width:50%;
}
.hlzx .con-1 dl dd a{
    display:block;
    line-height:53px;
    color:#000;
    border-radius:30px;
    transition:all .3s;
}
.hlzx .con-1 dl dd a img{
    margin-left:8px;
    position:relative;
    top:-2px;
}
.hlzx .con-1 dl dd a .img-2{
    display:none;
}
.hlzx .con-1 dl dd a:hover{
    background:#dd541c;
    color:#fff;
}
.hlzx .con-1 dl dd a:hover .img-1{
    display:none;
}
.hlzx .con-1 dl dd a:hover .img-2{
    display:initial;
}
.hlzx .con-2{
    display:block;
    position: relative;
}
.hlzx .con-2::before{
    content:"";
    width:100%;
    height:100%;
    background:#dd541c;
    position:absolute;
    top:-60px;
    left:60px;
}
.hlzx .con-2 .imgbox{
    overflow: hidden;
    position:relative;
}
.hlzx .con-2 .img{
    height:533px;
}
.hlzx .con-2:hover .img{
    transform:scale(1.1);
}

.hlzx .swiper-container{
    padding:1px;
    margin-top:60px;
}
.news1{
    display:block;
    background:#fff;
    border:1px solid #efefef;
    padding:30px 20px;
    text-align:center;
    transition:all .3s;
}
.news1 .imgbox{
    width:106px;
    height:106px;
    background:#1d285e;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto;
    transition:all .3s;
}
.news1 .imgbox img{
    max-width:70%;
    max-height:70%;
    transition:all .3s;
}
.news1 h5{
    font-size:20px;
    font-weight:bold;
    line-height:30px;
    color:#000;
    margin-top:20px;
}
.news1 .text{
    font-size:13px;
    line-height:22px;
    color:#656565;
    height:88px;
    overflow: hidden;
    margin:15px 0;
}
.news1 b{
    display:block;
    width:72px;
    line-height:25px;
    border:1px solid #e5e5e5;
    border-radius:30px;
    font-size:12px;
    color:#000;
    box-shadow:0 3px 5px rgba(0, 0, 0, .1);
    font-weight:normal;
    margin:0 auto;
    transition:all .3s;
}
.news1:hover{
    border-color:#dd541c;
}
.news1:hover .imgbox{
    background:#dd541c;
}
.news1:hover h5{
    color:#dd541c;
}
.news1:hover b{
    background:#dd541c;
    border-color:#dd541c;
    color:#fff;
    box-shadow:0 3px 5px rgba(221, 84, 28, .1);
}

.title1{
    margin:60px 0 50px;
    text-align:center;
    overflow: hidden;
}
.title1 h5{
    font-size:29px;
    font-weight:bold;
    color:#1d285e;
}
.title1 p{
    font-size:12px;
    color:#888;
    margin:10px 0;
    position: relative;
    display:inline-block;
}
.title1 p::before,
.title1 p::after{
    content:"";
    width:1000%;
    height:1px;
    background:#e9e9e9;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:15px;
}
.title1 p::after{
    right:auto;
    left:100%;
    margin:0 0 0 15px;
}
.title1 .text{
    padding-top:10px;
    color:#353535;
    position: relative;
}
.title1 .text::before{
    content:"";
    width:20px;
    height:3px;
    background:#dd541c;
    position:absolute;
    top:0;
    left:50%;
    margin-left:-10px;
}
.title1-2 h5{
    color:#fff;
}
.title1-2 p::before,
.title1-2 p::after{
    background:rgba(255, 255, 255, .1);
}
.title1-2 .text{
    color:rgba(255, 255, 255, .7);
}

/* 公司简介 */
.gsjj-con{
    border:1px solid #efefef;
    padding:39px;
    box-shadow:0 2px 5px rgba(0, 0, 0, .1);
}
.gsjj .imgbox1{
    display:block;
    overflow: hidden;
}
.gsjj .imgbox1 .img{
    height:410px;
}
.gsjj .imgbox1:hover .img{
    transform:scale(1.1);
}
.gsjj .video{
    height:410px;
    position: relative;
}
.gsjj .video video{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.gsjj .con2{
    border-bottom:1px solid #e9e9e9;
    position: relative;
    padding-top:30px;
}
.gsjj .con2 h5{
    font-size:20px;
    font-weight:bold;
    padding-bottom:15px;
    position: relative;
}
.gsjj .con2 h5::before{
    content:"";
    width:16px;
    height:1px;
    background:#dd541c;
    position:absolute;
    bottom:0;
    left:0;
}
.gsjj .con2 .text{
    font-size:13px;
    line-height:26px;
    color:#353535;
    height:104px;
    overflow: hidden;
    margin:20px 0;
}
.gsjj .con2 a{
    display:block;
    width:86px;
    line-height:32px;
    background:#1d285e;
    color:#fff;
    text-align:center;
    font-size:13px;
    position: absolute;
    top:25px;
    right:0;
    transition:all .3s;
}
.gsjj .con2 a:hover{
    background:#dd541c;
}
.gsjj .con3{
    background:#f7f7f7;
    margin-top:20px;
}
.gsjj .con3 ul li{
    width:50%;
    height:160px;
    position: relative;
}
.gsjj .con3 ul li .img{
    width:100%;
    height:100%;
}
.gsjj .con3 ul li h4{
    font-size:19px;
    font-weight:bold;
}
.gsjj .con3 ul li h5{
    font-size:15px;
    color:#dd541c;
    margin:5px 0 10px;
}
.gsjj .con3 ul li p{
    font-size:13px;
    color:#333;
    line-height:20px;
}
.gsjj .con3 ul li:last-child{
    display:flex;
    align-items:center;
    justify-content: start;
}
.gsjj .con3 ul li:last-child::before{
    content:"";
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:17px solid #f7f7f7;
    position:absolute;
    top:50%;
    left:100%;
    transform:translateY(-50%);
}
.gsjj .con3 ul li .text-box{
    padding:0 20px;
}

/* 业务中心 */
.ywzx{
    margin-top:176px;
    position: relative;
}
.ywzx::before{
    content:"";
    width:100%;
    height:calc(100% - 55px);
    background:url(../images/ywzx_bg.jpg) center center/cover;
    position:absolute;
    top:0;
    left:0;
}
.ywzx .phone{
    background:#355ca1;
    padding:80px 70px 80px 0;
    text-align:center;
    margin-top:-118px;
    position: relative;
}
.ywzx .phone::before{
    content:"";
    width:1000%;
    height:100%;
    background:#355ca1;
    position:absolute;
    top:0;
    right:100%;
}
.ywzx .phone img{
    max-width:100%;
    display:block;
    margin:0 auto;
    position: relative;
}
.ywzx .phone h5{
    font-size:13px;
    color:#fff;
    margin-top:15px;
    background:url(../images/icon5.png) no-repeat 0 9px;
    padding-left:25px;
    display:inline-block;
    position: relative;
}
.ywzx .phone h5 span{
    font-size:25px;
    font-weight:bold;
    color:#ffc600;
    position: relative;
    top:5px;
}

.news2{
    display:block;
    background:#fff;
}
.news2 .imgbox{
    overflow: hidden;
}
.news2 h5{
    line-height:55px;
    text-align:center;
    font-size:15px;
    color:#000;
}
.news2:hover .img{
    transform:scale(1.1);
}
.news2:hover h5{
    background:#dd541c;
    color:#fff;
}

/* 新闻动态 */
.xwdt{
    background:url(../images/bg1.jpg) repeat;
    padding-bottom:50px;
    margin-top:-55px;
}
.xwdt .title1{
    margin-bottom:40px;
}
.xwdt .swiper-container{
    padding:10px;
    margin:0 -10px;
}
.news3{
    display:block;
    border:1px solid #e9e9e9;
    background:#fff;
    box-shadow:0 3px 5px rgba(0, 0, 0, .1);
}
.news3 .top{
    padding:14px 14px 0;
}
.news3 .imgbox{
    overflow: hidden;
}
.news3 .text-box{
    padding:28px 0;
    position: relative;
}
.news3 h5{
    font-size:18px;
    font-weight:bold;
    color:#000;
    padding-right:80px;
    line-height:25px;
}
.news3 p{
    font-size:12px;
    color:#555;
    position:absolute;
    top:28px;
    right:0;
    line-height:25px;
}
.news3 .text{
    line-height:22px;
    color:#000;
    height:44px;
    overflow: hidden;
    margin-top:15px;
}
.news3 b{
    display:block;
    font-size:13px;
    color:#000;
    line-height:47px;
    text-align:center;
    border-top:1px solid #ebebeb;
    font-weight:normal;
}
.news3 b img{
    margin-left:5px;
    position: relative;
    top:-2px;
}
.news3 b .img-2{
    display:none;
}
.news3:hover{
    border-color:#dd541c;
    box-shadow:0 3px 5px rgba(221, 84, 28, .1);
}
.news3:hover .img{
    transform:scale(1.1);
}
.news3:hover h5{
    color:#dd541c;
}
.news3:hover b{
    background:#dd541c;
    border-color:#dd541c;
    color:#fff;
}
.news3:hover b .img-1{
    display:none;
}
.news3:hover b .img-2{
    display:inline;
}
.xwdt-con{
    position: relative;
}
.xwdt .but{
    width:50px;
    height:50px;
    background:#000 url(../images/jt.png) no-repeat center center;
    left:-80px;
    margin-top:-25px;
    opacity:1;
}
.xwdt .swiper-button-next{
    left:auto;
    right:-80px;
    transform:rotateY(180deg);
}
.xwdt .but:hover{
    background-color:#dd541c;
}

/* 联系我们 */
.lxwm{
    padding-bottom:60px;
}
.lxwm .text1{
    line-height:25px;
    margin-bottom:20px;
}
.lxwm .more{
    display:block;
    width:128px;
    line-height:40px;
    background:#333;
    text-align:center;
    color:#fff;
}
.lxwm .more:hover{
    background:#dd541c;
}
.lxwm ul{
    margin:0 -5px;
}
.lxwm ul li{
    width:50%;
    padding:0 5px;
}
.lxwm form input,
.lxwm form textarea{
    width:100%;
    height:41px;
    border:1px solid #bfbfbf;
    padding:0 10px;
    margin-bottom:8px;
    border-radius:0;
}
.lxwm form textarea{
    padding:10px;
    height:118px;
    resize:none;
}
.lxwm form button{
    width:100%;
    height:41px;
    background:#dd541c;
    color:#fff;
    border:none;
    transition:all .3s;
}
.lxwm form button:hover{
    background:#b54112;
}

/* 附图新闻 */
.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;
}
.news5:hover {
    border-color: #dd541c;
    box-shadow:3px 3px 10px rgba(221, 84, 28, .2);
}
.news5:hover .img {
    transform: scale(1.1);
}
.news5:hover h5 {
    color: #dd541c;
}
.news5:hover b {
    background: #dd541c;
    border-color: #dd541c;
    color: #fff;
}
.news5:hover b img.img-1{
    display:none;
}
.news5:hover b img.img-2{
    display:initial;
}

/* footer */
footer {
    background: #1e1e1e;
    overflow-x: hidden;
}
footer ul {
    padding: 50px 0;
    margin: 0 -20px;
}
footer ul li {
    padding: 0 20px;
}
footer ul li:nth-child(1) {
    width: 40%;
}
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: #cacaca;
    position: absolute;
    bottom: 0;
    left: 0;
}
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;
    font-family:"Impact";
}
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: 30%;
    text-align: right;
    font-size:0;
}
footer ul li:nth-child(3) .weixin {
    display: inline-block;
    text-align: left;
    margin-left:20px;
}
footer ul li:nth-child(3) .weixin img {
    width: 130px;
    height: 130px;
    border: 5px solid #fff;
}
footer ul li:nth-child(3) .weixin p {
    color: #fff;
    margin-top: 5px;
    font-size:13px;
}
footer .bottom {
    background: #dd541c;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}
footer .bottom a {
    color: #fff;
    transition: all .3s;
}
footer .bottom a:hover {
    color: #000 !important;
}


.title2{
    padding-bottom:20px;
    margin-bottom:30px;
    border-bottom:1px solid #e9e9e9;
    position: relative;
}
.title2 h5{
    font-size:28px;
    font-weight:bold;
}
.title2 h5 span{
    font-size:14px;
    color:#888;
    font-weight:normal;
}
.title2 p{
    position:absolute;
    bottom:20px;
    right:0;
}
.title2 p a{
    color:#000;
    transition:all .3s;
}
.title2 p a:hover{
    color:#dd541c;
}
.title2 p span{
    color:#dd541c;
}

.nav3{
    text-align:center;
    margin-bottom:20px;
    font-size:0;
}
.nav3 a{
    display:inline-block;
    width:130px;
    line-height:46px;
    background:#fff;
    font-size:15px;
    color:#000;
    box-shadow:0 0 8px rgba(0, 0, 0, .1);
    margin:0 5px 10px;
}
.nav3 a:hover,
.nav3 a.active{
    background:#dd541c;
    color:#fff;
    box-shadow:0 0 8px rgba(221, 84, 28, .2);
}


/*内页左侧*/
.neiye {
    padding: 60px 0;
    background:#f6f6f6;
}

.neiye .title4 {
    background: #dd541c;
    position: relative;
    line-height: 45px;
    border-top:5px solid #0683ac;
}

.neiye .title4 h5 {
    line-height: 80px;
    padding-left: 26px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.neiye .title4 h5 .span2 {
    font-size: 13px;
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
}

.neiye .title4 .span3 {
    position: absolute;
    top: 0;
    line-height: 45px;
    right: 15px;
    color: #fff;
    font-size: 18px;
}

.neiye .title4 i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.neiye .nav_box {
    margin-bottom: 17px;
}

.neiye .nav_box .nav1 {
    padding: 3px 0;
}

.neiye .nav_box .nav2 {
    display: block;
    line-height: 44px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 2px;
    padding: 1px;
}

.neiye .nav_box .nav2 .con {
    background: #e5e5e5;
    padding: 0 5px 0 24px;
}

.neiye .nav_box .nav2 .span4 {
    width: 16px;
    height: 16px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 10px;
    margin-right: 20px;
    transition: all .3s;
    background: #fff;
    color: #000;
}

.neiye .nav_box .nav2:hover,
.neiye .nav_box .nav2.active {
    border-color: #dd541c;
}

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

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

.neiye .nav1 ul {
    display: none;
    padding: 0 30px;
}

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

.neiye .nav1 ul li a {
    display: block;
    line-height: 40px;
    color: #444;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.neiye .nav1 ul li a .span5 {
    margin-right: 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
}

.neiye .nav1 ul li a .span5:before {
    content: "-";
    position: absolute;
    top: -3px;
    left: 0;
    line-height: 8px;
    font-size: 20px;
}

.neiye .nav1 ul li a:hover,
.neiye .nav1 ul li a.active {
    color: #2954a0;
}

.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: #149ac6;
}
.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: #149ac6;
}

.neiye .title5 p span {
    color: #149ac6;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-md-4{
    padding:0;
}
.cp-ny .news2{
    margin:0 10px 20px;
}
.cp-ny .news2 .imgbox{
    position: relative;
}
.cp-ny .news2 .imgbox::before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .8) url(../images/icon6.png) no-repeat center center;
    position:absolute;
    top:-100%;
    left:0;
    z-index:2;
    transition:all .3s;
}
.cp-ny .news2:hover .imgbox::before{
    top:0;
}


/*详情页*/
.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;
}



/*微信弹窗*/
.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: #dd541c;
    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: #3d1505;
    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 #dd541c;
    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 #dd541c;
    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 #dd541c;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dd541c;
    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 #dd541c;
    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: #dd541c;
    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) {
    .xwdt .but{
        display:none;
    }
}
@media(max-width:1280px) {
    .hlzx .con-1 .con-box{
        padding:0 30px;
    }
}
@media(max-width:1199px) {
    .hlzx .con-1 .con-box{
        padding:0 10px;
    }
    footer ul li:nth-child(3) .weixin{
        margin-left:10px;
    }
    footer ul li:nth-child(3) .weixin img{
        width:120px;
        height:120px;
    }
    footer ul li:nth-child(3) .weixin p{
        font-size:12px;
    }
}

@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: #dd541c;
    }

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

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

    header .ydd_btn.click span {
        background: #dd541c;
    }

    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;
    }
    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;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    .hlzx .con-2::before{
        display:none;
    }
    .hlzx .con-2{
        margin-top:30px;
    }
    .hlzx .con-2 .img{
        height:auto;
    }
    .gsjj .imgbox1 .img{
        height:auto;
    }
    .gsjj .con2 .text{
        height:auto;
        max-height:104px;
    }
    .gsjj-con{
        padding:20px;
    }
    .ywzx .phone::before{
        right:-30%;
    }
    .ywzx .phone{
        padding:80px 0;
    }
    .lxwm form{
        margin-top:30px;
    }
    footer ul li:nth-child(3) .weixin{
        margin:0 10px;
    }
    .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;
    }
    .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;
    }
    footer ul li:nth-child(2) h4 {
        font-size: 25px;
    }
    .cp-ny{
        padding:0 10px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .hlzx{
        padding:30px 0;
    }
    .hlzx .con-1 .title-1 h5{
        font-size:20px;
    }
    .hlzx .con-1 .title-1 p{
        font-size:12px;
    }
    .hlzx .con-1{
        padding:0 0 10px;
    }
    .hlzx .con-1 .title-2 h5{
        font-size:20px;
    }
    .hlzx .con-1 .title-2 p{
        font-size:12px;
    }
    .hlzx .con-1 ul li{
        font-size:16px;
    }
    .hlzx .con-1 .title-2{
        margin:30px 0 20px;
    }
    .hlzx .con-1 dl dd a{
        line-height:40px;
    }
    .hlzx .con-1 dl{
        margin-top:30px;
    }
    .hlzx .swiper-container{
        margin-top:30px;
    }
    .news1{
        padding:15px 10px;
    }
    .news1 h5{
        font-size:16px;
        margin-top:10px;
    }
    .news1 .text{
        height:66px;
        margin:5px 0 10px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .gsjj-con{
        padding:10px;
    }
    .gsjj .con2{
        padding-top:20px;
    }
    .gsjj .con2 a{
        top:14px;
    }
    .gsjj .con2 h5{
        font-size:16px;
    }
    .gsjj .con2 .text{
        line-height:25px;
        max-height:100px;
        margin:15px 0;
    }
    .gsjj .con3{
        margin-top:15px;
    }
    .gsjj .con3 ul li h4{
        font-size:16px;
    }
    .gsjj .con3 ul li .text-box{
        padding:0 10px;
    }
    .gsjj .con3 ul li h5{
        font-size:14px;
    }
    .gsjj .con3 ul li p{
        font-size:12px;
    }
    .ywzx .phone{
        padding:30px 0;
        margin-top:-120px;
    }
    .ywzx{
        margin-top:150px;
    }
    .news2 h5{
        line-height:35px;
    }
    .ywzx::before{
        height:calc(100% - 35px);
    }
    .xwdt{
        padding-bottom:20px;
        margin-top:-35px;
    }
    .xwdt .title1{
        margin-bottom:20px;
    }
    .news3 h5{
        font-size:16px;
        padding:0;
    }
    .news3 .top{
        padding:5px 5px 0;
    }
    .news3 .text-box{
        padding:10px 0;
    }
    .news3 .text{
        margin-top:5px;
    }
    .news3 p{
        position:initial;
        margin-top:3px;
    }
    .news3 b{
        line-height:35px;
    }
    .lxwm{
        padding-bottom:30px;
    }
    .lxwm ul li{
        width:100%;
    }
    .cp-ny .news2{
        margin:0 5px 10px;
    }
    .cp-ny .news2 .imgbox::before{
        background-size:40px auto;
    }
}
@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .news1 .imgbox{
        width:90px;
        height:90px;
    }
    .news1 .imgbox img{
        max-width:50%;
        max-height:50%;
    }
    .gsjj .con2 a{
        position:initial;
        margin-bottom:15px;
    }
    .gsjj .con3 ul li{
        width:100%;
        height:auto;
        float:none !important;
    }
    .gsjj .con3 ul li .text-box{
        padding:15px;
    }
}