﻿.main{
    background: url("../images/mainbg.jpg") center top no-repeat,url("../images/bottombg.png") center bottom no-repeat;
    padding-bottom: 40px;
    overflow: hidden;
}
.banner-box{
    float: left;
    width:580px;
    height: 386px;
    margin-top:20px;
    position: relative;
    overflow: hidden;
}
.banner img{
    width:580px;
    height: 386px;
}
.banner > .swiper-pagination-bullets{
    bottom:20px;
}
.banner .swiper-pagination-bullet{
    width:30px;
    height: 3px;
    border-radius: 2px;
}
.banner-box .swiper-button-next, .banner-box .swiper-button-prev{
    width:40px;
    height:40px;
    margin-top: -20px;
    outline: none;
}
.banner-box .swiper-button-prev, .banner-box .swiper-container-rtl .swiper-button-next{
    background: url("../images/banner-next.png") left top no-repeat;
    left:-40px;
    transition: left 0.3s ;
}
.banner-box .swiper-button-next, .banner-box .swiper-container-rtl .swiper-button-prev{
    background: url("../images/banner-prev.png") left top no-repeat;
    right:-40px;
    transition: right 0.3s ;
}
.banner-box:hover .swiper-button-prev, .banner-box:hover .swiper-container-rtl .swiper-button-next{
    left:20px;
    transition: left 0.3s ;
}
.banner-box:hover .swiper-button-next, .banner-box:hover .swiper-container-rtl .swiper-button-prev{
    right:20px;
    transition: right 0.3s ;
}

.news{
    float: right;
    width:600px;
    height: 386px;
    background: #fff;
    margin-top:20px;
    padding:0 20px;
    overflow: hidden;
}
.news dl{
    height: 386px;
    position: relative;
}
.news dl dt{
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-right: 25px;
    color: #cccccc;
}
.news dl dt span.cur{
    font-weight:bold;
}
.news dl dt a{
    margin-right:25px;
    display: inline-block;
    position: relative;
    color: #333;
}
.news dl dt span.cur a:before {
    content: '';
    position: absolute;
    left:0;
    bottom:1px;
    height: 2px;
    width: 100%;
    background: #d60000;
}
.news dl dd{
    position: absolute;
    left:0;
    top:59px;
    display: none;
    border-top:1px solid #ddd;
    width: 100%;
}

.news dl dd ul{
    margin-top:10px;
}

.news dl dd ul{
    margin-top:10px;
}
.news dl dd li{
    background: url("../images/dot.png") left center no-repeat;
    padding-left: 23px;
    height: 38px;
    line-height: 38px;
    text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}
.dongtai{
    float: left;
    width:580px;
    height: 280px;
    margin-top:20px;
    overflow: hidden;
}
.dongtai > dl{
    height:280px;
    position: relative;
    overflow: hidden;
}
.dongtai > dl > dt{
    float: left;
    height: 48px;
    line-height: 48px;
}
.dongtai > dl > dt.first{
    font-weight: bold;
    font-size: 20px;
    height: 48px;
    position: relative;
    margin-right: 30px;
}
.dongtai > dl > dt.first:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    background: #d60000;
}
.dongtai > dl > dt a.piclink img {
    float: left;
    margin: 18px 0 0 5px;
}
.dongtai > dl > dt  a.piclink em {
    float: right;
    height: 20px;
    width: 2px;
    border-left: 1px solid #ddd;
    margin: 16px 6px 0 12px;
}
.dongtai > dl > dt span{
    float: left;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: bold;
    background: #eaeff5;
    margin-right: 10px;
    margin-top: 10px;
}
.dongtai > dl > dt span.cur{
    background: #1a5285;
}
.dongtai > dl > dt span.cur a{
    color: #fff;
}
.dongtai > dl > dt.first span{
    height:48px;
    line-height: 48px;
    border-radius: 0;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    margin:0;
    background: none;
}
.dongtai > dl > dt.first span.cur{
    background: none;
}
.dongtai > dl > dt.first span.cur a{
    color: #333;
}
.dongtai > dl > dd{
    position: absolute;
    left:0;
    top:48px;
    display: none;
    border-top:1px solid #ddd;
    width: 100%;
}


