#header {
	z-index: 999;
}

#header.scroll {
	background: #08194a;
}

#header #cd-logo img.wap,
#header.scroll #cd-logo img.com {
	display: none;
}

#header.scroll #cd-logo img.wap {
	display: block;
}

#header #cd-top-nav li {
	font-size: 16px;
	margin-right: 50px;
	position: relative;
	text-transform: uppercase;
	/* font-family: 'dinm'; */
}

#header #cd-top-nav li:last-child {
	margin-right: 0;
}

#header #cd-top-nav li #line {
	width: 0px;
	height: 3px;
	background-color: #1a8e8e;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0px;
	transition: width 0.2s linear;
}

#header #cd-top-nav li .tarA.act #line,
#header #cd-top-nav li:hover #line {
	width: 100%;
}

#header.scroll #cd-top-nav li #line {
	background-color: #1a8e8e;
}

#header #cd-top-nav li .drow {
	position: absolute;
	left: 0;
	top: 80px;
	background: rgba(8, 25, 74, .8);
	display: none;
	min-width: 200px;
	max-width: 260px;
	padding: 12px 0;
}

#header #cd-top-nav li .drow dt a {
	line-height: normal;
	color: #fff;
	padding: 8px 15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: capitalize;
	font-size: 14px;
	/* font-family: 'din'; */
}

#header #cd-top-nav li .drow dt:last-child a {
	border-bottom: none;
}

#header #cd-top-nav li .drow dt a:hover {
	color: #1a8e8e;
}

#header #cd-top-nav li:hover .drow {
	display: block;
}

#header #cd-top-nav li .tarA {
	display: flex;
}

#header #cd-top-nav li .tarA span {
	color: #fff;
	font-size: 14px;
	margin-left: 8px;
}

#header #cd-top-nav li .tarA.act span,
#header #cd-top-nav li:hover span,
#header #cd-top-nav li .tarA.act a,
#header #cd-top-nav li:hover a {
	color: #1a8e8e;
}

#header #cd-top-nav li .drow2 {
	max-width: none;
	min-width: 600px;
	padding-left: 15px;
	padding-right: 15px;
}

#header #cd-top-nav li .drow2 dt {
	width: 48%;
	float: left;
}

#header #cd-top-nav li .drow2 dt:nth-child(2n) {
	float: right;
}

#header #cd-top-nav li .drow2 dt a.aa1 {
	/* font-family: 'dinm'; */
	font-size: 16px;
	border-bottom: 2px solid #1a8e8e;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}

#header #cd-top-nav li .drow2 dt a.aa2 {
	padding: 5px 0;
}

#cd-top-nav li .tarA a {
	max-width: 84px;
	overflow: hidden;
	height: 80px;
}

.search-head span.icon-sousuo {
	font-size: 20px;
}

.search-head {
	margin-left: 6%;
}

.get-quote #ClickMe {
	height: 80px;
	line-height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	background: #1a8e8e;
	border-top-left-radius: 500px;
	border-bottom-left-radius: 500px;
	color: #fff;
	display: inline-flex;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 20px;
	cursor: pointer;
}

.get-quote #ClickMe:hover {
	font-style: italic;
}

.get-quote #ClickMe span {
	font-size: 22px;
	margin-left: 14px;
}

#footer {
	background: #08194a url(../images/ind_foot.jpg) no-repeat center/cover;
	display: flow-root;
	width: 100%;
	position: relative;
	z-index: 99;
}

#footer .box1 {
	padding: 60px 0 40px;
}

#footer .box1 ul,
#footer .box2 dl {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#footer .box1 li.yi {
	max-width: 320px;
}

#footer .box1 li .p {
	line-height: 24px;
	color: #fff;
	margin-top: 25px;
}

#footer .box1 li .wx {
	width: 100px;
	margin-top: 35px;
}

#footer .box1 li .wx img {
	width: 100%;
}

#footer b {
	font-size: 18px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#footer .box1 li a {
	display: block;
	color: #ddd;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	transition: all .3s;
}

#footer .box1 li a:hover,
#footer .box2 .copy a:hover {
	color: #1a8e8e;
}

#footer .box2 {
	border-top: 1px solid rgba(255, 255, 255, .3);
	width: 100%;
	padding-top: 40px;
}

#footer .box2 .copy {
	height: 84px;
	line-height: 84px;
	overflow: hidden;
	text-align: center;
	color: #ddd;
}

#footer .box2 .copy a {
	color: #ddd;
}

#footer .box2 dt {
	color: #fff;
}

#footer .box2 dt img{
    display: inline-block;
    vertical-align:top;
    margin-right:5px;
}

#footer .box2 dt span {
	color: #1a8e8e;
	margin-right: 5px;
	font-size: 18px;
}

.mmore {
	height: 50px;
	line-height: 50px;
	padding: 0 24px;
	background: #1a8e8e;
	border-radius: 500px;
	display: inline-flex;
	color: #fff;
	font-size: 16px;
	transition: all .3s;
}

.mmore span {
	margin-left: 8px;
}

.mmore:hover {
	background: #fff;
	color: #1a8e8e;
}

.mmore:hover span {
	color: #1a8e8e;
}

.cd-main-content {
	padding-top: 0;
	padding-bottom: 0;
}

.flex-direction-nav {
	display: none;
}

.newban ul.slides li {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.newban ul.slides li .txt {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;
	z-index: 9;
}

.newban ul.slides li .txt h3 {
	/* font-family: 'dinb'; */
	color: #fff;
	font-size: 40px;
	display: block;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	font-weight: 700;
	text-shadow: 5px 1px 9px black;
}

.newban ul.slides li .txt p {
	font-size: 24px;
	color: #fff;
	display: block;
	margin: 10px 0 50px;
	/* font-family: 'dinm'; */
	text-shadow: 5px 1px 9px black;
	text-transform: uppercase;
}

/*.newban ul.slides li:nth-child(3) .txt {*/
/*	top: 42%;*/
/*}*/

.newban ul.slides li .txt .mmore {
	font-size: 18px;
}

.ind_new {
	background: #fff url(../images/ind_news.jpg) no-repeat center/cover;
}

.padd {
	padding: 70px 0 60px;
	display: flow-root;
}

.ind_new.padd {
	padding: 78px 0;
}

.ind_new .titall h3,
.ind_new .titall span {
	color: #fff;
}

.titall {
	margin-bottom: 30px;
}

.titall span {
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
}

.titall h3 {
	font-size: 40px;
	color: #1a8e8e;
	font-weight: 700;
	text-transform: uppercase;
}

.ind_pro {
	position: relative;
	background: #ededed url(../images/ind_pro.jpg) no-repeat center/cover fixed;
	z-index: 1;
}

.ind_pro.padd {
	padding: 68px 0;
}

.ind_pro::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
	z-index: -1;
}

.ind_pro .titall {
	text-align: center;
}

.ind_pro .titall span {
	color: #fff;
}

.ind_pro .titall h3 {
	color: #fff;
}

.ind_pro .box {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.ind_pro .box .tab-hd {
	display: flex;
	justify-content: space-between;
}

.ind_pro .tab-hd li {
	float: left;
	margin: 0 25px;
}

.ind_pro .tab-hd li a {
	display: flex;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	/* font-family: 'dinm'; */
	font-size: 20px;
}

.ind_pro .tab-hd li .ic {
	margin-right: 12px;
	height: 46px;
	overflow: hidden;
}

.ind_pro .tab-hd li.active a {
	color: #1a8e8e;
}

.ind_pro .tab-hd li.active .ic img {
	/* transform: translateY(-200px);
	filter: drop-shadow(#1a8e8e 0 200px); */
}

.ind_pro .mySwiper {
	position: relative;
	padding-bottom: 100px;
}

.list_pro .pro {
	text-align: center;
	background: #fff;
	border-bottom: 3px solid #fff;
	box-sizing: border-box;
}

.list_pro .pro .imgfd {
	padding-top: 100%;
}

.list_pro .pro h2 {
	font-size: 18px;
	/* font-family: 'dinm'; */
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	padding: 0 10%;
	margin: 12px 0;
	transition: all .3s;
}

.list_pro .pro:hover h2 {
	color: #1a8e8e
}

.list_pro .pro .p {
	font-size: 18px;
	/* font-family: 'dinm'; */
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding: 0 10%;
	margin: 8px 0 12px;
}

.list_pro .pro .more {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	margin-bottom: 18px;
	padding: 0 24px;
	background: #1a8e8e;
	border-radius: 500px;
	display: inline-flex;
	color: #fff;
	opacity: 1;
	transition: all .3s;
}

.list_pro .pro:hover .more {
	opacity: 1;
}

.list_pro .pro:hover {
	border-color: #1a8e8e;
}

.list_pro .but {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius: 500px;
	background: #fff;
	text-align: center;
	margin-left: -80px;
	overflow: hidden;
}

.list_pro .but span {
	color: #aaa;
	font-size: 20px;
}

.list_pro .but span:hover {
	color: #1a8e8e;
}

.ind_pro .swiper-button-prev,
.ind_pro .swiper-button-next {
	margin-top: 0;
	height: auto;
	top: 0;
}

.ind_pro .swiper-button-prev {
	left: 25px;
}

.ind_pro .swiper-button-next {
	right: 25px;
}

.ind_ch,
.ind_sol,
.ind_ab,
.ind_feed,
.info_ly {
	max-width: 1920px;
	margin: 0 auto;
}

.ind_ch {
	position: relative;
	height: 840px;
}

.ind_ch .box {
	width: 50%;
}

.ind_ch dt {
	width: 100%;
	display: flow-root;
	margin-bottom: 45px;
	max-width: 700px;
}

.ind_ch dt:last-child {
	margin-bottom: 0;
}

.ind_ch dt .bt span {
	font-size: 34px;
	color: #1a8e8e;
	margin-right: 12px;
}

.ind_ch dt .bt {
	height: 34px;
	line-height: 34px;
	width: 100%;
	display: flex;
	margin-bottom: 6px;
	font-size: 22px;
	/* font-family: 'dinm'; */
	overflow: hidden;
	color: #091a40;
}

.ind_ch dt .p {
	padding-left: 46px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}

.ind_ch .bg {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 840px;
	padding: 0;
	z-index: 1;
}

.ind_ch .bg .lx {
	height: 240px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding-top: 60px;
	padding-left: 100px;
	overflow: hidden;
	background: #08194a;
	width: 100%;
}

.ind_ch .bg .lx b {
	font-size: 32px;
	color: #fff;
	/* font-family: 'dinm'; */
	display: block;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}

.ind_ch .bg .lx .mmore {
	float: left;
	margin-right: 10px;
	margin-top: 25px;
	max-width: 234px;
	overflow: hidden;
}

.ind_ch .bg iframe {
	width: 100%;
	height: 600px;
}

.mmore3 {
	border: 2px solid #fff;
	background: none;
	box-sizing: border-box;
	line-height: 45px;
}

.mmore3:hover {
	background: #1a8e8e;
	color: #fff;
	border-color: #1a8e8e;
}

.mmore3:hover span {
	color: #fff;
}

.ind_sol li {
	float: left;
	width: 50%;
	position: relative;
}

.ind_sol li .imgfd {
	padding: 0;
	height: 720px;
}

.ind_sol li .txt {
	background: rgba(8, 25, 74, .9);
	max-width: 66%;
	position: absolute;
	bottom: 0;
	left: 17%;
	padding: 30px 40px;
	z-index: 9;
	color: #fff;
}

.ind_sol li .txt .b1 {
	color: #1a8e8e;
	text-transform: uppercase;
	/* font-family: 'dinm'; */
	height: 30px;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
}

.mmore2 {
	color: #fff;
	text-transform: none;
	/* font-family: 'din'; */
}

.mmore2 span.icon-youjiantou1 {
	font-family: 'din';
	font-size: 14px;
	margin-right: 10px;
}

.ind_sol li .txt h2,
.ind_ab .imgfd .box h2 {
	/* font-family: 'dinm'; */
	font-size: 24px;
	display: block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}

.ind_sol li .txt .p {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #ddd;
	margin-top: 15px;
}

.ind_sol li:hover .txt .b1 .fr,
.mmore2:hover {
	color: #1a8e8e;
}

.box1 .mmore2:hover {
	color: #fff;
}

.ind_cli {
	margin-top: 40px;
	height: 80px;
	line-height: 80px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	overflow: hidden;
}

.ind_cli h3 {
	color: #1a8e8e;
	/* font-family: 'dinm'; */
	display: block;
	border-right: 1px solid #e7e7e7;
	padding-right: 30px;
}

.ind_cli .imgfd {
	height: 80px;
	width: 10%;
	padding: 0;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.ind_cli .imgfd:hover {
	border-color: #1a8e8e;
}

.ind_ab {
	position: relative;
	overflow: hidden;
	padding: 120px 0 100px;
	background: #fff url(../images/ind_ab.jpg) no-repeat center/cover fixed;
	z-index: 1;
}

.ind_ab::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: -1;
}

.ind_ab .add_ab {}

.ind_ab .add_ab .ab_box {
	text-align: center;
	color: #fff;
}

.ind_ab .add_ab .ab_box .ab_tit {
	margin-bottom: 60px;
}

.ind_ab .add_ab .ab_box .ab_tit span {
	font-size: 20px;
	text-transform: uppercase;
}

.ind_ab .add_ab .ab_box .ab_tit h3 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}

