﻿.bg-color{
	background: #fff;
}
.top_bar{
	height: 40px;
	line-height: 40px;
	color: #141414;
	border-bottom: 1px solid #e5e5e5;
	background: #eafffc;
}
.top_bar .tb-left{
	float: left;
}
.top_bar .tb-rig{
	float: right;
	width: 385px;
	
}
.top_bar .tb-rig ul{
	text-align: right;
}
.top_bar .tb-rig ul li{
	display: inline-block;
}
.top_bar .tb-rig ul li img{
	display: inline-block;
	float: left;
	margin-top: 11px;
	margin-right: 5px;
}

.head {
	height: 130px;	
}
.head .logo{
	float: left;
	line-height: 130px;
	max-width:570px;
	overflow: hidden;
}
.head .logo img {
	display: inline-block;
	vertical-align: middle;
	max-width:100%;
	max-height:100%;
}
.head .txt{
	color: #04bfa3;
	font-size: 28px;
	line-height: 45px;
	float: left;
	padding: 0 8px;
	border: 1px solid #04bfa3;
	border-radius: 5px;
	margin-top: 40px;
	margin-left: 50px;
}
.head .head-group{
	overflow: hidden;
	float: right;
	height: 40px;
	padding: 0px 15px;
	color: #223a44;
	font-size: 14px;
	line-height: 40px;
	
	background: #eafffc;
	box-sizing: border-box;
	border-radius: 20px;
	margin-top: 45px;
}
.head .head-group img {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.head .head-group input{
	background: none;
}


.nav-bar{
	height: 60px;
	background: #fff;
}
.nav-bar ul{
	overflow: hidden;
}
.nav-bar ul li{
	float: left;
	width: 14.2%;
	text-align: center;
	position: relative;
}

.nav-bar ul li:after{
	content: '';
	position: absolute;
	right: 0;
	top: 24px;
	height: 12px;
	width: 1px;
	background: #e3e3e3;
}

.nav-bar ul li a{
	display: inline-block;
	font-size: 18px;
	color: #151515;
	line-height: 60px;
	text-align: center;
	position: relative;
}
.nav-bar ul li:hover a,
.nav-bar ul li.active a{
	
}

.nav-bar .head-nav li a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #447b5c;
	transition: all 0.5s ease-in-out;
}

.nav-bar .head-nav li a:hover::before,
.nav-bar .head-nav li.active a::before{
	width: 100%;
}


.cx-bar{
	transition: all 0.5s ease-in-out;
}


.cx-nav{
	width: 100%;
	height: 135px;
	z-index: 999;
	background-color: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	transition: all 0.5s ease-in-out;
}
.cx-nav .logo{
	float: left;
	width: 258px;
	font-size: 0;
	height: 135px;
	line-height: 135px;
}
.cx-nav .logo img{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.cx-nav ul{
	float: right;
}
.cx-nav ul li{
	float: left;
	text-align: right;
	margin-left: 32px;
}
.cx-nav ul li a{
	display: block;
	font-size: 18px;
	color: #121212;
	line-height: 135px;
	position: relative;
}
.cx-nav ul li a:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #447b5c;
	transition: all 0.5s ease-in-out;
}
.cx-nav ul li a:hover:before,
.cx-nav ul li a.active:before{
	width: 100%;
}
.cx-nav.nav-move{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	box-shadow: none !important;
}
.cx-nav.nav-hide{
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
	height: 80px;
	transition: all 0.5s ease-in-out;	
}
.cx-nav.nav-hide .logo{
	
	height: 80px;
	line-height: 80px;
}
.cx-nav.nav-hide ul{
	margin-top: 0;
}
.cx-nav.nav-hide ul li a{
	line-height: 80px;
}
.cx-nav.nav-hide ul .tel{
	line-height: 80px;
}
.transition{
	transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
}



.banner{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: center;
}
.banner a{
	display: block;
}
.banner img{
	width: 100%;
}
.banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #fff;
	margin: 0 5px;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.banner .swiper-pagination-bullet-active {
	width: 30px;
	opacity: 1;
	border-radius: 20px;
	background-color: #447b5c;
}


.toutiao{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 12px 0px;
	border-bottom: 1px solid #ebebeb;
}
.toutiao img{
	display: inline-block;
	float: left;
}

