/*全局样式*/
@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: 16px "微软雅黑", "Arial Narrow", HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    min-width: 320px;
	/*background-image: url(../images/bg.png); background-repeat:repeat;*/
}


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:#f5f5f5;
}
header .top h5{
    height:40px;
    line-height:40px;
    font-size:12px;
    color:#888;
}
header .top ul li{
    position: relative;
    margin-left:30px;
}
header .top ul li::before{
    content:"";
    width:1px;
    height:16px;
    background:#000;
    position:absolute;
    top:50%;
    left:-15px;
    transform:translateY(-50%);
}
header .top ul li:first-child::before{
    display:none;
}
header .top ul li a{
    font-size:12px;
    color:#888;
    display:block;
    height:40px;
    line-height:40px;
    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:#0569c7;
}


.logo-box .logo{
    height:130px;
    line-height:130px;
    max-width:41%;
}
.logo-box .logo img{
    max-width:100%;
    max-height:80%;
}
.logo-box .phone{
    margin-top:40px;
    background:url("../images/icon1.png") no-repeat 0 center;
    padding-left:55px;
}
.logo-box .phone p{
    font-size:13px;
    color:#646464;
}
.logo-box .phone h5{
    font-size:30px;
    font-weight:bold;
    color:#0569c7;
}

/*PC端导航*/
nav {
    background:#076bc9;
}
nav a {
    color: #fff !important;
    font-size:1.4em;
    transition:all .3s;
}
/*一级导航*/
nav ul li{
    float: left;
    width:11.1%;
    text-align: center;
    position: relative;
    line-height:60px;
    transition:all .3s;
}
nav ul li::before,
nav ul li:last-child::after{
    content:"";
    width:1px;
    height:15px;
    border-left:1px dashed rgba(255, 255, 255, .5);
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    transition:all .3s;
}
nav ul li:last-child::after{
    left:auto;
    right:0;
}
nav ul li a {
    display: block;
}
nav ul li:hover,
nav ul li.active{
    background: #71b82c;
}
nav ul li:hover::before,
nav ul li.active::before,
nav ul li:hover + li::before,
nav ul li.active + li::before,
nav ul li:hover::after,
nav ul li.active::after{
    opacity:0;
}
nav ul li:hover a,
nav ul li.active a{
    color:#000 !important;
}

/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 100;
    min-width: 100%;
}
nav ul li ul li{
    float: none;
    width: 100%;
    line-height: 45px;
    background: #076bc9;
    padding: 0;
    border:none !important;
}
nav ul li ul li::before,
nav ul li ul li::after{
    display:none;
}
nav ul li ul li a{
    font-size:17px;
    font-weight: normal;
    padding:0 5px;
}
nav ul li:hover ul li a{
    color:#fff !important;
}
nav ul li:hover ul li:hover a{
    color:#000 !important;
}
nav ul li:hover ul {
    display:block;
}