.ind_ab .add_ab .ab_box .ab_con {
	margin-bottom: 20px;
}

.ind_ab .hezi {
	width: 100%;
}

.ind_ab .des {
	line-height: 24px;
	height: 168px;
	overflow: hidden;
	margin-bottom: 30px;
}

.ind_ab .mmore {
	display: inline-block;
	margin-right: 30px;
	min-width: 170px;
}

.mmore4 {
	border-color: #1a8e8e;
	color: #1a8e8e;
}

.ind_ab .mo {
	text-align: center;
	/* display: block; */
}

.ind_ab .mo:hover {
	box-shadow: 0 0 10px 0 rgb(26 142 142 / 30%);
}

.ind_ab .hezi1,
.ind_ab .hezi2 {
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.ind_ab .hezi1 {
	max-width: 1000px;
}

.ind_ab .hezi2 {
	max-width: 100%;
}

.ind_ab .sz {
	display: flex;
}

.ind_ab dl {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.ind_ab dt {
	/* width: 25%; */
	float: left;
	margin: 25px 0;
	padding-left: 80px;
	filter: brightness(100);
	font-weight: bold;
}

.ind_ab dt:nth-child(2n) {
	float: right;
}

.ind_ab dt .num {
	color: #fff;
	font-size: 64px;
	/* font-family: 'dinb'; */
}

.ind_ab dt .num b {
	font-weight: bold;
	/* font-family: 'dinb'; */
}

.ind_ab dt .p {
	margin-top: 50px;
	margin-left: 10px;
}

.fs24 {
	font-size: 24px;
}

@media (max-width:540px) {
	.ind_ab .add_ab .ab_box .ab_tit span {
		font-size: 16px;
	}

	.ind_ab .add_ab .ab_box .ab_tit h3 {
		font-size: 22px;
	}

	.mmore {
		line-height: 38px;
		height: 38px;
	}
}

.ind_product {
	margin-top: 40px;
	overflow: hidden;
}

.ind_product ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ind_product ul a {
	display: block;
	width: 23%;
	margin: 0 2% 2% 0;
	padding: 2%;
	padding-top: 0;
	text-align: center;
	transition: all .6s;
	background-color: rgba(255, 255, 255, .85);
	border: 1px solid #fff;
}

.ind_product ul a:nth-child(4n) {
	margin-right: 0;
}

.ind_product ul a li {}


.ind_product ul a li .ico_img {
	/* overflow: hidden; */
}

.ind_product ul a li .ico_img img {
	height: 190px;
	/* margin-bottom: 3vh; */
	transition: all .6s;
}

.ind_product ul a:hover li .ico_img img {
	transform: scale(1.1);
}

.ind_product ul a li .info {
	color: #fff;
}

.ind_product ul a li .info span {
	display: inline-block;
	margin: 0 2%;
	font-size: 22px;
	line-height: 2;
	font-weight: 700;
	color: #646464;
	transition: all .3s;
}

.ind_product ul a:hover li .info span {
	color: #1a8e8e;
}

.ind_product ul a li .info .more {
	line-height: 2;
	font-size: 18px;
	color: #646464;
	transition: all .3s;
}

.ind_product ul a:hover li .info .more {
	color: #1a8e8e;
}

.ind_new .mmore {
	margin-top: 10px;
}

.ind_new .mmore4 {
	border-color: #1a8e8e;
	color: #1a8e8e;
}

.ind_new .box1 {
	width: 46.8%;
	position: relative;
}

.ind_new .box1 .imgfd {
	padding: 0;
	height: 600px;
}

.ind_new .box1 .txt {
	background: rgba(26, 142, 142, .85);
	width: 100%;
	padding: 25px 5%;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 9;
	display: flow-root;
	color: #fff;
}

.ind_new .box1 .txt h2,
.ind_new dl h2 {
	font-size: 20px;
	line-height: 30px;
	display: block;
	height: 45px;
	overflow: hidden;
	margin-bottom: 20px;
	font-weight: 700
}

.ind_new .box1:hover .txt h2 {
	color: #fff;
}

.ind_new dt:hover h2,
.ind_new dd:hover h2 {
	color: #1a8e8e;
}

.ind_new .col {
	height: 36px;
	line-height: 36px;
	background: #1a8e8e;
	padding: 0 14px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.ind_new .box1 .col {
	top: 20px;
	left: 20px;
	z-index: 9;
}

.ind_new dl {
	width: 52%;
}

.ind_new dt,
.ind_new dd {
	width: 48.5%;
	float: left;
	position: relative;
}

.ind_new dd {
	float: right;
}

.ind_new dt .imgfd {
	padding: 0;
	height: 300px;
}

.ind_new dt .txt {
	height: 300px;
	border: 1px solid #e7e7e7;
	border-top: none;
	box-sizing: border-box;
	padding: 25px;
	overflow: hidden;
	background-color: #fff;
}

.ind_new dl h2 {
	color: #333;
	line-height: 24px;
	height: 48px;
	font-weight: 700;
}

.ind_new dl .date {
	font-size: 14px;
}

.ind_new dl .date span {
	font-size: 16px;
	margin-right: 5px;
	font-weight: bold;
}

.ind_new dl .p {
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin: 20px 0;
}

.ind_new dl .mmore2 {
	color: #1a8e8e;
}

.ind_new dd {
	border: 3px solid #fff;
	box-sizing: border-box;
	height: 400px;
	height: 100%;
	margin-bottom: 25px;
	background-color: #fff;
}

.ind_new dd a {
	display: inline-block;
	padding: 60px 30px 40px;
	background-color: #fff;
}

.ind_new dd:last-child {
	margin-bottom: 0;
}

.ind_feed {
	position: relative;
	background: #1a8e8e;
	padding: 54px 0;
	display: flow-root;
	overflow: hidden;
}

.ind_feed .box {
	max-width: 56%;
	float: right;
	margin-right: 4%;
}

.ind_feed h2 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	/* font-family: 'dinm'; */
	display: block;
	margin-bottom: 20px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}

.ind_feed input {
	height: 50px;
	line-height: 50px;
	border: 2px solid #fff;
	box-sizing: border-box;
	text-indent: 20px;
	background: none;
	margin-bottom: 10px;
	width: 100%;
	float: left;
	color: #fff;
}

.ind_feed input::-webkit-input-placeholder,
.ind_feed textarea::-webkit-input-placeholder {
	color: #fff;
}

.ind_feed textarea {
	height: 110px;
	padding: 10px 0;
	background: none;
	text-indent: 20px;
	border: 2px solid #fff;
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: block;
	color: #fff;
}

.ind_feed .sub {
	background: #fff;
	border-color: #fff;
	color: #1a8e8e;
	text-indent: 0;
	text-align: center;
	/* font-family: 'dinb' !important; */
	cursor: pointer;
}

.ind_feed .wid {
	width: 49.5%;
}

.ind_feed form {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.ind_feed .imgfd {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 360px;
	width: 34%;
}

/* end_card */

.end_card {
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}

.end_card .card_fl,
.end_card .card_fr {
	position: relative;
	width: 49%;
	overflow: hidden;
	border-radius: 25px;
}

.end_card .card_fl img,
.end_card .card_fr img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all 0.6s;
	overflow: hidden;
}

.end_card .card_fl:hover img,
.end_card .card_fr:hover img {
	transform: scale(1.1);
}

.end_card .card_txt {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #fff;
	padding: 65px 60px;
}

.end_card .card_txt h3 {
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.end_card .card_txt p {
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	margin: 30px 0 40px;
}

.end_card .card_more {
	transition: all 0.5s ease;
	display: inline-block;
	min-width: 230px;
	border-radius: 5px;
	text-align: center;
	border: 3px solid #097031;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	padding: 0 20px;
	border-color: #fff;
	z-index: 1;
}


.end_card .card_more::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1a8e8e;
	z-index: -1;
	opacity: 0;
	transition: all .3s;
}

.end_card .card_more:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.end_card .card_more a {
	display: block;
	width: 100%;
	line-height: 44px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: mulibl;
	text-transform: uppercase;
	transition: all .3s;
}


.end_card .card_more a i {
	margin-left: 10px;
	float: right;
	font-weight: bold;
}


@media (max-width: 1600px) {
	.newban ul.slides li .txt h3 {
		font-size: 60px;
		height: 70px;
		line-height: 70px;
	}

	.ind_ch .bg .lx b {
		font-size: 28px;
	}

	#header #cd-top-nav li {
		margin-right: 30px;
	}

	.search-head {
		margin-left: 2%;
		margin-right: 5%;
		line-height: 60px;
		height: 60px;
	}

	.ind_sol li .imgfd {
		height: 600px;
	}
}
@media (max-width:1499px){
    .search-head {
		margin-left: 2%;
		margin-right: 0;
		height: 80px;
		line-height: 80px;
	}
	.language{
	    margin: 0;
	}
}

@media (max-width: 1200px) {
	.newban ul.slides li .txt h3 {
		font-size: 40px;
		height: 70px;
		line-height: 70px;
		margin-bottom: 20px;
	}

	.newban ul.slides li .txt {
		top: 50% !important;
	}

	.newban ul.slides li .txt p,
	.list_pro .pro .more {
		display: none;
	}

	.titall h3 {
		font-size: 30px;
	}

	.list_pro .pro .p {
		margin-bottom: 40px;
	}

	.padd {
		padding: 50px 0 60px;
	}

	.ind_pro .tab-hd li a {
		font-size: 18px;
	}

	.ind_pro .mySwiper {
		padding-bottom: 80px;
	}

	.ind_ch .bg .lx {
		background: #091a40;
		padding-left: 10%;
		width: 100%;
	}

	.ind_ch .bg .lx b {
		font-size: 24px;
	}

	.ind_ch .bg .lx .mmore {
		margin-top: 15px;
	}

	.ind_sol li .txt {
		max-width: 90%;
		left: 5%;
	}

	.ind_ab dt .num {
		font-size: 50px;
	}

	#footer .box1 li {
		width: 20%;
	}

	.ind_cli .imgfd {
		width: 20%;
	}
}

