﻿@charset "utf-8";
.header{ position: relative;}

.banner{ width:100%; overflow:hidden; position:relative}
.banner .pic{ width:100%}
.banner .pic img{ width:100%}
.banner .pic .img1{ display:block}
.banner .pic .img2{ display:none}
.banner .item{position: absolute;left: 0; top:50%;width: 100%; transform: translateY(-50%); color: #ffffff; z-index: 3;}
.banner .item .en{ font-size: 72px; line-height: 0.8; font-weight: bold; color: rgba(255,255,255,0.03); text-transform: uppercase; position:relative;}
.banner .item .title{  font-size:42px; font-weight:bold; position:relative; display: flex; align-items: center; margin-top: -30px;}
.banner .item .intro{ font-size:24px; color:rgba(255,255,255,1); margin-top:5px;position:relative; }

@media (max-width: 1600px){
	.banner .item .en{ font-size: 50px;}
	.banner .item .title{  font-size:32px; margin-top: -25px;}
	.banner .item .intro{ font-size:20px; }
}
@media (max-width: 1200px){
	.banner .item .en{ font-size: 32px;}
	.banner .item .title{  font-size:24px; margin-top: -20px;}
	.banner .item .intro{ font-size:16px; }
}
@media (max-width: 750px){
	.banner .pic .img2{ display:block}
	.banner .pic .img1{ display:none}
	.banner .item .en{ font-size: 24px;}
	.banner .item .title{  font-size:20px; margin-top: -10px;}
	.banner .item .intro{ font-size:12px; }
}

.second_nav{ width:100%; position:relative; z-index:9; height:98px;}
.second_nav .nr{ position:relative; height:100%}
.second_nav ul{ font-size:0; text-align:left; height:100%; border-bottom:2px solid rgba(34, 34, 34, 0.05);}
.second_nav ul li{ display:inline-block; vertical-align:top; position:relative; height:100%; margin-right: 100px;}
.second_nav ul li a{ display:flex; align-items: center; justify-content: center; height:100%; font-size:20px; color:rgba(118, 118, 115, 1);}
.second_nav ul li.on:after{ content:""; display:block; width:100%; left:0%; bottom:-2px; background:rgba(38, 38, 41, 1); height:2px; position:absolute}
.second_nav ul li:hover:after{ content:""; display:block; width:100%; left:0%; bottom:-2px; background:rgba(38, 38, 41, 1); height:2px; position:absolute}
.second_nav ul li.on a{ color:rgba(38, 38, 41, 1); font-weight: bold;}
.second_nav ul li:hover a{ color:rgba(38, 38, 41, 1);  font-weight: bold;}
.second_nav.second_nav104 ul li.on a{ color:#e51a0e; font-weight:bold}
.second_nav.second_nav104 ul li.on:after{ background:#e51a0e}
.second_nav.second_nav104 ul li:hover a{ color:#e51a0e; font-weight:bold}
.second_nav.second_nav104 ul li:hover:after{ background:#e51a0e}
.second_nav .t{ display:none}
@media (max-width: 1600px){
	.second_nav{  height:80px;}
    .second_nav ul li{ margin-right: 80px;}
	.second_nav ul li a{ font-size:16px;}
}
@media (max-width: 1200px){
	.second_nav{  height:60px;}
    .second_nav ul li{ margin-right: 60px;}
}
@media (max-width: 750px){
	.second_nav{ margin-top:0; height:auto}
	.second_nav .t{ display:block; font-size:17px; width:100%;background-color:#0c479b;text-align:left;display:block;padding:5px 5.335%;line-height:40px;overflow:hidden; color:#fff; box-sizing:border-box}
	.second_nav .t i{ display:block; float:right; width:12px; height:40px; background:url(cx10.png) center center no-repeat; background-size:12px; transition:all 0.3s linear}
	.second_nav .t.on i{  background:url(cx10.png) center center no-repeat; background-size:12px; transform:rotate(180deg)}
	.second_nav{ background:#f1f1f1}
	.second_nav .nr{ width:100%}
	.second_nav ul{ text-align:left; box-sizing:border-box; background:#fff; display:none}
	.second_nav ul li{ width:100%; text-align:center; border-bottom: 1px solid #e7e7e7;}
	.second_nav ul li a{ line-height:45px; font-size:16px; padding:0; height:auto; background:#6683D0; color:#fff}
	.second_nav ul li:before{ width:0;}
	.second_nav ul li:hover::after{ left:0; bottom:-1px; width:100%; height:1px; background: #fff;}
	.second_nav ul li.on::after{ left:0; bottom:-1px; width:100%; height:1px; background: #fff;}
	.second_nav ul li:hover a{ background:#4865B2;color:#fff}
	.second_nav ul li.on a{ background:#4865B2;color:#fff}	
}


.third_nav{ background:#eaedf6; padding:25px 0}
.third_nav ul li{ float:left; margin-right:30px}
.third_nav ul li a{ display:block; height:30px; padding:0 20px; font-size:16px; color:#333333; line-height:30px;}
.third_nav ul li.on a{ background:rgba(5, 63, 171, 1); color:#fff; border-radius:15px}
.third_nav ul li:hover a{ background:rgba(5, 63, 171, 1); color:#fff; border-radius:15px}
@media (max-width: 750px){
	.third_nav{ background:#eaedf6; padding:20px 0}
	.third_nav ul li{ width:48%; margin-right:4%; text-align:center}
	.third_nav ul li:nth-child(2n){ margin-right:0}
	.third_nav ul li a{ box-sizing:border-box; border:1px solid rgba(5, 63, 171, 1); margin:5px 0; height:36px; line-height:normal;display:flex;align-items: center;justify-content: center;}
	.third_nav ul li.on a,.third_nav ul li:hover a{ border-radius:0}
}


.about{ padding:80px 0 110px;}
.about .ab01{ display: flex; align-items: center; flex-direction: row-reverse; justify-content: space-between; flex-wrap: wrap;}
.about .ab01 .rt{ width: calc(854 / 1560 * 100%); overflow: hidden; border-radius: 20px;}
.about .ab01 .rt img{ width:100%; transform: scale(1); transition: all 0.3s;}
.about .ab01 .rt:hover img{ width:100%; transform: scale(1.1);}
.about .ab01 .lt{ width: calc(580 / 1560 * 100%); overflow: hidden; border-radius: 20px;}
.about .ab01 .lt .title{ font-size: 40px; font-weight: bold; color: rgba(38, 38, 41, 1); line-height: 1.3;}
.about .ab01 .lt .intro{ font-size: 16px; color: rgba(38, 38, 41, 1); line-height: 2; margin-top: 65px;}
@media (max-width: 1600px){
    .about{ padding:60px 0 80px;}
    .about .ab01 .rt{ border-radius: 16px;}
    .about .ab01 .lt .title{ font-size: 32px; }
    .about .ab01 .lt .intro{ font-size: 14px; margin-top: 50px;}
}
@media (max-width: 1200px){
    .about{ padding:60px 0;}
    .about .ab01 .rt{ width: 100%; border-radius: 16px;}
    .about .ab01 .lt{ width: 100%;}
    .about .ab01 .lt .title{ font-size: 24px; margin-top: 20px; }
    .about .ab01 .lt .intro{ font-size: 14px; margin-top: 20px;}
}
@media (max-width: 750px){
    .about{ padding:60px 0;}
    .about .ab01 .rt{ border-radius: 12px;}
    .about .ab01 .lt .title{ font-size: 20px; }
    .about .ab01 .lt .intro{ font-size: 12px; }
}

/* 分页 */
.page {  line-height:24px; text-align:center; }
.page select{ display:none}
.page a { display:inline-block; margin:0 2px; padding:12px 16px; border:1px solid rgba(247, 248, 252, 1); background:rgba(247, 248, 252, 1); color:#333; vertical-align:top; font-size:18px ; min-width:16px; border-radius:5px}
.page a:hover,.page .current { border:1px solid rgba(5, 63, 171, 1); background:rgba(5, 63, 171, 1); color:#fff; }
@media all and (max-width:1600px){
	.page a {  padding:8px 12px; font-size:16px }
}
@media all and (max-width:1200px){
	.page a {  padding:6px 10px; font-size:14px }
}
@media all and (max-width:750px){
	.page a{ margin:3px 0}
    .page a {  padding:3px 6px; font-size:12px }
}

.picNewsList{ padding: 80px 0;}
.picNewsListCont{ display: flex; align-items: flex-start; flex-wrap: wrap; margin-bottom: 80px;}
.picNewsListCont .item{ width: calc(480 / 1560 * 100%); margin-right: calc(60 / 1560 * 100%); margin-bottom: calc(60 / 1560 * 100%);background: rgba(247, 248, 252, 1); border-radius: 20px; overflow: hidden;}
.picNewsListCont .item:nth-child(3n){ margin-right: 0;}
.picNewsListCont .item:nth-last-child(-n+3){ margin-bottom: 0;}
.picNewsListCont .item .pic{ width: 100%; overflow: hidden; border-radius: 20px;}
.picNewsListCont .item .pic img{ width: 100%; transform: scale(1); transition: all 0.3s;}
.picNewsListCont .item:hover .pic img{ transform: scale(1.1);}
.picNewsListCont .item .cont{ padding: 30px 35px;}
.picNewsListCont .item .cont .time{ font-size: 16px; color: rgba(118, 118, 115, 1);}
.picNewsListCont .item .cont .title{ font-size: 22px; color: rgba(38, 38, 41, 1); font-weight: bold; line-height: 34px; height: 68px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; margin-top: 10px;}
.picNewsListCont .item .cont .intro{ font-size: 16px; color:rgba(118, 118, 115, 1); line-height: 28px; height: 56px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; margin-top: 20px;}
.picNewsListCont .item .cont .more{ display: flex; width: fit-content; margin-top: 30px; font-size: 14px; color: rgba(118, 118, 115, 1); padding: 10px 28px; border: 1px solid rgba(118, 118, 115, 0.5); border-radius: 30px;}
.picNewsListCont .item:hover .cont .more{ border-color: rgba(5, 63, 171, 1); color: rgba(5, 63, 171, 1);}
.picNewsListCont .item:hover .cont .title{color: rgba(5, 63, 171, 1); }
@media all and (max-width:1600px){
    .picNewsList{ padding: 70px 0;}
    .picNewsListCont{ margin-bottom: 70px;}
    .picNewsListCont .item{ border-radius: 16px;}
    .picNewsListCont .item .pic{ border-radius: 16px;}
    .picNewsListCont .item .cont{ padding: 20px 25px;}
    .picNewsListCont .item .cont .time{ font-size: 14px; }
    .picNewsListCont .item .cont .title{ font-size: 20px; line-height: 30px; height: 60px; margin-top: 8px;}
    .picNewsListCont .item .cont .intro{ font-size: 14px; line-height: 25px; height: 50px; margin-top: 16px;}
    .picNewsListCont .item .cont .more{ margin-top: 20px; font-size: 12px;  padding: 8px 22px;}
}
@media all and (max-width:1200px){
    .picNewsList{ padding: 60px 0;}
    .picNewsListCont{ margin-bottom: 60px;}
    .picNewsListCont .item{ border-radius: 12px;}
    .picNewsListCont .item .pic{ border-radius: 12px;}
    .picNewsListCont .item .cont{ padding: 15px;}
    .picNewsListCont .item .cont .time{ font-size: 12px; }
    .picNewsListCont .item .cont .title{ font-size: 18px; line-height: 26px; height: 52px; margin-top: 8px;}
    .picNewsListCont .item .cont .intro{ font-size: 12px; line-height: 20px; height: 40px; margin-top: 12px;}
    .picNewsListCont .item .cont .more{ margin-top: 16px; font-size: 12px;  padding: 5px 20px;}
}
@media all and (max-width:750px){
    .picNewsList{ padding: 40px 0;}
    .picNewsListCont{ margin-bottom: 40px;}
    .picNewsListCont .item{ border-radius: 12px; width: 48.5%; margin-right: 3%; margin-bottom: 3%;}
    .picNewsListCont .item:nth-child(3n){ margin-right: 3%;}
    .picNewsListCont .item:nth-child(2n){ margin-right: 0;}
    .picNewsListCont .item:nth-last-child(-n+3){ margin-bottom: 3%;}
    .picNewsListCont .item:nth-last-child(-n+2){ margin-bottom: 0;}
    .picNewsListCont .item .pic{ border-radius: 12px;}
    .picNewsListCont .item .cont{ padding: 15px;}
    .picNewsListCont .item .cont .time{ font-size: 12px; }
    .picNewsListCont .item .cont .title{ font-size: 16px; line-height: 24px; height: 46px; margin-top: 8px;}
    .picNewsListCont .item .cont .intro{ font-size: 12px; line-height: 20px; height: 40px; margin-top: 12px;}
    .picNewsListCont .item .cont .more{ margin-top: 16px; font-size: 12px;  padding: 5px 20px;}
}
@media all and (max-width:450px){
    .picNewsListCont .item{ border-radius: 12px; width:100%; margin-right: 0%; margin-bottom: 20px;}
    .picNewsListCont .item:nth-child(3n){ margin-right: 0;}
    .picNewsListCont .item:nth-child(2n){ margin-right: 0;}
    .picNewsListCont .item:nth-last-child(-n+3){ margin-bottom: 3%;}
    .picNewsListCont .item:nth-last-child(-n+2){ margin-bottom: 3%;}
    .picNewsListCont .item .cont{ padding: 20px;}

}

.job{ padding: 80px 0;}
.job .ihd{ text-align: center; font-size: 46px; font-weight: bold; line-height: 1; color: rgba(38, 38, 41, 1);}
.job .ibd{ margin-top: 60px; border-top: 1px solid rgba(238, 238, 238, 1);}
.job .ibd .item{ border-bottom: 1px solid rgba(238, 238, 238, 1);}
.job .ibd .item .hd{ display: flex; align-items: center; flex-wrap: wrap; height: 112px; font-size: 18px; color: rgba(38, 38, 41, 1);}
.job .ibd .item .hd .a1{ width: 25%; font-size: 24px; font-weight: bold;}
.job .ibd .item .hd .a2{ width: 22%; }
.job .ibd .item .hd .a3{ width: 30%; }
.job .ibd .item .hd .a4{ width: 22%; }
.job .ibd .item .hd .a5{ width: 1%; height: 100%; background: url(plus.png) center no-repeat; background-size: 100%; cursor: pointer; }
.job .ibd .item .bd{ display: none;}
.job .ibd .item .bd .con{ background: rgba(246, 246, 248, 1); padding: 60px; box-sizing: border-box; display: flex; align-items: flex-start; justify-content: space-between;}
.job .ibd .item .bd .con .pp{ display: none;}
.job .ibd .item .bd .lt .t1{ font-size: 20px; color: rgba(38, 38, 41, 1); font-weight: bold;}
.job .ibd .item .bd .lt .t2{ font-size: 16px; color: rgba(118, 118, 115, 1);  line-height: 2; margin-top: 15px;}
.job .ibd .item .bd .lt .t3{ font-size: 20px; color: rgba(38, 38, 41, 1); font-weight: bold; margin-top: 40px;}
.job .ibd .item .bd .lt .t4{ font-size: 16px; color: rgba(118, 118, 115, 1);  line-height: 2; margin-top: 15px;}
.job .ibd .item .bd .rt{ width: 430px; box-sizing: border-box; padding: 50px; background: #fff; font-size: 16px; color: rgba(118, 118, 115, 1); line-height: 2; }
.job .ibd .item .bd .rt a{ font-weight: bold; color: rgba(2, 86, 244, 1);}
.job .ibd .item .hd.on .a5{background: url(reduce.png) center no-repeat; background-size: 100%;}
@media all and (max-width:1600px){
    .job{ padding: 70px 0;}
    .job .ihd{ font-size: 38px; }
    .job .ibd{ margin-top: 50px; }
    .job .ibd .item .hd{ height: 95px; font-size: 16px; }
    .job .ibd .item .hd .a1{ font-size: 20px; }
    .job .ibd .item .bd .con{ padding: 40px; }
    .job .ibd .item .bd .lt .t1{ font-size: 18px; }
    .job .ibd .item .bd .lt .t2{ font-size: 14px;  margin-top: 12px;}
    .job .ibd .item .bd .lt .t3{ font-size: 18px; margin-top: 30px;}
    .job .ibd .item .bd .lt .t4{ font-size: 14px;  margin-top: 12px;}
    .job .ibd .item .bd .rt{ width: 360px; padding: 35px; font-size: 14px; }
}
@media all and (max-width:1200px){
    .job{ padding: 60px 0;}
    .job .ihd{ font-size: 28px; }
    .job .ibd{ margin-top: 30px; }
    .job .ibd .item .hd{ height: 80px; font-size: 14px; }
    .job .ibd .item .hd .a1{ font-size: 16px; }
    .job .ibd .item .hd .a1{ width: 38%; }
    .job .ibd .item .hd .a2{ width: 20%; }
    .job .ibd .item .hd .a3{ width: 20%; }
    .job .ibd .item .hd .a4{ width: 20%; }
    .job .ibd .item .hd .a5{ width: 2%; }
    .job .ibd .item .bd .con{ padding: 30px; }
    .job .ibd .item .bd .lt .t1{ font-size: 16px; }
    .job .ibd .item .bd .lt .t2{ font-size: 12px;  margin-top: 10px;}
    .job .ibd .item .bd .lt .t3{ font-size: 16px; margin-top: 20px;}
    .job .ibd .item .bd .lt .t4{ font-size: 12px;  margin-top: 10px;}
    .job .ibd .item .bd .rt{ width: 40%; padding: 20px; font-size: 12px; }
}
@media all and (max-width:750px){
    .job{ padding: 40px 0;}
    .job .ihd{ font-size: 28px; }
    .job .ibd{ margin-top: 30px; }
    .job .ibd .item .hd{ height: 60px; font-size: 12px; }
    .job .ibd .item .hd .a1{ font-size: 16px; }
    .job .ibd .item .hd .a1{ width: calc(100% - 16px); }
    .job .ibd .item .hd .a2{ width: 20%; display: none; }
    .job .ibd .item .hd .a3{ width: 20%;  display: none; }
    .job .ibd .item .hd .a4{ width: 20%;  display: none; }
    .job .ibd .item .hd .a5{ width: 16px;  }
    .job .ibd .item .bd .con{ padding:20px; flex-wrap: wrap; }
    .job .ibd .item .bd .lt{ width: 100%;}
    .job .ibd .item .bd .rt{ width: 100%; padding: 20px; margin-top: 20px;  }
    .job .ibd .item .bd .lt .t1{ font-size: 14px; }
    .job .ibd .item .bd .lt .t3{ font-size: 14px; }
    .job .ibd .item .bd .con .pp{ display: block;}
    .job .ibd .item .bd .con .pp .a{ font-size: 14px; font-weight: bold; color: rgba(38, 38, 41, 1); margin-bottom: 15px;}
}

.pro01{ width: 100%; background: url(s2.png) center center no-repeat; background-size: cover; padding: 140px 0;}
.pro01 .item{ display: flex; align-items: flex-start; justify-content: space-between;flex-direction: row-reverse; }
.pro01 .item .pic{ width: 800px; overflow: hidden; }
.pro01 .item .pic img{ width: 100%;}
.pro01 .item .cont{ width: fit-content;}
.pro01 .item .cont .a2{font-size: 50px;font-weight: 700; line-height: 65px;color: rgba(38, 38, 41, 1); margin-top: 65px;}
.pro01 .item .cont .a3{ font-size: 24px; line-height: 32px;color: rgba(38, 38, 41, 1); margin-top: 30px; width: fit-content;}
.pro01 .item .cont .a4{ margin-top: 85px; display: flex; align-items: center; justify-content: center;}
.pro01 .item .cont .a4 .m1{ display: flex; align-items: center; justify-content: center;width: fit-content;height: 50px; border-radius: 25px; color: rgba(38, 38, 41, 1); font-size: 14px; box-sizing: border-box; border:1px solid rgba(38, 38, 41, 1); transition: all 0.3s; padding: 0 30px;}
.pro01 .item .cont .a4 .m1 i{ display: block; background: url(g_02x.png) center center no-repeat; background-size: 100%; width: 7px; height: 100%; margin-left: 10px;}
.pro01 .item .cont .a4 .m1:hover{ background: rgba(38, 38, 41, 1); border-radius: 25px; color: #fff; }
.pro01 .item .cont .a4 .m1:hover i{ background: url(g_02.png) center center no-repeat; background-size: 100%; }

.pro01 .item .cont .a4 .m2{ display: flex; align-items: center; justify-content: center;width: fit-content;height: 50px;border:1px solid rgba(38, 38, 41, 1); border-radius: 25px; color: rgba(38, 38, 41, 1); font-size: 14px; margin-left: 25px; box-sizing: border-box; transition: all 0.3s;  padding: 0 30px;}
.pro01 .item .cont .a4 .m2 i{ display: block; background: url(g_03.png) center center no-repeat; background-size: 100%; width: 19px; height: 100%; margin-left: 10px;}

.pro01 .item .cont .a4 .m2:hover{ background: rgba(38, 38, 41, 1); border-radius: 25px; color: #fff; }
.pro01 .item .cont .a4 .m2:hover i{ background: url(g_03x.png) center center no-repeat; background-size: 100%; }

@media only screen and (max-width:1600px){
    .pro01{ padding: 100px 0;}
	.pro01 .item .pic{ width: 640px; }
	.pro01 .item .cont{  }
	.pro01 .item .cont .a2{font-size: 40px; line-height: 1.5; margin-top: 50px;}
	.pro01 .item .cont .a3{ font-size: 20px; line-height: 1.5; margin-top: 20px;}
	.pro01 .item .cont .a4{ margin-top: 60px; }
	.pro01 .item .cont .a4 .m1{ padding: 0 25x; height: 46px; font-size: 13px;}
	.pro01 .item .cont .a4 .m1 i{ width: 6px; margin-left: 10px;}
	.pro01 .item .cont .a4 .m2{   padding: 0 25px; height: 46px; font-size: 13px; margin-left: 20px;}
	.pro01 .item .cont .a4 .m2 i{ width: 16px; margin-left: 10px;}
	.section2 .swiper02 .pagination02{  margin-top: 60px;}
}
@media only screen and (max-width:1200px){
	.pro01{ padding: 60px 0;}
	.pro01 .item .pic{ width: 50%; }
	.pro01 .item .cont{ width: 48%;}
	.pro01 .item .cont .a2{font-size: 30px;  margin-top: 20px;}
	.pro01 .item .cont .a3{ font-size: 16px;  margin-top: 20px; width: 100%;}
	.pro01 .item .cont .a4{ margin-top: 50px; }
	.pro01 .item .cont .a4 .m1{  padding: 0 20px;height: 40px; font-size: 12px;}
	.pro01 .item .cont .a4 .m1 i{ width: 5px; margin-left: 8px;}
	.pro01 .item .cont .a4 .m2{   padding: 0 20px;height: 40px; font-size: 12px; margin-left: 16px;}
	.pro01 .item .cont .a4 .m2 i{ width: 14px; margin-left: 8px;}
	.section2 .swiper02 .pagination02{  margin-top: 60px;}
}
@media only screen and (max-width:750px){
    .pro01{ padding: 40px 0;}
	.pro01 .item{ flex-wrap: wrap;}
	.pro01 .item .pic{ width: 100%; }
	.pro01 .item .cont{ width: 100%; margin-top: 0;}
	.pro01 .item .cont .a2{font-size: 20px;  margin-top: 20px; line-height: 1.2;}
	.pro01 .item .cont .a3{ font-size: 14px;  margin-top: 20px; width: 100%;}
	.pro01 .item .cont .a4{ margin-top: 20px; }
}

.pro02{ width: 100%; padding: 110px 0;}
.pro02 .aitem .t1{ font-size: 28px;font-weight: 700; line-height: 1.4; color: rgba(38, 38, 41, 1); text-align: center; }
.pro02 .aitem .t2{ font-size: 46px;font-weight: 700; line-height: 1.4; color: rgba(38, 38, 41, 1); text-align: center;  max-width: 80%; margin: 0 auto; margin-top: 30px;}
.pro02 .aitem .t3{ max-width: 785px; margin: 0 auto; font-size: 20px; line-height: 1.6; color: rgba(118, 118, 115, 1); text-align: center; margin-top: 30px; }
.pro02 .aitem .t3 i{ color: rgba(38, 38, 41, 1); font-weight: bold; }
.pro02 .bitem{ margin-top: 60px;}
.pro02 .bitem .pic{ width: 100%; overflow: hidden; border-radius: 20px;}
.pro02 .bitem .pic img{ width: 100%; transform: scale(1); transition: all 0.3s;}
.pro02 .bitem .pic:hover img{ transform: scale(1.1);}
.pro02 .bitem .videos{ width: 100%; overflow: hidden; border-radius: 20px;}
.pro02 .bitem .videos video{ width: 100%; overflow: hidden; border-radius: 20px;}
.pro02 .citem{ margin-top: 90px;}
.pro02 .citem .swiper02{ width: 100%; overflow: hidden;}
.pro02 .citem .swiper02 .swiper-slide{ width: 25%;}
.pro02 .citem .swiper02 .swiper-slide .con{ width: 16vw; margin: 0 auto; text-align: center;}
.pro02 .citem .swiper02 .swiper-slide .con .pic img{ height: 65px;}
.pro02 .citem .swiper02 .swiper-slide .con .title{ font-size: 20px; font-weight: 700; line-height: 1.6; color: rgba(38, 38, 41, 1); margin-top: 16px;}
.pro02 .citem .swiper02 .swiper-slide .con .intro{ font-size: 20px; line-height: 1.6; color: rgba(118, 118, 115, 1); margin-top: 12px;}
@media only screen and (max-width:1600px){
    .pro02{ padding: 90px 0;}
    .pro02 .aitem .t1{ font-size: 24px; }
    .pro02 .aitem .t2{ font-size: 36px; margin-top: 25px; }
    .pro02 .aitem .t3{ max-width: 50%; font-size: 16px; margin-top: 25px; }
    .pro02 .bitem{ margin-top: 50px;}
    .pro02 .citem{ margin-top: 60px;}
    .pro02 .citem .swiper02 .swiper-slide .con{  }
    .pro02 .citem .swiper02 .swiper-slide .con .pic img{ height: 56px;}
    .pro02 .citem .swiper02 .swiper-slide .con .title{ font-size: 18px; margin-top: 12px;}
    .pro02 .citem .swiper02 .swiper-slide .con .intro{ font-size: 16px;  margin-top: 10px;}
}
@media only screen and (max-width:1200px){
    .pro02{ padding: 60px 0;}
    .pro02 .aitem .t1{ font-size: 20px; }
    .pro02 .aitem .t2{ font-size: 28px; margin-top: 20px; max-width: 100%; }
    .pro02 .aitem .t3{ max-width: 70%; font-size: 14px; margin-top: 20px; }
    .pro02 .bitem{ margin-top: 30px;}
    .pro02 .citem{ margin-top: 40px;}
    .pro02 .citem .swiper02 .swiper-slide{ width: 22%; margin-right: 4%;}
    .pro02 .citem .swiper02 .swiper-slide:last-child{ margin-right: 0;}
    .pro02 .citem .swiper02 .swiper-slide .con{ width: 100%; }
    .pro02 .citem .swiper02 .swiper-slide .con .pic img{ height: 42px;}
    .pro02 .citem .swiper02 .swiper-slide .con .title{ font-size: 16px; margin-top: 12px;}
    .pro02 .citem .swiper02 .swiper-slide .con .intro{ font-size: 16px;  margin-top: 10px;}
}
@media only screen and (max-width:750px){
    .pro02{ padding: 40px 0;}
    .pro02 .aitem .t1{ font-size: 14px; }
    .pro02 .aitem .t2{ font-size: 20px; margin-top: 10px; }
    .pro02 .aitem .t3{ max-width: 100%; font-size: 12px; margin-top: 15px; }
    .pro02 .bitem{ margin-top: 20px;}
    .pro02 .bitem .pic{ border-radius: 10px;}
    .pro02 .citem{ margin-top: 20px;}
    .pro02 .citem .swiper02 .swiper-slide{ width:48%; margin-right: 4%;}
    .pro02 .citem .swiper02 .swiper-slide:last-child{ margin-right: 0;}
    .pro02 .citem .swiper02 .swiper-slide .con{ width: 100%; }
    .pro02 .citem .swiper02 .swiper-slide .con .pic img{ height: 36px;}
    .pro02 .citem .swiper02 .swiper-slide .con .title{ font-size: 14px; margin-top: 10px;}
    .pro02 .citem .swiper02 .swiper-slide .con .intro{ font-size: 12px;  margin-top: 6px;}
}

.pro03{ background:url(ax2.png) center center no-repeat rgba(246, 246, 248, 1); padding: 120px 0;}
.pro03 .ibd{ display: flex; align-items: flex-start; justify-content: space-between;}
.pro03 .ibd .pic{ width: 670px;}
.pro03 .ibd .pic img{ width: 100%; transform: scale(1); transition: all 0.3s;}
.pro03 .ibd .pic:hover img{ transform: scale(1.1);}
.pro03 .ibd .cont{ width: 650px;}
.pro03 .ibd .cont .title{ font-size: 46px; font-weight: 700;  color: rgba(38, 38, 41, 1);}
.pro03 .ibd .cont .tab03{ height: 360px; overflow-y: auto; margin-top: 60px;}
.pro03 .ibd .cont .tab03 li{ margin-bottom: 60px;}
.pro03 .ibd .cont .tab03 li:last-child{ margin-bottom: 0;}
.pro03 .ibd .cont .tab03 li .t1{ font-size: 28px; font-weight: 700; color: rgba(38, 38, 41, 1); }
.pro03 .ibd .cont .tab03 li .t2{ font-size: 20px; color: rgba(118, 118, 115, 1); margin-top: 12px; line-height: 1.6; display: none;}
.pro03 .ibd .cont .tab03 li.on .t2{ display: block;}
@media only screen and (max-width:1600px){
    .pro03{ padding: 90px 0;}
    .pro03 .ibd .pic{ width: 520px;}
    .pro03 .ibd .cont{ width: 520px;}
    .pro03 .ibd .cont .title{ font-size: 38px; }
    .pro03 .ibd .cont .tab03{ height: 280px; margin-top: 40px;}
    .pro03 .ibd .cont .tab03 li{ margin-bottom: 40px;}
    .pro03 .ibd .cont .tab03 li .t1{ font-size: 24px; }
    .pro03 .ibd .cont .tab03 li .t2{ font-size: 16px; margin-top: 12px; }
}
@media only screen and (max-width:1200px){
    .pro03{ padding: 60px 0;}
    .pro03 .ibd .pic{ width: 46%;}
    .pro03 .ibd .cont{ width: 46%;}
    .pro03 .ibd .cont .title{ font-size: 28px; }
    .pro03 .ibd .cont .tab03{ height: 220px; margin-top: 30px;}
    .pro03 .ibd .cont .tab03 li{ margin-bottom: 30px;}
    .pro03 .ibd .cont .tab03 li .t1{ font-size: 20px; }
    .pro03 .ibd .cont .tab03 li .t2{ font-size: 14px; margin-top: 12px; }
}
@media only screen and (max-width:750px){
    .pro03{ padding: 40px 0;}
    .pro03 .ibd{ flex-wrap: wrap;}
    .pro03 .ibd .pic{ width: 100%;}
    .pro03 .ibd .cont{ width: 100%; margin-top: 25px;}
    .pro03 .ibd .cont .title{ font-size: 24px; }
    .pro03 .ibd .cont .tab03{ height: auto; margin-top: 18px;}
    .pro03 .ibd .cont .tab03 li{ margin-bottom: 18px;}
    .pro03 .ibd .cont .tab03 li .t1{ font-size: 18px; }
    .pro03 .ibd .cont .tab03 li .t2{ font-size: 12px; margin-top: 8px; display: block; }
}

.pro04{ padding: 110px 0;}
.pro04 .ihd{ font-size: 46px; font-weight: 700; line-height: 1.2;color: rgba(38, 38, 41, 1); text-align: center;}
.pro04 .ibd{ margin-top: 60px; overflow: hidden;}
.pro04 .ibd .swiper04{ width: 100%;overflow: hidden;}
.pro04 .ibd .swiper04 .swiper-slide{ width: calc(500 / 1560 * 100%); margin-right: calc(30 / 1560 * 100%);}
.pro04 .ibd .swiper04 .swiper-slide:last-child{ margin-right:0;}
.pro04 .ibd .swiper04 .swiper-slide .pic{ width: 100%; overflow: hidden; border-radius: 20px;}
.pro04 .ibd .swiper04 .swiper-slide .pic img{ width: 100%; transition: all 0.3s; transform: scale(1); overflow: hidden;}
.pro04 .ibd .swiper04 .swiper-slide .title{ text-align: center; font-size: 28px; font-weight: bold; color: rgba(38, 38, 41, 1); margin-top: 60px;}
.pro04 .ibd .swiper04 .swiper-slide .intro{ padding: 0 80px; text-align: center; font-size: 20px; color: rgba(118, 118, 115, 1); margin-top: 25px; line-height: 1.6;}
@media only screen and (max-width:1600px){
    .pro04{ padding: 90px 0;}
    .pro04 .ihd{ font-size: 36px;}
    .pro04 .ibd{ margin-top: 50px; }
    .pro04 .ibd .swiper04 .swiper-slide .title{ font-size: 24px; margin-top: 40px;}
    .pro04 .ibd .swiper04 .swiper-slide .intro{ padding: 0 50px; font-size: 16px;  margin-top: 16px; }
}
@media only screen and (max-width:1200px){
    .pro04{ padding: 60px 0;}
    .pro04 .ihd{ font-size: 28px;}
    .pro04 .ibd{ margin-top: 40px; }
    .pro04 .ibd .swiper04 .swiper-slide .pic{ border-radius: 10px;}
    .pro04 .ibd .swiper04 .swiper-slide .title{ font-size: 20px; margin-top: 30px;}
    .pro04 .ibd .swiper04 .swiper-slide .intro{ padding: 0 0; font-size: 14px;  margin-top: 10px; }
}
@media only screen and (max-width:750px){
    .pro04{ padding: 40px 0;}
    .pro04 .ihd{ font-size: 20px;}
    .pro04 .ibd{ margin-top: 20px; }
    .pro04 .ibd .swiper04 .swiper-slide{ width: 48.5%; margin-right: 3%;}
    .pro04 .ibd .swiper04 .swiper-slide .title{ font-size: 16px; margin-top: 16px;}
    .pro04 .ibd .swiper04 .swiper-slide .intro{ padding: 0 0; font-size: 12px;  margin-top: 10px; }
}

.pro05{ width: 100%; padding: 0 0 110px 0;}
.pro05 .ibd{ width: 100%;}
.pro05 .ibd .swiper05{ width: 100%; overflow: hidden; position: relative;}
.pro05 .ibd .swiper05 .swiper-slide{ width: 100%; overflow: hidden; margin-right: 5%;}
.pro05 .ibd .swiper05 .swiper-slide:last-child{ margin-right: 0%;}
.pro05 .ibd .swiper05 .swiper-slide .con{ display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: flex-start;}
.pro05 .ibd .swiper05 .swiper-slide .con .pic{ width: calc(900 / 1560 * 100%); overflow: hidden; border-radius: 10px;}
.pro05 .ibd .swiper05 .swiper-slide .con .pic img{ width:100%; transition: all 0.3s; transform: scale(1);}
.pro05 .ibd .swiper05 .swiper-slide:hover .con .pic img{ transform: scale(1.1);}
.pro05 .ibd .swiper05 .swiper-slide .cont{ width: calc(480 / 1560 * 100%); overflow: hidden;}
.pro05 .ibd .swiper05 .swiper-slide .cont .t1{ font-size: 24px; font-weight: 700; line-height: 1.2; color: rgba(38, 38, 41, 1); margin-top: 60px;}
.pro05 .ibd .swiper05 .swiper-slide .cont .t2{ font-size: 36px; font-weight: 700; line-height: 1.2; color: rgba(38, 38, 41, 1); margin-top: 25px;}
.pro05 .ibd .swiper05 .swiper-slide .cont .t3{ font-size: 18px; line-height: 1.6; color: rgba(118, 118, 115, 1); margin-top: 40px;}
.pro05 .ibd .swiper05 .btn{ position: absolute; left: 0; bottom: 0; display: flex; z-index: 2;}
.pro05 .ibd .swiper05 .btn .prev05{ width: 60px; height: 60px; background: url(pp3.png) center center no-repeat; background-size: cover; margin-right: 20px; cursor: pointer;}
.pro05 .ibd .swiper05 .btn .prev05:hover{ background: url(pp4.png) center center no-repeat; background-size: cover;}
.pro05 .ibd .swiper05 .btn .next05{ width: 60px; height: 60px; background: url(pp1.png) center center no-repeat; background-size: cover; margin-right: 20px; cursor: pointer;}
.pro05 .ibd .swiper05 .btn .next05:hover{ background: url(pp2.png) center center no-repeat; background-size: cover;}
@media only screen and (max-width:1600px){
    .pro05{ padding: 0 0 90px 0;}
    .pro05 .ibd .swiper05 .swiper-slide .cont .t1{ font-size: 18px; margin-top: 0;}
    .pro05 .ibd .swiper05 .swiper-slide .cont .t2{ font-size: 28px; margin-top: 16px;}
    .pro05 .ibd .swiper05 .swiper-slide .cont .t3{ font-size: 14px; margin-top: 20px;}
    .pro05 .ibd .swiper05 .btn{ bottom: 0; }
    .pro05 .ibd .swiper05 .btn .prev05{ width: 50px; height: 50px; }
    .pro05 .ibd .swiper05 .btn .next05{ width: 50px; height: 50px; }
}
@media only screen and (max-width:1200px){
    .pro05{ padding: 0 0 60px 0;}
    .pro05 .ibd .swiper05 .swiper-slide .con{ flex-wrap: wrap;}
    .pro05 .ibd .swiper05 .swiper-slide .con .pic{ width: 100%;}
    .pro05 .ibd .swiper05 .swiper-slide .cont{ width: 100%; margin-top: 20px;}
    .pro05 .ibd .swiper05 .swiper-slide .cont .t1{ font-size: 18px; margin-top: 0;}
    .pro05 .ibd .swiper05 .swiper-slide .cont .t2{ font-size: 28px; margin-top: 15px;}
    .pro05 .ibd .swiper05 .swiper-slide .cont .t3{ font-size: 14px; margin-top: 20px;}
    .pro05 .ibd .swiper05 .btn{ bottom: 0; position: relative; margin-top: 20px; }
    .pro05 .ibd .swiper05 .btn .prev05{ width: 40px; height: 40px; }
    .pro05 .ibd .swiper05 .btn .next05{ width: 40px; height: 40px; }
}
@media only screen and (max-width:750px){
    .pro05{ padding: 0 0 40px 0;}
    .pro05 .ibd .swiper05 .swiper-slide .con{ flex-wrap: wrap;}
    .pro05 .ibd .swiper05 .swiper-slide .con .pic{ width: 100%;}
    .pro05 .ibd .swiper05 .swiper-slide .cont{ width: 100%; margin-top: 20px;}
    .pro05 .ibd .swiper05 .swiper-slide .cont .t1{ font-size: 14px; margin-top: 0;}
    .pro05 .ibd .swiper05 .swiper-slide .cont .t2{ font-size: 20px; margin-top: 12px;}
    .pro05 .ibd .swiper05 .swiper-slide .cont .t3{ font-size: 12px; margin-top: 15px;}
    .pro05 .ibd .swiper05 .btn{ bottom: 0; position: relative; margin-top: 20px; }
    .pro05 .ibd .swiper05 .btn .prev05{ width: 32px; height: 32px; margin-right: 15px; }
    .pro05 .ibd .swiper05 .btn .next05{ width: 32px; height: 32px; }
}

.pro06{ background: url(x1.png) center center no-repeat  rgba(246, 246, 248, 1); background-size: cover; padding: 100px 0;}
.pro06 .ibd{ display: flex; flex-direction: row-reverse; align-items: flex-end; justify-content: space-between;}
.pro06 .ibd .pic{ width: 700px; margin-right: 50px;}
.pro06 .ibd .pic img{ width: 100%; transform: scale(1); transition: all 0.3s;}
.pro06 .ibd .pic:hover img{ transform: scale(1.1); }
.pro06 .ibd .cont{ width: 805px;}
.pro06 .ibd .cont .t1{ font-size: 28px; font-weight: bold; color: rgba(38, 38, 41, 1);}
.pro06 .ibd .cont .t2{ font-size: 46px; font-weight: bold; color: rgba(38, 38, 41, 1); width: 560px; line-height: 1.2; margin-top: 35px;}
.pro06 .ibd .cont .swiper06{ width: 100%; overflow: hidden; margin-top: 60px;}
.pro06 .ibd .cont .swiper06 .swiper-slide{ width: 190px; overflow: hidden; margin-right: 15px; background: #fff; border-radius: 10px; padding: 35px 30px; text-align: center; box-sizing: border-box; height: auto;}
.pro06 .ibd .cont .swiper06 .swiper-slide:last-child{ margin-right: 0;}
.pro06 .ibd .cont .swiper06 .swiper-slide .title{ font-size: 16px; color: rgba(118, 118, 115, 1);}
.pro06 .ibd .cont .swiper06 .swiper-slide .intro{ font-size: 20px; color: rgba(38, 38, 41, 1); line-height: 1.4; font-weight: bold; margin-top: 10px;}
.pro06 .ibd .cont .swiper06 .pagination06{ width: 100%; position: relative; height: 4px; background: rgba(34, 34, 34, 0.05); margin-top: 50px;}
.pro06 .ibd .cont .swiper06 .pagination06 .swiper-pagination-progressbar-fill{ background:  rgba(38, 38, 41, 1);}
/* .pro06 .ibd .cont .swiper06 .pagination06 .swiper-pagination-progressbar-fill:after{ content: ""; display: block; width: 30px; height: 21px; background: url(g_26.png) center center no-repeat; background-size: 100% 100%; position: absolute; right: 0; bottom: 0; transform: translate3d(0px, 0px, 0px) scaleX(1) scaleY(1); transition-duration: 800ms;} */
.pro06 .ibd .cont .more{ margin-top: 70px;}
.pro06 .ibd .cont .more a{ display: block; width: fit-content; padding: 15px 30px; background: rgba(38, 38, 41, 1); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; color: #fff; height: 100%; border-radius: 30px;}
.pro06 .ibd .cont .more a i{ display: block; width: 7px; height: 11px; background: url(g_02.png) center center no-repeat; background-size: 100%; margin-left: 10px;}
@media only screen and (max-width:1600px){
    .pro06{ padding: 80px 0;}
    .pro06 .ibd .pic{ width: 500px; margin-right: 0;}
    .pro06 .ibd .cont{ width: 650px;}
    .pro06 .ibd .cont .t1{ font-size: 24px; }
    .pro06 .ibd .cont .t2{ font-size: 36px;  width: 500px; margin-top: 25px;}
    .pro06 .ibd .cont .swiper06{ margin-top: 40px;}
    .pro06 .ibd .cont .swiper06 .swiper-slide{ width: 23.5%;  margin-right: 2%; padding: 25px 20px; }
    .pro06 .ibd .cont .swiper06 .swiper-slide .title{ font-size: 14px; }
    .pro06 .ibd .cont .swiper06 .swiper-slide .intro{ font-size: 18px; }
    .pro06 .ibd .cont .swiper06 .pagination06{ margin-top: 40px;}
    .pro06 .ibd .cont .more{ margin-top: 50px;}
    .pro06 .ibd .cont .more a{ padding: 12px 24px; font-size: 12px; }
    .pro06 .ibd .cont .more a i{ width: 6px; margin-left: 10px;}
}
@media only screen and (max-width:1200px){
    .pro06{ padding: 60px 0;}
    .pro06 .ibd .pic{ width: 40%; }
    .pro06 .ibd .cont{ width: 50%;}
    .pro06 .ibd .cont .t1{ font-size: 20px; }
    .pro06 .ibd .cont .t2{ font-size: 28px;  width: 100%; margin-top: 20px;}
    .pro06 .ibd .cont .swiper06{ margin-top: 30px;}
    .pro06 .ibd .cont .swiper06 .swiper-slide{ width: 32%;  margin-right: 2%; padding: 15px 10px; }
    .pro06 .ibd .cont .swiper06 .swiper-slide .title{ font-size: 12px; }
    .pro06 .ibd .cont .swiper06 .swiper-slide .intro{ font-size: 16px; }
    .pro06 .ibd .cont .swiper06 .pagination06{ margin-top: 30px;}
    .pro06 .ibd .cont .more{ margin-top: 40px;}
}
@media only screen and (max-width:750px){
    .pro06{ padding: 40px 0;}
    .pro06 .ibd .pic{ width: 100%; }
    .pro06 .ibd .cont{ width: 100%;}
    .pro06 .ibd .cont .t1{ font-size: 16px; }
    .pro06 .ibd .cont .t2{ font-size: 20px; margin-top: 15px;}
    .pro06 .ibd .cont .swiper06{ margin-top: 20px;}
    .pro06 .ibd .cont .swiper06 .swiper-slide{ width: 32%;  margin-right: 2%; padding: 15px 10px; }
    .pro06 .ibd .cont .swiper06 .swiper-slide .title{ font-size: 12px; }
    .pro06 .ibd .cont .swiper06 .swiper-slide .intro{ font-size: 14px; }
    .pro06 .ibd .cont .swiper06 .pagination06{ margin-top: 20px;}
    .pro06 .ibd .cont .more{ margin-top: 30px;}
}
.pro07{ width: 100%; padding: 110px 0;}
.pro07 .ihd .title{ text-align: center; font-size: 46px; font-weight: bold; line-height: 1; color: rgba(38, 38, 41, 1);}
.pro07 .ihd .intro{ max-width: 780px; margin: 0 auto; text-align: center; font-size: 20px; line-height: 1.6; color: rgba(118, 118, 115, 1); margin-top: 25px;}
.pro07 .ibd{ margin-top: 50px; overflow: hidden;}
.pro07 .ibd .picScroll-left li{ width: 560px; margin-right: 14px; border-radius: 10px; overflow: hidden; float: left;}
.pro07 .ibd .picScroll-left li img{ width: 100%; transform: scale(1); transition: all 0.3s;}
.pro07 .ibd .picScroll-left li:hover img{ transform: scale(1.1); }
.pro07 .ibd .picScroll-left02{ margin-top: 18px;}
@media only screen and (max-width:1600px){
    .pro07{ padding: 80px 0;}
    .pro07 .ihd .title{ font-size: 36px; }
    .pro07 .ihd .intro{ max-width: 50%; font-size: 16px;  margin-top: 20px;}
    .pro07 .ibd{ margin-top: 40px;}
    .pro07 .ibd .picScroll-left li{ width: 420px; margin-right: 12px; }
    .pro07 .ibd .picScroll-left02{ margin-top: 12px;}
}
@media only screen and (max-width:1200px){
    .pro07{ padding: 60px 0;}
    .pro07 .ihd .title{ font-size: 28px; }
    .pro07 .ihd .intro{ max-width: 100%; font-size: 14px;  margin-top: 16px;}
    .pro07 .ibd{ margin-top: 30px;}
    .pro07 .ibd .picScroll-left li{ width: 360px; margin-right: 12px; }
    .pro07 .ibd .picScroll-left02{ margin-top: 12px;}
}
@media only screen and (max-width:750px){
    .pro07{ padding: 40px 0;}
    .pro07 .ihd .title{ font-size: 20px; }
    .pro07 .ihd .intro{ max-width: 100%; font-size: 12px;  margin-top: 16px;}
    .pro07 .ibd{ margin-top: 20px;}
    .pro07 .ibd .picScroll-left li{ width: 220px; margin-right: 12px; }
    .pro07 .ibd .picScroll-left02{ margin-top: 12px;}
}

.pro08{ width: 100%; padding: 0 0 110px;}
.pro08 .ihd .title{ text-align: center; font-size: 46px; font-weight: bold; line-height: 1; color: rgba(38, 38, 41, 1);}
.pro08 .ibd{ width: 900px; margin: 0 auto; margin-top: 80px;}
.pro08 .ibd form{ display: flex; flex-wrap: wrap;}
.pro08 .ibd .item{ width: 430px; margin-bottom: 40px;}
.pro08 .ibd .item:nth-child(2n){ margin-left: 40px;}
.pro08 .ibd .item .t{ font-size: 20px; color: rgba(38, 38, 41, 1); margin-bottom: 10px;}
.pro08 .ibd .item .inp1{width: 100%; height: 60px; opacity: 1;border-radius: 6px; border: 1px solid rgba(204, 204, 204, 1); box-sizing: border-box; padding: 0 30px; font-size: 16px; color: #333;}
.pro08 .ibd .item2{ width: 100%; margin-bottom: 40px;}
.pro08 .ibd .item2 .t{ font-size: 20px; color: rgba(38, 38, 41, 1); margin-bottom: 10px;}
.pro08 .ibd .item2 .inp2{width: 100%; height: 250px; opacity: 1;border-radius: 6px; border: 1px solid rgba(204, 204, 204, 1); box-sizing: border-box; padding: 15px 30px; font-size: 16px; color: #333;}
.pro08 .ibd .item3{ display: flex; align-items: center; justify-content: center; width: 100%;}
.pro08 .ibd .item3 .inp3{ display: flex; align-items: center; justify-content: center; width: fit-content; font-size: 20px;  border-radius: 60px;
background: rgba(38, 38, 41, 1); color: #fff; padding:0 35px; height: 60px; cursor: pointer;}
@media only screen and (max-width:1600px){
    .pro08{ padding: 0 0 80px;}
    .pro08 .ihd .title{ font-size: 36px;}
    .pro08 .ibd{ width: 800px; margin-top: 60px;}
    .pro08 .ibd .item{ width: 385px; margin-bottom: 30px;}
    .pro08 .ibd .item:nth-child(2n){ margin-left: 30px;}
    .pro08 .ibd .item .t{ font-size:18px;}
    .pro08 .ibd .item .inp1{ height: 52px; padding: 0 25px; font-size: 14px;}
    .pro08 .ibd .item2{ margin-bottom: 30px;}
    .pro08 .ibd .item2 .t{ font-size: 18px;}
    .pro08 .ibd .item2 .inp2{ height: 200px; padding: 12px 25px; font-size: 14px;}
    .pro08 .ibd .item3 .inp3{ font-size: 18px; height: 52x;}
}
@media only screen and (max-width:1200px){
    .pro08{ padding: 0 0 60px;}
    .pro08 .ihd .title{ font-size: 28px;}
    .pro08 .ibd{ width: 100%; margin-top: 40px;}
    .pro08 .ibd .item{ width: 48%; margin-bottom: 20px;}
    .pro08 .ibd .item:nth-child(2n){ margin-left: 4%;}
    .pro08 .ibd .item .t{ font-size:16px;}
    .pro08 .ibd .item .inp1{ height: 45px; padding: 0 20px; font-size: 12px;}
    .pro08 .ibd .item2{ margin-bottom: 20px;}
    .pro08 .ibd .item2 .t{ font-size: 16px;}
    .pro08 .ibd .item2 .inp2{ height: 160px; padding: 12px 20px; font-size: 12px;}
    .pro08 .ibd .item3 .inp3{ font-size: 16px; height: 45px;}
}
@media only screen and (max-width:750px){
    .pro08{ padding: 0 0 40px;}
    .pro08 .ihd .title{ font-size: 20px;}
    .pro08 .ibd{ width: 100%; margin-top: 30px;}
    .pro08 .ibd .item{ width: 48%; margin-bottom: 20px;}
    .pro08 .ibd .item:nth-child(2n){ margin-left: 4%;}
    .pro08 .ibd .item .t{ font-size:14px;}
    .pro08 .ibd .item .inp1{ height: 40px; padding: 0 20px; font-size: 12px;}
    .pro08 .ibd .item2{ margin-bottom: 20px;}
    .pro08 .ibd .item2 .t{ font-size: 14px;}
    .pro08 .ibd .item2 .inp2{ height: 140px; padding: 12px 20px; font-size: 12px;}
    .pro08 .ibd .item3 .inp3{ font-size: 14px; height: 40px;}
}


/* 内容模式 */
.article { padding:110px 0; width:100%; margin:0 auto; box-sizing:border-box; line-height:2; font-size:16px; word-wrap:break-word; background: linear-gradient(to top,#f7f8f8,#fff); }
.article .hd { margin:0 0 30px; padding:0 0 30px; border-bottom: 1px dotted #ccc; }
.article .hd h1 { color:#000; font-size:28px; text-align:center; font-weight:normal; line-height:1.6 }
.article .hd .titBar { color:rgba(0,0,0,0.6); font-size:16px; text-align:center; margin-top:10px }
.article .bd {  line-height:2; font-size:16px; color:#282828 }
.article .bd img{ max-width:100%; height:auto}
.article .bd video{ max-width:100%; height:auto}
.article .ft { margin:30px 0 0;}
.article .ft .nr{ padding:0!important; background:none!important}
.article .ft ul{ border-top:1px dotted #ccc; padding:30px 0 0 0 }
.article .ft ul li { width:100%;  box-sizing:border-box; text-align:left; text-overflow: ellipsis;overflow: hidden;white-space: nowrap; color:#282828}
.article .ft ul li a{ color:#282828}
.article .ft ul li a:hover{ color:rgba(5, 63, 171, 1)}
.nr_pc{ display:block}
.nr_sj{ display:none}
.article .bd video{ max-width:100%; height:auto}
@media all and (max-width:1600px){
	.article { padding:80px 0;}
}
@media all and (max-width:1200px){
	.article { padding:60px 0;}
	.article .hd h1{ font-size:18px}
	.article .hd{ padding-bottom:20px; margin-bottom:20px}
	.article .hd .titBar { font-size:12px}
	.article{ font-size:14px}
	.article .ft{ }
	.article .ft .back{ top:20px}
	.article .ft ul li{ width:100%}
	.article .ihd{ font-size:20px;  padding:5px 0; margin-bottom:20px}
	.nr_pc{ display:none}
	.nr_sj{ display:block}
	.article .ft { margin:20px 0 0; height:auto}
	.article .ft ul{ display:block; height:auto; padding:20px 0 0 0}
	.article .ft ul li { width:100% }
	.article .bd{ font-size:14px; line-height:2}	
}
@media all and (max-width:750px){
    .article { padding:40px 0;}
}

/*新闻列表*/
.newsPage2{ padding:110px 0;}
.newsList2{ padding-bottom:110px}
.newsList2 .item{ width:100%; padding:32px 0; border-bottom:1px dashed #d0d0d0}
.newsList2 .item a{ display:block;display:flex; align-items: center; width:100%; height:100%; box-sizing:border-box; transition:all 0.5s ; box-sizing: border-box;}
.newsList2 .item .time{ width:165px; font-weight:bold; color:#202123; text-align: center;}
.newsList2 .item .time .p1{ font-size: 44px; padding-bottom: 10px; line-height: 1; position: relative;  margin-bottom: 10px;}
.newsList2 .item .time .p1:after{ content: ""; display: block; width: 50px; height: 1px; background: #aaaaaa; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0;}

.newsList2 .item .time .p2{ font-size: 14px; line-height: 1;}

.newsList2 .item .cont{ width:calc(100% - 165px); box-sizing:border-box; }
.newsList2 .item .cont .title{ font-size:24px; color:#202123;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; line-height:30px;}
.newsList2 .item .cont .intro{ font-size:14px; color:#aaaaaa; line-height:24px; margin-top:16px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.newsList2 .item:hover a{ padding:0 30px}
.newsList2 .item:hover .time .p1{ color: #0256F4;}
.newsList2 .item:hover .time .p2{ color: #0256F4;}
.newsList2 .item:hover .cont .title{ color: #0256F4;}




@media all and (max-width:1600px){
    .newsPage2{ padding:80px 0;}
    .newsList2{ padding-bottom:80px}
}
@media all and (max-width:1200px){
	.newsPage2{ padding:60px 0;}
    .newsList2{ padding-bottom:60px}
	.newsList2 .item{ padding:25px 0}
	.newsList2 .item .time{ width:140px; font-size:20px}
	.newsList2 .item .cont{ width:calc(100% - 140px); }
	.newsList2 .item .cont .title{ font-size:20px}
	.newsList2 .item .cont .intro{ font-size:12px; line-height:20px; margin-top:10px }
    .newsList2 .item .time .p1{ font-size: 32px; }
    .newsList2 .item .time .p1:after { width: 40px; }
    .newsList2 .item .time .p2{ font-size: 12px; }
}
@media all and (max-width:450px){
    .newsPage2{ padding:40px 0;}
    .newsList2{ padding-bottom:40px}
	.newsList2 .item{ display:block}
	.newsList2 .item a{}
	.newsList2 .item .time{ width:60px; font-size:14px; line-height:1; margin-bottom:5px}
	.newsList2 .item .cont{ width:calc(100% - 60px); padding:0 0 0 10px}
	.newsList2 .item .cont .title{ font-size:16px}
	.newsList2 .item .cont .intro{ font-size:12px; line-height:20px; margin-top:4px}
}

/*picx*/
.picx{ padding:110px 0}
.picxList{ width:100%; margin-bottom: 70px;}
.picxList .item{ width:31.5%; float:left; margin-right:2.75%; background:#fff; margin-bottom:40px}
.picxList .item:nth-child(3n){ margin-right:0}
.picxList .item:hover{ box-shadow:0 0 10px rgba(00,0,0,0.15)}
.picxList .item a{ background: #f1f1f1; display: block;}
.picxList .item a .pic{ width:100%; overflow:hidden; position:relative; box-sizing: border-box; padding:40px;}
.picxList .item a .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.picxList .item:hover a .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scal(1.1);}
.picxList .item a .cont{ padding:0 20px 40px; line-height: 1; }
.picxList .item a .cont .title{ font-size:18px; color:#282828;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; text-align:center; }
.picxList .item:hover a .cont .title{ color:rgba(5, 63, 171, 1); font-weight: bold;}
@media all and (max-width:1600px){
	.picx{ padding:80px 0}
    .picxList{ width:100%; margin-bottom: 50px;}
	.picxList .item{ margin-bottom:30px}
    .picxList .item a .pic{ padding:30px;}
    .picxList .item a .cont{ padding:0 20px 30px; }



}
@media all and (max-width:1200px){
	.picx{ padding:60px 0}
    .picxList{ width:100%; margin-bottom: 40px;}
	.picxList .item{ margin-bottom:20px}
	.picx{ padding:40px 0}

	.picxList .item a .cont .title{ font-size:16px}	

    .picxList .item a .pic{ padding:20px;}
    .picxList .item a .cont{ padding:0 15px 20px; }

}
@media all and (max-width:750px){
    .picx{ padding:40px 0}
    .picxList{ width:100%; margin-bottom: 25px;}
	.picxList .item{ width:48.5%;   margin-right:3%;margin-bottom:15px}
	.picxList .item:nth-child(3n){ margin-right:3%}
	.picxList .item:nth-child(2n){ margin-right:0}	
	.picxList .item a .cont .title{ font-size:14px;}	

}



.huace{ padding:5% 0}
.huace .con03 { }
.huace .con03 ul li { padding:25px 30px; border-radius:10px; box-shadow:0px 0px 15px rgba(0,0,0,0.1); }
.huace .con03 ul li:nth-child(n + 2) { margin-top:30px; }
.huace .con03 ul li .pic { float:left; width:60px; padding-top:0; }
.huace .con03 ul li .pic img { width:60px; height:auto; }

.huace .con03 ul li .txt { float:left; width:calc(100% - 400px); margin-left:20px; height:60px; display:flex; align-items: center;}
.huace .con03 ul li .txt .p1 { font-size:18px; }
.huace .con03 ul li .txt .p2 { font-size:14px; color:#666; margin-top:10px; }
.huace .con03 ul li .txt .p3 { font-size:14px; color:#666; margin-top:5px; }
.huace .con03 ul li .txt .p3 i { color:#2049ee; cursor:pointer; }

.huace .con03 ul li .txt01 { float:right; padding-top:10px; }
.huace .con03 ul li .txt01 .p1 a { display:block; width:fit-content; text-align:center; border:1px solid #e8e8e8; border-radius:30px; padding:0 30px; }
.huace .con03 ul li .txt01 .p1 i { display:inline-block; line-height:50px; font-size:16px; color:#333; padding-left:30px; background:url(xz01.png) no-repeat center left; }

.huace .con03 ul li .txt01 .p1 a:hover { background:#0256F4; border-color:#0256F4; }
.huace .con03 ul li .txt01 .p1 a:hover i { color:#fff; background:url(xz02.png) no-repeat center left; }

.huace .con03 ul li .box02 { padding-left:80px; margin-top:20px; padding-top:20px; border-top:1px solid #eee; font-size:14px; color:#666; display:none; }
.huace .con03 ul li .box02 img { max-width:100%; height:auto; }


@media all and (max-width:1200px){
	.huace .con03 {   }
	.huace .con03 ul li { padding:20px; }
	.huace .con03 ul li:nth-child(n + 2) { margin-top:25px; }
	.huace .con03 ul li .txt { float:left; width:calc(100% - 200px); }
	.huace .con03 ul li .txt .p1 { font-size:16px; }
	.huace .con03 ul li .txt .p2 { font-size:14px; margin-top:10px; }

	.huace .con03 ul li .txt01 { float:right; padding-top:10px; }
	.huace .con03 ul li .txt01 .p1 a { padding: 0 25px; }
	.huace .con03 ul li .txt01 .p1 i { line-height:40px; font-size:14px; padding-left:25px; background-size:15px 15px!important; }
}
@media all and (max-width:750px){
	.huace .con03 ul li { padding:20px 4%; }
	.huace .con03 ul li:nth-child(n + 2) { margin-top:15px; }
	.huace .con03 ul li .pic { float:left; width:20px; padding-top:0; }
	.huace .con03 ul li .pic img { width:28px; height:auto; }

	.huace .con03 ul li .txt { float:left; width:calc(100% - 38px); margin-left:16px; height:28px; }
	.huace .con03 ul li .txt .p1 { font-size:14px; }
	.huace .con03 ul li .txt .p2 { font-size:12px; margin-top:10px; }
	.huace .con03 ul li .txt .p3 { font-size:12px; margin-top:5px; }
	
	.huace .con03 ul li .txt01 { float:left; padding-top:20px; width:100% }
	.huace .con03 ul li .txt01 .p1 a { padding: 0 15px; }
	.huace .con03 ul li .txt01 .p1 i { line-height:30px; }
	
	.huace .con03 ul li .box02 { padding-left:0; margin-top:15px; padding-top:15px; font-size:12px; }
}




