.gjzl{
    border:1px solid #dddddd;
    padding: 9px 16px;
    height: 100px;
    margin-top:20px;
    overflow: hidden;
}
.gjzl dt{
    float: left;
    width:71px;
    margin-top:5px;
}
.gjzl dt img{
    width:100%;
}
.gjzl dd{
    float: right;
    width:1076px;
    position: relative;
}
.gjzl dd .gjzlpic{
    width:1030px;
}
.gjzl dd .gjzlpic img{
    border-radius: 4px;
    width:100%;
    height: 80px;
}
.gjzl dd .swiper-slide{
    float: left;
    width:250px;
}
.gjzl dd .swiper-button-next, .gjzl dd .swiper-container-rtl .swiper-button-prev{
    position: absolute;
    height: 80px;
    top:0;
    right:-0px;
    background: url("../images/right.png") right center no-repeat;
    margin-top:0;
    outline:0 none !important; blr:expression(this.onFocus=this.blur());
}
.gjzl dd  .swiper-button-prev,.gjzl dd .swiper-container-rtl .swiper-button-next{
    position: absolute;
    height: 80px;
    top:0;
    background: url("../images/left.png") left center no-repeat;
    left:-0px;
    margin-top:0;
    outline:0 none;
}


.fright{
    float: right;
}
.fggz{
    float: left;
    width: 580px;
    height: 301px;
    margin-top: 20px;
    padding: 0;
    overflow: hidden;
}
.fggz dl{
    height:301px;
}
.fggz dl dd li{
    height:36px;
    line-height: 36px;
}
.serve{
    width:580px;
    float: right;
    margin-top:20px;
}
.serve .mt{
    border:0;
}
.serve .mt span:after{
    background: none;
}
.serve dl{
    height: 253px;
    position: relative;
    overflow: hidden;
}
.serve dt{
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    position: absolute;
    left:0;
    top: 0;
}
.serve dt.no1{
    border-top-left-radius: 2px;
}
.serve dt.no2{
    left:144px;
}
.serve dt.no3{
    left:auto;
    right: 0;
}
.serve dt span{
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 144px;
    background: #6ba2d4;
    text-align: center;
    border: 2px solid #6ba2d4;
    border-bottom: 0;
}
.serve dt span a{
    color: #fff;
    display: block;
    padding-left: 30px;
}
.serve dt span.cur{
    background: #fff;
}
.serve dt span.cur a{
    color: #4375a3;
}
.serve dt.no1 span a{
    background:url("../images/serveicon-1.png") 26px center no-repeat;
}
.serve dt.no2 span a{
    background:url("../images/serveicon-3.png") 26px center no-repeat;
}

.serve dt.no1 span.cur a{
    background:url("../images/serveicon-11.png") 26px center no-repeat;
}
.serve dt.no2 span.cur a{
    background:url("../images/serveicon-33.png") 26px center no-repeat;
}
.serve dt.no3 a{
    display: block;
}
.serve dt.no3 a img{
    display: block;
    border: 0;
    background: none;
    margin-top: 16px;
}

.serve dd{
    display: none;
    padding:11px 20px 0;
    border:2px solid #6ba2d4;
    border-radius: 2px;
    height:209px;
    margin-top: 44px;
    overflow: hidden;
}
.serve dd .u-list{
    margin-top: 0;
}

.fenlei li{
    float: left;
    /* width:30%; */
    width:33.333%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: left;
}
.fenlei li:nth-child(even){
    border-right: 0;
}
.fenlei li:nth-child(5){
    border-bottom: 0;
}
.fenlei li a{
    display: block;
    padding-left:75px;
    height: 60px;
    width:100%;
    position: relative;
    z-index: 1;
    background: #fff;
    transform: translate3d(0, 0, 0);
    transition: transform 0.1s ease-in-out, box-shadow .1s ease-in-out;
}

