.header-top-cl span{
    font-size: 24px;
    color: #fe1111;
    display: inline-block;
    vertical-align: middle
}
.header-top-cl .h_ph{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 10px;
}
.header-top-cl .h_ph i{
    width: 18px;
    height: 19px;
    display: block;
    background: url('../images/h_ss.jpg') no-repeat center;
}
.header-top{
    padding: 30px 0 10px;
}
.header-top-cl{
    margin-top: 26px;
}
.header-nav{
    width: 100%;
}
.header-nav ul{
    display: flex;
    justify-content: space-between;
}
.header-nav ul li{
    position: relative
}
.header-nav ul li > a{
    display: block;
    position: relative;
    line-height: 54px;
}
.zj-ssdd{
    padding: 32px 0 0px;
}
.zj-ssdd a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
#top {
    position: fixed;
    z-index: 999999;
    right: 15px;
    width: 50px;
    height: 50px;
    bottom: 30px;
    opacity: 0.9;
    background: #999 url(../images/kefu-top.png) no-repeat center;
    transition: .3s;
    cursor: pointer;
}
#top:hover{
	background-color: #fe1111;
}

.zj-ssdd a{
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #666666;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    line-height: 2;
}
.zj-ssdd a::before{
    width: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    top: 0;
    position: absolute;
    background: #fe1111;
    border-radius: 30px;
    z-index: -1;
    opacity: 0;
    transition: all .4s;
}
.zj-ssdd a:hover,
.zj-ssdd a.on{
    color: #fff
}
.zj-ssdd a:hover::before,
.zj-ssdd a.on::before{
    width: 100%;
    opacity: 1;
}


