* {
    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%;
}
/*导航*/
.navs-box{
    background-color: #1d31aa;
}
.navs-box .navs {
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.navs-box .navs li {
    width: 92px;
    overflow: hidden;
}
.navs-box .navs li a {
    display: block;
    font-size: 16px;
    text-align: center;
    color:#ffffff;
}
.navs-box .navs li:hover a {
    font-weight: bold;
}
.navs-box .navs li:first-child {
    background-color: #838ed0;
    width: 17%;
}
.navs-box .navs li:first-child a{
    font-weight: bold;
    color: #000000;
}
.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: 210px;
    width: 965px;
    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: 420px;
    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;

    box-sizing: border-box;
}
.ban-box .aside-box .aside-left {
    width: 202px;
    background: linear-gradient(#2c74ee,#1d31aa);
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    box-sizing: border-box;
    content: "";
}
.ban-box .aside-box .aside-left .al {
    overflow: hidden;
    margin: 0 auto;
}
.ban-box .aside-box .aside-left .al .al-one {
    height: 60px;
    line-height:60px;
    cursor: pointer;
    transition: all .2s ease;
    border-bottom: 1px dashed #FFFFFF;
}
.ban-box .aside-box .aside-left .al .al-one a {
  color: white;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    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-one-active .al-one a {*/
/*    !*transform: translate3d(5px, 0, 0);*!*/
/*    color: #af231c;*/
/*}*/
/*.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: 120px;
    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-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-two a{
    display: block;
    width: 49%;
    height: 120px;
}
.adv-two a img{
    display: block;
    width: 100%;
    height: 100%;
}
.hs{
    background-color: #f5f5f5;
}
.xw{
    padding: 20px 0px;
}
.auto-a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    line-height: 40px;
}
.auto-a h3{
    width: 53%;
    text-align: right;
    font-weight: bold;
}
.news-box{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-box a{
    display: block;
    width: 30%;
    background-color: #fff;
    padding: 10px 1%;
}
.news-box a p{
    font-size: 15px;
    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;
}
.news-box a span{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.news-box a em{
    font-style: normal;
    color: #717171;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 90px;
    line-height: 30px;
    overflow: hidden;
}
.news-box a img{
    display: block;
    width: 100%;
    height: 210px;
}
.news-auto{
    justify-content: space-between;
    display: flex;
}
.news-left{
    width: 49%;
}
.news-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b2b2b2;
    padding: 5px 0px;
}
.news-tit p{
    font-size: 16px;
    color: #1d31aa;
    border-left: 3px solid #1d31aa;
    text-indent: 10px;
    height:25px;
    line-height: 25px;
}
.inf-one li a{
    position: relative;
    padding-left: 5%;
    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;
}
.inf-one li a:before{
    border-radius: 15px;
    content: "";
    background-color: #1d31aa;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 15px;
    left: 8px;
}
.sup{
    justify-content: space-between;
    display: flex;
}
.sup-left{
    width: 40%;
}
.sup-left a{
    display: block;
    width: 100%;
    height: 300px;
}
.sup-left a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sup-right{
    width: 58%;
}
.news-aa li a{
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}
.ne-three{
    width: 11%;
    background-color: #1d31aa;
    padding: 10px 1%;
}
.ne-three h1{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: whitesmoke;
}

.ne-two{
    width: 85%;
    padding-left: 3%;
}

.ne-two p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
}
.ne-one{
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    height: 25px;
    line-height: 25px;
}
.ne-one span{
color: red;
}
.ne-one em{
    font-style: normal;
}
.adv-one a{
    display: block;
    width: 100%;
    height: 110px;
}
.adv-one a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sup-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sup-img a{
    display: block;
    width: 24%;
}
.sup-img a img{
    display: block;
    width: 100%;
    height:220px;
}
.sup-img a p{
    font-size: 15px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.exh{
    justify-content: space-between;
    display: flex;
}
.exh-left{
    width: 30%;
}
.exh-left a{
    display: block;
    width: 100%;
    height: 640px;
}
.exh-left a img{
    display: block;
    width: 100%;
    height: 100%;
}
.exh-right{
    width: 68%;
}
.exh-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exh-one a{
    width: 33%;
    display: block;
}
.exh-one a img{
    display: block;
    width: 100%;
    height: 200px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.exh-one a p{
    height: 36px;
    line-height: 36px;
    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;
}
.tra-one{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tra-one a{
    width: 30%;
    display: flex;
    justify-content: space-between;
    padding: 20px 1%;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(194, 194, 194, 0.6);
    margin-top: 20px;

}
.tra-one a img{
    display: block;
    width: 24%;
    height: 90px;
    border: 1px solid #2a980a;
    box-sizing: border-box;
}
.tra-xx{
    width: 74%;
}
.tra-xx h4{
    font-size: 15px;
    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;
    border-bottom: 1px dashed #b2b2b2;
}
.tra-xx p{
    color: #717171;
    font-size: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.link a{
    padding: 0px 1%;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}
.web-bottom {
    background-color: #1d31aa;
    margin-top: 20px;
    padding: 30px 0px;
}
.web-bottom .wb {
    width: 1113px;
    padding: 20px 0px;
}
.web-bottom .wb a {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0 31px;
    height: 30px;
    line-height: 30px;
}
.web-bottom .wb a:after {
    content: "";
    position: absolute;
    display: block;
    border-left: 2px solid #fff;
    height: 12px;
    right: -3px;
    top: 4px;
}
.web-bottom .wb a:last-child:after {
    border: 0;
}
.web-bottom .wbs p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 28px;
    line-height: 28px;
}
.web-bottom .wbs p b{
    margin: 0px 15px;
}
