* {
    margin: 0;
    padding: 0;
    border: 0;
}
.clear-01:after {
    content: "";
    display: block;
    clear: both;
}
body {
    font-family: "微软雅黑";
}
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%;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 110px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
/*轮播图*/
.ban-box {
    position: relative;
    overflow: hidden;
    /*轮播图+右侧登录栏*/
}
.ban-box .shurff_box .shurff_topbox .shurff_left {
    float: left;
    margin-left: 255px;
    width: 925px;
    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: 475px;
    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;
    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 {
    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%;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 110px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.adv-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-two a{
    display: block;
    width: 49%;
    /*height: 110px;*/
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 100%;
}
.auto-tit h3{
    display: block;
    content: "";
    background-image: url(/template/default/images/tit.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 40px;
    line-height: 40px;
    font-style: italic;
    font-size: 25px;
    text-align: center;
}
.auto-tit i{
    display: block;
    font-size: 15px;
    text-align: center;
    font-style: italic;
}
.news{
    justify-content: space-between;
    display: flex;
}
.news-left{
    width: 26%;
}
.news-left a{
    display: block;
    position: relative;
  margin-bottom: 10px;
}
.news-left a img{
    display: block;
    width: 100%;
    height: 240px;
}
.news-left a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #020202;
    position: absolute;
    text-align: center;
    opacity: 0.7;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.news-center{
    width:42%;
}
.news-b{
    border-bottom: 1px solid #b2b2b2;
}
.news-b a{
    display: block;
   margin-bottom: 10px;
}
.news-b a p{
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 17px;
}
.news-b a span{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.news-xx li{
    display: block;
    height: 44px;
    line-height: 44px;
    padding-left: 4%;
    position: relative;
}
.news-xx li a:before{
    content: "";
    background-color: #09c5db;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    top: 19px;
    left: 0px;
}
.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;
}
.news-right{
    width: 28%;
}
.news-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}
.news-tit h4{
    text-indent: 5px;
    font-size: 17px;
    height: 35px;
    line-height:35px;
}
.news-tit a{
    color: #acacac;
}
.news-one a{
    display: block;
    position: relative;
    margin: 10px 0px;
}
.news-one a img{
    display: block;
    width: 100%;
    height: 220px;
}
.news-one a p{
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #020202;
    position: absolute;
    text-align: center;
    opacity: 0.7;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.news-two a{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.news-two a img{
    display: block;
    width: 30%;
    height: 88px;
    box-sizing: border-box;
}
.news-two a div{
    width: 68%;
}
.news-two a div p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
}
.news-two a div span{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #9e9e9e;
}
.sup{
    justify-content: space-between;
    display: flex;
}
.sup-left{
    width: 49%;
}
.sup-one{
    justify-content: space-between;
    display: flex;
}
.sup-one a{
    display: block;
    width: 49%;
position: relative;
}
.sup-one a img {
    display: block;
    width: 100%;
    height: 200px;
}
.sup-one a p {
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #020202;
    position: absolute;
    text-align: center;
    opacity: 0.7;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.sup-xx{
    margin-top: 10px;
}
.sup-xx li{
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.sup-xx li a{
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}
.sup-xx li a span{
    text-align: center;
    color: #09c5db;
    display: block;
    width: 13%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sup-xx li a p {
    width: 65%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sup-xx li a em {
    text-align: right;
    color: #9e9e9e;
    font-style: normal;
    display: block;
    width: 18%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sup-right{
    width: 49%;
}
.sup-two{
    justify-content: space-between;
    display: flex;
    margin-top: 10px;
}
.sup-two a{
    display: block;
    width: 32%;
    position: relative;
}
.sup-two a img {
    display: block;
    width: 100%;
    height: 180px;
}
.sup-two a p {
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #020202;
    position: absolute;
    text-align: center;
    opacity: 0.7;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}
.buy{
    justify-content: space-between;
    display: flex;
}
.buy-left{
    width: 56%;
}
.buy-one{
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px;
}
.buy-one a{
    display: block;
    width: 32%;
}
.buy-one a img{
    display: block;
    width: 100%;
    height: 150px;
}
.buy-one a p{
    height: 33px;
    line-height: 33px;
    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-xx li a{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}
.buy-xx li a p{
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.buy-xx li a span{
    color: #09c5db;
    display: block;
    text-align: right;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.buy-right{
    width: 42%;
}
.buy-two li a{
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.buy-img a{
    display: block;
    margin-top: 10px;
    width: 100%;
}
.buy-img a img{
    display: block;
    width: 100%;
    height: 110px;
}
.ent{
    justify-content: space-between;
    display: flex;
}
.ent-left{
    width: 62%;
    display: flex;
    flex-wrap: wrap;
}
.ent-left a{
    display: block;
    width: 32.4%;
    margin-left: 1.33333%;
    margin-bottom: 10px;
}
.ent-left a:nth-child(3n+1) {
    margin-left: 0px;
}
.ent-left a img{
    display: block;
    width: 100%;
    height: 200px;
    object-fit: none;
    border: 1px solid #a5a5a5;
    box-sizing: border-box;
}
.ent-left a p{
    margin-top: 5px;
    color: white;
    background-color: #09c5db;
    display: block;
    height: 33px;
    line-height: 33px;
    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{
    width: 36%;
}
.ent-one a{
display: block;
    border-bottom: 3px solid #09c5db;
}
.ent-one a h4{
    font-size: 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ent-one a p{
    color: #717171;
    font-size: 14px;
    width: 100%;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
.ent-tit h4{
    border-left: 5px solid #09c5db;
    color: #09c5db;
    margin: 20px 0px;
    height: 20px;
    line-height: 20px;
    width: 100%;
    text-indent: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.ent-xx li{
    display: block;
    height: 42px;
    line-height: 42px;
    padding-left: 6%;
    position: relative;
    overflow: hidden;
}
.ent-xx li:before {
    content: "";
    background-image: url(/template/default/images/qy.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 15px;
}
.ent-xx li a{
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}
.ent-xx li a p{
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ent-xx li a span{
    color: #09c5db;
    display: block;
    text-align: right;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.tra{
    justify-content: space-between;
    display: flex;
}
.tra-left{
    width: 49%;
}
.tra-left a{
    display: block;
}
.tra-left a img{
    display: block;
    width: 100%;
    height: 410px;
}
.tra-left a p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 17px;
}
.tra-left a span{
    color: #717171;
    display: block;
    font-size: 14px;
    width: 100%;
    height:90px;
    line-height: 30px;
    overflow: hidden;
}
.tra-left a i{
    margin-top: 10px;
    font-style: normal;
    color: white;
    font-size: 15px;
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 10px 2%;
    background-color: #09c5db;
    box-sizing: border-box;
}
.tra-right{
    width: 50%;
}
.tra-right a{
    padding: 10px 0px;
    border-bottom: 1px solid #acacac;
    justify-content: space-between;
    display: flex;
}
.tra-a{
    width: 10%;
    margin-top: 20px;
}
.tra-a p{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
.tra-b{
    width: 88%;
}
.tra-b p{
    font-size: 16px;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.tra-b span{
    display: block;
    color: #717171;
    font-size: 14px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.link a{
    padding: 0px 1%;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}