body {
	margin: 0px;
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-variant: tabular-nums;
	background-color: #fff;
}

/*定义滚动条轨道 宽度*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #13c2c2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #13c2c2;
}

.navbar {
	border: none;
	background-color: #fff;
	box-sizing: border-box;
}

.navbar-brand {
	font-size: 24px;
	font-weight: bolder;
	color: rgba(0, 0, 0, 0.65);
	padding:4px 15px;
}
.navbar-brand img{
	height:44px;
}

.navbar-nav>li>a {
	color: rgba(0, 0, 0, 0.65);
	font-weight: bolder;
	font-size: 16px;
	color: #00a2b1;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
	color: #00893f;
	background-color: #fff;
}

.navbar-nav>.active>a {
	color: #00893f;
	text-shadow: 0 0 0.25px #00893f;
	border-bottom:2px solid #00893f;
	box-sizing: border-box;
}

.navbar-toggle .icon-bar {
	background-color: #36cfc9;
}
.formAll_top {
	margin-top: 55px;
    position: relative;
    background: url("../images/banner_1.png") no-repeat;
    background-position: center center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutWe_top{
	margin-top: 55px;
	position: relative;
	background: url("../images/breadcrumb.jpg") no-repeat;
	background-position: center center;
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aboutWe_top::before {
    background: #000;
    opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
}
.formAll_top_texts {
	max-width: 1200px;
    height: 189px;
}

.formAll_top_text1 {
    margin-bottom: 14px;
    font-size: 44px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 54px;
}

.formAll_top_piece {
    width: 50px;
    height: 6px;
    background: #FBC93B;
    margin-bottom: 19px;
}

.row-item {
	margin: auto;
	max-width: 1200px;
	clear: both;
}

.row-item-title {
	text-align: center;
	font-size: 32px;
	line-height:1.3em;
	font-weight: bolder;
	padding: 60px 0 30px 0;
}

.row-item-detail {
	text-indent: 2em;
	font-size: 18px;
	line-height: 36px;
}

.row-item-card {
	margin: 18px 0px;
}

.row-item-card-title {
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	text-indent: 1em;
	color: #ffffff;
	background-image: linear-gradient(to right, #00a2af, #00be58);
}

.row-item-card-desc {
	margin-top: 18px;
	text-indent: 2em;
	font-size: 18px;
	line-height: 36px;
}
.row-item-card-images,
.row-item-card-images-line-1{
	text-align: center;
}
.row-item-card-images img{
	width:100%;
}
.row-item-card-images-line-1 img{
	max-width:435px;
	width:100%;
}

.row-item-card-desc li {
	text-indent: 0;
}

.row-item-card-row {
	margin: 18px 0px;
	padding: 150px 0px;
	text-align: center;
	line-height: 90px;
	font-size: 18px;
	color: #ffffff;
	background: linear-gradient(to top right, #00a2af 0%, #00be58 100%);
}

.row-item-card-title-line-3 {
	margin-top: 18px;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	text-indent: 1em;
	color: #ffffff;
	background-color: #00a2b1;
}

.row-item-card-desc-line-3 {
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	text-align: center;
	color: #ffffff;
	background-color: #22ac38;
}

.row-item-card-desc-line-3-detail {
	height: 110px;
	line-height: 36px;
	font-size: 18px;
	padding: 19px 70px;
	text-align: center;
	background-color: #dee2e8;
}



.row-item-card-line-8 {
	margin: 18px 0px;
	text-align: center;
	color: #ffffff;
	background-color: #28a5ac;
}

.tableLayouts thead {
	line-height: 48px;
	font-size: 16px;
	text-align: center;
	background-color: #00a2b1;
	color: #ffffff;
}

.tableLayouts tbody {
	height: 32px;
	line-height: 32px;
	font-size: 16px;
}

.tableLayouts tbody tr {
	border-top: 10px solid #ffffff;
}

.tableLayouts tbody tr:first-child {
	border: none;
}

.tableLayouts tbody tr td {
	padding: 16px 8px;
	vertical-align: text-top;
	background-color: #f7f8f8;
}

.tableLayouts tbody tr td:first-child {
	text-align: center;
	background-color: #e3f3f5;
	vertical-align: middle;
	padding: 0px 20px;
}

.editionContent {
	width: 60%;
	margin: auto;
	padding-left: 0px;
	margin-bottom:20px;
	display: flex;
	justify-content: space-between;
}

.editionContent li {
	list-style-type: none;
	margin: 0px 16px;
}

.editionContent>li>a {
	display: block;
	line-height: 2;
	color: rgba(0, 0, 0, 0.65);
	font-weight: bolder;
	font-size: 18px;
}

.editionContent>li>a:hover {
	color: #36cfc9;
	background-color: #fff;
}

.editionContent>.active>a {
	color: #13c2c2;
	border-bottom: 3px solid #13c2c2;
}

.tab-content-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.row-item-card-title-line-5 {
	background-color: #caeae5;
	color: #209759;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
}

.tab-content-card .row-item-card-desc {
	font-size: 16px;
}

.row-item-card-line-10-title {
	font-size: 24px;
	color: #00a2af;
	margin: 18px auto;
}

.row-item-card-line-4 {
	font-size: 22px;
	margin: 18px auto;
	padding: 0px 20px;
	height: 530px;
}

.row-item-card-line-4-1 {
	background-color: #d8f1f3;
}

.row-item-card-line-4-2 {
	background-color: #f0f0f0;
}

.row-item-card-line-4-3 {
	background-color: #d9ede2;
}

.row-item-card-line-4-title {
	text-align: center;
	padding-top: 36px;
}

.row-item-card-line-4-1 .row-item-card-line-4-title {
	color: #00a2b1;
}

.row-item-card-line-4-2 .row-item-card-line-4-title {
	color: #898989;
}

.row-item-card-line-4-3 .row-item-card-line-4-title {
	color: #22ac38;
}

.row-item-card-line-4-list {
	height: 90px;
	line-height: 90px;
	background-color: #00a2b1;
	text-align: center;
	margin: 36px 0px;
	color: #ffffff;
}

.row-item-card-line-4-list-3 {
	height: 110px;
	background-color: #22ac38;
	color: #ffffff;
	text-align: center;
	margin: 21px 0px;
	display: flex;
}

.row-item-card-line-4-list-3-en {
	height: 60px;
	line-height: 60px;
	width: 60px;
	background-color: #ffffff;
	color: #22ac38;
	text-align: center;
	border-radius: 50%;
	margin: auto;
}

.row-item-card-line-4-list-3-name {
	line-height: 110px;
	margin: auto;
}

.row-item-card-line-4-list-3-desc {
	font-size: 16px;
	text-align: left;
	margin: auto;
}

.row-item-card-line-4-list-2 {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
}

.row-item-card-line-4-list-2 ul {
	padding: 0px;
	margin: 0px;
}

.row-item-card-line-4-list-2 li {
	list-style-type: none;
	height: 52px;
	line-height: 52px;
	background-color: #898989;
	text-align: center;
	color: #ffffff;
}

.row-item-card-line-4-list-2 ul:first-child li {
	margin-top: 20px;
	width: 90px;
}

.row-item-card-line-4-list-2 ul:last-child li {
	margin-top: 12px;
	font-size: 16px;
	width: 180px;
}

.row-item-card-line-4-list-2 ul li:first-child {
	margin-top: 36px;
}

.row-item-card-line-4-list-2 ul:first-child li:first-child {
	margin-bottom: 36px;
}

.row-item-card-line-4-list-2 ul:first-child li:last-child {
	margin-top: 36px;
}

.footer {
	width: 100%;
	padding:50px 0px;
	background-color: #2d3237;
	clear: both;
	overflow: hidden;
}

.footer_container {
	max-width: 1200px;
	margin:auto;
	color: rgba(255, 255, 255, 0.90);
}
.footer_container ul{
	padding-left:30px;
}
.footer_container ul li{
	text-align: left;
	line-height: 36px;
}
.footer_container ul:nth-child(3) li,
.footer_container ul:nth-child(4) li{
	list-style-type: none;
}
.footer_container ul:nth-child(1) li:nth-child(1),
.footer_container ul:nth-child(2) li:nth-child(1){
	list-style-type: none;
}
.footer_container ul:nth-child(1) li:first-child,
.footer_container ul:nth-child(2) li:first-child,
.footer_container ul:nth-child(3) li:first-child{
	width:100px;
	font-size: 24px;
	line-height: 48px;
	border-bottom:5px solid #00a2af;
}
.footer_container ul:nth-child(4) li{
	text-align: center;
}
.footer_container ul:nth-child(4) li{
	text-align: center;
}
.footer_container a{
	color:#ffffff;
	text-decoration: none
}
.footer_container ul:nth-child(4) li:first-child{
	border:none;
}
.footer_container .qrcode {
	margin: auto;
	text-align: center;
}
.footer_container .qrcode img {
	width: 60%;
	margin:30% 20% 10% 20%;
}
.row-item-card-tool{
	width: 100%;
}
.row-item-card-tool-swipes{
	overflow: hidden;
	width: 85%;
	padding-left:17%;
	background-color: #00a2b1;
}
#myCarousel-line-9{
	display: flex;
	background-color: #ffffff;
}
#myCarousel-line-9
.carousel-indicators{
	display: block;
	position: inherit;
	left:0px;
	bottom: 0px;
	width:20%;
	padding:52px 0px;
	margin: 0px;
	background-color: #00a2b1;
}
#myCarousel-line-9
.carousel-inner{
	width:80%;
	margin:20px;
}
#myCarousel-line-9
.carousel-indicators li {
	text-align: left;
	width:100%;
	padding:15px;
	display: block;
	height:auto;
	font-weight: bolder;
	font-size: 16px;
	background-color: #00a2af;
	color: #ffffff;
	text-indent:0px;
	border-radius: 0px;
	border: none;
	margin:0px;
}

#myCarousel-line-9
.carousel-indicators .active{
	background-color: #ffffff;
	color: #00a2af;
	height:auto;
} 

 #myCarousel-line-10
.carousel-indicators li {
	width: 50px;
	border-color: #00a2af;
	background-color: #ffffff;
}

#myCarousel-line-10
.carousel-indicators .active{
	background-color: #00a2af;
} 
	
.aboutWe .aboutWe-title{
	font-size: 28px;
	color: #333333;
	line-height: 56px;
	margin: 60px auto 25px auto;
	text-align: center;
}
.aboutWe .aboutWe-text{
	margin:auto;
	text-align: center;
	font-size: 12px;
}
.aboutWe .aboutWe-text .china{
	font-size: 16px;
}
.contactInformation li{
	list-style-type: none;
}
.contactInformation li:first-child{
	font-size: 30px;
	line-height: 90px;
}
.contactInformation li div:first-child{
	color: #00a2b1;
	font-size: 18px;
	line-height: 54px;
}

@media (max-width: 750px) {
	.row-item-card-line-8 {
		padding: 50px 0px;
		line-height: 36px;
		font-size: 18px;
	}

	.tab-content-card>.row-item-card{
		width: 100%;
	}
	
	.row-item-card-tool-swipes{
		width: calc(100% - 60px);
		padding-left:0px;
		margin:0px 30px;
	}
	.row-item-card-tool-swipes>div{
		display: flex;
		flex-wrap: wrap;
	}
	#myCarousel-line-9
	.carousel-indicators{
		width: 100%;
	}
	#myCarousel-line-9
	.carousel-inner{
		width:100%;
	}
	
}

@media (min-width: 750px) and (max-width: 970px) {
	.row-item-card-line-8 {
		padding: 80px 0px;
		line-height: 44px;
		font-size: 22px;
	}

	.tab-content-card>.row-item-card {
		width: 48%;
	}
	
	.row-item-card-tool-swipes{
		width: calc(100% - 60px);
		padding-left:0px;
		margin:0px 30px;
	}
}

@media (min-width: 970px) and (max-width:1200px) {
	.row-item-card-line-8 {
		padding: 80px 0px;
		line-height: 52px;
		font-size: 26px;
	}

	.tab-content-card>.row-item-card {
		width: 23%;
	}
	
	.row-item-card-tool-swipes{
		width: 90%;
		padding-left:5%;
	}
	.contactInformation li:first-child{
		font-size: 24px;
		line-height: 72px;
	}
}

@media (min-width: 1200px) {
	.row-item-card-line-8 {
		padding: 150px 0px;
		line-height: 56px;
		font-size: 28px;
	}

	.tab-content-card>.row-item-card {
		width: 18%;
	}
	.contactInformation li:first-child{
		font-size: 28px;
		line-height: 84px;
	}
}