/*banner轮播*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide .img{
    height:450px;
}
.banner .but{
    width:50px;
    height:50px;
    background:#9d9c9c;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    left:-50px;
    margin-top:-25px;
    transition:all .3s;
}
.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;
    opacity:1;
}
.banner .swiper-pagination-bullet-active{
    background-color:#076bc9;
}

/* 搜索 */
.sousuo{
    position:relative;
}
.sousuo .con1{
    height:80px;
    background:url("../images/icon4.png") no-repeat 0 center;
    padding:1px 320px 0 20px;
}
.sousuo .title{
    line-height:80px;
    font-weight:bold;
}
.sousuo .swiper-container{
    height:70px;
    line-height:70px;
    margin:4px 0 0 70px;
}
.sousuo .swiper-container a{
    color:#454545;
    transition:all .3s;
}
.sousuo .swiper-container a:hover{
    color:#0569c7;
}
.sousuo form{
    width:500px;
    border:1px solid #eee;
    position:absolute;
    top:20px;
    right:0;
    background:#fff;
    z-index:10;
    transition:all .3s;
}
.sousuo form:hover{
    border-color:#0569c7;
}
.sousuo form input{
    width:calc(100% - 50px);
    height:40px;
    border:none;
    padding:0 10px;
}
.sousuo form button{
    width:50px;
    height:40px;
    border:none;
    position: relative;
    background:url("../images/icon2.png") no-repeat center center;
}
.sousuo form button::before{
    content:"";
    width:1px;
    height:22px;
    background:#d5d5d5;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}

.title1{
    margin:10px 0 10px;
    text-align:center;
    overflow:hidden;
}
.title1 h5{
    font-size:30px;
    margin:15px 0 10px;
}
.title1 p{
    font-size:13px;
    color:#666;
    display:inline-block;
    position: relative;
    font-weight:lighter;
}
.title1 p::before,
.title1 p::after{
    content:"";
    width:180px;
    height:2px;
    background:#0569c7;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:20px;
}
.title1 p::after{
    right:auto;
    left:100%;
    margin:0 0 0 20px;
}

/* 热销产品 */
.rxcp .swiper-container{
    padding:1px;
    margin:0 -1px;
}
.rxcp-con{
    position: relative;
}
.rxcp-con .but{
    width:50px;
    height:50px;
    background:#fff url("../images/left.png") no-repeat center center;
    border:1px solid #777;
    margin-top:-25px;
    left:-80px;
}
.rxcp-con .swiper-button-next{
    left:auto;
    right:-80px;
    transform:rotateY(180deg);
}
.rxcp-con .but:hover{
    background:#0569c7 url("../images/left-2.png") no-repeat center center;
    border-color:#0569c7;
}
.news2{
    display:block;
    border:1px solid #e7e7e7;
    background:#fff;
}
.news2 .imgbox{
    padding:3px;
}
.news2 .imgbox2{
    overflow: hidden;
    position:relative;
    /*background:#ebedee;*/
}
.news2 .imgbox2::before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(0,0,0,.8) url("../images/icon6.png") no-repeat center center;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    opacity:0;
    transition:all .3s;
}
.news2 h5{
    line-height:43px;
    border-top:1px solid #e7e7e7;
    font-size:18px;
	text-align: center;
    color:#000;
    padding:0 0px 0 0px;
    position: relative;
}
.news2 h5 span{
    font-size:12px;
    color:#777;
    margin-left:5px;
    transition:all .3s;
}
.news2 h5::before{
    content:"";
    width:44px;
    height:calc(100% + 2px);
    border-left:1px solid #e7e7e7;
    position:absolute;
    top:-1px;
    right:-1px;
    transition:all .3s;
}
.news2 h5::after{
    content:"";
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:7px solid #000;
    position:absolute;
    top:50%;
    right:17px;
    transform:translateY(-50%);
    transition:all .3s;
    z-index:2;
}
.news2:hover{
    border-color:#0569c7;
}
.news2:hover .imgbox2::before{
    opacity:1;
}
.news2:hover .img{
    transform:scale(1.1);
}
.news2:hover h5{
    border-color:#0569c7;
    color:#0569c7;
}
.news2:hover h5 span{
    color:#0569c7;
}
.news2:hover h5::before{
    background-color:#0569c7;
}
.news2:hover h5::after{
    border-left-color:#fff;
}

/* 案例展示 */
.alzs{
    background:url("../images/bg1.jpg") repeat;
    margin-top:50px;
    padding-bottom:50px;
}
.alzs .swiper-container{
    padding:1px;
    margin:0 -1px;
}
.news2-2{
    background:none;
    border:none;
}
.news2-2 .imgbox{
    border:1px solid #e7e7e7;
    transition:all .3s;
}
.news2-2 h5{
    text-align:center;
    border:none;
    line-height:20px;
    margin-top:5px;
}
.news2-2 h5::before,
.news2-2 h5::after{
    display:none;
}
.news2-2:hover .imgbox{
    border-color:#0569c7;
}