.header-nav ul li > a::before{
    width: 0;
    height: 4px;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #fe1111;
    opacity: 0;
    transition: all .5s
}
.header-nav ul li.on > a::before,
.header-nav ul li > a:hover::before{
    width: 100%;
    opacity: 1;
}
.zj-set1{
    padding: 98px 0 72px;
}
.zj-set1-cont{
    width: 100%;
    /* background: #f6f6f6 */
}
.zj-set1-cont .img{
    width: 53%;
    display: inline-block;
    vertical-align: middle
}
.zj-set1-cont .conts{
    width: 46.6%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%;
    box-sizing: border-box;
}
.zj-set1-cont .conts .tit{
    margin-bottom: 40px;
}
.zj-set1-cont .conts .tit span{
    font-size: 24px;
    color: #fe1111
}
.zj-set1-cont .conts .tit h5{
    font-size: 36px;
    color: #333333;
    line-height: 1.3;
    margin: 18px 0;
    /* font-weight: bold; */
}
.zj-set1-cont .conts .cont{
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    height: 196px;
}
.zj-set1-cont .conts a{
    display: inline-block;
    background: #fe1111;
    color: #fff;
    line-height: 2.6;
    padding: 0 28px;
    border-radius: 20px;
    transition: all .5s
}
.zj-set1-cont .conts a:hover{
    transform: translateY(-6px);
    opacity: .7;
}
.zj-set1-cont .conts a::after{
    width: 8px;
    height: 12px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../images/zj-ico.png') no-repeat;
    margin-left: 12px;
}
.zj-set2{
    padding: 98px 0;
    background-image: radial-gradient(#f1f1f1, #f5f5f5, #f7f7f7);
}
.zj-se5-tit .tit span {
    font-size: 24px;
    color: #fe1111;
}
.zj-se5-tit .tit h6{
    font-size: 36px;
    color: #333333;
    margin-top: 14px;
}
.zj-se5-tit .nv{
    margin-top: 30px;
}
.zj-se5-tit .nv a{
    display: inline-block;
    padding: 0 28px;
    font-size: 16px;
    margin-left: 20px;
    line-height: 2.5;
    border-radius: 25px
}
.zj-se5-tit .nv a.on{
    border: 1px solid #d90e10;
    color: #d90e10
}
.zj-set5-cont{
    margin-top: 56px !important;
}
.zj-set5-cont h6{
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 1;
}
.zj-set5-cont li:hover img{
    transform: scale(1.1)
}
.zj-set5-cont li:hover h6{
    color: #fff;
}
.zj-set5-cont li:hover h6::before{
     width: 100%;
     opacity: 1;
}
.zj-set5-cont h6::before{
    width: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #d90e10;
    z-index: -1;
    content: '';
    opacity: 0;
    transition: all .5s
}
.img{
    overflow: hidden;
}
.img img{
    width: 100%;
    height: auto;
    transition: all .5s
}
.dst-v{
    text-align: center;
    margin-top: 46px;
}
.dst-v .dst-vd{
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding: 12px 20px;
    border-radius: 28px
    /* width: 1000px; */
}
.dst-v .dst-vd .swiperpagination{
    display: inline-block;
    vertical-align: middle;
    margin: 0 38px;
}
.dst-v .dst-vd .swipernext::before{
    content: '<';
    font-size: 16px;
    font-family: '宋体';
    font-weight: bold;
    color: #d6d6d6;
    cursor: pointer;
}
.dst-v .dst-vd .swipernext:hover::before{
    color: #d90e10
}
.dst-v .dst-vd .swiperprev:hover::before{
    color: #d90e10
}
.dst-v .dst-vd .swiperprev::before {
    content: '>';
    font-size: 16px;
    font-family: '宋体';
    font-weight: bold;
    color: #d6d6d6;
    cursor: pointer;
}
.dst-v .dst-vd .swipernext,
.dst-v .dst-vd .swiperprev{
    display: inline-block;
    vertical-align: middle
}
.dst-v .swiper-pagination-bullet{
    margin: 0 5px;
}
.zj-set3{
    padding: 120px 0;
}
.zj-set3-nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 56px;
}
.zj-set3-nav .tit span{
    font-size: 24px;
    color: #d90e10;
}
.zj-set3-nav .tit h6{
    font-size: 36px;
    color: #333333;
    margin-top: 20px;
}
.zj-set3-nav .nv{
    width: 620px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.zj-set3-nav .nv a{
    width: 32%;
    line-height: 2;
    padding: 0 10px;
    border-radius: 30px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px;
}
.zj-set3-nav .nv a.on{
    border: 1px solid #d90e10;
    color: #d90e10;
}
.zj-set3-nav .nv a.on::before{
    background: #d90e10
}
.zj-set3-nav .nv a::before{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b2b2b2;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.zj-set3-cont .text{
    width: 35%;
    box-sizing: border-box;
    padding: 82px 5%;
}
.zj-set3-cont .text h6{
    color: #fff;
    font-size: 24px;
    margin-bottom: 22px;
}
.zj-set3-cont .text .cont{
    font-size: 16px;
    line-height: 2;
    color: #fff
}
.zj-set3-cont a{
    display: flex;
    background: #fe0000
}
.zj-set3-cont .img{
    width: 65%;
}
.dst-vds{
    width: 35%;
    left: 0;
    bottom: 25%;
    position: absolute;
    z-index: 2;
    text-align: center
}
.dst-vds .dst-vd{
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}
.dst-vds .dst-vd{
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding: 12px 20px;
    border-radius: 28px
}
.dst-vds .dst-vd .swiperpagination{
    display: inline-block;
    vertical-align: middle;
    margin: 0 38px;
}
.dst-vds.dst-vd .swipernext::before{
    content: '<';
    font-size: 16px;
    font-family: '宋体';
    font-weight: bold;
    color: #d6d6d6;
    cursor: pointer;
}
.dst-vds .dst-vd .swipernext:hover::before{
    color: #d90e10
}
.dst-vds .dst-vd .swiperprev:hover::before{
    color: #d90e10
}
.dst-vds .dst-vd .swiperprev::before {
    content: '>';
    font-size: 16px;
    font-family: '宋体';
    font-weight: bold;
    color: #d6d6d6;
    cursor: pointer;
}
.dst-vds .dst-vd .swipernext,
.dst-vds .dst-vd .swiperprev{
    display: inline-block;
    vertical-align: middle
}
.dst-vds .swiper-pagination-bullet{
    margin: 0 5px;
}
.dst-vds .dst-vd .swipernext::before{
    content: '<';
    font-size: 16px;
    font-family: '宋体';
    font-weight: bold;
    color: #d6d6d6;
    cursor: pointer;
}
.zj-set4{
    padding: 110px 0;
    background-image: radial-gradient(#f1f1f1, #f5f5f5, #f7f7f7);
}
.zj-title{
    margin-bottom: 56px;
}
.zj-title .tit{
    display: inline-block;
    vertical-align: text-bottom
}
.zj-title .tit span{
   font-size: 24px;
   color: #d90e10
}
.zj-title .tit h6{
    font-size: 36px;
    color: #333;
    margin-top: 20px;
}
.zj-set4-view{
    display: flex;
}
.zj-set4-view .img{
    width: 49%;
}
.zj-set4-view .zj-set4-ds{
    width: 51%;
    height: 100%;
}
.zj-set4-view .zj-set4-ds li{
    width: 50%;
    float: left;
    height:221px;
    padding-top: 60px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #e7e7e7;
    background: #ffffff
}
.zj-set4-view .zj-set4-ds li:nth-of-type(2),
.zj-set4-view .zj-set4-ds li:nth-of-type(1){
    border-bottom: 1px solid #e7e7e7
}
.zj-set4-view .zj-set4-ds li:nth-of-type(2n){
    border-right: none
}
.zj-set4-view .zj-set4-ds li:nth-of-type(1){
    background: #fdfdfd
}
.zj-set4-view .zj-set4-ds li:nth-of-type(3){
    background: #fafafa
}
.zj-set4-view .zj-set4-ds li p{
    margin-top: 16px;
    font-size: 16px;
    color: #666666
}
.zj-title .sd{
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 18px;
    line-height: 1.5;
    margin-left: 18px;
}
.zj-set6{
    padding: 100px 0;
}
.zj-set6-cont{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center
}
.zj-set6-cont .zj-set-li{
    width: 25%;
}
.zj-set6-cont .zj-set-li:hover img{
    transform: scale(1.1)
}
.zj-set6-cont ul{
    width: 75%;
    display: flex;
    flex-wrap: wrap
}
.zj-set3 li:hover img{
    transform: scale(1.1)
}
.zj-set6-cont ul li{
   width: 33.3333%;
   position: relative;
   background: #d90e10;
   height: 50%;
}
.zj-set6-cont ul li .img{
    height: 100%;
}
.zj-set6-cont ul li img{
    height: 100% !important;
}
.zj-set6-cont ul li:hover img{
    transform: scale(1.1)
}
.zj-set6-cont ul li a{
    width: 69px;
    height: 69px;
    display: block;
    background: url('../images/jt-ico2.png') no-repeat center;
    margin: 100px auto;
}
.zj-set6-cont ul li .txt{
    color: #fff;
    line-height: 1.6;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 32px 8%;
    font-size: 16px;
}
.zj-set6-cont ul li .txt h6{
    margin-bottom: 3px;
}
.zj-set-li .tit{
    background: #110f1c;
    color: #fff;
    padding: 44px 6%;
}
.zj-set-li .tit h6{
    margin-bottom: 3px;
}
.zj-set-li .tit p{
    padding: 0;
    margin: 0;
}
.zj-set7{
    padding: 62px 0;
    background: url('../images/zj-set7-bj.jpg') no-repeat;
    background-size: 100% 100%
}
.zj-set7 .zj-title{
    text-align: center
}
.zj-set7 .zj-title h6{
    line-height: 1.3;
}
.zj-set7-cnt ul{
    display: flex;
    justify-content: space-between;
}
.zj-set7-cnt{
    margin-top: 20px;
}
.zj-set7-cnt ul li p{
    font-size: 60px;
    color: #d90e10;
    margin-bottom: 10px;
}
.zj-set7-cnt ul li span{
    color: #666
}
.zj-set8{
    padding: 98px 0;
}
.zj-set8-cont{
    margin-top: 56px;
}
.zj-set8-cont li{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.zj-set8-cont li:nth-of-type(3n){
    margin-right: 0;
}
.zj-set8-cont li:hover img{
    transform: scale(1.1)
}
.zj-set8-cont li:hover .txt h6{
    color: #d90e10
}
.zj-set8-cont li .txt{
    margin-top: 20px;
}
.zj-set8-cont li .txt span{
    font-size: 16px;
    color: #d90e10
}
.zj-set8-cont li .txt h6{
    margin:16px 0;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zj-set8-cont li .txt p{
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
footer{
    background: #252525;
    color: #515151
}
footer a:hover{
    color: #fff;
}
footer dd{
    margin: 0;
}
footer ul{
    padding-top: 82px;
    display: flex;
    justify-content: space-between;
}
footer ul dt{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
footer ul li dd{
    margin-bottom: 18px;
}
.f_tq{
    display: flex;
    align-items: center;
    margin-top: 62px;
}
.f_tq .ds{
    width: 126px;
    height: 126px;
    border: 2px solid #5c5c5c;
    text-align: center;
    padding-top: 28px;
    box-sizing: border-box;
    margin-right: 20px;
}
.f_tq .ds p{
    margin-top: 12px;
}
.foot-b-cont a,
.f_tq .f_qs a{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-bottom: 10px;
}
.foot-b{
    line-height: 60px;
    border-top: 1px solid #3a3a3a;
    margin-top: 62px;
}
.foot-b-cont{
    display: flex;
    justify-content: space-between;
}
.f_wx0v{
    text-align: center;
}
.f_wx0v .isd{
    text-align: center;
}
.f_wx0v .isd p{
    margin-top: 8px;
}
.f_ds{
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 18px;
}
.f_ds a{
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    margin: 0 6px;
}
.f_ds a:hover{
    background: #d90e10;
    border-color: #d90e10
}
@media screen and (max-width: 1660px) {
    .w1400{
        width: 1200px;
    }
    .zj-set1{
        padding: 74px 0 36px;
    }
    .zj-set1-cont .conts .tit h5{
        font-size: 32px;
    }
    .zj-set1-cont .conts .tit{
        margin-bottom: 26px;
    }
    .zj-se5-tit .tit h6{
        font-size: 32px;
    }
    .zj-set2{
        padding: 72px 0;
    }
    .zj-set5-cont{
        margin-top: 42px !important;
    }
    .zj-set3{
        padding: 90px 0;
    }
    .zj-set3-cont .text{
        padding: 82px 3%;
    }
    .dst-vds{
        bottom: 18%;
    }
    .zj-title .tit h6{
        font-size: 32px;
    }
    .zj-set4{
        padding: 87px 0;
    }
    .zj-set4-view .zj-set4-ds li{
        height: 180px;
        padding-top: 38px;
    }
    .zj-title{
        margin-bottom: 42px;
    }
    .zj-set6-cont ul li a{
        margin: 87px auto;
    }
    .zj-set-li .tit{
        padding: 33px 6%;
    }
    .zj-set8{
        padding: 72px 0;
    }
    .zj-set8-cont{
        margin-top: 42px;
    }
    footer ul{
        padding-top: 54px;
    }
    .f_tq{
        margin-top: 42px;
    }
    .f_tq .ds{
        width: 120px;
        height: 100px;
        border: 2px solid #5c5c5c;
        text-align: center;
        padding-top: 15px;
        box-sizing: border-box;
        margin-right: 20px;
    }
}

.h_ph{
    position: relative;
}
.h_ph:hover .h_v_index{
    width: 286px;
}
.h_v_index{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    transition: all .5s;
    overflow: hidden;
}
.ss-index{
    display: inline-block;
    vertical-align: middle;
    width: 286px;
    background: #ffffff;
    line-height: 40px;
    border-radius: 6px;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.ss-index .text{
    display: block;
    /* padding: 0 10px; */
    line-height: 38px;
    width: calc(100% - 40px);
}
 .ss-index .submit{
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: url('../images/ss-ds.png') no-repeat center;
    background-color: #fe1111;
}
.tnavbox{position:absolute;width:200px;left:50%;margin-left:-100px;top:85%;height:0;padding-top:15px;/* display:none;*/ text-align: center;z-index: 99999999;}
.tnav{ background:#fff; box-shadow:0 0 16px -4px rgba(0,0,0,.3); padding:20px 0 18px; transform:translateY(20px); -webkit-transform:translateY(20px); opacity:0; visibility:hidden; transition:.5s; -webkit-transition:.5s; }
.tnav a{ display:block; color:#666; line-height:35px; border-bottom: 1px solid transparent;-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;}
.tnav a:hover{ color: #fff; }

.tnav a:hover,.tnav a.on{ background:#fe1111; color:#fff;}

.header-nav ul li:hover .tnavbox {
    height:100px;
}
.header-nav ul li:hover .tnavbox .tnav{ transform:translate(0); -webkit-transform:translate(0); opacity:1; visibility:visible; }
.header-nav ul li .tnavbox i{ position: absolute; width: 20px; height: 4px; background-color: #fe1111; left: 50%; top: 0; margin-left: -10px; }


.all-fixed {
	position: fixed;
	top: 50%;
	margin-top: -140px;
	right: -0px;
	height: 235px;
	z-index: 99999;
	box-sizing: border-box;
	/*display: none;*/
	
}
.all-fixed .f-left{
    position: relative;
    top: 60px;
    float: left;
    width: 0px;
    height: 115px;
    border-top: 10px solid transparent;
    border-right: 25px solid #fe1111 ;
    border-bottom: 10px solid transparent;
    text-align: center;
    font-size: 13px;
    color: #0b2a1a;
    transform: translateX(-25px);
    cursor: pointer;
}
.all-fixed .f-left p{
	position: absolute;
    top: 10px;
    left: 6px;
    line-height: 20px;
    color: #fff;
}
.all-fixed .f-right{
	width: 180px;
	background: #f8fbff;
	/* height: 100%; */
    border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.all-fixed .title{
	margin-top: -67px;
	text-align: center;
}
.all-fixed h3{
	font-size: 18px;
	color: #333;
	font-weight: initial;
	text-align: center;
	letter-spacing: 0px;
	line-height: 1;
	margin: 15px 0 20px;
}
.all-fixed h3 span{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.all-fixed li{
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 15px;
}
.all-fixed li:last-child{
	margin-bottom: 5px;
}
.all-fixed li a{
	width: 100%;
	height: 100%;
	background: #fe1111 ;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	transition: .3s;
	border-radius: 5px;
}
.all-fixed li a:hover{
	color: #fff;
}
.all-fixed li a img{
	height: 25px;
	margin-right: 10px;
	border: 0;
	vertical-align: middle; 
	margin-top: -5px;
}



/* 内页公用 */
.listBanner{ width:100%;height:330px;overflow:hidden;position: relative;}
.listBanner img{width: 1920px; position: relative; left:50%; margin-left:-960px; }
.listWrapper{padding:60px 0;overflow:hidden;background:#f4f4f4}
.breadCrumb{color: #888;margin-top:35px;}
.breadCrumb h3{font-size:36px;color:#d49437;font-weight:normal;text-transform: uppercase;font-family:"宋体";line-height:36px;position:relative;}
.breadCrumb h3 span{color:#242423;margin-left:10px;font-family:Aparajita,Arial;}
.breadCrumb h3:before{content: "";position:absolute;width:202px;height:12px;left:-215px;top:10px;background: url('../images/list_tie.png') no-repeat;}
.breadCrumb a{color:#888;}
.breadCrumb a:hover{color:#fe0000;}
.breadCrumb2{height:50px;line-height:50px;border-bottom:1px solid #e1e1e1;}
.breadCrumb2 p{background: url('../images/home_icon.png') no-repeat left center;padding-left:20px;width:1180px;}
.breadCrumb2 .back{float:right;width:80px;height:28px;line-height:28px;text-align:center;border-radius:5px;background:#999;color:#fff;margin-top:10px;}
.breadCrumb2 .back:hover{background:#fe0000;transition:all 0.3s;}
.listMenu{height:80px;line-height:80px;font-size:16px;text-align:center;}
.listMenu a{display:inline-block;padding:0 25px;}
.listMenu a.current,.listMenu a:hover{background:#fe0000;color:#fff;}
.menuSub{background:#f4f4f4;overflow:hidden;font-size:14px;color:#999;}
.menuSub .grWidth{padding:30px  0 35px 0;}
.menuSub a{color:#333;}
.menuSub em{font-style:normal;margin:0 19px;}
.menuSub a:hover,.menuSub .current{color:#fe0000;}
.relatedPro,.downList{width:1200px;overflow:hidden;}
.relatedPro ul,.downList ul{width:1240px;}
.grWidth{
    width: 1200px;
    margin: 0 auto;
}
/* 常见问题 */
.faqList li{position:relative;margin-bottom:25px;}
.faqList li:after{content:''; position:absolute; top:12px; right:16px; display:block; width:30px; height:30px; background:#fe0000;pointer-events:none;}
.faqList li h3:before, .faqList li h3:after{content:''; position:absolute; top:26px; right:23px; z-index:2; width:16px; height:2px; background:#fff;}
.faqList li h3:before{width:2px; height:16px; top:19px; right:30px; -webkit-transition:0.3s; transition:0.3s;}
.faqList li.act h3:before{-webkit-transform:rotate(90deg); transform:rotate(90deg);background:transparent\0;}
.faqList li h3{position:relative; padding:0 60px 0 25px; background-color:#fff; line-height:54px; font-size:16px; cursor:pointer;font-weight:normal;border:1px solid #e5e5e5;}
.faqList li div{display:none;padding:25px 0 0 25px;line-height:25px;color:#7c7c7c;-webkit-animation:fadeIn 0.5s ease-out 0.2s both; animation:fadeIn 0.5s ease-out 0.2s both;font-size:14px;}
@-webkit-keyframes fadeIn{
  0%{opacity:0;}
  100%{opacity:1;}
}
@keyframes fadeIn{
  0%{opacity:0;}
  100%{opacity:1;}
}

/* 下载 */
.downList li{float:left;height:130px;background:#fff;overflow:hidden;padding-left:20px;width:570px;color:#888;line-height:22px;margin:0 30px 20px 0;}
.downList li h5{padding-top:20px;font-size:16px;font-weight:normal;font-weight:normal;margin-bottom:10px;}
.downList li h5 a{color:#333;}
.downList li h5 a:hover{text-decoration: underline;}
.downList li .more{float:right;width:90px;height:130px;background: url('../images/down1.png') no-repeat center center;margin-left:10px;}
.downList li:hover{background:#333;color:#fff;}
.downList li:hover h5 a{color:#fff;}
.downList li:hover .more{background:#fe0000 url('../images/down2.png') no-repeat center center;}


/* 视频中心 */
.videoList ul li{width:24%;float:left;margin-right:1.333%;margin-bottom:25px;text-align:center;font-size:14px;position:relative;}
.videoList ul li:nth-of-type(4n){
    margin-right: 0;
}
.videoList ul li img{display:block;width:270px;height:195px;padding:4px;border:1px solid #e3e3e3;background:#fff;}
.videoList ul li span{height:35px;line-height:35px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;padding:0 5px;}
.videoList ul li:hover span{color:#0076ad;}
.videoList ul li i{position:absolute;top:0;left:5px;top:5px;width:270px;height:195px;background:#000 url('../images/vIcon.png') no-repeat center center;opacity:.6;}

.zj-set7-cont ul li{
   width: 16%;
   float: left;
   margin-right: 0.8%;
   margin-bottom: 10px;
}
.zj-set7-cont ul li img{
    width: 100%;
    height: auto;
}
.zj-set7-cont ul li:nth-of-type(6n){
    margin-right: 0;
}
.dst-vd .swiper-pagination-bullet{
    background: #cccccc
}
.dst-vd .swiper-pagination-bullet-active{
    background: #fe1111 !important
}
.zj-set5-view {
    background-image: radial-gradient(#f1f1f1, #f5f5f5, #f7f7f7);
    padding: 24px 0 10px;
}
.zj-set5-view li{
    width: 32%;
    float: left;
    margin-right: 2%;
    
}
.zj-set5-view li:nth-of-type(3n){
    margin-right: 0;
}
.cl-pro h3{
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.cl-pro h6{
    text-align: center;
    margin-top: 20px;
}
.cl-pro-view li:hover img{
    transform: scale(1.1)
}
.cl-pro-view li:hover h6{
    color: #fe1111
}
.recommend_slide li img{
    width: 100%;
    height: auto;
}
.recommend_slide li{
    width: 100%;
}
.rTitle{
    height: 45px;
    line-height: 45px;
    background: #333;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding-left: 10px;
}
.recommend_slide{height:600px;overflow:hidden;background:#fff;padding:15px;}
.recommend_slide li{ width: 100%;;overflow:hidden;margin-bottom:10px;}
.recommend_slide li img{border:1px solid #ddd;}
.recommend_slide li span{height:40px; line-height:40px; position:relative; text-align:center;display: block;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}



.serach-pro .img{
    width: 100%;
    height: auto !important;
}
.serach-pro img img{
    width: 100%;
}