@media (max-width: 1024px) {

	#footer,
	#cd-logo img {
		display: none;
	}

	#header #cd-logo img.wap {
		display: block;
		max-height: 20px;
	}

	.language .all {
		height: 60px;
		line-height: 60px;
		margin-right: 80px !important;
	}

	.language dl {
		top: 60px;
		left: 40%;
	}
}

@media (max-width: 940px) {
	.ind_ab {
		padding: 50px 0;
	}

	.ind_ab .add_ab .ab_box .ab_tit {
		margin-bottom: 30px;
	}

	.ind_ab .add_ab .ab_box .ab_con {
		line-height: 1.3em;
		height: 10.8em;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}

	.ind_pro .tab-hd li {
		max-width: 48%;
		margin: 0 auto;
	}

	.ind_pro .tab-hd li:nth-child(2) {
		float: right;
	}

	.ind_ch .box,
	.ind_ch .bg,
	.ind_sol li,
	.ind_ab .hezi,
	.ind_ab .imgfd,
	.ind_ab .imgg,
	.ind_new .box1,
	.ind_new dl {
		width: 100%;
	}

	.ind_ch .bg {
		position: relative;
		background: none !important;
	}

	.ind_ch,
	.ind_ch .bg,
	.ind_ch .bg .lx,
	.ind_ab .hezi1,
	.ind_ab .hezi2,
	.ind_ab {
		height: auto;
	}

	.ind_ab .imgg,
	.ind_feed .imgfd,
	.ind_ch .bg .lx {
		display: none;
	}

	.ind_ab dt .num {
		font-size: 40px;
	}

	.ind_ab dt .p {
		margin-top: 20px;
	}

	.ind_ab .imgfd {
		height: 300px;
		position: relative;
		margin-top: 20px;
	}

	.ind_ch .bg .lx {
		padding: 30px;
	}

	.ind_ch .bg iframe {
		height: 450px;
		margin: 40px 0;
	}

	.ind_ch {
		padding-bottom: 0;
	}

	.ind_ab dl {
		margin-top: 0;
	}

	.ind_new .box1 {
		margin-bottom: 30px;
	}

	.ind_feed h2 {
		font-size: 24px;
	}

	.ind_feed .box {
		max-width: 100%;
	}

	.ind_feed {
		padding: 30px 0;
	}

	.newban ul.slides li .txt h3 {
		font-size: 30px;
	}
}

@media (max-width: 560px) {
    
    .search-head {
        margin-right: 3%;
        line-height: 60px;
        height: 60px;
    }

	.ind_product ul a {
		width: 48%;
	}

	.ind_product ul a:nth-child(2n) {
		margin-right: 0;
	}

	.ind_product ul a li .ico_img img {
		height: 100px;
	}

	.ind_product ul a li .info span {
		font-size: 16px;
	}

	.ind_product ul a li .info .more {
		font-size: 14px;
	}

	.ind_pro.padd {
		padding: 50px 0
	}

	.ind_ab dl {
		flex-wrap: wrap;
	}

	.fgunout,
	.ind_new .mmore {
		display: none;
	}

	.newban ul.slides li .txt h3 {
		font-size: 22px;
		line-height: 30px;
		height: 30px;
		margin-bottom: 10px;
	}

	.newban ul.slides li .txt p {
		display: block;
		font-size: 16px;
		margin: 0;
		margin-bottom: 30px;
	}

	.btt1,
	.ind_pro .tab-hd li {
		max-width: 100%;
	}

	.newban ul.slides li .txt {
		top: 60% !important;
	}

	.language .all {
		margin-right: 50px !important;
	}

	.ind_pro .tab-hd li,
	.ind_new dt,
	.ind_new dd,
	.ind_feed .wid {
		width: 100%;
	}

	.ind_pro .tab-hd li {
		margin-bottom: 5px;
	}

	.titall,
	.ind_pro .box,
	.ind_ch dt {
		margin-bottom: 20px;
	}

	.padd {
		padding: 40px 0 50px;
	}

	.titall h3 {
		font-size: 22px;
	}

	.titall span {
		font-size: 16px;
		display: block;
		margin-bottom: 4px;
	}

	.ind_pro .tab-hd li .ic img {
		max-width: 40px;
	}

	.ind_pro .tab-hd li {
		height: 35px;
		line-height: 35px;
		width: 40%;
	}

	.ind_pro .tab-hd li a {
		font-size: 16px;

	}

	.list_pro .pro .p {
		height: 24px;
	}

	.i_app .ind_tit {
		display: none;
	}

	.i_app .pst-rel>img {
		object-fit: cover;
		height: 330px;
	}

	.ind_ch dt .bt {
		font-size: 18px;
		height: auto;
		line-height: 24px
	}

	.ind_ch dt .p {
		max-height: none;
	}

	.ind_ch dt .bt span {
		font-size: 30px;
		line-height: 30px;
	}

	.ind_sol li .imgfd {
		height: 340px;
	}

	.ind_sol li .txt {
		padding: 20px 15px;
	}

	.ind_sol li .txt h2,
	.ind_ab .imgfd .box h2 {
		font-size: 18px;
	}

	.ind_sol li .txt .p {
		margin-top: 10px;
	}

	.ind_cli h3 {
		font-size: 18px;
		height: 50px;
		line-height: 50px;
		border: none;
		text-align: center;
	}

	.ind_cli {
		height: auto;
		display: inline-block;
		margin-left: 2%;
		margin-top: 20px;
	}

	.ind_cli .imgfd {
		width: 33.33%;
		float: left;
		height: 65px;
	}

	.ind_cli .imgfd:last-child {
		display: none;
	}

	.ind_ab .mmore {
		min-width: inherit;
		margin-right: 15px;
	}

	.ind_ab .mmore:last-child {
		margin-right: 0;
	}

	.ind_ab dt {
		width: 49%;
		height: 80px;
		margin: 0;
		margin-top: 15px;
	}

	.ind_ab dt .num {
		font-size: 30px;
	}

	.ind_ab .sz {
		margin-top: 15px;
	}

	.ind_ab .imgfd .box {
		width: 90%;
		left: 5%;
		bottom: 30px;
	}

	.ind_ab .imgfd {
		height: 240px;
	}

	.ind_pro .box .tab-hd {
		flex-wrap: wrap;
	}

	.fs24 {
		font-size: 16px !important;
	}

	.fs40 {
		font-size: 22px !important;
	}

	.ind_box .ind_tit span:first-child {
		margin-bottom: 5px !important;
	}

	.ind_box .more {
		padding: 6px 13px !important;
	}

	.ind_box .ind_tit {
		width: 50% !important;
	}

	.ind_new .box1 .imgfd {
		height: 340px;
	}

	.ind_new .box1 .txt h2,
	.ind_new dl h2 {
		font-size: 18px;
		height: 25px;
		margin-bottom: 10px;
	}

	.ind_new dt .imgfd {
		height: 200px;
	}

	.ind_new dd {
		margin: 0;
		margin-top: 15px;
	}

	.ind_new dl .p {
		height: 48px;
	}

	.ind_new dt .txt,
	.ind_new dd {
		height: auto;
	}

	.ind_feed h2 {
		height: auto;
		font-size: 20px;
		line-height: 25px;
	}

	.language span.icon-earth-full {
		display: none;
	}

	.ind_ch .bg iframe {
		height: 280px;
		margin: 20px 0 0;
	}
}

/* 应用领域 s */
.pd-70 {
	padding: 40px 0;
	padding-bottom: 0;
}

.ind_tit {
	position: relative;
	text-align: left;
}

.ind_box .ind_tit {
	width: 25%;
}

.ind_box .ind_tit .cn {
	color: #1a8e8e;
	font-weight: 700
}

.pro_hd {
	display: flex;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.ttu {
	text-transform: uppercase;
}

.ind_tit span {
	display: block;
}

.fs40 {
	font-size: 40px;
}

/* .ind_tit::after {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 10%;
	height: 2px;
	background-color: #1a8e8e;
} */


.ind_box .more {
	padding: 14px 48px;
	color: #8a8a8a;
	border: 2px solid #d2d2d2;
	cursor: pointer;
	transition: all .3s;
	font-size: 16px;
	border-radius: 500px;
}

.ind_box .more:hover {
	color: #fff;
	background-color: #1a8e8e;
	border-color: #1a8e8e;
}

.ind_box .more a {
	color: #8a8a8a;
	display: block;
	transition: all .3s;
}

.ind_box .more a span {
	margin-right: 10px;
}

.ind_box .more:hover a {
	color: #fff;
}

.i_app {
	position: relative;
	background-color: #fff;
	z-index: 1;
}

.i_app .ind_tit {
	position: absolute;
	top: 7%;
	left: 50%;
	margin-left: -12%;
	text-align: center;
	z-index: 4;
}

.i_app .ind_tit .Regular {
	color: #fff;
}

.i_app .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-size: cover;
	transition: all .5s;
	z-index: 2;
}

.i_app .bg img {
	height: 100%;
}

