*:hover {
    transition: 0.4s;

}



/* ========banner======== */
.banner {
    /* margin-top: 173px; */
	/* width: 1920px; */
    height: 480px;
    margin: 0 auto;
    background-image: linear-gradient(to right,#3863f6, #2252eb);
    
	box-shadow: 0px 0px 9px 0px rgba(0, 46, 198, 0.17);
    overflow: hidden;
    position: relative;
}



.banner .bg{
    background:url("../images/b1.jpg") no-repeat center;
}
.banner .text-block{
    position: absolute;
    top: 30%;
    left: 18%;
    z-index: 99;
}
@media screen and (max-width:1720px) {  .banner .text-block{left: 14%;}  }
@media screen and (max-width:1620px) {  .banner .text-block{left: 8%;}  }
.banner .text-block .p1{
    font-size: 47px;
	letter-spacing: 2px;
	color: #ffffff;
}
.banner .text-block .p2{
	font-size: 32px;
    color: #ffffff;
    margin-left: 30px;
    margin-top: 10px;
}
.banner .text-block .p3{
	font-size: 18px;
	letter-spacing: 2px;
	color: #ffffff;
    opacity: 0.4;
    margin-top: 36px;
}
.banner .text-block .btn{
	width: 237px;
	height: 56px;
	background-color: #ffe528;
    border-radius: 27px;
    font-size: 22px;
    line-height: 56px;
    text-align: center;
    color: #3860f4;
    margin-left: 70px;

}

.banner .item{
	display: inline-block;
    font-size: 18px;
	/* line-height: 82px; */
	letter-spacing: 0px;
    color: #ffffff;
    position: relative;
    padding-left: 30px;
}
.banner .item:nth-child(3),
.banner .item:nth-child(4){
    margin-top: 12px;
}

.banner .item::before{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 3px #ffe528;
    background:rgba(0, 0, 0, 0);
    position: absolute;
    vertical-align: middle;
    left: 0;
    top: 2px;
}


/* banner视屏 */
/* .banner .container {
    width: 100%;
     height: 480px;
    margin: auto;
    background-color: #000;
    position: relative;
}
.banner .container > img {
    position: absolute;
    width: 100%; height: 100%;
}
.banner .loading {
    position: absolute;
    height: 8px; width: 150px;
    border: 1px solid #eee;
    background: linear-gradient(to top, #eee, #eee);
    background-size: 0 100%;
    transition: background-size .1s;
    left: 0; top: 0; right: 0; bottom: 0;
    margin: auto;
}
.banner .loading::before {
    content: attr(data-percent)'%';
    position: absolute;
    left: 0; top: -1.5em;
    font-size: 12px;
    color: #eee;
} */



.content1{
    height: 715px;
    margin: 0 auto;
    background: url("../images/index/c1_bg.jpg") no-repeat top;
    /* background: #fff; */
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

.content1 .blue-bg{
    background-color: #3860f4;
    opacity: 0.05;
    width: 100%;
    height: 231px;
    top: 245px;
    left: 0;
    position: absolute;
    
} 
.content1 .cont_title{
    margin: 0 auto;
    padding-top: 46px;
}
.content1 .bg_auto{
    margin-top: 45px;
    width: 100%;
}
.cont_title h2{
    margin: 0 auto;
	font-family: SourceHanSansCN-Regular!important;
	font-size: 34px;
	letter-spacing: 1px;
    color: #192437;
    margin-top: 4px;
    font-weight: 500;
}
.cont_title p{
    font-family: SourceHanSansCN-Regular!important;
	font-size: 18px;
    color: #666666;
    margin-top: 15px;
}
.cont_title .title_bg{
    display: block;
    width: 100%;
    background: url("../images/index/title_bg.png") no-repeat top;
    height: 46px;
    text-align: center;
}



.content2{
    height: 1050px;
    margin: 0 auto;
    /* background: url("../images/index/c2_bg.jpg") no-repeat top; */
    background: #fff;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}
.content2 .bg_auto{
    margin: 0px auto;
    overflow: hidden;
    width: 1620px;
    margin-top: 35px;
}
.content2 .tab span{
    width: 100px;
	height: 100px;
}
.content2 .tab li{
   font-size: 20px;
   color: #999999;
   height: 130px;
}
.content2 .tab li.ac{
   font-size: 22px;
   color: #192437;
}
.content2 .tab .ico1{
    background: url("../images/index/ico1.png") no-repeat center;
    width: 100px;
	height: 100px;
	display: block;
}
.content2 .tab .ac .ico1{
    background: url("../images/index/ico1-ac.png") no-repeat center;
    transition: 0.15s;
    transition-timing-function: ease-out;
	width: 100px;
	height: 100px;
	display: block;
}
.content2 .tab .ico2{
    background: url("../images/index/ico2.png") no-repeat center;
	width: 100px;
	height: 100px;
	display: block;
}
.content2 .tab .ac .ico2{
    background: url("../images/index/ico2-ac.png") no-repeat center;
    transition: 0.15s;
    transition-timing-function: ease-out;

}
.content2 .tab .ico3{
    background: url("../images/index/ico3.png") no-repeat center;
	width: 100px;
	height: 100px;
	display: block;
}
.content2 .tab .ac .ico3{
    background: url("../images/index/ico3-ac.png") no-repeat center;
    transition: 0.15s;
    transition-timing-function: ease-out;
}


.content2 .tab-block{
    display: none;
    width: 1620px;
    height: 683px;
}
.content2 .tab-block3{
    padding-top: 10px;
}
.content2 .right{
    margin-left: 673px;
    height: 100%;
}
.content2 .right .block1 .item{
	font-size: 18px;
    color: #ffe528;
    /* width: 230px; */
}
.content2  .tab-block2 .right .block1 .item{
	font-size: 18px;
    color: #ffe528;
    width: initial;
}

.content2 .right .block1 .item:nth-child(2){
margin: 0 66px;
}
.content2 .tab-block2 .right .block1 .item:nth-child(2){
margin: 0 106px;
}
.content2 .right .block1 .item.ex{
margin: 83px 0;
}

.content2 .right .block1 .item p{
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
    opacity: 0.7;
    margin-top: 10px;
    font-weight: 300;
    font-family: '微软雅黑', Helvetica, Arial, sans-serif !important;
}
.content2 .right .block1 span{
	width: 27px;
    height: 20px;
    display: inline-block;
    margin-right: 13px;
}
.content2 .tab-block:nth-child(2){
    background: url("../images/index/ico1_bg.png") no-repeat center;
}
.content2 .tab-block:nth-child(3){
    background: url("../images/index/ico2_bg.png") no-repeat center;
}
.content2 .tab-block:nth-child(4){
    background: url("../images/index/ico3_bg.png") no-repeat center;
    background-size: 100% 100%;
}
.content2 .tab-block.on {
	display:block;
}

.content2 .tab-block1 .block1 .ico1{
    background: url("../images/index/gsgq.png") no-repeat center;
}
.content2 .tab-block1 .block1 .ico2{
    background: url("../images/index/gqjl.png") no-repeat center;
}
.content2 .tab-block1 .block1 .ico3{
    background: url("../images/index/qczx.png") no-repeat center;
}
.content2 .tab-block2 .block1 .ico1{
    background: url("../images/index/gqjl.png") no-repeat center;
}
.content2 .tab-block2 .block1 .ico2{
    background: url("../images/index/qczx.png") no-repeat center;
} 
.content2 .tab-block2 .block1 .ico3{
    background: url("../images/index/xzxt.png") no-repeat center;
}
.content2 .tab-block3 .block1 .ico1{
    background: url("../images/index/gqjl.png") no-repeat center;
}
.content2 .tab-block3 .block1 .ico2{
    background: url("../images/index/xqjy.png") no-repeat center;
} 
.content2 .tab-block3 .block1 .ico3{
    background: url("../images/index/xzwh.png") no-repeat center;
}


/*  block2  */
.content2 .block2{
    margin-top: 60px;
}
.content2 .block2 .item{
	width: 875px;
    height: 117px;
}
.content2 .block2 .item .title{
	color: #ffffff;
}
.content2 .block2 .item .text{
    color: #ffffff;
	opacity: 0.6;
}
.content2 .block2 .item:hover .title{
	color: #333333;
}
.content2 .block2 .item:hover .text{
    color: #666666;
}
.content2 .block2 .item:hover{
    background: url("../images/index/c2_itembg.png") no-repeat center;
}

.content2 .block2 .item span{
    width: 49px;
	height: 100%;
    margin: 0 65px 0 70px;
    display: table;
}

.content2 .block2 .item .title{
    font-size: 24px;
	line-height: 33px;
}
.content2 .block2 .item .text-block{
    padding-right: 65px;
    height: 100%;
}
.content2 .block2 .item .text{
	font-size: 16px;
    line-height: 27px;
    font-family: '微软雅黑', Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    margin-top: 3px;
}


.content2 .block2 .item:nth-child(1) span{
    background: url("../images/index/gqjg.png") no-repeat center;
}
.content2 .block2 .item:hover:nth-child(1) span{
    background: url("../images/index/gqjg-d.png") no-repeat center;
}

.content2 .block2 .item:nth-child(2) span{
    background: url("../images/index/jljh.png") no-repeat center;
}
.content2 .block2 .item:hover:nth-child(2) span{
    background: url("../images/index/jljh-d.png") no-repeat center;
}

.content2 .block2 .item:nth-child(3) span{
    background: url("../images/index/dzh.png") no-repeat center;
}
.content2 .block2 .item:hover:nth-child(3) span{
    background: url("../images/index/dzh-d.png") no-repeat center;
}

.content2 .tab-block2 .block2 .item:nth-child(1) span{
    background: url("../images/index/xslc.png") no-repeat center;
}
.content2 .tab-block2 .block2 .item:hover:nth-child(1) span{
    background: url("../images/index/xslc-d.png") no-repeat center;
}

.content2 .tab-block2 .block2 .item:nth-child(2) span{
    background: url("../images/index/cwzx.png") no-repeat center;
}
.content2 .tab-block2 .block2 .item:hover:nth-child(2) span{
    background: url("../images/index/cwzx-d.png") no-repeat center;
}

.content2 .tab-block2 .block2 .item:nth-child(3) span{
    background: url("../images/index/jtcy.png") no-repeat center;
}
.content2 .tab-block2 .block2 .item:hover:nth-child(3) span{
    background: url("../images/index/jtcy-d.png") no-repeat center;
}



/*-----------------------------------------------------------------content3*/
.content3 {
    width: 100%;
    height: 650px;
    /* background: url("../images/index/c3_bg.jpg") no-repeat center; */
    background: #fff;
    text-align: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}
.content3 .cont {
    display: inline-block;
    width: 1510px;
    height: 410px;
    position: relative;
    margin-top: 40px;
    z-index: 2;
}
.content3 .cont:before {
    content: '';
    width: 310px;
    height: 407px;
    background: url("../images/index/c3_c2.png") no-repeat center;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -155px;
}
.content3 .cont .c {
    width: 584px;
    height: 160px;
    /*background-color: yellow;*/
    position: absolute;
    transition: 0.5s;
}
.content3 .cont .c .t {
    padding:0 28px;
    height: 100%;
}
.content3 .cont .c img {
    width: 233px;
    height: 143px;
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}
.content3 .cont .c h6 {
    color: #333333;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    text-align: left;
    margin-bottom: 5px;
}
.content3 .cont .c p {
    color: #666666;
    font-weight: 500;
    font-size: 17px;
    text-align: left;
    margin-bottom: 4px;
    line-height: 27px;
    margin-top: 8px;
}
.content3 .cont .c:nth-child(1) {
    right: -30px;
    top: 30px;
}
.content3 .cont .c:nth-child(1) img {
    left: -239px;
    top: 11px;
}
.content3 .cont .c:nth-child(2) {
    right: -30px;
    top: 250px;
}
.content3 .cont .c:nth-child(2) img {

    left: -240px;
    top: -105px;

}
/* .content3 .cont .c:nth-child(2) .t {
    padding: 15px 48px;
} */
.content3 .cont .c:nth-child(3) {
    left: 0;
    top: -10px;
}
.content3 .cont .c:nth-child(3) img {
    right: -289px;
    top: -44px;
}
.content3 .cont .c:nth-child(4) {
    left: 0;
    top: 150px;
}
.content3 .cont .c:nth-child(4) img {
    right: -211px;
    top: -107px;
}
.content3 .cont .c:nth-child(5) {
    left: 0;
    top: 295px;
}
.content3 .cont .c:nth-child(5) img {
    right: -211px;
    top: -150px;
}
.content3 .cont .c:hover {
    transition: 0.5s;
    box-shadow: 0px 0px 10px 0px rgba(56,96,244,0.1);
    background-color: #ffffff;
}
.content3 .cont .c:hover img {
    opacity: 1;
    transition: 0.8s;
}

/*-----------------------------------------------------------------content3--end*/


/*-----------------------------------------------------------------content4--begin*/

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.w1355{
    width: 1355px;
    margin: 0 auto;
}
.flex_1{
    display: flex;
    flex-direction: row;
}
.flex_1_a{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.flex_1_a_j{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.content4{
    width: 100%;
    height: 712px;
    /* background: url("../images/index/bg_4.jpg") no-repeat center; */
    background: #fff;
    text-align: center;
    background-size: 100% 100%;
    overflow: hidden;
}
.content4 .cont_title .title_bg{
    background: url("../images/index/c4tit.png") no-repeat top;
    height: 46px;
    width: 352px;
}
.content4 .swiper-container{
    width: 100%;
	height: 420px;
    background: url("../images/index/cxts.png") no-repeat center;
    margin-top: 76px;
  
}
.content4 .c4_par1{
    margin-top: 63px;
    margin-left: 79px;
}
.content4 .c4_par1 img{
    width: 26px;
    height: 25px;
}
.content4 .c4_par1 p{
    font-size: 26px;
	font-weight:500;
    color: #333333;
    padding-left: 3px;
}
.content4 .c4_par2{
    margin-top: 22px;
    margin-left: 79px;
}
.content4 .c4_par2 img:nth-child(1){
    width: 274px;
	height: 247px;
}
.content4 .c4_par2 img:nth-child(2){
    width: 396px;
    height: 323px;
    margin-left: 520px;
    margin-top: -59px;
}
.content4 .item2 .c4_par2 img:nth-child(1){
    width: 518px;
    height: 102px;
    margin-top: 53px;
}
.content4 .item2 .c4_par2 img:nth-child(2){
    width: 398px;
    height: 308px;
    margin-left: 267px;
    margin-top: -77px;
}
.content4 .swiper-slide{
    opacity: 0 !important;
}
.content4 .swiper-slide-active{
    opacity: 1 !important;
}
.content4 .swiper-button-prev,.content4 .swiper-button-next {
    width: 40px;
	height: 63px;
    background-size: 100% 100%;
    top:202px;
}
.content4 .swiper-button-prev{
    left: -122px;
    background-image:url("../images/index/prev_h.png");
}
.content4 .swiper-button-next{
    right: -122px;
    background-image:url("../images/index/next_h.png");
}
.content4 .swiper-button-prev:hover{
    background-image:url("../images/index/prev.png");
}
.content4 .swiper-button-next:hover{
    background-image:url("../images/index/next.png");
}
/* .content4 .swiper-button-prev.my-button-disabled{
    background-image:url("../images/index/prev_h.png");
}
.content4 .swiper-button-next.my-button-disabled{
    background-image:url("../images/index/next_h.png");
} */
.content4 .item3 .c4con .bbloc{
    width: 188px;
    background-color: #ffffff;
	border-radius: 2px;
    opacity: 0.75;
    text-align: center;
}
.content4 .item3 .c4_c1 .bbloc{
    height: 97px;
}
.content4 .item3 .c4_c2 .bbloc{
	height: 117px;
}
.content4 .item3 .c4_c3 .bbloc{
	height: 137px;  
}
.content4 .item3 .c4_c4 .bbloc{
	height:157px;
}
.content4 .item3 .c4con .bbloc p{
    font-size: 16px;
	line-height: 25px;
    color: #666666;
    text-align: left;
}
.content4 .item3 .c4con .ttit{
    margin-left: 14px;
}
.content4 .item3 .c4con .ttit img{
    width: 21px;
    height: 13px;
}
.content4 .item3 .c4con .ttit p{
    font-size: 18px;
    color: #666666;
    padding-left: 3px;
}
.content4 .item3 .c4ii{
    width: 397px !important;
	height: 321px  !important;
    margin-top: -78px  !important;
    margin-left: 1px  !important;
}
.content4 .c4con{
    margin-top: 80px;
}
.content4 .swiper-pagination{
    margin-left: 569px;
    margin-top: 56px;
}
.content4 .swiper-pagination-bullet{
    width: 50px;
	height: 5px;
	background-color: #3860f4;
	border-radius: 0px 0px 5px 5px;
    opacity: 0.15;
    margin-left: 16px;
}
.content4 .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #ffd100;
}

body{
    position: relative;
    /* overflow-x: hidden; */
}
.dw{
    position: absolute;
    
}
.dw.left{
    left: 0;
    top: 731px;
    height: 2877px;
    width: 316px;
    background: url(../images/index/dw_left.png) no-repeat top;
    
}
.dw.right{
    right: 0px;
    top: 1054px;
    height: 2530px;
    width: 385px;
    background: url(../images/index/dw_right.png) no-repeat left;

}


/*-----------------------------------------------------------------content4--end*/


.content5{
    width: 100%;
    height: 544px;
    /* background: url("../images/index/bg_4.jpg") no-repeat center; */
    background: #fff;
    text-align: center;
    background-size: 100% 100%;
    overflow: hidden;
}
.content5 .cont_title{
    margin-bottom: 93px;
}

.content5 .item{
    width: 284px;
    
}
.content5 .item img{
    width: 284px;
    height: 190px;
    border-radius: 10px;
    
}
.content5 .item .text{
    width: 283px;
    height: 54px;
	font-size: 16px;
	line-height: 27px;
    color: #666666; 
    text-align: justify;

    word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

}

.content5 .item .time{
    text-align: right;
	font-size: 12px;
	line-height: 27px;
	color: #666666;
}


/* .content5 .swiper-slide{
    opacity: 0 !important;
}
.content5 .swiper-slide-active{
    opacity: 1 !important;
} */
.content5 .swiper-button-prev,.content5 .swiper-button-next {
    width: 40px;
	height: 63px;
    background-size: 100% 100%;
    /* top:202px; */
}
.content5 .swiper-button-prev{
    left: -122px;
    background-image:url("../images/index/prev_h.png");
}
.content5 .swiper-button-next{
    right: -122px;
    background-image:url("../images/index/next_h.png");
}
.content5 .swiper-button-prev:hover{
    background-image:url("../images/index/prev.png");
}
.content5 .swiper-button-next:hover{
    background-image:url("../images/index/next.png");
}


