/* 通用头部 */
.jxzk-header{
    width: 100%;
    height: 110px;
    background: #ffffff;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999;
    box-shadow: 0 -5px 20px -5px rgba(0,0,0,0.6);
}
.jxzk-header .j-h-logo{
    width: 180px;
    height: 56px;
    margin-top: 27px;
}
.jxzk-header .j-h-logo img{
    width: 100%;
    height: 100%;
}
.jxzk-header .j-h-nav{
    width: 880px;
    height: 110px;
    margin-left: 85px;
}
.jxzk-header .j-h-nav li{
    width: 110px;
    height: 110px;
    float: left;
    line-height: 110px;
    text-align: center;
    font-size: 18px;
    position: relative;
}
.jxzk-header .j-h-nav li::after{
    content: "";
    width: 0;
    height: 3px;
    background: #2c42b1;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .8s;
    z-index: 999;
}
.jxzk-header .j-h-nav li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    transition: all .4s;
}
.jxzk-header .j-h-nav li:hover::after{
    left: 0;
    width: 100%;
}
.jxzk-header .j-h-nav li:hover a{
    color: #2c42b1;
}
.jxzk-header .j-h-nav li:hover ul ol a{
    color: #333333;
}

.jxzk-header .j-h-nav li.active {
    background:#2c42b1;
	color:#FFFFFF;
}
.jxzk-header .j-h-nav li.active a{
    color: #FFFFFF;
}

