.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #222;
	margin-right: 5px;
	opacity: 0.4;
	background: #fff;
	cursor: pointer;
}

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px !important;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 999;
	text-align: center;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #fff;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin-right: 8px;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

#swiper.bars .swiper-pagination-bullet {
	background-color: #875c1f;
}

#swiper.shops .swiper-pagination-bullet {
	background-color: #68b8a2;
}

#swiper.shops .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;

}


button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #ffffff;
}

.swiper-pagination-bullet-active {
	background-color: #fff;
	width: 40px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#swiper.bars .swiper-pagination-bullet-active {
	background-color: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}



.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}


.h_lHisPrev,
.h_lHisNext,
.HisPrev,
.HisNext {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 33px;
	height: 33px;
	z-index: 9;
}

.box {
	width: 1600px;
	margin: 0 auto
}

.header {
	line-height: 100px;
	padding-left: 40px;
	position: fixed;
	width: 100%;
	top: 0;
	background: #fff;
	z-index: 999;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.065);
}

.none,
.wap_sw {
	display: none;
}

.header .core {
	margin-right: 0.18rem;
}

.header .core dl {
	position: relative;
}

.header .core dt {

	cursor: pointer;

}

.header .core dd {
	width: 100px;
	position: absolute;
	left: 10px;
	z-index: 999;
	left: 50%;
	margin-left: -50px;
	top: 60px;
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
}

.header .core dd img {
	padding: 5px;
}

.header .language {
	background: #14b0a7;
	width: 110px;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
}

.header .language a {
	color: #fff;
}

.header .language img {
	margin: 0 6px;
}

.header .nav li {
	height: 100px;
	position: relative;
	padding: 0 30px;
	border-top: 3px #fff solid;
	border-top: 3px #fff solid;
	background: #fff;
	cursor: pointer;
}

#header.header .nav li {
	padding: 0 55px;
	text-transform: uppercase;
}

.header .nav li.cur,
.header .nav li:hover {
	border-top: 3px #14b0a7 solid;
	background: #e7f7f6;
}

.header .nav li a {
	display: block;
}

.header .nav li.cur a {
	color: #14b0a7;
	font-weight: bold;
}

#swiper.en_swiper dd p {
	font-size: 36px;
	line-height: 48px;
	width: 885px;
	margin: 20px 0 60px 0;
	text-transform: uppercase;
}

.header .nav li:hover a {
	color: #14b0a7;
}

#index .pub_tit h2 {
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 40px;
	text-transform: uppercase;
}

#swiper,
#banner {
	margin-top: 100px;
}

#swiper dd {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
}

#swiper dd em {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: lighter;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#swiper dd p {
	font-size: 50px;
	line-height: 72px;
	width: 750px;
	margin: 20px 0 60px 0;
}

#swiper .swiper-container-horizontal>.swiper-pagination-bullets,
#swiper .swiper-pagination-custom,
#swiper .swiper-pagination-fraction {
	width: 1600px;
	margin: 0 auto;
	text-align: left;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	bottom: 80px;
}

.header .core dd {
	width: 100px;
	position: absolute;
	left: 10px;
	z-index: 999;
	left: 50%;
	margin-left: -50px;
	top: 85px;
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
}

.pub_60 {
	padding: 60px 0;
}

.pub_tit h2 {
	color: #00aba5;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 40px;
}

.index_one {
	background: #f4f4f4;
}
 ::-webkit-scrollbar {
  display:none;
  width:0;
  height:0;
  color:transparent;
}
.index_one dl {
	width: 23.125%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.21)
}

.index_one dt {
	height: 600px;
}
.tech_ten dl em{
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.index_one dd p {
	font-size: 24px;
	color: #555;
	font-weight: lighter;
	text-transform: uppercase;
}

.index_one#index_one dd p sup {
	font-size: 16px;
}

.index_one dd p sup {
	font-size: 20px;
	font-weight: lighter;
	margin-left: 6px;
}

.index_one dd {
	position: absolute;
	top: 50px;
	left: 35px;
	height: 480px;
}

.index_one dd h2 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 15px;
	text-transform: capitalize;
}

.index_one dd em {
	position: absolute;
	bottom: 0;
	left: 0;
}