.toutiao .t-xian{
	width: 1px;
	height: 63px;
	background: #c8c8c8;
	float: left;
	margin-left: 5px;
	margin-right: 28px;
}

.toutiao .nr{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
}


.toutiao .swiper-container { 
	width: 100%; 
	height: 66px; 
}
.toutiao .swiper-slide { 
	height: 66px; 
	line-height: 66px; 
}
.toutiao .swiper-slide a { 
	width: 100%;
	display: inline-block;
	color: #111111; 
	font-size: 18px;
}
.toutiao .swiper-slide a i{
	color: #ababab;
	font-size: 28px;
	display: inline-block;
}
.toutiao .swiper-pagination { 
	position: absolute; 
}


#main{
	overflow: hidden;
}


.company-video{
	margin: 40px 0px;
}
.company-video .warpper{
	position: relative;
}

#carousel {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

#carousel  .swiper-slide img{
	display:block;
	width: 100%;
    height: 100%;
    object-fit: cover;
}

#carousel .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 200px;
}

.company-video .video-left {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../image/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.company-video .video-left:hover {
	background-position: 0 -46px;
	background-size: 100%
}

.company-video .video-right {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../image/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

.company-video .video-right:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.company-video .video-left::after,.company-video .video-right::after{
	content: '';
}

.company-video .swiper-slide {
    position: relative;
}

.company-video .swiper-slide p {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 0px 5%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.company-video .swiper-slide p span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#main .common-tit{
	width: 100%;
	line-height: 1;
	position: relative;
	margin-bottom: 70px;
}

#main .common-tit h4{
	font-size: 32px;
}

#main .common-tit h4 span{
	font-size: 14px;
	color: #383838;
	text-transform: uppercase;
	margin-left: 20px;
}

#main .common-tit a{
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
	font-size: 16px;
	color: #212121;
}

#main .common-tit a img{
	display: inline-block;
	position: relative;
	top: 3px;
	margin-left: 5px;
}



.department-main{
	padding: 65px 0 35px 0;
	background: #f1fffd;
}

.department-list ul li {
    float: left;
    width: 25%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
	padding: 30px 0;	
	transition: all 0.5s ease-in-out;
}

.department-list ul li:hover{
	border-radius: 10px;
	transition: all 0.55s;
	-webkit-box-shadow: #e0edeb 0px 0px 28px;
	-moz-box-shadow: #e0edeb 0px 0px 28px;
	box-shadow: #e0edeb 0px 0px 28px;
}

.department-list ul li a {
    display: block;
    font-size: 16px;
    color: #000000;
    text-align: center;
    z-index: 2;
}

.department-list ul li a .img{
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	text-align: center;
}

