*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
.banner {
    background: url(../banner.jpg) no-repeat top center;
    background-size: 1920px 700px;
    width: 100%;
    min-width: 1200px;
    height: 700px;
}
.center{
    width: 1200px;
    margin: 0 auto;
}
.headlines {
    width: 100%;
    height: 114px;
    margin-top: 20px;
}
.headlines-flag {
    width: 84px;
    height: 100%;
    background: url(../headlines-flag.png) no-repeat center center;
    float: left;
    margin-right: 10px;
}
.headlines-content h1 {
    text-align: center;
    color: #0a539e;
    font-size: 40px;
    position: relative;
    top: -15px;
}
.headlines-content h1 a{
    color: #0a539e;
}

.headlines-content p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #888;
    margin: -10px 0 0 0;
}
.headlines-article {
    width: 100%;
    height: 301px;
    margin-top: 45px;
    font: 400 1em/1.8 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}
.headlines-article-list {
    width: 560px;
    height: auto;
    overflow: hidden;
    float: left;
}
.headlines-article-list li {
    border-bottom: 1px dashed #bfbfbf;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.headlines-article-list li a:first-child{
    font-size: 18px;
    font-weight: bold;
}
.headlines-article-list li p {
    font-size: 16px;
    color: #888;
}
.headlines-article-list li p a {
    color: #2f88ff;
}
.imgnews{
    height: 100%;
    width: 600px;
    float: right;
}


/*è½®æ’­å›¾*/
.slideBox{ width:600px; height:351px; overflow:hidden; position:relative; border:1px solid #ddd;}
.slideBox .hd{ height:20px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hdmore{height:20px;position:absolute; right:5px; bottom:10px;overflow:hidden;z-index:2; line-height:20px;}
.slideBox .hdmore a{ font-size:14px; color:#FC0;}

.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:10px; height:10px;background:#fff; cursor:pointer;border-radius:5px; list-style: none}
.slideBox .hd ul li.on{ background:#3c74b4; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;overflow:hidden;}
.slideBox .bd ul{ width:600px; height:351px; }
.slideBox .bd li{ zoom:1; vertical-align:middle; list-style: none}
.slideBox .bd li p{ position:absolute; bottom:0px; left:0px; line-height:40px; font-size:16px; background: url(../tmbg.png); color:#fff; width:96%; padding:0px 2%; overflow:hidden; height:40px;}
.slideBox .bd img{ width:600px; height:351px; display:block;  }

.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }




/*æ™®æ³•åŠ¨æ€*/
.news2{
    margin-top: 100px;
}
.swiper-container {
    margin-top: 38px;
}
.swiper-container {
    margin: 15px auto 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container .swiper-slide {
    width: 600px;
    float: left;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.swiper-container .swiper-slide img {
    width: 300px;
    height: 210px;
}
.swiper-container .swiper-slide.left img {
    float: left;
}
.swiper-container .swiper-slide.left div {
    right: 0;
}
.swiper-container .swiper-slide div {
    width: 300px;
    height: 210px;
    background-color: #e6ebf1;
    position: absolute;
    z-index: 1;
    padding: 15px 20px;
    box-sizing: border-box;
}
.swiper-container .swiper-slide div p {
    font-size: 18px;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.swiper-container .swiper-slide div span {
    display: block;
    color: #888;
    font-size: 16px;
    padding-top: 8px;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.swiper-container .swiper-slide.right img {
    float: right;
}
.swiper-container .swiper-slide.right div {
    left: 0;
}
.swiper-container .swiper-slide.left .bubble:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 8px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-right-width: 12px;
    border-right-color: currentColor;
    color: #e6ebf1;
}
.swiper-container .swiper-slide.right .bubble:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 6px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-left-width: 12px;
    border-left-color: currentColor;
    color: #dddddd;
}





/*ä»¥æ¡ˆè¯´æ³•*/
.news3{
    margin-top: 100px;
}
.qxrcNr {
    width: 580px;
    float: left;
    height: 390px;
    background: url(../fxpl-round.png) no-repeat;
    margin: 20px 0 0 0;
}
.mb25px {
    margin-bottom: 25px;
}
.qxrcBj {
    width: 564px;
    height: 114px;
    float: right;
    background: url(../fxpl-bg.png) no-repeat;
}
.qxrcBj p {
    width: 508px;
    float: left;
    margin: 12px 0 0 30px;
    font-size: 22px;
    height: 24px;
    font-family: "Microsoft YaHei";
    line-height: 24px;
    overflow: hidden;
}
.qxrcBj span {
    width: 508px;
    float: left;
    font-size: 16px;
    color: #888;
    margin: 5px 0 0 30px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.qxrcBj span a {
    color: #cf3d06;
}
.qxrcBj {
    width: 564px;
    height: 114px;
    float: right;
    background: url(../fxpl-bg.png) no-repeat;
}






/*æ™®æ³•è¯¾å ‚*/
.news4{
    margin-top: 80px;
}
.news4 .row_all {
    width: 1177px;
    height: 340px;
    background-color: #009be8;
    float: right;
    margin-top: 52px;
}
.news4 .row_all .szfj_left {
    width: 560px;
    height: 315px;
    position: relative;
    float: left;
    margin: -20px -20px 0;
}
.news4 .row_all .szfj_left img {
    width: 560px;
    height: 315px;
}
.news4 .row_all .szfj_left p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 560px;
    height: 40px;
    background-color: rgba(0,0,0,.7);
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news4 .row_all ul {
    width: 566px;
    float: left;
    padding: 36px 0 0 60px;
}
.news4 .row_all ul li {
    background: url(../round_bg.png) left center no-repeat;
}
.news4 .row_all ul li a {
    display: block;
    font-size: 18px;
    line-height: 54px;
    height: 54px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    padding-left: 25px;
}


.footer {
    margin-top: 80px;
    padding: 15px 0 15px 0;
    background: url(../bg_b.png) no-repeat top center;
    text-align: center;
    line-height: 25px;
    color: white;
    font-size: 14px;
    min-width: 1200px;
}

/*é¢„é˜²ç½‘ç»œæ²‰è¿·ã€ç½‘è´·ï¼ˆæ ¡å›­è´·ï¼‰*/
.news5{
    width: 100%;
    height: 500px;
    margin-top: 50px;
}
.news5 .leftList {
    width: 580px;
    float: left;
    margin-right: 40px;
}
.news5 .table {
    width: 580px;
}
dl {
    margin-top: 30px;
    margin-bottom: 25px;
    list-style: none;
}
dt {
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    color: #555;
    padding-bottom: 14px;
    text-align: center;
    border-bottom: 1px dashed #d7d7d7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
dl dt a {
    color: #555;
}
dd {
    margin-top: 10px;
    color: #888;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news5 li {
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    margin-bottom: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 20px;
    background: url(../icon2.png) 0 7.5px no-repeat;
}
.news5 li a {
    color: #333;
}
.news5 .rightList {
    margin-right: 0;
    width: 580px;
    float: left;
}