.w_banner{
    width: 100%;
}
.w_banner img{
    width: 100%;
}
#pagesize{
    display: flex;
    justify-content: center;
}
#pagesize ul{
    display: flex;
}
#pagesize ul li{
    font-size: 14px;
    color: #999999;
    /* margin: 0 5px; */
}
#pagesize ul .active{
    color: #f18101;
    background: unset;
    border: 0;
    box-shadow: unset;
}
#pagesize ul li:first-child{
    width: 25px;
	height: 20px;
	border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px ;
    font-size: 14px;
    color: #999999;
    box-shadow: unset;
    background: #ffffff;
    border: solid 1px #c2c2c2;
    border: 0;
}
#pagesize ul li:last-child{
    width: 25px;
	height: 20px;
	border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 25px 0 10px ;
    font-size: 14px;
    color: #999999;
    box-shadow: unset;
    background: #ffffff;
    border: solid 1px #c2c2c2;
    border: 0;
}
#pagesize ul li a{
    border: 0;
    background: unset;
    box-shadow: unset;
    line-height: 20px;
}
#pagesize ul li:first-child:hover{
    border: solid 1px #f18101;
    color: #f18101;
}
#pagesize ul li:last-child:hover{
    border: solid 1px #f18101;
    color: #f18101;
}
#pagesize h2{
    font-size: 12px;
	line-height: 16px;
	color: #666666;
}
#pagesize h2 span{
    font-size: 14px;
	color: #f18101;
}


.w_about{
    width: 1400px;
    margin: 50px auto 0;
}
.w_title h2{
    font-size: 36px;
    line-height: 36px;
    color: #333333;
    text-align: center;
    font-weight: 600;
}
.w_title hr{
    width: 40px;
	height: 2px;
	background-color: #99b4e4;
    border: solid 2px #f18101;
    margin: 12px auto 10px;
}
.w_title h3{
    font-size: 14px;
	line-height: 14px;
    color: #333333;
    text-align: center;
}
.w_about1{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 120px;
}
.w_about1_1{
    width: 50%;
}
.w_about1_1 img{
    width: 100%;
}
.w_about1_2{
    width: 50%;
    height: 350px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}
.w_about1_2 h4{
    font-size: 16px;
    margin-bottom: 10px;
	line-height: 40px;
	color: #666666;
}
.w_about1_2 span{
    color: #f18101;
    font-weight: 800;
    margin-right: 5px;
}
.w_about1_1 video{
    width: 100%;
}
@media (max-width:1477px) {
    .w_about{
        width: 1320px;
    }
    .w_about1_1 {
        width: 50%;
        height: auto;
    }
}

@media (max-width:1365px) {
    .w_about{
        width: 1170px;
        margin: 30px auto 0;
    }
    .w_about1_2 h4 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 25px;
    }
    .w_about1_2 {
        width: 50%;
        height: 320px;
        background-color: #f9f9f9;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 20px;
    }
    .w_about1 {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .w_about1 {
        width: 100%;
        display: flex;
        align-items: flex-start;
    }
    
}

@media (max-width:1199px) {
    .w_about{
        width: 970px;
        margin: 30px auto 0;
    }
    .w_about1_2 {
        height: 276px;
        padding: 7px 20px;
    }
}

@media (max-width:990px) {
    .w_about{
        width: 96%;
    }
    .w_about1 {
        display: flex;
        flex-direction: column;
    }
    .w_about1_1 {
        width: 100%;
    }
    .w_about1_2{
        width: 100%;
        height: auto;
    }
    .w_about1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .w_about {
        margin: 20px auto 0;
    }
    .w_title h2 {
        font-size: 22px;
        line-height: 22px;
    }
}

@media (max-width:767px) {}



