* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@font-face {
  font-family: "Oswald"; /* Project id 2871779 */
  font-weight: 300;
  src:  url('../fonts/Oswald-Light.ttf') format('truetype');
}
@font-face {
  font-family: "Oswald"; /* Project id 2871779 */
  font-weight: 400;
  src:  url('../fonts/Oswald-Regular.ttf') format('truetype');
}
@font-face {
  font-family: "Oswald"; /* Project id 2871779 */
  font-weight: 500;
  src:  url('../fonts/Oswald-Medium.ttf') format('truetype');
}
@font-face {
  font-family: "Oswald"; /* Project id 2871779 */
  font-weight: 700;
  src:  url('../fonts/Oswald-Bold.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto"; /* Project id 2871779 */
  font-weight: 300;
  src:  url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto"; /* Project id 2871779 */
  font-weight: 400;
  src:  url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto"; /* Project id 2871779 */
  font-weight: 500;
  src:  url('../fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto"; /* Project id 2871779 */
  font-weight: 700;
  src:  url('../fonts/Roboto-Bold.ttf') format('truetype');
}
a:link,
a:active,
a:visited,
a:hover,
	{
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}
.content1100 {
	margin: 0 auto;
	width: 1100px;
	max-width: 94%;
}
.content1280 {
	margin: 0 auto;
	width: 1280px;
	max-width: 94%;
}
.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
}
.content1480 {
	margin: 0 auto;
	width: 1480px;
	max-width: 94%;
}
.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}
.main{
	padding-top: 116px;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header .header-t{
	background-color: #fff;
}
.header .header-t .content{
	position: relative;
	padding: 7px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .header-t .logo img{
	height: 53px;
}
.header .header-t .search{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 48%;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid #202020;
	padding: 0 17px;
	display: flex;
	align-items: center;
}
.header .header-t .search input{
	flex: 1;
	width: 100%;
	height: 100%;
	font-size: 17px;
	font-family: Roboto;
	font-weight: 400;
	color: #888888;
	line-height: 15px;
	resize: none;
	outline: none;
	border: none;
	margin-right: 20px;
}
.header .header-t .search .icon-sousuoxiao{
	cursor: pointer;
	font-size: 16px;
}
.header .header-t-r{
	display: flex;
}
.header .header-t-r a{
	font-size: 14px;
	font-family: Roboto;
	font-weight: 400;
	color: #7A8389;
	line-height: 15px;
	text-transform: uppercase;
}
.header .header-t-r a.language{
	display: flex;
	align-items: center;
	margin-left: 36px;
}
.header .header-t-r a.language .iconfont{
	font-size: 24px;
	margin-right: 9px;
}
.header .header-b{
	line-height: 60px;
	background: linear-gradient(90deg, #00A93A, #0074C1);
}
.header .header-b ul.nav{
	display: flex;
	justify-content: center;
}
.header .header-b ul.nav li>a{
	font-size: 15px;
	font-family: Roboto;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	line-height: 45px;
}
.header .header-b ul.nav li:not(:last-child){
	margin-right: 71px;
}
.header .header-b .content1280{
	position: relative;
}
.header .header-b .sub-nav{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
}
.header .header-b li:hover .sub-nav{
	display: block;
}
.header .header-b .sub-nav .sub-nav-container{
	display: flex;
}
.header .header-b .sub-nav .sub-nav-container-l{
	width: 305px;
	border-right: 1px solid rgba(27, 27, 27, 1);
	padding: 42px 40px 45px;
}
.header .header-b .sub-nav .sub-nav-container-l a{
	display: block;
}
.header .header-b .sub-nav .sub-nav-container-l a:not(:last-child){
	margin-bottom: 23px;
}
.header .header-b .sub-nav .sub-nav-container-l .text-title{
	font-size: 16px;
	font-family: Roboto;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-bottom: 5px;
}
.header .header-b .sub-nav .sub-nav-container-l .text-des{
	display: table-cell;
	font-size: 16px;
	font-family: Roboto;
	font-weight: 700;
	color: #333333;
	line-height: 1;
	margin-top: 5px;
	padding-bottom: 3px;
	border-bottom: 3px solid transparent;
}
.header .header-b .sub-nav .sub-nav-container-l a.active .text-des{
	border-color: rgba(0, 169, 60, 1);
}
.header .header-b .sub-nav .sub-nav-container-r{
	flex: 1;
	padding: 0 50px;
}
.header .header-b .sub-nav .sub-nav-container-r .items{
	height: 100%;
	display: none;
}
.header .header-b .sub-nav .sub-nav-container-r .items.active{
	display: block;
}
.header .header-b .sub-nav .sub-nav-container-r .item{
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.header .header-b .sub-nav .sub-nav-container-r .item-l{
	padding-top: 30px;
	flex: 1;
	margin-right: 20px;
}
.header .header-b .sub-nav .sub-nav-container-r .item-l a{
	display: block;
	font-size: 17px;
	font-family: Roboto;
	font-weight: 400;
	color: #555555;
	line-height: 40px;
}
.header .header-b .sub-nav .sub-nav-container-r .item-r{
	/* background: linear-gradient(90deg, #00A93B, #0074C1);
	border-radius: 50%;
	padding: 16px; */
	align-self: center;
}
.header .header-b .sub-nav .sub-nav-container-r .item-r img{
	display: block;
	width: 178px;
}
.header .header-b .sub-nav1{
	position: absolute;
	top: 100%;
	background-color: rgba(255, 255, 255, .9);
	padding: 30px 45px;
	min-width: 260px;
	display: none;
}
.header .header-b li:hover .sub-nav1{
	display: block;
}
.header .header-b .sub-nav1 a{
	display: block;
	font-size: 14px;
	font-family: Roboto;
	font-weight: 400;
	color: #555555;
	line-height: 40px;
}
.header .header-b .sub-nav1 a span{
	border-bottom: 2px solid transparent;
}
.header .header-b .sub-nav1 a:hover span{
	border-color: rgba(0, 169, 60, 1);
}
.footer{
	background-color: #fff;
	border-top: 1px solid rgba(230, 230, 230, 1);
}
.footer .footer-t .content1280{
	padding: 45px 0 35px;
	display: flex;
	justify-content: space-between;
}
.footer .footer-t-l{
	width: 247px;
}
.footer .footer-t-l .logo{
	display: block;
}
.footer .footer-t-l .logo img{
	display: block;
	height: 61px;
}
.footer .footer-t-l .text-box{
	font-size: 15px;
	font-family: Roboto;
	font-weight: 500;
	color: #555555;
	line-height: 24px;
	margin-top: 15px;
}
.footer .footer-t-l .text-box .text-des{
	color: rgba(0, 0, 0, 1);
}
.footer .footer-t-l .text-box .text-title .iconfont{
	font-size: 18px;
}
.footer .footer-t-r{
	width: 73.82%;
	padding-top: 10px;
}
.footer .footer-t-r .list{
	display: flex;
	justify-content: space-between;
}
.footer .footer-t-r .list .li-t{
	font-size: 18px;
	font-family: Oswald;
	font-weight: bold;
	color: #000000;
	line-height: 1;
}
.footer .footer-t-r .list .li-des{
	margin-top: 16px;
}
.footer .footer-t-r .list .li-des a{
	display: block;
	font-size: 15px;
	font-family: Roboto;
	font-weight: bold;
	color: #222222;
	line-height: 24px;
}
.footer .footer-t-r .list .share{
	display: flex;
	margin-top: 25px;
	width: 122px;
	flex-wrap: wrap;
}
.footer .footer-t-r .list .share a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border: 1px solid #7D7D7D;
	border-radius: 50%;
	color: #333;
	margin-bottom: 8px;
	transition: all 1s;
}
.footer .footer-t-r .list .share a:hover{
	background-color: #000;
	color: #fff;
}
.footer .footer-t-r .list .share a .iconfont{
	font-size: 20px;
}
.footer .footer-t-r .list .share a:not(:nth-child(3n)){
	margin-right: 8px;
}
.footer .footer-b{
	background-color: #00a93a;
}
.footer .footer-b .content1280{
	display: flex;
	justify-content: space-between;
	background-color: ;
	font-size: 15px;
	font-family: Oswald;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	padding: 13px 0%;
}
.footer .footer-b a{
	color: #fff;
}
.common-bread{
	font-size: 15px;
	font-family: Roboto;
	font-weight: 500;
	color: #666666;
	line-height: 1;
	margin-top: 30px;
}
.common-bread span{
	padding: 0 3px;
}
.common-bread a{
	color: #666666;
}
.whitePaperBox2 .box-c{
	margin-top: 49px;
}
.whitePaperBox2 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.whitePaperBox2 .box-c .list li{
	width: 30.9%;
}
.whitePaperBox2 .box-c .list li .text-box{
	padding-top: 29px;
	text-align: center;
}
.whitePaperBox2 .box-c .list li .text-title{
	font-size: 24px;
	font-family: Roboto;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	margin-bottom: 10px;
}
.whitePaperBox2 .box-c .list li .details-btn{
	font-size: 17px;
	font-family: Roboto;
	font-weight: 400;
	color: #00A83D;
	line-height: 1;
}
.m_right {
	display: none;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 9999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.modal .modal-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal .modal-content .close{
    position: absolute;
    right: -20px;
    top: -30px;
	color: #fff;
    display: block;
    cursor: pointer;
    z-index: 3;
	font-size: 26px;
}
.modal .modal-content video{
    max-width: 80vw;
    max-height: 80vh;
    display: block;
}
.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 36px;
	height: 36px;
	background: #E8E8E8;
	line-height: 36px;
	text-align: center;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: #666666;
	margin: 4px;
	cursor: pointer;
}
.pagination ul li .iconfont {
	font-size: 18px;
}
.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(0, 169, 58, 1);
	color: #fff;
}
.pagination ul li a {
	color: #666666;
	display: block;
}
.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.m-right-buttom {
	display: none;
}
.m-navbar{
	display: none;
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}
.banner1 .banner-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner1 .banner-box .banner-box-container{
	width: 700px;
	display: inline-block;
	background-color: rgba(62, 62, 62, .5);
	font-size: 45px;
	font-family: Roboto;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	padding: 53px;
	max-width: 100%;
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}

@media (max-width:1024px) {
	.banner1 .banner-box .banner-box-container{
		font-size: 30px;
		padding: 30px;
		line-height: 1.5;
	}
	.banner1 .pic img{
		min-height: 300px;
	}
	.header .header-t .logo img{
		height: 40px;
	}
	.main{
		padding-top: 106px;
	}
	.header .header-t-r a{
		display: none;
	}
	.header .header-b{
		display: none;
	}
	.header .header-t .search{
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0,0);
		width: 100%;
		order: 3;
		margin-top: 8px;
		height: 35px;
	}
	.header .header-t .content{
		flex-wrap: wrap;
		padding: 10px 0;
	}
	.footer .footer-t-l{
		width: auto;
	}
	.footer .footer-t-r{
		width: auto;
	}
	.footer .footer-t-r .list .share{
		width: auto;
	}
	.footer .footer-t-r .list li:not(:last-child){
		display: none;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
	}
	
	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #00A93A;
		transition: top .2s linear
	}
	
	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #00A93A;
	}
	
	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}
	
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}
	
	.m-right-buttom span:before {
		top: 6px
	}
	
	.m-right-buttom span:after {
		top: -6px
	}
	
	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}
	
	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}
	
	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}
	
	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}
	
	.m-navbar ul {
		display: block;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}
	
	.m-navbar li {
		display: block;
		width: 100%;
		opacity: 0;
		transform: translateY(32px);
		transition: all .4s ease;
		margin: 0;
	}
	
	.m-navbar.active li {
		opacity: 1;
		transform: translateY(0);
	}
	
	.m-navbar li:hover a {
		color: #747474 !important;
	}
	
	.m-navbar li.active a {
		color: #00A93A !important;
	}
	
	.m-navbar {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		margin-right: 0;
		top: 0;
		left: 0;
		padding: 125px 4% 20px;
		background-color: #444;
		z-index: 998;
	}
	
	.m-navbar li+li {
		margin-top: 4px
	}
	
	.m-navbar li+li {
		margin-left: 0;
		padding: 0
	}
	
	.m-navbar li+li:after {
		display: none
	}
	
	.m-navbar li a {
		padding: 6px 10px !important;
		background: #fafafa;
		color: #121212;
		height: auto;
		border-radius: 5px;
		font-weight: 400;
		display: block;
	}
	.m-navbar .sub-nav{
		display: none;
	}
	.m-navbar li .sub-nav a{
		margin-top: 4px;
	}
}
@media (max-width:768px) {
	.footer .footer-t-l{
		width: 247px;
	}
	.footer .footer-b .content1280{
		flex-direction: column;
		text-align: center;
		padding: 7px 0;
	}
	.whitePaperBox2 .box-c .list li{
		width: 100%;
	}
	.whitePaperBox2 .box-c .list li:not(:last-child){
		margin-bottom: 35px;
	}
	.whitePaperBox2 .box-c .list li .text-box{
		padding-top: 20px;
	}
	.whitePaperBox2 .box-c .list li .text-title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.whitePaperBox2 .box-c{
		margin-top: 30px;
	}
}
@media (max-width:500px) {
	.banner1 .pic img{
		/* min-height: 250px; */
	}
	.banner1 .banner-box .banner-box-container{
		font-size: 24px;
		padding: 20px;
	}
	.footer .footer-t .content1280{
		flex-direction: column;
	}
	.footer .footer-t-l{
		width: 100%;
	}
	.footer .footer-t-r{
		margin-top: 20px;
	}
	.footer .footer-t-r .list .share{
		margin-top: 15px;
	}
	.footer .footer-t .content1280{
		padding: 20px 0;
	}
	.whitePaperBox2 .box-c{
		margin-top: 25px;
	}
}