/*全局样式*/
@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;
}

header .top{
    height:30px;
    line-height:30px;
    border-bottom:1px solid #eaeaea;
    font-size:13px;
    color:#333;
}
header .top h5{
    line-height:30px;
    font-size:13px;
    color:#333;
}
header .top ul{
    margin-left:30px;
}
header .top ul li a{
    border-left:1px solid #333;
    padding:0 10px;
    transition:all .3s;
    color:#333;
}
header .top ul li a:hover{
    color:#0e3c80;
}
header .top ul li:first-child a{
    border:none;
}

.logo-box{
    height:98px;
}
.logo-box .logo{
    height:98px;
    line-height:98px;
    width:232px;
}
.logo-box .logo img{
    max-width:100%;
}
.logo-box ul{
    font-size:25px;
    color:#333;
    line-height:30px;
    margin-left:18px;
    padding-left:18px;
    border-left:1px solid #d2d2d2;
    margin-top:19px;
    letter-spacing:3px;
}
.logo-box form{
    margin-top:27px;
}
.logo-box form input{
    width:226px;
    height:44px;
    border:2px solid #0e3c80;
    border-right:none;
    background:url(../images/icon2.png) no-repeat 8px center;
    padding:0 10px 0 37px;
}
.logo-box form button{
    width:44px;
    height:44px;
    background:#0e3c80;
    color:#fff;
    padding:0;
    border:none;
    transition:all .3s;
}
.logo-box form button:hover{
    background:#3166b3;
}
.logo-box .phone{
    background:url(../images/icon1.png) no-repeat 0 center;
    padding-left:49px;
    margin:20.5px 0 0 53px;
}
.logo-box .phone p{
    color:#333;
}
.logo-box .phone h5{
    font-size:30px;
    font-weight:bold;
    color:#fc0000;
    margin-top:5px;
}

/*PC端导航*/
nav {
    position: relative;
    background:#0e3c80;
}
nav a {
    color: #fff !important;
    font-size:15px;
}
/*一级导航*/
nav ul li {
    float: left;
    width: 12.5%;
    text-align: center;
    position: relative;
}
nav ul li a {
    display: block;
    position: relative;
    height:70px;
    padding-top:12px;
    transition:all .3s;
}
nav ul li a:hover,
nav ul li a.active {
    background: #0161c6;
    color:#fff !important;
}
nav ul li a p{
    font-size:18px;
    line-height:20px;
}
nav ul li a span{
    display:block;
    line-height:20px;
    margin-top:5px;
}
/*二级导航*/
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;
    background: #0e3c80;
    padding: 0;
}
nav ul li ul li::before {
    display: none;
}
nav ul li ul li a{
    font-weight:normal;
    height:auto;
    padding:0;
}
nav ul li ul li a:hover {
    color: #fff !important;
}
nav ul li:hover ul {
    display: block;
}

/*banner轮播*/
#myCarousel {
    position: relative;
    overflow: hidden;
}
#myCarousel .carousel-inner a {
    display: block;
}
#myCarousel .carousel-control.left {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #0161c6;
    top: 50%;
    left: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
}
#myCarousel .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #0161c6;
    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;
}

/* title1 */
.title1{
    margin:50px 0;
    text-align:center;
    overflow:hidden;
}
.title1 h5{
    font-size:35px;
    font-weight:bold;
}
.title1 p{
    font-size:26px;
    color:#333;
    margin:16px 0;
    position: relative;
    display:inline-block;
}
.title1 p i{
    width:1000%;
    height:1px;
    background:#e4e4e4;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:10px;
}
.title1 p i.i-2{
    right:auto;
    left:100%;
    margin:0 0 0 10px;
}
.title1 p i::before{
    content:"";
    width:77px;
    height:1px;
    background:#ff0000;
    position: absolute;
    top:0;
    right:0;
}
.title1 p i.i-2::before{
    right:auto;
    left:0;
}
.title1 .text{
    font-size:20px;
    color:#333;
}