/* 公司优势 */
.gsys-con{
    width:940px;
    height:470px;
    margin:0 auto;
    border-radius: 470px 470px 0 0;
    position: relative;
    overflow: hidden;
    padding:200px 200px 0 200px;
}
.gsys-con .con1{
    width:100%;
    height:100%;
    border-radius: 470px 470px 0 0;
    position:relative;
    background-color:#fff;
}
.gsys-con .con1 dl dd,
.gsys .con2 ul li .text-box span{
    width:85px;
    height:85px;
    border-radius:50%;
    border:2px solid #0569c7;
    background-color:#fff;
    font-size:30px;
    font-weight:bold;
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
}
.gsys-con .con1 dl dd:nth-child(1){
    top:58%;
    left:-7%;
}
.gsys-con .con1 dl dd:nth-child(2){
    top:14%;
    left:6%;
}
.gsys-con .con1 dl dd:nth-child(3){
    top:-13%;
    left:28%;
}
.gsys-con .con1 dl dd:nth-child(4){
    top:-13%;
    right:28%;
}
.gsys-con .con1 dl dd:nth-child(5){
    top:14%;
    right:6%;
}
.gsys-con .con1 dl dd:nth-child(6){
    top:58%;
    right:-7%;
}
.gsys-con .con1 .text-box{
    font-size:45px;
    font-weight:bold;
    color:#0569c7;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.gsys-con .con1 .text-box p b{
    display:inline-block;
    width:123px;
    height:123px;
    line-height:123px;
    text-align:center;
    font-size:90px;
    font-weight:bold;
    color:#fff;
    background-color:#0569c7;
    border-radius:50%;
    vertical-align:top;
    margin-right:5px;
}
.gsys-con .con1 .text-box p{
    margin-top:5px;
    position: relative;
    display:block;
}
.gsys-con .con1 .text-box p span{
    position:absolute;
    bottom:0;
    left:130px;
}
.gsys-con ul li{
    width:50%;
    height:50%;
    background:#0569c7;
    position:absolute;
    bottom:0;
    right:50%;
    transform-origin:bottom right;
    border-right:10px solid #fff;
}
.gsys-con ul li:hover{
    background-color:#eacd74;
}
.gsys-con ul li .text-box{
    position:absolute;
    top:42%;
    left:42%;
    width:100px;
    text-align:center;
}
.gsys-con ul li .text-box{
    transform: rotate(0deg) skewX(-60deg);
}
.gsys-con ul li .text-box b,
.gsys .con2 ul li .text-box b{
    display:block;
    width: 14px;
    height: 14px;
    background-color: #eacd74;
    border-radius: 50%;
    text-align: center;
    margin:0 auto 17px;
    position: relative;
    font-size:13px;
    line-height:13px;
}
.gsys-con ul li .text-box b::before,
.gsys .con2 ul li .text-box b::before{
    content:"";
    width:22px;
    height:22px;
    border:1px solid #eacd74;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
}
.gsys-con ul li .text-box .text{
    font-size:20px;
    font-weight:bold;
    color:#fff;
    line-height:28px;
}
.gsys .con2 ul{
    margin:0 -30px;
    padding-right:30px;
}
.gsys .con2 ul li{
    width:50%;
}
.gsys .con2 ul li .text-box{
    height:110px;
    background-color:#0569c7;
    position: relative;
    display:flex;
    align-items:center;
    padding:0 50px;
    margin:0 30px 30px;
}
.gsys .con2 ul li .text-box b{
    display:inline-block;
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    line-height:initial;
    display:flex;
    justify-content:center;
    align-items:center;
}
.gsys .con2 ul li .text-box h5{
    font-size:20px;
    font-weight:bold;
    color:#fff;
    line-height:28px;
}
.gsys .con2 ul li .text-box span{
    width:60px;
    height:60px;
    right:-30px;
    top:50%;
    transform:translateY(-50%);
}