.index_one dl:hover dd em {
	left: 45%;
}

.index_tow {
	background: url(../images/bg_1.jpg) no-repeat;
}

.index_tow .wrod p {
	font-size: 16px;
	line-height: 30px;
	color: #555;
}

.index_tow .wrod {
	margin: 70px auto;
}

.index_tow .dl {
	justify-content: center;
}

.index_tow .dl dl {
	margin: 0 80px;
	text-align: center;
	cursor: pointer;
}

.index_tow .dl dd h2 {
	font-size: 60px;
	font-weight: bold;
	margin: 20px auto 10px auto;
}

.index_tow .dl dd h2 em {
	font-size: 30px;
	margin-left: 6px;
}

.index_tow .dl dd p {
	color: #555555;
	text-transform: capitalize;
}

.index_tow .more {
	margin: 105px auto 90px auto;
	text-align: center;
}

.footer {
	background: #333333;
	padding: 22px 0;
	color: #cccccc;
	font-size: 14px;
}

.footer span i {
	margin: 0 10px;
}

.footer span i:last-child {
	display: none;
}

.footer p {
	color: #777777;
	text-align: right;
	margin-top: 10px;
}

.footer p a {
	color: #777;
	margin-left: 15px;
}

.footer span img {
	margin-right: 10px;
}

.wap_show {
	display: none;
}

#banner dt img {
	width: 100%;
	height: 3rem;
	object-fit: cover;
}

#banner dd {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: lighter;
	text-transform: uppercase;
	width: 100%;
}

#banner dd h2 {
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 8px;
}

.pub_ck {
	padding: 25px 0;
	border-bottom: 1px #e8eaeb solid;
}

.pub_ck em {
	padding: 0 25px;
	margin: 0 35px;
	cursor: pointer;
	position: relative;
}

.pub_ck em i {
	display: block;
	width: 100%;
	height: 3px;
	bottom: -27px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
}

.tech_tow .dl dl img {
	display: block;
	margin: 0 auto;
}

.pub_ck em.cur i,
.pub_ck em:hover i {
	background: #14b0a7;
}

.pub_ck em.cur {
	color: #14b0a7;
	font-weight: bold;
}

.pub_ck em:hover {
	color: #14b0a7;
}

.pub_title {
	margin-bottom: 45px;
}

.pub_title h2 {
	font-size: 44px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}

.tech_one .dl {
	background: #e7f7f6;
	padding: 20px;
	padding-left: 0;
}

.tech_one .word {
	width: 21.3%;
}

.tech_one .word p {
	font-size: 14px;
	color: #14b0a7;
	line-height: 24px;
	font-style: italic;
}

.tech_one .test {
	width: 33.54%;
}

.tech_one .tow {
	padding-top: 60px;
}

.tech_one .test .dl_dl {
	background: #f4f4f4;
	padding: 25px 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.tech_one .test .dl_dl:nth-child(2) {
	margin-top: 30px;
}

.tech_one .test .dl_dl p {
	line-height: 30px;
	color: #777;
	font-size: 16px;
}

.tech_one .test:nth-child(1) .dl_dl p:last-child {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	font-style: italic;
	margin-top: 13px;
}

.tech_one .test .dl_dl p em {
	color: #14b0a7;
	font-weight: bold;
}

.tech_one .test .dl_dl p img {
	display: block;
	margin: 28px auto 0 auto;
}

.tech_tow {
	background: url(../images/teh_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.white h2 {
	color: #fff;
}

.tech_tow .dl dl:nth-child(1) {
	width: 55%;
}

.tech_tow .dl dl:nth-child(2) {
	width: 42.5%;
}

.tech_tow .dl dl {
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 40px 30px;
}

.tech_tow .dl h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 50px;
}

.tech_tow .dl dl:nth-child(1) p:last-child,
.tech_th .word p:last-child {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	font-style: italic;
	margin-top: 30px;
}

.tech_th {
	background: #f4f4f4;
}

.tech_th .dl {
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 35px 50px;
}

.tech_th .img {
	width: 69.0625%;
}

.tech_th .word {
	width: 21.6875%;
	padding-top: 110px;
}

.tech_th .word p {
	font-size: 18px;
	color: #777;
	line-height: 48px;
}

.tech_four {
	background: url(../images/teh_bg_2.jpg) no-repeat;
	background-size: 100% 100%;
}

.tech_four .dl {
	padding: 40px 50px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.tech_four .dl .word {
	width: 18.67%;
}

.tech_four .dl .word p {
	color: #777;
	margin-bottom: 20px;
	line-height: 30px;
}

.tech_four .dl .img {
	width: 72.67%;
}

.tech_four .dl h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 50px;
}

.tech_four .dl .word .txt p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	font-style: italic;
	margin-bottom: 0;
}

.tech_four .dl .word .txt {
	margin-top: 50px;
}

#menu1,
#menu2,
#menu3,
#menu4,
#menu5 {
	padding-top: 100px;
	margin-top: -100px;
}