.w_head{
    width: 100%;
    height: 90px;
}
.w_head1{
    width: 1400px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.w_head1 img{
    max-height: 100%;
}
.w_head3{
    display: flex;
}
.w_head3 h2{
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    margin: 0 10px;
}
.w_head3 .active{
    color: #f18101;
}
.w_head2 ul{
    display: flex;
}
.w_head2 ul li{
    width: 140px;
    text-align: center;
    font-size: 18px;
	line-height: 20px;
    color: #333333;
    height: 90px;
    
}
.w_head2 ul li h2{
    height: 20px;
    border-right: 2px solid #999999;
    margin-top: 35px;
}
.w_head2 ul li:last-child h2{
    border-right: none;
}
.w_head2 ul .active{
    font-weight: 600;
    color: #f18101;
}
.w_head2 ul li ul{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 99;
}
.w_head2 ul li ul div{
    width: 0;
    height: 0;
    border-width: 0 6px 11px;
    border-style: solid;
    border-color: transparent transparent #001a43;
    background-color: #ffffff;
    margin-top: 0;
}
.w_head2 ul li div{
    width: 0;
    height: 0;
    border-width: 0 6px 11px;
    border-style: solid;
    border-color: transparent transparent #001a43;
    background-color: #ffffff;
    margin: 24px auto 0;
    display: none;
}
.w_head2 ul li:hover div{
    display: block;
}
.w_head2 ul li:nth-child(5) ul{
    width: 200px;
    flex-direction: unset;
    flex-wrap: wrap;
    background-color: #001a43;
    left: -18px;
    top: 0;
}
.w_head2 ul li:nth-child(5) ul li{
    width: 50%;
}
.w_head2 ul li ul li{
    width: 100px;
    height: 35px;
    background-color: #001a43;
    border: none;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
}
.w_head2 ul li ul li:hover{
    background-color: #f18101;
}
.w_head2 ul li:hover ul{
    display: flex;
}
.w_head2 ul li ul{
    display: none;
}
@media (max-width:1477px) {
    .w_head1{
        width: 1320px;
    }
}

@media (max-width:1365px) {
    .w_head1{
        width: 1170px;
    }
}

@media (max-width:1199px) {
    .w_head1{
        width: 970px;
    }
    .w_head2 ul li {
        width: 110px;
    }
    .w_head2 ul li {
        font-size: 16px;
    }
}


.w1200 {
    width: 1400px;
    margin: 0 auto;
}
.phoneheader {
	display: none;
	width: 100%;
	height: 50px;
	position: relative;
	left: 0;
	top: 0;
}
@media (max-width:990px) {
    .w_head{
        display: none;
    }
	.phoneheader {
		display: block
	}
	.phoneheader .sp_header {
		height: 50px;
		overflow: hidden;
		background: #fff;
		position: fixed;
		z-index: 10;
		width: 100%
	}
	.phoneheader .sp_logo {
		padding: 10px;
		float: left;
		height: 50px
	}
	.phoneheader .sp_logo img {
		margin: auto;
		max-height: 30px
	}
	.phoneheader .sp_nav {
		width: 50px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: 15px
	}
	.phoneheader .sp_nav span {
		display: block;
		background: #3d3071;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}
	.phoneheader .sp_nav span:nth-of-type(1) {
		top: 0px
	}
	.phoneheader .sp_nav span:nth-of-type(2) {
		top: 10px
	}
	.phoneheader .sp_nav span:nth-of-type(3) {
		top: 20px
	}
	.phoneheader .sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}
	.phoneheader .sp_nav_se span:nth-of-type(2) {
		width: 0
	}
	.phoneheader .sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}
	.phoneheader .sjj_nav {
		position: fixed;
		background: #eee;
		width: 100%;
		height: calc(100% - 50px);
		font-size: 14px;
		line-height: 40px;
		top: -100%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
        transition: top ease 0.35s;
        z-index: 999;
	}
	.phoneheader .nav_show {
		top: 50px
	}
	.phoneheader .sjj_nav>ul>li:first-child {
		overflow: hidden;
		border-top: 0
	}
	.phoneheader .sjj_nav>ul>li:first-child>a {
		float: left;
		width: calc(100% - 70px)
	}
	.phoneheader .sjj_nav>ul>li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}
	.phoneheader .sjj_nav>ul>li:first-child .language a {
		width: 35px;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999
	}
	.phoneheader .sjj_nav ul li i {
		position: absolute;
		top: 5px;
		right: 0px;
		border-left: 1px #ddd solid;
		height: 30px;
		padding: 0px 7px 0 7px
	}
	.phoneheader .sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}
	.phoneheader .sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0deg)
	}
	.phoneheader .sjj_nav ul li {
		border-top: 1px #ddd solid;
		margin-left: 20px;
		position: relative;
		line-height: 40px;
		font-size: 14px
	}
	.phoneheader .sjj_nav>ul>li:last-child {
		border-bottom: 1px #ddd solid
	}
	.phoneheader .sjj_nav ul li ul {
		display: none
	}
	.phoneheader .sjj_nav ul li a {
		color: #666;
		width: 80%
	}
	.phoneheader .sjj_nav ul li ul li a {
		color: #999;
		display: block;
		text-align: left
	}
	.phoneheader .sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #555
	}
	.phoneheader .sjj_nav ul li .sjj_nav_i_se svg {
		fill: #3d3071
	}
	.phoneheader .sjj_nav ul li ul li>ul {
		margin-left: 10px
	}
	.w1220 {
		width: 750px
	}
	.header {
		display: none
	}
	.q_head{
	display: none;
}
}