/* 培训业务 */
.pxyw{
    background:url("../images/bg2.jpg") center center/cover;
    padding-bottom:50px;
    margin-top:50px;
}
.news1{
    display:block;
    text-align:center;
}
.news1 .imgbox{
    width:205px;
    height:205px;
    border-radius:50%;
    overflow: hidden;
    margin:0 auto 20px;
}
.news1 .imgbox .img{
    width:100%;
    height:100%;
}
.news1 h5{
    font-size:22px;
    font-weight:bold;
    color:#fff;
    line-height:30px;
}
.news1 p{
    font-size:12px;
    color:rgba(255, 255, 255, .5);
    line-height:14px;
    margin-top:5px;
}
.news1 .text{
    font-size:13px;
    line-height:22px;
    height:44px;
    overflow:hidden;
    margin:15px 0;
    color:#fff;
}
.news1 b{
    width:72px;
    line-height:20px;
    color:#fff;
    font-size:12px;
    background:rgba(0, 0, 0, .2);
    border:1px solid rgba(255, 255, 255, .5);
    display:block;
    font-weight:normal;
    margin:0 auto;
    border-radius:30px;
}
.news1:hover .img{
    transform:scale(1.1);
}
.news1:hover h5{
    color:#0569c7;
}
.news1:hover b{
    background:#0569c7;
}

/* 新闻动态 */
.xwgg{
    background-color:#f5f5f5;
    padding-bottom:50px;
}
.news6{
    display:block;
    background:#fff;
    position: relative;
    margin-bottom:25px;
}
.news6 .imgbox{
    overflow: hidden;
}
.news6 .img{
    width:355px;
    height:230px;
    overflow: hidden;
}
.news6 .text-box{
    height:230px;
    border:1px solid #efefef;
    padding:20px 30px 0;
    margin-left:355px;
}
.news6 .text-box .top{
    position:relative;
    margin-bottom:20px;
}
.news6 .text-box .top .rq{
    text-align:center;
    display:inline-block;
}
.news6 .text-box .top h5{
    font-size:40px;
    font-weight:bold;
    color:#c40101;
}
.news6 .text-box .top p{
    color:#000;
    margin-top:5px;
}
.news6 .text-box .top b{
    position:absolute;
    bottom:0;
    right:0;
    font-weight:normal;
    font-size:12px;
    color:#000;
}
.news6 .text-box .top b img{
    margin-left:5px;
    position: relative;
    top:-1px;
}
.news6 .text-box .bottom h5{
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-height:25px;
}
.news6 .text-box .bottom .text{
    font-size:13px;
    color:#666;
    margin-top:10px;
    line-height:22px;
    height:66px;
    overflow: hidden;
}
.news6:hover .img{
    transform:scale(1.1);
}
.news6:hover .bottom h5,
.news6:hover .top b{
    color:#c40101;
}
.news7{
    margin-top:27px;
}
.news7 ul li{
    padding:5px 0;
    border-top:1px dashed #c7c7c7;
}
.news7 ul li:last-child{
    border-bottom:1px dashed #c7c7c7;
}
.news7 ul li a{
    display:block;
    background-color:#eee;
    transition:all .3s;
}
.news7 ul li a .rq{
    width:80px;
    height:80px;
    background-color:#666;
    padding-top:11px;
    text-align:center;
    transition:all .3s;
}
.news7 ul li a .rq h4{
    font-size:40px;
    font-weight:bold;
    color:#fff;
    font-family:"Arial";
}
.news7 ul li a .rq p{
    color:#fff;
    font-family:"Arial";
}
.news7 ul li a .text-box{
    padding:20px 10px 0 100px;
}
.news7 ul li a .text-box h5{
    font-size:16px;
    font-weight:bold;
    color:#000;
    line-height:20px;
}
.news7 ul li a .text-box .text{
    color:#777;
    line-height:20px;
    margin-top:5px;
}
.news7 ul li a:hover .rq{
    background-color:#c40101;
}
.news7 ul li a:hover .rq h4,
.news7 ul li a:hover .rq p{
    color:#fff;
}
.news7 ul li a:hover .text-box h5{
    color:#c40101;
}
.news8{
    display:block;
    overflow: hidden;
}
.news8 .img{
    height:198px;
}
.news8:hover .img{
    transform:scale(1.1);
}
.xwgg .con1 ul li a{
    display:block;
    border-bottom:1px dashed #c7c7c7;
    padding-bottom:15px;
    margin-top:11px;
}
.xwgg .con1 ul li a h5{
    font-size:16px;
    font-weight:bold;
    color:#000;
    line-height:30px;
    position: relative;
    padding-left:26px;
    transition:all .3s;
}
.xwgg .con1 ul li a h5::before{
    content:"Q";
    width:16px;
    height:16px;
    background-color:#c40101;
    color:#fff;
    font-size:12px;
    text-align:center;
    line-height:16px;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    font-weight:normal;
}
.xwgg .con1 ul li a .text{
    font-size:13px;
    color:#777;
    line-height:22px;
    height:44px;
    overflow:hidden;
    margin-top:10px;
    padding-left:26px;
    position:relative;
}
.xwgg .con1 ul li a .text::before{
    content:"A";
    width:16px;
    height:16px;
    background-color:#71b82c;
    color:#000;
    font-size:12px;
    text-align:center;
    line-height:16px;
    position:absolute;
    top:3px;
    left:0;
    font-weight:normal;
}
.xwgg .con1 ul li a:hover h5{
    color:#c40101;
}