.tech_one .dl .pic:nth-child(2) {
	width: 17.1875%;
}

.tech_one .dl .pic:nth-child(3) {
	width: 50.9375%;
}

.tech_one .tow .pic {
	width: 32.1875%;
}

.tech_four .dl .img p {
	width: 46.6%;
}

.tech_one .tow .test .dl_dl h2 {
	display: none;
}

.med_one .dl .one {
	width: 48.75%;
	background: #f4f4f4;
	padding: 0 35px 35px 35px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.med_one .dl .one dl {
	display: flex;
	justify-content: space-between;
}

.med_one .dl .one dt {
	width: 60%;
}

.med_one .dl .one dd {
	width: 36%;
	align-self: center;
}

.med_one .dl .one dd p {
	line-height: 30px;
	color: #777;
	margin-top: 25px;
	font-size: 16px;
}
.med_ones .word_txt {
  width: 36.2%;
}
.med_one .dl .one dd p:nth-child(1) {
	margin-top: 0;
}
.med_ones .word_txt .loop p {
  font-size: 14px;
  padding: 0 10px;
  text-align: left;
}
.med_one .dl .one h2 {
	background: url(../images/bg_name.png) no-repeat center;
	background-size: 300px 56px;
	height: 56px;
	line-height: 56px;
	font-size: 28px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 40px auto;
}
.med_one.med_ones .dl .one h2 {
	background: url(../images/bg_name_en.png) no-repeat center;
	background-size: auto;
	background-size: 570px 56px;font-size: 25px;
}

#add_four .one {
	width: 48.6%;
}

#add_four .one .tt {
	background: #f4f4f4;
	width: 71.42%;
	padding: 0 40px;
	padding-top: 35px;
}

#add_four .one .tt h3 {
	font-size: 22px;
	padding-bottom: 25px;
	font-weight: bold;
}

#add_four .one .tt .span {
	display: block;
	height: 1px;
	width: 100%;
	background: #cccccc;
}

#add_four .one .tt .span em {
	width: 80px;
	height: 3px;
	background: #333;
	display: block;
	position: relative;
	top: -1px;
	text-align: right;
}
#add_four .one .tt{
	padding-bottom: 30px;
}
#add_four .one .tt p {
	color: #777;
	font-size: 16px;
	line-height: 24px;
	margin-top: 30px;
}

#add_four .one:last-child {
	text-align: right;
}

#add_four .one:last-child .tt .span em {
	background: #14b0a7;
	float: right;
}

#add_four .one:last-child .tt p,
#add_four .one:last-child .tt p {
	color: #14b0a7;
}

#add_four .one:last-child .tt {
	background: #e7f7f6;
}

#add_four .one:last-child .tt h3 {
	color: #14b0a7;
}

#add_four .pics {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.app_one .dl {
	background: #f4f4f4;
	padding: 40px 50px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px
}
.app_one#app_one .dl .dl_dl dd p {
  font-size: 14px;
  line-height: 24px;
}
.app_one .dl .word {
	width: 32.89%;
	align-self: center;
}

.app_one .dl .word p {
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
}

.app_one .dl .word p:nth-child(1) {
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	font-style: normal;
}

.app_one .dl .dl_dl {
	width: 64.45%;
}

.app_one .dl .dl_dl dl {
	width: 30.41%;
	position: relative;
	cursor: pointer;
}

.app_one .dl .dl_dl dt {
	height: 215px;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}