/* 精品案例 */
.news1{
    display:block;
}
.news1 .imgbox{
    border:1px solid #ececec;
}
.news1 h5{
    font-size:16px;
    color:#333;
    line-height:20px;
    margin-top:18px;
    text-align:center;
}
.news1:hover .imgbox{
    border-color:#0e3c80;
}
.news1:hover .img{
    transform:scale(.9);
}
.news1:hover h5{
    color:#0e3c80;
}
.jpal .more{
    display:block;
    width:180px;
    line-height:44px;
    background:#0e3c80;
    font-size:16px;
    color:#fff;
    border-radius:30px;
    margin:40px auto 0;
    text-align:center;
}
.jpal .more:hover{
    background:#235bad;
}

/* 产品展示 */
.cpzs-con .col-xs-12{
    padding:0 10px;
}
.news2{
    display:block;
    border:1px solid #e7e7e7;
    padding:10px;
    transition:all .3s;
    margin-bottom:20px;
}
.news2 ul{
    margin:0 -10px;
}
.news2 ul li{
    width:50%;
    padding:0 10px;
}
.news2 .imgbox{
    position: relative;
    overflow: hidden;
}
.news2 .imgbox .img{
    height:277px;
}
.news2 .imgbox h5{
    line-height:46px;
    background:rgba(0, 0, 0, .5);
    color:#fff;
    font-size:16px;
    font-weight:bold;
    position: absolute;
    width:100%;
    bottom:0;
    left:0;
    text-align:center;
    padding:0 5px;
}
.news2 .text-box{
    text-align:center;
    height:277px;
    position: relative;
}
.news2 .text-box img{
    max-width:100%;
}
.news2 .text-box h5{
    font-size:25px;
    line-height:30px;
    font-weight:bold;
    color:#333;
    margin:20px 0;
}
.news2 .text-box .text{
    font-size:20px;
    line-height:30px;
    height:90px;
    overflow: hidden;
    color:#333;
}
.news2 .text-box .bottom{
    width:100%;
    line-height:44px;
    background:#0e3c80;
    position:absolute;
    bottom:0;
    left:0;
    font-size:20px;
    color:#fff;
}
.news2 .text-box .bottom span{
    display:inline-block;
    position:relative;
}
.news2 .text-box .bottom span::before,
.news2 .text-box .bottom span::after{
    content:"";
    width:7px;
    height:1px;
    background:#fff;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:7px;
}
.news2 .text-box .bottom span::after{
    right:auto;
    left:100%;
    margin:0 0 0 7px;
}
.news2:hover{
    border-color:#0e3c80;
}
.news2:hover .imgbox .img{
    transform:scale(1.1);
}
.news2:hover .text-box h5{
    color:#0e3c80;
}

/* 服务流程 */
.fwlc{
    background:url(../images/fwlc_bg.jpg) center center/cover;
    padding-bottom:20px;
    margin-top:30px;
}
.fwlc ul li{
    border-bottom:1px solid #d8d8d8;
    padding-bottom:30px;
    margin-bottom:30px;
}
.fwlc ul li:last-child{
    border:none;
}
.fwlc ul li .list-box{
    margin:0 -20px;
}
.fwlc ul li .list{
    width:50%;
    float:left;
    position: relative;
    padding:0 20px;
}
.fwlc ul li .list .imgbox{
    position: relative;
    height:293px;
}
.fwlc ul li .imgbox .img{
    width:60%;
    height:242px;
    position: absolute;
    top:0;
    left:0;
}
.fwlc ul li .imgbox .img.img-2{
    top:auto;
    left:auto;
    bottom:0;
    right:0;
}
.fwlc ul li .con .title{
    width:152px;
    height:266px;
    padding:14px;
    text-align:center;
    background:#0e3c80;
}
.fwlc ul li .con .title .box{
    height:100%;
    border:2px solid rgba(255, 255, 255, .2);
}
.fwlc ul li .con .title h4{
    font-size:70px;
    font-weight:bold;
    color:#fff;
}
.fwlc ul li .con .title  span{
    color:#fff;
    font-size:25px;
    margin:15px 0;
}
.fwlc ul li .con .title p{
    font-size:35px;
    font-weight:bold;
    color:#fff;
    line-height:45px;
}
.fwlc ul li .con .text-box{
    margin-left:180px;
}
.fwlc ul li .con .text-box h5{
    font-size:25px;
    color:#333;
    background:#d8d8d8;
    border-radius:25px;
    padding:15px;
    text-align:center;
}
.fwlc ul li .con .text-box dl{
    height:160px;
    margin:5px 0 20px;
}
.fwlc ul li .con .text-box dl dd{
    font-size:16px;
    line-height:40px;
    color:#333;
    background:url(../images/jt1.jpg) no-repeat 0 center;
    padding-left:26px;
}
.fwlc ul li .con .text-box dl dd:hover{
    color:#0e3c80;
}
.fwlc ul li .con .text-box a.more{
    display:block;
    line-height:40px;
    border:1px solid #0e3c80;
    color:#0e3c80;
    font-size:16px;
    text-align:center;
}
.fwlc ul li .con .text-box a.more img.img-2{
    display:none;
}
.fwlc ul li .con .text-box a.more:hover{
    background:#0e3c80;
    color:#fff;
}
.fwlc ul li .con .text-box a.more:hover img.img-1{
    display:none;
}
.fwlc ul li .con .text-box a.more:hover img.img-2{
    display:initial;
}
.fwlc ul li:nth-child(odd) .list:nth-child(1){
    float:right;
}
.fwlc ul li:nth-child(odd) .imgbox .img.img-1{
    top:auto;
    bottom:0;
    right:0;
}
.fwlc ul li:nth-child(odd) .imgbox .img.img-2{
    top:0;
    bottom:auto;
}