.department-list ul li a .img img {
    max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.department-list ul li a h4 {
    font-size: 28px;
    font-weight: 400;
	color: #575757;
	margin-bottom: 10px;
}


.zhenliao-main{
	padding: 50px 0 0 0;
}

.zhenliao-main .titbg{
	width: 100%;
	height: 110px;
	padding-top: 15px;
	box-sizing: border-box;
	background: #a6fff1;
}

.zhenliao-main .titbg .zl-title{
	width: 1160px;
	height: 80px;
	line-height: 80px;
	background: #04bfa3;
	margin: 0 auto;
	border-radius: 10px;	
	text-align: center;
}

.zhenliao-main .titbg .zl-title h4{
	font-size: 38px;
	color: #fff;
	letter-spacing: 5px;
}

.zhenliao-main .zllist{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f1f1f1;
	padding: 14px;
	box-sizing: border-box;
	position: relative;
}

.zhenliao-main .zllist .zllb{
	width: 875px;
	height: 770px;
	float: left;
}

.zhenliao-main .zllist .zllb .tszlxm2{
	width: 100%;
	height: 770px;
	overflow: hidden;
	position: relative;
}

.zhenliao-main .zllist .zllb .tszlxm2 .swiper-slide img{
	width: 100%;
	height: 90%;
	object-fit: cover;
	vertical-align: middle;
	float: left;
}

.zhenliao-main .zllist .zllb .tszlxm2 .swiper-slide p{
	width: 100%;
	height: 10%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	float: left;
	text-align: center;
	background: #04bfa3;
	color: #fff;
	font-size: 28px;
}

.zhenliao-main .zllist .zllb .tszlxm2 .swiper-slide p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.zhenliao-main .zllist .tszlxm{
	width: 250px;
	height: 770px;
	float: right;
	overflow: hidden;
}

.zhenliao-main .zllist .tszlxm .swiper-slide{
	position: relative;
}

.zhenliao-main .zllist .tszlxm .swiper-slide img{
	width: 100%;
	height: 80%;
	object-fit: cover;
	float: left;
}

.zhenliao-main .zllist .tszlxm .swiper-slide p{
	width: 100%;
	height: 20%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	float: left;
	text-align: center;
	background: #04bfa3;
	color: #fff;
	padding: 0px 5%;
	box-sizing: border-box;
	overflow: hidden;
}

.zhenliao-main .zllist .tszlxm .swiper-slide p span{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zhenliao-main .zllist .tszlxmgdt{
	right: 285px;
	left: auto;
	width: 5px;
	height: 770px;
	top: 15px;
}

.zhenliao-main .zllist .tszlxmgdt .swiper-pagination-progressbar,
.zhenliao-main .zllist .tszlxmgdt .swiper-pagination-progressbar-fill{
	background: #838383;
}


.doctor-main{
	padding: 55px 0 50px 0;
}

.doctor-main .common-tit{
	margin-bottom: 55px!important;
}

.doctor-main .myjslist{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.doctor-main .myjslist li{
	width: 355px;
	height: 400px;
	float: left;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-right: 67.5px;
	background: #f1fffd;
	border-radius: 15px;
	transition: all 0.5s ease-in-out;
	text-align: center;
}

.doctor-main .myjslist li:nth-child(3n){
	margin-right: 0px;
}

.doctor-main .myjslist li:hover{
	background: #bcfef5;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}

.doctor-main .myjslist li .img{
	width: 200px;
	height: 200px;	
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	margin-bottom: 35px;
	padding-top: 10px;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0px 10px 5px #e0edeb;
}
.doctor-main .myjslist li .img img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.doctor-main .myjslist li h4{
	font-size: 30px;
}

.doctor-main .myjslist li p{
	font-size: 20px;
}

.doctor-main .myjslist li:first-child a{
	color: #575757;
}

.doctor-main .myjslist li:nth-child(2n) a{
	color: #04bfa3;
}

.doctor-main .myjslist li:nth-child(3n) a{
	color: #eca22e;
}

.doctor-main .myjslist li:hover h4{
	color: #ff4866;
}
.doctor-main .myjslist li:hover p{
	color: #ff4866;
}



#main .company-main{
	background: url(../image/gsjj.jpg) center center no-repeat;
	background-size: cover;
	padding: 70px 0 90px;
}

#main .company-main .common-tit{
	margin-bottom: 35px!important;
	color: #fff;
}

#main .company-main .common-tit span{
	color: #fff;
}

#main .company-main .company-info .img{
	float: right;
	width: 419px;
	height: 298px;
}

#main .company-main .company-info .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#main .company-main .company-info .content{
	float: left;
	width: 748px;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	text-indent: 2em;
	text-align: justify;	
}
#main .company-main .company-info .content .nr{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	margin-bottom: 30px;
}

#main .company-main .company-info .content a.more{
	padding: 8px 18px;
	background: #fff;
	border-radius: 30px;
	color: #000;
	margin-top: 30px;
}

#main .company-main .company-info .content a.more img{
	display: inline-block;
	position: relative;
	top: 4px;
	margin-left: 5px;
}


#main .product-top{
	background: url(../image/product-top.jpg) center center no-repeat;
	height: 238px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#main .product-top .tit{
	height: 100px;
	line-height: 100px;
	position: relative;
	color: #fff;
	font-size: 60px;
}
#main .product-top .tit::before{
	content: 'Recommended products';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-family: "Impact";
	text-align: center;
	text-transform: uppercase;
	font-size: 100px;
	color: #fff;
	opacity: 0.2;
}
#main .product-top p{
	color: #fff;
	font-size: 18px;
	line-height: 1;
}
#main .pro-tit{
	background-color: #ca4040;
	height: 65px;
	margin-bottom: 42px;
}
#main .pro-tit .warpper{
	line-height: 65px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
	background: url(../image/pro-tit.png) center center no-repeat;
}
#main .product-main ul{
	margin: 0 -6px;
}
#main .product-main ul li{
	width: 316px;
	float: left;
	margin: 0 6px 20px 6px;
}
#main .product-main ul li a{
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #d2d2d2;
}
#main .product-main ul li a .img{
	width: 100%;
	height: 270px;
	line-height: 270px;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}
