/*全局样式*/
@charset "utf-8";

html {
    overflow-x:hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}
body {
    font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    min-width: 320px;
}
input:required,
textarea:required {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
}

a:focus {
    outline: none;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}

.container-fluid {
    max-width:1310px !important;
}

.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



header .top{
    background:#f8f8f8;
}
header .top h5{
    height:40px;
    line-height:40px;
    font-size:12px;
    color:#777;
}
header .top ul li{
    position: relative;
}
header .top ul li::before{
    content:"";
    width:1px;
    height:100%;
    background:#d2d2d2;
    position:absolute;
    top:0;
    left:0;
}
header .top ul li:first-child::before{
    display:none;
}
header .top ul li a{
    font-size:12px;
    color:#777;
    display:block;
    height:40px;
    line-height:40px;
    padding:0 18px;
    position: relative;
    transition:all .3s;
}
header .top ul li a img{
   position: relative;
   top:-1px;
   margin-right:5px;
}
header .top ul li a:hover{
    color:#0a63bd;
}

.logo-box .logo{
    height:158px;
    line-height:158px;
    max-width:18.6%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}
.logo-box .logo-2{
    max-width:22.3%;
    margin-left:28px;
}
.logo-box .phone{
    margin-top:51px;
    background:url(../images/icon3.png) no-repeat 0 center;
    padding-left:50px;
}
.logo-box .phone p{
    font-size:12px;
}
.logo-box .phone h5{
    font-size:31px;
    font-weight:bold;
    color:#ff8400;
    margin-top:5px;
}

/*PC端导航*/
nav {
    background:#4f50e9;
}
nav a {
    display: block;
    color: #fff !important;
    transition:all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position:relative;
    z-index:10;
}
/*一级导航*/
nav ul li{
    float: left;
    width:14.28%;
    text-align: center;
    position: relative;
    line-height:60px;
    transition:all .3s;
}
nav ul li::before{
    content:"";
    width:100%;
    height:100%;
    background-color:#ff8400;
    position:absolute;
    top:0;
    left:0;
    transition:all .3s;
    transform:skewX(-15deg);
    opacity:0;
}
nav ul li a i{
    display:inline-block;
    width:5px;
    height:6px;
    background:#fff;
    margin-right:20px;
    position:relative;
    top:-2px;
    display:none;
}
nav ul li:hover::before,
nav ul li.active::before{
    opacity:1;
}
nav ul li:hover dl{
    visibility: initial;
}
nav ul li:hover dl>div{
    transform:translateY(0);
}
nav dl{
    position:absolute;
    width:100%;
    top:100%;
    left:-9px;
    z-index:1000;
    overflow: hidden;
    visibility: hidden;
}
nav dl>div{
    transition:all .3s;
    transform:translateY(-100%);
    padding-top:5px;
}
nav dl dd{
    line-height:35px;
    background:#4f50e9;
}
nav dl dd a{
    font-size:14px;
    padding:0 5px;
}
nav dl dd a::before{
    display:none;
}
nav dl dd a:hover{
    background:#ff8400;
}