.i_app .con {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.i_app ul {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.i_app ul li {
	position: relative;
	width: 25%;
	height: 100%;
	text-align: center;
	color: white;
	border-right: solid 1px rgba(255, 255, 255, 0.2);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: rgba(8, 29, 57, 0.3);
}

.i_app ul li:hover {
	background: rgba(8, 29, 57, .2);
}

.i_app ul li a {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0 30px;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
}

.i_app ul li a>i {
	display: inline-block;
	font-size: 80px;
	margin: 0 auto;
	color: #fff;
}

.i_app ul li p {
	margin-top: 35px;
	font-size: 32px;
	text-align: center;
	color: #fff;
}

.i_app ul li a span {
	display: block;
	width: 141px;
	height: 0;
	margin: 0 auto 0;
	font-size: 16px;
	text-align: center;
	line-height: 47px;
	color: #fff;
	background: #1a8e8e;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.i_app ul li:hover a span {
	height: 47px;
	margin: 80px auto 0;
}

/* 应用领域 e */

/* 选择我们 */
.ind_xz {
	background: url(../images/bg4.jpg) no-repeat center fixed;
	background-size: cover;
	margin: 0px 0 90px;
	overflow: hidden;
}

.apad {
	padding: 80px 0 40px;
	display: flow-root;
}

.ind_xz h2 {
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.f30 {
	font-size: 30px;
}

.f36 {
	font-size: 36px;
}

.f39 {
	font-size: 39px;
}

.f50 {
	font-size: 50px;
	text-transform: capitalize !important;
}

.ind_xz .amore {
	margin: 0 auto;
	display: table;
	height: 54px;
	line-height: 54px;
	background: #1a8e8e;
	border-radius: 500px;
	color: #fff;
	position: relative;
	padding: 0 45px;
	transition: all .3s;
}

.ind_xz .amore:hover {
	background: #fff;
	color: #000;
}

.ind_xz .amore span {
	margin-left: 20px;
	font-size: 16px;
}

.ind_xz .amore b {
	font-size: 16px;
}

.ind_xz ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 60px 0;
}

.ind_xz ul li {
	width: 31.25%;
	background: rgba(29, 142, 142, .8);
	border-radius: 12px;
	border: 1px solid #1a8e8e;
	text-align: center;
	color: #fff;
	transition: all .3s;
}

.ind_xz ul li:hover {
	background: #fff;
	border-color: #fff;
	color: #333;
}

.f20 {
	font-size: 20px;
}

.ind_xz ul li .box {
	padding: 40px 10% 60px;
}


.ind_xz ul li .ic {
	width: 88px;
	height: 88px;
	border-radius: 100%;
	background: rgba(26, 142, 142, .05);
	margin: 0 auto;
}

.ind_xz ul li .p {
	line-height: 24px;
	overflow: hidden;
}

.ind_xz ul li .p {
	height: 96px;
}

.ind_xz ul li b {
	display: block;
	margin: 15px 0;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-weight: bold;
}

.ind_xz ul li:hover {
	background: #fff;
	border-color: #fff;
	color: #333;
}

.ind_xz ul li:hover .ic {
	background: #1a8e8e;
}

.info_cont {
	position: relative;
}

.info_cont .center {
	position: relative;
}

.info_cont .box {
	background: rgba(12, 38, 85, .9);
	z-index: 10;
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	color: #fff;
}

.info_cont .txt {
	padding: 40px 60px;
}

.info_cont .imgg,
.banab .imgg {
	height: 800px;
}

.info_cont .txt p {
	font-size: 24px;
	display: block;
	margin: 40px 0 20px;
}

.info_cont .txt i {
	width: 200px;
	height: 3px;
	background: #1a8e8e;
	display: block;
	margin-bottom: 20px;
}

.info_cont dt {
	width: 100%;
	display: flow-root;
	margin-bottom: 20px;
	display: inline-flex;
}

.info_cont dt span {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 500px;
	border: 1px solid #1a8e8e;
	text-align: center;
	line-height: 45px;
	color: #1a8e8e;
	font-size: 24px;
	margin-right: 20px;
}

.info_cont dt:last-child {
	line-height: 22.5px;
}

.info_cont dt b {
	display: block;
	/* font-family: 'dinm'; */
	color: #1a8e8e;
	font-size: 24px;
}

.info_cont dt .p {
	max-width: 80%;
}

.info_cont .txt .spp {
	margin: 10px 0 20px;
	display: block;
}

.info_ly {
	background: #1a8e8e;
	position: relative;
	height: 660px;
	overflow: hidden;
}

.info_ly .map {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}

.info_ly .box {
	width: 40%;
	color: #fff;
}

.info_ly .box p {
	line-height: 24px;
	margin: 20px 0 30px;
}

.info_ly .ind_feed {
	border: none;
	padding: 0;
}

.info_ly .ind_feed input,
.ind_feed textarea {
	margin-bottom: 15px;
}

.info_ly .ind_feed input:hover {
	border-color: #8bbd9a
}

.banab {
	position: relative;
}

.banab .box i {
	display: block;
	width: 200px;
	height: 3px;
	background: #1a8e8e;
	margin-bottom: 40px;
}

.banab .box .tit {
	color: #fff;
	line-height: 96px;
	font-size: 56px;
	text-transform: uppercase;
	/* font-family: 'dinb'; */
}

.banab .box .tit b {
	color: #1a8e8e;
	display: block;
	/* font-family: 'dinb'; */
	text-shadow: #fff 1px 1px 1px
}

.banab .box .tit .bt {
	font-size: 88px;
	height: 192px;
	overflow: hidden;
}

.banab .box {
	position: absolute;
	top: 25%;
	right: 14%;
	z-index: 9;
	max-width: 680px;
}

.banab .box .tit p {
	display: block;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}

.info_ab .section1 {
	width: 50%;
	overflow: hidden;
}

.info_ab .section1 .imgfd {
	padding-top: 70%;
}

.info_ab .section1 .imgfd:hover {
	cursor: pointer;
}

.info_ab .swiper .imgfd {
	padding: 0;
	height: 600px;
}

.info_ab .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	background: #fff;
	opacity: 1;
	border-radius: 0;
}

.info_ab .swiper-pagination-bullet-active {
	background: #1a8e8e;
}

.info_ab .txt {
	width: 44%;
}

.abt {
	color: #1a8e8e;
	display: block;
	margin-bottom: 30px;
	/* font-family: 'dinb'; */
}

.info_ab .txt .p {
	line-height: 24px;
}

.info_ab .txt .p p {
	margin-bottom: 20px;
}

.info_ab .txt .p p:last-child {
	margin-bottom: 0;
}

.info_his h2 {
	text-align: center;
	color: #fff;
}

.info_his .button span {
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.info_his .button span:hover,
.info_his .slide_items li.on span {
	color: #1a8e8e;
}

.info_his .slide_wrap::after {
	position: absolute;
	content: '';
	width: 96%;
	height: 1px;
	background: #fff;
	top: 10px;
	left: 2%;
}

.info_his .slide_wrap {
	overflow: hidden;
	position: relative;
}

.info_his .slide_wrap ul {
	position: relative;
	left: 0px;
}

.info_his .slide-content ul {
	display: none;
}

.info_his .slide-content ul.on {
	display: block;
}

.info_his .slide_items li {
	float: left;
	width: 200px;
	text-align: center;
	position: relative;
}

.info_his .slide_items li span {
	color: #fff;
}

.info_his .slide_items li i {
	display: block;
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 100%;
	margin: 6px auto 20px;
	position: relative;
	z-index: 10;
}

.info_his .slide_items li.on i {
	background: #1a8e8e;
}

.info_his .slide_items li.on i::after {
	content: '';
	width: 19px;
	height: 19px;
	border: 1px solid #1a8e8e;
	border-radius: 100%;
	position: absolute;
	top: -5px;
	left: -5px;
	box-sizing: border-box;
}

.info_his .slide-content {
	margin-top: 100px;
	color: #fff;
}

.info_his .slide-content .box {
	max-width: 1100px;
	margin: 0 auto;
	padding-left: 180px;
	position: relative;
}

.info_his .slide-content .box .nf {
	height: 240px;
	border-right: 1px solid #fff;
	width: 134px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 0;
}

.info_his .slide-content .box .nf b {
	display: inline-block;
	font-family: 'dinm';
	font-size: 40px;
	color: #1a8e8e;
	margin-right: 10px;
}

.info_his .slide-content .box .imgfd {
	padding-top: 0;
	height: 240px;
	width: 37%;
}

.info_his .slide-content .box .p {
	color: #fff;
	line-height: 24px;
	width: 58%;
}

.info_ab2,
.info_hon {
	background: #f1f1f1;
}

.info_ab2 li {
	width: 32%;
	margin-right: 2%;
	float: left;
	background: #fff;
	text-align: center;
}

.info_ab2 li:last-child {
	margin-right: 0;
}

.info_ab2 li .imgfd {
	padding: 0;
	height: 340px;
}

.info_ab2 li .txt {
	padding: 30px 40px;
}

.info_ab2 li .txt b {
	font-size: 24px;
	color: #1a8e8e;
	/* font-family: 'dinm'; */
	display: block;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.info_ab2 li .txt .p {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 10px 0 20px;
}

.info_ab2 li .txt a {
	height: 36px;
	line-height: 36px;
	background: #08194a;
	border-radius: 500px;
	color: #fff;
	padding: 0 25px;
	display: inline-block;
	font-size: 14px;
}

.info_ab2 li .txt a:hover {
	background: #1a8e8e;
}

/* 工厂环境 s */
.abTi {
	margin-bottom: 50px;
}

.abTi .H4 {
	text-align: center;
	color: #1a8e8e;
}


.environment .con {}

.environment .swiper {
	padding-bottom: 60px;
}

.environment ul {}

.environment ul li {}

.environment ul li a {}

.environment ul li p {
	background-color: #fff;
	font-size: 16px;
	color: #1a8e8e;
	padding: 16px 2%;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
}

.environment ul li:hover p {
	background-color: #1a8e8e;
	color: #fff;
}

.environment .swiper-pagination {
	bottom: 0 !important;
}

.trs3 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.linelimit {
	display: -webkit-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

li *[class*="pic"] {
	overflow: hidden;
}

*[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

*[class*="rect-"] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*height: auto;
	object-fit: cover;
}

li *[class*="pic"]>img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.rect-70 {
	padding-bottom: 70%;
}

/* swiper-page01 */
.swiper-page01.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}

.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #1a8e8e;
	width: 30px;
	height: 8px;
	border-radius: 4px;
}

/* 工厂环境 e */
.about_us_culture {}

.about_us_culture:after {
	content: "";
	display: block;
	clear: both;
}

.about_us_culture p {
	width: 32%;
	margin-right: 2%;
	float: left;
	text-align: center;
	background: #1a8e8e;
	padding: 100px 20px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.about_us_culture p:nth-of-type(3n) {
	margin-right: 0;
}

.about_us_culture p strong {
	display: block;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 24px;
}

.about_us_culture p:hover:before {
	transform: rotate(360deg);
}

.about_us_culture p:before {
	font-size: 50px;
	display: block;
	line-height: 50px;
	margin-bottom: 20px;
	transition: all 0.6s ease-in-out;
}

@media (max-width:540px) {
	.about_us_culture p {
		width: 100%;
		margin-bottom: 5%;
		padding: 20px;
	}

	.about_us_culture p:before {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.about_us_culture p strong {
		font-size: 20px;
	}

	.abTi {
		margin-bottom: 30px;
	}
}

.info_hon h2 {
	text-align: center;
}

.info_hon .box {
	width: 100%;
	text-align: center;
	margin: 40px 0;
}

.info_hon .box .tab-hd {
	display: inline-block;
}

.info_hon .tab-hd li {
	float: left;
	width: 300px;
	height: 50px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	margin: 0 10px;
	font-size: 20px;
}


.info_hon .tab-hd li.active {
	background: #1a8e8e;
	color: #fff;
}

.info_hon span {
	color: #333;
	font-size: 30px;
}

.info_hon span:hover {
	color: #1a8e8e;
}

.info_hon .swiper-button-prev {
	left: 5%;
}

.info_hon .swiper-button-next {
	right: 5%;
}

.info_hon .imgfd {
	padding-top: 134%;
}

.swihon {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.info_par dt {
	width: 9.4%;
	float: left;
	margin-right: 0.66%;
	margin-bottom: 10px;
}

.info_par dt:nth-child(10n) {
	margin-right: 0;
}

.info_par dt .imgfd {
	border: 1px solid #fff;
	padding-top: 50%;
}

.info_par dt:hover .imgfd {
	border-color: #1a8e8e;
}

.partner .main-logo {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	margin-top: 40px;
	background: rgba(255, 255, 255, 0.6);
}

.partner .main-logo a {
	width: calc(100% / 6);
	border: solid 1px #ededed;
	background: rgba(255, 255, 255, 0.6);
	overflow: hidden;
}

.partner .main-logo a img {
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.partner .main-logo a:hover img {
	transform: scale(1.1, 1.1) translateZ(0);
	-o-transform: scale(1.1, 1.1) translateZ(0);
	-moz-transform: scale(1.1, 1.1) translateZ(0);
	-webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.info_team,
.col_loca,
.add_news {
	background: #f1f1f1;
}

.info_team .box {
	background: #fff;
	padding: 40px;
	padding-bottom: 80px;
	display: flow-root;
}

.info_team h3 {
	color: #1a8e8e;
	font-size: 24px;
	/* font-family: 'dinm'; */
	margin-bottom: 20px;
}

.info_team p {
	margin-bottom: 20px;
	line-height: 26px
}

.col_loca {
	margin-bottom: 0 !important;
}

.col_loca,
.col_loca a,
.col_loca span {
	color: #333;
	font-size: 15px;
}

.col_loca span.icon-shouye {
	font-size: 16px;
}

.col_loca span.icon-xiangyoujiantou {
	margin-top: 2px;
}

.col_loca a:last-child {
	color: #1a8e8e;
}

.col_loca a {
	float: none;
}

@media (max-width: 1400px) {
	.banab .box .tit .bt {
		font-size: 60px;
	}

	.banab .box {
		right: 5%;
	}

	.banab .box .tit {
		font-size: 40px;
		line-height: 70px;
	}

	.banab .imgg {
		height: 600px;
	}

	#header .follow {
		display: none;
	}

	.language {
		margin: 0;
		padding: 0;
		margin-left: 5px;

	}

	.ind_pro .tab-hd li {
		margin: 0 12px;
	}

	.ind_xz ul {
		flex-wrap: nowrap;
	}

	.ind_xz ul li {
		width: 33%;
		margin-right: 2vw;
	}

	.ind_xz ul li:last-child {
		margin-right: 0;
	}

	.end_card .card_txt {
		padding: 25px 60px;
	}
}

@media (max-width: 1200px) {
	.info_cont .txt {
		padding: 40px;
	}

	.info_cont .box {
		width: 70%;
		right: 15%;
	}

	.info_ly .map {
		display: none;
	}

	.info_ly .box {
		width: 70%;
		margin: 0 auto;
	}

	.info_ly {
		height: auto;
	}

	.info_his .slide-content .box .nf b {
		font-size: 30px;
	}

	.info_par dt,
	.info_par dt:nth-child(10n) {
		margin-right: 1%;
		width: 15.8%;
	}

	.info_par dt:nth-child(6n) {
		margin-right: 0;
	}

	.info_his .slide-content {
		margin-top: 50px;
	}
}

@media (max-width: 940px) {
	.info_cont .box {
		width: 90%;
		right: 5%;
	}

	.info_ly .box {
		width: 90%;
	}

	.f30 {
		font-size: 24px;
	}

	.f36 {
		font-size: 30px;
	}

	.info_cont .txt p {
		font-size: 20px;
		margin: 10px 0 20px;
	}

	.info_cont dt b,
	.info_ab2 li .txt b {
		font-size: 20px;
	}

	.info_cont .imgg {
		height: 700px;
	}

	.info_ab .section1,
	.info_ab .txt,
	.info_cul .box {
		width: 100%;
	}

	.info_ab .swiper .imgfd {
		height: auto;
		padding-top: 60%;
		margin-top: 30px;
	}

	.banab .box .tit .bt {
		font-size: 40px;
	}

	.banab .box .tit {
		font-size: 30px;
		line-height: 50px;
	}

	.banab .imgg {
		height: 420px;
	}

	.banab .box i {
		width: 100px;
		margin-bottom: 20px;
	}

	.banab .box {
		top: 34%;
	}

	.info_his .slide_items li {
		width: 100px;
	}

	.info_his .slide-content .box .nf {
		display: none;
	}

	.info_his .slide-content .box {
		padding-left: 0;
	}

	.info_his .slide-content {
		margin-top: 30px;
	}

	.info_ab2 li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}

	.info_ab2 li:last-child {
		margin-bottom: 0;
	}

	.info_ab2 li:nth-child(2n) {
		margin-right: 0;
	}

	.info_ab2 li .imgfd {
		height: auto;
		padding-top: 70%;
	}

	.info_ab2 li .txt {
		padding: 20px;
	}

	.info_cul .imgfd {
		position: inherit;
		height: auto;
		padding-top: 60%;
		width: 100%;
		margin-top: 30px;
	}

	.info_cul {
		height: auto;
		padding-bottom: 0 !important;
	}


	.info_hon .swiper-button-next {
		right: 0;
	}

	.info_hon .swiper-button-prev {
		left: 0;
	}

	.info_hon .box {
		margin: 20px 0;
	}

	.info_par dt,
	.info_par dt:nth-child(10n),
	.info_par dt:nth-child(6n) {
		width: 23.5%;
		margin-right: 2%;
	}

	.info_par dt:nth-child(4n) {
		margin-right: 0;
	}

	.info_team h3 {
		font-size: 20px;
	}

	.banab .box .tit .bt,
	.banab .box .tit p {
		height: auto;
	}
}

@media (max-width: 560px) {
	.info_cont .box {
		width: 96%;
		right: 2%;
	}

	.info_ly .box {
		width: 96%;
	}

	.f30 {
		font-size: 20px;
	}

	.f36 {
		font-size: 26px;
	}

	.info_cont .txt {
		padding: 20px;
	}

	.info_cont dt b {
		font-size: 17px;
	}

	.info_cont .txt p {
		font-size: 18px;
		margin: 5px 0 10px;
	}

	.info_cont .txt i {
		width: 100px;
		margin-bottom: 20px;
	}

	.info_cont .imgg {
		height: 510px;
	}

	.info_cont dt {
		margin-bottom: 20px;
	}

	.info_ly .box p {
		margin: 10px 0 20px;
		line-height: 20px;
	}

	.info_ly .ind_feed input,
	.ind_feed textarea {
		margin-bottom: 10px;
	}

	.ind_feed .sub {
		margin: 0 !important;
	}

	.banab .box .tit .bt {
		font-size: 30px;
	}

	.banab .box .tit {
		font-size: 20px;
		line-height: 40px;
	}

	.banab .imgg {
		height: 360px;
	}

	.info_his .slide-content .box .imgfd,
	.info_his .slide-content .box .p {
		width: 100%;
	}

	.info_his .slide-content .box .imgfd {
		max-width: 90%;
		margin: 0 auto;
		margin-left: 5%;
		margin-bottom: 20px;
	}

	.info_his .slide_items li {
		width: 120px;
	}

	.info_cul .p p {
		margin-top: 15px;
	}

	.partner .main-logo a {
		width: calc(100% / 4);
		;
	}

	.info_ab2 li {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.info_hon .tab-hd li {
		font-size: 16px;
		width: 49%;
		margin-bottom: 10px;
		float: left;
		height: 45px;
		line-height: 45px;
	}

	.info_hon .box .tab-hd {
		width: 100%;
		display: flex;
	}

	.info_par dt {
		width: 32% !important;
		margin-right: 2% !important;
	}

	.info_par dt:nth-child(3n) {
		margin-right: 0 !important;
	}

	.info_team h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.info_team p {
		margin-bottom: 15px;
	}

	.info_team .box {
		padding: 20px;
	}

	.ind_xz {
		margin-bottom: 40px;
	}

	.ind_xz ul {
		flex-wrap: wrap;
		margin: 25px 0;
	}

	.ind_xz ul li {
		width: 100%;
		margin-bottom: 5vh;
		margin-right: 0;
	}

	.ind_xz ul li:last-child {
		margin-bottom: 0;
	}

	.ind_xz ul li .ic {
		width: 70px;
		height: 70px;
	}

	.ind_xz ul li b {
		font-size: 18px;
		margin: 0;
		margin-bottom: 5px;
	}

	.ind_xz ul li .p {
		font-size: 14px;
	}

	.ind_xz ul li .box {
		padding: 8px 3% 23px;
	}

	.apad {
		padding: 30px 0 0px;
	}

	.f50 {
		font-size: 36px !important;
	}

	.end_card {
		padding-bottom: 40px;
		flex-wrap: wrap;
	}

	.end_card .card_fl,
	.end_card .card_fr {
		width: 100%;
		margin-bottom: 5vh;
	}

	.end_card .card_txt {
		padding: 25px 30px;
	}

	.end_card .card_txt h3 {
		font-size: 25px
	}

	.end_card .card_txt p {
		font-size: 16px;
		height: 30px;
		margin: 2px 0 20px;
	}

	.end_card .card_more {
		min-width: 100px;
		margin-top: 10px;
	}

	.end_card .card_more a {
		font-size: 14px;
		line-height: 30px;
	}
}

.colsol {
	margin: 5px 0 40px;
	display: flow-root;
}

.colsol li {
	width: 13.75%;
	float: left;
	margin-right: 0.625%;
	padding: 25px 0;
	text-align: center;
	background: #fff;
}

.colsol li:last-child {
	margin-right: 0;
}

.colsol li p {
	font-size: 18px;
	/* font-family: 'dinm'; */
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 5px;
}

.colsol li .ic {
	height: 41px;
	overflow: hidden;
}

.colsol li:hover .ic img,
.colsol li.cur .ic img {
	transform: translateY(-200px);
	filter: drop-shadow(#fff 0 200px);
}

.colsol li:hover p,
.colsol li.cur p {
	color: #fff;
}

.colsol li:hover,
.colsol li.cur {
	background: #1a8e8e;
}

.info_sol .box .p {
	line-height: 24px;
	margin: 10px 0 30px;
}

.list_sol {
	margin-top: 50px;
}

.list_sol li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 35px;
	background: #fff;
}

.list_sol li:nth-child(3n) {
	margin-right: 0;
}

.list_sol li .txt {
	padding: 30px;
	transition: all .3s;
}

.list_sol li:hover .txt {
	color: #fff;
	background-color: #1a8e8e;
}

.list_sol li .txt h2 {
	display: block;
	font-size: 20px;
	color: #1a8e8e;
	/* font-family: 'dinm'; */
	transition: all .3s;
}

.list_sol li:hover .txt h2 {
	color: #fff;
}

.list_sol li .txt .pp {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 10px 0 20px;
}

.nymo {
	height: 36px;
	line-height: 36px;
	color: #1a8e8e;
	font-size: 14px;
	padding: 0 25px;
	display: inline-block;
	border-radius: 500px;
	border: 1px solid #1a8e8e;
	transition: all .3s;
}

.list_sol li:hover .nymo {
	color: #fff;
	border-color: #fff;
}

.listfl {
	width: 78%;
}

.listfr {
	width: 19%;
}

.listfr dl {
	margin-bottom: 20px;
	background: #fff;
}

.listfr dt {
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	background: #1a8e8e url(../images/z15.png) no-repeat left;
}

.listfr dt b {
	font-size: 18px;
	color: #fff;
	/* font-family: 'dinm'; */
	padding-left: 30px;
	padding-right: 10px;
}

.collist dd {
	height: 45px;
	line-height: 45px;
	background: #fff;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}

.collist dd a {
	display: block;
	padding: 0 26px;
}

.collist dd:hover a,
.collist dd.cur a {
	color: #fff;
}

.collist dd:hover,
.collist dd.cur {
	background: #1a8e8e;
}

.collist dd:last-child {
	border-bottom: none;
}

.beslist dd {
	width: 100%;
	display: flow-root;
	background: #fff;
	padding-bottom: 10px;
}

.beslist dd a {
	display: block;
	padding: 0 20px;
}

.beslist dd .imgfd {
	padding-top: 0;
	width: 30%;
	height: 65px;
}

.beslist dd .case_img {
	width: 100%;
}

.beslist dd .txt {
	width: 64%;
	margin-right: 2%;
	padding-top: 5px;
}

.beslist dd .add_txt {
	margin-right: 0;
}

.beslist dd p {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	display: block;
	overflow: hidden;
}

.beslist dd:hover h3 {
	color: #1a8e8e;
}

.beslist dd h3 {
	font-size: 16px;
	display: block;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.beslist dt {
	margin-bottom: 10px;
}

.info_new {
	padding-top: 30px;
}

.info_new .f30 {
	/* font-family: 'dinb'; */
	display: block;
	margin-bottom: 20px;
}

.list_new li {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 50px;
	display: flow-root;
	background: #fff;
}

.list_new li a {
	display: flow-root;
	padding: 20px;
}

.list_new li .imgfd {
	width: 22%;
	height: 200px;
	padding-top: 0;
}

.list_new li .txt {
	width: 76%;
}

.list_new li h2 {
	font-size: 20px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	display: block;
	/* font-family: 'dinm'; */
	display: block;
	margin-top: 5px;
}

.list_new li .date {
	font-size: 14px;
	margin: 15px 0 20px;
}

.list_new li .p {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 25px;
}

.list_new li:hover h2 {
	color: #1a8e8e;
}

.info_pro {
	padding-top: 70px;
}

.info_pro .f30 {
	/* font-family: 'dinb'; */
	background: url(../images/z16.png) no-repeat left;
	padding-left: 20px;
	font-weight: 700;
}

.info_pro .word {
	line-height: 24px;
	margin: 10px 0 30px;
}

.list_pro li.pro {
	width: 24%;
	float: left;
	margin-right: 1.33%;
	margin-bottom: 20px;
}

.list_pro li.pro:nth-child(4n) {
	margin-right: 0;
}

.show_pro {
	background: #fff;
	margin: 20px 0 50px;
	display: flow-root;
}

.show_pro .box {
	padding: 60px;
	display: flow-root;
}

.show_pro .pic {
	width: 44%;
	overflow: hidden;
	padding: 2%;
	padding-right: 0;
}

.show_pro .txt {
	width: 56%;
}

.show_pro .pic span {
	color: #fff;
	font-size: 30px;
}

.show_pro .pic span:hover {
	color: #1a8e8e;
}

.show_pro .pic .mySwiper .swiper-slide {
	border: 3px solid #e7e7e7;
	box-sizing: border-box;
	cursor: pointer;
	box-sizing: border-box;
}

.show_pro .pic .swiper-slide-thumb-active {
	border-color: #1a8e8e !important;
}

.show_pro .pic .swiper-slide img {
	display: block;
	margin: 0 auto;
}

.show_pro .pic .mySwiper2 {
	width: 85%;
}

.show_pro .pic .mySwiper {
	width: 12%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.show_pro .pic .mySwiper .swiper-slide {
	width: 100% !important;
	margin-bottom: 10px;
	height: 82px !important;
	overflow: hidden;
}

.show_pro .txt b {
	color: #1a8e8e;
	/* font-family: 'dinm'; */
	display: inline-block;
	padding: 30px 0 10px;
	font-size: 22px;
}

.show_pro .txt .p {
	display: inline-block;
	line-height: 30px;
	font-size: 18px
}

.show_pro .txt .boxx {
	margin-top: 60px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	height: 45px;
	overflow: hidden;
}

.show_pro .txt dt {
	float: left;
}

.show_pro .txt dt a {
	height: 45px;
	line-height: 40px;
	overflow: hidden;
	border-radius: 500px;
	display: flex;
	padding: 0 30px;
	color: #1a8e8e;
	border: 2px solid #1a8e8e;
}

.show_pro .txt dt span {
	font-size: 18px;
	margin-right: 10px;
}

.show_pro .txt dt.m2 a {
	background: none;
	min-width: 165px;
	border: 2px solid #1a8e8e;
	color: #1a8e8e;
	box-sizing: border-box;
	text-align: center;
	display: block;
	line-height: 40px;
}

.show_pro .txt dt.m2 {
	margin-left: 20px;
}

.show_pro .txt dt.m1:hover a {
	background: #1a8e8e;
	color: #fff;
}

.show_pro .txt dt.m2:hover a {
	background: #1a8e8e;
	color: #fff;
}

.show_pro .txt .psm {
	color: #1a8e8e;
	/* font-family: 'dinm'; */
	height: 45px;
	line-height: 45px;
	display: inline-flex;
}

.show_pro .txt .psm span {
	font-size: 24px;
	margin-left: 14px;
	/* font-family: 'dinb'; */
	margin-top: 1px;
}

.show_pro .txt .psm:hover {
	color: #08194a;
}

.show_pro2 {
	background: #fff;
}

.show_pro2 .box {
	padding: 40px;
	display: flow-root;
}

.show_pro2 .tit {
	position: relative;
	margin: 0 auto;
	display: table;
	margin-bottom: 20px;
}

.show_pro2 .tit::after {
	width: 26px;
	height: 3px;
	background: #1a8e8e;
	content: '';
	position: absolute;
	top: 19px;
	left: -40px;
}

.show_pro2 .tit::before {
	width: 26px;
	height: 3px;
	background: #1a8e8e;
	content: '';
	position: absolute;
	top: 19px;
	right: -40px;
}

.show_pro2 .tit h2 {
	/* font-family: 'dinb'; */
	display: block;
	background: #fff;
	width: 100%;
	text-transform: uppercase;
}

.show_pro2 .des {
	line-height: 26px;
}

.show_pro2 h3 {
	color: #1a8e8e;
	/* font-family: 'dinm'; */
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}

.bancol {
	margin-top: 80px;
}

@media (max-width: 1400px) {
	.show_pro .pic .mySwiper {
		display: none;
	}

	.show_pro .pic .mySwiper2 {
		width: 100%;
	}
}

@media (max-width: 1200px) {

	.list_pro li.pro,
	.list_pro li.pro:nth-child(4n) {
		width: 32%;
		margin-right: 2%;
	}

	.list_pro li.pro:nth-child(3n) {
		margin-right: 0;
	}
}

@media (max-width: 1024px) {
	.bancol {
		width: 100%;
		overflow: hidden;
		margin-top: 60px !important;
	}

	.bancol .imgg img {
		width: 100%;
	}

	.listfr {
		display: none;
	}

	.listfl {
		width: 100%;
	}

	.list_new li .imgfd {
		width: 30%;
		height: 280px;
	}

	.list_new li .txt {
		width: 67%;
	}

	#header {
		background: #08194a !important;
	}
}

@media (max-width: 940px) {
	.list_new li .imgfd {
		width: 40%;
		height: 200px;
	}

	.list_new li .txt {
		width: 57%;
	}

	.list_pro li.pro,
	.list_pro li.pro:nth-child(4n),
	.list_pro li.pro:nth-child(3n) {
		width: 49%;
		margin-right: 2%;
	}

	.list_pro li.pro:nth-child(2n) {
		margin-right: 0;
	}

	.show_pro .pic,
	.show_pro .txt {
		width: 100%;
	}

	.show_pro .box {
		padding: 40px;
	}

	.ind_feed .box {
		margin-right: 0;
	}
}

@media (max-width: 560px) {
	.bancol {
		width: 100%;
		overflow: hidden;
		margin-top: 60px;
	}

	.list_sol li {
		width: 48%;
	}

	.list_sol li .txt {
		padding: 10px;
	}

	.list_sol li .imgfd {
		padding-top: 70%;
	}

	.list_sol li .nymo {
		height: 30px;
		line-height: 30px;
	}

	.list_sol li:nth-child(2n) {
		margin-right: 2%;
	}

	.list_sol li:nth-child(3n) {
		margin-right: 2%;
	}

	.list_sol li .txt h2 {
		font-size: 16px;
	}

	.list_sol li .txt .pp {
		font-size: 14px;
		line-height: 1.3em;
		height: 1.3em;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.list_new li h2 {
		font-size: 18px;
		line-height: 24px;
		height: 24px;
		margin: 5px 0 15px;
	}

	.list_new li {
		margin-bottom: 15px;
	}

	.info_new {
		padding-top: 10px;
	}

	.list_new li a {
		padding: 15px;
	}

	.list_new li .imgfd,
	.list_new li .txt {
		width: 100%;
	}

	.list_new li .imgfd {
		height: 240px;
		margin-bottom: 20px;
	}

	.list_new li .p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}

	.list_new li .date {
		margin: 5px 0 10px;
	}

	.list_pro li.pro .p {
		font-size: 15px;
		padding: 0 4%;
		line-height: 20px;
		height: 40px;
		margin-bottom: 30px;
	}

	.list_pro li.pro {
		margin-bottom: 10px;
	}

	.show_pro .box,
	.show_pro2 .box {
		padding: 20px;
	}

	.show_pro .txt b {
		margin: 20px 0 5px;
	}

	.show_pro .txt .p,
	.show_pro2 p {
		font-size: 15px;
		line-height: 26px;
	}

	.show_pro .txt .boxx {
		margin: 20px 0 30px;
	}

	.show_pro .txt dt.m2 {
		display: none;
	}

	.show_pro {
		margin-bottom: 20px;
	}

	.show_pro2 h3 {
		font-size: 18px;
		margin-bottom: 4px;
	}

	.show_pro2 .tit::before,
	.show_pro2 .tit::after {
		top: 12px;
	}

	.i_app ul li a>i {
		font-size: 40px;
	}

	.i_app ul li p {
		font-size: 16px;
		margin-top: 20px;
	}

	.i_app ul li a span {
		line-height: 40px;
	}

	.i_app ul li:hover a span {
		height: 40px;
		margin-top: 20px;
	}
}


.show_new h1 {
	font-size: 26px;
	font-family: mulib;
	/* font-family: 'dinm'; */
}

.show_new .date_sh {
	height: 30px;
	line-height: 30px;
	display: inline-table;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin: 20px 0 30px;
}

.show_new .date_sh dt.date span {
	color: #111;
	font-size: 16px;
	margin-right: 5px;
}

.show_new .date_sh dt {
	float: left;
	margin-right: 40px;
}

.show_new .date_sh dt.share {
	color: #333;
}

.show_new .date_sh .p,
.show_new .date_sh .p p {
	color: #333 !important;
}

.show_new .date_sh .share .fl {
	margin-right: 10px;
}


/* 资料下载 */
#download {
	padding: 30px 0 0 0;
}

#download .wrap>.tit {
	font-size: 39px;
	color: #333;
}

#download .wrap>.tit-en {
	color: #bbb;
	font-size: 15px;
	margin-top: 12px;
	text-transform: uppercase;
}


#download .list {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

#download .list>a {
	display: block;
	width: calc((100% - 100px)/3);
	margin: 0 50px 50px 0;
	transition: all .35s;
	position: relative;
	top: 0;
	background: #eff1fa;
	height: 0;
	padding-bottom: 10%;
	overflow: hidden;
}

#download .list>a:hover {
	top: -8px;
	background: #1a8e8e;
}

#download .list>a:nth-child(3n) {
	margin: 0 0 50px 0;
}

#download .list>a::before {
	position: absolute;
	right: 30px;
	bottom: 15px;
	content: '\ebb4';
	font-family: 'iconfont_add';
	font-size: 86px;
	color: #fff;
	transition: all .3s;
}

#download .list>a:hover::before {
	opacity: .16;
}