#main .product-main ul li a .img img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	transition: all 0.5s ease-in-out;
}
#main .product-main ul li a .tit{
	border-top: 1px solid #d2d2d2;
	background-color: #edf1f2;
	padding: 0 10px;
	text-align: center;
	line-height: 58px;
	color: #000;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 2;
	transition: all 0.5s ease-in-out;
}
#main .product-main ul li a .tit::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background-color: #ca4040;
	height: 100%;
	z-index: -1;
	transition: all 0.5s ease-in-out;
}
#main .product-main ul li a:hover .img img{
	transform: scale(1.1);
}
#main .product-main ul li a:hover,
#main .product-main ul li a:hover .tit{
	border-color: #ca4040;
}
#main .product-main ul li a:hover .tit{
	color: #fff;
}
#main .product-main ul li a:hover .tit::before{
	width: 100%;
}
#main .product-more{
	display: block;
	width: 192px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #999;
	font-size: 18px;
	border: 1px solid #999;
	margin: 16px auto 36px;
	position: relative;
	z-index: 2;
}
#main .product-more::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background-color: #ca4040;
	height: 100%;
	z-index: -1;
	transition: all 0.5s ease-in-out;
}
#main .product-more:hover{
	color: #fff;
	border-color: #ca4040;
}
#main .product-more:hover::before{
	width: 100%;
}

#main .youshi{
	background: url(../image/youshi.jpg) center center no-repeat;
	height: 400px;
}
#main .youshi .tit{
	float: left;
	margin-left: 80px;
	color: #fff;
	opacity: 0.63;
	font-size: 16px;
	padding-top: 42px;
	line-height: 60px;
	letter-spacing: 2px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: bt-rl;
	writing-mode: vertical-rl;
}
#main .youshi .con{
	float: left;
	color: #fff;
	font-size: 22px;
	width: 24px;
	line-height: 1.2;
	margin: 82px 50px 0 50px;
	position: relative;
	padding-top: 78px;
}
#main .youshi .con::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 57px;
	background-color: #959698;
}
#main .youshi .img{
	width: 124px;
	float: left;
	line-height: 400px;
}
#main .youshi .img img{
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
	max-height: 100%;
}

#main .news-main{
	background-color: #fff;
	padding: 42px 0 100px;
}
#main .news-main .img{
	float: left;
	width: 550px;
	height: 380px;
}
#main .news-main .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .news-main .newslist{
	float: right;
	width: 720px;
}
#main .news-main .newslist li{
	margin-bottom: 20px;
	padding: 9px;
	border: 1px solid #dcdcdc;
}
#main .news-main .newslist li:last-child{
	margin-bottom: 0;
}
#main .news-main .newslist li a{
	display: block;
	position: relative;
	padding-left: 93px;
}
#main .news-main .newslist li a::before{
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	text-align: center;
	font-size: 36px;
	transform: translateY(-50%);
	border-right: 1px solid #dcdcdc;
}
#main .news-main .newslist li:nth-child(1) a::before{
	content: '新';
	color: #04bfa3;
}
#main .news-main .newslist li:nth-child(2) a::before{
	content: '闻';
	color: #ff3300;
}
#main .news-main .newslist li:nth-child(3) a::before{
	content: '资';
	color: #9b7a42;
}
#main .news-main .newslist li:nth-child(4) a::before{
	content: '讯';
	color: #999;
}
#main .news-main .newslist li a .tit{
	height: 30px;
	line-height: 30px;
	color: #000;
}
#main .news-main .newslist li a .tit h4{
	float: left;
	width: 530px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main .news-main .newslist li a .tit p{
	float: right;
}
#main .news-main .newslist li a .txt{
	color: #666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main .news-main .newslist li:hover,