/*banner轮播*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide .img{
    height:450px;
}
.banner .but{
    width:50px;
    height:50px;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:40px;
    left:-50px;
    margin-top:-25px;
    transition:all .3s;
    background:none;
    opacity:.8;
}
.banner .swiper-button-next{
    left:auto;
    right:-50px;
}
.banner:hover .swiper-button-prev{
    left:10px;
}
.banner:hover .swiper-button-next{
    right:10px;
}
.banner .swiper-pagination{
    position:absolute;
    width:100%;
    bottom:10px;
    left:0;
}
.banner .swiper-pagination-bullet{
    width:10px;
    height:10px;
    margin:0 5px;
    background-color:#fff;
}

.title1{
    margin:70px 0 40px;
    text-align:center;
    overflow: hidden;
}
.title1 h5{
    font-size:31px;
}
.title1 h5 span{
    color:#4f50e9;
}
.title1 p{
    color:#6c6c6c;
    margin-top:10px;
    display:inline-block;
    position: relative;
}
.title1 p::before,
.title1 p::after{
    content:"";
    width:195px;
    height:2px;
    background:#777;
    position: absolute;
    top:50%;
    right:100%;
    margin:-1px 20px 0 0;
    display:none;
}
.title1 p::after{
    right:auto;
    left:100%;
    margin:-1px 0 0 20px;
}

.nav3{
    font-size:0;
    text-align:center;
    padding:7px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    margin-bottom:40px;
}
.nav3 .swiper-container{
    display:inline-block;
    max-width:100%;
}
.nav3 .swiper-slide{
    width:auto;
    position: relative;
}
.nav3 .swiper-slide::before,
.nav3 .swiper-slide:last-child::after{
    content:"";
    width:2px;
    height:14px;
    background:#000;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    transition:all .3s;
    display:none;
}
.nav3 .swiper-slide:last-child::after{
    left:auto;
    right:0;
}
.nav3 a{
    display:block;
    padding:0 20px;
    font-size:14px;
    line-height:36px;
    color:#000;
    white-space: nowrap;
    transition:all .3s;
}
.nav3 .swiper-slide:hover::before,
.nav3 .swiper-slide:hover + .swiper-slide::before,
.nav3 .swiper-slide:hover::after,
.nav3 .swiper-slide.active::before,
.nav3 .swiper-slide.active + .swiper-slide::before,
.nav3 .swiper-slide.active::after{
    opacity:0;
}
.nav3 .swiper-slide.active a,
.nav3 .swiper-slide:hover a{
    background:#e3e3f3;
    color:#000;
}

.tjfa{
    background:#f5f3fc;
    padding-bottom:70px;
}
.tjfa-con .list{
    display:none;
}
.tjfa-con .list.active{
    display:block;
}
.tjfa-con .list ul{
    border:1px solid #eee;
    background:#fff;
}
.tjfa-con .list ul li{
    width:50%;
}
.tjfa-con .list ul li:nth-child(1){
    padding:15px;
}
.tjfa-con .list ul li:nth-child(1) .imgbox{
    display:block;
    overflow: hidden;
}
.tjfa-con .list ul li:nth-child(1) .imgbox .img{
    height:366px;
}
.tjfa-con .list ul li:nth-child(1) .imgbox:hover .img{
    transform:scale(1.1);
}
.tjfa-con .list ul li:nth-child(2){
    padding:15px 15px 0 0;
}
.tjfa-con .list ul li:nth-child(2) .title{
    position:relative;
    padding-bottom:20px;
    margin-bottom:20px;
}
.tjfa-con .list ul li:nth-child(2) .title::before{
    content:"";
    width:26px;
    height:3px;
    background:#4f50e9;
    position: absolute;
    bottom:0;
    left:0;
}
.tjfa-con .list ul li:nth-child(2) .title h5{
    font-size:24px;
}
.tjfa-con .list ul li:nth-child(2) .title h4{
    width:100%;
    color:rgba(79, 80, 233, .07);
    font-size:37px;
    font-weight:bold;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    margin-top:-10px;
}
.tjfa-con .list ul li:nth-child(2) .text{
    color:#555;
    line-height:24px;
    height:298px;
    overflow:hidden;
}
.tjfa-con .list .swiper-container{
    padding:1px;
    margin-top:40px;
}
.news1{
    display:block;
}
.news1 .imgbox{
    background:#fff;
    position: relative;
    border:1px solid #eee;
    padding:11px;
}
.news1 .imgbox .img{
    position:relative;
}
.news1 .imgbox .img::before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .7) url(../images/icon5.png) no-repeat center center;
    position:absolute;
    top:0;
    left:0;
    transition:all .3s;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
}
.news1 h5{
    font-size:15px;
    color:#010101;
    line-height:30px;
    font-weight:bold;
    margin-top:10px;
    text-align:center;
}
.news1:hover .imgbox{
    border-color:#4f50e9;
}
.news1:hover .imgbox .img::before{
    opacity:1;
}
.news1:hover h5{
    color:#4f50e9;
}
.news1-2{
    margin:0 10px 20px;
}
.news1-2 h5{
    text-align:left;
    font-size:18px;
    margin:15px 0 10px;
}
.news1-2 .text{
    color:#666;
    line-height:20px;
    height:40px;
    text-align:left;
    overflow: hidden;
}

.youshi .ys-title{
    margin:70px 0 40px;
    text-align:center;
    overflow: hidden;
}
.youshi .ys-title img{
    max-width:100%;
}
.youshi .ys-title h5{
    font-size:30px;
    font-weight:bold;
}
.youshi .ys-title h5 img{
    margin:0 5px;
}
.youshi .ys-title h5 span{
    color:#c60003;
}
.youshi .ys-title p{
    font-size:12px;
    color:#777;
    display:inline-block;
    background:#f9f9f9;
    border-radius:30px;
    border:1px solid #eee;
    padding:5px 10px;
    position: relative;
    margin-top:12px;
}
.youshi .ys-title p::before,
.youshi .ys-title p::after{
    content:"";
    width:165px;
    height:2px;
    background:#0a63bd;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:15px;
    transform:translateY(-50%);
}
.youshi .ys-title p::after{
    right:auto;
    left:100%;
    margin:0 0 0 15px;
}

.youshi{
    padding-bottom:40px;
}
.youshi .title-2{
    background:#c70000;
    padding:20px 0 26px;
    text-align:center;
    box-shadow:0 7px 0 #eee;
    position: relative;
    margin-bottom:80px;
}
.youshi .title-2::before{
    content:"";
    border-left:25px solid transparent;
    border-right:25px solid transparent;
    border-top:28px solid #c70000;
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    z-index:2;
}
.youshi .title-2::after{
    content:"";
    border-left:30px solid transparent;
    border-right:30px solid transparent;
    border-top:30px solid #eee;
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    margin-top:7px;
}
.youshi .title-2 img{
    max-width:100%;
}
.youshi .title-2 .phone{
    margin-top:15px;
    font-size:17px;
    font-weight:bold;
    color:#fff;
    line-height:1;
}
.youshi .title-2 .phone img{
    margin:-5px 5px 0 0;
}
.youshi .title-2 .phone span{
    font-size:36px;
    color:#fcff00;
    position:relative;
    top:6px;
}
.youshi ul li{
    margin-bottom:30px;
}
.youshi ul li .imgbox{
    width:35%;
    float: right;
    border:1px solid #e5e5e5;
    padding:19px;
    box-shadow:5px 5px 10px rgba(0, 0, 0, .1);
}
.youshi ul li .imgbox img{
    max-width:100%;
}
.youshi ul li .text-box{
   width:65%;
   float: left;
   padding-right:30px;
}
.youshi ul li .text-box .title{
    position: relative;
    padding-left:98px;
}
.youshi ul li .text-box .title img{
    position: absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.youshi ul li .text-box .title h5{
    font-size:26px;
    padding-bottom:25px;
    background:url(../images/bg2.png) repeat-x 0 bottom;
}
.youshi ul li .text-box .title h5 span{
    color:#999;
    font-size:11px;
    font-weight:normal;
}
.youshi ul li .text-box dl{
    margin:30px 0;
    padding-left:60px;
}
.youshi ul li .text-box dl dd{
    font-size:15px;
    color:#333;
    line-height:30px;
    background:url(../images/icon6.png) no-repeat 0 8px;
    padding-left:27px;
}
.youshi ul li .text-box a{
    display:block;
    width:150px;
    line-height:44px;
    background:#ff8400;
    color:#fff;
    text-align:center;
    transition:all .3s;
    margin-left:60px;
}
.youshi ul li .text-box a:hover{
    background:#864602;
}
.youshi ul li:nth-child(even) .imgbox{
    float: left;
}
.youshi ul li:nth-child(even) .text-box{
    float: right;
    padding:0 0 0 30px;
}

.alzs{
    padding-bottom:70px;
    background:#f5f3fc;
}
.news3{
    display:block;
    border:1px solid #e6e6e6;
    padding:10px;
    background:#fff;
    transition:all .3s;
}
.news3 .img{
    overflow: hidden;
    position:relative;
}
.news3 .mask{
    position:absolute;
    width:100%;
    height:100%;
    top:-100%;
    left:0;
    background:rgba(61, 61, 187, .9);
    display:flex;
    align-items:center;
    text-align:center;
    transition:all .3s;
}
.news3 .mask>div{
    width:100%;
    padding:0 30px;
}
.news3 .mask h5{
    font-size:22px;
    color:#fff;
    font-weight:bold;
    line-height:30px;
}
.news3 .mask p{
    font-size:12px;
    color:rgba(255, 255, 255, .2);
    font-weight:lighter;
    line-height:14px;
}
.news3 .mask .text{
    font-size:13px;
    line-height:25px;
    color:#fff;
    height:75px;
    margin:10px 0;
    text-align:left;
    overflow:hidden;
}
.news3 .mask b{
    display:block;
    width:100%;
    line-height:38px;
    border:2px solid #fff;
    font-size:12px;
    color:#fff;
    padding-left:16px;
    position:relative;
    text-align:left;
    margin-top:20px;
}
.news3 .mask b::before{
    content:"";
    width:9px;
    height:100%;
    background:url(../images/icon14.png) no-repeat center center;
    position:absolute;
    top:0;
    right:16px;
}
.news3:hover{
    border-color:#4f50e9;
}
.news3:hover .mask{
    top:0;
}

.fwlc{
    background:url(../images/bg3.jpg) no-repeat center center/cover;
    padding-bottom:50px;
}
.fwlc .title1 h5{
    color:#fff;
}
.fwlc .title1 p{
    color:#6c6c6c;
}
.fwlc .title1 p::before,
.fwlc .title1 p::after{
    background:#ff8400;
}
.fwlc ul{
    margin:0 -10px;
}
.fwlc ul li{
    width:20%;
    padding:0 10px;
    margin-bottom:20px;
}
.fwlc ul li a{
    display:block;
    background:rgba(255, 255, 255, .07);
    padding:30px 10px;
    text-align:center;
}
.fwlc ul li a .imgbox{
    height:60px;
    line-height:60px;
    position: relative;
    margin-bottom:20px;
}
.fwlc ul li a .imgbox img{
    max-height:100%;
}
.fwlc ul li a .imgbox img.icon2{
    display:none;
}
.fwlc ul li a h5{
    font-size:17px;
    color:#fff;
    line-height:20px;
}
.fwlc ul li a p{
    font-size:12px;
    line-height:14px;
    color:#fff;
    font-weight:lighter;
    padding:10px 0 20px;
    position:relative;
}
.fwlc ul li a p::before{
    content:"";
    width:28px;
    height:3px;
    background:#ff8400;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    transition:all .3s;
}
.fwlc ul li a:hover{
    background:#fff;
}
.fwlc ul li a:hover .imgbox img.icon2{
    display:inline;
}
.fwlc ul li a:hover .imgbox img.icon1{
    display:none;
}
.fwlc ul li a:hover h5,
.fwlc ul li a:hover P{
    color:#000;
}
.fwlc ul li a:hover P::before{
    background:#4f50e9;
}

.flzx{
    padding:70px 0;
}
.title2{
    padding-bottom:20px;
    border-bottom:1px solid #eee;
    position:relative;
    margin-bottom:20px;
}
.title2 h5{
    font-size:20px;
    position: relative;
    padding-left:15px;
    padding-right:60px;
}
.title2 h5::before{
    content:"";
    width:4px;
    height:100%;
    background:#4f50e9;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.title2 h5 span{
    font-size:12px;
    color:#555;
}
.title2 a{
    font-size:13px;
    position:absolute;
    bottom:20px;
    right:0;
    color:#000;
    transition:all .3s;
}
.title2 a img{
    margin-left:5px;
    position:relative;
    top:-2px;
}
.title2 a:hover{
    color:#4f50e9;
}

.news4{
    display:block;
    padding-bottom:20px;
    border-bottom:1px dashed #d8d8d8;
    margin-bottom:20px;
}
.news4 .imgbox{
    width:168px;
    height:122px;
    overflow: hidden;
}
.news4 .imgbox .img{
    width:100%;
    height:100%;
}
.news4 .text-box{
    padding:10px 0 0 188px;
}
.news4 .text-box h5{
    font-size:16px;
    color:#000;
    line-height:25px;
}
.news4 .text-box p{
    font-size:12px;
    color:#999;
    margin:5px 0 10px;
}
.news4 .text-box .text{
    font-size:13px;
    color:#666;
    line-height:22px;
    height:44px;
    overflow: hidden;
}
.news4:hover .img{
    transform:scale(1.1);
}
.news4:hover h5{
    color:#4f50e9;
}
.news4:last-child{
    margin-bottom:0;
}
.flzx .con2 .imgbox{
    display:block;
    overflow: hidden;
}
.flzx .con2 .imgbox .img{
    height:122px;
}
.flzx .con2 ul li a{
    display:block;
    line-height:45px;
    color:#000;
    padding:0 70px 0 12px;
    position:relative;
    border-bottom:1px dashed #d9d9d9;
    transition:all .3s;
}
.flzx .con2 ul li a::before{
    content:"";
    width:4px;
    height:5px;
    background:#000;
    position: absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    transition:all .3s;
}
.flzx .con2 ul li a p{
    font-size:12px;
    color:#999;
    position:absolute;
    top:0;
    right:0;
    transition:all .3s;
}
.flzx .con2 ul li a:hover,
.flzx .con2 ul li a:hover p{
    color:#4f50e9;
}
.flzx .con2 ul li a:hover::before{
    background:#4f50e9;
}
.news6{
    display:block;
    padding:10px;
    background:#f5f5f5;
    margin-bottom:9px;
    transition:all .3s;
}
.news6:last-child{
    margin-bottom:0;
}
.news6 h5{
    color:#000;
    position: relative;
    padding-left:12px;
    line-height:25px;
}
.news6 h5::before{
    content:"";
    width:4px;
    height:5px;
    background:#000;
    position: absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    transition:all .3s;
}
.news6 p{
    font-size:12px;
    color:#999;
    line-height:25px;
    transition:all .3s;
}
.news6:hover{
    background:#4f50e9;
}
.news6:hover h5{
    color:#fff;
}
.news6:hover h5::before{
    background:#fff;
}
.news6:hover p{
    color:rgba(255, 255, 255, .5);
}

footer{
    background:#232323;
}
footer ul {
    padding:50px 0;
}
footer ul li:nth-child(1){
    width:380px;
    padding-right:70px;
}
footer ul li:nth-child(2){
    width:calc(100% - 610px);
    padding:0 80px;
    border-left:1px solid rgba(255, 255, 255, .1);
    border-right:1px solid rgba(255, 255, 255, .1);
}
footer ul li:nth-child(3){
    width:230px;
}
footer ul li:nth-child(1) .title{
    font-size:20px;
    font-weight:bold;  
    color:#fff;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid rgba(255, 255, 255, .1);
}
footer ul li:nth-child(1) .text-box{
    color:#fff;
}
footer ul li:nth-child(1) .text-box h5{
    font-size:16px;
    font-weight:bold;
}
footer ul li:nth-child(1) .text-box .text{
    font-size:13px;
    line-height:24px;
    margin-top:10px;
}
footer ul li:nth-child(2) .dl-box{
    margin:0 -5px;
}
footer ul li:nth-child(2) dl{
    width:25%;
    padding:0 5px;
}
footer ul li:nth-child(2) dl dt{
    font-size:17px;
    font-weight:bold;
    color:#fff;
    padding-bottom:20px;
    position:relative;
    margin-bottom:20px;
}
footer ul li:nth-child(2) dl dt::before{
    content:"";
    width:30px;
    height:1px;
    border-bottom:1px solid rgba(255, 255, 255, .1);
    position:absolute;
    bottom:0;
    left:0;
}
footer ul li:nth-child(2) dl dd{
    line-height:30px;
}
footer ul li:nth-child(2) dl dd a{
    font-size:12px;
    color:rgba(255, 255, 255, .5);
    transition: all .3s;
}
footer ul li:nth-child(2) dl dd a:hover{
    color:#fff;
}
footer ul li:nth-child(3) .weixin{
    text-align:center;
}
footer ul li:nth-child(3) .weixin img{
    width:140px;
    height:140px;
    border:5px solid #fff;
}
footer ul li:nth-child(3) .weixin p{
    color:#fff;
    margin-top:15px;
}
footer .bottom{
    border-top:1px solid rgba(255, 255, 255, .07);
}
footer .bottom .con{
    position:relative;
    padding:20px 0;
    font-size:12px;
    line-height:18px;
    color:#9e9e9e;
}
footer .bottom .con a{
    color:#9e9e9e !important;
    transition:all .3s;
}
footer .bottom .con a:hover{
    color:#fff !important;
}
footer .bottom .con .top{
    width:115px;
    height:100%;
    background:#4f50e9;
    color:#fff;
    font-size:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    right:0;
    top:0;
    transition:all .3s;
    cursor:pointer;
}
footer .bottom .con .top::before{
    content:"";
    border-top:9px solid transparent;
    border-bottom:9px solid transparent;
    border-right:11px solid #4f50e9;
    position:absolute;
    top:50%;
    right:100%;
    transform:translateY(-50%);
    transition:all .3s;
}
footer .bottom .con .top:hover{
    background:#121396;
}
footer .bottom .con .top:hover::before{
    border-right-color: #121396;
}

/*内页左侧*/
.neiye {
    padding-bottom:70px;
    background:#f5f3fc;
}
.neiye .nav3{
    text-align:left;
    margin-bottom:30px;
}
.title3{
    border-bottom:1px dashed #eee;
    padding:70px 0 20px;
    margin-bottom:30px;
}
.title3 .con{
    background:url(../images/icon8.png) no-repeat 0 center;
    padding-left:20px;
}
.title3 .con a{
    color:#000;
    transition:all .3s;
}
.title3 .con span,
.title3 .con a:hover{
    color:#4f50e9;
}

