/* 清除样式 */
body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul{ margin:0; padding:0;}

button,input,select,textarea{ outline:0;}

textarea{ resize:none;}

ul,li{ list-style:none;}

img{ outline:0; border:none; display: block;}

button,input[type=button],input[type=reset],input[type=submit]{ -webkit-appearance:none; }

input{ border-radius: 0px; outline: none; box-shadow:none; -webkit-appearance: none;}

a{ color: #333333; text-decoration:none;transition: all .3s;}

a:hover{ text-decoration:none;}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ display:block; margin: 0; padding: 0;}

body{ font-size: 12px; font-family: "微软雅黑"; min-width: 320px; color: #333333; background: #f5f5f5;position:relative;}
*{box-sizing: border-box;transition: all linear .25s;}


/* 头部 */
.all{
    width:100%;
    position: relative;
    background: #f5f5f5;
}
.zzc{
    display:none;
}
@media all and (max-width:800px) {
    .zzc{
        display:none;
        width:100%;
        height:100%;
        background:rgba(0,0,0,.5);
        position: fixed;
        top:0;
        left:0;
        z-index:990;
        transition: none;
    }
}
.all_w{
    width:1200px;
    margin:0 auto;
}
.all_w1{
    width:1200px;
    margin:0 auto;
}
@media all and (max-width:1200px) {
    .all_w{
        width:100%;
        margin:0 auto;
    }
    .all_w1{
        width:95%;
        margin:0 auto;
    }
}
.head{
    width:100%;
    background:#fff;
}
@media all and (max-width:800px) {
    .head{
        width:100%;
        background:#fff;
        height:63px;
    }
    .head_fixed{
        position: fixed;
        top:0;
        left:0;
        width:100%;
        background:#fff;
        z-index:9999;
    }
}
.head .wrap1{
    width:100%;
    background:#f2f2f2;
}
.head .wrap1 .top{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    line-height: 30px;
}
.head .wrap1 .top p{
    font-size:12px;
    color: #757575
}
.head .wrap2{
    width:100%;
    padding:20px 0;
}
.head .wrap2 .mid{
    display:flex;
    justify-content: space-between;
}
.head .wrap2 .mid .logo{
    width:200px;
}
.head .wrap2 .mid .logo img{
    width:100%;
}
.head .wrap2 .mid .search{
    width:45%;
    margin-top:10px;
}
.head .wrap2 .mid .search form{
    display:flex;
    justify-content:space-between;
    width:100%;
}
.head .wrap2 .mid .search form .input1{
    display:block;
    width:80%;
    border:2px solid #e31939;
    padding:0px 10px;
    font-size: 14px;
    color:#666;
    background:#fff;
    outline: none;
    line-height:35px;
}
.head .wrap2 .mid .search form .input2{
    display:block;
    width:20%;
    background:#e31939;
    color:#fff;
    font-size: 14px;
    border:2px solid #e31939; 
    outline: none;
    cursor: pointer;
}
.head .wrap2 .mid .search .list{
    width:100%;
    padding:5px 0;
    display:flex;
    justify-content:flex-start;
}
.head .wrap2 .mid .search .list a{
    display:block;
    font-size: 14px;
    padding:0 10px;
    color:#e31939;
}
.head .wrap2 .mid .search .list a:nth-child(n+2){
    border-left:1px solid #eaeaea;
}
.head .wrap2 .mid .lxfs{
    display:flex;
    justify-content: space-between;
}
.head .wrap2 .mid .lxfs>div:nth-child(n+2){
    margin-left:20px;
}
.head .wrap2 .mid .lxfs>div img{
    width:35px;
    margin:0 auto;
}
.head .wrap2 .mid .lxfs>div p{
    color:#333333;
    font-size:14px;
    line-height: 25px;
}

.cd_btn{
    display:none;
    width:50px;
    height:50px;
    background:url("../img/menu.png")no-repeat center center;
    background-size:30px 30px;
}
@media all and (max-width:800px) {
    .cd_btn{
        display:block;
        width:40px;
        height:40px;
        background:url("../img/menu.png")no-repeat center center;
        background-size:25px 25px;
        transition: all linear .3s;
    }
    .head .wrap2 .mid .cd_btn1{
        background:url("../img/menu-1.png")no-repeat center center;
        background-size:25px 25px;
        transition: all linear .3s;
    }
}
.head .wrap3{
    width:100%;
    border-bottom:2px solid #e31939;
}
.head .wrap3 .nav{
    display:flex;
    justify-content: flex-start;
}
.head .wrap3 .spfl{
    width:200px;
    background:#e31939;
    position: relative;
}
.head .wrap3 .spfl h5{
    color:#fff;
    font-size: 16px;
    line-height:35px;
    text-align: center;
    font-weight: normal;
}
.head .wrap3 .spfl:after{
    content:"";
    display:block;
    width:14px;
    height:14px;
    background:url("../img/down.png")no-repeat 80% center;
    background-size:14px 14px;
    position: absolute;
    right:20px;
    top:50%;
    margin-top:-7px;
}
.head .wrap3 .spfl>ul{
    display:none;
    width:100%;
    background:rgba(255,255,255,.2);
    position: absolute;
    top:100%;
    left:0;
    z-index:99;
    border-bottom:1px solid #eaeaea;
    border-top:2px solid #e31939;
    transition: none;
}
.head .wrap3 .spfl>ul>li{
    width:100%;
    line-height: 40px;
    background:#fff;
    padding: 0 10px;
    border-left:1px solid #eaeaea;
    border-right:1px solid #eaeaea;
}
.head .wrap3 .spfl>ul>li:hover{
    background:#e31939;
    border-left:1px solid #e31939;
    border-right:1px solid #e31939;
}
.head .wrap3 .spfl>ul>li>a:after{
    content:"";
    width:10px;
    height:10px;
    background:url("../img/right_1.png")no-repeat center center;
    background-size:10px 10px;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-5px;
}
.head .wrap3 .spfl>ul>li:hover>a:after{
    background:url("../img/right.png")no-repeat center center;
    background-size:10px 10px;
}
.head .wrap3 .spfl>ul>li>a{
    display:block;
    color:#333333;
    font-size: 14px;
    position: relative;
    padding-left:25px;
}
.head .wrap3 .spfl>ul>li:nth-child(n+2)>a{
    border-top:1px solid #eaeaea;
}
.head .wrap3 .spfl>ul>li:nth-child(n+2):hover>a{
    border-top:1px solid #e31939;
}
.head .wrap3 .spfl>ul>li:hover>a{
    color:#fff;
}
.head .wrap3 .spfl>ul>li>a:before{
    content:"";
    width:16px;
    height:16px;
    background:url("../img/icon1.png")no-repeat center center;
    background-size:16px 16px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-8px;
}
.head .wrap3 .spfl>ul>li:hover>a:before{
    background:url("../img/icon1_1.png")no-repeat center center;
    background-size:16px 16px;
}
.head .wrap3 .spfl>ul>li .content{
    display:none;
    position: absolute;
    left:100%;
    top:0;
    width:791px;
    height:493px;
    padding:20px;
    background:#fff;
    z-index:100;
    border:1px solid #eaeaea;
}
.head .wrap3 .spfl>ul>li:hover .content{
    display:block;
}
.head .wrap3 .spfl>ul>li .content .contlist{
    width:100%;
    border-bottom:1px dashed #eaeaea;
    line-height: 25px;
    display:flex;
    justify-content:flex-start;
}
.head .wrap3 .spfl>ul>li .content .contlist h6{
    display:block;
}
.head .wrap3 .spfl>ul>li .content .contlist h6 a{
    color:#333333;
    font-size: 13px;
    white-space: nowrap;
}
.head .wrap3 .spfl>ul>li .content .contlist>div a{
    display:inline-block;
    color:#999;
    padding:0 10px;
    color:#333333;
    font-size: 12px;
}
.head .wrap3 .nav>ul{
    width:80%;
    display:flex;
    justify-content: flex-start;
    align-items: baseline;
    line-height:35px;
}
.head .wrap3 .nav>ul li{
    width:14%;
}
.head .wrap3 .nav>ul li a{
    display:block;
    width:100%;
    color:#333333;
    font-size: 16px;
    text-align: center;
}
@media all and (max-width:800px) {
    .head .wrap1 {
        display:none;
    }
    .head .wrap2 .mid .search {
        display:none;
    }
    .head .wrap2 .mid .lxfs {
        display:none;
    }
    .head .wrap2 {
        padding:10px 0;
    }
    .head .wrap2 .mid .logo {
        width:150px;
    }
    .head .wrap3 .spfl {
        display:none;
    }
    .head .wrap3 .nav>ul{
        position:fixed;
        top:65.2px;
        left:-300px;
        display:block;
        background:#fff;
        width:300px;
        height:100%;
        z-index:999;
        padding:0px 20px;
        transition: all ease .6s;
    }
    .head .wrap3 .nav>.ul1{
        position:fixed;
        top:65.2px;
        left:0px;
        display:block;
        background:#fff;
        width:300px;
        height:100%;
        z-index:999;
        padding:0px 20px;
        box-shadow: 0 3px 6px 5px rgba(0,0,0,.2);
        transition: all ease .6s;
    }
    .head .wrap3 .nav>ul li{
        border-bottom:1px solid #eaeaea;
        width:100%;
        padding:5px 0;
    }
    .head .wrap3 .nav>ul li a{
        text-align: left;
    }
}
@media all and (max-width:480px) {
    .head .wrap3 .nav>ul{
        position:fixed;
        top:65.2px;
        left:-200px;
        display:block;
        background:#fff;
        width:200px;
        height:100%;
        z-index:999;
        padding:0px 20px;
        transition: all ease .6s;
    }
    .head .wrap3 .nav>.ul1{
        position:fixed;
        top:65.2px;
        left:0;
        display:block;
        background:#fff;
        width:200px;
        height:100%;
        z-index:999;
        padding:0px 20px;
        box-shadow: 0 3px 6px 5px rgba(0,0,0,.2);
        transition: all ease .6s;
    }
    .head .wrap3 .nav>ul li{
        border-bottom:1px solid #eaeaea;
        width:100%;
        padding:5px 0;
    }
    .head .wrap3 .nav>ul li a{
        text-align: left;
    }
}






/* 正文 */
.bode{
    width:100%;
}
.bode1{
    width:100%;
    display:flex;
    justify-content: space-between;
}
.bode1 .left{
    width:200px;
}
.bode1 .left>ul{
    width:100%;
    background:rgba(255,255,255,.2);
    position: relative; 
    border-bottom:1px solid #eaeaea;
}
.bode1 .left>ul>li{
    width:100%;
    line-height: 40px;
    background:#fff;
    padding: 0 10px;
    border-left:1px solid #eaeaea;
    border-right:1px solid #eaeaea;
}
.bode1 .left>ul>li:hover{
    background:#e31939;
    border-left:1px solid #e31939;
    border-right:1px solid #e31939;
}
.bode1 .left>ul>li>a:after{
    content:"";
    width:10px;
    height:10px;
    background:url("../img/right_1.png")no-repeat center center;
    background-size:10px 10px;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-5px;
}
.bode1 .left>ul>li:hover>a:after{
    background:url("../img/right.png")no-repeat center center;
    background-size:10px 10px;
}
.bode1 .left>ul>li>a{
    display:block;
    color:#333333;
    font-size: 14px;
    position: relative;
    padding-left:25px;
}
.bode1 .left>ul>li:nth-child(n+2)>a{
    border-top:1px solid #eaeaea;
}
.bode1 .left>ul>li:nth-child(n+2):hover>a{
    border-top:1px solid #e31939;
}
.bode1 .left>ul>li:hover>a{
    color:#fff;
}
.bode1 .left>ul>li>a:before{
    content:"";
    width:16px;
    height:16px;
    background:url("../img/icon1.png")no-repeat center center;
    background-size:16px 16px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-8px;
}
.bode1 .left>ul>li:hover>a:before{
    background:url("../img/icon1_1.png")no-repeat center center;
    background-size:16px 16px;
}
.bode1 .left>ul>li .content{
    display:none;
    position: absolute;
    left:100%;
    top:0;
    width:791px;
    height:493px;
    padding:20px;
    background:#fff;
    z-index:100;
    border:1px solid #eaeaea;
}
.bode1 .left>ul>li:hover .content{
    display:block;
}
.bode1 .left>ul>li .content .contlist{
    width:100%;
    border-bottom:1px dashed #eaeaea;
    line-height: 25px;
    display:flex;
    justify-content:flex-start;
}
.bode1 .left>ul>li .content .contlist h6{
    display:block;
}
.bode1 .left>ul>li .content .contlist h6 a{
    color:#333333;
    font-size: 13px;
    white-space: nowrap;
}
.bode1 .left>ul>li .content .contlist>div a{
    display:inline-block;
    color:#999;
    padding:0 10px;
    color:#333333;
    font-size: 12px;
}
.bode1 .mid{
    width:65%;
}
/* 轮播 */
.banner{
    width:100%;
    position: relative;
}
.banner .item{
    position: relative;
}
.banner .owl-carousel .owl-item .img{
    overflow: hidden;
}
.banner .owl-carousel .owl-item .img img{
    display: block;
    width:100%;
}

@media only screen and (max-width: 1200px){
    .banner .owl-carousel .owl-item .img img {
        width:120%;
        margin-left:-10%;
        max-width: initial;
    }
}
@media only screen and (max-width: 750px){
    .banner .owl-carousel .owl-item .img img {
        width:120%;
        margin-left:-10%;
    }
}
/* 分页器 */
.owl-theme .owl-controls {
    bottom:15px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 10px;
    position: relative;
    background: #000;
    opacity: .4;
}
/* .owl-theme .owl-dots .owl-dot span:after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #fff;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -2px;
} */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#1b91f7;
    opacity: 1;
}
/* .details .owl-theme .owl-dots .owl-dot span:after {
	background: #be9a78
} */
.details .owl-theme .owl-dots .owl-dot.active span, .details .owl-theme .owl-dots .owl-dot:hover span {
	background: #1b91f7;
}
/* 左右 */
.banner_cur {
	left: 0%;
	right: 0%;
	position: absolute;
	top: 50%;
	margin-top: -50px;
    z-index: 50;
    display:flex;
    justify-content: space-between;
}
@media only screen and (max-width: 750px){
    .banner_cur {
        display:none;
    }
}
.banner_cur span {
	cursor: pointer;
	display: block;
	width: 60px;
	height: 100px;
	border-radius:3px;
	background-image: url(../img/banner_prev.png);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .1;
}
.banner_cur span:hover {
	border-color: #fb3546;
    background-color: rgba(0,0,0,0.2);
    opacity:.3;
}
.banner_cur span.next{
	background-image: url(../img/banner_next.png);
}
.bode1 .right{
    width:16.6666666666%;
    background:#fff;
}
.bode1 .right .gg{
    width:100%;
    padding:10px;
    border-bottom:1px solid #eaeaea;
}
.bode1 .right .gg>a{
    display:block;
    width:100%;
    line-height:25px;
    color:#333;
    font-size:12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bode1 .right .gg>a:hover{
    color:#e31939
}
.bode1 .right .gg .gdzx{
    width:100%;
    margin-top:5px;
    text-align: right;
}
.bode1 .right .gg .gdzx>a{
    color:#e31939;
    line-height:25px;
    font-size:12px;
}
.bode1 .right .cghy{
    padding:10px;
}
.bode1 .right .cghy .cghy1{
    width:100%;
}
.bode1 .right .cghy .cghy1 h6{
    color:#333;
    font-size: 16px;
    line-height: 25px;
}
.bode1 .right .cghy .cghy1 ul{
    width:100%;
    margin-top:5px;
    display:flex;
    justify-content:space-between;
}
.bode1 .right .cghy .cghy1 ul li{
    width:47%;
}
.bode1 .right .cghy .cghy1 ul li a{
    display:flex;
    width:100%;
    justify-content: space-between;
    align-items: center;
}
.bode1 .right .cghy .cghy1 ul li a .img{
    width:35%;
}
.bode1 .right .cghy .cghy1 ul li a .img img{
    width:100%;
}
.bode1 .right .cghy .cghy1 ul li a p{
    color:#333;
    font-size: 12px;
    line-height:25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bode1 .right .cghy .cghy1:nth-child(2){
    margin-top:20px;
}
@media all and (max-width:1200px) {
    .bode1 .mid {
        width:60%;
    }
}
@media all and (max-width:1000px) {
    .bode1 .mid {
        width:71%;
    }
    .bode1 .right{
        display:none;
    }
}
@media all and (max-width:980px) {
    .bode1 .mid {
        width:73%;
    }
}
@media all and (max-width:800px) {
    .bode1 .left{
        display:none;
    }
    .bode1 .mid {
        width:100%;
    }
    .bode>#all_w2{
        width:100%;
    }
}
.bode2{
    width:100%;
    margin-top:30px;
}
.bode2 .tit{
    width:100%;
    border-bottom:2px solid #e31939;
}
.bode2 .tit h2{
    color:#333;
    font-size: 20px;
    line-height:30px;
}
.bode2 .tit h2 em{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
}
.bode2 ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode2 ul li{
    width:16%;
    position: relative;
    margin-bottom:10px;
}
@media all and (max-width:850px) {
    .bode2 ul li{
        width:32.5%;
        position: relative;
        margin-bottom:10px;
    }
}
@media all and (max-width:480px) {
    .bode2 ul li{
        width:48.5%;
        position: relative;
        margin-bottom:10px;
    }
}
.bode2 ul li a{
    display:block;
    width:100%;
}
.bode2 ul li a .img{
    width:100%;
    overflow: hidden;
}
.bode2 ul li a .img img{
    width:100%;
}
.bode2 ul li:hover a .img img{
    transform: scale(1.1,1.1)
}
.bode2 ul li a .text{
    width:100%;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    z-index:10;
    opacity: 0;
}
.bode2 ul li:hover a .text{
    width:100%;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    z-index:10;
    opacity: 1;
}
.bode2 ul li a .text>div{
    position: absolute;
    top:50%;
    margin-top:-22.5px;
    left:0;
    width:100%;
}
.bode2 ul li a .text>div p{
    color:#fff;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}
.bode2 ul li a .text>div>div{
    border:2px solid #999;
    width:20px;
    height:20px;
    text-align: center;
    border-radius: 100%;
    color:#e31939;
    font-size: 16px;
    margin:0 auto;
    background:url("../img/bode2.png")no-repeat center center;
    background-size: 10px 10px;
    margin-top:5px;
}

.bode3{
    width:100%;
}
.bode3 .cp_list{
    margin-top:40px;
    width:100%;
}
.bode3 .cp_list .tit{ 
    width:100%;
    border-bottom:2px solid #e31939;
}
.bode3 .cp_list .tit h1{
    font-size:24px;
    color:#333;
    line-height: 35px;
}  
.bode3 .cp_list .tit .nav{
    width:100%;
    display:flex;
    justify-content: flex-end;
    line-height:20px;
}
.bode3 .cp_list .tit .nav>div{
    font-size:14px;
    color:#666;
}
@media all and (max-width:850px) {
    .bode3 .cp_list .tit .nav>div{
        display:none;
    }
}
.bode3 .cp_list .tit .nav>div>a{
    display:inline-block;
    font-size:14px;
    color:#666;
    padding:0 5px;
}
.bode3 .cp_list .tit .nav>div>a:hover{
    color:#e31939;
}
.bode3 .cp_list .tit .nav>a{
    display:block;
    font-size:14px;
    color:#666;
    margin-left:100px;
}
.bode3 .cp_list .tit .nav>a:hover{
    color:#e31939;
}
.bode3 .content{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode3 .content .left{
    width:20%; 
    background:url("../img/bode3_1.png")no-repeat center center;
    background-size:cover;  
    padding:20px;
}
.bode3 .content .left h3{
    font-size: 26px;
    color:#fff; 
}
.bode3 .content .left ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top:300px;
}
@media all and (max-width: 1000px) {
    .bode3 .content .left ul{
        width:100%;
        display:flex;
        justify-content: space-between;
        flex-wrap:wrap;
        margin-top:250px;
    }
}
.bode3 .content .left ul li{
    width:48%;
    border:1px solid #fff;
    line-height: 22px;
    margin-bottom:10px;
    border-radius: 3px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color:#fff;
}
.bode3 .content .left ul li:hover{
    border:1px solid #e31939;
}
.bode3 .content .left ul li a{
    color:#fff;
    font-size: 12px;
    color:#fff;
}
.bode3 .content .left ul li:hover a{
    color:#e31939;
}
.bode3 .content .mid{
    width:58%;
}
.bode3 .content .mid ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode3 .content .mid ul li{
    width:32%;
    background:#fff;
}
.bode3 .content .mid ul li:nth-child(n+4){
    margin-top:10px;
}
.bode3 .content .mid ul li:hover{
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
}
.bode3 .content .mid ul li a{
    display:block;
    width:100%;
}
.bode3 .content .mid ul li a .img{
    width:100%;
}
.bode3 .content .mid ul li a .img img{
    width:100%;
    height: 200px;
}
.bode3 .content .mid ul li a .text{
    padding:10px 20px;
    line-height:25px;
}
.bode3 .content .mid ul li a .text p{
    color:#333;
    font-size: 14px;
}
.bode3 .content .mid ul li a .text span{
    color:#999;
    font-size: 14px;
}
.bode3 .content .right{
    width:20%;
    background:#fff;
}
.bode3 .content .right .top{
    width:100%;
    padding:10px;
}
.bode3 .content .right .top ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode3 .content .right .top ul li{
    width:48%;
    margin-bottom:10px;
}
.bode3 .content .right .top ul li a{
    display:block;
    width:100%;
}
.bode3 .content .right .top ul li a img{
    width:100%;
}
.bode3 .content .right .bottom{
    width:100%;
    position: relative;
}
.bode3 .content .right .bottom a{
    display:block;
    width:100%;
}
.bode3 .content .right .bottom a img{
    width:100%;
}
.bode3 .content .right .bottom .bottom_luoshuan_prev{
    cursor: pointer;
    display: block;
    width: 30px;
    height: 50px;
    border-radius: 3px;
    background-image: url(../img/banner_prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .1;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-25px;
    z-index:20;
}
.bode3 .content .right .bottom .bottom_luoshuan_prev:hover{
    opacity: .5;
}
.bode3 .content .right .bottom .bottom_luoshuan_next{
    cursor: pointer;
    display: block;
    width: 30px;
    height: 50px;
    border-radius: 3px;
    background-image: url(../img/banner_next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .1;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-25px;
    z-index:20;
}
.bode3 .content .right .bottom .bottom_luoshuan_next:hover{
    opacity: .5;
}
.bode3 .content .right .bottom .bottom_luomu_prev{
    cursor: pointer;
    display: block;
    width: 30px;
    height: 50px;
    border-radius: 3px;
    background-image: url(../img/banner_prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .1;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-25px;
    z-index:20;
}
.bode3 .content .right .bottom .bottom_luomu_prev:hover{
    opacity: .5;
}
.bode3 .content .right .bottom .bottom_luomu_next{
    cursor: pointer;
    display: block;
    width: 30px;
    height: 50px;
    border-radius: 3px;
    background-image: url(../img/banner_next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .1;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-25px;
    z-index:20;
}
.bode3 .content .right .bottom .bottom_luomu_next:hover{
    opacity: .5;
}
.bode3 .content .right .bottom .bottom_luoding_prev{
    cursor: pointer;
    display: block;
    width: 30px;
    height: 50px;
    border-radius: 3px;
    background-image: url(../img/banner_prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .1;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-25px;
    z-index:20;
}
.bode3 .content .right .bottom .bottom_luoding_prev:hover{
    opacity: .5;
}
.bode3 .content .right .bottom .bottom_luoding_next{
    cursor: pointer;
    display: block;
    width: 30px;
    height: 50px;
    border-radius: 3px;
    background-image: url(../img/banner_next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .1;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-25px;
    z-index:20;
}
.bode3 .content .right .bottom .bottom_luoding_next:hover{
    opacity: .5;
}
@media all and (max-width:800px) {
    .bode3 .content .left {
        width:100%;
        display:none;
    }
    .bode3 .content .mid{
        width:100%;
    }
    .bode3 .content .right{
        width:100%;
        display:none;
    }
}
@media all and (max-width:600px) {
    .bode3 .content .mid ul li {
        width:48%;
        margin-top:10px;
    }
}
.bode4{
    width:100%;
    margin-top:40px;
}
.bode4 .new{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode4 .news{
    width:48%;
}
.bode4 .news .tit{
    width:100%;
    border-bottom:1px solid #999;
    position: relative;
    line-height:35px;
}
.bode4 .news .tit:after{
    content:"";
    width:80px;
    height:2px;
    background:#e31939;
    position: absolute;
    bottom:-1px;
}
.bode4 .news .tit a{
    width:100%;
    display:block;
    color:#333;
    font-size: 20px;
    font-weight:bold;
}
.bode4 .news .tit a em{
    color:#e31939;
    font-style: normal;
}
.bode4 .news .content{
    width:100%;
    padding:20px 0;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode4 .news .content .cont1{
    width:48%;
}
.bode4 .news .content .cont1 .text{
    display:block;
    width:100%;
}
.bode4 .news .content .cont1 .text .img{
    width:100%;
    overflow: hidden;
}
.bode4 .news .content .cont1 .text .img img{
    width:100%;
    height:185px;
}
.bode4 .news .content .cont1 .text:hover .img img{
    transform: scale(1.1,1.1)
}
.bode4 .news .content .cont1 .text p{
    color:#333;
    font-size: 16px;
    line-height:35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}
.bode4 .news .content .cont1 .text:hover p{
    color:#e31939;
}
.bode4 .news .content .cont1 .text span{
    display:block;
    line-height:20px;
    color:#999;
    font-size:14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.bode4 .news .content .cont1 ul{
    width:100%;
    padding:5px 0;
}
.bode4 .news .content .cont1 ul li{
    color:#666;
    font-size: 16px;
    font-weight: bold;
}
.bode4 .news .content .cont1 ul li a{
    color:#333;
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
}
.bode4 .news .content .cont1 ul li a:hover{
    color:#e31939;
}
.bode4 .news .content .cont2{
    width:48%;
}
.bode4 .news .content .cont2 ul{
    width:100%;
}
.bode4 .news .content .cont2 ul li{
    width:100%;
    padding-bottom:10px;
    border-bottom:1px dotted #eaeaea;
}
.bode4 .news .content .cont2 ul li:nth-child(n+2){
    margin-top:20px;
}
.bode4 .news .content .cont2 ul li a{
    display:flex;
    justify-content: space-between;
}
.bode4 .news .content .cont2 ul li a .img{
    width:40%;
}
.bode4 .news .content .cont2 ul li a .img img{
    width:100%;
}
.bode4 .news .content .cont2 ul li a .text{
    width:55%;
}
.bode4 .news .content .cont2 ul li a .text p{
    color:#333;
    font-size: 14px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bode4 .news .content .cont2 ul li:hover a .text p{
    color:#e31939;
}
.bode4 .news .content .cont2 ul li a .text em{
    display:block;
    font-size: 12px;
    line-height: 20px;
    margin-top:5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-style: normal;
}
@media all and (max-width:850px) {
    .bode4 .news {
        width:100%;
    }
}
@media all and (max-width:480px) {
    .bode4 .news .content .cont1 {
        width:100%;
    }
    .bode4 .news .content .cont2 {
        width:100%;
        margin-top:10px;
    }
}

/* 底部 */
.foot{
    width:100%;
}
.foot .link{
    width:100%;
    margin-top:20px;
}
.foot .link .tit{
    border-bottom:2px solid #e31939;
    line-height: 35px;
}
.foot .link .tit h4{
    color:#333;
    font-size:20px;
}
.foot .link .links{
    width:100%;
}
.foot .link .links a{
    display:inline-block;
    margin-right:20px;
    color:#666;
    font-size: 14px;
    line-height:25px;
    white-space: nowrap;
}
.foot .link .links a:hover{
    color:#e31939;
}
.foot .bot_black{
    width:100%;
    background:#2b2b2b;
    padding:20px 0;
    margin-top:50px;
}
.foot .bot_black .bla{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding:20px 0;
    align-items:center;
    border-bottom:1px solid #737373
}
.foot .bot_black .bla .left{
    
}
.foot .bot_black .bla .left h2{
    color:#737373;
    font-size:24px;
    line-height: 30px;
    font-weight: normal;
}
.foot .bot_black .bla .left p{
    color:#737373;
    font-size: 14px;
    line-height: 25px;
}
.foot .bot_black .bla .left .address{
    margin-top:20px;
}
.foot .bot_black .bla .min_line{
    width:1px;
    height:120px;
    background:#737373;
}
.foot .bot_black .bla .right{
    width:55%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.foot .bot_black .bla .right .right_list{
    width:25%;
}
.foot .bot_black .bla .right .right_list h4{
    color:#737373;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}
.foot .bot_black .bla .right .right_list .text{
    width:100%;
    margin-top:20px;
}
.foot .bot_black .bla .right .right_list .text a{
    display:block;
    width:100%;
    font-size: 12px;
    line-height: 25px;
    color:#737373;
}
.foot .bot_black .beian{
    padding:10px 0;
}
.foot .bot_black .beian p{
    text-align: center;
    color:#737373;
    font-size: 12px;
    line-height: 25px;
}
@media all and (max-width:750px) {
    .foot .bot_black .bla .left{
        width:100%;
        text-align: center;
    }
    .foot .bot_black .bla .min_line{
        display:none;
    }
    .foot .bot_black .bla .right{
        width:100%;
        margin-top:20px;
        display:none;
    }
    .foot .bot_black .bla .right .right_list{
        width:50%;
        text-align: center;
    }
    .foot .bot_black .bla .right .right_list:nth-child(n+3){
        margin-top:10px;
    }
}








/* 头部下拉出现 */
.xl_head{
    width:100%;
    position: fixed;
    top:-70px;
    left:0;
    width:100%;
    background:#fff;
    padding:5px 0;
    z-index:9999;
    opacity: 0;
}
.xl_head1{
    width:100%;
    position: fixed;
    top:0px;
    left:0;
    width:100%;
    background:#fff;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    padding:5px 0;
    z-index:9999;
    opacity: 1;
}
@media all and (max-width:800px) {
    .xl_head{
        display:none;
        width:100%;
        position: fixed;
        top:0;
        left:0;
        width:100%;
        background:#fff;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
        padding:5px 0;
        z-index:-1;
        transition: none;
    }
    .xl_head1{
        width:100%;
        position: fixed;
        top:-70px;
        left:0;
        width:100%;
        background:#fff;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
        padding:5px 0;
        z-index:9999;
        opacity: 1;
    }
}
.xl_header{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.xl_head .logo{
    width:150px;
}
.xl_head .logo img{
    width:100%;
}
.xl_head form{
    display:block;
    width:45%;
    display:flex;
    justify-content: space-between;
    height:40px;
}
.xl_head form .input3{
    display:block;
    width:80%;
    border:2px solid #e31939;
    padding:0px 10px;
    font-size: 14px;
    color:#666;
    background:#fff;
    outline: none;
    line-height:35px;
}
.xl_head form .input4{
    display:block;
    width:20%;
    background:#e31939;
    color:#fff;
    font-size: 14px;
    border:2px solid #e31939; 
    outline: none;
    cursor: pointer;
}
.xl_head .lxfs{
    display:flex;
    justify-content: space-between;
}
.xl_head .lxfs>div:nth-child(n+2){
    margin-left:20px;
}
.xl_head .lxfs>div img{
    width:35px;
    margin:0 auto;
}
.xl_head .lxfs>div p{
    color:#333333;
    font-size:14px;
    line-height: 25px;
}















/* 产品列表 */
.product_list{
    width:100%;
}
.all_nav{
    width:100%;
    padding:20px 0 10px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
    line-height: 25px;
}
@media all and (max-width:480px) {
    .all_nav{
        width:100%;
        padding:10px 0 10px;
        display:flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap:wrap;
        line-height: 25px;
    }
}
.all_nav p{
    color:#666;
    font-size: 14px;
}
.all_nav p a{
    color:#666;
    font-size: 14px;
}
.all_nav p a:hover{
    color:#1b91f7;
}
.all_nav span{
    color:#666;
    font-size: 14px;
}
.all_nav span em{
    font-style: normal;
    color:#1b91f7;
}
.gjc{
    width:100%;
    background:#fff;
}
.gjc .lb{
    width:100%;
    display:flex;
    justify-content: space-between;
    border-bottom:1px solid #eaeaea;
}
.gjc .lb .tit{
    width:10%;
}
.gjc .lb .tit p{
    line-height: 48px;
    color:#999;
    padding-left:15px;
    font-size: 15px;
}
.gjc .lb .content{
    width:90%;
    border-left:1px solid #eaeaea;
    display:flex;
    justify-content: space-between;
    padding:0 15px;
}
.gjc .lb .content ul{
    width:95%;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    transition: none;
}
.gjc .lb .content ul li{
    line-height: 48px;
    margin-right:20px;
    transition: none;
}
.gjc .lb .content ul li:nth-child(n+10){
    display:none;
}
.gjc .lb .content ul li a{
    padding:2px 7px;
    color:#333333;
    font-size:15px;
    border-radius: 3px;
}
.gjc .lb .content ul .active a{
    background:#1b91f7;
    color:#fff;
    font-size:15px;
}
.gjc .lb .content ul li:hover a{
    background:#1b91f7;
    color:#fff;
}
.gjc .lb .content .opcl{
    line-height:48px;
    background:url("../img/up_1.png")no-repeat right center;
    background-size: 15px 15px;
    padding-right:20px;
    height:48px;
    cursor: pointer;
}
.gjc .lb .content .opcl1{
    line-height:48px;
    background:url("../img/down_1.png")no-repeat right center;
    background-size: 15px 15px;
    padding-right:20px;
    height:48px;
    cursor: pointer;
}
.gjc .lb .content .opcl span{
    display:none;
    color: #b2b2b2;
    font-size: 12px;
    white-space: nowrap;
}
.gjc .lb .content .opcl .open{
    display:block;
    color: #b2b2b2;
    font-size: 12px;
    white-space: nowrap;
}
.gjc .dq{
    width:100%;
    display:flex;
    justify-content: space-between;
    border-bottom:1px solid #eaeaea;
}
.gjc .dq .tit{
    width:10%;
}
.gjc .dq .tit p{
    line-height: 48px;
    color:#999;
    padding-left:15px;
    font-size: 15px;
}
.gjc .dq .content{
    width:90%;
    border-left:1px solid #eaeaea;
    display:flex;
    justify-content: space-between;
    padding:0 15px;
}
.gjc .dq .content ul{
    width:95%;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    transition: none;
}
.gjc .dq .content ul li{
    line-height: 48px;
    margin-right:20px;
    transition: none;
}
.gjc .dq .content ul li:nth-child(n+10){
    display:none;
}
.gjc .dq .content ul li a{
    padding:2px 7px;
    color:#333333;
    font-size:15px;
    border-radius: 3px;
}
.gjc .dq .content ul .active a{
    background:#1b91f7;
    color:#fff;
    font-size:15px;
}
.gjc .dq .content ul li:hover a{
    background:#1b91f7;
    color:#fff;
}
.gjc .dq .content .opcl{
    line-height:48px;
    background:url("../img/up_1.png")no-repeat right center;
    background-size: 15px 15px;
    padding-right:20px;
    height:48px;
    cursor: pointer;
}
.gjc .dq .content .opcl1{
    line-height:48px;
    background:url("../img/down_1.png")no-repeat right center;
    background-size: 15px 15px;
    padding-right:20px;
    height:48px;
    cursor: pointer;
}
.gjc .dq .content .opcl span{
    display:none;
    color: #b2b2b2;
    font-size: 12px;
    white-space: nowrap;
}
.gjc .dq .content .opcl .open{
    display:block;
    color: #b2b2b2;
    font-size: 12px;
    white-space: nowrap;
}

.gjc .lx{
    width:100%;
    display:flex;
    justify-content: space-between;
    border-bottom:1px solid #eaeaea;
}
.gjc .lx .tit{
    width:10%;
}
.gjc .lx .tit p{
    line-height: 48px;
    color:#999;
    padding-left:15px;
    font-size: 15px;
}
.gjc .lx .content{
    width:90%;
    border-left:1px solid #eaeaea;
    display:flex;
    justify-content: space-between;
    padding:0 15px;
}
.gjc .lx .content ul{
    width:100%;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    transition: none;
}
.gjc .lx .content ul li{
    line-height: 48px;
    margin-right:20px;
    transition: none;
}
.gjc .lx .content ul li:nth-child(n+10){
    display:none;
}
.gjc .lx .content ul li a{
    padding:2px 7px;
    color:#333333;
    font-size:15px;
    border-radius: 3px;
}
.gjc .lx .content ul .active a{
    background:#1b91f7;
    color:#fff;
    font-size:15px;
}
.gjc .lx .content ul li:hover a{
    background:#1b91f7;
    color:#fff;
}
.gjc .lx .content .opcl{
    line-height:48px;
    background:url("../img/up_1.png")no-repeat right center;
    background-size: 15px 15px;
    padding-right:20px;
    height:48px;
    cursor: pointer;
}
.gjc .lx .content .opcl1{
    line-height:48px;
    background:url("../img/down_1.png")no-repeat right center;
    background-size: 15px 15px;
    padding-right:20px;
    height:48px;
    cursor: pointer;
}
.gjc .lx .content .opcl span{
    display:none;
    color: #b2b2b2;
    font-size: 12px;
    white-space: nowrap;
}
.gjc .lx .content .opcl .open{
    display:block;
    color: #b2b2b2;
    font-size: 12px;
    white-space: nowrap;
}




.gjc .font{
    width:100%;
    display:flex;
    justify-content: space-between;
}
.gjc .font .tit{
    width:10%;
}
.gjc .font .tit p{
    line-height: 48px;
    color:#999;
    padding-left:15px;
    font-size: 15px;
}
.gjc .font .content{
    width:90%;
    border-left:none;
    display:flex;
    justify-content: space-between;
    padding:0 15px;
}
.gjc .font .content ul{
    width:100%;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    transition: none;
}
.gjc .font .content ul li{
    line-height: 48px;
    margin-right:20px;
    transition: none;
}
.gjc .font .content ul li:nth-child(n+10){
    display:none;
}
.gjc .font .content ul li a{
    padding:2px 7px;
    color:#333333;
    font-size:15px;
    border-radius: 3px;
}
.gjc .font .content ul .active a{
    color:#333;
    font-size:15px;
}
.gjc .font .content ul li:hover a{
    color:#1b91f7;
}
.gjc .font .content .opcl{
    line-height:48px;
    background:url("../img/up_1.png")no-repeat right center;
    background-size: 15px 15px;
    padding-right:20px;
    height:48px;
    cursor: pointer;
}
.gjc .font .content .opcl1{
    line-height:48px;
    background:url("../img/down_1.png")no-repeat right center;
    background-size: 15px 15px;
    padding-right:20px;
    height:48px;
    cursor: pointer;
}
.gjc .font .content .opcl span{
    display:none;
    color: #b2b2b2;
    font-size: 12px;
    white-space: nowrap;
}
.gjc .font .content .opcl .open{
    display:block;
    color: #b2b2b2;
    font-size: 12px;
    white-space: nowrap;
}
@media only screen and (max-width:480px){
    .gjc .lb{
        width:100%;
        display:flex;
        justify-content: space-between;
        flex-wrap:wrap;
        border-bottom:1px solid #eaeaea;
    }
    .gjc .lb .tit{
        width:100%;
        padding:0 15px;
    }
    .gjc .lb .tit p{
        line-height:35px;
        color:#999;
        padding-left:0px;
        font-size: 16px;
        border-bottom:1px dashed #eaeaea;
    }
    .gjc .lb .content{
        width:100%;
        border-left:none;
        display:flex;
        justify-content: space-between;
        padding:0 15px;
    }
    .gjc .lb .content ul li{
        line-height:30px;
        margin-right:5px;
        transition: none;
    }
    .gjc .lb .content .opcl{
        line-height:30px;
        background:url("../img/up_1.png")no-repeat right center;
        background-size: 15px 15px;
        padding-right:20px;
        height:30px;
        cursor: pointer;
    }
    .gjc .lb .content .opcl1{
        line-height:30px;
        background:url("../img/down_1.png")no-repeat right center;
        background-size: 15px 15px;
        padding-right:20px;
        height:30px;
        cursor: pointer;
    }
    



    .gjc .dq{
        width:100%;
        display:flex;
        justify-content: space-between;
        flex-wrap:wrap;
        border-bottom:1px solid #eaeaea;
    }
    .gjc .dq .tit{
        width:100%;
        padding:0 15px;
    }
    .gjc .dq .tit p{
        line-height:35px;
        color:#999;
        padding-left:0px;
        font-size: 16px;
        border-bottom:1px dashed #eaeaea;
    }
    .gjc .dq .content{
        width:100%;
        border-left:none;
        display:flex;
        justify-content: space-between;
        padding:0 15px;
    }
    .gjc .dq .content ul li{
        line-height:30px;
        margin-right:5px;
        transition: none;
    }
    .gjc .dq .content .opcl{
        line-height:30px;
        background:url("../img/up_1.png")no-repeat right center;
        background-size: 15px 15px;
        padding-right:20px;
        height:30px;
        cursor: pointer;
    }
    .gjc .dq .content .opcl1{
        line-height:30px;
        background:url("../img/down_1.png")no-repeat right center;
        background-size: 15px 15px;
        padding-right:20px;
        height:30px;
        cursor: pointer;
    }




    .gjc .lx{
        width:100%;
        display:flex;
        justify-content: space-between;
        flex-wrap:wrap;
        border-bottom:1px solid #eaeaea;
    }
    .gjc .lx .tit{
        width:100%;
        padding:0 15px;
    }
    .gjc .lx .tit p{
        line-height:35px;
        color:#999;
        padding-left:0px;
        font-size: 16px;
        border-bottom:1px dashed #eaeaea;
    }
    .gjc .lx .content{
        width:100%;
        border-left:none;
        display:flex;
        justify-content: space-between;
        padding:0 15px;
    }
    .gjc .lx .content ul li{
        line-height:30px;
        margin-right:5px;
        transition: none;
    }




    .gjc .font{
        width:100%;
        display:flex;
        justify-content: space-between;
        flex-wrap:wrap;
        border-bottom:1px solid #eaeaea;
    }
    .gjc .font .tit{
        width:100%;
        padding:0 15px;
    }
    .gjc .font .tit p{
        line-height:35px;
        color:#999;
        padding-left:0px;
        font-size: 16px;
        border-bottom:1px dashed #eaeaea;
    }
    .gjc .font .content{
        width:100%;
        border-top:none;
        display:flex;
        justify-content: space-between;
        padding:0 15px;
    }
    .gjc .font .content ul li{
        line-height:30px;
        margin-right:5px;
        transition: none;
    }
}
.pdtlist_zw{
    width:100%;
    display:flex;
    justify-content: space-between;
    background:#fff;
    margin-top:20px;
    padding:10px;
}
.pdtlist_zw1{
    width:78%;
}
.pdtlist_zw1 .part1{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.pdtlist_zw1 .part1 li{
    width:24%;
    border:1px solid #eaeaea;
}
.pdtlist_zw1 .part1 li:nth-child(n+5){
    margin-top:10px;
}
.pdtlist_zw1 .part1 li:hover{
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
}
.pdtlist_zw1 .part1 li a{
    display:block;
    width:100%;
    padding:10px;
}
.pdtlist_zw1 .part1 li a .img{
    width:100%;
}
.pdtlist_zw1 .part1 li a .img img{
    width:100%;
    height:200px;
}
.pdtlist_zw1 .part1 li a .text{
    width:100%;
}
.pdtlist_zw1 .part1 li a .text p{
    color:#737373;
    font-size: 14px;
    line-height:25px;
    margin-top:10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pdtlist_zw1 .part1 li a .text span{
    width:100%;
    display:block;
    line-height: 35px;
    background:#e31939;
    font-size: 14px;
    text-align: center;
    margin-top:10px;
    color:#fff;
    border-radius: 3px;
}

.pdtlist_zw1 .page{
    width:100%;
    display:flex;
    justify-content: center;
    flex-wrap:wrap;
    margin-top:50px;
}
.pdtlist_zw1 .page li{
    border:1px solid #eaeaea;
    margin-right: 15px;
}
.pdtlist_zw1 .page li:hover{
    background:#e31939;
    border:1px solid #e31939;
}
.pdtlist_zw1 .page li a{
    padding:8px 13px;
    color:#333;
}
.pdtlist_zw1 .page li:hover a{
    color:#fff;
}
.pdtlist_zw1 .page .page_on{
    background:#e31939;
    border:1px solid #e31939;
}
.pdtlist_zw1 .page .page_on a{
    color:#fff;
}
@media all and (max-width:480px) {
    .pdtlist_zw1 .page li{
        border:1px solid #eaeaea;
        margin-right: 10px;
    }
    .pdtlist_zw1 .page li a{
        display:block;
        padding:5px 10px;
        color:#333;
    }
}
.rmtj{
    width:100%;
    padding:50px 0 30px;
}
.rmtj .tit{
    width:100%;
    border-bottom: 2px solid #e31939;
}
.rmtj .tit h4{
    color:#333;
    font-size: 20px;
    line-height: 25px;
}
.rmtj ul{
    width:100%;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.rmtj ul li{
    width:19%;
    margin-top:10px;
}
.rmtj ul li a{
    display:block;
    width:100%;
}
.rmtj ul li a .img{
    width:100%;
}
.rmtj ul li a .img img{
    width:100%;
    height:150px;
}
.rmtj ul li a p{
    color:#333;
    font-size:14px;
    line-height: 25px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.all_zw{
    width:20%;
}
.all_zw .look{
    width:100%;
    border:1px solid #eaeaea;
}
.all_zw .look .tit{
    width:100%;
    border-bottom:1px solid #eaeaea;
    padding:10px;
    background:#f5f5f5;
}
.all_zw .look .tit a{
    display:block;
    width:100%;
    border-left:4px solid #e31939;
    color:#333;
    font-size: 16px;
    padding-left:10px;
    font-weight: bold;
}
.all_zw .look .tit a em{
    font-style: normal;
    color:#e31939;
    font-weight: bold;
}
.all_zw .look ul{
    width:100%;
    padding:10px;
}
.all_zw .look ul li{
    line-height: 30px;
    border-bottom:1px dashed #eaeaea;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.all_zw .look ul li em{
    color:#e31939;
    font-size: 18px;
    font-weight: bold;
}
.all_zw .look ul li a{
    color:#333;
    font-size: 14px;
    margin-left:10px;
}
.all_zw .look ul li a:hover{
    color:#e31939;
}
.all_zw .look ul li:nth-child(n+4) em{
    color:#666;
    font-size: 14px;
}
.all_zw .tjzx{
    width:100%;
    margin-top:20px;
    border:1px solid #eaeaea;
}
.all_zw .tjzx .tit{
    width:100%;
    border-bottom:1px solid #eaeaea;
    padding:10px;
    background:#f5f5f5;
}
.all_zw .tjzx .tit a{
    display:block;
    width:100%;
    border-left:4px solid #e31939;
    color:#333;
    font-size: 16px;
    padding-left:10px;
    font-weight: bold;
}
.all_zw .tjzx ul{
    width:100%;
    padding:10px;
}
.all_zw .tjzx ul li{
    width:100%;
    margin-top:10px;
}
.all_zw .tjzx ul li a{
    width:100%;
    display:flex;
    justify-content: space-between;
}
.all_zw .tjzx ul li a .img{
    width:30%
}
.all_zw .tjzx ul li a .img img{
    width:100%;
}
.all_zw .tjzx ul li a .text{
    width:67%;
}
.all_zw .tjzx ul li a .text p{
    width:100%;
    color:#333;
    font-size:12px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.all_zw .tjzx ul li:hover a .text p{
    color:#e31939;
}
.all_zw .tjzx ul li a .text span{
    width:100%;
    color:#999;
    font-size:12px;
    line-height: 25px;
}
.all_zw .djph{
    width:100%;
    margin-top:20px;
    border:1px solid #eaeaea;
}
.all_zw .djph .tit{
    width:100%;
    border-bottom:1px solid #eaeaea;
    padding:10px;
    background:#f5f5f5;
}
.all_zw .djph .tit a{
    display:block;
    width:100%;
    border-left:4px solid #e31939;
    color:#333;
    font-size: 16px;
    padding-left:10px;
    font-weight: bold;
}
.all_zw .djph ul{
    width:100%;
    padding:10px;
}
.all_zw .djph ul li{
    color:#999;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.all_zw .djph ul li a{
    color:#333;
    font-size:14px;
    font-weight: normal;
}
.all_zw .djph ul li:hover a{
    color:#e31939;
}
@media all and (max-width:1000px) {
    .pdtlist_zw1{
        width:100%;
    }
    .all_zw{
        display:none;
    }
}
@media all and (max-width:750px) {
    .pdtlist_zw1 .part1 li{
        width:49%;
    }
    .pdtlist_zw1 .part1 li:nth-child(n+3){
        margin-top:10px;
    }
    .rmtj ul li {
        width:49%;
    }
}







/* 产品详情 */
.pruoduct_article{
    width:100%;
}
.pdtarticle_zw{
    width:100%;
    display:flex;
    justify-content: space-between;
    background:#fff;
    padding:10px;
}
.pdtarticle_zw1{
    width:78%;
}
.pdtarticle_zw1 .xq{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding:10px;
}
.pdtarticle_zw1 .xq .left{
    width:43%;
}
.pdtarticle_zw1 .xq .left .big_image{
    width:100%;
}
.pdtarticle_zw1 .xq .left .big_image li{
    border:1px solid #eaeaea;
}
.pdtarticle_zw1 .xq .left .big_image li img{
    display:block;
    width:100%;
}
.pdtarticle_zw1 .xq .left .big_image li:nth-child(n+2){
    display:none;
}
.pdtarticle_zw1 .xq .left .small_image{
    width:100%;
    margin-top:10px;
    position: relative;
}
.pdtarticle_zw1 .xq .left .small_image ul{
    width:80%;
    margin:0 auto;
}
.pdtarticle_zw1 .xq .left .small_image ul li{
    width:100%;
    border:1px solid #fff;
}
.pdtarticle_zw1 .xq .left .small_image ul .ontim{
    border:1px solid #e31939;
}
.pdtarticle_zw1 .xq .left .small_image ul li img{
    width:100%;
}
.pdtarticle_zw1 .xq .left .small_image .course_prev{
    width:30px;
    height:100%;
    position: absolute;
    top:50%;
    margin-top:-40px;
    left:0;
    background:url("../img/left_1.png")no-repeat center center; 
    background-size:30px 30px;
}
.pdtarticle_zw1 .xq .left .small_image .course_next{
    width:30px;
    height:100%;
    position: absolute;
    top:50%;
    margin-top:-40px;
    right:0;
    background:url("../img/right_1.png")no-repeat center center; 
    background-size:30px 30px;
}
.pdtarticle_zw1 .xq .right{
    width:53%;
}
.pdtarticle_zw1 .xq .right .tit{
    width:100%;
    line-height:30px;
}
.pdtarticle_zw1 .xq .right .tit h1{
    width:100%;
    color:#333;
    font-size: 24px;
}
.pdtarticle_zw1 .xq .right em{
    display:block;
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color:#f08126;
}
.pdtarticle_zw1 .xq .right .price{
    width:100%;
    padding:20px;
    background:#f5f5f5;
}
.pdtarticle_zw1 .xq .right .price p{
    width:100%;
    font-size: 14px;
    color:#a096a4; 
    padding:5px 0; 
}
.pdtarticle_zw1 .xq .right .price p i{
    font-style: normal;
    font-size: 28px;
    font-weight:bold;
    color:#f08126;
}
.pdtarticle_zw1 .xq .right .text{
    width:100%;
    padding:20px 0 50px;
    border-bottom:1px solid #eaeaea;
}
.pdtarticle_zw1 .xq .right .text p{
    width:100%;
    line-height: 35px;
    color:#a096a4;
    font-size: 14px;
}
@media all and (max-width:1000px) {
    .pdtarticle_zw1{
        width:100%;
    }
}
@media all and (max-width:750px) {
    .pdtarticle_zw1 .xq .left {
        width:100%;
    }
    .pdtarticle_zw1 .xq .right {
        width:100%;
        margin-top:20px;
    }
}
.pdtarticle_zw1 .csgg{
    width:100%;
    margin-top:20px;
}
.pdtarticle_zw1 .csgg .tit{
    width:100%;
    border-bottom:1px solid #eaeaea;
    position: relative;
}
.pdtarticle_zw1 .csgg .tit:after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:120px;
    height:2px;
    background:#e31939;
}
.pdtarticle_zw1 .csgg .tit h4{
    color:#333;
    font-size:18px;
    font-weight: bold;
    padding:10px 20px;
}
.pdtarticle_zw1 .csgg .text{
    width:100%;
    padding:20px 40px;
}
.pdtarticle_zw1 .csgg .text p{
    color:#333;
    font-size: 14px;
    line-height: 25px;
    text-indent: 25px;
}
.pdtarticle_zw1 .csgg .text img{
    margin:0 auto;
    margin-top:30px;
}
@media all and (max-width:750px) {
    .pdtarticle_zw1 .csgg .text{
        padding:20px 10px;
    }
}








/* 新闻列表 */
.new_list{
    width:100%;
}
.newlist_zw{
    width:100%;
    display:flex;
    justify-content: space-between;
    background:#fff;
    padding:10px;
}
.newlist_zw1{
    width:78%;
}
.newlist_zw1 .list{
    width:100%; 
    border-top:1px solid #eaeaea;
}
.newlist_zw1 .list li{
    width:100%;
    padding:20px 10px;
    margin-top:10px;
    border-bottom:1px solid #eaeaea;
}
.newlist_zw1 .list li:hover{
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
}
.newlist_zw1 .list li a{
    display:flex;
    width:100%;
    justify-content: space-between;
    align-items: center;
}
.newlist_zw1 .list li a .img{
    width:200px;
}
.newlist_zw1 .list li a .img img{
    width:100%;
}
.newlist_zw1 .list li a .text{
    width:75%;
}
.newlist_zw1 .list li a .text h4{
    color:#333;
    font-size: 16px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.newlist_zw1 .list li a .text p{
    color:#999;
    font-size: 12px;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newlist_zw1 .list li a .text .time{
    width:100%;
    line-height: 25px;
    color:#999;
    font-size: 12px;
}
.newlist_zw1 .list li a .text .time span{
    display: inline-block;
    color:#999;
    font-size: 12px;
    line-height: 25px;
}
@media all and (max-width:1000px) {
    .newlist_zw1{
        width:100%;
    }
}
@media all and (max-width:750px) {
    .newlist_zw1 .list li a{
        display:flex;
        width:100%;
        justify-content: space-between;
        align-items: center;
        flex-wrap:wrap;
    }
    .newlist_zw1 .list li a .img{
        width:100%;
    }
    .newlist_zw1 .list li a .text{
        width:100%;
        margin-top:10px;
    }
}
.newlist_zw1 .page{
    width:100%;
    display:flex;
    justify-content: center;
    flex-wrap:wrap;
    margin:50px 0 20px;
}
.newlist_zw1 .page li{
    border:1px solid #eaeaea;
    margin-right: 15px;
}
.newlist_zw1 .page li:hover{
    background:#e31939;
    border:1px solid #e31939;
}
.newlist_zw1 .page li a{
    padding:8px 13px;
    color:#333;
}
.newlist_zw1 .page li:hover a{
    color:#fff;
}
.newlist_zw1 .page .page_on{
    background:#e31939;
    border:1px solid #e31939;
}
.newlist_zw1 .page .page_on a{
    color:#fff;
}
@media all and (max-width:480px) {
    .newlist_zw1 .page li{
        border:1px solid #eaeaea;
        margin-right: 10px;
    }
    .newlist_zw1 .page li a{
        display:block;
        padding:5px 10px;
        color:#333;
    }
}






/* 新闻详情 */
.new_article{
    width:100%;
}
.newarticle_zw{
    width:100%;
    display:flex;
    justify-content: space-between;
    background:#fff;
    padding:10px;
}
.newarticle_zw1{
    width:78%;
}
.newarticle_zw1 .wz .tit{
    width:100%;
    text-align: center;
    margin:30px 0 0px;
}
.newarticle_zw1 .wz .tit h1{
    color:#333;
    font-size: 24px;
}
.newarticle_zw1 .wz .fbrq{
    width:100%;
    background:#f2f2f2;
    line-height: 35px;
    text-align: center;
    margin-top:20px;
    border-radius: 3px;
}
.newarticle_zw1 .wz .fbrq span{
    color:#757575;
    font-size:14px;
    padding:0 5px;
}
.newarticle_zw1 .wz .daodu{
    width:100%;
    background:#f2f2f2;
    padding:20px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    line-height: 25px;
    margin-top:20px;
}
.newarticle_zw1 .wz .daodu p{
    width:5%;
    color:#737373;
    font-size: 28px;
    border-right:1px solid #737373;
}
.newarticle_zw1 .wz .daodu span{
    width:93%;
    color:#737373;
    font-size: 14px;
    text-indent: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newarticle_zw1 .wz .text{
    width:100%;
    padding:20px;
}
.newarticle_zw1 .wz .text p{
    color:#333;
    font-size: 14px;
    line-height: 25px;
    text-indent: 25px;
    margin-bottom:20px;
}
.newarticle_zw1 .wz .text img{
    height: auto;
    margin:0 auto;
    margin-bottom:20px;
}
.newarticle_zw1 .wz .pn{
    width:100%;
    margin-top:30px;
    line-height: 25px;
}
.newarticle_zw1 .wz .pn p{
    color:#333;
    font-size: 14px;
}
.newarticle_zw1 .wz .pn p a{
    color:#999;
}
.newarticle_zw1 .wz .pn p:hover a{
    color:#e31939;
}
.newarticle_zw1 .xgyd{
    width:100%;
    margin-top:20px;
}
.newarticle_zw1 .xgyd .tit{
    width:100%;
    border-bottom:1px solid #eaeaea;
    padding:10px;
}
.newarticle_zw1 .xgyd .tit h4{
    color:#333;
    font-size: 18px;
    padding-left:10px;
    border-left:4px solid #e31939;
}
.newarticle_zw1 .xgyd .text{
    width:100%;
    padding:20px;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.newarticle_zw1 .xgyd .text ul{
    width:47%;
}
.newarticle_zw1 .xgyd .text ul li{
    line-height: 30px;
    color:#737373;
    font-weight: bold;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.newarticle_zw1 .xgyd .text ul li a{
    color:#737373;
    font-size: 14px;
    font-weight: normal;
}
.newarticle_zw1 .xgyd .text ul li:hover a{
    color:#e31939;
}
@media all and (max-width:1000px) {
    .newarticle_zw1{
        width:100%;
    }
}
@media all and (max-width:750px) {
    .newarticle_zw1 .wz .daodu p{
        width:10%;
        color:#737373;
        font-size: 28px;
        border-right:1px solid #737373;
    }
    .newarticle_zw1 .wz .daodu span{
        width:85%;
        color:#737373;
        font-size: 14px;
        text-indent: 25px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .newarticle_zw1 .xgyd .text ul{
        width:100%;
    }
}
@media all and (max-width:480px) {
    .newarticle_zw1 .wz .daodu p{
        width:15%;
        color:#737373;
        font-size: 28px;
        border-right:1px solid #737373;
    }
    .newarticle_zw1 .wz .daodu span{
        width:82%;
        color:#737373;
        font-size: 14px;
        text-indent: 25px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .newarticle_zw1 .wz .text{
        width:100%;
        padding: 20px 0px;
    }
    .newarticle_zw1 .wz .pn{
        width:100%;
        margin-top:0px;
        line-height: 25px;
    }
}