.fenlei li a:hover{
    transform: scale(1.01);
    box-shadow: 2px 2px 5px #e0eaf3,-2px -2px 5px #e0eaf3;
    z-index: 2;
}
.fenlei li.no1 a{
    background: url("../images/serve-1-1.png") #fff 20px center no-repeat;
}
.fenlei li.no2 a{
    background: url("../images/serve-1-2.png") #fff 20px center no-repeat;
}
.fenlei li.no3 a{
    background: url("../images/serve-1-3.png") #fff 20px center no-repeat;
}
.fenlei li.no4 a{
    background: url("../images/serve-1-5.png") #fff 20px center no-repeat;
}
.fenlei li.no5 a{
    background: url("../images/serve-1-4.png") #fff 20px center no-repeat;
}
.fenlei li.no6 a{
    background: url("../images/serve-2-1.png") #fff 20px center no-repeat;
}
.fenlei li.no7 a{
    background: url("../images/serve-2-2.png") #fff 20px center no-repeat;
}
.fenlei li.no8 a{
    background: url("../images/serve-2-3.png") #fff 20px center no-repeat;
}
.fenlei li.no9 a{
    background: url("../images/serve-2-4.png") #fff 20px center no-repeat;
}
/* .serve-cont1 li.no1,.serve-cont1 li.no4{
    width:40%;
} */
.fenlei ul{
    display: none;
}

 .fenlei{
     position: relative;
     width:100%;
     height:198px;
     text-align: center;
}
.fenlei span{
    position: absolute;
    left: 155px;
    bottom: 28px;
}
.fenlei span.fltit2{
    left: 270px;
}
.fenlei span a{
    display: inline-block;
    width:100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    background: #eeeeee;
    margin: 0 5px;
    border-radius: 4px;
    cursor: pointer;
}
.fenlei span a.cur{
    background: #d60101;
    color: #fff;
}
.scrollbar{
    float: left;
    height: 192px;
    width: 396px;
    overflow-y: scroll;
}
.scrollbar::-webkit-scrollbar-track{

    border-radius: 3px;
    background-color: #fff;
}
.scrollbar::-webkit-scrollbar{
    width: 6px;
    background-color: #fff;
}

