video {
    border-radius: 10px;
    margin-left: 20px;
    outline: none;
    object-fit: fill;
    width: 45%;
    height: 600px;
}

.w_head{
    width: 100%;
    height: 92px;
    border-bottom: 1px solid rgb(255, 255, 255,0.35);
}
.w_head1{
    width: 1350px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.w_head1 ul{
    height: 100%;
    display: flex;
}
.w_head1 ul li{
    width: 120px;
    line-height: 92px;
    text-align: center;
    font-size: 16px;
    color: #454545;
    position: relative;
}
.w_head1 ul .active{
    color: #005faf;
    border-bottom: 2px solid #005faf;
}
.w_headlist{
    position: absolute;
    left: 0;
    top: 92px;
    padding-top: 19px;
    padding-bottom: 10px;
    z-index: 999;
    background-color: #005faf;
    /* padding-right: 15%; */
    display: none;
    justify-content: flex-end;
}
.w_headlista{
    width: 420px;
}

.w_head1 ul li:hover .w_headlist{
    display: flex;
}
.w_headlist1{
    width: 420px;
    display: flex;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
}
.w_headlist1 ul{
    display: flex;
    flex-direction: column;
}
.w_headlist1 ul li{
    font-size: 16px;
	line-height: 16px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    color: #ffffff;
    width: auto;
    margin-left: 30px;
    text-align: left;
}
.w_headlist1 ul li:first-child{
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}
.w_headlista{
    left: -155px;
}
.w_headlistb .w_headlist1{
    width: 240px;
}
.w_headlistb{
    left: -60px;
}
.w_headlistc .w_headlist1{
    width: 120px;
    flex-direction: column;
}
.w_headlistc .w_headlist1 ul li{
    margin: 0;
    text-align: center;
}
.w_headlistc{
    left: 0;
}
@media (max-width:1600px) {
    .w_index_about1 {
        height: 500px ;
        padding: 25px 30px 0
    }
    video {
        height: 500px;
    }

    .w_index_about1 h1 {
        font-size: 25px;
    }
    .w_index_about {
       
        height: 650px;
   
    }
}

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

@media (max-width:1199px) {
    .w_head1{
        width: 970px;
    }
}
.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;
		z-index: 9;
		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
	}
	.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_swiper .swiper-container .swiper-wrapper img{
    width: 100%;
}
.w_index_swiper .swiper-container .swiper-pagination-bullet{
    width: 20px;
	height: 7px;
	background-color: #ffffff;
	border-radius: 4px;
	opacity: 0.7;
}
.w_index_swiper .swiper-container .swiper-pagination-bullet-active{
    width: 40px;
	height: 7px;
	background-color: #ffffff;
    border-radius: 4px;
    opacity: 1;
}



.w_index_product{
    padding-top: 60px;

}
.w_title h1{
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
	color: #333333;
}
.w_title h2{
    font-size: 14px;
    margin: 15px 0 10px;
	color: #333333;
    opacity: 0.29;
    text-align: center;
}
.w_title .w_title2{
    width: 41px;
	height: 3px;
    background-color: #005faf;
    margin: -10px auto 0;
}
.w_title .w_title1{
    width: 120px;
	height: 1px;
    background-color: #e5e5e5;
    margin:0 auto
}
.w_index_product1{
    margin-top: 50px;
}
.w_index_product2{
    display: flex;
    width: 100%;
}
.w_index_product3{
    flex-direction: row-reverse;
}
.w_index_product2_1{
    width: 15%;
}
.w_index_product2_2{
    width: 32%;
    background-color: #ededed;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px 55px 0;
}
.w_index_product2_3{
    width: 53%;
}
.w_index_product2_3 img{
    width: 100%;
}
.w_index_product2_2 hr{
    width: 277px;
    height: 1px;
    background-color: #333333;
    margin-top: 10px;
}
.w_index_product2_2 h1{
    font-size: 28px;
	line-height: 28px;
    color: #333333;
    width: 157px;
    text-align: center;
    margin: -20px auto 19px;
    background-color: #ededed;
}
.w_index_product2_2 h4{
    font-size: 28px;
	line-height: 28px;
    color: #333333;
    width: 216px;
    text-align: center;
    margin: -20px auto 19px;
    background-color: #ededed;
}
.w_index_product2_2 h2{
    font-size: 20px;
	line-height: 20px;
    color: #333333;
    text-align: center;
}
.w_index_product2_2 p{
    font-size: 16px;
	line-height: 29px;
    color: #333333;
    margin: 0 auto;
}
.w_index_product2_4{
    display: flex;
    justify-content: flex-end;
}
.w_index_button{
    width: 124px;
	height: 43px;
	border-radius: 8px;
    border: solid 1px #005faf;
    text-align: center;
    margin-top: 35px;

}
.w_index_button h3{
    font-size: 16px !important;
	line-height: 43px !important;
	color: #005faf !important;
}