#main .news-main .newslist li:hover a::before{
	border-color: #ca4040;
}
#main .news-main .newslist li:hover a .tit h4{
	color: #ca4040;
}

.footer{
	background: #f1fffd;
	padding-top: 25px;
}
.footer .footer-nav{
	float: left;
	width: 100%;
}

.footer .footer-nav ul{
	display: flex;
	justify-content: center;
}
.footer .footer-nav ul li{
	position: relative;
	text-align: center;
	display: inline-block;
}

.footer .footer-nav ul li a{
	display: block;
	font-size: 16px;
	color: #151515;
	line-height: 1;
	text-align: center;
	padding: 0px 35px;
	border-right: 1px solid #e3e3e3;
}

.footer .footer-nav ul li:last-child a{
	border-right: none;
}

.footer2{
	border-top: 1px solid #e3e3e3;
	margin-top: 30px;
	color: #151515;
}
.footer2 .banquan{
	width: 100%;
	text-align: center;
	padding: 30px 0px;
}

.footer2 .banquan p{
	line-height: 30px;
	font-size: 16px;
}

.footer2 .banquan a{
	color: #151515;
}

.footer2 .text{
	float: right;
}
.footer2 .text a{
	color: #151515;
}
.footer2 .text a img{
	display: inline-block;
}

.pro-sider{

	float: left;

	width: 240px;

}

.pro-sider .in-title{

	background: #04bfa3;

    color: #fff;

    line-height: 80px;

    text-align: center;

    font-size: 24px;

    margin-bottom: 2px;

}

.pro-sider .pro-sider-ul{

    margin-bottom: 12px;

}
.pro-sider .pro-sider-ul .ul-li{
	overflow: hidden;
	max-height: 55px;
    transition: all 0.8s;
    margin-bottom: 2px;
} 
.pro-sider .pro-sider-ul .ul-li:hover{max-height: calc(200 * 8px);}
.pro-sider .pro-sider-ul .ul-li .type{

    display: block;

    box-sizing: border-box;

    padding: 0px 20px;

    line-height: 55px;

    background: #ececeb;

	position: relative;

}

.pro-sider .pro-sider-ul .ul-li .type::after,

.pro-sider .pro-sider-ul .ul-li .type::before{

	content: '';

	display: block;

	background: #fff;

	top:0;

	bottom: 0;

	margin:auto;

	position: absolute;

}

.pro-sider .pro-sider-ul .ul-li .type::before{

	width: 2px;

	height: 12px;

	right: 29px;

}

.pro-sider .pro-sider-ul .ul-li .type::after{

	width: 12px;

	height: 2px;

	right: 24px;

}