.scrollbar::-webkit-scrollbar-thumb{
    border-radius: 3px;
    background-color: #d9e3ed;
}
.force-overflow{
    min-height: 192px;
}
.serve-cont2 ul,.serve-cont3 ul,.serve-cont4 ul{
    width:356px;
}
.serve-cont2 li{
    height: 51px;
    line-height: 51px;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    padding-left: 38px;
}
.serve-cont2 li:nth-child(1){
    background: url("../images/platform-1.png") left center no-repeat;
}
.serve-cont2 li:nth-child(2){
    background: url("../images/platform-2.png") left center no-repeat;
}
.serve-cont2 li:nth-child(3){
    background: url("../images/platform-3.png") left center no-repeat;
}
.serve-cont2 li:nth-child(4){
    background: url("../images/platform-4.png") left center no-repeat;
}
.serve-cont3 li,.serve-cont4 li{
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    background: url("../images/dot.png") left 12px no-repeat;
    padding-left: 17px;
}
.serve-cont3 li a{
    display: block;
}
.serve-cont4 li{
    height: 32px;
    line-height: 32px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.hudong{
    margin-top:20px;
}
.hdleft{
    float: left;
    border:1px solid #dddddd;
    background: #f6f6f6;
    width:600px;
    height: 282px;
    margin-top:20px;
    padding:10px 28px;
}
.hdleft li{
    height: 38px;
    line-height: 38px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.hdleft li span{
    font-weight: bold;
    color: #1a5284;
}
.hdleft li span a{
    color: #1a5284;
}
.ly{
    float: right;
    width:580px;
    border:1px solid #dddddd;
    height: 177px;
    margin-top:20px;
    position: relative;
    padding:0 20px;
}
.lytitle{
    background: url("../images/liuyan.png") #fff center top no-repeat;
    height: 16px;
    width:137px;
    position: absolute;
    top:-8px;
    left:20px;
    text-indent: -1000px;
    overflow: hidden;
}

.searchly{
    margin-top:17px;
    overflow: hidden;
}
.searchly-box{
    width:340px;
    border:1px solid #dddddd;
    background: #f6f6f6;
    float: left;
    height: 34px;
    border-radius: 17px;
    padding-left: 25px;
    margin-top: 0;
}
.searchly-box input{
    width:250px;
    height:34px;
    line-height: 34px;
    border: 0;
    background: none;
}
.searchly-box button{
    height: 20px;
    border:0;
    border-left: 1px solid #dddddd;
    background: url("../images/searchicon-2.png") center center no-repeat;
    float: right;
    width:60px;
    margin-top:7px;
    cursor: pointer;
}
.searchly a{
    float: left;
    width: 140px;
    height: 34px;
    border-radius: 4px;
    margin-left: 22px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    background: url("../images/zxicon.png") #d60101 22px center no-repeat;
    font-weight: bold;
    padding-left: 54px;
}
.wjk-cont{
    border:1px solid #dddddd;
    border-top: 0;
    padding:20px 20px 0;
    height: 216px;
    overflow: hidden;
}
.wjk-cont > div{
    margin-top:15px;
    float: left;
    overflow: hidden;
}
.wjk-cont > div.searchly-box{
    margin-top: 0;
}
.wjk-cont strong{
    font-weight: bold;
    font-size: 14px;
    line-height: 29px;
}
.wjk-cont p{
    line-height: 29px;
    font-size: 14px;
    padding-left:9px;
}
.wjk-cont > div p a{
    display: block;
    float: left;
    margin-right: 23px;
}
.wjk-cont div.file p a{
    display: block;
    float: left;
    margin-right: 20px;
}
.wjk-cont >div p a:last-child{
    margin-right: 0;
}
.ly ul{
    margin-top:23px;
    overflow: hidden;
}
.ly ul li{
    background: url("../images/dot.png") left center no-repeat;
    padding-left: 23px;
    height: 34px;
    line-height: 34px;
    text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}
.other{
    float: right;
    width:580px;
}
.other dt{
    border:1px solid #dddddd;
    background: url("../images/mailboxicon.png") #f6f6f6 24px center no-repeat;
    height: 90px;
    line-height: 90px;
    width:160px;
    float: left;
    margin-top:15px;
    font-size: 15px;
    font-weight: bold;
    padding-left: 60px;
    border-radius: 2px;
}
.other dd{
    float: left;
    width:285px;
    height: 90px;
    border-radius: 2px;
    background: -webkit-linear-gradient(left top, #699ecd , #6fafea); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #699ecd , #6fafea); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #699ecd , #6fafea); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #699ecd , #6fafea); /* 标准的语法 */
    margin:15px 10px 0 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.other dd:nth-child(2),.other dd:nth-child(3){
    margin-right: 0;
}
.other dd a{
    color: #fff;
    display: block;
    padding:37px 15px 0;
    height: 90px;
    width:100%;
    transform: translate3d(0, 0, 0);
    transition: padding-top 0.05s linear, background .1s ease-in;
}
.other dd a:hover{
    padding-top:54px;
    animation:mymove 0.1s;
    -moz-animation:mymove 0.1s; /* Firefox */
    -webkit-animation:mymove 0.1s; /* Safari and Chrome */
    -o-animation:mymove 0.1s; /* Opera */
}

.other dd.no1 a:hover{
    background: url("../images/xficon.png") center 15px no-repeat;
}
.other dd.no2 a:hover{
    background: url("../images/jbicon.png") center 15px no-repeat;

}
.other dd.no3 a:hover{
    background: url("../images/wzjbicon.png") center 15px no-repeat;
}
@keyframes mymove
{
    from {background-position:center 0;}
    to {background-position:center 10px;}
}

@-moz-keyframes mymove /* Firefox */
{
    from {background-position:center 0;}
    to {background-position:center 10px;}
}

@-webkit-keyframes mymove /* Safari 和 Chrome */
{
    from {background-position:center 0;}
    to {background-position:center 10px;}
}

@-o-keyframes mymove /* Opera */
{
    from {background-position:center 0;}
    to {background-position:center 10px;}
}
/*.zhuanti{*/
    /*margin-top: 20px;*/
/*}*/
.zhuanti .mt{
    border: 0;
}
.zhuanti .mt span{
    background: url("../images/zticon.png") left center no-repeat;
    padding-left: 28px;
}
.zhuanti .mt span:after{
    background: none;
}
.ztcont{
    width:1200px;
    position: relative;
    margin-top:5px;
    height: 80px;
}
.ztcont img{
    border-radius: 4px;
    width:230px;
    height: 80px;
}
.ztcont .swiper-slide{
    float: left;
    width:230px;
}
.ztcont .swiper-button-next, .ztcont .swiper-container-rtl .swiper-button-prev{
    position: absolute;
    height: 80px;
    top:0;
    right:-26px;
    background: url("../images/right.png") right center no-repeat;
    margin-top:0;
    outline:0 none !important; blr:expression(this.onFocus=this.blur());
}
.ztcont .swiper-button-prev,.ztcont .swiper-container-rtl .swiper-button-next{
    position: absolute;
    height: 80px;
    top:0;
    background: url("../images/left.png") left center no-repeat;
    left:-26px;
    margin-top:0;
    outline:0 none;
}
.xglink{
    height: 90px;
    background: #f6f6f6;
    position: relative;
}
.xglink dl{
    width:1200px;
    padding:27px 0;
}
.xglink dt{
    height: 36px;
    float: left;
    line-height: 36px;
}
.xglink dd{
    float: left;
    height: 36px;
    border:1px solid #dddddd;
    background: #fff;
    line-height:36px;
    width:140px;
    text-align: center;
    font-weight: bold;
    font-size:14px;
    margin-right: 15px;
}
.xglink dd:last-child{
    margin-right: 0;
}
.xglink dd.option{
    width:225px;
    text-align: left;
    padding:0 20px 0 0;
}
.xglink dd.option a.tit{
    display: block;
    width:100%;
    height: 34px;
    background: url("../images/arrdown.png") right center no-repeat;
    cursor: pointer;
    text-align: center;
}
.xglink dd.option .tit em{
    display: none;
    background: none;
}
.xglink dd.option .tit.arrup{
    background-image: url("../images/arrup.png");
    position: relative;
}
.xglink dd.option .tit.arrup em{
    position: absolute;
    left: 50%;
    top:-11px;
    width:14px;
    height: 10px;
    margin-left:7px;
    background: url("../images/arrbg.png") left top no-repeat;
    z-index: 2;
    display: block;
}
.xglink dd.option div{
    position: absolute;
    left: 50%;
    top:-308px;
    width:1240px;
    height: 325px;
    margin-left:-620px;
    background: #fff;
    border-top: 3px solid #d60101;
    z-index: 999;
    padding:30px 0 0 86px;
    display: none;
    box-shadow: 0 10px 10px rgba(26,82,133,0.10);
}
.xglink dd.option div li{
    float: left;
    width:16.66%;
    line-height: 30px;
    /*padding:0 10px;*/
    font-weight: normal;
}
.xglink dd.option div.divbox1{
    height: 280px;
    top:-263px;
    padding:30px 0 0 70px;
}
.xglink dd.option div.divbox1 li{
    width:25%;
}
.xglink dd.option div.divbox4{
    /*height: 115px;*/
    /*top:-98px;*/
    height: 165px;
    top: -148px;
}
.xglink dd.option:last-child div{
    padding-left: 55px;
}
.xglink dd.option:last-child div li{
    width:25%;
}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    pointer-events:auto ;
    opacity: 1;
}