#download .list>a .tit {
	position: absolute;
	left: 50px;
	top: 35px;
	right: 40px;
	font-size: 18px;
	line-height: 1.5;
	color: #2e2d3c;
	font-weight: 300;
	transition: all .3s;
}

#download .list>a:hover .tit {
	color: #fff;
}

#download .list>a .info {
	position: absolute;
	left: 50px;
	bottom: 35px;
	line-height: 1.5;
	color: #93abc3;
	transition: all .3s;
}

#download .list>a:hover .info {
	color: #fff;
}

#download .list>a .info .pass {
	display: inline-block;
	font-size: 15px;
}

#download .list>a .info .pass::before {
	content: '\e723';
	font-family: 'iconfont_add';
	display: inline-block;
	margin-right: 8px;
	font-size: 26px;
}

#download .list>a .info .counts {
	display: inline-block;
	font-size: 15px;
	margin-left: 18px;
}

#download .list>a .info .counts::before {
	content: '\e615';
	font-family: 'iconfont_add';
	display: inline-block;
	margin-right: 8px;
	font-size: 24px;
}

@media (max-width:1679px) {

	/*1440*/
	#download .wrap>.tit {
		font-size: 38px;
	}

	#download .wrap>.tit-en {
		font-size: 14px;
	}

	#download .list>a {
		width: calc((100% - 90px)/3);
		margin: 0 45px 45px 0;
	}

	#download .list>a .tit {
		font-size: 17px;
	}

	#download .list>a .info .pass {
		font-size: 14px;
	}

	#download .list>a .info .counts {
		font-size: 14px;
	}
}

