.clearfix li {
	position: relative;
	min-height: 1px;
	height: 100%;
}

.clearfix {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bg_gray {
	background: #fafafa;
}

.tx_left {
	text-align: left;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font21 {
	font-size: 21px;
}

.font22 {
	font-size: 22px;
}

.font25 {
	font-size: 25px;
}

.font26 {
	font-size: 26px;
}

.font27 {
	font-size: 27px;
}

.font28 {
	font-size: 28px;
}

.font32 {
	font-size: 32px;
}

.font36 {
	font-size: 36px;
}

.font30 {
	font-size: 30px;
}

.font34 {
	font-size: 34px;
}

.font24 {
	font-size: 24px;
}

.font38 {
	font-size: 38px;
}

.font40 {
	font-size: 40px;
}

.font42 {
	font-size: 42px;
}

.font45 {
	font-size: 45px;
}

.font46 {
	font-size: 46px;
}

.font48 {
	font-size: 48px;
	/* font-family: 'gilroy_bold'; */
}

.font50 {
	font-size: 50px;
}

.font56 {
	font-size: 56px;
	/* font-family: 'gilroy_bold'; */
}

.font60 {
	font-size: 60px;
}

.font80 {
	font-size: 80px;
	line-height: 80px;
}

.font72 {
	font-size: 72px;
}

.f0 {

	color: #000;
}

.f3 {
	color: #333333;
}

.f6 {
	color: #666666;
}

.f8 {
	color: #888;
}

.f9 {
	color: #999999;
}

.fa3 {
	color: #a3a3a3;
}

.fd6 {
	color: #d6d6d6;
}

.fe6 {
	color: #e60012;
}

.fw {
	color: #FFFFFF;
}

.fc {
	color: #CCCCCC;
}

.f12 {
	color: #12957f;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fontS {
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}

.line24 {
	line-height: 24px;
}

.line26 {
	line-height: 26px;
}

.line28 {
	line-height: 28px;
}

.line30 {
	line-height: 30px;
}

.line36 {
	line-height: 36px;
}

.line48 {
	line-height: 48px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

.mt110 {
	margin-top: 110px;
}

.mt130 {
	margin-top: 130px;
}

.mt160 {
	margin-top: 160px;
}

.mt120 {
	margin-top: 120px;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.none {
	display: none;
}

.bgnone {
	background: none;
}

.block {
	display: block;
}

.bw {
	background: #FFFFFF;
}

.center {
	text-align: center;
}

.border_c {
	border: 1px #ccc solid;
}

.red {
	color: #a01e27;
}

.green {
	color: #007f6a;
}

.shadow {
	box-shadow: 0 0 10px #e4e2e2;
}

.none {
	display: none;
}

.blue {
	color: #0091CE;
}

.orange {
	color: #ef931a;
}

.opc5 {
	opacity: 0.5;
}

.upp {
	text-transform: uppercase;
}

#animat {

	animation: mymove 0.8s infinite;
	-webkit-animation: mymove 0.8s infinite;
	/*Safari and Chrome*/
	animation-direction: alternate;
	/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
	/* Safari 和 Chrome */
	-webkit-animation: mymove 0.8s infinite;
	-webkit-animation-direction: alternate;
	/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
}

@keyframes mymove {
	0% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes mymove {
	0% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0px);
	}
}

#animat2 {
	animation: mymove2 0.5s infinite;
	-webkit-animation: mymove2 0.5s infinite;
	/*Safari and Chrome*/
	animation-direction: alternate;
	/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
	/* Safari 和 Chrome */
	-webkit-animation: mymove2 0.5s infinite;
	-webkit-animation-direction: alternate;
	/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
}

@keyframes mymove2 {
	0% {
		right: -50px;
	}

	100% {
		right: -55px;
	}
}

@-webkit-keyframes mymove2 {
	0% {
		right: -50px;
	}

	100% {
		right: -55px;
	}
}

#animat3 {

	animation: mymove3 10s linear infinite;
	-webkit-animation: mymove3 10s linear infinite;
}

@keyframes mymove3 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes mymove3 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

#circle {
	animation: circle 20s infinite linear;

}

@keyframes circle {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);

	}
}

#upDown1 {
	animation: upDown1 8s linear infinite;
	-moz-animation: upDown1 8s linear infinite;
	-webkit-animation: upDown1 8s linear infinite;
}

