/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#f8f8f8}
::-webkit-scrollbar-thumb{background:#20a1dd;height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:#20a1dd}
::-webkit-scrollbar-thumb:vertical:hover{background:#20a1dd}

body{
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	min-width:320px;
	font-size:14px;
	color: #333;
	word-break: break-word;
	font-family: '微软雅黑', Arial;
}
a {text-decoration: none;}
a:hover {color: #20a1dd;}
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet {
	border: none;
	outline: none;
}
.fp-watermark {
	display: none;
}
.wrapper {
	min-height: 70vh;
	padding-top: 56px;
	overflow: hidden;
}
.wrapper-main {
	padding: 50px 0;
	position: relative;
}
.container {
	padding-left: 15px;
	padding-right: 15px;
}
.img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.ellipsis {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.clamp2 {
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.clamp3 {
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row>* {
	padding: 0 15px;
	margin-bottom: 30px;
}
.list a {
	display: block;
	color: #333;
}
.list .h2 {
	font-size: 18px;
	margin: 15px 0 0;
}
.InfoContent {
	color: #666;
	line-height: 2;
}
.InfoContent p {
	margin: 0;
}
.InfoContent h2 {
	font-size: 20px;
	color: #333;
	margin: 0 0 15px;
}
.InfoContent img {
	display: inline-block;
	max-width: 100%;
}
.hrefAnchor {
    position: absolute;
    top: -80px;
}

@media (min-width:576px) and (max-width:767px) {
	.container {
		max-width: none;
	}
}
@media (max-width:767px) {
	.pc-show {
		display: none!important;
	}
}
@media (min-width:768px) {
	.wrapper {
		padding-top: 70px;
	}
	.wrapper-main {
		padding: 70px 0;
	}
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	.min-show {
		display: none!important;
	}
	.InfoContent {
		font-size: 16px;
	}
}
@media (min-width:992px) {
	.wrapper {
		padding-top: 80px;
	}
}
@media (min-width:1600px) {
	.container {
		width: 90%;
		max-width: 1400px;
	}
}

/*foot*/
.gotop{width:40px;height:40px;background:url(../images/icon/gotop.png) no-repeat center;background-size:contain;position:fixed;right:20px;bottom:40px;cursor:pointer;display:none;transition:all .5s;z-index: 10;}
.gotop:hover{background:url(../images/icon/gotop1.png) no-repeat center;background-size:contain;}

.footer{position: relative;width:100%;left:0;bottom:0;background:#20a1dd;color:#fff;z-index:2;font-size:12px;line-height: 20px;overflow: hidden;}
.footer a{color:#fff;}
.footer a:hover{color:rgba(255,255,255,.6);}

.copyright {
	border-top: 1px rgba(255,255,255,.2) solid;
	padding: 15px 0;
}
.copyright a {
	display: inline-block;
}

.foot-top {
	padding-top: 30px;
}
.foot-logo {
	flex: 0 0 auto;
	position: relative;
	padding-right: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
}
.foot-nav {
	margin: 0 -15px 20px;
	display: flex;
	flex-flow: row wrap;
}
.foot-nav a {
	display: inline-block;
	padding: 0 15px;
	margin: 6px 0;
}

@media (max-width: 767px) {
	.gotop{width:30px;height:30px}
}
@media (min-width: 991px) {
	.foot-top {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.foot-logo {
		padding-right: 50px;
		margin-right: 50px;
		margin-bottom: 20px;
	}
	.foot-logo:after {
		content: "";
		width: 1px;
		height: 68px;
		background-color: rgba(255,255,255,.2);
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -34px;
	}
	.foot-nav {
		max-width: 360px;
	}
	.foot-nav a {
		display: inline-block;
		width: 33.33333%;
		padding: 0 10px;
		margin: 6px 0;
	}
}
@media (min-width: 992px) {
	
}
@media (min-height: 600px) and (min-width: 1000px){
	.gotop{right:5px;bottom:55px;}
}
@media (min-width: 1200px) {
	
}

/*导航*/
.header .navbar {
	padding: 0;
	background-color:#fff;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.header .navbar-brand {
	padding: 10px 0;
}
.navbar-brand .navbar-brand-item {
	display: block;
	height: 36px;
}

.header .nav-item {
	position: relative;
}
.header .nav-link {
	color: #333;
	padding: 10px 0;
}
.header .nav-link::after {
	content: "";
	width: 0;
	height: 2px;
	background-color: #20a1dd;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header .active .nav-link::after,
.header .nav-link:hover::after {
	width: 100%;
}
.navbar-nav .nav-link:hover,
.navbar-nav  .active .nav-link {
	color: #20a1dd;
}
.header .navbar-toggler {
	padding: 0;
	border: none;
	width: 30px;
	height: 30px;
}
.header .navbar-toggler:focus {
	box-shadow: none;
}
.header .navbar-toggler .icon-bar {
	width: 30px;
	height: 2px;
	background-color: #20a1dd;
	display: block;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header .navbar-toggler .icon-bar+.icon-bar {
	margin-top: 6px;
}
.header .navbar-toggler[aria-expanded=true] .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 4px;
}
.header .navbar-toggler[aria-expanded=true] .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -4px;
}
.header .navbar-toggler[aria-expanded=true] .icon-bar:nth-child(2) {
	display: none;
}

@media (min-width:768px) {
	.navbar-brand .navbar-brand-item {
		height: 50px;
	}
	.header .nav-link {
		font-size: 16px;
		line-height: 30px;
	}
}
@media (min-width:992px) {
	.header .navbar-expand-lg .navbar-nav .nav-link {
		padding: 0;
	}
	.header .nav-item+.nav-item {
		margin-left: 60px;
	}
	.header .nav-item {
		padding: 25px 0;
	}
	.header .nav-link {
		font-size: 18px;
	}
	.header .nav-link::after {
		bottom: 20px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.header .active .nav-link::after,
	.header .nav-link:hover::after {
		width: 20px;
	}
}
@media (min-width:1200px) {
	.header .nav-item+.nav-item {
		margin-left: 80px;
	}
}
@media (min-width:1400px) {
	.header .nav-item+.nav-item {
		margin-left: 100px;
	}
}

/* banner */
.banner-text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 30px;
}
.banner-text h2 {
	font-size: 24px;
	line-height: 1.4;
	margin: 0;
	opacity: 0;
	-webkit-transform:translateY(50px);
	transform:translateY(50px);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.banner .swiper-slide-active .banner-text h2 {
	opacity: 1;
	-webkit-transform: none!important;
	transform: none!important;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.banner .swiper-slide-active .banner-text h2.fw-bold {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	color: #fff;	
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	font-size: 20px;
}
.banner .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	opacity: 1;
	margin: 0 10px!important;
}
.banner .swiper-pagination-bullet-active {
	background-color: #20a1dd;
}
.banner .swiper-pagination-bullet:last-child::after {
	
}

@media (min-width:768px) {
	.banner-text {
		padding: 30px 80px;
	}
	.banner-text h2 {
		font-size: 28px;
	}
	.banner .swiper-pagination {
		bottom: 20px;
	}
}
@media (min-width:1200px) {
	.banner-text h2 {
		font-size: 36px;
	}
}
@media (min-width:1400px) {
	.banner-text h2 {
		font-size: 48px;
	}
}


.indexTitle {
	position: relative;
	margin-bottom:30px;
	text-align: center;
}
.indexTitle .h2 {
	font-size: 24px;
	color: #20a1dd;
}
.indexTitle .h2:after {
	content: "";
	width: 32px;
	height: 1px;
	background-color: #000;
	display: block;
	margin: 15px auto;
}
.indexTitle .en {
	display: block;
	font-family: arial;
	text-transform: uppercase;
}
.indexTitle .p {
	margin:15px auto 0;
	line-height:24px;
}

@media (max-width: 767px) {
	.indexTitle .p>br{display: none;}
}
@media (max-width: 479px) {
	.indexTitle .h2{font-size:20px;}
}
@media (min-width: 768px) {
	.indexTitle {
		margin-bottom:45px;
	}
	.indexTitle .h2 {
		font-size: 30px;
	}
	.indexTitle .en,
	.indexTitle .p {
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.indexItem{padding:55px 0;}
	.indexTitle{margin-bottom:45px;}
	
}
@media (min-width: 1200px) {
	.indexTitle {
		margin-bottom:50px;
	}
	.indexTitle .p {
		margin-top:20px;
	}
}

.index-about-list {
	align-items: center;
}
.index-about-list .column {
	margin-bottom: 20px;
}
.index-about-list .title .h2 {
	font-size: 18px;
	color: #000;
}
.index-about-list .title span {
	display: block;
	font-size: 12px;
	font-family: arial;
	margin-top: 5px;
}
.index-about-list .info {
	line-height: 24px;
	margin-top: 15px;
}
.index-about-list .info p+p {
	margin-top: 10px;
}
.index-about-list .more {
	margin-top: 30px;
}
.index-about-list .more a {
	display: block;
	width: 120px;
	height: 40px;
	background-color: #adc93b;
	color: #fff;
	text-align: center;
	line-height: 20px;
	padding: 10px;
}

@media (min-width: 768px) {
	.index-about-list .title .h2 {
		font-size: 20px;
	}
	.index-about-list .title span {
		font-size: 14px;
	}
	.index-about-list .info {
		font-size: 16px;
		line-height: 28px;
		margin-top: 35px;
	}
}
@media (min-width: 992px) {
	.index-about-list .title .h2 {
		font-size: 24px;
	}
	.index-about-list .title span {
		font-size: 16px;
	}
	.index-about-list .col-md-7 {
		width: 57.718121%;
	}
	.index-about-list .col-md-5 {
		width: 42.281879%;
	}
}
@media (min-width: 1200px) {
	.index-about-list {
		margin-left: -45px;
		margin-right: -45px;
	}
	.index-about-list .column {
		padding-left: 45px;
		padding-right: 45px;
	}
}


.ser_list {
	margin-left: -10px;
	margin-right: -10px;
}
.ser_list .column {
	padding: 0 10px;
	margin-bottom: 20px;
}
.ser_list .h5 {
	background-color: #fff;
	font-size:14px;
	line-height: 20px;
	font-weight: 700;
	padding:10px;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.ser_list .inner:hover .h5 {
	color:#20a1dd
}
.ser_list .img:after,
.ser_list .img:before {
	content:"";
	width:130%;
	height:130%;
	background-color:rgba(0,0,0,.5);
	position:absolute;
	-webkit-transform:rotate(-36deg);
	transform:rotate(-36deg);
	-webkit-transition:all .6s;
	transition:all .6s
}
.ser_list .img:before {
	left:-110%;
	top:-110%
}
.ser_list .img:after {
	right:-110%;
	bottom:-110%
}
.ser_list .inner:hover .img:before {
	left:-45%;
	top:-55.5%
}
.ser_list .inner:hover .img:after {
	right:-45%;
	bottom:-55%
}

@media (max-width:767px){
	.ser_list .column {
		width: 50%;
	}
}
@media (max-width:479px){
	.ser_list .column {
		width: 100%;
	}
}
@media (min-width:768px){
	.ser_list .h5 {
		font-size:16px;
		padding:20px 0;
	}
}
@media (min-width:1200px){
	.ser_list .h5 {
		font-size:18px;
		line-height: 30px;
		padding: 15px;
		}
	.ser_list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.ser_list .column {
		padding: 0 20px;
	}
}

.service-list {
	overflow: hidden;
}
.service-list .inner {
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
	height: 100%;
	background-color: #f8f8f8;
	padding: 30px;
}
.service-list .inner:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.service-list .icon img {
	display: block;
	width: 50px;
	margin: 0 auto;
}
.service-list .h2 {
	font-size: 18px;
	margin: 15px 0 0;
}
.service-list .p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.service-list .p p+p {
	margin-top: 10px;
}
.service-list .num {
	display: block;
	font-size: 24px;
	color: #d1d1d0;
	font-family: 'Gilroy-B';
	line-height: 1;
	text-align: left;
	margin-bottom: 20px;
}

@media (min-width:768px) {
	.service-list .h2 {
		font-size: 22px;
	}
	.service-list .p {
		font-size: 16px;
	}
	.service-list .icon img {
		width: 80px;
	}
}
@media (min-width:1200px) {
	.service-list .icon img {
		width: 100px;
	}
}

/*首页 - 联系我们*/
.list-group1 .column {
	margin-bottom: 20px;
}
.list-group1 .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
}
.list-group1 .icon {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}
.list-group1 .icon img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.list-group1 .iconHover {
	opacity: 0;
}
.list-group1 .text p {
	margin: 0;
}
.list-group1 .text p+p {
	margin-top: 5px;
}

.list-group1 .map #dituContent {
	height: 360px;
	border: 0;
}

@media (max-width: 479px) {
	.list-group1 .map #dituContent {
		height: 240px;
	}
}
@media (min-width: 768px) {
	.list-group1 .item {
		padding: 25px;
		display: flex;
		flex-direction: row;
		align-items: center;
		min-height: 120px;
		position: relative;
		margin-bottom: 0;
	}
	.list-group1 .item:before,
	.list-group1 .item:after {
		content: "";
		width: 0;
		position: absolute;
		left: 0;
		z-index: -1;
		-webkit-transition: all .8s;
		transition: all .8s;
	}
	.list-group1 .item:before {
		height: 100%;
		background-color: #20a1dd;
		top: 0;
	}
	.list-group1 .item:after {
		height: 0;
		border-top: 16px transparent solid;
		border-bottom: 16px transparent solid;
		border-left: 25px #20a1dd solid;
		top: 50%;
		margin-top: -16px;
		opacity: 0;
	}
	.list-group1 .icon {
		flex: 0 0 auto;
		width: 30px;
		height: 30px;
		overflow: hidden;
		position: relative;
		margin-right: 25px;
	}
	.list-group1 .icon img {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.list-group1 .iconHover {
		opacity: 0;
	}
	.list-group1 .text {
		font-size: 16px;
		line-height: 24px;
	}
	.list-group1 .text p+p {
		margin-top: 10px;
	}
	.list-group1 .item:hover:before {
		width: 100%;
	}
	.list-group1 .item:hover:after {
		left: 100%;
		opacity: 1;
	}
	.list-group1 .item:hover .text {
		color: #fff;
	}
	.list-group1 .item:hover .iconDefault {
		opacity: 0;
	}
	.list-group1 .item:hover .iconHover {
		opacity: 1;
	}
	
	.list-group1 .map #dituContent {
		height: 360px;
		border: 0;
	}
}
@media (min-width: 992px) {
	.list-group1 .col-md-5 {
		width: 42.28188%;
	}
	.list-group1 .col-md-7 {
		width: 57.71812%;
	}
}
@media (min-width: 1200px) {
	.list-group1 {
		margin-left: -45px;
		margin-right: -45px;
	}
	.list-group1 .column {
		padding: 0 45px;
	}
}