.news5{
    display:block;
    margin:0 10px 20px;
}
.news5 .imgbox{
    overflow: hidden;
}
.news5 .text-box h5{
    font-size:18px;
    color:#000;
    line-height:28px;
    margin-top:20px;
}
.news5 .text-box .text{
    color:#666;
    line-height:22px;
    height:44px;
    overflow: hidden;
    margin:10px 0;
}
.news5 .text-box p{
    font-size:13px;
    color:#afafaf;
}
.news5:hover .img{
    transform:scale(1.1);
}
.news5:hover h5{
    color:#4f50e9;
}

.news7{
    display:block;
    background:#fff;
/*    border:1px solid #e0e0e0;*/
    padding:20px;
/*    box-shadow:0 0 10px rgba(0, 0, 0, .1);*/
    margin-bottom:25px;
}
.news7 .imgbox{
    width:325px;
    height:240px;
    overflow: hidden;
    background:#f2f2f2;
}
.news7 .imgbox .img{
    width:100%;
    height:100%;
}
.news7 .text-box{
    padding:22px 0 0 345px;
}
.news7 .text-box h5{
    font-size:21px;
    color:#000;
    line-height:30px;
}
.news7 .text-box .text{
    color:#666;
    line-height:27px;
    height:81px;
    overflow: hidden;
    margin:20px 0;
}
.news7 .text-box b{
    display:block;
    width:95px;
    line-height:35px;
    border:1px solid #e1e1e1;
    border-radius:40px;
    text-align:center;
    font-size:13px;
    color:#000;
    font-weight:normal;
}
.news7:hover{
/*
    border-color:#4f50e9;
    box-shadow:0 0 10px rgba(79, 80, 233, .1);
*/
}
.news7:hover .img{
    transform:scale(1.1);
}
.news7:hover h5{
    color:#4f50e9; 
}
.news7:hover b{
    background:#4f50e9;
    border-color:#4f50e9;
    color:#fff;
}

