.main{
   /* background: url("../images/mainbg.jpg") center top no-repeat,url("../images/bottombg.png") center bottom no-repeat;*/
    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 ;
}






.mainbanner-box{
    width:1200px;
    height: 386px;
    margin-top:20px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;;
}
.mainbanner img{
    width:1200px;
    height: 386px;
}
.mainbanner > .swiper-pagination-bullets{
    bottom:20px;
}
.mainbanner .swiper-pagination-bullet{
    width:30px;
    height: 3px;
    border-radius: 2px;
}

.mainbanner-box .swiper-button-next, .mainbanner-box .swiper-button-prev{
    width:40px;
    height:40px;
    margin-top: -20px;
    outline: none;
}
.mainbanner-box .swiper-button-prev, .mainbanner-box .swiper-container-rtl .swiper-button-next{    position: absolute;
    top: 50%;
    background: url("../images/banner-next.png") left top no-repeat;
    left:-40px;
    transition: left 0.3s ;
}
.mainbanner-box .swiper-button-next, .mainbanner-box .swiper-container-rtl .swiper-button-prev{    position: absolute;
    top: 50%;
    background: url("../images/banner-prev.png") left top no-repeat;
    right:-40px;
    transition: right 0.3s ;
}
.mainbanner-box:hover .swiper-button-prev, .mainbanner-box:hover .swiper-container-rtl .swiper-button-next{    position: absolute;
    top: 50%;
    left:20px;
    transition: left 0.3s ;
}
.mainbanner-box:hover .swiper-button-next, .mainbanner-box:hover .swiper-container-rtl .swiper-button-prev{    position: absolute;
    top: 50%;
    right:20px;
    transition: right 0.3s ;
}












.news{
    float: right;
    width:600px;
    height: 386px;
    background: #fff;
    margin-top:20px;
    padding:0 20px;
    overflow: hidden;
}
.news .mt,.fggz .mt{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    border-bottom: 1px solid #dddddd;
}
.news .mt .tab-menu,.fggz .mt .tab-menu{
    float: left;
}
.news .mt .more,.fggz .mt .more{
    padding-top:28px;
    height: 60px;
}
.news .tab-menu li,.fggz .tab-menu li{
    float: left;
    margin-right:25px;
    color: #cccccc;
}
.news .tab-menu li a,.fggz .tab-menu li a{
    float: left;
    margin-right:25px;
}
.news .tab-menu li.cur a,.fggz .tab-menu li.cur a{
    font-weight: bold;
    height: 60px;
    color: #333;
    position: relative;
}
.news .tab-menu li.cur a:before,.fggz .tab-menu li.cur a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width:100%;
    background: #d60000;
}
.news .tab{
    display: none;
}
.news .tab:nth-child(1){
    display: block;
}
.news .tab ul{
    margin-top:10px;
}
.news .tab 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 .mt .moremenu1 li{
    cursor: pointer;
}
.dongtai .mt .moremenu1 li.tabpic{
    background: url(../images/fgwzxd.png) left top no-repeat;
    background-size: 100%;
    width: 180px;
    height:30px;
}
.dongtai .mt .moremenu1 li.tabpic a{
    padding:0;
}
.dongtai .mt .moremenu1 li.tabpic-hover{
    background: url(../images/fgwzxd-hover.png) left top no-repeat;
    background-size: 100%;
}
.gjzl{
    border:1px solid #dddddd;
    padding: 9px 16px;
    height: auto;
    margin-top:20px;
    overflow: hidden;
}
.gjzl dt{
    float: left;
    width:71px;
    margin-top:5px;
}
.gjzl dt img{
    width:100%;
}
.gjzl dd{
    float: left;
    width:1176px;
    position: relative;
}
.gjzl dd .gjzlpic{
    width:1130px;
}
.gjzl dd .gjzlpic img{
    border-radius: 4px;
    width:100%;
    height: 180px;
}
.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:50px;
    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:50px;
    background: url("../images/left.png") left center no-repeat;
    left:-0px;
    margin-top:0;
    outline:0 none;
}

