* {
    margin: 0;
    padding: 0;
    border: 0;
}
.clear-01:after {
    content: "";
    display: block;
    clear: both;
}
body {
    font-family: "微软雅黑";
    background-color: #f2f2f1;
}
a {
    text-decoration: none;
    color: #3e3d3d;
}
.outside-box {
    width: 100%;
}
.inside-box {
    width: 1190px;
    margin: 0 auto;
}
ul li {
    list-style: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.sep {
    margin-top: 20px;
    margin-bottom: 20px;
}
.im{
    display: block;
    width: 100%;
    height: 100%;
}

.gu-x{
    content: "";
    width: 15px!important;
    height: 15px!important;
    position: absolute;
    top: 0px;
    left: 0px;
}
[class*="adv"]{
    overflow: hidden;

}
[class*="adv"] a{
    overflow: hidden!important;
    position: relative;
}
[class*="adv"] img:hover {
    width: 100%;
    transform:scale(1.15,1.15);
    overflow: hidden;
}
 /*中心变形*/
[class*="adv"] img {
    width: 100%;
    transition:all 0.5s ease-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition:all 0.5s ease-out;
    /* Firefox 4 */
    -webkit-transition:all 0.5s ease-out;
    /* Safari 和 Chrome */
    -o-transition:all 0.5s ease-out;
    /* Opera */
}
/* 两侧广告位 */
/*[id*='lc']{*/
/*    width: 205px;*/
/*    height: auto;*/
/*    position: absolute;*/
/*    top: 240px;*/
/*    z-index: 9;*/
/*}*/
#lc-l{
    left: calc((100% - 1150px)/2 - 250px);
    position: relative;
}
#lc-r{
    right: calc((100% - 1150px)/2 - 250px);
}
/* 中心变形*/
[class*="adv"] img {
    width: 100%;
    transition:all 0.5s ease-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition:all 0.5s ease-out;
    /* Firefox 4 */
    -webkit-transition:all 0.5s ease-out;
    /* Safari 和 Chrome */
    -o-transition:all 0.5s ease-out;
    /* Opera */
}
/* 两侧广告位 */
/*[id*='lc']{*/
/*    width: 205px;*/
/*    height: auto;*/
/*    position: absolute;*/
/*    top: 390px;*/
/*    z-index: 9;*/
/*}*/
#lc-l{
    left: calc((100% - 1150px)/2 - 250px);
}
#lc-r{
    right: calc((100% - 1150px)/2 - 250px);
}
/*轮播图*/
.ban-box {
    position: relative;
    overflow: hidden;
    /*轮播图+右侧登录栏*/
}
.ban-box .shurff_box .shurff_topbox .shurff_left {
    float: left;
    margin-left:230px;
    width:950px;
    margin-top: 5px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff {
    cursor: pointer;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container {
    height: 100%;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container img {
    width: 100%;
    height:600px;
    display: block;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-pagination {
    width: 100%;
    bottom: 10px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
}
/*.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-button-next,*/
/*.ban-box .shurff_box .shurff_topbox .shurff_left .shurff .swiper-container .swiper-button-prev {*/
/*width: 68px;*/
/*height: 68px;*/
/*-webkit-background-size: 68px 68px;*/
/*background-size: 68px 68px;*/
/*}*/
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox {
    overflow: hidden;
    z-index: 99;
    margin-top: 5px;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox .swiper-container {
    margin: 0px auto;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox .swiper-container a {
    display: block;
}
.ban-box .shurff_box .shurff_topbox .shurff_left .shurff_bottombox .swiper-container a img {
    display: block;
    width: 100%;
    border: 1px solid #eeeeee;
}

.ban-box .aside-box {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0px;
    height: 100%;
    z-index: 999;

    box-sizing: border-box;
}
.ban-box .aside-box .aside-left {
    width: 225px;
    background-color: #002fa6;
    /*opacity: 0.9;*/
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    box-sizing: border-box;
}
.ban-box .aside-box .aside-left .al {
    overflow: hidden;
    margin: 0 auto;
}
.ban-box .aside-box .aside-left .al .al-one {
    height:46px;
    line-height:46px;
    cursor: pointer;
    border-bottom: 1px dashed white;
    transition: all .2s ease;
}
.ban-box .aside-box .aside-left .al:last-child .al-one{
    border: none;
}
.ban-box .aside-box .aside-left .al .al-one a {
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;;
    transform: translate3d(0, 0, 0);
    transition: all .3s linear;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;

}
.xc{
    border: none!important;
}
.ban-box .aside-box .aside-left .al:last-child {
    border: none;
}
.ban-box .aside-box .aside-left:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    /*background-color: #fff;*/
    /*opacity: .6;*/
    z-index: -1;
    left: 0;
    top: 0;
}
.ban-box .aside-box .aside-right {
    float: left;
    height: 100%;
}
.ban-box .aside-box .aside-right .demo {
    width: 794px;
    position: relative;
    background-color: #ffffff;
    border-top: 0;
    z-index: 999;
    height: 100%;
    border-left: 0;
    overflow: hidden;
    opacity: .93;
    box-shadow: 0px 1px 10px #f1f1f1;
}
.ban-box .aside-box .aside-right .demo .item {
    margin-left: 10px;
    margin-top: 10px;
    width: 75%;
}
.ban-box .aside-box .aside-right .demo .item span {
    display: block;
}
.ban-box .aside-box .aside-right .demo .item span img {
    width: 12px;
    display: inline-block;
    vertical-align: middle;
}
.ban-box .aside-box .aside-right .demo .item span a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    font-weight: bold;
}
.ban-box .aside-box .aside-right .demo .item div {
    border-bottom: 1px dashed #d5d5d5;
    padding-bottom: 5px;
}
.ban-box .aside-box .aside-right .demo .item div a {
    padding: 0px 14px;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    border-right: 1px solid #d5d5d5;
    color: #000;
}
.ban-box .aside-box .aside-right .demo .item div a:last-child {
    border-right: 0;
}
.ban-box .aside-box .aside-right .demo .item div a:hover {
    color: #19a356;
    font-weight: bold;
}
.ban-box .aside-box .aside-right .demo .navadv {
    position: absolute;
    right: 10px;
    top: 0px;
}
.ban-box .aside-box .aside-right .demo .navadv li {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 120px;
}
.ban-box .aside-box .aside-right .demo .navadv li a {
    display: block;
}
.ban-box .aside-box .aside-right .demo .navadv li a img {
    display: block;
    width: 100%;
    height: 120px;
    transition: all .2s linear;
    transform: translate3d(0, 0px, 0);
}
.ban-box .aside-box .aside-right .demo .navadv li:hover a img {
    transform: translate3d(0, -4px, 0);
}
.ban-box .aside-box .aside-right .demoback {
    display: none;
}
.adv-three{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-three a{
    display: block;
    width: 32%;
}
.adv-three a img{
    display: block;
    width: 100%;
    height: 120px;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 110px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.adv-two{
    justify-content: space-between;
    display: flex;
}
.adv-two a{
    width: 49%;
    display: block;
    height: 125px;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 100%;
}
.adv-four{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-four a{
    display: block;
    width: 24%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.adv-four a img{
    display: block;
    width: 100%;
    height: 110px;
}
.adv-four a:nth-child(n+5) {
    margin-top: 8px;
}
.news-left{
    width: 47%;
    background-color: #fff;
    padding: 10px 1%;
}
.news-tit{
    position: relative;
    height: 65px;
    line-height: 65px;
}
.news-tit img{
    position: absolute;
    bottom: 26px;
    left: 0px;
}
.news-tit a{
    font-size: 15px;
    display: block;
    text-align: right;
    width: 100%;
}
.sup-op a{
    display: block;
    width: 49%;
}
.sup-op a img{
    display: block;
    width: 100%;
    height: 170px;
    box-sizing: border-box;
}
.sup-op a p{
    color: white;
    text-align: center;
    background-color: #002fa6;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.news-xx{
    margin-top: 10px;
}
.news-xx li {
    height: 35px;
    line-height:35px;
    text-indent: 10px;
    position: relative;
    padding-left: 5%;
}
.news-xx li:before{
    content: "";
    background-color: #002fa6;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 13px;
    left: 8px;
}
.news-xx li a{
    font-size: 15px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news{
    margin-top: 42px;
}
.news-right{
    width: 49%;
}
.buy-tit{
    height: 40px;
    line-height: 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.buy-tit img {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 5px;
    top: 10px;
}
.buy-tit p {
    color:#002fa6;
    text-indent: 32px;
    font-size: 16px;
    font-weight: bold;
    padding-right: 3%;
}
.buy-tit a{
    display: block;
    padding-right: 2%;
}
.exh-one a{
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #d5d5d5;
}
.exh-one a img{
    display: block;
    width:26%;
    height: 100px;
    box-sizing: border-box;
}
.exh-one a div{
    width: 72%;
}
.exh-one a div p{
    font-weight:bold;
    margin-top: 10px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.exh-one div span{
    display: block;
    height: 60px;
    line-height:20px;
    color: #767676;
    font-size: 13px;
    overflow: hidden;
}
.sup-left{
    width: 70%;
}
.buy-op{
    width: 30%;
}
.buy-op a{
    display: block;
}
.buy-op a img{
    display: block;
    width: 100%;
    height: 175px;
}
.buy-op a p{
    height: 35px;
    line-height: 35px;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
}
.sup-vb{
    width: 69%;
}
.sup-xx li a{
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
}
.sup-xx li a p {
    width: 79%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 4%;
}
.sup-xx li a span {
    display: block;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}
.inf-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px;
}
.inf-one a{
    width: 32%;
    display: block;
}
.inf-one a img{
    display: block;
    width: 100%;
    height: 170px;
}
.inf-one a p{
    color: white;
    background-color: #002fa6;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 15px;
    text-indent: 6px;
}
.inf-img{
    margin-top: 20px;
}
.inf-img a{
    display: block;
    width: 100%;
    height: 200px;
}
.inf-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sup-right{
    width: 26%;
    background-color: #fff;
    padding: 10px 1%;
}
.mai-left a{
    display: block;
}
.mai-left a img{
    display: block;
    width: 100%;
    height: 286px;
}
.mai-left a p{
    height: 36px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.buy-left{
    width: 30%;
}
.buy-ty a {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}
.buy-ty a img{
    display: block;
    width: 38%;
    height: 115px;
}
.buy-ty a div{
    width: 58%;
}
.buy-ty a p{
    margin-top:10px;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.buy-ty a span{
    border-radius: 15px;
    margin-top: 5px;
    display: block;
    width: 50%;
    font-size: 15px;
    color: white;
    background-color: #002fa6;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.buy-xx li{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.buy-xx li:before{
    content: "";
    background-color: #002fa6;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 12px;
    left: 2px;
}
.buy-xx li a {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
}
.buy-xx li a p{
    width: 79%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 7%;
}
.buy-xx li a span{
    display: block;
    width: 16%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}
.buy-right{
    width: 65%;
    background-color: #fff;
    padding: 10px 1%;
}
.news-as{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-as a{
    display: block;
    width: 24%;
}
.news-as a img{
    display: block;
    width: 100%;
    height: 185px;
}
.news-as a p{
    height: 36px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.buy-img{
    margin-top: 20px;
}
.buy-img a{
    display: block;
    width: 100%;
    height: 150px;
}
.buy-img a img{
    display: block;
    width: 100%;
    height: 100%;
}
.exh-nm{
    width: 32%;
}
.exh-nm a{
    display: block;
}
.exh-nm a img{
    display: block;
    width: 100%;
    height: 250px;
}
.exh-nm a p{
    margin-top: 5px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
}
.exh-nm a em{
    font-style: normal;
    display: block;
    height: 60px;
    line-height: 20px;
    color: #767676;
    font-size: 14px;
    overflow: hidden;
}
.exh-nm a span{
    border-radius: 20px;
    display: block;
    background-color: #0451bb;
    box-sizing: border-box;
    margin-top: 10px!important;
    font-style: normal;
    color: white;
    font-size: 15px;
    width: 41%;
    text-align: center;
    padding: 10px 1%;
    margin: 0 auto;
}
.exh-ce{
    width: 20%;
}
.sup-one a{
   margin-bottom: 10px;
    display: block;
    position: relative;
}
.sup-one a img{
    display: block;
    width: 100%;
    height:176px;
}
.sup-one a p{
    width: 100%;
    background-color: #b1b1b1;
    font-size: 15px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: white;
    left: 0;
    bottom: 0;
    position: absolute;
}
.exh-ri{
    width: 45%;
}
.news-aa{
    margin-bottom: 10px;
}
.news-aa li{
    margin-top: 20px;
    border-bottom: 1px dashed #002fa6;
}
.news-aa li a{
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}
.ne-three{
    width: 14%;
    background-color: #002fa6;
    padding: 10px 1%;
}
.ne-three h1{
    color: whitesmoke;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.ne-three em{
    color: whitesmoke;
    font-style: normal;
    font-size: 15px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.ne-two{
    width: 81%;
}
.ne-two p{
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 15px;
}
.ne-two span{
    display: block;
    height: 60px;
    line-height: 20px;
    color: #767676;
    font-size: 14px;
    overflow: hidden;
}
.inf-left{
    width: 47%;
    background-color: #fff;
    padding: 10px 1%;
}
.buy-uy{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buy-uy a {
    width: 49%;
    margin-top: 10px;
}
.buy-uy a img{
    display: block;
    width: 100%;
    height: 220px;
}

.buy-uy a p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.buy-uy a span{
    margin:0 auto;
    border-radius: 15px;
    margin-top: 5px;
    display: block;
    width: 50%;
    font-size: 15px;
    color: white;
    background-color: #002fa6;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.inf-right{
    width: 49%;
}
.buy-three{
    margin-top: 10px;
}
.buy-three a{
    display: block;
    width: 32%;
}
.buy-three a img{
    display: block;
    width: 100%;
    height: 190px;
}
.buy-three a p{
    height: 35px;
    line-height: 35px;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
}
.buy-three a span{
    border-radius: 15px;
    display: block;
    background-color: #002fa6;
    box-sizing: border-box;
    margin-top: 10px!important;
    font-style: normal;
    color: white;
    font-size: 15px;
    width: 51%;
    text-align: center;
    padding: 10px 1%;
    margin: 0 auto;
}
.nn-op a{
    display: block;
    padding: 20px 0px;
    border-bottom: 1px dashed #b2b2b2;
}
.nn-op a p{
    font-size: 15px;
    display: block;
    height: 28px;
    line-height:28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.nn-op span{
    display: block;
    color: #717171;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.link a{
    padding: 0px 1%;
    /*  display: inline-block; */
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}