.cp-info .con1 ul{
    margin:0 -15px;
}
.cp-info .con1 ul li{
    padding:0 15px;
}
.cp-info .con1 ul li:nth-child(1){
    width:40%;
}
.cp-info .con1 ul li:nth-child(2){
    width:60%;
}
.cp-info .con1 ul li:nth-child(2) .title{
    font-size:20px;
    font-weight:bold;
    padding-bottom:15px;
    border-bottom:1px solid #eee;
    margin-bottom:20px;
}
.cp-info .con1 ul li:nth-child(2) .text{
    line-height:25px;
    max-height:200px;
    overflow: hidden;
}
.cp-info .con1 ul li:nth-child(2) .more{
    display:block;
    width:230px;
    line-height:50px;
    background:#4f50e9;
    border-radius:5px;
    font-size:16px;
    text-align:center;
    color:#fff;
    margin-top:20px;
}

.cp-info .con2{
    margin-top:30px;
}
.cp-info .con2 .left{
    width:300px;
    border:1px solid #e5e5e5;
}
.cp-info .con2 .left .title{
    font-size:18px;
    line-height:50px;
    background:#fff;
    text-align:center;
    margin-bottom:20px;
    border-bottom:1px solid #e5e5e5;
}
.cp-info .con2 .left .con{
    padding:10px;
}
.news8{
    display:block;
    margin-bottom:15px;
}
.news8:last-child{
    margin-bottom:0;
}
.news8 .imgbox{
    width:120px;
    height:90px;
    border:1px solid #ccc;
    overflow: hidden;
    transition:all .3s;
}
.news8 .imgbox .img{
    width:100%;
    height:100%;
}
.news8 .text-box{
    margin-left:130px;
    height:90px;
    line-height:90px;
    font-size:16px;
    color:#000;
    transition:all .3s;
}
.news8:hover .imgbox{
    border-color:#4f50e9;
}
.news8:hover .img{
    transform:scale(1.1);
}
.news8:hover .text-box{
    color:#4f50e9;
}
.cp-info .con2 .right{
    margin-left:320px;
    border:1px solid #e5e5e5;
}
.cp-info .con2 .right .title{
    background:#f6f6f6;
    border-bottom:1px solid #e5e5e5;
}
.cp-info .con2 .right .title h5{
    display:inline-block;
    font-size:18px;
    line-height:50px;
    background:#fff;
    padding:0 40px;
    border-right:1px solid #e5e5e5;
    position: relative;
}
.cp-info .con2 .right .title h5::before{
    content:"";
    width:100%;
    height:1px;
    background:red;
    position:absolute;
    bottom:-1px;
    left:0;
    z-index:10;
}
.cp-info .con2 .right .con{
    line-height:30px;
    padding:20px;
}
.cp-info .con2 .right .con img{
    max-width:100%;
    display:block;
    margin:0 auto;
}