.app_one .dl .dl_dl dt p {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0, 0, 0, 0.3);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.app_one .dl .dl_dl dd {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	width: 78%;
}

.app_one .dl .dl_dl dd p {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}

.app_one .dl .dl_dl dd h2 {
	font-size: 30px;
	width: 50px;
	height: 50px;
	background: #14b0a7;
	text-align: center;
	line-height: 50px;
	margin: 0 auto 15px auto;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
}

.tech_four #dl {
	padding: 40px 50px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.tech_four #dl table {
	width: 72%;
}

table.gridtable {
	color: #333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	text-align: center;
}

table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	background-color: #14b0a7;
	color: #fff;
}

table.gridtable th:nth-child(1) {
	-moz-border-radius: 8px 0 0 0;
	-webkit-border-radius: 8px 0 0 0;
	border-radius: 8px 0 0 0;
}

table.gridtable th:last-child {
	-moz-border-radius: 0 8px 0 0;
	-webkit-border-radius: 0 8px 0 0;
	border-radius: 0 8px 0 0;
}

table.gridtable tr:last-child td {
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	background-color: #f1faf9;
	color: #14b0a7;
}

table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #d6d9da;
	color: #777777;
	font-size: 16px;
	width: 20%;
}

.app_five {
	background: #f4f4f4;
}

.app_five .dl {
	padding: 40px 50px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.app_five .dl h2 {
	font-size: 28px;
	text-align: center;
	color: #333;
	font-weight: bold;
}

.app_five .dl h2 em {
	color: #14b0a7;
}

.app_five .dl_dl {
	margin: 0 auto
}

.app_five .dl_dl dl:nth-child(1) {
	padding-top: 30px;
}

.app_five .dl_dl dl {
	width: 50%;
	position: relative;
}

.app_five .dl_dl dl:nth-child(odd) {
	border-right: 1px #bfeae7 solid;
	text-align: right;
	padding: 30px 0;
	padding-right: 55px;
}

.app_five .dl_dl dl:nth-child(even) {
	padding-top: 90px;
	padding-left: 55px;
}

.app_five .dl_dl dd {
	position: relative;
}

.app_five .dl_dl .dt {
	position: absolute;
	top: 47%;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
}

.app_five .dl_dl dl:nth-child(odd) .dt {
	right: -70px;
}

.app_five .dl_dl dl:nth-child(even) .dt {
	left: -70px;
	top: 45%;
}

.tech_four .imged {
	width: 25.33%;
}

.app_five .dl_dl dd span {
	background: #f4f4f4;
	padding: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	position: relative;
}

.app_five .dl_dl dd span img {
	position: absolute;
	top: 50%;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
}

.app_five .dl_dl dl:nth-child(odd) dd span img {
	right: -13px;
}

.app_five .dl_dl dl:nth-child(even) dd span img {
	left: -13px;
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	top: 25%;
}

.app_five .dl_dl dd p {
	font-size: 16px;
	color: #777;
	line-height: 30px;
}

#metal_one .dl .one:nth-child(1) {
	width: 56.25%;
}

#metal_one .dl .one:nth-child(2) {
	width: 41.25%;
}

.img_pic {
	width: 58%;
	align-self: center;
}

.word_txt {
	width: 31.2%;
}

.word_txt .loop {
	background: #ddedec;
	padding: 25px 0;
	text-align: center;
	min-height: 150px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.word_txt .loop:last-child {
	margin-top: 20px;
}

.word_txt .loop p {
	font-size: 16px;
	line-height: 28px;
	color: #14b0a7;
}

#metal_one .one h5 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
}

#gridtable td {
	padding: 15px 0;
}

#gridtable #dl {
	padding: 40px;
}

#gridtable.tech_four .imged {
	width: 36.84%;
}

#gridtable.tech_four .gridtable {
	width: 60.52%;
}

#gridtable table.gridtable tr:last-child td {
	background: none;
	color: #777777;
}

#swipered {
	padding: 0 100px;
}

#swipered .swiper-container {
	padding-top: 20px;
}

#swipered .swiper-slide {

	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
}

.app_six .bg {
	margin-top: -15px;
}

#swipered .swiper-slide dl {
	position: relative;
}

#swipered .swiper-slide dt img {
	width: 100%;
}

