* {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    text-decoration: none;
    color: #3e3d3d;
    font-size: 12px;
}
.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: 450px;
    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: #e9ecf2;
    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:42px;
    line-height: 42px;
    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-three{
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 20px;
}
.adv-three a{
    display: block;
    width: 32.4%;
    height: 110px;
    margin-top: 20px;
    margin-left: 1.33333%;
}

.adv-three a:nth-child(3n+1){
    margin-left: 0px;
}
.adv-three a img{
    display: block;
    width: 100%;
    height: 100%;
}
.auto-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    line-height: 40px;
    background: url(../images/tit.jpg) center top no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.auto-tit div{
    width: 50%;
    /*justify-content: space-between;*/
    display: flex;
}
.auto-tit div i{
    display: block;
    text-indent: 30px;
    font-size: 17px;
    color: #0362fc;
}
.auto-tit div span{
display: block;
    color: #0362fc;
    text-indent: 30px;
    height: 20px;
    line-height: 20px;
}
.news{
    justify-content: space-between;
    display: flex;
    margin-bottom: 20px;
}
.news-box{
    width: 33%;
}
.news-tit{
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #f9a418;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-tit p{
    font-size: 16px;
    background: linear-gradient(#f9bd1e,#f84102);
    width: 35%;
    text-align: center;
    color: white;
}
.news-tit a{
    font-size: 15px;
}
.news-img a{
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}
.news-img a img{
    display: block;
    width: 38%;
    height: 95px;
}
.news-img a p{
    margin-top: 10px;
    width: 60%;
    font-size: 15px;
    display: block;
    height: 56px;
    line-height: 28px;
    overflow: hidden;
}
.news-xx{
    margin-top: 10px;
}
.news-xx li{
    display: block;
    height: 42px;
    line-height: 42px;
    width: 94%;
    padding-left: 5%;
    position: relative;
}
.news-xx li:before{
    content: "";
    background: linear-gradient(#f9bd1e,#f84102);
    border-radius: 10px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 18px;
    left: 1px;
}
.news-xx 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;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 110px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sup{
    justify-content: space-between;
    display: flex;
}
.sup-box{
    justify-content: space-between;
    display: flex;
}
.sup-left{
    background-color: #fff7f2;
    width: 47%;
    padding: 10px 1%;
}
.sup-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    padding: 5px 0px;
}
.sup-tit div{
    width: 50%;
    /* justify-content: space-between; */
    display: flex;
}
.sup-tit p{
    width: 3px;
    background: linear-gradient(#f9bd1e,#f84102);
}
.sup-tit span{
    display: block;
    text-indent: 10px;
    color: #f98512;
    font-size: 17px;
}
.sup-tit a{
    font-size: 14px;
}
.pur{
    justify-content: space-between;
    display: flex;
}
.pur-left{
    width: 49%;
}
.pur-left a{
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}
.pur-left a img{
    display: block;
    width: 38%;
    height: 127px;
}
.pur-wz{
    width: 60%;
}
.pur-wz p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 28px;
    overflow: hidden;
}
.pur-wz span{
  color: #f85c08;
    font-size: 14px;
}
.pur-right{
    width: 49%;
}
.exh-box{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exh-box a{
    display: block;
    width: 19%;
    margin-top: 20px;
}
.exh-box a img{
    display: block;
    width: 100%;
    height: 200px;
    border: 1px solid #f86617;
}
.exh-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;

}
.exh-one a{
    margin-top: 20px;
    display: block;
    background-color: #fff7f2;
    width: 45%;
    padding: 20px 2%;
}
.exh-one a p{
    color: #f86617;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.exh-one a span{
    display: block;
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
}
.ind{
    justify-content: space-between;
    display: flex;
}
.ind-left{
    width: 49%;
}
.lxhd {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.lxhd i {
    width: 1px;
    height: 93%;
    position: absolute;
    top: 24px;
    left: 4.5px;
    background: #f85c08;
    z-index: 6;
}
.lxhd ul {
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
}
.lxhd ul li {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    position: relative;
    padding: 5px 0px;

}
.lxhd ul li a {
    display: block;
    overflow: hidden;
}
.lxhd ul li b {
    width: 10px;
    height: 10px;
    background-color: #f85c08;
    border-radius: 10px;
    position: absolute;
    z-index: 9;
    top: 12px;
}
.lxhd ul li .sc {
    width: 90%;
    float: left;
    margin-left: 5%;
    color: #666;
    padding-right: 5%;
    font-size: 16px;
}
.lxhd ul li .sc span{
    display: block;
    height: 37px;
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
}
.lxhd ul li .sc em{
    font-style:normal;height: 20px;
    line-height: 20px;
    font-size: 13px;
}

.lxhd ul li 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;
}
.lxhd ul li em{
    display: inline-block;
    color: #f85c08;
    font-size: 14px;
}
.ind-right{
    width: 49%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind-right a{
    width: 49%;
    box-sizing: border-box;
    border: 1px solid #f98110;
    margin-top: 10px;
}
.ind-right a img{
    display: block;
    width: 100%;
    height: 175px;
}
.ind-right a p{
    color: white;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    background: linear-gradient(#f9bd1e,#f84102);
    text-align: center;
}
.adv-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-two a{
    display: block;
    width: 49%;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 115px;
}
.link a{
    padding: 0px 1%;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}