.yxd{
    position: fixed;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .8);
    top:0;
    left:0;
    z-index:8000;
    display:flex;
    justify-content:center;
    align-items:center;
    display:none;
}
.yxd.active{
    display:flex;
}
.yxd .con{
    width:450px;
    background:#fff;
}
.yxd .con .title{
    line-height:45px;
    background:#4f50e9;
    position:relative;
    padding-left:20px;
    font-size:20px;
    color:#fff;
}
.yxd .con .title span{
    position:absolute;
    top:0;
    right:10px;
    font-size:40px;
    color:#fff;
    cursor: pointer;
    line-height:1;
}
.yxd .con .title-2{
    font-size:18px;
    text-align:center;
    margin-bottom:30px;
}
.yxd .con form{
    padding:30px;
}
.yxd .con form dl{
    margin-bottom:10px;
}
.yxd .con form dl dt{
    width:70px;
    text-align:right;
    line-height:40px;
    font-weight:normal;
}
.yxd .con form dl dd{
    width:calc(100% - 80px);
}
.yxd .con form dl dd input{
    width:100%;
    height:40px;
    padding:0 10px;
    border:1px solid #ccc;
}
.yxd .con form button{
    width:calc(100% - 80px);
    height:40px;
    background:#4f50e9;
    transition:all .3s;
    border:none;
    color:#fff;
    margin:10px 0 0 80px;
    font-size:16px;
}
.yxd .con form button:hover{
    background:#09097b;
}