/* 关于我们 */
.gywm{
    padding:50px 0;
    background:#eee;
}
.gywm .con1{
    display:block;
    overflow: hidden;
}
.gywm .con1 .img{
    height:380px;
}
.gywm .con1:hover .img{
    transform:scale(1.1);
}
.gywm .con2 .title{
    overflow: hidden;
}
.gywm .con2 .title h5{
    font-size:30px;
    margin:5px 0;
}
.gywm .con2 .title p{
    font-size:13px;
    font-weight:lighter;
    position: relative;
    display:inline-block;
}
.gywm .con2 .title p::before{
    content:"";
    width:1000%;
    height:1px;
    background:#0569c7;
    position:absolute;
    top:50%;
    left:100%;
    margin:-1px 0 0 18px;
}
.gywm .con2 .text{
    line-height:28px;
    height:196px;
    overflow: hidden;
    margin:20px 0;
}
.gywm .con2 a{
    display:block;
    width:155px;
    line-height:45px;
    background:#0569c7;
    color:#fff;
    font-size:15px;
    text-align:center;
}
.gywm .con2 a img{
    margin-left:10px;
}
.gywm .con2 a:hover{
    background:#a5100f;
}


/* footer */
footer {
    background: #004d96;
    overflow-x: hidden;
}
footer ul {
    padding: 50px 0;
    margin: 0 -20px;
}
footer ul li {
    padding: 0 20px;
}
footer ul li:nth-child(1) {
    width: 50%;
}
footer ul li:nth-child(1) dl {
    width: 25%;
}
footer ul li:nth-child(1) dl dt {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    font-size: 20px;
}
footer ul li:nth-child(1) dl dt:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity:.2;
}
footer ul li:nth-child(1) dl dd a {
    font-size: 15px;
    color: rgba(255, 255, 255, .5);
    line-height: 28px;
    transition: all .3s;
}
footer ul li:nth-child(1) dl dd a:hover {
    color: #000;
}
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-family:"Impact";
    font-weight: bold;
    color: #fff;
}
footer ul li:nth-child(2) h5 {
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
}
footer ul li:nth-child(2) p {
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
}
footer ul li:nth-child(2) .text {
    line-height: 24px;
    color: rgba(255, 255, 255, .5);
    margin-top: 10px;
}
footer ul li:nth-child(2) .text h5{
    font-size:20px;
    font-weight:bold;
    line-height:35px;
}
footer ul li:nth-child(3) {
    width: 20%;
    text-align: right;
}
footer ul li:nth-child(3) .weixin {
    display: inline-block;
    text-align: left;
}
footer ul li:nth-child(3) .weixin img {
    width: 140px;
    height: 140px;
    border: 5px solid #fff;
}
footer ul li:nth-child(3) .weixin p {
    color: #fff;
    margin-top: 5px;
    text-align:center;
}
footer .bottom {
    color: #fff;
    border-top:1px solid rgba(255, 255, 255, .2);
}
footer .bottom .con{
    position: relative;
    padding:20px 0;
}
footer .bottom a{
    color: #fff;
    transition: all .3s;
}
footer .bottom a:hover {
    color: #000 !important;
}
footer .bottom b{
    position:absolute;
    top:0;
    right:0;
    width:110px;
    height:100%;
    background-color:#71b82c;
    color:#000;
    font-weight:normal;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
    transition:all .3s;
}
footer .bottom b::before{
    content:"";
    border-top:9px solid transparent;
    border-bottom:9px solid transparent;
    border-right:11px solid #71b82c;
    position:absolute;
    top:50%;
    right:100%;
    transform:translateY(-50%);
    transition:all .3s;
}
footer .bottom b:hover{
    background:#000;
    color:#fff;
}
footer .bottom b:hover::before{
    border-right-color:#000;  
}