@media (max-width:1439px) {

	/*1366*/
	#download {
		padding: 20px 0 120px 0;
	}

	#download .list {
		margin-top: 50px;
	}

	#download .list>a {
		width: calc((100% - 80px)/3);
		margin: 0 40px 40px 0;
	}

	#download .list>a::before {
		right: 25px;
		font-size: 60px;
	}

	#download .list>a .tit {
		font-size: 16px;
		left: 40px;
	}

	#download .list>a .info {
		left: 40px;
	}

	#download .list>a .info .pass {
		font-size: 13px;
	}

	#download .list>a .info .counts {
		font-size: 13px;
	}
}

@media (max-width:1365px) {

	/*1280*/
	#download .list>a .tit {
		font-size: 17px;
	}

	#download .list>a::before {
		right: 20px;
		font-size: 50px;
	}
}

@media (max-width:1279px) {

	/*mp*/
	#download {
		padding: 0px 15px 0px 15px;
	}

	#download .wrap>.tit {
		font-size: 24px;
	}

	#download .wrap>.tit-en {
		font-size: 12px;
		margin-top: 6px;
	}

	#download .list {
		margin-top: 40px;
		display: block;
	}

	#download .list>a {
		width: 100%;
		margin: 0 0 15px 0;
		padding-bottom: 30%;
	}

	#download .list>a:hover {
		top: 0;
	}

	#download .list>a:nth-child(3n) {
		margin: 0 0 15px 0;
	}

	#download .list>a::before {
		right: 10px;
		bottom: 10px;
		font-size: 46px;
	}

	#download .list>a .tit {
		left: 20px;
		top: 15px;
		right: 20px;
		font-size: 16px;
		line-height: 1.4;
	}

	#download .list>a .info {
		left: 20px;
		bottom: 20px;
		line-height: 1.4;
	}

	#download .list>a .info .pass {
		display: inline-block;
		font-size: 14px;
	}

	#download .list>a .info .pass::before {
		margin-right: 7px;
		font-size: 16px;
	}

	#download .list>a .info .counts {
		font-size: 13px;
		margin-left: 16px;
	}

	#download .list>a .info .counts::before {
		font-size: 12px;
	}
}