.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}
.cp-ny .news3{
    margin:0 10px 20px;
}

/*详情页*/
.xqy {
    line-height: 25px;
}
.xqy .title {
    text-align: center;
    margin-bottom: 20px;
}
.xqy .title h5 {
    font-size: 20px;
    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: #4f50e9;
    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: #060786;
    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 #4f50e9;
    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 #4f50e9;
    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 #4f50e9;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4f50e9;
    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 #4f50e9;
    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: #4f50e9;
    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:1199px) {
    footer ul li:nth-child(1){
        width:350px;
        padding-right:15px;
    }
    footer ul li:nth-child(2){
        padding:0 15px;
        width:calc(100% - 510px);
    }
    footer ul li:nth-child(3){
        width:160px;
    }
}
@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: #4f50e9;
    }

    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: #4f50e9;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #4f50e9;
    }

    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-bottom:30px;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:60%;
    }
    footer ul li{
        width:100% !important;
        text-align:center;
    }
    footer ul li:nth-child(2){
        height:auto !important;
        border:none;
        margin:30px 0;
    }
    footer ul li:nth-child(2) dl dt::before{
        left:50%;
        transform:translateX(-50%);
    }
    footer ul li:nth-child(3) .weixin{
        float: none !important;
    }
    footer .bottom .con{
        text-align:center;
    }
    footer .bottom .con .top{
        display:none;
    }
    .neiye .nav_box .nav2{
        padding:0 5px;
    }
    .neiye .nav_box .nav2::before{
        display:none;
    }
    .logo-box{
        border:none;
    }
    .neiye .title4::before{
        display:none;
    }
    .neiye .title4 h5{
        font-size:20px;
    }
    .news3 .imgbox .img .mask{
        display:none;
    }
    .flzx .con2{
        margin:30px 0;
    }
    .flzx .con2 .imgbox .img{
        height:auto;
    }
    .tjfa-con .list ul li{
        width:100%;
        padding:20px !important;
    }
    .tjfa-con .list ul li:nth-child(1) .imgbox .img{
        height:auto;
    }
    .tjfa-con .list ul li:nth-child(2) .text{
        height:auto;
        max-height:240px;
    }
    .news3 .mask{
        display:none;
    }
    .fwlc ul li{
        width:25%;
    }
    .title3{
        padding:20px 0;
    }
    .cp-info .con2 .right{
        margin-left:0;
    }
    .cp-info .con1 ul li{
        width:100% !important;
    }
}