@media (max-width:1365px) {
    .w_index_product2_2{
        padding: 10px 25px 0;
    }
    .w_index_product2_2 h1 {
        font-size: 21px;
        line-height: 21px;
        width: 150px;
        margin: -20px auto 10px;
    }
    .w_index_product2_2 h4 {
        font-size: 21px;
        line-height: 21px;
        width: 150px;
        margin: -20px auto 10px;
    }
    .w_index_product2_2 h2 {
        font-size: 15px;
        line-height: 15px;
    }
    .w_index_product2_4 .w_index_button{
        width: 115px;
        height: 35px;
        margin-top: 20px;
    }
    .w_index_product2_4 .w_index_button h3 {
        font-size: 16px !important;
        line-height: 35px !important;
    }
}

@media (max-width:1199px) {
    .w_index_product {
        padding-top: 30px;
    }
    .w_index_product1 {
        margin-top: 20px;
    }
    .w_title h2 {
        font-size: 14px;
        margin: 5px 0 5px;
    }
    .w_title h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .w_title h2 {
        font-size: 12px;
    }
    .w_index_product2_1{
        display: none;
    }
    .w_index_product2_2{
        width: 50%;
    }
    .w_index_product2_2 p {
        font-size: 15px;
        line-height: 22px;
        color: #333333;
        margin: 0 auto;
    }
}

@media (max-width:990px) {
    .w_index_product2_3 {
        width: 100%;
    }
    .w_index_product2_2 {
        width: 100%;
        padding: 20px 25px;
        margin-bottom: 15px;
    }
    .w_index_product2 {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
        align-items: center;
    }
    .w_index_product2_2 p {
        margin: 20px auto;
    }
}