/* 售后服务 */


.service {
	position: relative;
	padding: 0;
	overflow: hidden;
}

.service .ny_s {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.service .ny_s .s_left {
	width: 50%;
}

.service .ny_s .s_left .s_tit {}

.service .ny_s .s_left .s_tit .s_en {
	display: block;
	font-size: 16px;
	line-height: 1.333;
	color: #2d2d2d;
	text-transform: uppercase;
}

.service .ny_s .s_left .s_tit .s_cn {
	display: block;
	font-size: 39px;
	color: #333;
	/*font-weight: bold;*/
	line-height: 1.333;
	margin: 0 0 3.2vh;
	padding-bottom: 2.1vh;
	position: relative;
}

.service .ny_s .s_left .s_tit .s_cn::after {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #1a8e8e;
	position: absolute;
	left: 0;
	bottom: 0
}


.service .ny_s .s_left .s_tit .txt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3vh;
}

.service .ny_s .s_left .s_img {}


.s_right {
	width: 48%;
	padding-left: 5.5vw;
	padding-top: 15vh;
}

.s_right .list {}

.s_right .list ul {}

.s_right .list ul li {
	margin-bottom: 3vh;
}

.s_right .list ul li .title {
	position: relative;
	padding-left: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.s_right .list ul li .title::before {
	content: '';
	width: 14px;
	height: 14px;
	border: 3px solid #1a8e8e;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.s_right .list ul li .title .name {
	font-size: 24px;
	font-weight: bold;
}

.s_right .list ul li .title .en {
	font-size: 16px;
	color: #9ba4ad;
}

.s_right .list ul li .s-content {
	font-size: 16px;
	line-height: 1.875;
	color: #9ba4ad;
}

@media (max-width:540px) {
	.service .ny_s {
		flex-direction: column;
	}

	.service .ny_s .s_left {
		width: 100%;
	}

	.s_right {
		width: 100%;
		padding-left: 0;
		padding-top: 3vh;
	}
}

.video_list {
	padding: 80px 0;
}

.ab_tit {
	text-align: center;
}

.ab_tit h3 {
	font-size: 42px;
	color: #1a8e8e;
	font-weight: 600;
	line-height: 1.6;
}

.video_list ul.add_video {
	margin-top: 40px;
}

.video_list ul.add_video li {
	float: left;
	width: 31%;
	margin-right: 2%;
	margin-bottom: 40px;
}

.video_list ul.add_video li:nth-child(3n) {
	margin-right: 0;
}

.video_list ul.add_video li a {
	display: block;
}

.video_list ul.add_video li a .pic {}

.rect-75 {
	padding-bottom: 75%;
}

.pst-rel {
	position: relative;
}

.video_list ul.add_video li a:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.video_list ul.add_video li a .info {
	border: 1px solid #dddddd;
	padding: 30px 0;
	background-color: #fff;
	transition: all .3s;
}

.video_list ul.add_video li:hover a .info {
	background-color: #1a8e8e;
}

.video_list ul.add_video li a .info p {
	text-align: center;
	font-size: 16px;
	color: #333;
	transition: all .3s;
}

.video_list ul.add_video li:hover a .info p {
	color: #fff;
}

.video_list ul.add_video li i {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 15;
	opacity: 0;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: url(../images/ico_play2.png) center no-repeat #1a8e8e;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.video_list ul.add_video li:hover i {
	opacity: 1;
}

@media (max-width:540px) {
	.video_list ul.add_video li {
		width: 48%;
	}

	.video_list ul.add_video li:nth-child(2n) {
		margin-right: 0;
	}

	.video_list ul.add_video li:nth-child(3n) {
		margin-right: 2%;
	}
}

/* 联系我们 */
.n_lianxi {
	padding: 3.75rem 0;
	background: #eff2f7;
}

.n_lianxi .box1 {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.n_lianxi .box1 .left {
	float: left;
	position: relative;
	z-index: 1;
}

.n_lianxi .box1 .left:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/lianxi_bg.jpg) center no-repeat;
	z-index: -1;
	width: 520px;
	height: 371px;
	right: -180px;
	bottom: -20px;
}

.n_lianxi .box1 .right {
	float: right;
	width: 530px;
	background: #fff;
	position: relative;
	z-index: 9;
	padding: 1.5rem 1.5rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.n_lianxi .box1 .left .tt {
	margin-bottom: 1.75rem;
}

.n_lianxi .box1 .left .tt h3 {
	font-size: 39px;
	color: #333;
}

.n_lianxi .box1 .left .tt span {
	font-size: 1.25rem;
	color: #b6b6b6;
	font-family: Roboto;
	text-transform: uppercase;
	display: block;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
}

.n_lianxi .box1 .left .tt i {
	display: block;
	width: 25px;
	height: 1px;
	background: #1a8e8e;
}

.n_lianxi .box1 .left dl {
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.n_lianxi .box1 .left dl dt {
	font-size: 1.125rem;
	color: #1a8e8e;
	font-weight: bold;
	margin-bottom: 11px;
	padding-left: 2.25rem;
	position: relative;
}

.n_lianxi .box1 .left dl dt img {
	position: absolute;
	left: 0;
	top: 0.25rem;
}

.n_lianxi .box1 .left dl dd {
	font-size: 1rem;
	color: #676767;
	font-weight: bold;
	padding-left: 2.25rem;
}

.n_lianxi .box1 .left dl .tel {
	font-size: 1.125rem;
	color: #3a3939;
	line-height: 1.5;
}

.n_lianxi .ewm {
	display: inline-block;
	padding-left: 22px;
}

.n_lianxi .ewm .box {
	float: left;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-left: 2.5rem;
	margin-top: 1rem;
}

.n_lianxi .ewm img {
	border: 1px solid #ddd;
	width: 109px;
	height: 109px;
}

.n_lianxi .ewm p {
	text-align: center;
	width: 1rem;
	font-size: 0.875rem;
	color: #282828;
	margin-right: 0.5rem;
}

.n_lianxi .flex {
	display: flex;
	align-items: flex-end;
}

.n_lianxi form {}

.n_lianxi form .group {
	margin-bottom: 22px;
	width: 48.5%;
}

.n_lianxi form .group.textarea {
	width: 100%;
}

.n_lianxi form .group.yzm {
	width: calc(100% - 169px);
}

.n_lianxi form .group.btnbox {
	width: 150px;
}

.n_lianxi form .group .fc-code {
	position: absolute;
	bottom: 5px;
	right: 4px;
	height: 40px;
}

.n_lianxi form .group .fc-code img {
	height: 100%;
}

.n_lianxi form .span {
	display: block;
	font-size: 1rem;
	height: 17px;
	color: #3d3d3d;
	margin-bottom: 1rem;
}

.n_lianxi form .span i {
	color: #e73728;
}

.n_lianxi form .input {
	height: 50px;
	border: 1px solid #d5d5d5;
	width: 100%;
	padding: 0 18px;
	font-size: 0.8125rem;
	color: #666;
}

.n_lianxi form textarea {
	border: 1px solid #d5d5d5;
	height: 6.75rem;
	line-height: 1.7;
	width: 100%;
	padding: 10px 18px;
	font-size: 0.8125rem;
	color: #666;
}

.n_lianxi form .btn_submit {
	height: 50px;
	width: 155px;
	background: #1a8e8e;
	color: #fff;
	border: 0;
	outline: 0;
	float: right;
}

#miso_map {
	height: 28rem;
	margin-top: 3.125rem;
	border: 1px solid #e1e1e1;
}

#miso_map img {
	max-width: none;
}

/* 人才招聘 */
.pad210 {
	padding-left: 10.9375%;
	padding-right: 10.9375%;
}

.md-about_join .page_1 {
	padding-top: 85px;
	padding-bottom: 75px;
	background-size: cover;
	position: relative;
}

