
  .inTit.white span {
    color: #fff;
}

.inTit.white .dBox .yuan {
    background: #fff;
}

.inTit.center span {
    text-align: center;
}

.inTit.center .dBox {
    justify-content: center;
}

.inText.center {
    text-align: center;
}

.inTit span {
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    display: block;
}

/* .inTit span::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #1E233e;
    position: absolute;
    left: 0;
    bottom: 0;
} */

.inTit .dBox {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: 5px;
}

.inTit .dBox.center {
    justify-content: center;
}

.inTit .dBox .yuan {
    width: 34px;
    height: 6px;
    background: #007409;
    border-radius:3px;
    margin-right: 6px;
}

.inText {
    margin-top: 20px;
}

.inText.white span {
    color: #fff;
}

.inText span {
    font-size: 20px;
    font-weight: 600;
    overflow:hidden; 
text-overflow:ellipsis; 
white-space:nowrap;
display: block;
}

.inBtn {
    width: 100%;
    position: relative;
}

.inBtn.white .btn {
    border: 1px solid rgb(255, 255, 255, .5);
    background: rgb(255, 255, 255, .1);
}

.inBtn.white .inBtext {
    color: #fff;
}

.inBtn.white .image {
    background: #fff;
}

.inBtnA {
    display: inline-flex;
    color: #241e1c;
    white-space: nowrap;
}

.inBtnA .textbox {
    display: inline-block;
    position: relative;
    align-self: center;
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
    color: #1E233e;
}

.inBtnA .textbox::after {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateX(-100%);
    background-color: #868a98;
    content: "";
    opacity: 0;
    /* transition: all .3s cubic-bezier(.165,.84,.44,1); */
    /* transition-timing-function: cubic-bezier(.165,.84,.44,1); */
}

.inBtnA .textbox.on::after {
    opacity: 1;
    transform: translateX(0);
}

.inBtnA:hover .textbox::after {
    animation: border 3s cubic-bezier(1, 0, 0, 1) .3s infinite;
    animation-fill-mode: both;
}