#upDown2 {
	animation: upDown2 8s linear infinite;
	-moz-animation: upDown2 8s linear infinite;
	-webkit-animation: upDown2 8s linear infinite;
}
#upDown3 {
	animation: upDown3 5s linear infinite;
	-moz-animation: upDown3 5s linear infinite;
	-webkit-animation: upDown3 5s linear infinite;
}

@keyframes upDown1 {
	0% {
		-webkit-transform: rotate(0deg) translateX(0) scale(1);
		transform: rotate(0deg) translateX(0) scale(1);
	}

	50% {
		-webkit-transform: rotate(-5deg) translateX(-25px) scale(1.1);
		transform: rotate(-5deg) translateX(-25px) scale(1.1);

	}

	100% {
		-webkit-transform: rotate(0deg) translateX(0) scale(1);
		transform: rotate(0deg) translateX(0) scale(1);
	}
}

@-webkit-keyframes upDown2 {
	0% {
		-webkit-transform: rotate(0deg) translateX(0) scale(1);
		transform: rotate(0deg) translateX(0) scale(1);
	}

	50% {
		-webkit-transform: rotate(5deg) translateX(25px) scale(1.1);
		transform: rotate(5deg) translateX(25px) scale(1.1);

	}

	100% {
		-webkit-transform: rotate(0deg) translateX(0) scale(1);
		transform: rotate(0deg) translateX(0) scale(1);
	}
}
@-webkit-keyframes upDown3 {
	0% {
		-webkit-transform: rotate(0deg) translateX(0) scale(1);
		transform: rotate(0deg) translateX(0) scale(1);
	}

	50% {
		-webkit-transform: rotate(2deg) translateX(-15px) scale(1.1);
		transform: rotate(2deg) translateX(-15px) scale(1.1);

	}

	100% {
		-webkit-transform: rotate(0deg) translateX(0) scale(1);
		transform: rotate(0deg) translateX(0) scale(1);
	}
}
.title .line {
	width: 58px;
	height: 3px;
	background: #0091CE;
	margin-top: 15px;
}

.title.center .line {
	margin: 0 auto;
	margin-top: 15px;
}
.wid50 {
	width: 50%;
}

.wid100 {
	width: 100%;
}

.deng {
	/* font-family: "等线"; */
}

.bold {
	font-weight: bold;
}

.radio10 {
	border-radius: 10px;
}

.space0 {
	letter-spacing: 0;
}

.space1 {
	letter-spacing: 1px;
}

.space2 {
	letter-spacing: 2px;
}

.space3 {
	letter-spacing: 3px;
}

.space4 {
	letter-spacing: 4px;
}

.space8 {
	letter-spacing: 8px;
}

.font19 {
	font-size: 19px;
}

/*文字对齐*/
.tx_jus {
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: center;
	/* ie9*/
	-moz-text-align-last: justify;
	/*ff*/
	-webkit-text-align-last: justify;
	/*chrome 20+*/
}

.tx_jus_r {
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: right;
	/* ie9*/
	-moz-text-align-last: justify;
	/*ff*/
	-webkit-text-align-last: justify;
	/*chrome 20+*/
}

.tx_jus_l {
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: left;
	/* ie9*/
	-moz-text-align-last: justify;
	/*ff*/
	-webkit-text-align-last: justify;
	/*chrome 20+*/
}

button {
	cursor: pointer;
}

.par70 {
	padding: 70px 0;
}

.par50 {
	padding: 50px 0;
}

.par60 {
	padding: 60px 0;
}

.par80 {
	padding: 80px 0;
}

.par90 {
	padding: 90px 0;
}

.par100 {
	padding: 100px 0;
}

.tab li {
	cursor: pointer;
}

#tabCon {
	position: relative;
}

#tabCon .tab_cell {
	display: none;
}

#tabCon .tab_cell:first-child {
	display: block;

}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #858585;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #858585;
}


input:-ms-input-placeholder,
textarea::-ms-textarea-placeholder {
	/* Internet Explorer 10-11 */
	color: #858585;
}

.shuju .num sup {
    display: inline-block;
    transform: translateY(-10%);
    line-height: 1;
}

/*返回顶部*/

.backTop {
	position: fixed;
	z-index: 999;
	right: 50px;
	bottom: 50px;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 1px #0091CE solid;
	border-radius: 50%;
	display: none;
}