#swipered .swiper-slide dd {
	position: absolute;
	padding: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #000000;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0, 0, 0, 0.4);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

#swipered .h_lHisNextd,
#swipered .h_lHisPrevd {
	display: block;
	position: absolute;
	cursor: pointer;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}

#swipered .h_lHisPrevd {
	left: 0px;
	background: url(../images/rt.png) center center no-repeat;
	width: 33px;
	height: 43px;
}

#swipered .h_lHisNextd {
	right: 0px;
	background: url(../images/lt.png) center center no-repeat;
	width: 33px;
	height: 43px;
}

#about .ab_one .img {
	width: 37.5%;
}

#about .ab_one .word {
	width: 59.0625%;
}

#about .ab_one .word .tit h2 {
	font-size: 44px;
	font-weight: bold;
	padding-bottom: 35px;
}

#about .ab_one .word .tit span {
	display: block;
	width: 100%;
	height: 2px;
	background: #eeeeee;
}

#about .ab_one .word .tit span em {
	display: block;
	width: 60px;
	height: 6px;
	position: relative;
	top: -2px;
	background: #14b0a7;
}

#about .ab_one .word p {
	font-size: 16px;
	color: #777;
	line-height: 36px;
	text-indent: 2em;
}

#about .ab_one .word .txt {
	margin-top: 30px;
}

#about .ab_one .word .txt h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin: 25px 0;
}

#about .four {
	border: 2px #eeeeee solid;
	margin-top: 50px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 3px 2px 0px rgba(244, 244, 244)
}

#about .four dl {
	flex: 1;
	text-align: center;
	padding: 40px 0;
	border-left: 2px #eeeeee solid;
}

#about .four dl:nth-child(1) {
	border-left: 0;
}

#about .four dt {
	color: #14b0a7;
	font-size: 50px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
}

#about .four dt em {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin-left: 8px;
}

#about .four dd {
	font-size: 16px;
	margin-top: 6px;
}

.green.pub_title h2 {
	color: #14b0a7;
}

#about .ab_tow {
	background: url(../images/ab_bg_1.jpg) no-repeat;
	background-size: 100% 100%;
}

#about .ab_tow .one {
	width: 48.125%;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 3px 2px 0px rgba(244, 244, 244);
	padding: 40px;
}

#about .ab_tow .one dl {
	display: flex;
	justify-content: space-between;
}

#about .ab_tow .one dt {
	width: 29%;
	height: 200px;
	overflow: hidden;
}

#about .ab_tow .one dd {
	width: 65%;
	align-self: center;
}

#about .ab_tow .one dd h2 {
	font-size: 28px;
	font-weight: bold;
}

#about .ab_tow .one dd em {
	color: #14b0a7;
	font-weight: bold;
	display: block;
	margin: 12px 0 25px 0;
}

#about .ab_tow .one dd p,
#about .ab_tow .word p {
	font-size: 16px;
	color: #777;
	line-height: 30px;
}

#about .ab_tow .word h3 {
	margin: 35px 0 20px 0;
	margin-left: -40px;
	padding-left: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: url(../images/ab_bg_1.png) no-repeat;
	height: 51px;
	line-height: 42px;
	position: relative;
	left: -10px;
}

#about .ab_four {
	background: url(../images/ab_bg_2.jpg) no-repeat;
	background-size: 100% 100%;
}

#about .ab_four .img p {
	overflow: hidden;
	cursor: pointer;
}

#about .ab_four .img:nth-child(1) {
	width: 40%;
}

#about .ab_four .img:nth-child(2) {
	width: 59.375%;
}

#about .ab_four .img:nth-child(2) p {
	margin-bottom: 10px;
	width: 32.63%;
}

#about .ab_four .img:nth-child(2) p:nth-child(2) {
	width: 66.32%;
}

.maped {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px #14b0a7 solid;
}

.contact_tow {
	margin: 60px auto 0 auto;
}