.dongtai{
    float: left;
    width:580px;
    min-height: 266px;
    margin-top:20px;
    overflow: hidden;
}
.dongtai .tab{
    display: none;
}
.dongtai .tab:first-child{
    display: block;
}
.dongtai .mt a.piclink{
    float: left;
    height:48px;
}
.dongtai .mt a.piclink img{
    float: left;
    margin: 18px 0 0 5px;
}
.dongtai .mt a.piclink em{
    float: right;
    height:20px;
    width: 2px;
    border-left:1px solid #ddd;
    margin: 16px 6px 0 12px;
}
.fright{
    float: right;
}
.serve{
    width:580px;
    float: right;
    margin-top:20px;
}
.serve .mt{
    border:0;
}
.serve .mt span:after{
    background: none;
}
.serve-line{
    height: 253px;
    position: relative;
    overflow: hidden;
}
.serve-title{
    position: absolute;
    left: 0;
    top:0;
    height: 46px;
    line-height: 46px;
}
.serve-title li{
    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-title li:nth-child(1){
    border-top-left-radius: 2px;
}
.serve-title li a{
    color: #fff;
    display: block;
    padding-left: 30px;
}
.serve-title li.cur{
    background: #fff;
}
.serve-title li.cur a{
    color: #4375a3;
}
.serve-title li a.no1{
    background:url("../images/serveicon-1.png") 26px center no-repeat;
}
.serve-title li a.no2{
    background:url("../images/serveicon-3.png") 26px center no-repeat;
}
.serve-title li a.no3{
    background:url("../images/serveicon-2.png") left center no-repeat;
}
.serve-title li a.no4{
    background:url("../images/serveicon-4.png") left center no-repeat;
}
.serve-title li.cur a.no1{
    background:url("../images/serveicon-11.png") 26px center no-repeat;
}
.serve-title li.cur a.no2{
    background:url("../images/serveicon-33.png") 26px center no-repeat;
}
.serve-title li.cur a.no3{
    background:url("../images/serveicon-22.png") left center no-repeat;
}
.serve-title li.cur a.no4{
    background:url("../images/serveicon-44.png") left center no-repeat;
}
.downloadzone{
    float: right;
    border: 0;
    background: none;
    float: right;
    margin-top: 16px;
}
.serve-cont{
    display: none;
    padding:11px 20px 0;
    border:2px solid #6ba2d4;
    border-radius: 2px;
    height:209px;
    margin-top: 44px;
    overflow: hidden;
}
.serve-cont .u-list{
    margin-top: 0;
}
.serve-cont1{
    display: block;
}
.serve-cont1 li{
    float: left;
    /* width:30%; */
    width:33.333%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
.serve-cont1 li:nth-child(even){
    border-right: 0;
}
.serve-cont1 li:nth-child(5){
    border-bottom: 0;
}
.serve-cont1 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;
}

.serve-cont1 li a:hover{
    transform: scale(1.01);
    box-shadow: 2px 2px 5px #e0eaf3,-2px -2px 5px #e0eaf3;
    z-index: 2;
}
.serve-cont1 li.no1 a{
    background: url("../images/serve-1-1.png") #fff 20px center no-repeat;
}
.serve-cont1 li.no2 a{
    background: url("../images/serve-1-2.png") #fff 20px center no-repeat;
}
.serve-cont1 li.no3 a{
    background: url("../images/serve-1-3.png") #fff 20px center no-repeat;
}
.serve-cont1 li.no4 a{
    background: url("../images/serve-1-5.png") #fff 20px center no-repeat;
}
.serve-cont1 li.no5 a{
    background: url("../images/serve-1-4.png") #fff 20px center no-repeat;
}
.serve-cont1 li.no6 a{
    background: url("../images/serve-2-1.png") #fff 20px center no-repeat;
}
.serve-cont1 li.no7 a{
    background: url("../images/serve-2-2.png") #fff 20px center no-repeat;
}
.serve-cont1 li.no8 a{
    background: url("../images/serve-2-3.png") #fff 20px center no-repeat;
}
.serve-cont1 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%;
} */
.serve-cont1 ul{
    display: none;
}
.serve-cont1 ul:nth-child(1){
    display: block;
}
.serve-cont1 .fenlei{
    width:100%;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}
.serve-cont1 .fenlei 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;
}
.serve-cont1 .fenlei 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: 277px;
    margin-top:20px;
    position: relative;
    padding:0 20px;
}
.ly p{font-size: 16px;
height: 25px;
line-height: 25px;

}
.lytitle{
    background: url("../images/liuyan.png") #fff center top no-repeat;
    height: 16px;
    width:137px;
    position: absolute;
    top:-8px;
    left:20px;
}
.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;
}
.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;
}
.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:186px;
    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(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;
    padding-bottom: 40px;
}
.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: 180px;
}
.ztcont img{
    border-radius: 4px;
    width:230px;
    height: 180px;
}
.ztcont .swiper-slide{
    float: left;
    width:230px;
}
.ztcont .swiper-button-next, .ztcont .swiper-container-rtl .swiper-button-prev{
    position: absolute;
    height: 80px;
    top:40px;
    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:40px;
    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: 31px;
    border:1px solid #dddddd;
    background: #fff;
    line-height:36px;
    width:300px;
    text-align: center;
    font-weight: bold;
    font-size:12px;
    margin-right: 15px;
}
.xglink dd:last-child{
    margin-right: 0;
}
.xglink dd.option{
    width:225px;
    text-align: left;
    padding:0 20px;
}
.xglink dd.option span{
    display: block;
    width:100%;
    height: 34px;
    background: url("../images/arrdown.png") right center no-repeat;
    cursor: pointer;
}
.xglink dd.option span em{
    display: none;
    background: none;
}
.xglink dd.option span.arrup{
    background-image: url("../images/arrup.png");
    position: relative;
}
.xglink dd.option span.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;.other dd.no3 a
}
.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;
}
.xglink dd.option:last-child div{
    padding-left: 55px;
}
.xglink dd.option:last-child div li{
    width:25%;
}

.wjk-cont{
    border:1px solid #dddddd;
    border-top: 0;
    padding:20px 20px 0;
    height: 216px;
    overflow: hidden;
}
.wjk-cont dl{
    margin-top:15px;
    float: left;
    width:100%;
    overflow: hidden;
}
.wjk-cont dt{
    font-weight: bold;
    font-size: 14px;
    line-height: 29px;
}
.wjk-cont dd{
    line-height: 29px;
    font-size: 14px;
    padding-left:9px;
}
.wjk-cont dl dd a{
    display: block;
    float: left;
    margin-right: 23px;
}
.wjk-cont dl.file dd a{
    display: block;
    float: left;
    margin-right: 20px;
}
.wjk-cont dl dd a:last-child{
    margin-right: 0;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    pointer-events:auto ;
    opacity: 1;
}