.w_index_banner{
    width: 100%;
}
.w_index_banner img{
    width: 100%;
}
.w_index_banner .swiper-container .swiper-button-next{
    width: 59px;
    height: 59px;
    background-image: url("../images/w/w_right.png");
    background-size: 100%;
    right: 130px;
}
.w_index_banner .swiper-container .swiper-button-prev{
    width: 59px;
    height: 59px;
    background-image: url("../images/w/w_left.png");
    background-size: 100%;
    left: 130px;
}
.w_index{
    width: 1400px;
    margin: 0 auto;
}
.w_index1{
    margin-top: 100px;
}
.w_index1_1{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.w_index1_1 img{
    width: 764px;
	height: auto;
}
.w_index1_2{
    width: 575px;
}
.w_index1_2 h2{
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #333333;
    padding-bottom: 15px;
    margin-bottom: 22px;
}
.w_index1_2 h2 span{
    padding-bottom: 15px;
    border-bottom: 2px solid #f18101;
}
.w_index1_2 p{
    font-size: 16px;
	line-height: 30px;
    color: #666666;
    margin-top: 40px;
    margin-bottom: 50px;
}
.w_index1_3{
    width: 150px;
	height: 45px;
	border-radius: 4px;
    border: solid 2px #f18101;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #f18101;
}
.w_index1_2 ul{
    display: flex;
    margin-top: 70px;
}
.w_index1_2 ul li{
    width: 33.33%;
    border-right: 1px solid rgba(241,129,1, 0.2);
}
.w_index1_2 ul li:last-child{
    border: none;
}
.w_index1_2 ul li h3{
    font-size: 36px;
	line-height: 36px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
}
.w_index1_2 ul li h3 span{
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}
.w_index1_2 ul li h4{
    text-align: center;
    font-size: 16px;
	line-height: 16px;
	color: #666666;
}

.w_index2{
    margin-top: 100px;
}
.w_index2_1{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.w_index2_2{
    width: 550px;
	height: 436px;
	background-color: #ffffff;
	border-radius: 12px;
    border: solid 1px #11487f;
}
.w_index2 ul{
    width: 815px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.w_index2 ul li{
    width: 392px;
    height: 202px;
	border-radius: 6px;
    border: solid 1px #11487f;
    margin-bottom: 34px;
}
.w_index2 ul li .w_index_img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 390px;
	height: 200px;
	background-color: #ffffff;
	border-radius: 6px;
}
.w_index2 ul li img{
    max-width: 90%;
    max-height: 90%;
}
.w_index2_3{
    width: 100%;
	height: 200px;
	background-color: rgba(241,129,1,0.8);
	border-radius: 6px;
    margin-top: -200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
    display: none;
}
.w_index2 ul li:hover .w_index2_3{
    display: flex;
}
.w_index2_3 h3{
    font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}
.w_index2_3 h4{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
	color: #ffffff;
}
.w_index2_3 hr{
    width: 56px;
	height: 2px;
    color: #ffffff;
    margin-bottom: 20px;
}
.w_index2_5{
    width: 548px;
	height: 434px;
	background-color: #ffffff;
	border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.w_index2_5 img{
    max-width: 90%;
    max-height: 90%;
}
.w_index2_4{
    width: 548px;
	height: 434px;
	background-color: rgba(241,129,1,0.8);
	border-radius: 6px;
    margin-top: -434px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
    display: none;
}
.w_index2 .w_index2_2:hover .w_index2_4{
    display: flex;
}
.w_index2_4 h3{
    font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}
.w_index2_4 h4{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
	color: #ffffff;
}
.w_index2_4 hr{
    width: 56px;
	height: 2px;
    color: #ffffff;
    margin-bottom: 20px;
}



.w_index3{
    margin-top: 100px;
}


.w_index4{
    margin: 10px 0 100px;
}
.w_index4 ul{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.w_index4 ul li{
    width: 420px;
}
.w_index4_1{
    width: 100%;
    max-height: 265px;
    overflow: hidden;
}
.w_index4_1 img{
    width: 100%;
}
.w_index4_2{
    width: 100%;
    height: auto;
    padding: 20px 30px 40px 20px;
}
.w_index4_2 div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.w_index4_2 h3{
    width: 110px;
	height: 30px;
	border-radius: 5px;
    border: solid 1px #b5b5b5;
    font-size: 14px;
	line-height: 30px;
    color: #b5b5b5;
    text-align: center;
}
.w_index4_2 h4{
    width: 100%;
    font-size: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333333;
    margin-bottom: 15px;
}
.w_index4_2 p{
    font-size: 16px;
	line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.w_index4 ul li:hover{
    -moz-box-shadow: 2px 2px 10px #909090;
    -webkit-box-shadow: 2px 2px 10px #909090;
    box-shadow:2px 2px 10px #909090;

}
.w_index4 ul li:hover .w_index4_2 h3{
    border: solid 1px #f18101;
    color: #f18101;
}
.w_index4 ul li:hover .img2{
    display: block;
}
.w_index4 ul li .img2{
    display: none;
}
.w_index4 ul li:hover .img1{
    display: none;
}

@media (max-width:1477px) {
    .w_index{
        width: 1320px;
    }
    .w_index1_1 img {
        width: 53%;
        height: 100%;
    }
    .w_index1_2 {
        width: 42%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .w_index1_2 p {
        margin-top: 0;
        margin-bottom: 0;
    }
    .w_index1_2 ul {
        margin-top: 0;
    }
    .w_index2 ul {
        width: 740px;
    }
    .w_index2 ul li {
        width: 360px;
    }
    .w_index2 ul li .w_index_img {
        width: 358px;
    }
    .w_index_banner .swiper-container .swiper-button-next{
        right: 10px;
    }
    .w_index_banner .swiper-container .swiper-button-prev{
        left: 10px;
    }
}

@media (max-width:1365px) {
    .w_index{
        width: 1170px;
    }
    .w_index1_2 h2 {
        margin-bottom: 10px;
    }
    .w_index1_2 {
        width: 44%;
    }
    .w_index1_3 {
        width: 140px;
        height: 40px;
        line-height: 40px;
    }
    .w_index1_2 ul li h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .w_index1_2 ul li h3 {
        margin-bottom: 10px;
    }
    .w_index1_2 p {
        line-height: 25px;
    }
    .w_index4 ul li {
        width: 32%;
    }

    .w_index2_2 {
        width: 45%;
    }
    .w_index2_5 {
        width: 99%;
    }
    .w_index2_4 {
        width: 100%;
    }
    .w_index2 ul {
        width: 53%;
    }
    .w_index2 ul li{
        width: 49%;
    }
    .w_index2 ul li .w_index_img {
        width: 100%;
    }
    
}

@media (max-width:1199px) {
    .w1200{
        width: 100%;
    }
    .w_index1 {
        margin-top: 50px;
    }
    .w_index1_1 {
        margin-top: 20px;
    }
    .w_index{
        width: 970px;
    }
    .w_index1_3 {
        width: 130px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
    .w_index4 {
        margin: 60px 0;
    }
    .w_index2 {
        margin-top: 40px;
    }
    .w_index2_1 {
        margin-top: 20px;
    }
    .w_index_banner .swiper-container .swiper-button-next{
        display: none;
    }
    .w_index_banner .swiper-container .swiper-button-prev{
        display: none;
    }
    .w_index3 {
        margin-top: 40px;
    }
    
}

@media (max-width:990px) {
    .w_index1_1 img {
        width: 100%;
        margin-bottom: 20px;
    }
    .w_index{
        width: 96%;
    }
    .w_index1 {
        margin-top: 20px;
    }
    .w_index1_1 {
        flex-direction: column;
    }
    .w_index1_2 {
        width: 100%;
    }
    .w_index1_2 p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .w_index1_3 {
        margin-bottom: 15px;
    }
    .w_index1_2 ul li h4 {
        font-size: 14px;
    }
    .w_index4 ul{
        flex-wrap: wrap;
    }
    .w_index4 ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    .w_index4 {
        margin: 20px 0;
    }
    .w_index4 ul {
        margin-top: 20px;
    }
    .w_index2_1 {
        flex-direction: column;
    }
    .w_index2_2 {
        width: 100%;
        margin-bottom: 15px;
    }
    .w_index2 ul {
        width: 100%;
    }
    .w_index3 {
        margin-top: 20px;
    }
}

@media (max-width:767px) {
    .dasjslide .swiper-slide .right {
        width: 92% !important;
    }
    .dasjslide .swiper-slide .right img{
        max-width: 100%;
    }
    .w_index1_2 ul li h3 {
        font-size: 24px;
      }
      .w_index1_2 ul li h4 {
        font-size: 12px;
      }
      .dasjslide .swiper-slide .left .cattitle {
        font-size: 30px;
    }
    .dasjslide .swiper-slide .left {
        height: 50px !important;
    }
    #page-contenr p {
        line-height: 24px;
    }
    .dasjslide .swiper-slide .right h3 {
        font-size: 16px !important;
        line-height: 18px !important;
        margin-bottom: 10px !important;
    }
    #qydasj #swiper-pagination3 span{
        font-size: 25px;
    }
    #qydasj #swiper-pagination3 span.swiper-pagination-bullet-active{
        font-size: 30px;
    }
    .w_index4 {
        margin:0 0 20px;
    }
    .w_index4_2 h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .w_index4_2 {
        padding: 20px 0 10px 0;
    }
    .w_index4_2 p {
        font-size: 14px;
        line-height: 25px;
    }
    .pagediv {
        padding-bottom: 30px;
    }
}

.w {
    width: 1400px;
}
.dasjslide .swiper-slide {
    background: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
}
.dasjslide .swiper-slide .left {
    margin-left: 9%;
    font-size: 14px;
    color: #000;
    border-right: 1px solid #f1eeee;
    height: 90px;
    padding-right: 4%;
}
.dasjslide .swiper-slide .right {
    width: 70%;
}
.dasjslide .swiper-slide .right h3 span{
    color: #f18101;
    font-weight: 800;
    margin-right: 5px;
    position: relative;
    top: -4px;
    left: 0;
}
@media (max-width:1477px) {
    .w {
    width: 1320px;
}
}

@media (max-width:1365px) {
    .w {
    width: 1170px;
}
}
@media (max-width:1199px) {
    .w {
    width: auto;
}
}
.dasjslide .swiper-slide .right h3 {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 25px;
  }

  .dasjslide .swiper-slide .right p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 30px;
  }