.contact_tc {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.contact_tc .txted {
	padding: 10px 20px;
	color: #666666;
	font-size: 15px;
}

.contact_tc .txted img {
	width: 16px;
	height: 14px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

.contact_tc p a {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.contact_tc .txted b {
	display: block;
	color: #212121;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: normal;
}

.contact_tc .txted .word h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}

.contact_tc .txted .word p {
	font-size: 14px;
	color: #777;
	line-height: 26px;
}

.history .dl dl {
	width: 50%;
	position: relative;
	padding-top: 0.16rem;
}

.history .dl dl:nth-child(odd) {
	border-right: 1px #14b0a7 solid;
	padding-right: 0.26rem;
}

.history .dl dl:nth-child(odd) div:last-child {
	text-align: right;
}

.history .dl dl:nth-child(even) {
	padding-left: 0.26rem;
}

.history .dl dt {
	position: absolute;
}

.his_top em {
	display: block;
	width: 7px;
	height: 7px;
	background: #14b0a7;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin: 0.13rem auto 0 auto;
}

.history .dl dl:nth-child(1) {
	padding-top: 0.13rem;
}

.history .dl dl:nth-child(odd) dt {
	right: -14px;
}

.history .dl dl:nth-child(even) dt {
	left: -14px;
}

.history .dl dd h2 {
	font-weight: bold;
	font-size: 28px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.history .dl dd p {
	color: #00bcb4;
	font-size: 16px;
	line-height: 24px
}

#about .ab_th {}

.ab_th.pub_60 {
	background: url(../images/shan.jpg) no-repeat;
	background-size: 100% 100%;
}

.history .dl dl:nth-child(even) .dl_add i {
	left: -10px;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	top: 40%;
}

.history .dl dl:nth-child(odd) .dl_add i {
	right: -10px;
}

.dl_add i {
	position: absolute;
	top: 50%;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
}

.dl_add {
	display: inline-block;
	background: #00bcb4;
	position: relative;
	color: #fff;
	padding: 12px 25px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: flex;
	max-width: 500px;
	flex-direction: column;
	justify-content: center;
}

.history .dl dl {
	display: flex;
}

.history .dl dl:nth-child(odd) {
	justify-content: flex-end;
	margin-top: -80px;
	padding-bottom: 115px;
}

.dl_add p {
	font-size: 14px;
	line-height: 24px;
}

.history .dl dl:nth-child(odd) .dl_add {
	margin-right: 40px;
}

.history .dl dl:nth-child(even) .dl_add {
	margin-left: 40px;

}

.history .dl dl:last-child {
	border: 0;
}

.his_bottom {
	position: relative;
	bottom: 300px;
}

#index_one.index_one dl {
	width: 48.75%;
}

#header.header .nav li img {
	position: relative;
	top: -1px;
	margin-left: 6px;
}

.menu-pub dt {
	border-bottom: 10px solid rgba(51, 51, 51, 0.8);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	height: 0;
	line-height: 0;
	margin-right: .625rem;
	width: 0;
	position: absolute;
	top: -10px;
	left: 87%;
	margin-left: -10px;
}


.menu-pub {
	position: absolute;
	z-index: 99999;
	left: 0;
	top: 0.56rem;
	width: 70%;
	background-color: #333;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(51, 51, 51, 0.8);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
	opacity: 1;
	visibility: hidden;
	left: 15%;
	transform: translate(0, 20px);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.21);
	padding: 0.05rem 0;
	transition: All 0.15s;
	-moz-transition: All 0.15s;
	-webkit-transition: All 0.15s;
	-o-transition: All 0.15s;
}

.header .nav li:hover .menu-pub {
	z-index: 2;
	transform: translate(0, 0px);
	opacity: 1;
	visibility: visible;
}

.header .nav li .menu-pub dd {
	padding: 0 20px;
}

.header .nav li .menu-pub a {
	font-size: 0.078125rem;
	color: #fff;
	display: block;
	line-height: 36px;
}

.header .nav li a:hover .menu-pub a {
	color: #b3d8ff;
}

.header .nav li .menu-pub a:hover {
	color: #fff;
}

#index_tow .wrod {
	width: 93.75%;
}

#index_one.index_one dl:last-child a {
	display: block;
	font-size: 20px;
	line-height: 48px;
	color: #555;
	font-weight: lighter;
	background: url(../images/black.png) no-repeat 0 20px;
	padding-left: 15px;
}

#index_one.index_one dl:last-child h2 {
	margin-bottom: 25px;
}

#index_one.index_one dl:last-child a:hover {
	text-decoration: underline;
	color: #00aba5;
}

