/*banner*/
.lunbotu {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.lunbotu .swiper-slide a {
	display: block;
	width: 100%;
}
.lunbotu .swiper-slide a>img {
	width: 100%;
}
.lunbotu .swiper-slide-active .banbg {
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: bigimgani 5500ms forwards ease-out;
}
/**/
@-webkit-keyframes bigimgani {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes bigimgani {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes fadeInUpSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUpSmall {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
}

.oimg2 {
	display: none;
}

.i-banner {
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.i-banner .box {
	max-width: 800px;
	width: 100%;
	margin: auto;
	text-align: center;
}

.i-banner .box .t1 {
	
	color: #ffffff;
	font-size: 58px;
	line-height: 1.3;
	/*margin-bottom: 30px;*/
	word-break: break-word;
}

.i-banner .box .t2 {
	color: #fefefe;
	font-size: 20px;
	margin-bottom: 50px;
	word-break: break-word;
}

.i-banner .box .btn {
	text-align: left;
	padding: 0;
}

.i-banner .box .btn span {
	display: inline-block;
	min-width: 180px;
	text-align: center;
	padding: 0px 35px;
	color: #fcfdff;
	font-size: 16px;
	background: #7bbe42;
	height: 56px;
	line-height: 56px;
	border-radius: 28px;
	box-sizing: border-box;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.i-banner .box .btn span:hover {
	color: #405aa8;
	background: #ffffff;
}

.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets,
.lunbotu .swiper-pagination-custom,
.lunbotu .swiper-pagination-fraction {
	bottom: 50px;
}

.lunbotu .swiper-pagination {
	text-align: center;
	font-size: 0;
	width: 100% !important;
}

.lunbotu .swiper-pagination li {
	display: inline-block;
	vertical-align: top;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	width: auto;
	margin-left: 35px;
	cursor: pointer;
}

.lunbotu .swiper-pagination li.active {
	position: relative;
	color: #FFFFFF;
	padding-right: 180px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.lunbotu .swiper-pagination li.active:before {
	content: '';
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 180px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}

.lunbotu .swiper-pagination li.active:after {
	content: '';
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0px;
	height: 2px;
	background: #FFFFFF;
	animation: mymove 5s linear forwards;
	-webkit-animation: mymove 5s linear forwards;
	/*Safari and Chrome*/
	*/
}

@keyframes mymove {
	from {
		width: 0px;
	}

	to {
		width: 180px;
	}
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	from {
		width: 0px;
	}

	to {
		width: 180px;
	}
}

.obanner {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.obanner>img {
	width: 100%;
}

.ob-img {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bannerzi {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	margin: auto;
}

.obanner .bannerzi .box {
	text-align: left;
}

.obanner .bannerzi .box .t1 {

	color: #ffffff;
	color: #ffffff;
	font-size: 58px;
}

.obanner .bannerzi .box .t2 {
	color: #ffffff;
	font-size: 18px;
	line-height: 2;
	margin-top: 15px;
	min-height: 90px;
}

.obanner .bannerzi .box .icon {
	position: relative;
	margin-top: 15px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border-radius: 30px;
	border: #FFFFFF solid 2px;
	text-align: center;
}

.obanner .bannerzi .box .icon .ic {
	position: absolute;
	left: 0;
	right: 0;
	top: 21px;
	margin: auto;
	width: 6px;
	height: 18px;
	background: url(../images/img67.png) center;
	animation: wheel 1.2s infinite;
	-moz-animation: wheel 1.2s infinite;
	-webkit-animation: wheel 1.2s infinite;
}

.obanner .obg {
	height: 69vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: oimgani 5000ms forwards ease;
}

/**/
@-webkit-keyframes oimgani {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes oimgani {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

/*index*/
.i-partner .i-title,.newwrap .i-title {text-align: left;}
.i-title {
	text-align: center;
	padding-bottom: 20px;
}

.i-title .subtit {
	color: #051c3f;
	font-size: 12px;
}

.i-title .subtit .sp {
	display: inline-block;
	color: #051c3f;
	font-size: 14px;
}

.i-title .subtit i {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 18px;
	width: 64px;
	height: 2px;
	background: #ea5a02;
}

.i-title .about {

	color: #122350;
	font-size: 48px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.i-title .h2 {
 
  color: #122350;
  font-size: 48px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.newwrap .i-title .h1 {
	margin-top: 0px;
}

.i-title .t1 {
	color: #051c3f;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.i-title .t1 h1{
	color: #051c3f;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.i-title .t2 {
	color: #616469;
	font-size: 18px;
	line-height: 1.7;
}

.i-partner .i-title .t2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.i-product .i-title {
	padding-bottom: 0px;
}

.i-product .h1 {
	margin-bottom: 0;
}

.i-about .i-title {
	max-width: 800px;
	width: 100%;
	text-align: left;
}

.i-about .i-title .subtit,
.i-about .i-title .h1,
.i-about .i-title .h2,
.i-gather .i-title .h2,
.i-about .i-title .t1,
.i-about .i-title .t2 {
	color: #FFFFFF;
}

.i-new .i-title,
.i-gather .i-title {
	float: left;
	text-align: left;
}

.i-gather .i-title .subtit,
.i-gather .i-title .h1,
.i-gather .i-title .t1,
.i-gather .i-title .t2 {
	color: #FFFFFF;
}

/**/
/* Partners*/
.i-partner {
	padding-top: 90px;
}

.i-partner .txtbox {
	float: left;
	width: 50%;
	text-align: center;
	padding-right: 2%;
	overflow: hidden;
	box-sizing: border-box;
}

.i-partner .Bigbtn {
	margin-top: 15%;
	text-align: left;
}

.i-gather .Bigbtn,
.i-new .Bigbtn {
	float: right;
	margin-top: 10px;
}

.Bigbtn a {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-left: 40px;
	padding-right: 30px;
	height:60px;
	line-height: 60px;
	font-size: 14px;
	border-radius: 36px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.Bigbtn.orange a {
	color: #ffffff;
}

.Bigbtn.white a {
	color: #071f43;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.Bigbtn.white a:hover {
	color: #FFFFFF;
}

.Bigbtn a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
	overflow: hidden;
}

.Bigbtn.orange a:before {
	background: #ea5a02;
}

.Bigbtn.white a:before {
	background: #FFFFFF;
}

.Bigbtn a:hover:before {
	width: 0;
}

.Bigbtn.orange a:hover {
	color: #FFFFFF;
}

.Bigbtn.orange a:hover:after {
	background: #f07226;
	border-color: #f07226;
}

.Bigbtn a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.Bigbtn.orange a:after {
	border-radius: 36px;
	border: #f07226 solid 2px;
	background: #f07226;
}

.Bigbtn.white a:after {
	background: #ea5a02;
}

.Bigbtn.white a:hover:after {}

.Bigbtn a i {
	display: inline-block;
	width: 35px;
	height: 13px;
}

.Bigbtn.orange a i {
	background: url(../images/img8.png) center right no-repeat;
}

/*.Bigbtn.orange a:hover{
	color: #ea5a02;
}
.Bigbtn.orange a:hover i{
	background: url(../images/img8a.png) center right 5px no-repeat;
}*/
.Bigbtn.white a i {
	background: url(../images/img35.png) center right no-repeat;
}

.Bigbtn.white a:hover i {
	background: url(../images/img35a.png) center right 5px no-repeat;
}

.i-partner .imgbox {
	float: right;
	width: 50%;
	text-align: right;
	overflow: hidden;
}

.i-partner .imgbox img {
	max-width: 100%;
}

/**/
.i-project {
	padding-top: 80px;
}

.i-project .box {
	position: relative;
	background: #c55008;
}

.i-project .wrap {
	position: relative;
	max-width: 1640px;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding-left: 60px;
	padding-right: 60px;
}

.i-project .cont {
	max-width: 1450px;
	width: 97%;
	margin: auto;
}

.i-project .swiper-container {
	padding-top: 100px;
	padding-bottom: 150px;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
}

.i-project .box .swiper-slide {
	position: relative;
	z-index: 1;
	overflow: inherit;
}

.i-project .box .swiper-slide:hover {
	z-index: 2;
}

.i-project .box .project_li {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.i-project .box .swiper-slide:hover .project_li {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.i-project .box .project_li>a {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.i-project .box .project_li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	
	background-size: cover;
}

.i-project .box .img {
	max-width: 490px;
	width: 100%;
}

.i-project .box .img img {
	width: 100%;
}

.i-project .box .text {
	position: absolute;
	left: 0;
	bottom: -100px;
	z-index: 2;
	width: 100%;
	padding: 0px 36px;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.i-project .box .swiper-slide:hover .project_li .text {
	bottom: 30px;
}

.i-project .box .text .ic {
	text-align: left;
}

.i-project .box .text .ic img {}

.i-project .box .text .t1 {
	position: relative;
	padding-left: 20px;
	color: #ffffff;
	font-size: 22px;
	margin-top: 35px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.i-project .box .project_li:hover .text .t1 {
	font-size: 24px;
}

.i-project .box .text .t1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 20px;
	background: #ea5a02;
}

.i-project .box .text .t2 {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.7;
	opacity: 0.7;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	opacity: 0;
}

.i-project .box .swiper-slide:hover .project_li .text .t2,
.i-project .box .swiper-slide:hover .project_li .text .btn {
	opacity: 1;
}

.i-project .box .text .btn {
	margin-top: 30px;
	text-align: right;
	font-size: 0;
	opacity: 0;
}

.i-project .box .text .btn span {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
}

.i-project .box .text .btn span i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	text-align: center;
	border-radius: 50%;
	background: #ea5a02 url(../images/img19.png) center no-repeat;
}

.i-project .swiper-container-horizontal>.swiper-pagination-bullets,
.i-project .swiper-pagination-custom,
.i-project .swiper-pagination-fraction {
	bottom: 8%;
}

.i-project .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	background: #FFFFFF;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 4px;
}

.i-project .swiper-pagination-bullet-active {
	width: 66px;
	height: 6px;
	border-radius: 3px;
	background: #ea5a02;
}

.i-project .arrowsbox {
	position: absolute;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -35px;
	max-width: 1400px;
	width: 90%;
	overflow: hidden;
	z-index: 11;
	font-size: 0;
	text-align: right;
}

.i-project .arrowsbox:before {
	content: '';
	position: absolute;
	right: 85px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	width: 1px;
	height: 50%;
	background: #ee7b35;
}

/*.i-project .swiper-button-next, 
.i-project .swiper-button-prev{
	position: static;
	margin-top: 0px;
	display: inline-block;
	width: 85px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #ea5a02;
	-moz-background-size: 11px 16px;
    -webkit-background-size: 11px 16px;
    background-size: 11px 16px;
    overflow: hidden;
}*/
.i-project .swiper-button-next,
.i-project .swiper-button-prev {
	margin-top: -33px;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background-color: #ea5a02;
	-moz-background-size: 11px 16px;
	-webkit-background-size: 11px 16px;
	background-size: 11px 16px;
	overflow: hidden;
}

.i-project .swiper-button-next,
.i-project .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/img21.png);
}

.i-project .swiper-button-prev,
.i-project .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/img20.png);
}

.i-project .swiper-button-next.swiper-button-disabled {
	background-image: url(../images/img21.png);
	background-color: #c3c3c3;
	opacity: 1;
}

.i-project .swiper-button-prev.swiper-button-disabled {
	background-image: url(../images/img20.png);
	background-color: #c3c3c3;
	opacity: 1;
}

/**/
.i-product {
	padding-top: 90px;
	padding-bottom: 90px;
	background: #edf6ff url(../images/img26.png) right bottom no-repeat;
}

.i-product .wrap {
	max-width: 1450px;
	width: 90%;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
	overflow: hidden;
}
.i-gather .wrap {
	max-width: 1450px;
	width: 90%;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
	overflow: hidden;
}

.i-product .box {
	position: relative;
	width: 100%;
	padding-top: 50px;

}

.product {
	padding-top: 4.68%;
	padding-bottom: 4.68%;
	background: #f5f8fd;
}

.product ul {
	padding-bottom: 45px;
}

.product ul li {
	float: left;
	width: -moz-calc((100% - 50px) / 3);
	width: -webkit-calc((100% - 50px) / 3);
	width: calc((100% - 50px) / 3);
	margin-right: 25px;
	margin-bottom: 25px;
}

.product ul li:nth-child(3n) {
	margin-right: 0;
}

.product_li {
	background: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product_li:hover {
	box-shadow: 0px 5px 65px rgba(3, 20, 35, 0.1);
}

.product_li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 45px 40px;
}

.product_li .t1 {

	color: #122350;
	font-size: 24px;
	margin-bottom: 10px;
}

.product_li .t2 {
	color: #616469;
	font-size: 18px;
}

.product_li .img {
	margin-top: 50px;
	text-align: center;
	overflow: hidden;
}

.product_li .img img {
	max-width: 75%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product_li:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.product_li .btn {
	margin-top: 60px;
	text-align: center;
	font-size: 0;
}

.product_li .btn span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 64px 0px 40px;
	height: 52px;
	line-height: 52px;
	border-radius: 26px;
	color: #071f43;
	font-size: 14px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
}

.product_li .btn span i {
	position: absolute;
	right: 35px;
	top: 0;
	display: inline-block;
	width: 24px;
	height: 100%;
	background: url(../images/img23.png) center right no-repeat;
	background-size: 9px 13px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product_li:hover .btn span {
	color: #FFFFFF;
}

.product_li:hover .btn span i {
	right: 38px;
	background: url(../images/img23a.png) center right no-repeat;
	background-size: 9px 13px;
}

.product_li .btn span:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #ea5a02;
	z-index: -1;
	transition: 0.5s;
}

.product_li:hover .btn span:before {
	right: auto;
	left: 0;
	width: 100%;
}

.product_li .btn span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: #e5e8ea solid 2px;
	border-radius: 36px;
	z-index: -2;
	box-sizing: border-box;
}

.operatebox {
	position: relative;
	max-width: 1050px;
	width: 90%;
	height: 30px;
	margin: 50px auto 0px;
}

.operatebox .swiper-pagination {
	max-width: 75%;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #dae3eb;
}

.operatebox .swiper-pagination-progress .swiper-pagination-progressbar {
	top: calc(50% - 2px);
	transform: translateY(-50%);
	background: #ea5a02;
	height: 4px;
}

.operatebox .swiper-button-next,
.operatebox .swiper-button-prev {
	width: 29px;
	height: 24px;
	margin-top: -12px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.operatebox .swiper-button-prev,
.operatebox .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/img24.png);
	left: 10px;
	right: auto;
}

.operatebox .swiper-button-next,
.operatebox .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/img25.png);
	right: 10px;
	left: auto;
}

.operatebox .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img25a.png);
}

.operatebox .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img24a.png);
}

/*home about*/
.i-about {
	position: relative;
	width: 100%;
	background-image: url(../images/img27a.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 110px;
}

.i-about .iconbox {
	margin-top: 5%;
	max-width: 72px;
	overflow: hidden;
}

.i-about .iconbox .ic {
	background: url(../images/img28a.png) center no-repeat;
	background-size: 38.9% auto;
}

.i-about .iconbox img {
	max-width: 100%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.i-about .iconbox:hover img {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.i-about .numberbox {
	margin-top: 10%;
}

.i-about .numberbox ul li {
	float: left;
	width: 19%;
	margin-right: 8%;
	padding-left: 2.5%;
	box-sizing: border-box;
}

.i-about .numberbox ul li:nth-child(4n) {
	margin-right: 0;
}

.i-about .numberbox ul li .t1 {

	color: #f2f2f2;
	font-size: 60px;
	line-height: 1.5;
}

.i-about .numberbox ul li .t2 {
	color: #f2f2f2;
	font-size: 16px;
	margin-top: 10px;
}



/*gather*/
.i-gather {
	position: relative;
	z-index: 1;
	padding-top: 90px;
	padding-bottom: 50px;
}

.i-gather:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 370px;
	background: #c55008;
}




/*new*/

.new li {
	float: left;

	width: 100%;
	margin-bottom: 25px;
	box-shadow: 5px 0px 65px rgba(3, 20, 35, 0.1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ffffff;
}

.new li:nth-child(3n) {
	margin-right: 0;
}

.new li:hover {
	box-shadow: 5px 0px 65px rgba(7, 45, 87, 0.28);
}

.new li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.new li .imgbox {
	width: 100%;
	overflow: hidden;
}

.new li .imgbox img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new li:hover .imgbox img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.new li .txtbox {
	padding: 40px;
	overflow: hidden;
}

.new li .txtbox .oth {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.new li .txtbox .oth .sp1 {
	position: relative;
	padding-left: 20px;
	float: left;
	color: #777777;
	font-size: 14px;
}

.new li .txtbox .oth .sp1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ea5a02;
}

.new li .txtbox .oth .sp2 {
	float: right;
	color: #777777;
	font-size: 16px;
}

.new li .txtbox .t1 {

	color: #122350;
	font-size: 24px;
	line-height: 1.4;
	height: 68px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new li .txtbox .t2 {
	color: #777777;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new li .btn {
	border-top: #f0f1f2 solid 1px;
	text-align: center;
}

.new li .btn span {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #071f43;
	font-size: 14px;
	width: 100%;
	height: 64px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new li:hover .btn span {
	color: #FFFFFF;
}

.new li .btn span:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background: #ea5a02;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new li:hover .btn span:before {
	right: auto;
	left: 0;
	width: 100%;
}

.new li .btn span i {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 20px;
	background: url(../images/img35.png) center right no-repeat;
}

.new li:hover .btn span i {
	background: url(../images/img35a.png) center right no-repeat;
}

.location {
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
}

.newwrap {
	padding-top: 4.68%;
	padding-bottom: 4.68%;
}

.newwrap .new {
	padding-bottom: 45px;
}


.new li .moreBtn {
	margin-top: 30px;
	font-size: 0px;
}

.new li .moreBtn span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 30px;
	color: #777777;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new li:hover .moreBtn span {
	color: #FFFFFF;
}

.new li .moreBtn span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background: #ea5a02;
	border-radius: 25px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new li:hover .moreBtn span:before {
	width: 100%;
}

.new li .moreBtn span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	border: #f2f2f4 solid 2px;
	border-radius: 25px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new li .moreBtn span i {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 20px;
	background: url(../images/img35.png) center right no-repeat;
}

.new li:hover .moreBtn span i {
	background: url(../images/img35a.png) center right no-repeat;
}


@media only screen and (max-width: 1024px) {

	/*obanner*/
	.obanner>img {
		display: none;
	}

	.ob-img {
		display: block;
	}

	.obanner .bannerzi {
		position: static;
		transform: none;
		padding-top: 25%;
		padding-bottom: 25%;
	}

	.obanner .obg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	

}


/*How Can We Help You?*/
.help_you {
	padding-top: 80px;
	padding-bottom: 70px;
	background: #f4f9fe url(../images/img39.png) top center no-repeat;
	background-size: cover;
}

.help_you .title {
	text-align: center;
}

.help_you .title .t1 {

	color: #122350;
	font-size: 44px;
}

.help_you .title .t2 {
	color: #616469;
	font-size: 18px;
	margin-top: 15px;
}

.help_you .btn {
	margin-top: 30px;
	text-align: center;
}

.help_you .btn a {
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 58px;
	line-height: 58px;
	padding-left: 38px;
	padding-right: 30px;
	border-radius: 29px;
	color: #ffffff;
	font-size: 14px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.help_you .btn a:hover {
	color: #FFFFFF;
}

.help_you .btn a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background: #ea5a02;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.help_you .btn a:hover:before {
	width: 0;
}

.help_you .btn a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 29px;
	border: #f07226 solid 2px;
	background: #f07226;
}

.help_you .btn a i {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 20px;
	background: url(../images/img35a.png) center right no-repeat;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}




@media only screen and (max-width: 1680px) {

	/*banner*/
	.i-banner .box .t1 {
		font-size: 54px;
	}

	.obanner .bannerzi .box .t1 {
		font-size: 54px;
	}
}

@media only screen and (max-width: 1536px) {

	

	/*banner*/
	.i-banner .box .t1 {
		font-size: 50px;
	}

	.obanner .bannerzi .box .t1 {
		font-size: 50px;
	}

	.obanner .bannerzi .box .t2 {
		font-size: 17px;
		min-height: 80px;
	}


	.i-project .box .swiper-slide:hover .project_li {
		-webkit-transform: scale(1.12);
		transform: scale(1.12);
	}

	.i-project .swiper-button-next,
	.i-project .swiper-button-prev {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	/*.i-project .swiper-button-next, .i-project .swiper-button-prev{
		width: 75px;
	}*/
	.i-project .arrowsbox:before {
		right: 75px;
	}

	.i-project .box .text .t1 {
		margin-top: 30px;
	}

	.i-project .box .text .btn {
		margin-top: 25px;
	}

	
}

@media only screen and (max-width: 1440px) {



	/*banner*/
	.i-banner .box .t1 {
		font-size: 48px;
	}

	.obanner .bannerzi .box .t1 {
		font-size: 48px;
	}

	.obanner .bannerzi .box .t2 {
		font-size: 16px;
		min-height: 70px;
	}

	.obanner .bannerzi .box .icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.obanner .bannerzi .box .icon .ic {
		top: 16px;
	}

	


	/*index*/
	.i-title .h1 {
		font-size: 44px;
	}

	.i-title .t1 {
		font-size: 22px;
	}

	.i-title .t2 {
		font-size: 17px;
	}

	.i-partner .Bigbtn {
		margin-top: 12%;
	}

	.Bigbtn a {
		height: 64px;
		line-height: 64px;
	}

	.product_li .t1 {
		font-size: 22px;
	}

	.product_li .t2 {
		font-size: 17px;
	}

	.i-about .numberbox ul li .t1 {
		font-size: 54px;
	}

	.i-project .box .text .t1 {
		font-size: 20px;
		margin-top: 25px;
	}

	.i-project .box .project_li:hover .text .t1 {
		font-size: 22px;
	}

	.i-project .box .text .t2 {
		font-size: 17px;
	}

	.i-project .box .text .ic img {
		max-width: 40px;
	}

	/*.i-project .swiper-button-next, .i-project .swiper-button-prev{
		width: 70px;
	}*/
	.i-project .arrowsbox:before {
		right: 70px;
	}

	.product_li a {
		padding: 40px 35px;
	}

	.product_li .btn span {
		height: 48px;
		line-height: 48px;
		padding: 0px 54px 0px 30px;
	}



	.new li .txtbox {
		padding: 35px;
	}

	.new li .txtbox .t1 {
		font-size: 22px;
		height: 62px;
	}

	

	.help_you .title .t1 {
		font-size: 42px;
	}

	.help_you .title .t2 {
		font-size: 17px;
	}

	.help_you .btn a {
		height: 54px;
		line-height: 54px;
	}


}

@media only screen and (max-width: 1366px) {

	
	/*banner*/
	.i-banner .box .t1 {
		font-size: 44px;
	}

	.obanner .bannerzi .box .t1 {
		font-size: 44px;
	}


	/**/
	.i-title .h1 {
		font-size: 40px;
	}

	.Bigbtn a {
		height: 60px;
		line-height: 60px;
	}

	.i-partner {
		padding-top: 80px;
	}

	.i-partner .txtbox {
		padding-left: 0px;
		padding-right: 4%;
	}

	.i-project {
		padding-top: 70px;
	}

	.i-project .swiper-button-next,
	.i-project .swiper-button-prev {
		width: 56px;
		height: 56px;
		line-height: 56px;
	}

	.i-product {
		padding-bottom: 80px;
	}

	.product_li a {
		padding: 35px 30px;
	}

	.product_li .img {
		margin-top: 40px;
	}

	.product_li .btn {
		margin-top: 50px;
	}

	.i-about {
		padding-top: 80px;
		padding-bottom: 100px;
	}

	.i-about .numberbox ul li {
		width: 22%;
		margin-right: 4%;
	}

	.i-about .numberbox ul li .t1 {
		font-size: 50px;
	}

	.i-gather {
		padding-top: 80px;
		/*padding-bottom: 80px;*/
	}

	.i-gather:before {
		height: 320px;
	}

	
	.i-new {
		padding-top: 80px;
		padding-bottom: 70px;
	}

	.new li .txtbox {
		padding: 30px;
	}

	.new li .txtbox .oth {
		margin-bottom: 15px;
	}

	.new li .btn span {
		height: 60px;
	}

	

	.help_you .title .t1 {
		font-size: 40px;
	}



}

@media only screen and (max-width: 1280px) {


	/**/
	.i-title .h1 {
		font-size: 36px;
	}

	.Bigbtn a {
		height: 54px;
		line-height: 54px;
	}

	.new li .txtbox {
		padding: 25px;
	}

	.new li .txtbox .t1 {
		font-size: 20px;
		height: 56px;
	}

	.help_you .title .t1 {
		font-size: 36px;
	}

	.i-partner {
		padding-top: 70px;
	}

	.i-product {
		padding-bottom: 70px;
	}

	.product_li a {
		padding: 30px 25px;
	}

	.i-about {
		padding-top: 70px;
		padding-bottom: 80px;
	}

	.i-about .iconbox .ic {
		max-width: 64px;
	}

	.i-about .numberbox {
		margin-top: 7%;
	}

	.i-gather {
		padding-top: 70px;
		/*padding-bottom: 70px;*/
	}

	.i-new {
		padding-top: 70px;
	}

.i-title .h2 {
  font-size: 36px;
}
	.i-title .about {
  font-size: 36px;
}
}


@media only screen and (max-width: 1024px) {

	/*banner*/
	.oimg1 {
		display: none;
	}

	.oimg2 {
		display: block;
	}

	.lunbotu .swiper-slide-active .banbg {
		height: 50vh;
	}

	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets,
	.lunbotu .swiper-pagination-custom,
	.lunbotu .swiper-pagination-fraction {
		bottom: 40px;
	}

	/*index*/
	.i-title .h1 {
		font-size: 32px;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.i-title .t1 {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.i-title .t2 {
		font-size: 16px;
	}

	.i-partner .Bigbtn {
		margin-top: 40px;
	}

	.Bigbtn a {
		padding-left: 30px;
		padding-right: 30px;
	}

	.Bigbtn a i {
		width: 30px;
	}

	.i-project .swiper-container {
		padding-top: 80px;
		padding-bottom: 120px;
	}

	.i-project .arrowsbox {
		bottom: -32px;
	}

	/*.i-project .swiper-button-next, 
	.i-project .swiper-button-prev{
		width: 64px;
		height: 64px;
		line-height: 64px;
	}*/
	.i-project .swiper-button-next,
	.i-project .swiper-button-prev {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.i-project .arrowsbox:before {
		right: 64px;
	}

	.i-project .box .text .ic img {
		max-width: 36px;
	}

	.i-project .box .text .t1 {
		font-size: 18px;
		margin-top: 20px;
	}

	.i-project .box .project_li:hover .text .t1 {
		font-size: 20px;
	}

	.i-project .box .text .t2 {
		font-size: 16px;
	}

	.i-project .box .text .btn {
		margin-top: 20px;
	}

	.i-project .cont {
		width: 94%;
	}

	.i-project .swiper-container {
		padding-left: 0;
		padding-right: 0;
	}

	.i-product {
		padding-top: 80px;
	}

	.i-product .box {
		padding-top: 40px;
	}

	.product_li .t1 {
		font-size: 20px;
	}

	.product_li .t2 {
		font-size: 16px;
	}

	.product_li .img {
		margin-top: 30px;
	}

	.product_li .btn {
		margin-top: 40px;
	}

	.product_li .btn span {
		height: 44px;
		line-height: 44px;
		padding: 0px 50px 0px 25px;
	}

	.product_li .btn span i {
		right: 25px;
	}

	.product_li:hover .btn span i {
		right: 28px;
	}

	.i-about .numberbox ul li .t1 {
		font-size: 45px;
	}

	.i-reports ul li a {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 16px;
	}

	.i-reports ul li:nth-child(1) .txt,
	.i-reports ul li:nth-child(2) .txt {
		height: 52px;
	}

	.i-new {
		padding-bottom: 60px;
	}

	.new li .txtbox .oth .sp2 {
		font-size: 15px;
	}


	.help_you {
		padding-top: 70px;
		padding-bottom: 60px;
	}

	.help_you .title .t1 {
		font-size: 32px;
	}

	.help_you .title .t2 {
		font-size: 16px;
	}

	.help_you .btn a {
		height: 50px;
		line-height: 50px;
	}






}

@media only screen and (max-width: 768px) {

.i-title .h2 {
  font-size: 28px;
}.i-title .about{ font-size: 28px;}
	


	/*banner*/
	.i-banner .box .t1 {
		font-size: 36px;
	}

	.obanner .bannerzi .box .t1 {
		font-size: 36px;
	}

	.obanner .bannerzi .box .t2 {
		font-size: 15px;
	}

	.obanner .bannerzi .box .icon {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets,
	.lunbotu .swiper-pagination-custom,
	.lunbotu .swiper-pagination-fraction {
		bottom: 30px;
	}

	.lunbotu .swiper-pagination li {
		font-size: 15px;
		margin: 0px 15px;
	}

	.lunbotu .swiper-pagination li.active {
		padding-right: 0px;
	}

	.lunbotu .swiper-pagination li.active:before,
	.lunbotu .swiper-pagination li.active:after {
		display: none;
	}

	
	/*index*/
	.i-partner {
		padding-top: 60px;
	}

	.i-partner .txtbox {
		float: none;
		width: 100%;
		max-width: 100%;
		padding-right: 0px;
	}

	.i-title .h1 {
		font-size: 30px;
	}

	.i-title .t1 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.Bigbtn a {
		height: 50px;
		line-height: 50px;
	}

	.i-partner .Bigbtn {
		margin-top: 20px;
	}

	.i-partner .imgbox {
		float: none;
		width: 100%;
		margin-top: 40px;
	}

	.i-partner .imgbox img {
		width: 100%;
	}

	.i-project .arrowsbox {
		bottom: -28px;
	}

	/*.i-project .swiper-button-next, 
	.i-project .swiper-button-prev{
		width: 56px;
		height: 56px;
		line-height: 56px;
	}*/
	.i-project .arrowsbox:before {
		right: 56px;
	}

	.i-project .box .text .t2 {
		font-size: 15px;
	}

	.i-product {
		padding-bottom: 60px;
	}

	.i-product .box {
		padding-top: 30px;
	}

	.product_li .img img {
		max-width: 70%;
	}

	.operatebox {
		margin-top: 40px;
	}

	.i-about .iconbox .ic {
		max-width: 60px;
	}

	.i-about .numberbox ul li {
		padding-left: 0px;
	}

	.i-about .numberbox ul li .t1 {
		font-size: 40px;
	}

	.i-about .numberbox ul li .t2 {
		margin-top: 0px;
	}




	.exchange .new li .txtbox {
		padding: 30px;
	}

	.new li .txtbox .t2 {
		font-size: 15px;
	}

	
	.operatebox .swiper-button-next,
	.operatebox .swiper-button-prev {
		-moz-background-size: 80% auto;
		-webkit-background-size: 80% auto;
		background-size: 80% auto;
	}

	.operatebox .swiper-pagination-progress .swiper-pagination-progressbar {
		height: 3px;
	}

	.help_you .title .t1 {
		font-size: 30px;
	}

	.help_you .title .t2 {
		font-size: 15px;
	}

	


	


}

@media only screen and (max-width: 640px) {


	/*banner*/
	.i-banner .box .t1 {
		font-size: 32px;
	}

	.obanner .bannerzi .box .t1 {
		font-size: 32px;
	}

	

	/*index*/
	.i-title .h1 {
		font-size: 28px;
	}

	.help_you .title .t1 {
		font-size: 28px;
	}

	.i-product {
		padding-bottom: 50px;
	}

	.i-about {
		padding-bottom: 50px;
	}

	.i-about .numberbox ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 6%;
	}

	.i-about .numberbox ul li:nth-child(4n) {
		margin-right: 4%;
	}

	.i-about .numberbox ul li:nth-child(2n) {
		margin-right: 0;
	}

	.i-new {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.i-new .i-title,
	.i-gather .i-title {
		float: left;
		width: 50%;
	}

	.i-gather {
		padding-top: 60px;
		/*padding-bottom: 60px;*/
	}

	.i-gather .Bigbtn,
	.i-new .Bigbtn {
		float: right;
		width: 50%;
		margin-top: 0px; text-align:right;
	}

	.new li .txtbox .oth .sp2 {
		font-size: 14px;
	}


	.i-new .box {
		margin-top: 40px;
	}

	
	


}

@media only screen and (max-width: 540px) {



	/*banner*/
	.i-banner .box .t1 {
		font-size: 28px;
	}

	.obanner .bannerzi .box .t1 {
		font-size: 28px;
	}

	.obanner .bannerzi .box .t2 {
		min-height: 50px;
		font-size: 14px;
	}

	.obanner .bannerzi .box .icon {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.obanner .bannerzi .box .icon .ic {
		top: 12px;
	}

	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets,
	.lunbotu .swiper-pagination-custom,
	.lunbotu .swiper-pagination-fraction {
		bottom: 20px;
	}

	.lunbotu .swiper-pagination li {
		margin: 0px 8px;
	}

	.o-main {
		padding-top: 60px;
	}

	

	/**/
	.i-project .swiper-container {
		padding-top: 50px;
		padding-bottom: 100px;
		padding-left: 5%;
		padding-right: 5%;
	}

	.i-project .box .swiper-slide-active .project_li {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.i-project .box .project_li:hover {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.i-project .box .swiper-slide-active .text .t2,
	.i-project .box .swiper-slide-active .text .btn {
		opacity: 1;
	}

	.i-project .box .swiper-slide .text {
		bottom: 30px;
	}

	/*.i-project .swiper-button-next, .i-project .swiper-button-prev{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}*/
	.i-project .swiper-button-next,
	.i-project .swiper-button-prev {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.i-project .arrowsbox:before {
		right: 50px;
	}

	.i-product {
		padding-top: 70px;
		padding-bottom: 50px;
	}

	.i-product .box {
		padding-top: 20px;
	}

	.operatebox {
		margin-top: 30px;
	}

	.i-gather {
		padding-top: 60px;
		/*padding-bottom: 60px;*/
		padding-bottom: 30px;
	}

	.i-title .h1 {
		font-size: 26px;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.i-title .t1 {
		font-size: 17px;
		margin-bottom: 15px;
	}

	.i-title .t2 {
		font-size: 15px;
	}

	.help_you .title .t1 {
		font-size: 26px;
	}

	.Bigbtn a {
		height: 45px;
		line-height: 45px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.Bigbtn a i {
		width: 25px;
	}

	.new li,
	.exchange .new li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.new li .txtbox .t1 {
		font-size: 18px;
		height: auto;
	}

	.new li .btn span {
		height: 54px;
	}

	
	.help_you .btn a {
		height: 45px;
		line-height: 45px;
		padding-left: 25px;
		padding-right: 25px;
	}




	.i-about .numberbox ul li .t1 {
		font-size: 36px;
	}

	.i-about .numberbox ul li .t2 {
		font-size: 15px;
	}


}

@media only screen and (max-width: 480px) {
	.Bigbtn a {
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.new li .moreBtn span {
		padding: 0px 20px;
		line-height: 40px;
		height: 40px;
	}

	.i-project .cont {
		width: 96%;
	}

	.i-project .swiper-container {
		padding-bottom: 90px;
	}


}