.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: #0569c7;
    box-shadow:3px 3px 10px rgba(221, 36, 34, .2);
}
.news5:hover .img {
    transform: scale(1.1);
}
.news5:hover h5 {
    color: #0569c7;
}
.news5:hover b {
    background: #0569c7;
    border-color: #0569c7;
    color: #fff;
}
.news5:hover b img.img-1{
    display:none;
}
.news5:hover b img.img-2{
    display:initial;
}


/*内页左侧*/
.neiye {
    padding: 30px 0;
}

.neiye .title4 {
    background: #0569c7;
    position: relative;
    line-height: 45px;
    border-top:5px solid #70b82b;
}

.neiye .title4 h5 {
    line-height: 80px;
    padding-left: 20px;
    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 #938f8f;
    margin-bottom: 2px;
    padding: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:all .3s;
}

.neiye .nav_box .nav2 .con {
    background: #e5e5e5;
    padding: 0 5px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:all .3s;
}

.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: 10px;
    transition: all .3s;
    background: #fff;
    color: #000;
}

.neiye .nav_box .nav2:hover,
.neiye .nav_box .nav2.active {
    border-color: #70b82b;
}

.neiye .nav_box .nav2:hover .con,
.neiye .nav_box .nav2.active .con {
    color: #fff;
    background: #70b82b;
}

.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.active {
    display: block;
}

.neiye .nav1 ul li a {
    display: block;
    line-height: 40px;
    color: #444;
    position: relative;
    border-bottom: 1px solid #938f8f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:all .3s;
}
.neiye .nav1 ul li:last-child a{
    border:none;
}
.neiye .nav1 ul li a .span5 {
    margin-right: 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
    margin:0 15px 0 20px;
}
.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: #db9d3f;
}

.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 #938f8f;
    margin-top: 3px;
}

.neiye .lxfs .phone {
    padding: 20px;
    background: url("../images/icon3-2.png") no-repeat 20px center;
    padding-left: 60px;
    border-bottom: 1px solid #938f8f;
}

.neiye .lxfs .phone h5 {
    font-size: 24px;
    font-weight: bold;
    color: #0569c7;
}
.neiye .lxfs .text {
	padding-top: 20px;
    padding: 10px;
    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: #0569c7;
}

