.banner{
	position: relative;
}
.banner img{
	width: 100%;
}
.str1600{
	width: 1600px;
	margin: 0 auto;
}
.caser{
	position: absolute;
	top: 45%;
}
.caser h3{
	color: #ffffff;
	line-height: 32px;
	font-size: 20px;
}
.caser div{
	color: #ffffff;
	line-height: 60px;
	font-size: 40px;
}
.classic{
	background: #F5F7FA;
	padding: 50px 0;
}
.ssictle h2{
	font-size: 32px;
	line-height: 70px;
}
.siclet{
	margin-top: 100px;
	overflow: hidden;
}
.siclet p:nth-child(1){
	float: left;
	width: 100px;
	line-height: 40px;
	text-align: center;
	border: solid 1px #666666;
	cursor: pointer;
	font-size: 18px;
	color: #333333;
	position: relative;
	z-index: 9;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.siclet p:nth-child(1)::after{
	content: '';
	position: absolute;
	width: 70px;
	height: 40px;
	width: 0;
	left: 0;
	background: #1062f1;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: -1;
}
.siclet p:nth-child(1):hover::after{
	width: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.siclet p:nth-child(1):hover a{
	color: white;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.siclet p:nth-child(2){
	float: right;
	width: 70px;
	height: 40px;
	border-radius: 25px;
	background: #1062F1;
	cursor: pointer;
	position: relative;
}
.siclet p:nth-child(2) img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.siclet p:nth-child(2):hover img{
	transform: translate(-0%,-50%);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.moreCases{
	padding: 80px 0;
}
.ssictle{
	position: relative;
}
.yqzfal{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	
}
.zzrytle{
	display: flex;
}
.yqzfal li{
	width: 160px;
	float: left;
	border-radius: 25px;
	border: solid 1px #1062f1;
	color: #1062f1;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
	margin:0 15px;
	cursor: pointer;
}
.yqzfal .yqactive{
	color: white;
	background: #1062f1;
}
.qyshwo{
	display: none;
}
.qylogo{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.qylogo li{
	width: 19.333%;
	margin-bottom: 20px;
	position: relative;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.qylogo li img{
	width: 100%;
}
.qylogo li p{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	background: rgba(16,98,241,0.9);
	text-align: center;
	color: white;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	cursor: pointer;
	font-size: 14px;
	opacity:0;
	display: grid;
	align-items: center;
}
.qylogo li:hover p{
	opacity: 1;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.casfu{
	top: 33%;
}
.demand{
	position: absolute;
	bottom: 10%;
	display: flex;
	width: 1600px;
}
.demand ul li img{
	max-width: 30px;
	vertical-align: middle;
	margin-right: 15px;
}
.demand ul{
	width: 100%;
}
.demand h2{
	color: white;
	opacity: 0.6;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding-left: 35px;
}
.demand ul li a{
	color: white;
	display: block;
}
.demand ul li{
	float: left;
	width: 28%;
	box-sizing: border-box;
	line-height: 70px;
	padding: 0 35px;
	border: 1px solid rgba(255,255,255,0.8);
	background: rgba(3,33,102,0.1);
	opacity: 0.6;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.demand ul li span{
	font-size:14px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.demand ul li:hover{
	opacity: 1;
	background: #063384;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.demand ul li:hover span{
	    letter-spacing: 1px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.zphfw{
	padding: 60px 0;
	background: url(../images/hyyy-bg.png) #fafafa;
	background-size:100%;
}
.digital{
	padding: 60px 0;
}
.ondfcst{
	font-size: 32px;
	color: #000000;
}
.gement{
	overflow: hidden;
}
.gementLeft{
	float: left;
	width: 45%;
	overflow: hidden;
}
.gementLeft img{
	width: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.gementLeft:hover img{
	transform: scale(1.1);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.gementRight{
	float: right;
	width: 50%;
}
.gementRight h2{
	font-size: 40px;
	color: #333333;
	margin:25px 0 25px 0;
}
.gementRight h5{
	font-size: 22px;
	color: #666666;
	line-height: 34px;
        border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
}
.demeuls{
	overflow: hidden;
	margin-top: 40px;
}
.demeuls li{
	float: left;
	box-sizing: border-box;
	line-height: 50px;
	border: solid 1px #dddddd;
	margin: 0 20px 20px 0;
	position: relative;
}
.demeuls a{
	color: #666666;
	font-size: 20px;
	padding: 0 15px;
	position: relative;
	z-index: 999;
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.demeuls li:hover a{
	transition: all .8s;
	-webkit-transition: all .8s;
}
.demeuls li::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-right: 1px solid #3e80ff;
	border-bottom: 1px solid #3e80ff;
	width: 0;
	height: 0;
	transition: all 0.4s ease-out 0s;
	visibility: hidden;
	box-sizing: border-box;
}
.demeuls li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-top: 1px solid #3e80ff;
	border-left: 1px solid #3e80ff;
	width: 0;
	height: 0;
	transition: all 0.4s ease-out 0s;
	visibility: hidden;
	box-sizing: border-box;
}
.demeuls li:hover:before {
	width: 100%;
	height: 100%;
	visibility: visible;
}
.demeuls li:hover:after {
	width: 100%;
	height: 100%;
	visibility: visible;
}
.zphfw .digital:nth-child(2n-1) .gementLeft{
	float: right;
}
.zphfw .digital:nth-child(2n-1) .gementRight{
	float: left;
}
.zphfw .digital:nth-child(2n-1){
	background: url(../images/zwyy-bg.png);
	background-size: 100% 100%;
}
.enwstop{
	background: #F5F7FA;
	padding: 80px 0;
}
.deoSwiper{
	overflow: hidden;
	width: 88%;
	margin: 0 auto;
}
.newstrs{
	position: relative;
}
.deoSwiper .swiper-slide p{
	overflow: hidden;
}
.deoSwiper .swiper-slide p img{
	width: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.deoSwiper .swiper-slide:hover img{
	transform: scale(1.1);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.switles{
	background: white;
	padding:20px 30px 30px 30px;
}
.switles h2{
	font-size: 24px;
	line-height: 36px;
	color: #333333;
}
.switles div{
	overflow: hidden;
	margin-top: 50px;
}
.switles div span{
	float: left;
	color: #999999;
	font-size: 18px;
}
.switles div a{
	float: right;
	color: #999999;
	font-size: 18px;
}
.deoNext,.deorev{
	background: #E0E0E0;
	width: 4%;
	height: 40px;
	border-radius: 30px;
	text-align: center;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.deoNext img,.deorev img{
	margin-top: 10px;
}
.deoNext{
	right: 0 !important;
}
.deorev{
	left: 0 !important;
}
.deorev img{
	transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
.deoNext:hover{
	background: #1062F1;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.deorev:hover{
	background: #1062F1;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.cmlstr{
	padding: 60px 0;
}
.strhles{
	font-size: 32px;
	color: #000000;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.strhles h2{
	float: left;
	margin-right: 50px;
}
.strhles .leshve a{
	color: #1062F1;
}
.struls{
	margin-top: 20px;
}
.struls li{
	border: solid 2px #f5f5f5;
	box-sizing: border-box;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
.strLeft{
	float: left;
	width: 350px;
	overflow: hidden;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.strLeft img{
	width: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	height: auto;
}
.strLeft:hover img{
	transform: scale(1.1);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.strRight{
	float: right;
	width: calc(100% - 400px);
	position: relative;
}
.xwmores{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	background: #E0E0E0;
	width: 5.5%;
	height: 40px;
	border-radius: 30px;
	text-align: center;
}
.xwmores img{
	margin-top: 10px;
}
.strRight h2{
	font-size: 32px;
	margin: 20px 0;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.strRight p{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.strmore{
	margin-top: 50px;
	color: #999999;
	font-size: 16px;
}
.struls li:hover{
	background: #F5F7FA;
}
.struls li:hover .xwmores{
	background: #1062F1;
}
.strRight h2 a:hover{
	color: #1062F1;
}
.products{
	background: url(../images/hytybjt.png) no-repeat;
	background-size: 100% 100%;
	padding: 60px 0;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.ductsra{
	overflow: hidden;
}
.ductLeft{
	float: left;
	width: calc(100% - 600px);
	padding-top: 100px;
}
.ductRight{
	float: right;
	width: 440px;
	box-sizing: border-box;
	padding-right: 35px;
	padding-top: 35px;
	position: relative;
}
.ductLeft .ssictle h2{
	padding-bottom: 60px;
	border-bottom: 1px solid #e6e6e6;
}
.ductuls{
	overflow: hidden;
	margin-top: 35px;
}
.ductuls li{
	float: left;
	width: 50%;
	margin-bottom: 25px;
	height: 35px;
}
.ductuls li img{
	max-width: 28px;
	margin-right: 15px;
	margin-top: 3px;
}
.ductuls li a{
	font-size: 18px;
	line-height: 32px;
	color: #666666;
}
.ductRight .tydt{
	width: 100%;
}
.ductRight .xzqq{
	-webkit-transform: rotate(360deg);
	animation: rotation 8s linear infinite;
	-moz-animation: rotation 8s linear infinite;
	-webkit-animation: rotation 8s linear infinite;
	-o-animation: rotation 8s linear infinite;
}
@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
.gslo{
	position:absolute;
	left: 132px;
	top: 166px;
	width: 140px;
}
.grobal{
	position:absolute;
	left: 155px;
	top: 228px;
	width: 95px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.ductRight p{
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0px 7px 16px 0px rgba(16, 98, 241, 0.18);
	display: grid;
	place-items: center;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.ductRight p span{
	width: 30px;
	height: 30px;
}
.dupost1 span{
	background: url(../images/ty1.png) no-repeat;
	background-size: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.dupost2 span{
	background: url(../images/ty2.png) no-repeat;
	background-size: 100%;
}
.dupost3 span{
	background: url(../images/ty3.png) no-repeat;
	background-size: 100%;
}
.dupost4 span{
	background: url(../images/ty4.png) no-repeat;
	background-size: 100%;
}
.dupost5 span{
	background: url(../images/ty5.png) no-repeat;
	background-size: 100%;
}
.dupost1{
	top: 5px;
	left: 175px;
}
.dupost2{
	right: 12px;
	top: 145px;
}
.dupost3{
	right: 65px;
	top: 350px;
}
.dupost4{
	left: 33px;
	top: 350px;
}
.dupost5{
	left: -25px;
	top: 145px;
}
.ductRight p:hover{
	background: #1062f1;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.dupost1:hover span{
	background: url(../images/tyb1.png) no-repeat;
	background-size: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.dupost2:hover span{
	background: url(../images/tyb2.png) no-repeat;
	background-size: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.dupost3:hover span{
	background: url(../images/tyb3.png) no-repeat;
	background-size: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.dupost4:hover span{
	background: url(../images/tyb4.png) no-repeat;
	background-size: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.dupost5:hover span{
	background: url(../images/tyb5.png) no-repeat;
	background-size: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.pbanner {
	position: relative;
}
.about-imgs {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}
.about-imgs figure {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.about-imgs figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-bgs {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #000000;
	opacity: 0;
}
.pbanner-text {
	position: absolute;
	left: 9.375%;
	top: 40%;
	transform: translateY(-50%);
	z-index: 3;
}
.pline h3 {
	display: block;
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	line-height: 70px;
	margin-bottom: 30px;
}
.pline h4{
	font-size: 24px;
	color: #ffffff;
	line-height: 32px;
	font-weight: 200;
}
.about-introduct {
	position: relative;
	padding: 13.95% 9.375% 140px;
	overflow: hidden;
}
.about-intro-wr {
	float: right;
	width: 35.84vw;
}
.introduct {
	color: #fff;
	font-size: 18px;
	line-height: 2;
	opacity: 0;
}
.introduct p {
	margin-bottom: 10px;
}
.introduct p:last-child {
	margin-bottom: 0;
}
.about-data {
	margin-top: 6.77vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-data-item {
	padding: 46px 0 26px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 44.18%;
	border-bottom: 1px solid #fff;
	line-height: 1;
}
.about-data-item p {
	color: #fff;
	font-size: 2.5vw;
	line-height: 1;
	font-family: "Poppins";
}
.about-data-item p b {
	font-weight: normal;
}
.about-data-item span {
	display: inline-block;
	line-height: 1;
	color: #ffffff;
	font-size: 14px;
}
.evolution{
	padding: 100px 0 300px 0;
	background: url(../images/lsygbjt.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.ygdt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.empSwiper{
	overflow: hidden;
	margin-top: 60px;
}
.empSwiper .swiper-slide{
	border-left: 2px solid #1062f1;
	box-sizing: border-box;
	padding-left: 50px;
	opacity: 0.5;
	width: 45% !important;
}
.empSwiper .swiper-slide-active,.empSwiper .swiper-slide-next{
	opacity: 1;
}
.empSwiper .swiper-slide h2{
	font-size: 40px;
	line-height: 70px;
	color: #1062f1;
	margin-bottom: 30px;
}
.empSwiper .swiper-slide p{
	color: #333333;
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 29px;
}
.srsgva{
	position: relative;
}
.empNext,.empPrev{
	left: inherit;
	right: 0;
	top: 35px;
	width: 60px;
	height: 40px;
	display: grid;
	place-items: center;
	border-radius: 50px;
	border: solid 2px #1062f1;
	background: transparent;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.empPrev{
	right: 80px;
}
.empNext span,.empPrev span{
	display: block;
	width: 10px;
	height: 20px;
	background: url(../images/jtl.png) no-repeat;
}
.empNext span{
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.empNext:hover{
	background: #1062F1;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.empNext:hover span{
	background: url(../images/jtb.png) no-repeat;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.empPrev:hover{
	background: #1062F1;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.empPrev:hover span{
	background: url(../images/jtb.png) no-repeat;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.honorst{
	padding: 100px 0;
}
.rypstles{
	position: relative;
	display: none;
}
.rySwiper{
	overflow: hidden;
}
.rySwiper .swiper-wrapper{
	flex-wrap: wrap;
}
.rySwiper .swiper-slide{
	margin-top: 30px;
}
.rySwiper .swiper-slide div{
	background: rgba(16,98,241,0.5);
	position: relative;
	height: 250px;
	width: 99%;
}
.rySwiper .swiper-slide p{
	border: solid 1px #cccccc;
	display: grid;
	place-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 99.2%;
	height: 100%;
	background: white;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.rySwiper .swiper-slide:hover p{
	left: -10px;
	top: -10px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.rySwiper .swiper-slide p img{
	max-width: 92%;
	max-height: 230px;
	height: auto;
	width: auto;
}
.rySwiper .swiper-slide h4{
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
	line-height: 28px;
}

.culture{
	width: 1600px;
	margin: 30px auto;
	position: relative;
}
.culture img{
	width: 100%;
}
.porate{
	position: absolute;
	left: 100px;
	top: 100px;
	color: white;
}
.porate h2{
	font-size: 32px;
	margin-bottom: 40px;
}
.porate p{
	font-size: 40px;
}
.branch{
	overflow: hidden;
	margin: 40px 0 80px 0;
	padding-top: 20px;
}
.branch .branh2{
	width: 20%;
	font-size: 32px;
	float: left;
}
.branch li{
	width: 39%;
	float: left;
	background: #1062F1;
	position: relative;
	margin-right: 2%;
	margin-bottom: 40px;
	height: 270px;
}
.branch li:nth-child(3){
	margin-right: 0;
}
.brantle{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 40px;
	border: solid 1px #cccccc;
	background: white;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.brantle h2{
	font-size: 24px;
	font-weight: bold;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	margin-bottom: 50px;
}
.brantle p{
	font-size: 20px;
	line-height: 40px;
}
.branch li:hover .brantle{
	left: -10px;
	top: -10px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.branch li:hover .brantle h2{
	color: #1062F1;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.resear{
	margin-top: 60px;
}
.resear{
	color: white;
}
.resear div{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 14px;
}
.resear li{
	overflow: hidden;
	border-bottom: 1px solid #666666;
	margin-bottom: 25px;
}
.resear li h2{
	float: left;
	font-size: 45px;
}
.resear li h3{
	float: right;
	color: #aaaaaa;
	font-size: 20px;
	margin-top: 30px;
}
.ryNext,.ryPrev{
	left: inherit;
	right: 0;
	top: -33px;
	width: 60px;
	height: 40px;
	display: grid;
	place-items: center;
	border-radius: 50px;
	border: solid 2px #1062f1;
	background: transparent;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.ryPrev{
	right: 80px;
}
.ryNext span,.ryPrev span{
	display: block;
	width: 10px;
	height: 20px;
	background: url(../images/jtl.png) no-repeat;
}
.ryNext span{
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.ryNext:hover{
	background: #1062F1;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.ryNext:hover span{
	background: url(../images/jtb.png) no-repeat;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.ryPrev:hover{
	background: #1062F1;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.ryPrev:hover span{
	background: url(../images/jtb.png) no-repeat;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.newsxqy{
	width: 1200px;
	margin: 60px auto;
}
.newslocal{
	width:1200px;
	margin:0 auto;
	margin-top:50px;
	font-size:16px;
	color:#666;
	margin-bottom:-30px;
       padding-left:25px;
	background:url(../images/local-icon.png) no-repeat left;

}
.newslocal>a{
	color:#666
}
.datlesta{
	padding-bottom:20px;
	border-bottom:1px solid #e6e6e6;
}
#Title{
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
}
.xwxqsj{
	font-size: 16px;
	display: flex;
	color: #999999;
	margin-top: 20px;
}
#Content{
	margin-top:30px;
}
#Content p{
	text-align: justify;
	break-after: auto;
	position: relative;
	/* text-indent: 2em; */
	break-before: auto;
	line-height: 33px !important;
	vertical-align: baseline;
	font-size: 16px !important;
	color: #333333;
	margin-bottom:20px
}
.ly{
	margin: 0 50px;
}
.casearl{
	margin-top: 30px;
	overflow: hidden;
}
.casearl li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 32px;
	position: relative;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.casearl li:nth-child(3n){
	margin-right: 0;
}
.list li:nth-child(3n+1){
	margin-right: 2%;
}
.list li:nth-child(3n){
	margin-right: 0%;
}
.casearl li p{
	overflow: hidden;
}
.casearl li p img{
	width: 100%;
	height: auto;
        max-height: 403px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.casearl li:hover p img{
	transform: scale(1.1);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.casearl li h2{
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-top: 22px;
}
.casearl li div{
	text-align: center;
	color: #999999;
        line-height: 25px;
	font-size: 16px;
	margin-top: 10px;
height:40px;
}
.anbtnsr{
	margin-top: 60px;
}
.anbtnsr a{
	display: block;
	width: 220px;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	line-height: 60px;
}

.icon-forward::before {
	content: "→";
	position: absolute;
}
.set_2_btn-1:before {
	left: -100%;
	transition: all 0.5s;
}
.set_2_button {
	font: inherit;
	padding: 0px 25px;
	line-height: 45px;
	margin-right: 2.5em;
	overflow: hidden;
	position: relative;
	transition: all 1s;
	cursor: pointer;
	border: 1px solid #1062f1;
}
.set_2_btn-1:before {
	left: -100%;
	transition: all 0.5s;
}
.set_2_button > span {
	display: inline-block;
	transition: all 0.5s;
}
.set_2_btn-1:hover:before {
	left: 48%;
	transition: all 1s;
}
.set_2_btn-1:hover > span {
	transform: translateX(300%);
	transition: all 1s;
}
.dxaltles{
	margin-bottom: 30px;
	height: 50px;
}
.dxaltles li{
	float: left;
	line-height: 50px;
	text-align: center;
	padding: 0 20px;
	font-size: 18px;
	cursor: pointer;
}
.earsf{
	display: none;
}
.content-nav{
    position: relative;
    z-index: 2;
}
.content-nav li, .content-nav li:hover {
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.content-nav  .navline {
    position: absolute;
    width: 0;
    height: 3px;
    padding-bottom: -8px;
    background: url(../images/line.jpg);
    bottom: 4px;
    left: 15px;
}
.page-more {
	margin: 0 auto;
	border: 1px solid #bbbbbb;
	text-align: center;
	margin-top: 50px;
	width: 240px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	background: url(newimg/more.png) no-repeat  80%  60%;
}

.page-more a {
	display: block;
	font-size: 26px;
	color: #000003;
	box-sizing: border-box;
	padding: 17px;
	overflow: hidden;
	position: relative;
}
.page-more:hover {
	background: #1062f1;
}
.page-more:hover a {
	color: #fff;
}
.ryfly{
	overflow: hidden;
}
.ryfly li{
	float: left;
	width: 19%;
	margin-right: 1%;
	margin-top: 30px;
}
.ryfly li div{
	background: rgba(16,98,241,0.5);
	position: relative;
	height: 250px;
	width: 99%;
}
.ryfly li div p{
	border: solid 1px #cccccc;
	display: grid;
	place-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 99.2%;
	height: 100%;
	background: white;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.ryfly li:hover div p{
	left: -10px;
	top: -10px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.ryfly li div p img {
	max-width: 92%;
	max-height: 230px;
	height: auto;
	width: auto;
}
.ryfly li h4 {
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
	line-height: 28px;
	height: 60px;
}

/*----------------job------------*/
.flsm_P p {
	font-size: 0.1rem;
	line-height: 0.24rem;
	text-indent: 2em;
	text-align: justify;
}
.gst-content{width:1000px;margin:0 auto;clear:both;}
.content-left{width:480px;float:left;}
.content-right{width:480px;float:right;}
.job-yw-module{width:480px;background:#f88484;height:265px;margin-top:20px;}
.job-yw-module-title{height:60px;padding-left:20px;background:#fb7171;line-height:60px;color:#fff;font-size:20px;}
.job-yw-module-content{height:185px;padding-top:20px;background:url(../images/job-ywbg.jpg) right bottom no-repeat;}
.job-yw-item{width:400px;margin:0 auto;}
.job-yw-item-title{line-height:30px;font-size:16px;}
.job-yw-item-title .news-title,.job-yw-item-title .news-title:link,.job-yw-item-title .news-title:visited,.job-yw-item-title .news-title:hover,.job-yw-item-title .news-title:active{color:#fff;}

.job-sj-module{width:480px;background:#e3ac5b;height:265px;margin-top:20px;}
.job-sj-module-title{height:60px;padding-left:20px;background:#e3a144;line-height:60px;color:#fff;font-size:20px;}
.job-sj-module-content{height:185px;padding-top:20px;background:url(../images/job-sjbg.jpg) right bottom no-repeat;}
.job-sj-item{width:400px;margin:0 auto;}
.job-sj-item-title{line-height:30px;font-size:16px;}
.job-sj-item-title .news-title,.job-sj-item-title .news-title:link,.job-yw-item-title .news-title:visited,.job-sj-item-title .news-title:hover,.job-sj-item-title .news-title:active{color:#fff;}

.job-ss-module{width:480px;background:#45afe2;height:265px;margin-top:20px;margin-bottom:20px;}
.job-ss-module-title{height:60px;padding-left:20px;background:#2799d1;line-height:60px;color:#fff;font-size:20px;}
.job-ss-module-content{height:185px;padding-top:20px;background:url(../images/job-ssbg.jpg) right bottom no-repeat;}
.job-ss-item{width:400px;margin:0 auto;}
.job-ss-item-title{line-height:30px;font-size:16px;}
.job-ss-item-title .news-title,.job-ss-item-title .news-title:link,.job-ss-item-title .news-title:visited,.job-ss-item-title .news-title:hover,.job-ss-item-title .news-title:active{color:#fff;}

.job-kf-module{width:480px;background:#53bf4a;height:265px;margin-top:20px;margin-bottom:20px;}
.job-kf-module-title{height:60px;padding-left:20px;background:#32b228;line-height:60px;color:#fff;font-size:20px;}
.job-kf-module-content{height:185px;padding-top:20px;background:url(../images/job-kfbg.jpg) right bottom no-repeat;}
.job-kf-item{width:400px;margin:0 auto;}
.job-kf-item-title{line-height:30px;font-size:16px;}
.job-kf-item-title .news-title,.job-kf-item-title .news-title:link,.job-kf-item-title .news-title:visited,.job-kf-item-title .news-title:hover,.job-kf-item-title .news-title:active{color:#fff;}

.rczp-content{width:100%;display:flex;justify-content:space-between;margin:40px 0px;}
.rczp-item-title{font-size:.13rem;color:#fff;height:.52rem;font-weight:bold;}
.rczp-item-sum{font-size:.086rem;line-height:28px;}
.rczp-item-sum a{color:#fff;}
.rczp-item{width:23%;min-height: 1.6rem;background-size: 100% !important;padding:2%;box-sizing:border-box;overflow:hidden;transition:.3s;}
.rczp-item:hover{transform:scale(1.1)}
.rczp-itemyw{background:url(../images/rczp-yw.png) no-repeat}
.rczp-itemsj{background:url(../images/rczp-sj.png) no-repeat}
.rczp-itemss{background:url(../images/rczp-ss.png) no-repeat}
.rczp-itemkf{background:url(../images/rczp-kf.png) no-repeat}
.zxdt-contain{display:flex;justify-content:space-between;}
.zxdt-gzdt{width:47%;}
.news-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px;}
.zxdt-contain .news-title{font-size:32px;color:#000;}
.zxdt-contain .news-title span{display:inline-block;border-bottom:3px solid #1062f1;padding-bottom:20px;}
.news-more{font-size:16px;line-height:26px;}
.news-more a{color:#999;}
.news-more a:hover{color:#1062f1}
.news-list{margin-bottom:30px;}
.news-item{padding:3%;border-bottom:2px solid #f5f7fa;position:relative;}
.news-item-title{font-size:26px;line-height:36px;width:95%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-weight:bold;}
.news-item-title a{color:#333;transition:all .3s;}
.news-item-title a:hover{margin-left:10px;}
.news-item-date{font-size: 22px;color: #80a8ed;font-family: Arial-Black;margin-top:15px;margin-bottom: 20px;}
.news-item-sum{font-size:16px;line-height:26px;width:95%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#999;}
.news-item-more{width:10px;height:17px;position:absolute;right:0px;top:50%;margin-top:-8.5px;background:url(../images/news-more.png) no-repeat;transition:.3s;}
.news-item-more a{display:inline-block;width:10px;height:17px;}
.news-item:hover{background:#f5f7fa;transition:.3s;border:none;border-bottom:2px solid #f5f7fa;}
.news-item:hover .news-item-more{background:url(../images/news-active.png) no-repeat;right:20px;}
.news-items{display:flex;justify-content:space-between;align-items:center}
.news-pic{width:30%;overflow:hidden;max-height:145px;}
.news-pic img{width:100%;height:auto;transition:.3s;}
.news-pic:hover img{transform:scale(1.1);}
.news-right{width:65%;}
.struls-gzdt .strRight{width:100%;float:inherit}
.strRight h2{font-size:26px;}
.struls-gzdt .strRight h2{width:80%;margin-top:0px;font-size:26px;}
.struls-gzdt .strmore{margin-top:0px;}
.struls-gzdt .xwmores{bottom:50%;margin-bottom:-20px;}
@media screen and (max-width: 1420px){
	.newsxqy,.newslocal{width:78%;}
}
@media screen and (max-width: 1420px) and (min-width:1024px){
	.news-item-title{font-size:22px;}
	.news-item-date{font-size:17px;margin-top:12px;margin-bottom: 16px;}
	.news-item-sum{font-size:15px;}
}
@media (max-width: 1024px) {
.rczp-content{flex-wrap:wrap;}
.rczp-item{width:46%;box-sizing:border-box;margin:0 2%;padding:3%;min-height: 3.5rem;}
.rczp-item-title{font-size:.3rem;color:#fff;height:1rem;font-weight:bold;}
.rczp-item-sum{font-size:.15rem;line-height: .5rem;}
.rczp-item:hover{transform:scale(1)}
.zxdt-gzdt{width:90%;margin:0 auto;}
.zxdt-contain{display:inherit}
.news-top{border-bottom:1px solid #ddd;align-items:center;margin-top:20px}
.zxdt-contain .news-title{font-size:26px;}
.news-more{font-size:16px;}
.news-items{display:inherit;}
.news-item-title{font-size:22px;}
.news-item-date{font-size:18px;}
.news-item-sum{font-size:15px;}
.news-pic{width:100%;margin-bottom:20px;}
.news-right,.news-item-sum,.news-item-title{width:100%;}
.news-item-more{display:none}
.strhles{font-size:26px;}
.strhles h2{margin-right:20px;}
.struls .strRight h2{font-size:22px;}
.struls .strRight p{font-size:16px;}
.struls .xwmores{width:15%;height:30px;line-height:30px;}
.struls .xwmores img{margin-top:5px;}
}
/*----------------------------------*/