.pro-sider .pro-sider-ul .ul-li .type h2{

	width: 180px;

	font-size: 16px;

	color: #333;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.pro-sider .pro-sider-ul .ul-li:hover .type,

.pro-sider .pro-sider-ul .ul-li .type.active{

	background-color: #04bfa3;

}

.pro-sider .pro-sider-ul .ul-li:hover .type h2,

.pro-sider .pro-sider-ul .ul-li .type.active h2{

	color: #fff;

}

.pro-sider .pro-sider-ul .ul-li:hover .type:before,

.pro-sider .pro-sider-ul .ul-li .type.active:before{
	opacity: 0;
}

.pro-sider .pro-sider-ul .ul-li .erji{

	display: block;

	width: 240px;

	height: 54px;

	border-bottom: 1px solid #ececeb;

	border-left: 1px solid #ececeb;

	border-right: 1px solid #ececeb;

	box-sizing: border-box;

	padding: 0px 25px 0px 40px;

	color: #666;

	line-height: 54px;

}

.pro-sider .pro-sider-ul .ul-li .erji p{

	float: left;

	width: 160px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.pro-sider .pro-sider-ul .ul-li .erji span{

	display: inline-block;

	float: right;

	line-height: 54px;

	font-size: 20px;

}

.pro-sider .pro-sider-ul .ul-li .erji:hover,
.pro-sider .pro-sider-ul .ul-li .erji.active{
	color: #04bfa3;
}


.pro-sider .contact-box{

	border: 1px solid #ececeb;

	box-sizing: border-box;

	padding: 10px;

}

.pro-sider .contact-box img{

	margin-bottom: 10px;

	width: 100%;

}

.pro-sider .contact-box p{

	color: #333;

	font-size: 14px;

	line-height: 26px;

	padding: 5px 0;

}

.pro-sider .contact-box p span{

	display: block;

	font-size: 26px;

	line-height: 36px;

	color: #04bfa3;

}





.mMmenuLay{
	height: 100%;
}
.mMmenuLay dt{
	position: relative;
	background-color: #ececeb;
	margin-bottom: 2px;
	padding: 0 20px;
}
.mMenu_a1{
	float: left;
	width: 180px;
	font-size: 16px;
	color: #333;
	display: block;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mMenu_a1.active,
.mMenu_a1:hover{
	color: #e4393c;
}
.mToggle{
	float: right;
	width: 20px;
	height: 55px;
	position: relative;
	transition: all 0.5s ease-in-out;
}
.mToggle::after,
.mToggle::before{
	content: '';
	display: block;
	background: #fff;
	top:0;
	left: 50%;
	bottom: 0;
	margin:auto;
	transform: translateX(-50%);
	position: absolute;
}
.mToggle::before{
	width: 2px;
	height: 12px;
}
.mToggle::after{
	width: 12px;
	height: 2px;
}
.mMmenuLay dl.on .mToggle::before,
.mToggle2:before{
	opacity: 0;
}
.mMmenuLay dd{
	transition: all 0.5s ease-in-out;
	height: 0;
	overflow: hidden;
}
.mMmenuLay dl.on dd{
	height: 54px;
}
.mMenu_a2{
	border-bottom: 1px solid #ececeb;
	border-left: 1px solid #ececeb;
	border-right: 1px solid #ececeb;
	box-sizing: border-box;
	padding: 0px 25px 0px 40px;
	color: #666;
	line-height: 53px;
	display: block;
}
.mMenu_a2 p{
	float: left;
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mMenu_a2 span{
	display: inline-block;
	float: right;
	line-height: 53px;
	font-size: 20px;
}
.mMenu_a2.active,
.mMenu_a2:hover{
	color: #e4393c;
}




.m-column-t {



  position: relative;



  text-align: center;



  font-size: 0;



}



.m-column-t .center {



  display: inline-block;



  font-size: 0;



}



.m-column-t .center h3 {



  color: #333;



  font-size: 30px;



}



.m-column-t .center p {



  color: #d2d2d2;



  font-size: 30px;



}



.m-column-t span {



  position: absolute;



  width: 415px;



  top: 50%;



  margin-top: -5px;



  height: 5px;



  border-bottom: 1px solid #d2d2d2;



  z-index: 1;



}



.m-column-t span.mcl {



  left: 0;



}



.m-column-t span.mcl em {



  float: right;



}



.m-column-t span.mcr {



  right: 0;



}



.m-column-t span em {



  display: block;



  height: 11px;



  border-left: 1px solid #d2d2d2;



}



.textLine {



  overflow: hidden;



  text-overflow: ellipsis;



  display: -webkit-box;



  -webkit-line-clamp: 2;



  -webkit-box-orient: vertical;



}



.textLine3 {



  overflow: hidden;



  text-overflow: ellipsis;



  display: -webkit-box;



  -webkit-line-clamp: 3;



  -webkit-box-orient: vertical;



}



.textHidden {



  overflow: hidden;



  text-overflow: ellipsis;



  white-space: nowrap;



}



.domHidden {



  overflow: hidden;



}



.about-main {



  padding: 20px 0 70px;



  min-height: 170px;



}



.about-main .ab-content {



  float: right;



  width: 925px;



}



.about-main .ab-content .title {



  line-height: 50px;



}



.about-main .ab-content .title a {



  color: #333;



  padding: 0 5px;



}



.about-main .ab-content .title span.icon-home {



  color: #535353;



}



.about-main .ab-content .title em {



  color: #999;



}



.about-main .ab-content .ab-conBox {



  overflow: hidden;



  background: #fff;



  min-height: 55px;



  padding: 30px 45px 40px;



}



.about-main .ab-content .ab-conBox .de-title {



  text-align: center;



  font-size: 20px;



  color: #333;



  line-height: 25px;



  margin-bottom: 8px;



}



.about-main .ab-content .ab-conBox .sub-co {



  font-size: 14px;



  color: #999;



  text-align: center;



  line-height: 18px;



}



.about-main .ab-content .ab-conBox .ab-detail {



  overflow: hidden;



  margin-top: 30px;



  font-size: 14px;



  color: #777373;



  line-height: 25px;



}



.ab-sild {



  float: left;



  width: 260px;



}



.ab-sild .title {



  position: relative;



  height: 50px;



  text-align: center;



  background: #f3c04b;



  font-size: 16px;



  line-height: 50px;



  color: #fff;



  border-bottom: 1px solid #fff;



}



.ab-sild .title span {



  position: absolute;



  height: 3px;



  width: 30px;



  top: 50%;



  margin-top: -3px;



  border-bottom: 1px solid #fff;



}



.ab-sild .title span em {



  display: block;



  height: 7px;



  border-left: 1px solid #fff;



}



.ab-sild .title span.stl {



  left: 35px;



}



.ab-sild .title span.stl em {



  float: right;



}



.ab-sild .title span.str {



  right: 35px;



}



.ab-sild .sild-cate {



  background: #fff;



  margin-bottom: 20px;



}



.ab-sild .sild-cate .list {



  overflow: hidden;



}



.ab-sild .sild-cate .list li {



  position: relative;



  border-bottom: 1px solid #eee;



  height: 60px;



  line-height: 60px;



}



.ab-sild .sild-cate .list li a {



  display: block;



  padding-right: 35px;



  font-size: 14px;



  color: #333;



  padding-left: 20px;



}



.ab-sild .sild-cate .list li:last-child {



  border-bottom: none;



}



.ab-sild .sild-cate .list li:hover {



  border-color: #f3c04b;



  background: #f3c04b;



}



.ab-sild .sild-cate .list li:hover a {



  color: #fff;



}



.ab-sild .sild-cate .list li:hover:after {



  color: #fff;



}



.ab-sild .sild-cate .list li:after {



  font-weight: bold;



  right: 20px;



  top: 0;



  color: #999;



  position: absolute;



  content: "\e904";



  font-family: 'icomoon' !important;



}



.ab-sild .sild-cont {



  background: #fff;



}



.ab-sild .sild-cont .cont-list {



  padding: 20px;



}



.ab-sild .sild-cont .cont-list ul li {



  color: #333;



  padding: 5px 0;



  padding-left: 60px;



  font-size: 14px;



}



.ab-sild .sild-cont .cont-list ul li span {



  width: 60px;



  margin-left: -60px;



  display: block;



  height: 20px;



  line-height: 20px;



  float: left;



  color: #666;



}



.pro-center {



  background: #fff;



  padding-bottom: 25px;



}



.pro-center .pro-list {



  overflow: hidden;



  padding: 25px 18px 10px;



}



.pro-center .pro-list ul li {



  float: left;



  width: 200px;



  margin: 0 10px 20px;



  border: 1px solid #fff;



}



.pro-center .pro-list ul li:hover {



  border-color: #f3c04b;



}



.pro-center .pro-list ul li .img {



  overflow: hidden;



  width: 200px;



  height: 200px;



  line-height: 200px;



  text-align: center;



  font-size: 0;



  background: #eee;



}



.pro-center .pro-list ul li .img img {



  display: inline-block;



  vertical-align: middle;



  max-width: 100%;



  max-height: 100%;



}



.pro-center .pro-list ul li .title {



  background: #f7f8fc;



  height: 40px;



  line-height: 40px;



  padding: 0 5px;



  text-align: center;



  font-size: 14px;



  font-weight: bold;



  color: #333;



}



.pro-center .pro-list ul li .title:hover {



  color: #f3c04b;



}



.page {



  font-size: 0;



  text-align: center;



}



.page .center {



  display: inline-block;



  overflow: hidden;



}



.page .center .page-span {



  float: left;



  font-size: 14px;



  color: #c3c3c3;



  line-height: 32px;



  margin-right: 30px;



}



.page .center .page-list {



  float: left;



  overflow: hidden;



}



.page .center .page-list ul li {



  float: left;



  width: auto;



  min-width: 30px;



  height: 32px;



  text-align: center;



  line-height: 30px;



  font-size: 14px;



  margin: 0 4px;



  padding: 0;



  border: none;



  background: transparent;



}



.page .center .page-list ul li a {



  min-width: 20px;



  padding: 0 5px;



  border: 1px solid #eee;



  display: block;



  color: #333;



  border-radius: 4px;



  -webkit-border-radius: 4px;



  overflow: hidden;



  background: #fff;



}



.page .center .page-list ul li:hover a {



  color: #f3c04b;



}



.page .center .page-list ul li.active a {



  background: #f3c04b;



  color: #fff;



}



.news-center {



  background: #fff;



  padding-bottom: 25px;



}



.news-center .new-list {



  padding: 45px 45px 0px;



}



.news-center .new-list ul li {



  margin-bottom: 35px;



  border-bottom: 1px solid #eee;



}



.news-center .new-list ul li a {



  overflow: hidden;



  display: block;



  height: 90px;



  padding-bottom: 30px;



}



.news-center .new-list ul li a .img {



  float: left;



  width: 130px;



  height: 90px;



  background: #eee;



  line-height: 90px;



  font-size: 0;



  text-align: center;



}



.news-center .new-list ul li a .img img {



  display: inline-block;



  vertical-align: middle;



  max-width: 100%;



  max-height: 100%;



}



.news-center .new-list ul li a .info {



  float: right;



  width: 690px;



}



.news-center .new-list ul li a .info h3 {



  font-size: 14px;



  font-weight: bold;



  line-height: 24px;



  color: #333;



}



.news-center .new-list ul li a .info em {



  display: block;



  font-size: 12px;



  color: #999;



  line-height: 16px;



  margin-bottom: 10px;



}



.news-center .new-list ul li a .info p {



  font-size: 14px;



  line-height: 22px;



  color: #999;



  max-height: 44px;



  overflow: hidden;



}



.news-center .new-list ul li a:hover h3 {



  color: #f3c04b;



}



.message-c {



  background: #fff;



  padding: 40px 50px;



  overflow: hidden;



}



.message-c .p {



  font-size: 16px;



  line-height: 30px;



  color: #666;



  margin-bottom: 35px;



}



.message-c .from input {



  display: block;



  height: 38px;



  line-height: 38px;



  padding: 0 5px;



  border: 1px solid #d2d2d2;



  margin-bottom: 10px;



  font-size: 14px;



  color: #333;



}



.message-c .from input[name=user],



.message-c .from input[name=phone] {



  width: 348px;



}



.message-c .from textarea {



  font-size: 14px;



  color: #333;



  line-height: 20px;



  display: block;



  width: 728px;



  height: 130px;



  border: 1px solid #d2d2d2;



  padding: 5px;



  margin-bottom: 10px;



}



.message-c .from .code {



  overflow: hidden;



}



.message-c .from .code input[name=code] {



  width: 258px;



  float: left;



}



.message-c .from .code a {



  display: block;



  float: left;



  width: 80px;



  height: 38px;



  padding: 1px 0;



  margin-left: 10px;



}



.message-c .from .code a img {



  width: 80px;



  height: 38px;



}



.message-c .from .btn {



  padding-top: 25px;



}



.message-c .from .btn a {



  display: block;



  width: 362px;



  height: 40px;



  text-align: center;



  line-height: 40px;



  color: #fff;



  font-size: 16px;



  background: #8fa4de;



}



.message-c .from .btn a:hover {



  background: #8397d0;



}



.contact-o {



  background: #fff;



  overflow: hidden;



  padding: 40px 0;



  text-align: center;



}



.contact-o iframe {



  width: 830px;



  height: 500px;



  margin: 0 auto;



}











.goog{padding-left: 0 !important;position: relative;}

#google_translate_element{position: absolute;top: 0;left: 0;width: 100%;}

.goog-te-banner-frame{display: none !important;}

.goog-te-gadget-simple{background: none !important;border: none !important;padding: 0 !important;}

.goog-te-gadget-simple .goog-te-menu-value{color: #464746 !important;}

.goog-te-gadget-simple .goog-te-menu-value span{border: none !important;color: #464746 !important;}

.goog-te-gadget img{display: none !important;}

.goog-te-gadget-simple{background: url(404.png) left center no-repeat !important;padding-left: 20px !important;}