.md-about_join .p1_white {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 88%;
	height: 46%;
	background-color: #ffffff;
	box-shadow: 0px 0px 54px 3px rgb(201 207 220 / 31%);
}

.md-about_join .p1_box {
	position: relative;
	padding: 76px 8.6% 100px;
	background-color: #ffffff;
	box-shadow: 0px 0px 54px 3px rgb(201 207 220 / 31%);
}

.md-about_join .p1_box .d1 {
	text-align: center;
	color: #191f35;
}

@media (max-width: 1920px) and (min-width: 551px) {
	.s16 {
		font-size: calc(12px + 0.2083333333vw);
	}

	.s18 {
		font-size: calc(12px + 0.3125vw);
	}

	.s20 {
		font-size: calc(12px + 0.4166666667vw);
	}

	.s40 {
		font-size: calc(12px + 1.4583333333vw);
	}
}

.md-about_join .p1_box .d2 {
	margin-top: 34px;
	line-height: 2;
	color: #666;
}

.md-about_join .p1_box .a1 {
	color: #1a8e8e;
}

.md-about_join .p1_box .j1 {
	width: 77px;
	height: 77px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url(../images/join1.png);
	left: 50px;
	top: 0;
	transform: translateY(-40%);
}

.md-about_join .p1_box .j2 {
	width: 77px;
	height: 77px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url(../images/join2.png);
	right: 50px;
	bottom: 0;
	transform: translateY(40%);
}

.md-about_join .page_2 {
	padding-top: 30px;
	padding-bottom: 50px;
}

.md-about_join .tab {
	margin-top: 70px;
}

.md-about_join .li1 {
	border: solid 1px #e5e5e5;
	margin-bottom: 55px;
}

.md-about_join .li1:last-child {
	margin-bottom: 18px;
}

.md-about_join .hd {
	display: flex;
	align-items: center;
	min-height: 50px;
}

.md-about_join .hd .h_le {
	width: 17.3333333333%;
	height: 100%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #333;
}

.md-about_join .hd .h_ri {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px;
	transition: all 0.3s linear;
	color: #666;
	border-left: 1px solid #e5e5e5;
}

.md-about_join .hd .p2-left {
	display: flex;
	flex: 1;
}

.md-about_join .hd .item {
	width: 33%;
}

.md-about_join .hd .p2-left p+p {
	margin-top: 20px;
}

.md-about_join .hd .bth {
	display: flex;
	align-items: center;
	padding: 10px 40px;
	background-color: #f5f6f7;
	border-radius: 100px;
	cursor: pointer;
	color: #999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px
}

.md-about_join .hd .bth:hover {
	background-color: #1a8e8e;
	color: #fff !important;
	transition: all .3s;
}

.md-about_join .hd .bth span {
	transition: all .3s;
}

.md-about_join .hd .bth:hover span {
	color: #fff !important;
}

.md-about_join .hd .bth:hover img:nth-child(2n-1) {
	display: none;
}

.md-about_join .hd .bth:hover img:nth-child(2n) {
	display: block;
}

.md-about_join .hd .bth img {
	margin-top: 3px;
	margin-left: 10px;
}

.md-about_join .hd .bth img:nth-child(2n-1) {
	display: block;
}

.md-about_join .hd .bth img:nth-child(2n) {
	display: none;
}

.md-about_join .bd {
	padding: 50px 60px;
	padding-bottom: 60px;
	padding-right: 110px;
	border-top: 1px solid #e5e5e5;
	display: none;
}

.md-about_join .bd .bd_1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.md-about_join .c22 {
	color: #222;
	font-weight: 700;
}

.md-about_join .c66 {
	color: #666;
	font-weight: 700;
}

.md-about_join .bd .href {
	background-color: #1a8e8e;
	color: #fff;
	border-radius: 100px;
	padding: 100px 30px;
	display: inline-flex;
	align-items: center;
}

.md-about_join .bd .href img {
	margin-left: 20px;
}

@media (max-width: 1280px) {
	.md-about_join .hd .h_ri {
		padding-left: 0.5rem;
	}
}

@media (max-width: 900px) {
	.md-about_join .form {
		justify-content: space-between;
	}

	.md-about_join .form .sel {
		width: 30%;
		margin-right: 0;
	}

	.md-about_join .form .inp {
		width: 100%;
		margin-top: 0.3rem;
	}

	.md-about_join .hd .h_le {
		min-width: 30%;
	}

	.md-about_join .hd .h_ri {
		padding-left: 0.5rem;
		padding-right: 0.6rem;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
		justify-content: flex-end;
	}

	.md-about_join .hd .p2-left {
		display: none;
	}

	.md-about_join .bd {
		padding-right: 0.6rem;
	}

	.md-about_join .bd .bd_1 .b1 {
		width: 60%;
	}

	.md-about_join .bd .bd_2 .miaoshu {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	.md-about_join .bd .bd_2 .fuli {
		width: 100%;
	}

	.md-about_join .bd .bd_4 {
		display: block;
		flex-wrap: wrap;
		line-height: 2;
		margin-bottom: 0.5rem;
	}
}

@media (max-width:540px) {
	.n_lianxi {
		padding-top: 1rem;
	}

	.n_lianxi .box1 {
		flex-direction: column;
	}

	.n_lianxi .flex {
		flex-direction: column;
		align-items: flex-start;
	}

	.n_lianxi .ewm {
		padding-left: 0;
	}

	.n_lianxi .ewm .box {
		margin-left: 0;
	}

	.n_lianxi .box1 .right {
		margin-top: 5vh;
		width: 100%;
	}

	.md-about_join .bd {
		padding: 20px;
	}
}


/* 联系我们 e */

.fanye dt span {
	width: 30px;
	height: 30px;
	background: #1a8e8e;
	border-radius: 500px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}


.fanye dt,
.fanye a.all {
	height: 30px;
	line-height: 30px;
	width: 40%;
	overflow: hidden;
}

.fanye dt a {
	font-size: 14px;
}

.fanye dt a:hover,
.fanye a.all:hover,
.relnews li:hover p,
.relnews .box .swiper-button-next:hover span,
.relnews .box .swiper-button-prev:hover span {
	color: #1a8e8e;
}

.fanye dt:nth-child(1) span {
	margin-right: 12px;
}

.fanye dt:nth-child(2) span {
	margin-left: 12px;
}

.fanye a.all {
	text-align: center;
	width: 20%;
	font-size: 14px;
	display: block;
}

.fanye a.all span {
	margin-right: 8px;
}

.fanye {
	padding-bottom: 15px;
	margin: 100px 0 20px;
	border-bottom: 2px solid #ddd;
}

.showtag .box {
	font-size: 17px;
	height: 28px;
	line-height: 28px;
}

.showtag .box span {
	font-size: 18px;
	margin-right: 8px;
	font-weight: bold;
}

.showtag a {
	display: block;
	height: 28px;
	line-height: 28px;
	float: left;
	padding: 0 10px;
	background: #eee;
	margin-left: 8px;
	margin-bottom: 8px;
	font-size: 16px;
	color: #666;
}

.showtag a:hover {
	background: #1a8e8e;
	color: #fff;
}

.show_new .p {
	line-height: 30px;
}

.list_ss li {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.list_ss li a {
	display: flex;
}

.list_ss li .date {
	min-width: 85px;
	height: 85px;
	background: #1a8e8e;
	margin-right: 30px;
	font-size: 13px;
	text-align: center;
	color: #fff;
}

.list_ss li .date span {
	font-size: 16px;
	display: block;
	margin: 15px 0 5px;
}

.list_ss li h2 {
	font-size: 20px;
	line-height: 30px;
	display: block;
	max-height: 60px;
	overflow: hidden;
	/* font-family: 'dinm'; */
}

.list_ss li .p {
	color: #666;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
	margin: 15px 0;
}

.list_ss li:hover h2 {
	color: #1a8e8e;
}



.guide-hidden {
	overflow: hidden;
}

.guide-all {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1999;
	background: rgba(0, 0, 0, .4);
}

.guide-all .all-layout {
	margin: 0 auto;
	position: relative;
	max-width: 700px;
}

.guide-all a {
	display: block;
	height: auto;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	margin-top: 40%;
}

.guide-all .guide-all-close {
	width: 39px;
	height: 39px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background: url(../images/gaipic02.png) no-repeat center center;
}

.guide-all .guide-all-close:hover {
	background: url(../images/gaipic02.png) no-repeat center center;
}

.guide-bar {
	background: #472273;
	display: none;
}

.guide-bar-layout {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 55px;
}

.guide-bar .guide-bar-close {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background: url(../images/gaipic02.png) no-repeat center center;
}

.guide-bar .guide-bar-close:hover {
	background: url(../images/gaipic02.png) no-repeat center center;
}

.all-layout b {
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	/* font-family: 'dinb'; */
	margin-bottom: 20px;
}

.all-layout a {
	padding: 50px;
}

.all-layout .txt {
	font-size: 18px;
	line-height: 30px;
}

.all-layout .txt p {
	margin-bottom: 12px;
}

@media (max-width: 1024px) {
	.show_new h1 {
		font-size: 24px;
	}
}

@media (max-width: 940px) {
	.show_new h1 {
		font-size: 20px;
	}

	.list_ss li h2 {
		font-size: 17px;
		line-height: 24px;
		max-height: 48px;
	}
}

@media (max-width: 560px) {
	.show_new h1 {
		font-size: 18px;
	}

	.fanye dt {
		width: 100%;
		margin: 4px 0;
	}

	.fanye a.all {
		margin: 0 auto;
	}

	.fanye {
		margin-top: 40px;
	}

	.show_new .p {
		font-size: 15px;
		line-height: 28px;
	}

	.list_ss li .p {
		font-size: 14px;
		line-height: 22px;
		max-height: 44px;
		margin: 10px 0;
	}

	.list_ss li .date {
		margin-right: 15px;
	}

	.all-layout a {
		padding: 20px;
		max-width: 96%;
	}

	.all-layout b {
		font-size: 20px;
	}

	.all-layout .txt {
		font-size: 16px;
		line-height: 25px;
	}

	.guide-all .guide-all-close {
		right: 2%;
	}
}


/*左侧工具条*/
#toolbar {
	position: fixed;
	z-index: 99;
	right: 17px;
	bottom: 10%;
}

#toolbar li {
	margin-bottom: 3px;
	font-size: 0;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}

#toolbar li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: #1a8e8e;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
}

#toolbar li .icon-font {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
	background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
	background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
	background-position: 0 -30px;
}

#toolbar li .icon-message:after {
	background-position: 0 -120px;
}

#toolbar li .icon-top:after {
	background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
	background-position: 0 0;
}

#toolbar li .wz {
	display: inline-block;
	line-height: 57px;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #1a8e8e;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s;
	transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
	margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
	max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #1a8e8e;
	border-right: none;
}

.icon-font {
	position: relative;
}

.icon-font:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/icon_spirit.png);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}

#toolbar li.ewm:hover .icon {
	background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#toolbar li.backtop {
	cursor: pointer;
}

#toolbar li.backtop .iconfont {
	color: #fff;
	background-color: #1a8e8e;
}

#toolbar li:hover a {
	width: 200px;
}

#toolbar li:hover .icon-font {
	background-color: #1a8e8e;
}

#toolbar li:hover .icon-qq:after {
	background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
	background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
	background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
	background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
	background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
	background-position: -30px -60px;
}

@media (max-width: 990px) {

	#toolbar,
	.guanggao-dbbox {
		display: none;
	}
}