.neiye .title5 p span {
    color: #0569c7;
}

.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}
.cp-ny .news2{
    margin:0 10px 20px;
}

.xzzq ul li{
    line-height:45px;
    position: relative;
    border-bottom:1px dashed #ccc;
    padding:0 110px 0 10px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.xzzq ul li a{
    width:90px;
    line-height:30px;
    background:#0569c7;
    color:#fff;
    text-align:center;
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    transition:all .3s;
}
.xzzq ul li a:hover{
    background:#b40d0b;
}
.xzzq ul li::before{
    content:"";
    width:5px;
    height:5px;
    background:#0569c7;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}

.dsj{
    position: relative;
    margin-top:150px;
}
.dsj img.hj{
    height:200px;
    position:absolute;
    top:-120px;
    left:50%;
    transform:translateX(-50%);
    z-index:100;
}
.dsj ul{
    position:relative;
    padding:100px 0 20px;
}
.dsj ul::before{
    content:"";
    width:5px;
    height:100%;
    background:#0569c7;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}
.dsj ul li .text-box{
    width:50%;
    float:right;
    padding-left:10px;
    position: relative;
}
.dsj ul li .text-box::before{
    content:"";
    width:20px;
    height:20px;
    border:4px solid #0569c7;
    background:#71b82c;
    border-radius:50%;
    position:absolute;
    top:30px;
    left:-10px;
}
.dsj ul li .text-box h5{
    font-size:18px;
    font-weight:bold;
    line-height:30px;
    color:#0569c7;
    border-bottom:1px solid #e7e7e7;
    margin-bottom:10px;
    padding:0 0 10px 15px;
}
.dsj ul li .text-box .text{
    font-size:16px;
    font-weight:bold;
    line-height:30px;
    padding-left:15px;
}
.dsj ul li .text-box .text b{
    color:#0569c7;
}

.dsj ul li:nth-child(even) .text-box{
    float: left;
    padding:0 10px 0 0;
}
.dsj ul li:nth-child(even) .text-box h5{
    text-align:right;
    padding:0 15px 10px 0;
}
.dsj ul li:nth-child(even) .text-box .text{
    padding:0 15px 0 0;
}
.dsj ul li:nth-child(even) .text-box::before{
    left:auto;
    right:-10px;
}


/*详情页*/
.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;
}
/*图片自动变大*/
.PictureZooms {position: relative; }
.PictureZooms {display: block;overflow: hidden;}
.PictureZooms:hover {box-shadow: 0 0 10px gray;}
.PictureZooms:hover img {transform: scale(1.1);transition: all 1s ease 0s;-webkit-transform: scale(1.1);-webkit-transform: all 1s ease 0s;}

/*微信弹窗*/
.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: #0569c7;
    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: #6a0907;
    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 #0569c7;
    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 #0569c7;
    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 #0569c7;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0569c7;
    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 #0569c7;
    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: #dd0000;
    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: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: #0569c7;
    }

    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: #0569c7;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #0569c7;
    }

    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.active{
        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;
    }
    .logo-box .logo{
        height:100px;
        line-height:100px;
        max-width:70%;
    }
    .news7{
        margin:20px 0;
    }
    .news8 .img{
        height:auto;
    }
    .xwgg .con1 ul li a .text{
        height:auto;
        max-height:44px;
    }
    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;
    }
    .gywm .con1{
        margin-bottom:20px;
    }
    .gywm .con1 .img{
        height:auto;
    }
    .gywm .con2 .text{
        height:auto;
        max-height:196px;
    }
    footer .bottom .con{
        text-align:center;
    }
    footer ul li:nth-child(2) .text,
    footer ul li:nth-child(2) h5{
        margin-top:0;
    }
}

