* {
    margin: 0;
    padding: 0;
    border: 0;
}
.clear-01:after {
    content: "";
    display: block;
    clear: both;
}
body {
    font-family: "微软雅黑";
}
a {
    text-decoration: none;
    color: #3e3d3d;
    font-size: 12px;
}
.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%;
}
/*轮播图*/
.ban-box {
    position: relative;
    overflow: hidden;
    /*轮播图+右侧登录栏*/
}
.ban-box .shurff_box .shurff_topbox .shurff_left {
    float: left;
    margin-left: 248px;
    width: 930px;
    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: 550px;
    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: -595px;
    top: 0px;
    height: 100%;
    z-index: 999;
}
.ban-box .aside-box .aside-left {
    width: 238px;
    float: left;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}
.ban-box .aside-box .aside-left .al {
    overflow: hidden;
    margin: 0 auto;
}
.ban-box .aside-box .aside-left .al .al-one {
    cursor: pointer;
    transition: all .2s ease;
}
.ban-box .aside-box .aside-left .al .al-one a {
    height:52px;
    line-height: 52px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;;
    transform: translate3d(0, 0, 0);
    transition: all .3s linear;
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.ban-box .aside-box .aside-left .al-one-active .al-one a {
    transform: translate3d(5px, 0, 0);
    font-weight: bold;
}
/*.ban-box .aside-box .aside-left .al-one-active .al-one a img {*/
/*margin-right: 22px;*/
/*}*/
.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-four{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-four a{
    display: block;
    width: 24%;
}
.adv-four a img{
    display: block;
    width: 100%;
    height: 120px;
}
.adv-four a:nth-child(n+5) {
    margin-top: 8px;
}
.auto-tit p{
    height: 38px;
    line-height: 38px;
    background-image: url(../images/tit.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}
.auto-tit em{
    display: block;
    text-align:center;
    height: 30px;
    line-height: 30px;
}
.news{
    justify-content: space-between;
    display: flex;
}
.news-left{
    width: 25%;
}
.news-left a{
    display: block;
    width: 100%;
    position: relative;
}
.news-left a img{
    display: block;
    width: 100%;
    height: 209px;
}
.news-left a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
}
.news-left a:last-child{
    margin-top: 10px;
}
.news-center{
    width: 44%;
}
.news-one{
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.news-one a{
    display: block;
}
.news-one a p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.news-one a span{
    color: #717171;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 23px;
    overflow: hidden;
}
.news-two li{
    display: block;
    height: 34px;
    line-height: 34px;
    padding-left: 5%;
    position: relative;
}
.news-two li a{
    display: block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.news-two li a:before{
    content: "";
    background-color: #cc0001;
    border-radius: 10px;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 15px;
    left: 8px;
}
.news-right{
    width: 29%;
}
.news-tit{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #cccccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-tit p{
    font-size: 17px;
    font-weight: bold;
}
.news-tit a{
    color: #cccccc;
    font-size: 13px;
}
.news-three{
margin-top: 10px;
}
.news-three a{
    display: block;
    width: 100%;
    position: relative;
}
.news-three a img{
    display: block;
    width: 100%;
    height: 209px;
}
.news-three a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
}
.news-four{
    margin-top: 10px;
}
.news-four a{
    display: flex;
    justify-content: space-between;
}
.news-four a img{
    display: block;
    width:30%;
    height: 68px;
}
.news-four a:last-child {
    margin-top: 10px;
}
.news-xx{
    width: 69%;
}
.news-xx p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.news-xx span{
    color: #717171;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 105px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sup{
    justify-content: space-between;
    display: flex;
}
.sup-left{
    width: 55%;
}
.sup-tit{
    height: 35px;
    line-height: 35px;
    border-top: 1px solid #cccccc;
}
.sup-tit span{
    display: inline-block;
    width: 15%;
    border-top: 1px solid #cc0001;
    color: #cc0001;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}
.sup-one{
    display: flex!important;
    justify-content: space-between;
    margin-top: 5px;
}
.sup-one a{
    display: block;
    width: 32.4%;
}
.sup-one a img{
    display: block;
    width: 100%;
    height: 140px;
}
.sup-one a p{
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.sup-xx{
    margin-top: 10px;
}
.sup-xx li a{
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.sup-right{
    width: 43%;
}
.sup-adv a{
    display: block;
    width: 100%;
    height: 125px;
}
.sup-adv a img{
    display:block;
    width: 100%;
    height: 100%;
}
.inf{
    justify-content: space-between;
    display: flex;
}
.inf-left{
    width: 49%;
}
.inf-one{
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px;
}
.inf-one a{
    display: block;
    width:49%;
    position: relative;
}
.inf-one a img{
    display: block;
    width: 100%;
    height: 163px;
}
.inf-one a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
}

.inf-two li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
}
.inf-two li a span{
    text-align: center;
    color: #cc0001;
    display: block;
    width: 13%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.inf-two li a p{
    width: 71%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.inf-two li a em{
    text-align: right;
    color: #cc0001;
    font-style: normal;
    display: block;
    width: 13%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.inf-right{
    width: 49%;
}
.inf-three{
    margin-top: 10px;
    display: flex!important;
    justify-content: space-between;
}
.inf-three a{
    display: block;
    width: 32.4%;
}
.inf-three a img{
    display: block;
    width: 100%;
    height: 160px;
}
.adv-three{
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 20px;
}
.adv-three a{
    display: block;
    width: 32.4%;
    height: 110px;
    margin-left: 1.33333%;
}

.adv-three a:nth-child(3n+1){
    margin-left: 0px;
}
.adv-three a img{
    display: block;
    width: 100%;
    height: 100%;
}
.ent{
    justify-content: space-between;
    display: flex;
}
.ent-left{
    width: 45%;
}
.ent-left a{
    display: block;
    margin-bottom: 5px;
}
.ent-left a p{
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.ent-left a span{
    color: #717171;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}
.ent-left a em{
    display: block;
    font-style: normal;
    color: #cc0001;
    position: relative;
    height: 25px;
    line-height: 25px;
}
.ent-left a em:before {
    content: "";
    background-image: url(../images/jt.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 20px;
    height: 5px;
    position: absolute;
    left: 61px;
    top: 9px
}
.ent-right{
    width: 53%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent-right a{
    display: block;
    width: 33%;
}
.ent-right a img{
    display: block;
    width: 100%;
    height: 190px;
    border: 1px solid #cc0001;
    box-sizing: border-box;
}
.ent-right a p{
    color: #fff;
    height: 30px;
    line-height: 30px;
    background-color: #cc0001;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.ent-right a:nth-child(n+4) {
    margin-top: 10px;
}
.exh{
    justify-content: space-between;
    display: flex;
}
.exh-left{
    width: 56%;
}
.exh-tit{
    height: 40px;
    line-height: 40px;
    background-color: #cc0001;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.exh-tit span{
   font-weight: bold;
   font-size: 17px;
    color: white;
    text-indent: 15px;
}
.exh-tit a{
    color:#fcba45;
}
.exh-one{
    justify-content: space-between;
    display: flex;
    margin: 10px 0px;
}
.exh-one a{
    display: block;
    width: 49%;
    position: relative;
}
.exh-one a img{
    display: block;
    width: 100%;
    height: 195px;
}
.exh-one a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
}
.exh-two a{
    margin-top:10px;
    display: block;
}
.exh-two a p{
    height: 30px;
    line-height:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.exh-two a span{
    color: #717171;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.exh-two a em{
    color: white;
    font-style: normal;
    background-color: #cc0001;
    height: 33px;
    line-height: 33px;
    margin-left: 85%;
    text-align: center;
    display: inline-block;
    width: 15%;
}
.exh-right{
    width: 42%;
}
.exh-three a{
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}
.exh-three a img{
    display: block;
    width:40%;
    height: 118px;
}
.exh-xx{
    width: 59%;
}
.exh-xx p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.exh-xx span{
    color: #717171;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}
.link a{
    padding: 0px 1%;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}


