.fl{
    float: left;
}
.fr{
    float: right;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.xbanner{
    width: 100%;
    height: 580px;
    overflow: hidden;
}
.xbanner .swiper-container{
	width: 100%;
}
.xbanner .swiper-slide{
    width: 100%;
    height: 580px;
}
.xbanner .swiper-slide h2{
    font-size: 44px;
    color: #fff;
    font-size: 57px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    text-shadow: 5px 1px 6px rgb(0 0 0 / 50%);
    opacity: .0;
    margin-top: 80px;
    margin-left: 600px;
}
.xbanner .swiper-slide p{
    font-size: 82px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3px;
    text-shadow: 5px 1px 6px rgb(0 0 0 / 50%);
    opacity: .0;
    margin-left: 600px;
}
.xindex-new{
    width: 100%;
    position: relative;
    
}
.index-new-tit{
    position: absolute;
    height: 96px;
    width: 100%;
    top: -96px;
    background: rgba(0,0,0,0.5)!important;
    background-color: #000;
    filter: Alpha(opacity=50);
    z-index: 20;
}
.index-new-tit ul li{
    width: 200px;
    height: 96px;
    float: left;
    text-align: center;
    background: url(../image/xicon.png) no-repeat right center;
    position: relative;
}
.index-new-tit ul li:last-child{
    background-image: none;
}
.index-new-tit ul li img{
    height: 35px;
    margin-top: 18px;
}
.index-new-tit ul li h2{
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    font-weight: 500;
}
.index-new-tit ul li.sh{
    background: #0079c3;
}
.index-new-tit ul li.sh::after{
    content: "";
    width: 17px;
    height: 10px;
    background: url(../image/xicon2.png) no-repeat center;
    position: absolute;
    top: 96px;
    left: 100px;
    margin-left: -8px;
}
.index-new-cont{
    padding: 75px 0;
}
.index-new-cont .swiper-slide,
.index-new-cont .swiper-container{
    width: 100%;
    height: 435px;
}
.index-new-cont .swiper-container{
    width: 50%;
    float: left;
}
.index-new-contLe{
    width: 510px;
}
.index-new-contLe h2{
    color: #0079c3;
    font-size: 36px;
    line-height: 45px;
    margin-top: 25px;
}
.index-new-contLe p{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
}
.index-new-contLe .more{
    width: 180px;
    height: 48px;
    line-height: 48px;
    margin-top: 90px;
    background: #0079c3 url(../image/xicon5.png) no-repeat 125px center;
}
.index-new-contLe .more a{
    display: block;
    padding-left: 25px;
    color: #fff;
    font-size: 14px;
}
.index-new-contLe .more:hover{
    background: #0073ba url(../image/xicon5.png) no-repeat 125px center;
}
.index-new-cont .viedobox{
    width: 40%;
    height: 325px;
    float: right;
    overflow: hidden;
    position: relative;
    padding:30px;
}
.index-new-cont .viedobox::before{
    content: "";
    width: 84px;
    height: 122px;
    background: url(../image/xvideo1.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0
}
.index-new-cont .viedobox::after{
    content: "";
    width: 144px;
    height: 192px;
    background: url(../image/xvideo2.png) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right:  0;
}
.index-new-cont .videoimg{
    width: 100%;
}
.index-new-cont  .videicon{
    width: 60px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
}
.index-new-cont  .videocont{
    width: 90%;
    height: 329px;
    position: absolute;
    left: 30px;
    top: 30px;
    background: #000;
    display: none;
}
.index-new-cont  .videocont #videos{
    width: 100%;
    margin-top: 30px;
}
.index-new-cont  .videocont .close{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(../image/close.png) no-repeat center;
    background-size: cover;
    z-index: 20;
    cursor: pointer;
}


.index-new-conRi{
    width: 570px;
    height: 433px;
    position: relative;
    text-align: center;
}
.index-new-conRi ul li{
    position: absolute;
}
.index-new-conRi ul li img:hover{
    transform: scale(1.1,1.1);
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.xindex-xw{
    background: #fff;
    padding: 40px 0 50px;
    height: 350px;
    position: relative;
}
.xindex-syhead{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.xindex-syhead h2{
    color: #666666;
    font-size: 20px;
    float: left;
    padding: 0 15px;
    cursor: pointer;
    background: url(../image/xicon7.jpg) no-repeat right center;
}
.xindex-syhead h2:first-child{
    padding-left: 0;
}
.xindex-syhead a{
    float: right;
    color: #666666;
    font-size: 14px;
    padding-right: 12px;
    background: url(../image/xicon6.png) no-repeat right center;
    display: none;
}
.xindex-syhead a:hover{
    text-decoration: underline;
}
.xindex-syhead h2.sh{
    color: #0079c3;
}
.xindex-syhead a.show{
    display: block;
}
.xindex-xw-conts{
    width: 790px;
    padding-top: 25px;
    position: absolute;
    z-index: 60;
    background: #fff;
}
.xindex-xw-conts.active{
    z-index: 90;
}
.xindex-lb{
    width: 380px;
    height: 270px;
    overflow: hidden;
    position: relative;
}
.xindex-container .swiper-slide,
.xindex-container{
    width: 100%;
}
.xindex-container .swiper-slide{
    position: relative;
}
.xindex-container .swiper-slide .imgbox{
    width: 380px;
    height: 270px;
    overflow: hidden;
    text-align: center;
}
.xindex-container .swiper-slide .imgbox img{
    height: 100%;
}
.xindex-container .pagination {
	position: absolute;
	bottom: 14px;
    right: 7px;
}
.xindex-container .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
    opacity: .5;
	margin: 0 2px;
	cursor: pointer;
}
.xindex-container .swiper-active-switch {
	background:#ebc76f;
    opacity: 1;
}
.xindex-container .swiper-slide .bot{
    position: absolute;
    width: 380px;
    height: 38px;
    line-height: 38px;
    background: url(../image/xicon8.png) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
}
.xindex-container .swiper-slide:hover .bot{
    text-decoration: underline;
}
.xindex-xw-nr{
    width: 380px;
}
.index-nr-first{
    min-height: 68px;
    padding: 4px 0 10px;
    border-bottom: 1px dashed #cccccc;
    position: relative;
}
.index-nr-first h2{
    color: #0079c3;
    font-size: 18px;
    line-height: 22px;
}
.index-nr-first h2 a{
    color: #0079c3;
}
.index-nr-first p{
    color: #888888;
    font-size: 12px;
    margin-top: 12px;
}
.index-nr-first span{
    display:block;
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    background-color: #fff;
    padding-left: 5px;
}
.index-nr-first span a{
    color: #cf0000;
}
.index-nr-first span a:hover,
.index-nr-first h2 a:hover{
    text-decoration: underline;
}
.xindex-sylist{
    padding-top: 5px;
}
.xindex-sylist li{
    width: 100%;
    line-height: 35px;
}
.xindex-sylist li a{
    width: 78%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display:block;
    float: left;
    color: #333333;
    font-size: 14px;
    padding-left: 14px;
    background: url(../image/xicon8.jpg) no-repeat left center;
}
.xindex-sylist li a:hover{
    color: #0166b6;
}
.xindex-sylist li span{
    color: #999999;
    font-size: 12px;
    float: right;
}
.xindex-sylist2{
    margin-top: 15px;
}
.xindex-sylist2 li{
    width: 100%;
    line-height: 35px;
}
.xindex-sylist2 li a{
    width: 78%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display:block;
    float: left;
    color: #333333;
    font-size: 14px;
    padding-left: 14px;
    background: url(../image/xicon8.jpg) no-repeat left center;
}
.xindex-sylist2 li a:hover{
    color: #0166b6;
}
.xindex-sylist2 li span{
    color: #999999;
    font-size: 12px;
    float: right;
}
.xindex-sylink{
    width: 1200px;
    height: 115px;
    margin: 50px auto;
    overflow: hidden;
    position: relative;
}
.xindex-sylink ul li{
    width: 190px;
    height: 115px;
    float: left;
    margin-left: 62px;
    overflow: hidden;
}
.xindex-sylink ul li:first-child{
    margin-left: 0;
}
.xindex-sylink ul li img{
    width: 100%;
}

.xindex-footer .index_foot_fl p a{
    color: #fff;
}
.xindex-footer .index_footlinks_cont.fl{
    width: 540px;
    margin: 0 0 0 56px;
}
.xindex-footer .xindex-foot-le ul h2{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
}
.xindex-footer .xindex-foot-le ul li{
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    padding-left: 20px;
}
.xindex-footer .xindex-foot-ri{
    margin-left: 22px;
}
.xindex-footer .xindex-foot-ri ul li{
    float: left;
    width: 110px;
    text-align: center;
    margin-right: 20px;
    margin-top: 10px;
}
.xindex-footer .xindex-foot-ri ul li img{
    width: 110px;
    height: 110px;
}
.xindex-footer .xindex-foot-ri ul li h2{
    color: #fff;
    font-size: 16px;
    font-weight: inherit;
    margin-top: 10px;
}
.xthrnav{
    line-height: 30px;font-size: 16px;
    padding: 17px 30px;overflow: hidden;
    background-color: #fff;
    width:1140px;margin: 20px auto;
}
.xthrnav a{color: #666;}
.xthrnav span{
    margin: 0 20px;
    color: #999;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.xthrnav a.s,.xthrnav a:hover{color: #003f84;}
.xlist{
  margin-top: 20px;  
}
.xlist ul li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dcdcdc;
}
.xlist ul li a{
    float: left;
    background: url(../image/xicon8.jpg) 5px center no-repeat;
    font-size: 16px;
    padding-left: 20px;
    width: 85%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display:block;
}
.xlist ul li span{
    float: right;
    color: #999;
    font-size: 14px;
}
.ximglist{
    background: url(../image/xrybg.jpg) no-repeat center;
    padding-top: 60px;
    padding-bottom: 90px;
}
.ximglist .wz{
    text-align: center;
}
.ximglist .wz h2{
    font-size: 45px;
    color: #333;
    font-weight: 500;
    line-height: 80px;
}
.ximglist .wz p{
    font-size: 14px;
    color: #666;
    margin-bottom: 60px;
}
.ximglist  .cont{
    width: 100%;
    position: relative;
}
.ximglist  .cont .slide-box{
    width: 230px;
    height: 215px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    margin: 0 10px;
    padding: 15px;
}
.ximglist  .cont .slide-box .imgbox{
    width: 100%;
    height: 210px;
    background: #eee;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ximglist  .cont .slide-box .imgbox img{
    width: 100%;
}
.ximglist  .cont .slide-box h2{
    color: #505050;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 70px;
}
.ximglist  .cont .arrow-left {
    position: absolute;
    left: -80px;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #fff url(../image/xicpre.png) no-repeat center;
}
.ximglist  .cont .arrow-left:hover{
    background: #005bab url(../image/xicpresh.png) no-repeat center;
}
.ximglist  .cont .arrow-right {
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #fff url(../image/xicnext.png) no-repeat center;
}
.ximglist  .cont .arrow-right:hover{
    background: #005bab url(../image/xicnextsh.png) no-repeat center;
}
.xbigbg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 40;
    display: none;
}
.xbigimg{
    width: 500px;
    padding: 10px;
    background: #fff;
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -260px;
    z-index: 50;
    display: none;
}
.xbigimg img{
    width: 100%; 
}
.xdeta-img{
    margin-top: 30px;
}
.xdeta-img .bigimg{
    text-align: center;
}
.xdeta-img .bigimg img{
    display: inline;
    width: 860px;
    height: auto;
}
.xdeta-img .samllimg{
    width: 860px;
    margin: 30px auto;
    position: relative;
}
.xdeta-img .samllimg .swiper-slide{
    height: 74px;
}
.xdeta-img .samllimg .imgbox{
    cursor: pointer;
    float: left;
    overflow: hidden;
    width: 130px;
    height: 70px;
    text-align: center;
    overflow: hidden;
}
.xdeta-img .samllimg .imgbox img{
    border: 1px solid #d4e2d7;
    float: left;
    width: 128px;
    max-height: 68px;
}
.xdeta-img .samllimg .sh .imgbox{
    border: 2px solid #2853a0;
}
.xdeat-nr img{
    display: none;
}

.dqjs-single{
    width: 1166px;
    min-height: 760px;
    margin: 70px auto;
    padding: 20px 20px 20px 0;
    background: url(../image/dqjsbg.jpg) no-repeat top center #fff;
    border-left: 14px solid #c2a166;
}
.dqjs-single .cont{
    min-height: 860px;
    border:1px solid #e1e5e8;
    padding: 0 60px;
}
.dqjs-single .cont h2{
    color: #333333;
    font-size: 36px;
    font-weight: inherit;
    padding: 35px 0 10px;
}
.dqjs-single .cont span{
    display: block;
    width: 70px;
    height: 3px;
    background: #0079c3;
    margin-bottom: 15px;
}
.dqjs-single .cont p{
    color: #555555;
    font-size: 16px;
    line-height: 28px;
}
.dqjs-single .cont .imgbox{
    float: left;
    overflow: hidden;
    text-align: center;
    background: #fff;
    padding: 8px;
    box-shadow: 1px 1px 9px 4px #cccc;
}
.dqjs-single .cont .imgbox img{
    width: 100%;
}