@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;
    }
    .cp-ny{
        padding:0 10px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .banner .swiper-pagination{
        bottom:5px;
    }
    .banner .swiper-pagination-bullet{
        width:8px;
        height:8px;
        margin:0 3px;
    }
    footer ul{
        padding:30px 0;
    }
    footer ul li:nth-child(1) .title{
        padding-bottom:10px;
    }
    footer ul li:nth-child(2) dl dt{
        font-size:14px;
        padding-bottom:10px;
        margin-bottom:10px;
    }
    footer ul li:nth-child(2) dl dd{
        line-height:25px;
    }
    .youshi{
        padding:0;
    }
    .youshi .title-2 .phone span{
        font-size:20px;
        top:0;
    }
    .youshi ul li .imgbox{
        display:none;
    }
    .youshi ul li .text-box{
        width:100%;
        float:none;
        padding:0 !important;
    }
    .youshi ul li .text-box .title{
        padding-left:60px;
    }
    .youshi ul li .text-box .title img{
        width:50px;
    }
    .youshi ul li .text-box .title h5{
        font-size:18px;
    }
    .youshi ul li .text-box .title h5 span{
        display:block;
        margin-top:5px;
    }
    .youshi ul li .text-box dl{
        margin:15px 0;
        padding-left:30px;
    }
    .youshi ul li .text-box dl dd{
        font-size:14px;
        line-height:25px;
        background-position:0 5px;
    }
    .youshi ul li .text-box a{
        width:120px;
        line-height:30px;
    }
    .youshi .ys-title{
        margin:30px 0;
    }
    .youshi .ys-title h5{
        font-size:20px;
    }
    .youshi .ys-title h5 img{
        height:30px;
    }
    .news3 .imgbox{
        padding:5px;
    }
    .news3 h4{
        line-height:35px;
        padding:0 5px;
    }
    .cp-ny .news3{
        margin:0 5px 10px;
    }
    .news4{
        padding-bottom:10px;
        margin-bottom:10px;
    }
    .news4 .imgbox{
        width:120px;
        height:90px;
    }
    .news4 .text-box{
        padding:0 0 0 130px;
    }
    .news4 .text-box h5{
        font-size:15px;
        line-height:22px;
    }
    .news4 .text-box p{
        margin:5px 0;
    }
    .news4 .text-box .text{
        line-height:20px;
        height:40px;
    }
    .flzx{
        padding:30px 0;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p::before, .title1 p::after{
        display:none;
    }
    .nav3{
        margin-bottom:30px;
    }
    .nav3 a{
        padding:0 10px;
    }
    .tjfa-con .list ul li{
        padding:10px !important;
    }
    .tjfa-con .list ul li:nth-child(2) .title h5{
        font-size:18px;
    }
    .tjfa-con .list ul li:nth-child(2) .title h4{
        font-size:30px;
    }
    .tjfa-con .list .swiper-container{
        margin-top:20px;
    }
    .news1 .imgbox{
        padding:5px;
    }
    .news1 h5{
        line-height:25px;
        margin-top:5px;
    }
    .tjfa{
        padding-bottom:30px;
    }
    .alzs{
        padding-bottom:30px;
    }
    .news3{
        padding:5px;
    }
    .fwlc{
        padding-bottom:20px;
    }
    .fwlc ul{
        margin:0 -5px;
    }
    .fwlc ul li{
        width:33.33%;
        padding:0 5px;
        margin-bottom:10px;
    }
    .fwlc ul li a{
        padding:15px 5px;
    }
    .fwlc ul li a .imgbox{
        height:45px;
        line-height:45px;
    }
    .fwlc ul li a h5{
        font-size:16px;
    }
    .news5{
        margin:0 5px 15px;
    }
    .news5 .text-box h5{
        font-size:15px;
        line-height:25px;
        margin-top:10px;
    }
    .news5 .text-box .text{
        margin:5px 0;
    }
    .xqy .title h5 {
        font-size: 18px;
    }
    .news7{
        padding:10px;
        margin-bottom:15px;
    }
    .news7 .imgbox{
        width:120px;
        height:90px;
    }
    .news7 .text-box{
        padding:0 0 0 130px;
    }
    .news7 .text-box h5{
        font-size:14px;
        line-height:20px;
    }
    .news7 .text-box .text{
        font-size:13px;
        line-height:20px;
        height:60px;
        margin:8px 0 0 0;
    }
    .news7 .text-box b{
        display:none;
    }
    .news1-2{
        margin:0 5px 15px;
    }
    .news1-2 h5{
        font-size:16px;
        margin:10px 0 5px;
    }
    .cp-info .con1 ul li:nth-child(2) .title{
        font-size:18px;
        margin:10px 0;
        padding-bottom:10px;
    }
    .cp-info .con1 ul li:nth-child(2) .more{
        line-height:40px;
    }
    .cp-info .con2 .right .title h5{
        line-height:40px;
        font-size:16px;
    }
    .cp-info .con2 .right .con{
        padding:20px 10px;
    }
    .title3{
        margin-bottom:20px;
    }
    .yxd .con .title-2{
        margin-bottom:20px;
    }
    .yxd .con form{
        padding:20px 10px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
    .fwlc ul li{
        width:50%;
    }
    .fwlc ul li a .imgbox{
        height:30px;
        line-height:30px;
    }
    .news7{
        padding:5px;
    }
    .cp-info .con1 ul li:nth-child(2) .more{
        width:100%;
    }
}