#pub_pub .pub_title h2 {
	font-size: 40px;
}

.tech_ten dl {
	width: 31.75%;
	position: relative;
}

.tech_ten dt {
	overflow: hidden;
	height: 220px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.tech_ten dd {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	width: 91%;
	margin: 0 auto;
	text-align: center;
}
.tech_ten dd em{
	display: block;
	float: right;
	margin-top: 40px;
}
.tech_ten dd img{
	display: block;
	clear: both;	margin-top: 40px;
}

.med_one#med_one .dl .one h2 {
  background: url(../images/bg_name_en.png) no-repeat center;
  background-size: auto;
  background-size: 570px 56px;
}

#add_four.add_more .one .tt p{
	width: 85%;
}
#add_four.add_more .one:nth-child(3) .tt p{
	margin-left: 15%;
}
#gridtables table.gridtable td {
  width: auto;
}
#gridtables table.gridtable td:nth-child(1){
	width: 14%;
	padding: 15px;
}

.header .nav li a img:nth-child(2),.header .nav li.cur a img:nth-child(1),
.header .nav li:hover a img:nth-child(1){
	display: none;
}
.header .nav li.cur a img:nth-child(2),
.header .nav li:hover a img:nth-child(2){
	display: inline-block;
}
.closure_one .dl{
	background: #f4f4f4;
	padding: 45px 50px;
	 -moz-border-radius:8px;
	  -webkit-border-radius: 8px;
	  border-radius: 8px
}
.closure_one .test p{
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}
.closure_one .dl .one{
	width: 48.4%;
	background: #fff;
	 -moz-border-radius:8px;
	  -webkit-border-radius: 8px;
	  border-radius: 8px;
	  margin-top: 30px
}
.closure_one .dl .flex{
	width: 88.4375%;
	margin: 0 auto;
}
.closure_one .dl .one em{
	font-size: 18px;
	font-weight: bold;
	background: #14b0a7;
	  padding: 12px 25px;
	  display: inline-block;
	  color: #fff;text-transform: uppercase; 
}
.closure_one .dl .one:nth-child(1) em{
	-moz-border-radius:0 10px 0 10px;
	 -webkit-border-radius: 0 10px 0 10px;
	 border-radius: 0 10px 0 10px;
	 float: right;
}
.closure_one .dl .one:nth-child(2) em{
	-moz-border-radius: 10px 0 10px 0;
	 -webkit-border-radius:  10px 0 10px 0;
	 border-radius: 10px 0 10px 0;
}

#closure_tow .img{
	width: 30.9375%;
	padding: 35px;    align-self: baseline;
}
.bg_wt{
	background: #fff;
	-moz-border-radius:8px;
	 -webkit-border-radius: 8px;
	 border-radius: 8px;
}
#closure_tow .word{
	width: 66.5625%;
	padding: 50px;
}
#closure_tow .word p{
	font-size: 16px;
	line-height: 48px;
}
#closure_tow .word p:nth-child(1),#closure_tow .word p:nth-child(2){
	font-size: 24px;
}
#closure_tow .word p:nth-child(1){
	margin-bottom: 20px;
}
#closure_tow .word p{
	position: relative;
	z-index: 9;
}
#closure_tow .word .pic{
	margin-top: -125px;
	position: relative;
	z-index: 0;
}
#mySwiper{
	background: #f4f4f4;
	padding: 40px;
	-moz-border-radius:8px;
	 -webkit-border-radius: 8px;
	 border-radius: 8px;
}
#mySwiper .swiper-slide{
	text-align: left;
}
#mySwiper .swiper-slide dt{
	width:35.7%;
	padding-top: 100px;
}
#mySwiper .swiper-slide dd{
	width:61.6%;
	height: 650px;
	overflow: hidden;
	-moz-border-radius:8px;
	 -webkit-border-radius: 8px;
	 border-radius: 8px;
}
#mySwiper .swiper-slide dt p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}
.add_add{
	width: 555px;
	position: absolute;
	top: 62px;
	left: 32px;
	z-index: 99;
}
.add_line{
	width: 430px;
	height: 1px;
	background: #84d2cd;
	position: absolute;
	left: 93px;
	top: 71px;
}