.backTop p {
	display: flex;
	width: 100%;
	height: 100%;
}

.backTop:hover {
	background: #0091CE;
}

.backTop:hover img {
	filter: grayscale(100) brightness(200);
}

.backTop img {
	height: 25px;
}

.abDiv .wrap{
	width: 1240px;
}

.abDiv .title {
	margin-left: 10%;
}
.title {
	line-height: 1.2;
}

/*banner*/

.banner {
	height: 100vh;
	overflow: hidden;
}
.banner .wrap{
	width: 80%;
}
.banner>img.bgImg {
	height: 100%;
	object-fit: cover;
	transform: scale(1.05);
	transition: all 2s;
}

.banner img.over {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 9;
	max-width: 40%;
}

.banner.action>img.bgImg {
	transform: scale(1);
}

.banner:hover>img.bgImg {
	transform: scale(1);
}

.banner .wenzi {
	width: 100%;
	height: 100%;
	z-index: 9;
}

.banner .wenzi .wrap {
	margin-bottom: 5vw;
}

/*底部联系*/

.contactBott .wrap {
	width: 90% !important;
}

.contactBott .content ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.contactBott ul li {
	padding: 0 3vw;
	width: 30%;
	position: relative;
}

.contactBott ul li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: rgba(255, 255, 255, .3);
}

.contactBott ul li:last-child:before {
	display: none;
}

.contactBott ul li .nrDiv {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}


.contactBott ul li .nrDiv img {
	margin-right: 10px;
	height: 24px;
	margin-top: 9px;
}


@media screen and (max-width:1800px) {
	.font12 {
		font-size: 12px;
	}

	.font14 {
		font-size: 13px;
	}

	.font15 {
		font-size: 14px;
	}

	.font16 {
		font-size: 14px;
	}

	.font17 {
		font-size: 16px;
	}

	.font18 {
		font-size: 17px;
	}

	.font20 {
		font-size: 16px;
	}

	.font24 {
		font-size: 22px;
	}

	.font28 {
		font-size: 24px;
	}

	.font30 {
		font-size: 28px;
	}

	.font36 {
		font-size: 32px;
	}

	.font42 {
		font-size: 36px;
	}

	.font48 {
		font-size: 42px;
	}

	.font60 {
		font-size: 50px;
	}

	.font70 {
		font-size: 52px;
	}

	.font72 {
		font-size: 54px;
	}

	.font78 {
		font-size: 60px
	}
	.title .line {
	    width: 52px;
	}
}

@media screen and (max-width: 1600px) {


	.font24 {
		font-size: 18px;
	}

	.font30 {
		font-size: 26px;
	}

	.font36 {
		font-size: 28px;
	}

	.font14 {
		font-size: 14px;
	}

	.font16 {
		font-size: 16px;
	}

	.font18 {
		font-size: 15px;
	}

	.font48 {
		font-size: 36px;
	}

	.mt15 {
		margin-top: 10px;
	}
	.title .line {
	    width: 50px;
	}
	.contactBott ul li .nrDiv img{
		margin-top: 3px;
	}
}

@media screen and (max-width: 1500px) {
	.contactBott ul li .nrDiv img{
		margin-top: 1px;
	}
	.title .line {
	    width: 40px;
	}
	.font48 {
		font-size: 32px;
	}

	.font24 {
		font-size: 18px;
	}

	.font30 {
		font-size: 21px;
	}

	.font36 {
		font-size: 28px;
	}

	.font28 {
		font-size: 20px;
	}

	.font14 {
		font-size: 12px;
	}

	.font16 {
		font-size: 13px;
	}

	.font18 {
		font-size: 15px;
	}

	.font48 {
		font-size: 29px;
	}

	.font60 {
		font-size: 36px;
	}

	.mt70 {
		margin-top: 50px;
	}

	.par100 {
		padding: 60px 0;
	}

	.mt50 {
		margin-top: 35px;
	}

	.mt15 {
		margin-top: 5px;
	}
	.font32 {
	    font-size: 22px;
	}
	.backTop {
		right: 20px;
	}
}