.inBtnA .yuan {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    font-size: 1px;
    line-height: 100%;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-property: color;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

@keyframes border {
    0% {
        transform: translateX(-100%);
    }

    25% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

.inBtnA .yuan .circle1 {
    stroke-dasharray: 500px;
    stroke: #007409;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-property: stroke;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.inBtnA .yuan .circle2 {
    stroke-dasharray: 500px;
    stroke: #eee;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-property: stroke;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.inBtnA:hover .yuan .circle1 {
    animation: jdt3 4s linear forwards;
}
.main-l-m li .p1 .inBtnA .yuan .circle1{ stroke: #fff;}
.main-l-m li .p1 .inBtnA .arrow{fill: #fff;}
@keyframes jdt3 {


    0% {
        stroke-dasharray: 190 0;
        stroke-dashoffset: 0;
    }

    40% {
        stroke-dasharray: 0 190;
        stroke-dashoffset: 0;
    }

    60% {
        stroke-dasharray: 0 190;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 190 0;
        stroke-dashoffset: 0;
    }
}

.inBtnA .arrow {
    fill: #007409;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    display: inline-block;
}



.inBan {
    width: 100%;
    height: 100vh;
    /* padding: 6px; */
    overflow: hidden;
    position: relative;
}

.inBan .swiper {
    width: 100%;
    height: 100%;
    /* border-radius: 16px; */
    overflow: hidden;
}

.inBan .swiper-slide {
    overflow: hidden;
    background: #1E233e;
}
.inBan .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inBan .swiper-slide-active .bg {
    animation: fd 12s infinite linear;
}

.inBan .swiper-slide-active .Tbox {
    top: 50%;
}

@keyframes fd {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.inBan .Tbox {
    width: 70%;
    position: absolute;
    left: 10%;
    top: 60%;
    transition: all 0.8s;
    z-index: 15;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

/* .inBan::after {
    position: absolute;
    content: '';
    bottom: 100px;
    right: -22px;
    display: block;
    width: 42px;
    height: 32px;
    background-image: url(../images/bannery.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: 2;
} */
.inBan .tit span {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

.inBan .tit span:first-child {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 2px;
}

.inBan .text {
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
}

.inBan .Ybox {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.inBan .Ybox .xian {
    width: 250px;
    height: 1px;
    background: rgb(255, 255, 255, .1);
    position: relative;
}

.inBan .Ybox .xian::after {
    width: 50px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255, 255, 255, .5);
}

.inBan .inswiper_pagination {
    width: auto;
    bottom: auto;
    margin-left: 5px;
}

.inBan .swiper-pagination-bullet-active {
    background: rgb(255, 255, 255, 0);
    border: 1px solid #fff;
}

.inBimg {
    width: 500px;
    position: absolute;
    right: -200px;
    top: 0;
}

.inswiper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inswiper video source {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .inswiper .swiper-slide::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(30, 35, 62, .3);
} */

.InBimg01 {
    width: 700px;
    position: absolute;
    left: -350px;
    bottom: -350px;
    z-index: 12;
    /* transform: rotate(30deg); */
    /* animation: Bg2 20s infinite linear; */
}

@keyframes Bg2 {
    0% {
        left: -83px;
        top: -80px;
    }

    50% {
        left: -30px;
        top: -0px;
    }

    100% {
        left: -83px;
        top: -80px;
    }
}

.InBimg02 {
    width: 700px;
position: absolute;
right: -300px;
top: 30%;
z-index: 12;
opacity: .6;
animation: Bg4 20s infinite linear;
}

@keyframes Bg4 {
    0% {
       transform: scale(1);
       right: -300px;
       top: 30%;
    }

    50% {
        transform: scale(0.9);
        right: -350px;
        top: 35%;
    }

    100% {
        transform: scale(1);
        right: -300px;
        top: 30%;
    }
}
.InBimg03 {
    width: 400px;
position: absolute;
left: 114px;
top: -131px;
z-index: 12;
opacity: .8;
animation: Bg5 10s infinite linear;
}
.InBimg04 {
    width: 150px;
position: absolute;
left: 604px;
top: 118px;
z-index: 12;
opacity: .4;
animation: Bg5 10s infinite linear;
}
@keyframes Bg7 {
    0% {
       transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
.InBimg05 {
    width: 101px;
position: absolute;
left: 150px;
top: 435px;
z-index: 12;
opacity: .5;
animation: Bg5 3s infinite linear;
}
@keyframes Bg5 {
    0% {
       transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes Bg6 {
    0% {
        left: -305px;
bottom: -242px;

    }

    50% {
        left: -350px;
bottom: -200px;
    }

    100% {
        left: -305px;
bottom: -242px;
    }
}
.InBimg06 {
    width: 800px;
position: absolute;
left: -305px;
bottom: -242px;
z-index: 12;
/* opacity: .7; */
animation: Bg6 10s infinite linear;
}

.inYbox {
/*    padding: 5% 0; */
    position: relative;
    background: url(../images/pro-bg_02.jpg) no-repeat center;
    overflow: hidden;
	background-size: cover;
}
/* .inYbox .inner{
    width: 90%;
} */
.inYlist {
    margin-top: 25px;
    padding: 10px;
}

.inYitem {
    /* background: #fff; */
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 50px 30px;
    transition: all 0.48s;
}
/*  */
.main .main-l .tit {
	padding: 70px 0;
	text-align: center;
	color: #ffffff;
	font-size: 25px;
	line-height: 28px;
}
.main .tit span {
	display: block;
	color: #767676;
	font-size: 15px;
}
.main-l-box{padding-top:5%;padding-left:5%;width: 30%;float: left;}
.main-l-m .w-1300 {
	width: 70%;
	float: right;
	position: relative;
}
.main-l-m li {
	text-align: center;
	width: 25%;
	padding:  0 4%;
	height: 40vh;
	float: left;
	border: 1px solid rgba(218, 218, 218, 0.3);
	border-top: none;
	border-left: none;
	transition:all .7s ease 0s;
	box-sizing: content-box;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-l-m li .p1{text-align: left;}
.main-l-m li .p1 .inBtnA{margin-top: 50px;color: #fff;}
.main-l-m li .p1 .inBtnA .textbox{color: #fff;}
.main-l-m li h1{font-size: 24px;color: #fff;}
.main-l-m li p{font-size: 16px;color: #fff;}
.main-l-m li:hover{
	background-color: rgba(0,116,9,0.5);
	color: aliceblue;
}
.main-l-m li .p2 ul{display: none;}
.main-l-m li:hover .p1{display: none;}
.main-l-m li:hover .p2 {display:contents;justify-content: flex-start;}
.main-l-m li:hover .p2 ul{display: block;}
.main-l-m li .p2 ul li{width: 100%;height: initial;border-bottom: none;border-right:none;line-height: 2;}
.main-l-m li .p2 ul li a{color: #fff;padding: 5px 0;font-size: 16px;}
.main-l-m li:nth-child(3){
	border-right: 0;
}
.main-l-m li:nth-child(6){
	border-right: 0;
	border-bottom: 0;
}
.main-l-m li img {
	transition: transform 1s ease-out;
}
.main-l-m li img:hover {
	transform: rotateZ(360deg);
}
.main-l-m li p {
	font-size: 13px;
	line-height: 22px;
}
.clear {
	clear: both;
	line-height: 0px;
	overflow: hidden;
	zoom: 1;
	font-size: 0px;
	content: '';
}
/* foot */
.footer {
	padding: 70px 0 0px
}

.footer-ab {
	font-size: 0
}

.footer-b {
	float: right
}

.footer-bli {
	display: inline-block;
	margin-left: 15px;
	padding-bottom: 5px;
	position: relative
}

.footer-b1 {
	opacity: .2;
	transition: all .5s;
	-webkit-transition: all .5s
}

.footer-b2 {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2px #ddd;
	display: none;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 120px
}

.footer-bli:hover .footer-b1 {
	opacity: 1;
	transition: all .5s;
	-webkit-transition: all .5s
}

.footer-bli:hover .footer-b2 {
	display: block
}

.footer-nav {
	border-top: 1px solid #e2e2e2;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	padding: 70px 0
}

.footer-navli {
	display: inline-block;
	vertical-align: top
}

.footer-c {
	color: #222;
	font-size: 22px;
	font-weight: 700
}

.footer-d {
	background: #007409;
	border-radius: 3px;
	height: 5px;
	margin: 15px 0;
	width: 25px
}

.footer-e a {
	color: #999;
	display: inline-block;
	font-size: 18px;
	margin-top: 5px;
	font-family: OPPOSans;
}
.footer-e p{font-size: 18px;margin-top: 5px;}
.footer-e a:hover {
	color: #007409
}

.footer-fg {
	padding: 30px 0;
	overflow: hidden;
	border-top:1px solid #e2e2e2;;
}

.footer-f {
	color: #999;
	float: left;
	font-size: 18px;
}

.footer-f a {
	color: #999;
	display: inline-block;
	margin-left: 10px;
	font-size: 18px;
}

.footer-f a:hover {
	color: #007409
}

.footer-g {
	border: 2px solid #ddd;
	border-radius: 20px;
	color: #999;
	display: inline-block;
	float: right;
	font-size: 14px;
	line-height: 35px;
	margin-left: 20px;
	text-align: center;
	width: 60px
}

.footer-g:hover {
	border-color: #007409;
	color: #007409
}

.footer-gif {
	bottom: 10%;
	max-width: 1.5rem;
	position: fixed;
	right: 5%;
	width: 150px;
	z-index: 999
}

@media(max-width:1200px) {
	.footer {
		padding: 60px 0
	}

	.footer-nav {
		margin-top: 40px;
		padding: 40px 0
	}

	.footer-c,
	.footer-e a,
	.footer-fg {
		font-size: 18px
	}

	.footer-fg {
		margin-top: 20px;
		text-align: center;
		width: 100%
	}

	.footer-f a {
		margin: 0 5px;
		font-size:14px;
	}

	.footer-f {
		font-size: 18px
	}
}

@media(max-width:1000px) {
	.footer-g {
		margin-top: 10px
	}
}

@media(max-width:750px) {
	footer {
		border-width: 3px
	}

	.footer {
		padding: 1.6rem 0
	}

	.footer-a {
		width: 130px
	}

	.footer-bli {
		width: 30px
	}

	.footer-nav {
		display: block;
		margin-top: .6rem;
		padding: .3rem 0;
		display: none;
	}

	.footer-c,
	.footer-navli {
		width: 100%
	}
	.footer-navli:last-child{display: none;}
	.footer-c {
		background: url(../images/o1cn01nrs0oe1lsei3mem7p_!!6000000004817-2-tps-14-8.png) no-repeat 100%;
		border-bottom: 1px solid #eee;
		font-size: 14px;
		line-height: 2
	}

	.footer-d,
	.footer-e {
		display: none
	}

	.footer-e {
		padding: .15rem 0;
		width: 100%
	}

	.footer-e a {
		display: block;
		font-size: .26rem;
		line-height: .6rem;
		padding: 0 .3rem;
		width: 100%
	}

	.footer-fg {
		margin-top: .4rem
	}

	.footer-f,
	.footer-fg {
font-size:14px;
	}

	.footer-g {
		border: 1px solid #eee;
		font-size: .26rem;
		line-height: .6rem;
		width: 1.2rem
	}

	.footer-gif {
		width: 1.5rem
	}
}

.inYitem::after {
    width: 90%;
    height: 1px;
    background: rgb(255, 255, 255, .2);
    position: absolute;
    left: 50%;
    top: 140px;
    content: '';
    transition: all 0.48s;
    transform: translateX(-50%);
}

.inYitem:hover {
    background: rgb(29, 102, 197, .4);
}

.inYitem .icon {
    height: 75px;
}
.inYitem:hover .icon img {
    transform: scale(1.1);
}

.inYitem .icon img {
    height: 100%;
    transition: all 0.48s;
}

.inYitem .tit {
    font-size: 28px;
    font-weight: 600;
    margin: 50px 0 20px;
    /* color: #0371d0; */
    color: #fff;
}

.inYitem .text {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    /* overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:4; */
}

.inYbox .bg {
    width: 850px;
    position: absolute;
    right: -400px;
    top: 8%;
    transform: translateY(-50%);
    /* animation: Bg 20s infinite linear; */
}


.inNBox {
    padding: 5% 0;
    position: relative;
	background: url(../images/index2_04.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    overflow: hidden;
}

/* .inNBox .inner{
    width: 90%;
    margin-left: 10%;
} */
.inNBox .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.48s;
}

.inNList {
    margin-top: 50px;
    overflow: inherit;
}

.inNitem {
    /* background: #fff; */
    /* border: 1px solid rgb(0, 0, 0,0.1); */
    border-radius: 8px;
}

.inNitem .imgBox {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

/* .inNitem .imgBox::after {
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #007409;
    transition: all 0.48s;
}

.inNitem:hover .imgBox::after {
    width: 100%;
}
*/
.inNitem .imgBox img {
    width: 100%;
    transition: all 0.48s;
    height: 350px;
    object-fit: cover;
}

.inNitem:hover .imgBox img {
    transform: scale(1.1);
}

.inNitem .Tbox {
    margin-top: 20px;
}

.inNitem .Tbox .timeBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inNitem .time {
    font-size: 16px;
    line-height: 1;
    font-family: "BagnardSans";
    transition: all 0.48s;
}

.inNitem .tit {
    font-size: 20px;
    font-weight: 600;
    transition: all 0.48s;
    margin-top: 15px;
    line-height: 1.5;
}

.inNitem:hover .tit {
    color: #007409;
}

.inNitem .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.inNitem .btn {
    display: flex;
    align-items: center;
}

.inNitem .btn .img {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dotted #007409;
    border-radius: 50%;
    transition: all 0.48s;
}

.inNitem:hover .btn .img {
    background: #007409;
}

.inNitem .btn .img img {
    width: 40%;
    transform: rotate(-45deg);
}

.inNitem .btn .img .img1 {
    display: block;
}

.inNitem .btn .img .img2 {
    display: none;
}

.inNitem:hover .btn .img .img1 {
    display: none;
}

.inNitem:hover .btn .img .img2 {
    display: block;
}

.inNBox .inBtn {
    width: auto;
}

.inNList_scrollbar {
    width: 100%;
    height: 2px;
    background: #eee;
    margin-top: 50px;
    position: relative;
}

.inNList_scrollbar .swiper-scrollbar-drag {
    background: #007409;
}

.bigBox {
    background: url(../images/index1_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.inABox {
    position: relative;
}

.inABox .bg {
    width: 850px;
    position: absolute;
    left: -400px;
    top: 8%;
    transform: translateY(-50%);
    animation: Bg 20s infinite linear;
}

@keyframes Bg {
    0% {
        left: -400px;
        top: 8%;
    }

    50% {
        left: -200px;
        top: 15%;
    }

    100% {
        left: -400px;
        top: 8%;
    }
}

/* .inABox .inTit span{
    color: #007409;
} */
.inABox .inner {
    display: flex;
    /* justify-content: space-between; */
    padding: 5% 0;
    position: relative;
}

.inABox .Tbox {
    width: 45%;
    margin-right: 5%;
}

.inABox .tit {
    margin-bottom: 20px;
}

.inABox .tit span {
    font-size: 16px;
}

.inABox .text {
    margin-top: 30px;
}

.inABox .text span {
    display: block;
    font-size: 18px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box;    
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:7;
    color: #000;
}

.inABox .inBtn {
    margin-top: 50px;
}

.inABox .imgBox {
    width: 50%;
    position: relative;
}
.inABox .imgBox img{border-radius: 20px;}
.inABox .imgBox video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.inAswiper {
    width: 100%;
}

/* .inAswiper .swiper-slide::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
} */
.inAswiper .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.inAswiper img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 16px;
    transition: all 0.48s;
}

.inAswiper:hover img {
    transform: scale(1.1);
}

.inABox .dibu {
    background: #007409;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    padding: 10px 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    z-index: 3;
}

.inABox .dibu .btn {
    width: 25px;
}

.inABox .dibu .btn img {
    width: 100%;
}

.inABox .inAswiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    transform: translateX(0);
    width: auto;
    margin: 0 25px;
    width: 100px;
    text-align: center;
}

.inABox .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
}

.inABox .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.inNum {
    position: absolute;
    display: flex;
    align-items: center;
    right: -110px;
    top: 165px;
    transform: rotate(90deg);
}

.inNum span {
    font-size: 16px;
}

.inNum .xian {
    width: 30px;
    height: 1px;
    background: #999;
    margin-left: 20px;
}
.inCBox {
    /* background: #f7f8f9; */
    padding: 20px 0 100px;
    overflow: hidden;
}

.inCBox .inner {
    padding: 10px;
    /* align-items: center; */
}

.inCitem {
    /* width: calc(33.3% - 30px); */
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(30, 35, 62, .3);
}

.inCitem:last-child {
    margin: 0;
}

.inCitem .bg {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* .inCitem .bg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(29, 102, 197, .2);
    content: '';
} */

.inCitem .bg img {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
    transition: all 0.48s;
}

.inCitem:hover .bg img {
    transform: scale(1.1);
}

.inCitem .TBox {
    padding: 30px 20px;
    text-align: center;
}

.inCitem .TBox>img {
    width: 50px;
}

.inCitem .TBox .tit {
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}

.inCitem .TBox .tit span {
    font-size: 28px;
    font-weight: 600;
    position: relative;
}

.inCitem .TBox .text {
    font-size: 18px;
    text-align: center;
    color: #000;
}
.inCitem .TBox .text span{
    white-space:nowrap;
    font-size: 16px;
    color: #000;
}
.inCitem .btn {
    padding: 8px 30px;
    background: rgb(29, 102, 197, .1);
    border: 1px solid rgb(29, 102, 197, .5);
    border-radius: 50px;
    position: relative;
    display: inline-block;
    transition: all 0.8s;
}

.inCitem .inBtext {
    display: block;
    transition: all 0.8s;
    font-size: 16px;
    color: #007409;
    margin-left: 30px;
    text-transform: uppercase;
}

.inCitem .image {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #007409;
    margin-right: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.8s;
}

.inCitem:hover .btn {
    background: #007409;

}

.inCitem.white:hover .btn {
    background: #fff;
}

.inCitem.white:hover .btn .inBtext {
    color: #0371d0;
}

.inCitem:hover .image {
    position: absolute;
    left: calc(100% - 55px);

}

.inCitem:hover .inBtext {
    margin: 0px 30px 0 0;
    color: #fff;
}

.inCitem .image img {
    width: 60%;
}

.inCitem .dBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-left: 5px;
}

.inCitem .dBox.center {
    justify-content: center;
}

.inCitem .dBox .yuan {
    width: 6px;
    height: 6px;
    background: #007409;
    border-radius: 50%;
    margin-right: 6px;
}










@media (max-width:1600px) {
    .InBimg04 {
width: 210px;
position: absolute;
left: 504px;
}
.InBimg03 {
width: 350px;
}
.InBimg06 {
width: 700px;
}
}
@media (max-width:1468px) {
    .inABox .Tbox{
        width: 40%;
    }
    .inABox .imgBox{
        width: 55%;
    }
    .inBan .tit span {
        font-size: 52px;
    }

    .inBan .text {
        margin-top: 20px;
        /* font-size: 16px; */
    }
    .inNitem .imgBox img{
        height: 300px;
    }
    .inBan .tit span:first-child {
        font-size: 20px;
    }

    .inBan .tit span:first-child {
        font-size: 20px;
    }

    .inAswiper img {
        height: 350px;
    }

    .inABox .inBtn {
        margin-top: 30px;
    }

    .inABox .text {
        margin-top: 10px;
    }

    /* .HBox {
        width: 94%;
        margin: 0;
    } */
    .inRBox {
        width: 65%;
        padding: 40px;
        margin-left: 35%;
    }

    .inRitem {
        padding: 30px;
        justify-content: space-between;
    }
    .inRitem .icon .yuan {
        width: 50px;
        height: 50px;
    }

    .FItem .imgBox {
        width: 30px;
        height: 30px;
    }

    .inRitem .icon {
        width: 60px;
    }

    .FItem .tit span,
    .FRitem .tit span {
        font-size: 18px;
    }

    .FItem {
        margin-left: 30px;
    }

    .FItem .tit {
        margin-bottom: 0;
    }

    .FRitem {
        margin-bottom: 30px;
    }

    .FRitem .text {
        margin-top: 10px;
    }

    .FBottom span,
    .FBottom a {
        font-size: 12px;
    }

    .FBottom .logo {
        width: 100px;
    }

    .inBtn .btn {
        /* width: 200px; */
        padding: 7px 24px;
    }

    .FRitem {
        width: 300px;
    }

    .FRitem .text span {
        font-size: 14px;
    }

    .FRitem::after {
        left: -30px;
    }

    .inBtn .inBtext {
        font-size: 14px;
    }

    .inBtn .image {
        width: 25px;
        height: 25px;
    }

    .HBox .logo {
        width: 180px;
    }

    .inCitem .TBox .tit span {
        font-size: 24px;
    }

    .inCitem .TBox {
        padding: 20px 20px 30px;
    }

    .FRitem .text span {
        font-size: 14px;
    }

    .HNav ul li a {
        padding: 25px 12px;
        font-size: 16px;
    }
    .lanBox{
        padding: 20px 0;
    }

    .inYitem .tit {
        font-size: 26px;
    }

    .inYitem {
        padding: 50px 30px 60px;
    }

    .inNitem .tit {
        font-size: 18px;
    }

    .inYitem .text {
        font-size: 16px;
    }

    .mailbox {
        padding: 6px 20px;
    }

    .RIlist .icon {
        width: 25px;
        height: 25px;
        margin: 0 6px;
    }

    .mailbox span {
        font-size: 16px;
    }
    .inABox .text span, .inCitem .TBox .text{
        font-size: 16px;
    }
    .FItem .text span {
font-size: 16px;
    }
}
@media (max-width:1368px) {
    .inBan .text {
        font-size: 16px;
    }
    .inBan .tit span {
        font-size: 48px;
    }
    .InBimg05 {
        top: 369px;
    }
    .InBimg02 {
        width: 600px;
    }
    .inText span {
        font-size: 18px;
    }
    .inTit span {
        font-size: 48px;
    }
    .inABox .text span, .inCitem .TBox .text {
        line-height: 1.6;
    }
    .inCitem .TBox .tit {
        margin: 0 0 20px;
    }
    .inCitem .TBox .tit span {
        font-size: 22px;
    }
    .inYitem .tit {
        font-size: 24px;
        margin: 30px 0 20px;
    }
    .inBan .tit span:first-child {
        font-size: 18px;
    }
    .HNav ul li .TBox .item a{
        font-size: 14px;
    }
    .lanBox .TBox .item a{
        font-size: 14px;
    }
}
@media (max-width:1200px) {
    .HBox .logo {
        width: 150px;
    }
    .HNav ul li a {
        padding: 5px 10px;
    }
    .HBox {
        width: 100%;
    }
    .inBan .tit span {
        font-size: 44px;
    }
    .inTit span {
        font-size: 44px;
    }
    .inNitem .imgBox img {
        height: 260px;
    }
    .inYitem .tit {
        font-size: 22px;
        margin: 30px 0 10px;
    }
    .InBimg05 {
        width: 85px;
        position: absolute;
        left: 68px;
        top: 403px;
    }
    .InBimg03 {
        width: 400px;
        position: absolute;
        left: 19px;
    }
    .InBimg04 {
        width: 130px;
        position: absolute;
        left: 391px;
    }
    .inABox .bg{
        width: 600px;
    }
}
@media (max-width:1024px) {
    .lanTBox img {
        width: 23px;
    }
    .lanBox .btn span {
        font-size: 14px;
        line-height: 1;
    }
    .lanBox .btn {
        padding: 5px 15px;
    }
    .lanTBox {
        margin-left: 5px;
    }
    .HNav ul li a {
        padding: 5px 7px;
        font-size: 15px;
    }
.HNav ul li .TBox .item a{
    font-size: 15px;
    height: 42px;
}

.lanBox button span {
    font-size: 14px;
}
.lanBox button {
    padding: 5px 13px;
}
.HBox .logo {
    width: 100px;
}
.HNav ul li a img {
    width: 10px;
}
.sideItem {
    width: 40px;
    height: 40px;
}
.mailbox span {
    font-size: 14px;
}
.fooder .logo {
    width: 180px;
}
.fooder .FRight{
    margin-top: 30px;
    width: 100%;
}
.FLeft {
   display: none;
}
.inNitem .tit {
    margin-top: 8px;
}
.inNitem .time {
    font-size: 14px;
}
.inNitem .imgBox img {
    height: 230px;
}
.inTit span {
    font-size: 40px;
}
.inBtnA .textbox {
    font-size: 16px;
}
.inBtnA .yuan {
    width: 30px;
    height: 30px;
}
.inYitem .text {
    font-size: 14px;
}
.inABox .text span, .inCitem .TBox .text {
    font-size: 14px;
}
.inCitem .dBox {
    margin-top: 0px;
}
.inCitem .TBox .tit span {
    font-size: 20px;
}
.inABox .inner {
    flex-wrap: wrap;
}
.inABox .Tbox {
    width: 100%;
    margin-right: 0;
}
.inABox .imgBox {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.inNum {
    right: -110px;
    top: auto;
    bottom: 150px;
}
.inAswiper img {
    height: auto;
}
.inBan {
    width: 100%;
    height: auto;
}
.InBimg03 {
    width: 200px;
    top: -76px;
}
.InBimg02 {
    width: 500px;
    position: absolute;
    right: -270px;
    top: 30%;
    z-index: 12;
    opacity: .6;
    animation: none;
}
.InBimg04 {
    width: 70px;
    position: absolute;
    left: 191px;
}
.InBimg05 {
    width: 85px;
    position: absolute;
    left: 68px;
    top: 253px;
}
.inBan .text {
    font-size: 14px;
}
.inBan .tit span {
    font-size: 40px;
}
.inBan .Ybox .xian {
    width: 200px;
}
.inBan .Ybox {
    margin-top: 30px;
}
.inBan .tit span:first-child {
    font-size: 16px;
}
}
@media (max-width:900px) {
    .inNum span {
        font-size: 14px;
    }
    .inNum {
        right: -80px;
    }
    .inner {
        width: 90%;
    }
    .inYitem .icon {
        height: 60px;
    }
    .inYitem .tit {
        font-size: 20px;
        margin: 20px 0 10px;
    }
    .inYitem::after {
        top: 100px;
    }
    .inYitem {
        padding: 30px 20px 30px;
    }
    .inTit .dBox {
        margin-top: 10px;
    }
    .inTit span {
        font-size: 36px;
    }
    .inBan .tit span:first-child {
        font-size: 14px;
    }
    .inBan {
        width: 100%;
        height: 500px;
    }
    .InBimg02 {
        width: 400px;
        position: absolute;
        right: -173px;
        top: auto;
        bottom: -100px;
        z-index: 12;
        opacity: .6;
        animation: none;
    }
    .InBimg03 {
        width: 150px;
        top: -30px;
    }
    .InBimg05 {
        width: 85px;
        position: absolute;
        left: 45px;
        top: 216px;
    }
    .inBan .tit span {
        font-size: 36px;
    }
    .inCitem .TBox .tit {
        margin: 0 0 10px;
    }
    .inNitem .tit {
        font-size: 16px;
    }
    .inNList_scrollbar {
        margin-top: 30px;
    }
    .inCBox {
        /* background: #f7f8f9; */
        padding: 20px 0 50px;
    }
    .HNav{
        display: none;
    }
    .headMenu{
        display: block;
    }
    .header {
        padding: 15px 30px;
    }
    .headerBg .HBox .logo .img1 {
        display: block;
    }
    .headerBg .HBox .logo .img2 {
        display: none;
    }
    .inABox .bg{
        width: 450px;
        left: 0;
    }
    .headMenu span {
        width: 22px;
    }
    .headerBg.header {
        background: #333;
    }
    .work_Bg{
        background: #333;
    }
    .work_Bg .HBox .logo .img2 {
        display: none;
    }
    .work_Bg .HBox .logo .img1 {
        display: block;
    }
}
@media (max-width:768px){
	.inABox .imgBox img{max-width: 100%;}
	.main-l-box{width: 100%;text-align: center;margin-bottom: 5%;}
	.main-l-m .w-1300{width: 92%;margin: 0 auto;float: initial;}
	.inTit.white .dBox .yuan{margin: 0 auto;}
	.main-l-m li{width: 90%;height: 25vh;padding: 0 5%;border-right: none;}
	
    .inBan .Tbox {
        width: 90%;
        position: absolute;
        left: 5%;
    }
    .inTit span {
        font-size: 32px;
    }
    .inTit .dBox {
        margin-top: 10px;
    }
    .inABox .inBtn {
        margin-top: 20px;
    }
    .inText span {
        font-size: 16px;
    }
    .inCitem .TBox .tit span {
        font-size: 18px;
    }
    .inCitem .TBox .tit {
        margin: 0 0 10px;
    }
    .inBan .tit span {
        font-size: 32px;
    }
    .inBan .text {
        display: none;
    }
    .inNum {
        display: none;
    }
    .InBimg05 {
        width: 60px;
        position: absolute;
        left: 7px;
        top: 226px;
    }
    .InBimg04 {
        display: none;
    }
    .InBimg02 {
        width: 350px;
    }   
    .FBon span, .FBon a {
        font-size: 12px;
    } 
    .moHead_mlb a {
        font-size: 16px;
    }
   	.footer-b1{max-width: 100%;}
}
@media (max-width:680px){
    .inTit span {
        font-size: 28px;
    }
    .inBan .tit span {
        font-size: 28px;
    }
}
@media (max-width:500px){
    .inTit span {
        font-size: 24px;
    }
    .inBan .tit span {
        font-size: 24px;
    }
    .inBan .tit span:first-child {
        font-size: 12px;
    }
}