.w_index_area{
    padding-top: 80px;
}
.w_index_area1{
    width: 1350px;
    margin: 40px auto 0;
}
.w_index_area2{
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}
.w_index_area2_1{
    width: 891px;
    height: 371px;
    background-image: url("../images/w/w_area1_1.png");
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
}
.w_index_area2_2{
    width: 432px;
	height: 371px;
    background-image: url("../images/w/w_area2_1.png");
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
}
.w_index_area3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.w_index_area3_1{
    width: 432px;
    height: 371px;
    background-image: url("../images/w/w_area3_1.png");
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.w_index_area3_2{
    width: 432px;
    height: 371px;
    background-image: url("../images/w/w_area4_1.png");
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.w_index_area3_3{
    width: 432px;
    height: 371px;
    background-image: url("../images/w/w_area5_1.png");
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    
}
.w_index_black{
    width: 100%;
	height: 95px;
    background-color: rgb(0, 0, 0,0.5);
    padding: 0 34px;
}
.w_index_black .w_index_black1{
    height: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.w_index_black2{
    display: flex;
}
.w_index_black2 img{
    margin-right: 16px;
}
.w_index_black2 h1{
    font-size: 24px;
	line-height: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}
.w_index_black2 h2{
    font-size: 14px;
	line-height: 14px;
	color: #ffffff;
}
.w_index_area2_1:hover .w_index_black{
    width: 100%;
    height: 100%;
}
.w_index_area2_1:hover .w_index_black .w_index_black1{
    margin-top: 50px;
}
.w_index_black p{
    display: none;
    font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
}
.w_index_area2_1:hover .w_index_black p{
    display: block;
}
.w_index_area2_2:hover .w_index_black{
    width: 100%;
    height: 100%;
}
.w_index_area2_2:hover .w_index_black .w_index_black1{
    margin-top: 40px;
}
.w_index_area2_2:hover .w_index_black p{
    display: block;
}
.w_index_area3_1:hover .w_index_black{
    width: 100%;
    height: 100%;
}
.w_index_area3_1:hover .w_index_black .w_index_black1{
    margin-top: 50px;
}
.w_index_area3_1:hover .w_index_black p{
    display: block;
}
.w_index_area3_2:hover .w_index_black{
    width: 100%;
    height: 100%;
}
.w_index_area3_2:hover .w_index_black .w_index_black1{
    margin-top: 50px;
}
.w_index_area3_2:hover .w_index_black p{
    display: block;
}
.w_index_area3_3:hover .w_index_black{
    width: 100%;
    height: 100%;
}
.w_index_area3_3:hover .w_index_black .w_index_black1{
    margin-top: 50px;
}
.w_index_area3_3:hover .w_index_black p{
    display: block;
}
.w_index_black2 img {
    margin-right: 16px;
    width: 36px;
    height: 100%;
}
.w_index_area3_0{
    display: none;
}

@media (max-width:1365px) {
    .w_index_area {
        padding-top: 60px;
    }
    .w_index_area2_2{
        display: none;
    }
    .w_index_area2_1{
        width: 100%;
    }
    .w_index_area3_0{
        width: 48%;
        display: flex;
    }
    .w_index_area3_1{
        width: 48%;
    }
    .w_index_area3_2{
        width: 48%;
    }
    .w_index_area3_3{
        width: 48%;
    }
    .w_index_area1{
        width: 1170px;
        margin: 40px auto 0;
    }
}

@media (max-width:1199px) {
    .w_index_area {
        padding-top: 40px;
    }
    .w_index_area1{
        width: 970px;
        margin: 20px auto 0;
    }
}

@media (max-width:990px) {
    .w_index_area1{
        width: 96%;
    }
    .w_index_area {
        padding-top: 20px;
    }
    .w_index_area3_0{
        width: 49%;
        display: flex;
    }
    .w_index_area3_1{
        width: 49%;
    }
    .w_index_area3_2{
        width: 49%;
    }
    .w_index_area3_3{
        width: 49%;
    }
    .w_index_area3_1:hover .w_index_black .w_index_black1 {
        margin-top: 20px;
    }
    .w_index_area2_2:hover .w_index_black .w_index_black1 {
        margin-top: 20px;
    }
    .w_index_area3_2:hover .w_index_black .w_index_black1 {
        margin-top: 20px;
    }
    .w_index_area3_3:hover .w_index_black .w_index_black1 {
        margin-top: 20px;
    }
    .w_index_black {
        padding: 0 10px;
    }
    
}

@media (max-width:767px) {
    .w_index_area3_0{
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }
    .w_index_area3_1{
        width: 100%;
    }
    .w_index_area3_2{
        width: 100%;
    }
    .w_index_area3_3{
        width: 100%;
    }
    .w_index_black .w_index_black1 {
        height: 85px !important;
        margin-top: 10px !important;
    }
}









.w_index_about{
    width: 100%;
    height: 750px;
    background: url("../images/w/w_about.png")  no-repeat center center;
    overflow: hidden;
    display: flex;
    align-items: center;
 

}
.w_index_about1{
  height: 600px;
    background-color: rgb(255, 255, 255 ,0.9);
    padding: 77px 100px 0;
}
.w_index_about1 h1{
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
	color: #333333;
}
.w_index_about1 h2{
    font-size: 14px;
    line-height: 14px;
    margin: 14px 0 20px;
	color: #333333;
	opacity: 0.29;
}
.w_index_about2{
    display: flex;
    margin-bottom: 50px;
}
.w_index_about2_1{
    width: 41px;
	height: 3px;
	background-color: #005faf;
}
.w_index_about2_2{
    width: 41px;
	height: 3px;
	background-color: #e5e5e5;
}
.w_index_about1 h3{
    font-size: 18px;
	line-height: 18px;
    color: #333333;
    margin-bottom: 15px;
}
.w_index_about1 p{
    font-size: 16px;
	line-height: 29px;
	color: #333333;
    opacity: 0.75;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}
.w_index_about3{
    display: flex;
}
.w_index_about3 div{
    width: 50%;
}
.w_index_about3 div h4{
    font-size: 16px;
	line-height: 29px;
	color: #333333;
	opacity: 0.75;
}


@media (max-width:1199px) {
    .w_index_about{

        display: flex;
        justify-content: center;
        padding-left: 0;
        background:unset;
        height: unset;
    }
    .w_index_about {
        flex-wrap: wrap;
    }

    .w_index_about1 {
        width: 100%;
    }

    video {
        width: 96%;
        margin-left: unset;
        margin-top: 35px;
    }
}

@media (max-width:990px) {
    .w_index_about1 {
        width: 96%;
        height: auto;
        padding: 25px 25px 50px;
    }

    
}

@media (max-width:767px) {
    video {
        height: 250px;
    }
    .w_index_about {
        height: auto;
        padding: 30px 0;
    }
    .w_index_about3 {
        display: flex;
        flex-direction: column;
    }
    .w_index_about3 div h4 {
        width: 100%;
    }
    .w_index_about3 div {
        width: 100%;
        margin-bottom: 20px;
    }
    .w_index_about1 h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .w_index_about1 h2 {
        font-size: 13px;
        line-height: 13px;
        margin: 10px 0 10px;
    }
    .w_index_about2 {
        margin-bottom: 25px;
    }
}




.w_support{
    padding-top: 70px;
    margin-bottom: 100px;
}
.w_support1{
    width: 1350px;
    margin: 50px auto 20px;
    display: flex;
    justify-content: space-between;
}
.w_support2{
    width: 656px;
    height: 497px;
    background-image: url("../images/w/w_index_tec1.png");
    background-size: 100% 100%;
    padding: 40px 57px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.w_support3{
    width: 656px;
    height: 497px;
    background-image: url("../images/w/w_index_tec2.png");
    background-size: 100% 100%;
    padding: 40px 57px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.w_support1 h1{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 16px;
}
.w_support1 h2{
    font-size: 16px;
	color: #ffffff;
	opacity: 0.8;
}
.w_support4{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
@media (max-width:1365px) {
    .w_support{
        padding-top: 40px;
        margin-bottom: 50px;
    }
    .w_support1{
        width: 1170px;
        margin: 30px auto 20px;
    }
    .w_support2{
        width: 48%;
        height: 400px;
        padding: 40px 57px;
    }
    .w_support3{
        width: 48%;
        height: 400px;
        padding: 40px 57px;
    }
}

@media (max-width:1199px) {
    .w_support1{
        width: 970px;
        margin: 30px auto 20px;
    }
}

@media (max-width:990px) {
    .w_support1{
        width: 96%;
        margin: 30px auto 20px;
        flex-direction: column;
        align-items: center;
    }
    .w_support2{
        width: 98%;
        height: 400px;
        padding: 40px 57px;
        margin-bottom: 20px;
    }
    .w_support3{
        width: 98%;
        height: 400px;
        padding: 40px 57px;
    }
}

@media (max-width:767px) {
    .w_support {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .w_support2{
        width: 100%;
        height: 400px;
        padding: 20px 20px;
        margin-bottom: 20px;
    }
    .w_support3{
        width: 100%;
        height: 400px;
        padding: 20px 20px;
    }
    .w_support1 {
        margin: 20px auto 20px;
    }
}




.w_index_news{
    padding-top: 60px;
}
.w_index_news1{
    margin-top: 50px;
    padding-bottom: 80px;
}
/* .w_index_news_ul li{
    height: 239px;
} */
.w_index_news1 .w_index_news_ul li a{
    width: 100%;
    display: flex;
   height: 100%;
}
.w_index_news1 .w_index_news_ul li:nth-child(2) a{
    display: flex;
    flex-direction: row-reverse;
}
.w_index_news1 .w_index_news_ul li:nth-child(2) .w_index_news_left {
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
    padding-left: 35px;
    border-left: 1px solid #cccccc;
    padding-bottom: 30px;
}
.w_index_news1 .w_index_news_ul li:nth-child(2) .w_index_news_right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 35px;
    border-right: 1px solid #cccccc;
    padding-bottom: 30px;
}
.w_index_news1 .w_index_news_ul li .w_index_news_left{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 35px;
    border-right: 1px solid #cccccc;
    padding-bottom: 30px;
}
.w_index_news1 .w_index_news_ul li .w_index_news_left h1{
    font-size: 50px;
	line-height: 50px;
	color: #999999;
}
.w_index_news1 .w_index_news_ul li .w_index_news_left h2{
    font-size: 14px;
	line-height: 14px;
    color: #999999;
    margin-top: 20px;
    text-align: end;
}

.w_index_news1 .w_index_news_ul li .w_index_news_left img{
    display: none;
    width: 300px;
	height: 200px;
}
.w_index_news1 .w_index_news_ul li .w_index_news_left div img{
    width: 9px;
    height: 17px;
    margin-top: 70px;
    margin-left: 120px;
}
.w_index_news1 .w_index_news_ul li .w_index_news_right{
    width: 50%;
    display: flex;
    padding-left: 35px;
    border-left: 1px solid #cccccc;
    padding-bottom: 30px;
}
.w_index_news1 .w_index_news_ul li .w_index_news_right h1{
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}
.w_index_news1 .w_index_news_ul li .w_index_news_right p{
    font-size: 16px;
	line-height: 26px;
    color: #999999;
    width: 544px;
    text-align: justify;
}





/* .w_index_news1 .w_index_news_ul li:hover{
    width: 100%;
	height: 239px;
    background-color: rgb(0,95,175,0.1);
}
.w_index_news1 .w_index_news_ul li:hover .w_index_news_left{
    width: 50%;
    height: 100%;
    padding: 0;
    align-items: center;
}
.w_index_news1 .w_index_news_ul li:hover .w_index_news_left h1{
    color: #005faf;
}
.w_index_news1 .w_index_news_ul li:hover .w_index_news_left h2{
    color: #005faf;
}
.w_index_news1 .w_index_news_ul li:hover .w_index_news_left div{
    height: 200px;
    margin: 0 50px;
}
.w_index_news1 .w_index_news_ul li:hover .w_index_news_left img{
    display: block;
}
.w_index_news1 .w_index_news_ul li:hover .w_index_news_right{
    width: 50%;
    align-items: center;
    padding-bottom: 0;
}
.w_index_news1 .w_index_news_ul li:hover .w_index_news_right h1{
    color: #005faf;
}
.w_index_news1 .w_index_news_ul li:hover .w_index_news_right p{
    color: #005faf;
} */



.w_index_news1 .w_index_news_ul li {
    width: 100%;
    height: 239px;
    /* background-color: rgb(0,95,175,0.1); */
}
.w_index_news1 .w_index_news_ul li:nth-child(2) .w_index_news_left {
    padding-left: unset;
}


/* .w_index_news1 .w_index_news_ul li{
    width: 100%;
	height: 239px;
    background-color: rgb(0,95,175,0.1);
} */
.w_index_news1 .w_index_news_ul li:hover{
    background-color: rgb(0,95,175,0.1);
}
.w_index_news1 .w_index_news_ul li .w_index_news_left{
    width: 50%;
    height: 100%;
    padding: 0;
    align-items: center;
}
.w_index_news1 .w_index_news_ul li .w_index_news_left h1{
    color: #005faf;
}
.w_index_news1 .w_index_news_ul li .w_index_news_left h2{
    color: #005faf;
}
.w_index_news1 .w_index_news_ul li .w_index_news_left div{
    height: 200px;
    margin: 0 50px;
}
.w_index_news1 .w_index_news_ul li .w_index_news_left img{
    display: block;
}
.w_index_news1 .w_index_news_ul li .w_index_news_right{
    width: 50%;
    align-items: center;
    padding-bottom: 0;
}
.w_index_news1 .w_index_news_ul li .w_index_news_right h1{
    color: #005faf;
}




.yuan{
    width: 10px;
	height: 10px;
    background-color: #999999;
    border-radius: 50%;
    margin: 0 auto;
}
.w_index_news2{
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.w_index_news_phone{
    display: none;
}
@media (max-width:1199px) {
    .w_index_news1 ul li:hover .w_index_news_left div {
        height: 200px;
        margin: 0px 15px;
    }
    .w_index_news1 ul li .w_index_news_right p {
        width: 100% !important;
    }
}

@media (max-width:990px) {
    .w_index_news1 {
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .w_index_news1 .w_index_news_ul{
        display: none;
    }
    .yuan{
        display: none;
    }
    .w_index_news_phone{
        display: block;
    }
    .w_index_news_phone ul li{
        width: 100%;
        padding: 20px 2%;
        background-color: rgb(0,95,175,0.1);
    }
    .w_index_news_phone ul li img{
        width: 100%;
    }
    .w_index_news_phone ul li h1{
        font-size: 50px;
        line-height: 60px;
        color: #999999;
        text-align: center;
    }
    .w_index_news_phone ul li h2{
        font-size: 18px;
        line-height: 60px;
        color: #333333;
        font-weight: 600;
    }
    .w_index_news_phone ul li p{
        font-size: 16px;
        line-height: 26px;
        color: #999999;
    }
}

@media (max-width:767px) {
    .w_index_news_phone ul li h1{
        font-size: 30px;
        line-height: 40px;
    }
    .w_index_news_phone ul li h2 {
        font-size: 16px;
        line-height: 50px;
    }
    .w_index_news_phone ul li p{
        font-size: 15px;
    }
    .w_index_news2 {
        margin-top: 20px;
    }
    
}








.w_index_partner{
    width: 100%;
    padding: 37px 0 100px;
    background-color: rgb(238,238,238,0.35);
}
.w_index_partner1{
    margin-top: 35px;
}
.w_index_partner1 ul{
    width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.w_index_partner1 ul li{
    width: 225px;
	height: 108px;
    border: solid 1px #b2b2b2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.w_index_partner1 ul li:hover{
    border: solid 2px #005faf;
}
.w_index_partner1 ul li img{
    max-width: 100%;
    max-height: 100%;
}
@media (max-width:1365px) {
    .w_index_partner1 ul{
        width: 1170px;
    }
}

@media (max-width:1199px) {
    .w_index_partner1 ul{
        width: 970px;
    }
    .w_index_partner1 ul li {
        width: 25%;
        height: 108px;
    }
    .w_index_partner {
        padding: 30px 0 60px;
    }
}

@media (max-width:990px) {
    .w_index_partner1 ul{
        width: 96%;
    }
    .w_index_partner1 ul li {
        width: 33.33%;
        height: 108px;
    }
    .w_index_partner {
        padding: 20px 0 20px;
    }
    .w_index_partner1 {
        margin-top: 20px;
    }
}

@media (max-width:767px) {
    .w_index_partner1 ul li {
        width: 50%;
        height: 108px;
    }
}

.w_foot{
    width: 100%;
    /* height: 385px; */
    height: 325px;
    background-image:url("../images/w/w_foot.png");
    background-size: 100% 100%;
    /* padding-top: 60px; */
    padding-top: 30px;
}
.w_foot1{
    width: 1350px;
    /* margin: 0 auto 40px; */
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
}
.w_foot2_1{
    display: flex;
    margin-top: 15px;
}
.w_foot2_1 img{
    width: 16px;
    height: 100%;
    margin-right: 16px;
    margin-top: 5px;
}
.w_foot2_1 h1{
    font-size: 14px;
	line-height: 22px;
	color: #f1f6ff;
}
.w_foot2_1 h2{
    font-size: 14px;
	line-height: 22px;
    color: #f1f6ff;
    width: 210px;
}
.w_foot2_2{
    display: flex;
    margin-top: 30px;
}
.w_foot2_2 img{
    margin-right: 20px;
}

.w_foot1 ul{
    display: flex;
    justify-content: space-between;
    width: 750px;
}
.w_foot1 ul li h1{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 17px;
	color: #ffffff;
}
.w_foot1 ul li h2{
    font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}
.w_foot_line{
    width: 35px;
	height: 1px;
    background-color: #ffffff;
    margin-bottom: 12px;
}



.w_foot3 img{
    width: 100px;
	height: 100px;
}
.w_foot3 h1{
    font-size: 18px;
	line-height: 38px;
    color: #ffffff;
    text-align: center;
}
.w_foot0{
    border-top: 1px solid rgb(255, 255, 255 ,0.3);
}
.w_foot0 div{
    width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.w_foot0 div h1{
    font-size: 14px;
	line-height: 32px;
	color: #f1f6ff;
	opacity: 0.82;
}
@media (max-width:1365px) {
    .w_foot0 div {
        width: 96%;
    }
    .w_foot1{
        width: 1170px;
        margin: 0 auto 40px;
    }
    .w_foot1 ul {
        width: 720px;
    }
}

@media (max-width:1199px) {
    .w_foot {
        height: auto;
        padding-top: 20px;
    }
    .w_foot1{
        width: 970px;
        margin: 0 auto 20px;
    }
    .w_foot1 ul {
        width: 550px;
    }
}

@media (max-width:990px) {
    .w_foot1{
        width: 96%;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .w_foot1 ul li h2 {
        display: none;
    }
    .w_foot_line {
       display: none;
    }
    .w_foot1 ul{
        width: 100%;
        order: -1;
        flex-wrap: wrap;
    }
    .w_foot1 ul li{
        margin: 10px;
    }
}

@media (max-width:767px) {
    .w_foot3{
        margin-top: 15px;
    }
    
    .w_foot1 {
        margin: 0px;
    }
    .w_foot1 ul{
        width: 100%;
        order: -1;
        margin-bottom: 10px;
    }
    .w_foot0 div {
        width: 96%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .w_foot0 div h1 {
        text-align: center;
    }
    
}