@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;
    }
    .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;
    }
    .cp-ny{
        padding:0 10px;
    }
    .logo-box .logo{
        height:80px;
        line-height:80px;
    }
    .news6{
        margin-bottom:15px;
    }
    .news6 .img{
        width:120px;
        height:100px;
    }
    .news6 .text-box{
        height:100px;
        margin-left:120px;
        padding:10px 10px 0;
    }
    .news6 .text-box .top{
        margin-bottom:5px;
    }
    .news6 .text-box .top{
       display:none;
    }
    .news6 .text-box .bottom h5{
        font-size:16px;
        line-height:20px;
    }
    .news6 .text-box .bottom .text{
        height:44px;
    }
    .xwgg{
        padding-bottom:30px;
    }
    .news2 h5{
        padding:0 5px;
        line-height:35px;
    }
    .news2 h5::before,
    .news2 h5::after{
        display:none;
    }
    footer ul li:nth-child(2) h4 {
        font-size: 25px;
    }
    .sousuo .con1{
        padding-right:0;
        height:50px;
    }
    .sousuo .title{
        line-height:50px;
    }
    .sousuo .swiper-container{
        height:50px;
        line-height:50px;
    }
    .sousuo .swiper-container{
        height:40px;
        line-height:40px;
        margin:4px 0 0 70px;
    }
    .sousuo form{
        position:initial;
        width:100%;
        margin-top:10px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
        margin:10px 0 5px;
    }
    .title1 p{
        font-size:12px;
    }
    .alzs{
        margin-top:30px;
        padding-bottom:30px;
    }
    .pxyw{
        margin-top:0;
        padding-bottom:30px;
    }
    .news1 h5{
        font-size:16px;
        line-height:25px;
    }
    .news1 .text{
        margin:10px 0;
    }
    .news1 .imgbox{
        margin-bottom:10px;
    }
    .gywm{
        padding:30px 0;
    }
    .gywm .con2 .title h5{
        font-size:20px;
    }
    .gywm .con2 .title p{
        font-size:12px;
    }
    .gywm .con2 .text{
        margin:15px 0;
    }
    .gywm .con2 a{
        width:120px;
        line-height:35px;
    }
    .gywm .con2 a img{
        margin-left:5px;
    }
    .cp-ny .news2{
        margin:0 5px 10px;
    }
    .news2-2 h5{
        line-height:20px;
    }
    .dsj img.hj{
        height:150px;
        left:0;
        transform:translateX(0);
    }
    .dsj ul{
        padding:30px 0 20px;
    }
    .dsj ul::before{
        left:20px;
        transform:translateX(0);
    }
    .dsj ul li{
        margin-bottom:20px;
        padding-left:30px;
    }
    .dsj ul li .text-box{
        width:100%;
        float:left;
        padding:0;
    }
    .dsj ul li .text-box::before{
        left:-18px;
    }
    .dsj ul li:nth-child(even) .text-box{
        padding:0;
    }
    .dsj ul li:nth-child(even) .text-box::before{
        right:auto;
        left:-18px;
    }
    .dsj ul li:nth-child(even) .text-box h5{
        text-align:left;
        padding:0 0 10px 15px;
    }
    .dsj ul li:nth-child(even) .text-box .text{
        padding:0 0 0 15px;
    }
}
@media (max-width:600px) {
    .gsys .con2 ul{
        margin:0 -25px;
        padding-right:25px;
    }
    .gsys .con2 ul li{
        width:100%;
    }
    .gsys .con2 ul li .text-box{
        height:80px;
        margin:0 25px 20px;
    }
    .gsys .con2 ul li .text-box h5{
        font-size:16px;
    }
    .gsys .con2 ul li .text-box span{
        width:50px;
        height:50px;
        font-size:25px;
        right:-25px;
    }
    .pxyw{
        margin-top:10px;
    }
}
@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .logo-box .logo{
        height:60px;
        line-height:60px;
    }
}