/* 企业介绍 */
.qyjs .video-box{
    position: relative;
}
.qyjs .video-box video,
.qyjs .video-box iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
}
.qyjs .text-box .text{
    font-size:16px;
    color:#333;
    line-height:30px;
    height:180px;
    overflow: hidden;
}
.qyjs .text-box a{
    display:block;
    width:188px;
    line-height:40px;
    border:1px solid #0e3c80;
    color:#0e3c80;
    font-size:16px;
    text-align:center;
    transition:all .3s;
    margin:30px 0;
}
.qyjs .text-box a img.img-2{
    display:none;
}
.qyjs .text-box a:hover{
    background:#0e3c80;
    color:#fff;
}
.qyjs .text-box a:hover img.img-1{
    display:none;
}
.qyjs .text-box a:hover img.img-2{
    display:initial;
}
.qyjs .text-box .bottom{
    width:100%;
    background:#0e3c80;
    color:#fff;
    text-align:center;
    border-radius:5px;
    line-height:50px;
    font-size:16px;
}

/* 专业优势 */
.zyys{
    background:#0e3c80;
    padding-bottom:50px;
    margin-top:50px;
}
.zyys .title1 h5{
    color:#fff;
}
.zyys .title1 p,
.zyys .title1 .text{
    color:#fff;
}
.zyys .title1 p i::before{
    display:none;
}
.zyys ul{
    margin:0 -20px;
}
.zyys ul li{
    width:39%;
    padding:0 20px;
}
.zyys ul li:nth-child(2){
    width:22%;
    height:383px;
    display:flex;
    align-items:center;
}
.zyys ul li .con{
    border-bottom:1px dashed rgba(255, 255, 255, .2);
    padding-bottom:30px;
    margin-bottom:30px;
}
.zyys ul li .con:last-child{
    border:none;
    padding:0;
    margin:0;
}
.zyys ul li .con b{
    width:51px;
    height:51px;
    background:#fff;
    border-radius:50%;
    text-align:center;
    line-height:51px;
    font-size:25px;
    font-weight:bold;
    color:#0e3c80;
}
.zyys ul li .con .text{
    padding:5px 0 0 64px;
}
.zyys ul li .con .text h5{
    font-size:20px;
    font-weight:bold;
    color:#fff;
}
.zyys ul li .con .text p{
    font-size:16px;
    line-height:25px;
    color:#fff;
    margin-top:10px;
    height:50px;
    overflow:auto;
}
.zyys ul li .con2 {
    position: relative;
    border-radius:50%;
    border:18px solid #97cffd;
}
.zyys ul li .con2 .text-box{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.zyys ul li .con2 .text-box h4{
    font-size:80px;
    font-weight:bold;
    color:#fff;
}
.zyys ul li .con2 .text-box p{
    font-size:33px;
    color:#fff;
    font-weight:bold;
    margin-top:5px;
}

/* 优惠券 */
.yhj {
    text-align:center;
    padding:50px 0;
}
.yhj a{
    position:relative;
    top:0;
    transition:all .3s;
}
.yhj a:hover{
    top:-10px;
}
.yhj .text-box {
    display:inline-block;
    vertical-align:top;
    text-align:left;
    margin:10px 0 0 100px;
}
.yhj .text-box .text{
    font-size:45px;
    font-weight:bold;
    color:#333;
    line-height:60px;
}
.yhj .text-box .text span{
    color:#ff9f00;
}
.yhj .text-box .text b{
    background:#ff9f00;
    color:#fff;
    line-height:66px;
    padding:0 18px;
    margin:0 10px;
}
.yhj .text-box p{
    font-size:20px;
    color:#333;
    margin-top:15px;
}
.yhj .text-box p span{
    color:red;
}

/* 新闻动态 */
.xwdt{
    background:url(../images/xwdt_bg.jpg) center center/cover;
    padding-bottom:20px;
}
.news3{
    display:block;
    margin-bottom:30px;
}
.news3 .imgbox{
    overflow: hidden;
    border:1px solid #ababab;
}
.news3 .img{
    width:107px;
    height:107px;
}
.news3 .text-box{
    margin-left:125px;
}
.news3 .text-box h5{
    font-size:15px;
    line-height:25px;
    color:#333;
    font-weight:bold;
}
.news3 .text-box p{
    line-height:30px;
    border-top:1px solid #dedede;
    border-bottom:1px solid #dedede;
    color:#a0a0a0;
    margin:10px 0 15px;
}
.news3 .text-box b{
    color:#28a1d5;
}
.news3 .bottom{
    line-height:25px;
    color:#333;
    height:75px;
    overflow:hidden;
    margin-top:15px;
}
.news3:hover h5,
.news3:hover .bottom{
    color:#0e3c80;
}
.news3:hover .img{
    transform:scale(1.1);
}
.ynjd .title{
    font-size:25px;
    color:#333;
    margin-bottom:30px;
}
.ynjd ul li{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #cdcdcd;
}
.ynjd ul li a{
    display:block;
}
.ynjd ul li h5{
    line-height:25px;
    color:#333;
    position:relative;
    padding-left:35px;
}
.ynjd ul li .text{
    line-height:21px;
    color:#333;
    height:42px;
    overflow: hidden;
    margin-top:20px;
    position:relative;
    padding-left:35px;
    transition:all .3s;
}
.ynjd ul li b{
    position:absolute;
    top:0;
    left:0;
    width:25px;
    height:25px;
    background:#525252;
    color:#fff;
    text-align:center;
    line-height:25px;
}
.ynjd ul li b::before{
    content:"";
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #525252;
    position:absolute;
    top:50%;
    left:100%;
    transform:translateY(-50%);
}
.ynjd ul li .text b{
    background:#007dde;
}
.ynjd ul li .text b::before{
    border-left-color:#007dde;
}
.ynjd ul li a:hover h5,
.ynjd ul li a:hover .text{
    color:#007dde;
}

/* 客户服务 */
.khfw .con1 .title{
    font-size:20px;
    color:#333;
    padding-bottom:14px;
    border-bottom:1px solid #000;
    margin-bottom:10px;
}
.khfw .con1 ul li{
    font-size:16px;
    color:#333;
    line-height:25px;
    position: relative;
    padding-left:20px;
    margin-bottom:10px;
}
.khfw .con1 ul li::before{
    content:"";
    width:10px;
    height:10px;
    border:1px solid #333;
    position:absolute;
    top:8px;
    left:0;
    transform:rotate(45deg);
}


/* 友情链接 */
.yqlj{
    margin-top:50px;
}
.yqlj dl dt{
    color:#333;
    font-size:16px;
    line-height:30px;
    font-weight:normal;
}
.yqlj dl dd{
    margin-left:80px;
    font-size:0;
}
.yqlj a{
    color:#333;
    font-size:16px;
    line-height:30px;
    display:inline-block;
    margin-right:10px;
    transition:all .3s;
}
.yqlj a:hover{
    color:#ff0000;
}

/* 联系我们 */
.lxwm{
    background:#e9e9eb;
    padding:20px 0;
    margin-top:50px;
}
.lxwm .dl-box{
    margin:0 -10px;
}
.lxwm dl{
    width:12.5%;
    padding:0 10px;
    text-align:center;
}
.lxwm dl.lx{
    width:25%;
}
.lxwm dl dt{
    font-size:20px;
    color:#333;
    border-bottom:1px solid #c6c6c6;
    padding-bottom:10px;
    font-weight:normal;
    margin-bottom:10px;
}
.lxwm dl dd a{
    color:#333;
    line-height:25px;
    transition:all .3s;
}
.lxwm dl dd a:hover{
    color:#ff0000;
}
.lxwm dl.lx p{
    font-size:16px;
    color:#333;
    line-height:25px;
    text-align:left;
    margin-bottom:10px;
}
.lxwm dl.lx p span{
    color:#ff0000;
    font-size:25px;
}
.lxwm dl .weixin{
    width:125px;
}
.lxwm dl .weixin img{
    width:108px;
    height:108px;
    border:5px solid #fff;
}
.lxwm dl .weixin p{
    color:#333;
    margin-top:10px;
}
.lxwm dl .weixin ul{
    font-size:0;
    margin-top:10px;
}
.lxwm dl .weixin ul li{
    width:33.33%;
    float:left;
}
.lxwm dl .weixin ul li a{
    display:inline-block;
    width:33px;
    height:33px;
    border:1px solid #0e3c80;
    text-align:center;
    line-height:33px;
    color:#0e3c80;
    border-radius:50%;
    transition:all .3s;
}
.lxwm dl .weixin ul li:nth-child(1){
    text-align:left;
}
.lxwm dl .weixin ul li:nth-child(3){
    text-align:right;
}
.lxwm dl .weixin ul li a:hover{
    background:#0e3c80;
    color:#fff;
}

/* footer */
footer{
    background: #292929;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    line-height:23px;
}
footer a {
    color: #fff !important;
    transition: all .3s;
}

/*内页导航*/
.ny_nav .title{
    font-size:30px;
    color:#0e3c80;
    font-weight:bold;
    position:relative;
    margin-bottom:18px;
}
.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:47px;
    font-size:16px;
    color:#fff;
    margin-top:1px;
    overflow:hidden;
    position:relative;
    text-overflow:ellipsis; 
    white-space:nowrap;
    transition:all .3s;
    padding-left:50px;
    background: #78828e;
    background: -moz-linear-gradient(top, #78828e 0%, #a9b4ba 100%); 
    background: -webkit-linear-gradient(top, #78828e 0%,#a9b4ba 100%);
    background: linear-gradient(to bottom, #78828e 0%,#a9b4ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78828e', endColorstr='#a9b4ba',GradientType=0 ); 
}
.ny_nav ul li a::before{
    content:"";
    border-top:3px solid transparent;
    border-bottom:3px solid transparent;
    border-left:5px solid #fff;
    position:absolute;
    top:50%;
    left:26px;
    margin-top:-3px;
    transition:all .3s;
}
.ny_nav ul li a:hover{
    color:#114fac;
}
.ny_nav ul li a:hover::before{
    border-left-color:#114fac;
}
.ny_nav ul li a.active{
    background:#114fac;
    color:#fff;
}
.ny_nav ul li a.active::before{
    border-left-color:#fff;
}
.ny_nav dl{
    display:none;
}
.ny_nav dl.active{
    display:block;
}
.ny_nav dl dd a{
    line-height:35px;
    text-align:center;
    color:#333;
    background:none;
    font-size:14px;
    padding:0;
    border-bottom:1px dashed #ccc;
}
.ny_nav dl dd:last-child a{
    border:none;
}
.ny_nav dl dd a.active,
.ny_nav dl dd a:hover{
    color:#114fac;
}
.neiye .title5{
    border-bottom:1px solid #e6e6e6;
    padding-bottom:10px;
    margin-bottom:20px;
}
.neiye .title5 h5{
    font-size:16px;
    color:#333;
}
.neiye .title5 a{
    font-size:16px;
    color:#333;
    transition:all .3s;
}
.neiye .title5 a:hover{
    color:#114fac;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-md-4{
    padding:0;
}
.cp-ny .news1{
    margin:0 10px 20px;
}

.zxjl-ny form{
    max-width:600px;
    margin:0 auto;
}
.zxjl-ny form input,
.zxjl-ny form textarea{
    width:100%;
    height:40px;
    border:1px solid #ccc;
    padding:0 10px;
    margin-bottom:15px;
}
.zxjl-ny form textarea{
    height:150px;
    padding:10px;
    resize:none;
}
.zxjl-ny form button{
    width:100%;
    height:40px;
    background:#0e3c80;
    color:#fff;
    border:none;
    transition:all .3s;
    font-size:16px;
}
.zxjl-ny form button:hover{
    background:#285eac;
}

.xwzx_ny a{display:block;background:#f4f4f4;padding:20px;margin-bottom:20px;}
.xwzx_ny a .imgbox{width:214px;height:142px;overflow:hidden;}
.xwzx_ny a .imgbox .img{width:100%;height:100%;}
.xwzx_ny a .text_box{margin-left:240px;}
.xwzx_ny a .text_box h5{font-size:18px;color:#262626;line-height:30px;}
.xwzx_ny a .text_box .text{color:#6c6c6c;line-height:25px;height:50px;margin:15px 0;overflow: hidden;}
.xwzx_ny a .text_box .more{width:85px;line-height:24px;background:#0e3c80;color:#fff;text-align:center;}
.xwzx_ny a:hover{background:#0e3c80;}
.xwzx_ny a:hover h5,.xwzx_ny a:hover .text{color:#fff;}
.xwzx_ny a:hover .more{background:#fff;color:#0e3c80;}




/*详情页*/
.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: #0161c6;
    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: #062b52;
    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 #0161c6;
    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 #0161c6;
    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 #0161c6;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0161c6;
    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 #0161c6;
    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: #0161c6;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.bottom_link ul li {
    width: 33.33%;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.bottom_link ul li:last-child {
    border: none;
}
.bottom_link ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    position: relative;
}
.bottom_link ul li a i {
    display: block;
    height: 20px;
}
.bottom_link ul li:last-child a i {
    font-size: 20px;
    position: relative;
    top: -1px;
}

/*媒体查询开始*/
@media(min-width:992px) {
   
}

@media(max-width:1199px){
    .logo-box ul{
        font-size:16px;
    }
    .logo-box form input{
        width:200px;
    }
    .logo-box .phone h5{
        font-size:24px;
    }
    .logo-box .phone{
        margin-left:30px;
    }
}
@media (max-width:991px) {
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 98px;
        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: #0161c6;
    }
    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: #0161c6;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #0161c6;
    }
    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;
    }
    .fwlc ul li .list{
        width:100%;
    }
    .fwlc ul li .list:nth-child(1){
        display:none;
    }
    .qyjs .text-box .text{
        height:auto;
        max-height:180px;
        margin-top:20px;
    }
    .zyys ul li{
        width:100% !important;
    }
    .zyys ul li:nth-child(2){
        height:auto;
        display:none;
    }
    .zyys ul li .con:last-child{
        padding-bottom:30px;
        margin-bottom:30px;
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }
    .zyys ul li .con .text p{
        height:auto;
    }
    .khfw .con1 .title{
        margin-top:20px;
    }
    .lxwm dl{
        width:100% !important;
        text-align:center;
    }
    .lxwm dl.lx p{
        text-align:center;
    }
    .lxwm dl .weixin{
        float:none !important;
        margin:20px auto 0;
    }
    .ny_nav{
        margin:20px 0;
    }
    .ny_nav .title{
        background-color:#0e3c80;
        color:#fff;
        font-size:20px;
        line-height:45px;
        padding-left:15px;
        margin-bottom:0;
    }
    .ny_nav ul a{
        line-height:40px;
    }
    .ny_nav ul li a{
        padding-left:30px;
    }
    .ny_nav ul li a::before{
        left:15px;
    }
    .ny_nav dl.active{
        display:none;
    }
}

@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;
    }
    .logo-box{
        height:auto;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
        width:auto;
    }
    .logo-box .logo img{
        height:50px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:16px;
    }
    .title1 .text{
        font-size:13px;
    }
    .news1 h5{
        margin-top:10px;
    }
    .jpal .more{
        width:160px;
        line-height:35px;
    }
    .news2 .imgbox .img{
        height:220px;
    }
    .news2 .imgbox h5{
        line-height:35px;
    }
    .news2 .text-box{
        height:220px;
    }
    .news2 .text-box h5{
        font-size:16px;
        margin:5px 0;
    }
    .news2 .text-box .text{
        font-size:14px;
        line-height:25px;
        height:75px;
    }
    .news2 .text-box .bottom{
        line-height:35px;
        font-size:16px;
    }
    .news2 ul{
        margin:0 -5px;
    }
    .news2 ul li{
        padding:0 5px;
    }
    .fwlc ul li .con .title{
        width:80px;
        height:211px;
        padding:3px;
    }
    .fwlc ul li .con .title .box{
        padding-top:35px;
    }
    .fwlc ul li .con .title h4{
        font-size:30px;
    }
    .fwlc ul li .con .title span{
        font-size:18px;
    }
    .fwlc ul li .con .title p{
        font-size:16px;
        line-height:25px;
    }
    .fwlc ul li .con .text-box{
        margin-left:90px;
    }
    .fwlc ul li .con .text-box h5{
        font-size:16px;
        padding:5px;
        line-height:25px;
    }
    .fwlc ul li .con .text-box dl dd{
        font-size: 14px;
        line-height: 30px;
    }
    .fwlc ul li .con .text-box dl{
        height: 120px;
        margin-bottom:13px;
    }
    .fwlc ul li .con .text-box a.more{
        line-height: 20px;
        font-size: 14px;
        padding:5px;
    }
    .fwlc{
        margin-top:10px;
        padding-bottom:0;
    }
    .fwlc ul li{
        padding-bottom:15px;
        margin-bottom:15px;
    }
    .qyjs .text-box .text{
        font-size:14px;
        line-height:25px;
        height:auto;
        max-height:250px;
    }
    .zyys ul li .con {
        padding-bottom:15px !important;
        margin-bottom:15px !important;
    }
    .zyys ul li .con .text h5{
        font-size:16px;
    }
    .zyys ul li .con .text p{
        font-size:13px;
        line-height:22px;
    }
    .zyys{
        margin-top:30px;
        padding-bottom:15px;
    }
    .yhj{
        padding:30px 0;
    }
    .yhj .text-box{
        display:block;
        text-align:center;
        margin:20px 0 0 0;
    }
    .yhj a img{
        width:150px;
    }
    .yhj .text-box .text{
        font-size: 20px;
        line-height: 30px;
    }
    .yhj .text-box p{
        font-size:16px;
    }
    .news3{
        margin-bottom:20px;
    }
    .news3 .bottom{
        height:auto;
        max-height:75px;
    }
    .ynjd ul li{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .khfw .con1 .title{
        font-size:16px;
        padding-bottom:10px;
    }
    .khfw .con1 ul li{
        font-size:14px;
        line-height:22px;
    }
    .yqlj a{
        font-size:14px;
    }
    .yqlj,
    .lxwm{
        margin-top:30px;
    }
    .cp-ny{
        padding:0 10px;
    }
    .cp-ny .news1{
        margin:0 5px 20px;
    }
    .news1 h5{
        margin-top:5px;
    }
    .xwzx_ny a{padding:10px;margin-bottom:10px;}
    .xwzx_ny a .imgbox{width:120px;height:100px;}
    .xwzx_ny a .text_box{margin-left:130px;}
    .xwzx_ny a .text_box h5{font-size:16px;line-height:25px;}
    .xwzx_ny a .text_box .text{line-height:18px;height:36px;margin:5px 0 8px;font-size:13px;}
    .xwzx_ny a .text_box .more{width:80px;line-height:23px;}
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
        width:auto;
    }
    .logo-box .logo img{
        height:40px;
    }
    .news2{
        padding:5px;
    }
    .news2 ul li{
        width:100%;
    }
    .news2 .imgbox .img{
        height:auto;
    }
    .news2 .text-box{
        height:auto;
        padding:10px 0 35px;
    }
    .news2 .text-box .text{
        height:auto;
        max-height:75px;
        margin-bottom:10px;
    }
    .qyjs .text-box a{
        width:100%;
        margin:20px 0;
        line-height:35px;
    }
    .qyjs .text-box .bottom{
        line-height:25px;
        padding:10px;
        font-size:14px;
    }
    .yqlj dl dt{
        float:none !important;
    }
    .yqlj dl dd{
        margin:0;
    }
}