.jxzk-header .j-h-nav li ul{
    position: absolute;
    top: 110px;
    width: 100%;
    background: #ffffff;
    padding: 10px 0;
    display: none;
    z-index: 99;
}
.jxzk-header .j-h-nav li ul ol{
    color: #fff;
    font-size: 14px;
    /* padding-left: 15px; */
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height:40px;
}
.jxzk-header .j-h-nav li ul ol:hover a{
    color: #2c42b1;
}
.jxzk-header .j-h-nav li .j-h-n-cpzx{
    width: 760px;
    min-height: 240px;
    background: #ffffff;
    padding: 20px 40px;
    padding-right: 0;
    box-sizing: border-box;
    left: -40%;
}
.jxzk-header .j-h-nav li .j-h-n-cpzx .list{
    width: 140px;
    float: left;
    margin-right: 40px;
}
.jxzk-header .j-h-nav li .j-h-n-cpzx .list .l-top{
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #bbbbbb;
}
.jxzk-header .j-h-nav li .j-h-n-cpzx .list .l-top img{
    width: 25px;
    height: 25px;
    float: left;
    margin-top: 10px;
}
.jxzk-header .j-h-nav li .j-h-n-cpzx .list .l-top p{
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 45px;
    margin-left: 10px;
}
.jxzk-header .j-h-nav li .j-h-n-cpzx .list .l-top p a{
    color: #333333;
}
.jxzk-header .j-h-nav li .j-h-n-cpzx .list .l-count{
    width: 100%;
    margin-top: 10px;
}
.jxzk-header .j-h-nav li:hover .j-h-n-cpzx .list .l-count p a{
    color: #333333;
}
.jxzk-header .j-h-nav li .j-h-n-cpzx .list .l-count p{
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
}
.jxzk-header .j-h-tb{
    width: 200px;
    height: 110px;
}
.jxzk-header .j-h-tb .j-h-t-left{
    width: 70px;
    height: 70px;
    margin-top: 20px;
}
.jxzk-header .j-h-tb .j-h-t-left img{
    width: 100%;
    height: 100%;
}
.jxzk-header .j-h-tb .j-h-t-right{
    width: 110px;
    height: 50px;
    margin-top: 15px;
}
.jxzk-header .j-h-tb .j-h-t-right li{
    width: 100%;
    height: 25px;
}
.jxzk-header .j-h-tb .j-h-t-right li img{
    width: 15px;
    height: 15px;
    margin-top: 5px;
}
.jxzk-header .j-h-tb .j-h-t-right li p{
    width: 60px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #8b8b8b;
    margin-left: 5px;
}
.en{ float:left; width:36px; line-height:36px; font-size:14px;color: #8b8b8b; text-align:center; margin-top:35px; margin-left:15px;}
.en a{color: #8b8b8b;}
/* 通用轮播图 */
.jxzk-banner{
    width: 100%;
    height: 690px!important;
    margin-top: 110px;
}
.jxzk-banner .bx-viewport{
    height: 100%!important;
}
.jxzk-banner .bx-wrapper{
    height: 100%!important;
}
.jxzk-banner .bx-wrapper ul{
    height: 100%!important;
}
.jxzk-banner .bx-wrapper ul li{
    height: 100%!important;
}
.jxzk-banner .bx-pager{
    text-align: center!important;
    width: 100%!important;
    bottom: 20px!important;
}
.jxzk-banner .bx-wrapper .bx-pager.bx-default-pager a{
    background: #ffffff!important;
    width: 16px!important;
    height: 16px!important;
    border-radius: 50%!important;
    margin: 0 10px!important;
    transition: all 0.8s ease 0s;
}
.jxzk-banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #223b8c!important;
}
.jxzk-banner .bx-controls-direction{
    display: none!important;
}
/* 产品中心 */
.jxzk-product{
    width: 100%;
    height: 860px;
    background: url(../images/product-back.png) no-repeat fixed;
    background-size: 100%;
}
.jxzk-product .j-p-title{
    width: 100%;
    height: 160px;
    padding-top: 60px;
    box-sizing: border-box;
}
.jxzk-product .j-p-title .p1{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color: #223b8c;
    text-align: center;
    font-weight: bold;
}
.jxzk-product .j-p-title .p1 .s1{
    color: #000000;
}
.jxzk-product .j-p-title .p1 .s2{
    margin: 0 10px;
}
.jxzk-product .j-p-title .p1 .s3{
    font-size: 22px;
}
.jxzk-product .j-p-title .p2{
    width: 70px;
    height: 5px;
    background: #223b8c;
    margin: 0 auto;
    margin-top: 10px;
}

.j-b-title-n{
    width: 100%;
    height: 160px;
    padding-top: 60px;
    box-sizing: border-box;
}
.j-b-title-n .p1{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color: #223b8c;
    text-align: center;
    font-weight: bold;
}
.j-b-title-n .p1 .s1{
    color: #000000;
}
.j-b-title-n .p1 .s2{
    margin: 0 10px;
}
.j-b-title-n .p1 .s3{
    font-size: 22px;
}
.j-b-title-n .p2{
    width: 70px;
    height: 5px;
    background: #223b8c;
    margin: 0 auto;
    margin-top: 10px;
}

.jxzk-product .j-p-count{
    width: 100%;
    height: 550px;
}
.jxzk-product .j-p-count .j-p-c-ul{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.jxzk-product .j-p-count .j-p-c-ul li{
    width: 150px;
    height: 50px;
    line-height: 50px;
    float: left;
    background: #8b8b8b;
    margin-right: 40px;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    transition:all .9s ease 0s;
    cursor: pointer;
}
.jxzk-product .j-p-count .j-p-c-ul .active{
    background: #223b8c;
}
.jxzk-product .j-p-count .j-p-c-ul2{
    width: 100%;
    height: 450px;
    margin-top: 40px;
}
.jxzk-product .j-p-count .j-p-c-ul2 .count{
    width: 100%;
    height: 100%;
    display: none;
}
.jxzk-product .j-p-count .j-p-c-ul2 .count li{
    width: 330px;
    height: 450px;
    border: 1px solid #e8e8e8;
    float: left;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 20px;
    margin-right: 26.66px;
}
.jxzk-product .j-p-count .j-p-c-ul2 .count li:nth-child(4n){
    margin-right: 0;
}
.jxzk-product .j-p-count .j-p-c-ul2 .count li .Img{
    width: 288px;
    height: 288px;
    overflow: hidden;
}
.jxzk-product .j-p-count .j-p-c-ul2 .count li .Img img{
    width: 100%;
    height: 100%;
    transition:all .4s ease 0s;
}
.jxzk-product .j-p-count .j-p-c-ul2 .count li .Word{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 10px;
}
.jxzk-product .j-p-count .j-p-c-ul2 .count li .Gdxq{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    background: #666666;
    color: #ffffff;
    margin-top: 20px;
    transition:all .4s ease 0s;
}
.jxzk-product .j-p-count .j-p-c-ul2 .count li .Gdxq a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    transition:all .4s ease 0s;
}
.jxzk-product .j-p-count .j-p-c-ul2 .count li:hover .Img img{
    transform: scale(1.05);
}
.jxzk-product .j-p-count .j-p-c-ul2 .count li .Gdxq:hover{
    margin-top: 25px;
}
.jxzk-product .j-p-count .j-p-c-ul2 .count li .Gdxq:hover a{
    font-size: 15px;
}
.jxzk-product .j-p-more{
    width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 45px;
    background: #2c42b1;
    transition:all .4s ease 0s;
}
.jxzk-product .j-p-more a{
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
}
.jxzk-product .j-p-more:hover{
    margin-top: 50px;
}
/* 关于我们 */
.jxzk-about{
    width: 100%;
    height: 880px;
}
.jxzk-about .j-a-part1{
    width: 100%;
    height: 600px;
    background: url(../images/part1.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
    box-sizing: border-box;
}
.jxzk-about .j-a-part1 .j-a-p-sp{
    width: 590px;
    height: 355px;
    float: left;
    overflow: hidden;
}
.jxzk-about .j-a-part1 .j-a-p-word{
    width: 790px;
    height: 355px;
    background: rgba(255, 255, 255, 0.7);
    float: right;
    padding: 0 30px;
    box-sizing: border-box;
}
.jxzk-about .j-a-part1 .j-a-p-word .title{
    width: 100%;
    height: 90px;
}
.jxzk-about .j-a-part1 .j-a-p-word .title .p1{
    width: 100%;
    height: 85px;
    line-height: 85px;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}
.jxzk-about .j-a-part1 .j-a-p-word .title .p2{
    width: 80px;
    height: 4px;
    background: #223b8c;
}
.jxzk-about .j-a-part1 .j-a-p-word .word{
    width: 100%;
    height: 160px;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    text-indent: 2em;
    margin-top: 15px;
}
.jxzk-about .j-a-part1 .j-a-p-word .word span{
    margin-left: 30px;
    transition:all .4s ease 0s;
}
.jxzk-about .j-a-part1 .j-a-p-word .word span a{
    transition:all .4s ease 0s;
    color: #333333;
}
.jxzk-about .j-a-part1 .j-a-p-word .word span:hover{
    margin-left: 40px;
}
.jxzk-about .j-a-part1 .j-a-p-word .word span:hover a{
    color: #223b8c;
}
.jxzk-about .j-a-part1 .j-a-p-word .gaikuang{
    width: 100%;
    height: 80px;
    margin-top: 10px;
    background: #ffffff;
}
.jxzk-about .j-a-part1 .j-a-p-word .gaikuang li{
    width: 20%;
    height: 100%;
    float: left;
}
.jxzk-about .j-a-part1 .j-a-p-word .gaikuang li .w1{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #2c42b1;
    margin-top: 10px;
}
.jxzk-about .j-a-part1 .j-a-p-word .gaikuang li .w2{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.jxzk-about-n{
    width: 100%;
    /*height: 880px;*/
}
.jxzk-about-n .j-a-part1-n{
    width: 100%;
    height: 740px;
    background: url(../images/part1.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
    box-sizing: border-box;
}
.jxzk-about-n .j-a-part1-n .j-a-p-sp-n{
    width: 590px;
    height: 355px;
    float: left;
    overflow: hidden;
}
.jxzk-about-n .j-a-part1-n .j-a-p-word-n{
    width: 790px;
    height: 610px;
    background: rgba(255, 255, 255, 0.7);
    float: right;
    padding: 0 30px;
    box-sizing: border-box;
}
.jxzk-about-n .j-a-part1-n .j-a-p-word-n .title-n{
    width: 100%;
    height: 90px;
}
.jxzk-about-n .j-a-part1-n .j-a-p-word-n .title-n .p1-n{
    width: 100%;
    height: 85px;
    line-height: 85px;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}
.jxzk-about-n .j-a-part1-n .j-a-p-word-n .title-n .p2-n{
    width: 80px;
    height: 4px;
    background: #223b8c;
}
.jxzk-about-n .j-a-part1-n .j-a-p-word-n .word-n{
    width: 100%;
    height: 160px;
    line-height: 35px;
    font-size: 16px;
    color: #333333;
    text-indent: 2em;
    margin-top: 15px;
}
/* .jxzk-about-n .j-a-part1-n .j-a-p-word-n .word-n span{ */
    /* margin-left: 30px; */
    /* transition:all .4s ease 0s; */
/* } */
/* .jxzk-about-n .j-a-part1-n .j-a-p-word-n .word-n span a{ */
    /* transition:all .4s ease 0s; */
    /* color: #333333; */
/* } */
/* .jxzk-about-n .j-a-part1-n .j-a-p-word-n .word-n span:hover{ */
    /* margin-left: 40px; */
/* } */
/* .jxzk-about-n .j-a-part1-n .j-a-p-word-n .word-n span:hover a{ */
    /* color: #223b8c; */
/* } */
.gaikuang-n{
	float:left;
    width: 42%;
    height: 244px;
    margin-top: 10px;
    background: #ffffff;
}
.gaikuang-n li{
    width: 33%;
    height: 100px;
    float: left;
	margin-top:20px;
}
.gaikuang-n li .w1-n{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #2c42b1;
    margin-top: 10px;
}
.gaikuang-n li .w2-n{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.jxzk-about .j-a-part2{
    width: 100%;
    height: 466px;
    margin-top: -110px;
}
.jxzk-about .j-a-part2 .patent{
    width: 100%;
    height: 390px;
    background: rgba(255, 255, 255, 0.7);
    padding-top: 40px;
    box-sizing: border-box;
    position: relative;
}
.jxzk-about .j-a-part2 .patent .box{
    transition:all .7s ease 0s;
    width: 215px!important;
    height: 312px;
    float: left;
}
.jxzk-about .j-a-part2 .patent .box{
    width: 246px!important;
    height: 315px;
    padding-right: 30px;
    box-sizing: border-box;
}
.jxzk-about .j-a-part2 .patent .box .Img{
    width: 216px;
    height: 315px;
    overflow: hidden;
}
.jxzk-about .j-a-part2 .patent .box .Img img{
    width: 100%;
    height: 100%;
    transition:all .4s ease 0s;
}
.jxzk-about .j-a-part2 .patent .box:hover .Img img{
    transform: scale(1.1);
}
.jxzk-about .control-box {
    width: 1230px;
    height: 312px;
    margin: 0 auto;
}
.jxzk-about .bigbox {
    overflow: hidden;
    width: 100%;
    height: 312px;
    margin-left: 15px;
}
.j-b-part2{ margin:0 auto; width:1400px; min-height: 1100px; height:auto;}
.j-b-part2-dt{ margin:0 auto; width:1400px; min-height: 800px; height:auto;}
.j-b-part2-hz{ margin:0 auto; width:1400px; min-height: 400px; height:auto;}
.j-b-part3{ margin:0 auto; width:1400px; min-height: 250px; height:auto;}
.content_jj{float:left; width:1400px; margin-bottom: 40px;}
.content_jj li{ float:left; width:180px; height:263px; padding:10px; border:1px solid #ece8e8; margin:10px 15px;}
.content_jj li img{width: 100%; height: 100%; transition:all .4s ease 0s;}
.content_jj li:hover img{ transform: scale(1.1);}

.content_hz{float:left; width:1400px;}
.content_hz li{ float:left; width:180px; height:60px; padding:10px; border:1px solid #ece8e8; margin:10px 15px;}
.content_hz li img{width: 100%; height: 100%; transition:all .4s ease 0s;}
.content_hz li:hover img{ transform: scale(1.1);}

#switcher {
    height: 312px;
    left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.jxzk-about .j-a-part2 .hgjx-bs .prev2{
    float: left;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 170px;
    left: 35px;
    cursor: pointer;
}
.jxzk-about .j-a-part2 .hgjx-bs .prev2 img{
    width: 100%;
    height: 100%;
}
.jxzk-about .j-a-part2 .hgjx-bs .next2{
    float: left;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 170px;
    right: 35px;
    cursor: pointer;
}
.jxzk-about .j-a-part2 .hgjx-bs .next2 img{
    width: 100%;
    height: 100%;
}
.jxzk-about .j-a-part2 .yinying{
    width: 100%;
    height: 76px;
}
.jxzk-about .j-a-part2 .yinying img{
    width: 100%;
    height: 100%;
}
/* 应用领域 */
.jxzk-area{
    width: 100%;
    height: 680px;
    margin-top: 80px;
}
.jxzk-area .j-a-title{
    width: 100%;
    height: 120px;
    box-sizing: border-box;
}
.jxzk-area .j-a-title .p1{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color: #223b8c;
    text-align: center;
    font-weight: bold;
}
.jxzk-area .j-a-title .p1 .s1{
    color: #000000;
}
.jxzk-area .j-a-title .p1 .s2{
    margin: 0 10px;
}
.jxzk-area .j-a-title .p1 .s3{
    font-size: 22px;
}
.jxzk-area .j-a-title .p2{
    width: 70px;
    height: 5px;
    background: #223b8c;
    margin: 0 auto;
    margin-top: 10px;
}
.jxzk-area .j-a-title .w1{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #b6b6b6;
    text-align: center;
    letter-spacing: 0.1em;
}
.jxzk-area .j-a-count{
    width: 100%;
    height: 500px;
    margin-top: 10px;
}
.jxzk-area .j-a-count .gWidth{
    height: 100%;
    position: relative;
}
.jxzk-area .j-a-count .beijing{
    width: 100%;
    height: 452px;
}
.jxzk-area .j-a-count .beijing img{
    width: 100%;
    height: 100%;
}
.jxzk-area .j-a-count .zhuangshi{
    width: 380px;
    height: 380px;
    position: absolute;
    left: -20px;right: 0;
    margin: 0 auto;
    z-index: 99;
    top: 45px;
    /* animation: rotate 2s linear infinite; */
}
.jxzk-area .j-a-count .zhuangshi img{
    width: 100%;
    height: 100%;
}
@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}
.jxzk-area .j-a-count .w1{
    font-size: 28px;
    color: #2c42b1;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    top: 96px;
    left: 320px;
}
.jxzk-area .j-a-count .w2{
    width: 470px;
    line-height: 35px;
    font-size: 18px;
    color: #333333;
    position: absolute;
    top: 145px;
    left: 22px;
}
.jxzk-area .j-a-count .p2{
    top: 345px;
    left: 395px;
}
.jxzk-area .j-a-count .p3{
    top: 395px;
}
.jxzk-area .j-a-count .p4{
    left: 1000px;
}
.jxzk-area .j-a-count .p5{
    left: 1000px;
}
.jxzk-area .j-a-count .p6{
    top: 345px;
    left: 1010px;
}
.jxzk-area .j-a-count .p7{
    top:395px;
    left: 1000px;
}
/* 新闻动态 */
.jxzk-news{
    width: 100%;
    height: 800px;
    background: url(../images/news-back.jpg) no-repeat fixed;
    background-size: 100% 100%;
}
.jxzk-news .j-n-title{
    width: 100%;
    height: 170px;
    box-sizing: border-box;
    padding-top: 50px;
}
.jxzk-news .j-n-title .p1{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.jxzk-news .j-n-title .p1 .s2{
    margin: 0 10px;
}
.jxzk-news .j-n-title .p1 .s3{
    font-size: 22px;
}
.jxzk-news .j-n-title .p2{
    width: 70px;
    height: 5px;
    background: #ffffff;
    margin: 0 auto;
    margin-top: 10px;
}
.jxzk-news .j-n-title .w1{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
}
.jxzk-news .j-n-list{
    width: 100%;
    height: 450px;
    margin-top: 30px;
}
.jxzk-news .j-n-list .list{
    width: 100%;
    height: 450px;
    background: #ffffff;
    padding: 0 25px;
    padding-top: 25px;
    box-sizing: border-box;
}
.jxzk-news .j-n-list .list li{
    width: 410px;
    height: 430px;
    float: left;
    margin-right: 60px;
}
.jxzk-news .j-n-list .list li:nth-child(3n){
    margin-right: 0;
}
.jxzk-news .j-n-list .list li .Img{
    width: 410px;
    height: 230px;
}
.jxzk-news .j-n-list .list li .Img img{
    width: 100%;
    height: 100%;
    transition:all .4s ease 0s;
}
.jxzk-news .j-n-list .list li :hover .Img img{
    margin-top: 10px;
}
.jxzk-news .j-n-list .list li .Word{
    width: 100%;
    height: 180px;
    margin-top: 20px;
}
.jxzk-news .j-n-list .list li .Word .w1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
    transition:all .4s ease 0s;
}
.jxzk-news .j-n-list .list li :hover .Word .w1{
    color: #2c42b1;
}
.jxzk-news .j-n-list .list li .Word .time{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #a19b98;
}
.jxzk-news .j-n-list .list li .Word .w2{
    width: 100%;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 5px;
}
.jxzk-news .j-n-more{
    width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 45px;
    background: #2c42b1;
    transition:all .4s ease 0s;
}
.jxzk-news .j-n-more a{
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
}
.jxzk-news .j-n-more:hover{
    margin-top: 50px;
}
/* 联系我们 */
.jxzk-lxwm{
    width: 100%;
    height: 580px;
    background: url(../images/lxwm-back.png) no-repeat fixed;
    background-size: 100% 100%;
    padding-top: 80px;
    box-sizing: border-box;
}
.jxzk-lxwm .j-l-title{
    width: 100%;
    height: 120px;
    box-sizing: border-box;
}
.jxzk-lxwm .j-l-title .p1{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color: #223b8c;
    text-align: center;
    font-weight: bold;
}
.jxzk-lxwm .j-l-title .p1 .s1{
    color: #000000;
}
.jxzk-lxwm .j-l-title .p1 .s2{
    margin: 0 10px;
}
.jxzk-lxwm .j-l-title .p1 .s3{
    font-size: 22px;
}
.jxzk-lxwm .j-l-title .p2{
    width: 70px;
    height: 5px;
    background: #223b8c;
    margin: 0 auto;
    margin-top: 10px;
}
.jxzk-lxwm .j-l-title .w1{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #b6b6b6;
    text-align: center;
    letter-spacing: 0.1em;
}
.jxzk-lxwm .j-l-count{
    width: 100%;
    height: 280px;
    margin-top: 30px;
}
.jxzk-lxwm .j-l-count li{
    width: 430px;
    height: 280px;
    float: left;
    background: rgba(235,235,235,0.5);
    margin-right: 55px;
    cursor: pointer;
}
.jxzk-lxwm .j-l-count li:nth-child(3n){
    margin-right: 0;
}
.jxzk-lxwm .j-l-count li .j-l-c-title{
    width: 100%;
    height: 140px;
    padding-top: 30px;
    box-sizing: border-box;
}
.jxzk-lxwm .j-l-count li .j-l-c-title img{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
    animation: round 1s ease 0s infinite alternate;
}
.jxzk-lxwm .j-l-count li:nth-child(2) .j-l-c-title img{
    animation-delay: 0.15s;
}
.jxzk-lxwm .j-l-count li:nth-child(3) .j-l-c-title img{
    animation-delay: 0.2s;
}
@keyframes round{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.08);
    }
}
.jxzk-lxwm .j-l-count li .j-l-c-title .w1{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #2c42b1;
    margin-top: 10px;
}
.jxzk-lxwm .j-l-count li .j-l-c-title .hx{
    width: 70px;
    height: 5px;
    background: #223b8c;
    margin: 0 auto;
    margin-top: 10px;
}
.jxzk-lxwm .j-l-count li .j-l-c-count{
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 18px;
    color: #646464;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}
/* 通用底部 */
.jxzk-footer{
    width: 100%;
    height: 440px;
    background: #3b3b3b;
}
.jxzk-footer .j-f-top{
    width: 100%;
    height: 390px;
}
.jxzk-footer .j-f-top .gWidth{
    height: 100%;
}
.jxzk-footer .j-f-top .j-f-t-left{
    width: 925px;
    height: 350px;
    margin-top: 30px;
    border-right: 1px solid #666666;
    padding-left: 30px;
    /*padding-top: 20px;*/
    box-sizing: border-box;
}
.jxzk-footer .j-f-top .j-f-t-left li{
    width: 222px;
    height: 100%;
    float: left;
}
.jxzk-footer .j-f-top .j-f-t-left li .title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.1em;
}
.jxzk-footer .j-f-top .j-f-t-left li ul{
    width: 100%;
    height: 250px;
}
.jxzk-footer .j-f-top .j-f-t-left li ul ol{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
}
.jxzk-footer .j-f-top .j-f-t-left li ul ol a{
    color: #ffffff;
    transition:all .4s ease 0s;
}
.jxzk-footer .j-f-top .j-f-t-left li ul ol:hover a{
    color: #5f5f5f;
}
.jxzk-footer .j-f-bottom{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #2c2c2c;
}

.jxzk-footer .j-f-bottom a{
    color: #ffffff;
}

.jxzk-footer .j-f-top .j-f-t-right{
    width: 475px;
    height: 330px;
    margin-top: 30px;
}
.jxzk-footer .j-f-top .j-f-t-right .r-dy{
    width: 220px;
    height: 250px;
    float: left;
    margin-top: 50px;
}
.jxzk-footer .j-f-top .j-f-t-right .r-dy .Img{
    width: 140px;
    height: 140px;
    margin: 0 auto;
}
.jxzk-footer .j-f-top .j-f-t-right .r-dy .Img img{
    width: 100%;
    height: 100%;
}
.jxzk-footer .j-f-top .j-f-t-right .r-dy .Word{
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    color: #ffffff;
    text-align: center;
}
.jxzk-footer .j-f-top .j-f-t-right .r-tb{
    width: 220px;
    height: 250px;
    float: left;
    margin-top: 50px;
}
.jxzk-footer .j-f-top .j-f-t-right .r-tb .Img{
    width: 102px;
    height: 120px;
    margin: 0 auto;
    margin-top: 20px;
}
.jxzk-footer .j-f-top .j-f-t-right .r-tb .Img img{
    width: 100%;
    height: 100%;
}
.jxzk-footer .j-f-top .j-f-t-right .r-tb .Word{
    width: 100px;
    margin: 0 auto;
    margin-top: 10px;
}
.jxzk-footer .j-f-top .j-f-t-right .r-tb .Word li{
    width: 100%;
    height: 30px;
}
.jxzk-footer .j-f-top .j-f-t-right .r-tb .Word li img{
    width: 15px;
    height: 15px;
    margin-top: 7.5px;
}
.jxzk-footer .j-f-top .j-f-t-right .r-tb .Word li p{
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    margin-left: 8px;
}
/* 浮窗 */
.jxzk-fc{
    width: 200px;
    height: 320px;
    position: absolute;
    top: 300px;
    right: 0;
    z-index: 5;
}
.jxzk-fc .Img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.jxzk-fc .Img img{
    width: 100%;
    height: 100%;
}
.jxzk-fc .Word{
    width: 100%;
    height: 130px;
    background: #7995f8;
    margin-top: 30px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}
.jxzk-fc .Word .zxzx{
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
}
.jxzk-fc .Word .zxzx img{
    width: 25px;
    height: 25px;
    margin-top: 7.5px;
    float: left;
    margin-left: 45px;
}
.jxzk-fc .Word .zxzx p{
    float: left;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    margin-left: 5px;
    letter-spacing: 0.1em;
}
.jxzk-fc .Word li{
    width: 175px;
    height: 35px;
    border-bottom: 1px solid #8b8b8b;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #8b8b8b;
    letter-spacing: 0.1em;
    background: #d9d9d9;
    margin: 0 auto;
}
.jxzk-fc .Word li a{
    color: #8b8b8b;
    display: block;
    width: 100%;
    height: 100%;
}
/* 内页页面 */
.jxzk-inner{
    width: 100%;
    min-height: 600px;
    background: #f2f1f1;
}

/* 内页——产品中心 */
.jxzk-inner .j-i-cpzx{
    width: 100%;
    min-height: 600px;
}
.jxzk-inner .j-i-cpzx .j-i-c-title{
    width: 100%;
    height: 65px;
    background: #ffffff;
}
.jxzk-inner .j-i-cpzx .j-i-c-title .gWidth{
    height: 100%;
}
.jxzk-inner .j-i-cpzx .j-i-c-title ul{
    width: 90%;
    height: 100%;
    float: left;
}
.jxzk-inner .j-i-cpzx .j-i-c-title .fh{
    width: 10%;
    height: 100%;
    line-height: 65px;
    float: right;
    font-size: 16px;
    text-align: right;
}
.jxzk-inner .j-i-cpzx .j-i-c-title .fh a{
    color: #000000;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-cpzx .j-i-c-title .fh:hover a{
    color: #2c42b1;
}

.jxzk-inner .j-i-cpzx .j-i-c-title .fh-n{
    width: 100%;
    height: 100%;
    line-height: 65px;
    float: left;
    font-size: 16px;
    text-align: left;
}
.jxzk-inner .j-i-cpzx .j-i-c-title .fh-n a{
    color: #000000;
}
.jxzk-inner .j-i-cpzx .j-i-c-title .fh-n:hover a{
    color: #000000;
}

.jxzk-inner .j-i-cpzx .j-i-c-title ul li{
    width: 125px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 12.5px;
    float: left;
    font-size: 16px;
    border-radius: 10px;
    margin-right: 20px;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-cpzx .j-i-c-title ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-cpzx .j-i-c-title ul .active{
    background: #2c42b1;
}
.jxzk-inner .j-i-cpzx .j-i-c-title ul li:hover{
    background: #2c42b1;
}
.jxzk-inner .j-i-cpzx .j-i-c-title ul li:hover a{
    color: #ffffff;
}
.jxzk-inner .j-i-cpzx .j-i-c-title ul .active a{
    color: #ffffff;
}
.jxzk-inner .j-i-cpzx .j-i-c-count{
    width: 100%;
    min-height: 500px;
    margin-top: 20px;
    padding-bottom: 100px;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-sx{
    width: 100%;
    min-height: 130px;
    background: #ffffff;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-sx .title{
    width: 100%;
    height: 46px;
    line-height: 45px;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    padding-left: 20px;
    box-sizing: border-box;
    color: #000000;
    font-size: 16px;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-sx .count{
    width: 100%;
    min-height: 40px;
    padding: 20px 20px;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-sx .count li{
    width: 100%;
    font-size: 16px;
    line-height: 40px;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-sx .count li .w1{
    float: left;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-sx .count li .w2{
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-sx .count li .w2 a{
    float: left;
    color: #2c42b1;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-sx .count li .w3{
    float: left;
    width: 88%;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-sx .count li .w3 a{
    color: #000000;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-sx .count li .w3 span{
    margin-right: 15px;
}

.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-sx .count li .w4{
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-sx .count li .w4 a{
    float: left;
    color: #000000;
}

.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-cplb{
    width: 100%;
    min-height: 500px;
    margin-top: 20px;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-cplb li{
    width: 320px;
    height: 320px;
    background: #ffffff;
    float: left;
    margin-right: 40px;
    margin-bottom: 50px;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-cplb li:nth-child(4n){
    margin-right: 0;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-cplb li .Img{
    width: 230px;
    height: 230px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-cplb li .Img img{
    width: 100%;
    height: 100%;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-cplb li:hover .Img img{
    transform: scale(1.1);
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-cplb li p{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #333333;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-cpzx .j-i-c-count .j-i-c-c-cplb li:hover p{
    color: #2c42b1;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2{
    width: 100%;
    min-height: 500px;
    margin-top: 20px;
    padding-bottom: 100px;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs{
    width: 100%;
    min-height: 500px;
    background: #ffffff;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18{
    width:820px;
    position:relative;
    margin:0 auto;
    padding-top: 50px;
    margin-bottom: 50px;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .btn{
    position:absolute;
    cursor:pointer;
    z-index:99;
    font-size:50px;
    font-weight:bold;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .prev{
    left:-50px;
    background:url(../images/prevBtn.png) no-repeat;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 #prevTop,.mod18 #nextTop{
    top: 320px;
    width: 32px;
    height: 48px;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 #prev,.mod18 #next{
    top:490px;
    width:10px;
    height:16px;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 #prevTop{
    background:url(../images/prevBtnTop.png) 0 0 no-repeat;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 #nextTop{
    background:url(../images/nextBtnTop.png) 0 0 no-repeat;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .next{
    right:-50px;
    background:url(../images/nextBtn.png) no-repeat;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 li{
    float:left;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .cf li{
    position:relative;color:#fff;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .cf a{
    display:block;
    width:584px; 
    height:584px;
    position:absolute;
    color:#fff;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .cf li span{
    display:block;
    width:486px;
    position:absolute;
    left:75px;
    bottom:0;
    padding:10px 20px;
    line-height:22px;
    text-align:left;
    background:rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .picBox{
    width:584px; 
    height:584px; 
    position:relative;
    overflow:hidden;
    margin: 0 auto;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .picBox ul{
    height:584px;
    position:absolute;
     left:0;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .picBox li{
    width:584px;
    height:584px;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .picBox li img{
    width: 100%;
    height: 100%;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .listBox{
    width:642px;
    height:100px;
    margin:0 auto;
    position:relative; 
    padding-top:15px;
    overflow:hidden;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .listBox ul{
    height:88px;
    position:absolute; 
    padding-left:12px;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .listBox li{
    width:127px;
    height:77px;
    cursor:pointer;
    position:relative; 
    padding:5px 0 0 0;
    opacity: 1;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .listBox li i{
    display:none;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .listBox li a{
    display:block;
    width:77px;
    height:77px;
    background-color:#cfa972;
    opacity: 0.6;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .listBox li a img{
    width: 100%;
    height: 100%;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .listBox img{
    background-color:#cfa972;
    opacity: 0.6;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .listBox .on a{
    opacity: 1;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .listBox .on img{
    opacity: 1;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .mod18 .listBox .on i{
    display:block;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .listBox img{
    width: 100%;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .c2-tab{
    width: 100%;
    min-height: 500px;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .c2-tab .c2-t-title{
    width: 100%;
    height: 50px;
    padding: 0 80px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .c2-tab .c2-t-title li{
    width: 230px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    float: left;
    background: #e1e1e1;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .c2-tab .c2-t-title li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .c2-tab .c2-t-title li:hover{
    background: #2c42b1;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .c2-tab .c2-t-title li:hover a{
    color: #ffffff;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .c2-tab .c2-t-title .active{
    background: #2c42b1;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .c2-tab .c2-t-title .active a{
    color: #ffffff;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .c2-tab .c2-t-count{
    width: 100%;
    min-height: 400px;
    padding: 0 80px;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .c2-tab .c2-t-count table{
    width:100% !important;
}


.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .c2-tab .c2-t-count .count{
    width: 100%;
    min-height: 400px;
    font-size: 16px;
    line-height: 40px;
    margin-top: 50px;
    display: none;
}
.jxzk-inner .j-i-cpzx .j-i-c-count2 .c2-cpzs .c2-tab .c2-t-count .count img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}
/* 新闻列表 */
.jxzk-inner .j-i-cpzx-1{
    width: 100%;
    
}
.jxzk-inner .j-i-cpzx-1 .j-i-c-title{
    width: 100%;
    height: 65px;
    background: #ffffff;
}
.jxzk-inner .j-i-cpzx-1 .j-i-c-title .gWidth{
    height: 100%;
}
.jxzk-inner .j-i-cpzx-1 .j-i-c-title ul{
    width: 90%;
    height: 100%;
    float: left;
}
.jxzk-inner .j-i-cpzx-1 .j-i-c-title .fh{
    width: 10%;
    height: 100%;
    line-height: 65px;
    float: right;
    font-size: 16px;
    text-align: right;
}
.jxzk-inner .j-i-cpzx-1 .j-i-c-title .fh a{
    color: #000000;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-cpzx-1 .j-i-c-title .fh:hover a{
    color: #2c42b1;
}

.jxzk-inner .j-i-cpzx-1 .j-i-c-title .fh-n{
    width: 100%;
    height: 100%;
    line-height: 65px;
    float: left;
    font-size: 16px;
    text-align: left;
}
.jxzk-inner .j-i-cpzx-1 .j-i-c-title .fh-n a{
    color: #000000;
}
.jxzk-inner .j-i-cpzx-1 .j-i-c-title .fh-n:hover a{
    color: #000000;
}

.jxzk-inner .j-i-cpzx-1 .j-i-c-title ul li{
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 12.5px;
    float: left;
    font-size: 16px;
    border-radius: 10px;
    margin-right: 20px;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-cpzx-1 .j-i-c-title ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-cpzx-1 .j-i-c-title ul .active{
    background: #2c42b1;
}
.jxzk-inner .j-i-cpzx-1 .j-i-c-title ul li:hover{
    background: #2c42b1;
}
.jxzk-inner .j-i-cpzx-1 .j-i-c-title ul li:hover a{
    color: #ffffff;
}
.jxzk-inner .j-i-cpzx-1 .j-i-c-title ul .active a{
    color: #ffffff;
}
.jxzk-inner .j-i-list{
    width: 100%;
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.jxzk-inner .j-i-list .l-left{
    width: 230px;
    min-height: 430px;
    background: #ffffff;
}
.jxzk-inner .j-i-list .l-left .l-l-title{
    width: 100%;
    height: 60px;
    background: #2c42b1;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}
.jxzk-inner .j-i-list .l-left  ul{
    width: 100%;
    min-height: 300px;
}
.jxzk-inner .j-i-list .l-left ul li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #8b8b8b;
    border-bottom: 1px solid #f3f3f3;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-list .l-left ul li a{
    color: #8b8b8b;
    display: block;
    width: 100%;
    height: 100%;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-list .l-left ul .active{
    background: #2c42b1;
    border-bottom: 1px solid #2c42b1;
}
.jxzk-inner .j-i-list .l-left ul .active a{
    color: #ffffff;
}
.jxzk-inner .j-i-list .l-left ul li:hover{
    background: #2c42b1;
    border-bottom: 1px solid #2c42b1;
}
.jxzk-inner .j-i-list .l-left ul li:hover a{
    color: #ffffff;
}


.jxzk-inner .j-i-list .l-left ul ol{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #8b8b8b;
	background:#fafafa;
    border-bottom: 1px solid #f3f3f3;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-list .l-left ul ol a{
    color: #8b8b8b;
    display: block;
    width: 100%;
    height: 100%;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-list .l-left ul ol:hover{
    background: #2c42b1;
    border-bottom: 1px solid #2c42b1;
}
.jxzk-inner .j-i-list .l-left ul ol:hover a{
    color: #ffffff;
}

.jxzk-inner .j-i-list .l-right-rl{
    width: 100%;
    min-height: 500px;
    background: #ffffff;
    padding: 0 40px;
    box-sizing: border-box;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-title{
    width: 100%;
    height: 80px;

}
.jxzk-inner .j-i-list .l-right-rl .l-r-title .l-r-t-left{
    width: 40%;
    height: 100%;
    color: #2c42b1;
    line-height: 80px;
    font-weight: bold;
    font-size: 22px;
    float: left;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-title .l-r-t-search{
    width: 300px;
    height: 40px;
    margin-top: 20px;
    float: right;
    background: #f4f3f4;
    border-radius: 50px;
    overflow: hidden;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-title .l-r-t-search input{
    width: 220px;
    height: 40px;
    border: none;
    float: left;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 40px;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-title .l-r-t-search button{
    width: 80px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    background: #2c42b1;
    float: right;
    border: none;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-count{
    width: 100%;
    min-height: 400px;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-count .c-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2c42b1;
    font-size: 16px;
    color: #ffffff;
    padding: 0 30px;
    box-sizing: border-box;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-count .c-title li{
    float: left;
    width: 40%;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-count ul{
    width: 100%;
    min-height: 500px;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-count ul li{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    font-size: 16px;
    color: #000000;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 1px dashed #b4bce5;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-count ul li:nth-child(2n){
    background: #f3f5ff;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-count ul li a{
    color: #333333;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-count ul li:hover a{
    color: #2c42b1;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-count ul li .w1{
    float: left;
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-count ul li .time{
    float: left;
    width: 20%;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-count ul li .w1a{
    float: left;
    width: 60%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-count ul li .timea{
    float: left;
    width: 25%;
}
.jxzk-inner .j-i-list .l-right-rl .l-r-count ul li img{
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 10px;
    margin-left: 65px;
}
.jxzk-inner .j-i-list .l-rcount-rl{
    width: 100%;
    min-height: 500px;
    background: #ffffff;
    padding: 0 40px;
    box-sizing: border-box;
    border-top: 5px solid #2c42b1;
}
.jxzk-inner .j-i-list .l-rcount-rl .l-r-count{
    width: 100%;
    min-height: 500px;
    padding: 0 40px;
    box-sizing: border-box;
}
.jxzk-inner .j-i-list .l-rcount-rl .l-r-count .add{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #b1b1b1;
    letter-spacing: 0.1em;
    margin-top: 10px;
}
.jxzk-inner .j-i-list .l-rcount-rl .l-r-count .add a{
    color: #b1b1b1;
    margin: 0 10px;
}
.jxzk-inner .j-i-list .l-rcount-rl .l-r-count .count{
    width: 100%;
    min-height: 400px;
}
.jxzk-inner .j-i-list .l-rcount-rl .l-r-count .count .title{
    width: 100%;
    line-height: 50px;
    font-size: 26px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.jxzk-inner .j-i-list .l-rcount-rl .l-r-count .count .time{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #b1b1b1;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
}
.jxzk-inner .j-i-list .l-rcount-rl .l-r-count .count .time span{
    margin-right: 20px;
}
.jxzk-inner .j-i-list .l-rcount-rl .l-r-count .count .zhengwen{
    width: 100%;
    min-height: 400px;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    padding-bottom: 50px;
}
.jxzk-inner .j-i-list .l-rcount-rl .l-r-count .count .zhengwen img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}



.jxzk-inner .j-i-list .l-right{
    width: 1130px;
    min-height: 500px;
    background: #ffffff;
    padding: 0 40px;
    box-sizing: border-box;
}
.jxzk-inner .j-i-list .l-right .l-r-title{
    width: 100%;
    height: 80px;

}
.jxzk-inner .j-i-list .l-right .l-r-title .l-r-t-left{
    width: 40%;
    height: 100%;
    color: #2c42b1;
    line-height: 80px;
    font-weight: bold;
    font-size: 22px;
    float: left;
}
.jxzk-inner .j-i-list .l-right .l-r-title .l-r-t-search{
    width: 300px;
    height: 40px;
    margin-top: 20px;
    float: right;
    background: #f4f3f4;
    border-radius: 50px;
    overflow: hidden;
}
.jxzk-inner .j-i-list .l-right .l-r-title .l-r-t-search input{
    width: 220px;
    height: 40px;
    border: none;
    float: left;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 40px;
}
.jxzk-inner .j-i-list .l-right .l-r-title .l-r-t-search button{
    width: 80px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    background: #2c42b1;
    float: right;
    border: none;
}
.jxzk-inner .j-i-list .l-right .l-r-count{
    width: 100%;
    min-height: 400px;
}
.jxzk-inner .j-i-list .l-right .l-r-count .c-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2c42b1;
    font-size: 16px;
    color: #ffffff;
    padding: 0 30px;
    box-sizing: border-box;
}
.jxzk-inner .j-i-list .l-right .l-r-count .c-title li{
    float: left;
    width: 40%;
}
.jxzk-inner .j-i-list .l-right .l-r-count ul{
    width: 100%;
    min-height: 500px;
}
.jxzk-inner .j-i-list .l-right .l-r-count ul li{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    font-size: 16px;
    color: #000000;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 1px dashed #b4bce5;
}
.jxzk-inner .j-i-list .l-right .l-r-count ul li:nth-child(2n){
    background: #f3f5ff;
}
.jxzk-inner .j-i-list .l-right .l-r-count ul li a{
    color: #333333;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-list .l-right .l-r-count ul li:hover a{
    color: #2c42b1;
}
.jxzk-inner .j-i-list .l-right .l-r-count ul li .w1{
    float: left;
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.jxzk-inner .j-i-list .l-right .l-r-count ul li .time{
    float: left;
    width: 20%;
}
.jxzk-inner .j-i-list .l-right .l-r-count ul li .w1a{
    float: left;
    width: 60%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.jxzk-inner .j-i-list .l-right .l-r-count ul li .timea{
    float: left;
    width: 25%;
}
.jxzk-inner .j-i-list .l-right .l-r-count ul li img{
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 10px;
    margin-left: 65px;
}
.jxzk-inner .j-i-list .l-rcount{
    width: 1130px;
    min-height: 500px;
    background: #ffffff;
    padding: 0 40px;
    box-sizing: border-box;
    border-top: 5px solid #2c42b1;
}
.jxzk-inner .j-i-list .l-rcount .l-r-count{
    width: 100%;
    min-height: 500px;
    padding: 0 40px;
    box-sizing: border-box;
}
.jxzk-inner .j-i-list .l-rcount .l-r-count .add{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #b1b1b1;
    letter-spacing: 0.1em;
    margin-top: 10px;
}
.jxzk-inner .j-i-list .l-rcount .l-r-count .add a{
    color: #b1b1b1;
    margin: 0 10px;
}
.jxzk-inner .j-i-list .l-rcount .l-r-count .count{
    width: 100%;
    min-height: 400px;
}
.jxzk-inner .j-i-list .l-rcount .l-r-count .count .title{
    width: 100%;
    line-height: 50px;
    font-size: 26px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.jxzk-inner .j-i-list .l-rcount .l-r-count .count .time{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #b1b1b1;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
}
.jxzk-inner .j-i-list .l-rcount .l-r-count .count .time span{
    margin-right: 20px;
}
.jxzk-inner .j-i-list .l-rcount .l-r-count .count .zhengwen{
    width: 100%;
    min-height: 400px;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    padding-bottom: 50px;
}
.jxzk-inner .j-i-list .l-rcount .l-r-count .count .zhengwen img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.jxzk-inner .j-i-list .l-rcount-fw{
    width: 100%;
    min-height: 500px;
    background: #ffffff;
    padding: 0 40px;
    box-sizing: border-box;
    border-top: 5px solid #2c42b1;
}
.jxzk-inner .j-i-list .l-rcount-fw .l-r-count-fw{
    width: 100%;
    min-height: 500px;
    padding: 0 40px;
    box-sizing: border-box;
}
.jxzk-inner .j-i-list .l-rcount-fw .l-r-count-fw .count-fw{
    width: 100%;
    min-height: 400px;
}
.jxzk-inner .j-i-list .l-rcount-fw .l-r-count-fw .count-fw .title{
    width: 100%;
    line-height: 50px;
    font-size: 26px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.jxzk-inner .j-i-list .l-rcount-fw .l-r-count-fw .count-fw .time{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #b1b1b1;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
}
.jxzk-inner .j-i-list .l-rcount-fw .l-r-count-fw .count-fw .zhengwen{
    width: 100%;
    min-height: 400px;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    padding-bottom: 50px;
}
.jxzk-inner .j-i-list .l-rcount-fw .l-r-count-fw .count-fw .zhengwen img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.jxzk-inner .j-i-list .list{
    width: 100%;
    height: 1280px;
    background: #ffffff;
    padding: 0 25px;
    padding-top: 25px;
    box-sizing: border-box;
}
.jxzk-inner .j-i-list .list li{
    width: 410px;
    height: 345px;
    float: left;
    margin-right: 60px;
	margin-bottom:40px;
	border-bottom: 1px solid #e2e0e0;
}
.jxzk-inner .j-i-list .list li:nth-child(3n){
    margin-right: 0;
}
.jxzk-inner .j-i-list .list li .Img{
    width: 410px;
    height: 230px;
}
.jxzk-inner .j-i-list .list li .Img img{
    width: 100%;
    height: 100%;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-list .list li :hover .Img img{
    margin-top: 10px;
}
.jxzk-inner .j-i-list .list li .Word{
    width: 100%;
    height: 180px;
    margin-top: 20px;
}
.jxzk-inner .j-i-list .list li .Word .w1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-list .list li :hover .Word .w1{
    color: #2c42b1;
}
.jxzk-inner .j-i-list .list li .Word .time{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #a19b98;
}
.jxzk-inner .j-i-list .list li .Word .w2{
    width: 100%;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 5px;
}

/* 图片列表页 */
.jxzk-inner .j-i-ilist{
    width: 100%;
    min-height: 500px;
    padding: 50px 0;
    box-sizing: border-box;
}
.jxzk-inner .j-i-ilist .j-i-i-count{
    width: 100%;
    min-height: 500px;
}
.jxzk-inner .j-i-ilist .j-i-i-count ul{
    width: 100%;
    min-height: 500px;
    padding: 0 40px;
}
.jxzk-inner .j-i-ilist .j-i-i-count ul li{
    width: 400px;
    height: 300px;
    background: #ffffff;
    float: left;
    margin-right: 60px;
    margin-bottom: 60px;
}
.jxzk-inner .j-i-ilist .j-i-i-count ul li:nth-child(3n){
    margin-right: 0;
}
.jxzk-inner .j-i-ilist .j-i-i-count ul li .Img{
    width: 100%;
    height: 225px;
    overflow: hidden;
}
.jxzk-inner .j-i-ilist .j-i-i-count ul li .Img img{
    width: 100%;
    height: 100%;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-ilist .j-i-i-count ul li p{
    width: 100%;
    line-height: 75px;
    height: 75px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-ilist .j-i-i-count ul li:hover p{
    color: #2c42b1;   
}
.jxzk-inner .j-i-ilist .j-i-i-count ul li:hover .Img img{
    transform: scale(1.1);
}
.subBanner{ margin:0 auto; width:100%; overflow:hidden;margin-top: 110px;}
.subBanner img{
	width:100%;
}
/*分页样式*/
.page_info{ float:left; width:100%; text-align:center;margin-top:10px;color:#333; margin-bottom:30px;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{ float:left; width:100%; height:64px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:30px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}

#imgFrame{
    position:fixed; 
    top:0;bottom:0;
    left:0; right: 0;
    margin: auto auto;
    z-index:9999; 
    display:none;
    height: 900px;
    width: 1400px;
    background: rgba(0,0,0,0.7);
   }
 #imgFrame img{
     width: 500px;
     height: 730px;
     display: block;
     margin: auto auto;
 }
 #imgFrame .gb{
     width: 100%;
     height: 50px;
     line-height: 50px;
     font-size: 18px;
     color: #ffffff;
     padding: 0 30px;
     box-sizing: border-box;
     margin-top: 10px;
	 text-align:right;
 }
 #imgFrame .gb a{
     color: #ffffff;
 }
 
 .jxzk-yyly{
    width: 100%;
    height: 800px;
    margin: 50px 0;
}
.jxzk-yyly .gWidth{
    height: 100%;
}
.jxzk-yyly .j-y-left{
    width: 350px;
    height: 800px;
    /*background: #383838;*/
	background: url(../images/yylybg.jpg) no-repeat center;
    padding-top: 220px;
    box-sizing: border-box;
}
.jxzk-yyly .j-y-left .w1{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    color: #ffffff;
}
.jxzk-yyly .j-y-left .w2{
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
}
.jxzk-yyly .j-y-left .ckgd{
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    margin-top: 60px;
    transition: all .4s ease 0s;
}
.jxzk-yyly .j-y-left:hover .ckgd{
    margin-top: 70px;
}
.jxzk-yyly .j-y-left .ckgd a{
    display: block;
    width: 100%;
    height: 100%;
    color: #a9251d;
}
.jxzk-yyly .j-y-right{
    width: 1000px;
    height: 800px;
}
.jxzk-yyly .j-y-right li{
    width: 470px;
    height: 400px;
    float: left;
}
.jxzk-yyly .j-y-right li:nth-child(2n){
    float: right;
}
.jxzk-yyly .j-y-right li .Img{
    width: 100%;
    height: 310px;
    background: #f4f4f4;
    /*padding-top: 15px;*/
    box-sizing: border-box;
}
.jxzk-yyly .j-y-right li .Img .I-count{
    /*width: 280px;
    height: 280px;*/
	height: 310px;
    margin: 0 auto;
    overflow: hidden;
}
.jxzk-yyly .j-y-right li .Img .I-count img{
    width: 100%;
    height: 100%;
    transition: all .4s ease 0s;
}
.jxzk-yyly .j-y-right li .Word{
    width: 100%;
    height: 70px;
}
.jxzk-yyly .j-y-right li .Word .w1{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #000000;
    transition: all .4s ease 0s;
}
.jxzk-yyly .j-y-right li .Word .w2{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size:16;
    text-align: center;
    color: #666666;
}
.jxzk-yyly .j-y-right li:hover .Img .I-count img{
    transform: scale(1.1);
}
.jxzk-yyly .j-y-right li:hover .Word .w1{
    color: #2c42b1;
}

/*详细页功能区*/
.preNext{position:relative; height:130px;}
.preNext .line{height:10px;overflow:hidden;clear:both;background:url(../images/box_dotline.gif) left 15px repeat-x;margin:4px auto;padding-top:10px;}
.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;background:url(../images/box_dotline.gif) right -10px no-repeat;float:left;}
.preNext .text{color:#999;}
.preNext .text li{ float:left; width:100%; line-height:40px;}
.preNext .text li a{color:#999;}

.jxzk-bjdh{
    width: 100%;
    height: 300px;
    background: #f2f1f1;
    margin-bottom: 50px;
}
.jxzk-bjdh .gWidth{
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box
}
.jxzk-bjdh li{
    width: 650px;
    height: 100%;
    background: #ffffff;
    float: left;
}
.jxzk-bjdh li:nth-child(2n){
    float: right;
}
.jxzk-bjdh li a{
    display: block;
    width: 100%;
    height: 100%;
}
.jxzk-bjdh li img{
    width: 100px;
    height: 100px;
    margin-top: 90px;
    float: left;
    margin-left: 180px;
    transition: all .4s ease 0s;
}
.jxzk-bjdh li:hover img{
    margin-top: 80px;
}
.jxzk-bjdh li .w1{
    float: left;
    margin-top: 130px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    float: left;
    margin-left: 10px;
}
@media only screen and (max-width: 980px){
html,body{
	width:1470px !important;
}
}


/* 新增 */
.jxzk-inner .j-i-list  .yiji{
    width: 100%;
    min-height: 300px;
}
.jxzk-inner .j-i-list .yiji .inactive {
    background: url(../images/right1.png) no-repeat 200px center;
    background-size: 10px 18px;
}
.jxzk-inner .j-i-list .yiji .inactives {
    background: url(../images/bottom.png) no-repeat 192px center;
    background-size: 18px 10px;
}
.jxzk-inner .j-i-list .yiji li{
    width: 100%;
    min-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #8b8b8b;
    border-bottom: 1px solid #f3f3f3;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-list .yiji li p{
    color: #8b8b8b;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    transition:all .4s ease 0s;
    cursor: pointer;
}
.jxzk-inner .j-i-list .yiji li a{
    color: #8b8b8b;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-list .yiji .erji{
    width: 100%;
    margin: 0 auto;
    min-height: 60px;
}
.jxzk-inner .j-i-list .yiji .erji p{
    height: 45px;
    line-height: 45px;
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #e7e5e5;
    font-size: 14px;
}
.jxzk-inner .j-i-list .yiji .erji p span{
    margin-right: 5px;
}
.jxzk-inner .j-i-list .yiji .erji p a{
    width: 100%;
    height: 100%;
    display: block;
}
.jxzk-inner .j-i-list .yiji li:hover a{
    color: #2c42b1;
}
.jxzk-inner .j-i-list .yiji li:hover p{
    color: #2c42b1;
}
.jxzk-inner .j-i-list .yiji li:hover .erji p a{
    color: #8b8b8b;
}
.jxzk-inner .j-i-list .yiji li .erji p:hover a{
    color: #2c42b1;
}
.jxzk-inner .j-i-list .yiji li .erji .active2 a{
    color: #2c42b1;
	font-weight:bold;
}

.jxzk-inner .j-i-list .yiji .active{
    background: #2c42b1;
	
    border-bottom: 1px solid #2c42b1;
}
.jxzk-inner .j-i-list .yiji .active a{
    color: #ffffff;
}

.zizhimore{
	clear: both;
	width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 45px;
    transition: all .4s ease 0s;
	border:1px solid #ece8e8;
}
	
.zizhimore a{ color:#565656;}

.jxzk-inner .j-i-ilist .j-i-i-count_zz{
    width: 100%;
    min-height: 500px;
}
.jxzk-inner .j-i-ilist .j-i-i-count_zz ul{
    width: 100%;
    min-height: 650px;
    padding: 0 40px;
}
.jxzk-inner .j-i-ilist .j-i-i-count_zz ul li{
	float:left; width:180px; height:320px; padding:10px; border:1px solid #ece8e8; margin:10px 15px; background:#FFFFFF;
}
.jxzk-inner .j-i-ilist .j-i-i-count_zz ul li:nth-child(3n){
    margin-right: 0;
}
.jxzk-inner .j-i-ilist .j-i-i-count_zz ul li .Img{
    overflow: hidden;
	width: 100%; height: 263px; transition:all .4s ease 0s;
}
.jxzk-inner .j-i-ilist .j-i-i-count_zz ul li .Img img{
    width: 100%;
    height: 100%;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-ilist .j-i-i-count_zz ul li p{
    width: 100%;
    height: 40px;
	line-height:40px;
	margin-top:10px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition:all .4s ease 0s;
}
.jxzk-inner .j-i-ilist .j-i-i-count_zz ul li:hover p{
    color: #2c42b1;   
}
.jxzk-inner .j-i-ilist .j-i-i-count_zz ul li:hover .Img img{
    transform: scale(1.1);
}

.slt{
    width: 600px;
    height: 750px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.slt .exzoom {
	box-sizing: border-box;
}
.slt .exzoom * {
	box-sizing: border-box;
}
.slt .exzoom .exzoom_img_box {
	position: relative;
}
.slt .exzoom .exzoom_img_box .exzoom_main_img {
	display: block;
	width: 100%;
}
.slt .exzoom .exzoom_preview {
	margin: 0;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 999;
	background-color: #fff;
	border: 1px solid #ddd;
	display: none;
}
.slt .exzoom .exzoom_preview .exzoom_preview_img {
	position: relative;
	max-width: initial !important;
	max-height: initial !important;
	left: 0;
	top: 0;
}
.slt .exzoom .exzoom_nav {
	margin-top: 65px;
	overflow: hidden;
	position: relative;
	left: 15px;
}
.slt .exzoom .exzoom_nav .exzoom_nav_inner {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
.slt .exzoom .exzoom_nav .exzoom_nav_inner span {
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
	float: left;
}
.slt .exzoom .exzoom_nav .exzoom_nav_inner span.current {
	border: 1px solid #2c42b1;
}
.slt .exzoom .exzoom_nav .exzoom_nav_inner span img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
}
.slt .exzoom .exzoom_btn {
	position: relative;
	margin: 0;
}
.slt .exzoom .exzoom_btn a {
	display: block;
	width: 15px;
	border: 1px solid #ddd;
	height: 60px;
	line-height: 60px;
	background: #eee;
	text-align: center;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: -62px;
	text-decoration: none;
	color: #999;
}
.slt .exzoom .exzoom_btn a:hover {
	background: #2c42b1;
	color: #fff;
}
.slt .exzoom .exzoom_btn a.exzoom_next_btn {
	left: auto;
	right: 0;
}
.slt .exzoom .exzoom_zoom {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 5;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
.exzoom .exzoom_zoom_outer {
	display: none;
}
}
.slt .exzoom .exzoom_img_ul_outer {
    border: 1px solid #ddd;
	position: absolute;
	overflow: hidden;
    height: 584px!important;
    margin-top: 60px;
}
.slt .exzoom .exzoom_img_ul_outer .exzoom_img_ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
}
.slt .exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
	float: left;
}
.slt .exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
	width: 100%;
    margin-top: 0!important;
}

.container{ 
    width: 100%;
    min-height: 500px;
    padding-top: 30px;
}
.container .gallery{
    width: 100%;
    min-height: 500px;
}
.container .gallery .li{
    width: 210px;
    height: 310px;
    background: #ffffff;
    float: left;
    margin-right: 28px;
    margin-bottom: 50px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #a4a4a4;
}
.container .gallery .li:nth-child(6n) {
    margin-right: 0;
}
.container .gallery .li .Img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.container .gallery .li .Img img{
    width: 100%;
    height: 100%;
    transition: all .4s ease 0s;
}
.container .gallery .li:hover .Img img {
    transform: scale(1.04);
}
#zoom {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom .content {
	z-index: 99991;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #ffffff no-repeat 50% 50%;
	padding: 0;
	margin: -100px 0 0 -100px;
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
}
#zoom .content.loading {
	background-image: url('../images/loading.gif');
}
#zoom .content .overlay {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .08);
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
}
#zoom img {
	display: block;
	max-width: none;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
#zoom .close {
	z-index: 99993;
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: transparent url('../images/close.png') no-repeat 50% 50%;
	opacity: 1;
	filter: alpha(opacity=100);
}
#zoom .previous,
#zoom .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
}
#zoom .previous {
	left: 0;
	background: url('../images/arrows.png') no-repeat 0 0;
}
#zoom .next {
	right: 0;
	background: url('../images/arrows.png') no-repeat 100% 0;
}
#zoom .close:hover {
	background-color: #da4f49;
}
#zoom .previous:hover,
#zoom .next:hover {
	background-color: #0088cc;
}