@media screen and (min-width:993px) and (max-width:1024px) {
	.font48 {
		font-size: 40px;
	}

	.font24 {
		font-size: 18px;
	}

	.font30 {
		font-size: 26px;
	}

	.font72 {
		font-size: 56px;
	}

	.font36 {
		font-size: 32px;
	}
	.banner img.over {
		height: 30%;
		bottom: 0;
		top: auto;
	}
	.contactBott .content ul li {
		width: 26%;
		text-align: center;
	}
	
	.contactBott .content ul li:last-child {
		border: 0;
	}
	.abDiv .wrap{
		width: 94%;
	}
	.abDiv .wrap .wenzi{
		margin-top: 12px!important;
	}

}
@media screen and (max-width:992px) {


	.line36,
	.line48 {
		line-height: 28px;
	}


	.font20,
	.font21,
	.font22,
	.font24,
	.font25,
	.font26,
	.font27,
	.font32,
	.font45,
	.font46,
	.font50 {
		font-size: 16px;
	}
	.font48{
		font-size: 20px;
	}
.font28 {
		font-size: 18px;
	}

	.font30,
	.font34,
	.font36,
	.font38{
		font-size: 18px;
	}
	.font40,
	.font48,
	.font60 {
		font-size: 22px;
	}

	.mt30,
	.mt40,
	.mt50,
	.mt60 {
		margin-top: 20px;
	}

	.mt70,
	.mt80,
	.mt90,
	.mt100,
	.mt110,
	.mt120,
	.mt130 {
		margin-top: 25px;
	}

	.mt160 {
		margin-top: 35px;
	}

	.mt5 {
		margin-top: 0;
	}
	.backTop {
		width: 36px;
		height: 36px;
		bottom: 15px;
		right: 15px;
	}
	
	.backTop img {
		height: 18px;
	}
	.abDiv .wrap{
		width: 92%;
	}
	.title .font30 {
		font-size: 18px;
		margin: 10px 0;
		margin-top: 5px;
	}
	.abDiv .title {
		margin-left: 0;
	}
	
	.title .line,
	.title.center .line {
		width: 35px;
		margin-top: 5px;
	}
	.title .line {
		margin: 30px 0;
		margin-top: 10px;
	}
	.banner .font60 {
		font-size: 26px;
	}
	
	.banner img.over {
		display: none;
	}
	
	.banner {
		text-align: center;
	}
	
	.banner {
		/* background-size: 110% 90%!important; */
		background-position: 29% !important;
		/* transition: all 2s; */
	}
	
	.banner.action {
		/* background-size: 280% 100%!important; */
	}
	
	.banner>img.bgImg {
		display: none;
	}
	
	
	.banner .font24 {
		margin-top: 0;
	}
	.abDiv .wrap .wenzi .font30{
		font-size: 17px;
	}
	.contactBott .content ul li .font18{
		font-size: 15px!important;
	}
	.contactBott ul li .nrDiv{
		margin-top: 0!important;
	}
	.contactBott .content ul li p{
		font-size: 16px!important;
	}
	.contactBott .content ul {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	
	.contactBott .content ul li {
		width: 100%;
		text-align: left;
		padding-left: 20px;
		margin-bottom: 25px;
		border-right: 1px rgba(255, 255, 255, .3) solid;
	}
	
	.contactBott ul li:before {
		display: none;
	}
	
	.contactBott ul li .nrDiv {
		justify-content: flex-start;
		margin-top: 10px;
		font-size: 18px;
	}
	
	.contactBott ul li .nrDiv img {
		height: 18px;
		margin-top: 5px;
	}
	
	.contactBott ul li p {
		font-size: 18px;
	}
	
	
	.contactBott {
		padding-top: 50px!important;
		padding-bottom: 50px;
	}
	
	
}

@media screen and (min-width: 768px) and (max-width:992px) {

	.font20,
	.font21,
	.font22,
	.font24,
	.font25,
	.font27,
	.font45 {
		font-size: 16px;
	}

	.font30,
	.font32,
	.font35,
	.font34,
	.font38{
		font-size: 20px;
	}
	.font40,
	.font46,
	.font48,
	.font50,
	.font60 {
		font-size: 28px;
	}

	.mt30,
	.mt40,
	.mt50,
	.mt60 {
		margin-top: 20px;
	}

	.mt70,
	.mt80,
	.mt90,
	.mt100,
	.mt110,
	.mt120,
	.mt130 {
		margin-top: 25px;
	}
	.banner>img.bgImg {
		min-height: 45vh;
		object-fit: cover;
	}
	
}
