.container {
	max-width: 1330px;
}


/*网站公共样式*/

.clear {
	clear: both;
	overflow: hidden;
}

.info-content {
	font-size: 15px;
	line-height: 2;
	margin: 0 auto;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #3cb371;
}

a:focus {
	color: #000;
}

a.btn-more {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	/* Firefox 4 */
	-webkit-transition: all 0.5s ease;
	/* Safari and Chrome */
	-o-transition: all 0.5s ease;
	/* Opera */
}

.banner {
	height: 500px\9!important;
	overflow: hidden\9!important;
	overflow: hidden;
}
.red{color: #ff0000;}

/*兼容ie低版*/

.banner {
	height: 500px\9!important;
	overflow: hidden\9!important;
	overflow: hidden;
}


/*兼容ie低版*/

.clearfix {
	clear: both;
}

html {
	overflow-y: scroll;
	min-height: 101%;
}

html {
	overflow: -moz-scrollbars-vertical;
}

.text-red {
	color: #ef7a0c;
}

.text-blue {
	color: #076aae;
}


/*遮罩层*/

.mask-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	overflow: hidden;
	z-index: 99;
	top: 0;
	left: 0;
}

.mask-bg.active {
	display: block;
}

.back {
	transform: rotateY(-180deg);
	transform-style: preserve-3d;
	transition: ease-in-out 600ms;
}

.ycxs {
	display: none;
}


/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/

.nav .animated,
.sub-nav .animated {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.navSlide {
	-webkit-animation-name: navSlide;
	animation-name: navSlide
}

@keyframes navSlide {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
		visibility: visible
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
		transform: translateY(0)
	}
}


/*主菜单*/

@media (min-width:1000px)
/*pc端*/

{
	.document-flow {
		position: absolute;
		z-index: 999;
		right: 0;
		left: 0;
		top: 2px;
		height: 84px;
	}
	.header1 {
		background: #fff;
		height: 80px;
		line-height: 80px;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99;
	}
	.header1 .nav-toggle {
		display: none
	}
	.logo img {
		max-width: 300px;
		max-height: 70px;
	}
	.logo .invest {
		font-size: 24px;
		line-height: 1.5;
	}
	.nav > ul {
		float: right;
	}
	.nav>ul>li {
		float: left;
		text-align: center;
	}
	.nav>ul>li>ul {
		position: absolute;
	}
	.nav>ul>li>a {
		text-align: center;
		font-size: 16px;
		padding: 12px 20px;
	}
	.nav >ul>li.current >a,
	.nav >ul>li:hover > a {
		color: #fff;
		background-color: #0b8bd9;
		font-weight: bold;
	}
	.nav li:hover> ul {
		display: block;
	}
	.nav ul li ul li a {
		display: block;
		width: 100%;
		text-align: center;
		color: #666;
		font-size: 15px;
		line-height: 50px
	}
	.nav ul li ul li a:hover {
		text-decoration: none;
		color: #fff;
		background: #89584B;
	}
	.nav ul li ul li {
		display: none!important;
	}
	.nav ul li {
		position: relative;
	}
	.nav ul li .arrow {
		display: none
	}
	.nav ul li ul {
		background-color: #ad7669;
		display: none;
		position: absolute;
		left: -18%;
		z-index: 2;
		width: 150px
	}
	/*二级ul样式*/
	.nav ul li ul li ul {
		left: 100%;
		top: 0px;
		display: none;
	}
	/*三级以后ul样式*/
}

@media (max-width:1000px)
/*手机端*/

{
	.header1 {
		padding: 0px 0;
	}
	.header1 .logo {
		line-height: 60px;
		text-align: left;
		margin-left: 10px;
	}
	.header1 .logo img {
		height: auto;
		width: auto;
		max-width: 250px;
		max-height: 50px;
	}
	.header1 .nav-toggle {
		position: absolute;
		right: 0px;
		top: 0px;
		font-size: 20px;
		min-width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		cursor: pointer;
		z-index: 1;
	}
	.header1 .nav-toggle.active {
		color: #ccc;
	}
	.header1 .col-md-3 {
		padding-left: 0;
	}
	.topcoms .col-xs-12 {
		padding: 0 0;
	}
	.document-flow {
		position: absolute;
		z-index: 999;
		right: 0;
		left: 0;
		top: 2px;
	}
	.logo .invest {
		font-size: 18px;
		line-height: 1.5;
	}
	.nav {
		position: fixed;
		z-index: 100;
		top: 0px;
		right: 0px;
		width: 0px;
		background: #fff;
		height: 100%;
		height: 100vh;
		opacity: 0;
		transition: all 0.2s linear;
		overflow-y: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.nav.active {
		opacity: 1;
		width: 300px;
		max-width: 60%
	}
	.nav ul li {
		line-height: 45px;
		text-align: left
	}
	.nav ul li ul {
		display: none;
	}
	/*二级ul样式*/
	.nav ul li a {
		padding-left: 30px;
		display: block;
		color: #999;
		font-size: 15px;
		line-height: 3.5;
		border-bottom: 1px solid #dcdcdc
	}
	.nav ul li ul li a {
		padding-left: 60px;
		font-size: 14px;
		background-color: #eeeeee
	}
	.nav ul li ul li ul li a {
		padding-left: 90px;
	}
	.nav ul li ul li ul li li a {
		padding-left: 120px;
	}
	.nav ul li {
		position: relative;
	}
	.nav ul li .arrow {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		transition-duration: 0s
	}
	.nav ul li .arrow:after {
		font-family: FontAwesome;
		content: "\f105";
		display: block;
		font-weight: bold;
		font-size: 18px
	}
	.nav ul li.current > a {
		color: #5a342b;
	}
	.nav ul li.active > ul {
		display: block
	}
	.nav ul li.active > .arrow {
		transform: rotate(90deg)
	}
}


/*TOP*/

.header-top {
	color: #fff;
	background-color: #666;
	line-height: 34px;
}

.header-top .float-lg-left {
	padding-left: 5px;
}


/*FOOTER*/

@media (min-width:1000px) {
	footer {
		padding-top: 40px;
		margin-top: 70px;
	}
	footer .ewm {
		width: 140px;
		height: 140px;
	}
	footer .left {
		text-align: right;
	}
	footer .left .phone {
		padding-bottom: 10px;
	}
	footer .btnSty {
		text-align: right;
	}
}

@media (max-width:1000px) {
	footer {
		padding-top: 10px;
		margin-top: 50px;
	}
	footer .right {
		padding-top: 20px;
	}
	footer .ewm {
		max-width: 100px;
	}
	footer .left {
		text-align: center;
	}
	footer .btnSty {
		text-align: center;
	}
}

footer {
	background: url(../images/foot-bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	line-height: 1.8;
}

footer a {
	color: #fff;
}

footer .right img {
	max-width: 130px;
	max-height: 130px;
}

.footnav .title,
footer .left .title {
	font-size: 18px;
	padding-bottom: 2px;
	color: #fff;
}

.footnav li a {
	color: rgb(236, 245, 236);
}

.footnav li a::before {
	content: "-";
	padding-right: 2px;
}

.footnav li a:hover {
	color: #fff;
	text-decoration: underline;
}

.footnav li:not(:nth-child(-n+6)) {
	display: none;
}

footer .btnSty {
	margin-top: 20px;
}

footer .btnSty a {
	width: 150px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	background-color: #6aa84f;
	color: #fff;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

footer .btnSty a:hover {
	background-color: #3cb371;
}


/*PC端置顶*/

.fixed-right-nav {
	position: fixed;
	top: 50%;
	right: 20px;
	width: 48px;
	z-index: 20000;
	height: 200px;
}

.fixed-right-nav a {
	cursor: pointer;
	display: block;
	color: #fff;
	width: 48px;
	height: 48px;
	margin-bottom: 5px;
	background: #0b8bd9;
	text-align: center;
	line-height: 48px;
	border-radius: 5px;
}

.fixed-right-nav a i {
	font-size: 26px;
}

.tel-btn {
	position: relative;
}

.fixed-tel {
	display: none;
	position: absolute;
	right: 100%;
	top: 0;
	width: 240px;
	background: #fff;
	color: #333;
	line-height: 24px;
	padding: 15px;
	border-left: 2px solid #166e3e;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
}

.tel-btn:hover .fixed-tel {
	display: block;
}

.fixed-tel span {
	font-size: 14px;
	color: #666;
}

.fixed-tel p {
	font-size: 24px;
	padding: 5px 0 0;
	color: #3cb371;
}

#ToTop {}

@media (max-width: 1000px) {
	#ToTop {
		display: none;
	}
}


/*移动端固定栏目按钮*/

.float-nav-toggle {
	z-index: 10;
	display: block;
	text-align: center;
	position: fixed;
	left: 6px;
	bottom: 60px;
	color: #fff;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(13, 13, 13, 0.6);
	border-radius: 20px;
}

@media (max-width: 767px) {
	.display-xs-block {
		display: block !important;
	}
}


/*手机端固定导航栏*/

.footer-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	padding: 6px 0px 2px;
	color: #fff;
	z-index: 9;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top: 0.2rem solid #000;
	background: #fff;
}

.footer-fixed ul {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}

.footer-fixed ul li a {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}

.footer-fixed ul li p {
	font-size: 1.3rem;
}

.footer-fixed.active {
	transform: translateX(2.8rem);
	z-index: 9;
}

.footer-fixed2 {
	font-size: 2.8rem;
	padding-top: 0.6rem;
}

.footer-fixed i {
	display: block;
}

.footer-fixed .fa {
	font-size: 22px;
}

@media (min-width:1000px) {
	.footer-fixed {
		display: none!important;
	}
}

@media (max-width:1000px) {
	footer {
		padding-bottom: 40px;
	}
}


/*公共样式*/

@media (min-width:1000px) {
	.breadcrumb {
		margin: 20px 0;
	}
}

@media (max-width:1000px) {
	.breadcrumb {
		margin: 0 0 20px;
	}
}

.breadcrumb-line .breadcrumb {
	color: #5a5a5a;
	font-size: 14px;
	border-bottom: 1px solid #f4f4f4;
}

.breadcrumb > li + li::before {
	content: "/";
	color: rgb(102, 102, 102);
	padding: 0 3px 0 0;
}

.breadcrumb a {
	color: #999;
}

.breadcrumb a:hover,
.breadcrumb a:hover span {
	text-decoration: underline;
}

.pagination > li > a,
.pagination > li > span {
	padding: 6px 10px;
}

.card1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.card2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 120px;
	text-align: left;
}

.card3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	word-break: break-all;
	text-align: left;
	line-height: 1.3em;
}

.card4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 84px;
}

.html5zoo-arrow-left-0 {
	background: url(../images/left.png) no-repeat scroll left top!important;
	margin-left: 30px;
	background-size: cover !important;
}

.html5zoo-arrow-right-0 {
	background: url(../images/left2.png) no-repeat scroll left top!important;
	margin-right: 30px;
	background-size: cover !important;
}

.page ul li .fa {
	padding-right: 10px;
}

.page ul li:hover a,
.page ul li:hover {
	color: #0488CD;
}

.font-size-13 {
	font-size: 13px;
}


/*子栏目样式*/

.sub-nav-box .sub-nav>ul>li {
	text-align: center;
	line-height: 56px;
	display: inline-block;
}

.sub-nav-box .sub-nav>ul>li>ul {
	position: absolute;
}

.sub-nav-box .sub-nav>ul>li>a {
	background-color: #f4f4f4;
}

.sub-nav-box .sub-nav >ul>li.active >a,
.sub-nav-box .sub-nav >ul>li:hover >a {
	color: #3cb371;
	border-bottom: 2px solid #3cb371;
}

.sub-nav-box .sub-nav li:hover> ul {
	display: block;
}

.sub-nav-box .sub-nav> ul > li > ul::before {
	display: block;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	top: -8px;
	left: 45%;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ed8e82;
}

.sub-nav-box .sub-nav> ul > li > ul li ul::before {
	display: block;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	top: 20px;
	left: -10px;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid #fff;
}

.sub-nav-box .sub-nav ul li ul li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 50px
}

.sub-nav-box .sub-nav ul li ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(0, 0, 0, 0.1);
}

.sub-nav-box .sub-nav ul li {
	position: relative;
}

.sub-nav-box .sub-nav ul li .arrow {
	display: none
}

.sub-nav-box .sub-nav ul li ul {
	background-color: #ed8e82;
	display: none;
	position: absolute;
	left: 0;
	z-index: 2;
	width: 100%;
}


/*二级ul样式*/

.sub-nav-box .sub-nav ul li ul li ul {
	left: 100%;
	top: 0px;
	display: none;
}


/*三级以后ul样式*/

.sub-bg {
	background-color: #f5f5f5;
	height: 56px;
}

@media screen and (min-width:1000px) {
	.sub-nav-box .sub-nav>ul>li>a {
		padding: 16px 10px;
		font-size: 15px;
	}
	.sub-nav-box .sub-nav>ul>li:not(:last-child) {
		padding-right: 20px;
	}
	.contactus .sub-nav-box .sub-nav > ul > li > a {
		padding: 20px 118px;
	}
	.newsnav .sub-nav-box .sub-nav > ul > li > a {
		padding: 20px 168px;
	}
}

@media screen and (max-width:1000px) {
	.sub-nav-box .sub-nav {
		padding-top: 20px
	}
	.sub-nav-box {
		padding-left: 10px;
		padding-right: 10px;
	}
	.sub-nav-box .sub-nav>ul>li {
		margin-right: 10px;
	}
	.sub-nav-box .sub-nav>ul>li>a {
		width: 100%;
		height: 34px;
		display: inline-block;
		font-size: 13px;
		overflow: hidden;
	}
	.sub-nav-box .sub-nav ul li {
		width: 46%;
		line-height: 34px;
	}
	.sub-nav-box .sub-nav ul li ul li,
	.sub-nav-box .sub-nav ul li ul::before {
		display: none;
	}
}


/*图片列表*/

.images-list .row .item a {
	display: block;
	overflow: hidden;
}

.images-list .row .item img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-out 0s;
}

.images-list .row .item a:hover img {
	transform: scale(1.1, 1.1);
}


/*分页公共样式*/

@media(min-width:1000px) {
	.same-padding {
		padding-top: 60px;
	}
	.mapadd h6 {
		padding: 20px 0;
	}
}

@media (max-width:1000px) {
	.same-padding {
		padding-top: 30px;
	}
	.mapadd h6 {
		padding: 10px 0;
	}
}

.mapadd p {
	color: #6f6f6f;
}


/*产品公共样式*/

.account {
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
}


/*分页-图片中心*/

@media(min-width:1000px) {
	.waterfall .boxs .title {
		font-size: 16px;
	}
}

@media (max-width:1000px) {}

.waterfall .boxs {
	overflow: hidden;
}

.waterfall .boxs img {
	transition: all 0.3s
}

.waterfall .item:hover img {
	transform: scale(1.05);
}

.waterfall .boxs .title {
	color: #5a5a5a;
	margin: 10px 0 0;
	text-align: center;
}


/*分页-新闻中心-图片*/

@media(min-width:1000px) {
	.img-list li {
		margin-bottom: 30px;
	}
	.img-list .boxs {
		padding: 0 20px 40px;
	}
	.img-list .title {
		padding-top: 24px;
		font-size: 18px;
	}
	.img-list i {
		margin: 14px auto;
	}
}

@media(max-width:1000px) {
	.img-list li {
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.img-list .title {
		padding-top: 10px;
		font-size: 16px;
	}
	.img-list i {
		margin: 8px auto;
	}
	.img-list .boxs {
		padding: 0 10px 20px;
	}
}

.img-list .boxs {
	background-color: #f5f5f5;
}

.img-list i {
	display: inline-block;
	background-color: #0b8bd9;
	height: 2px;
	width: 30px;
}

.img-list a:hover .title {
	color: #0b8bd9;
}

.img-list li img {
	width: 100%!important;
}


/*分页-新闻中心-例表*/

.news-list .row {
	border-bottom: 1px dotted #dbd4cd;
	overflow: hidden;
}

.news-list .row .title {
	transition: all .5s ease;
}

.news-list .row .date {
	background: #eee;
	text-align: center;
	color: #666;
	transition: all .1s ease;
}

.news-list .row .date li:first-child {
	font-weight: bold;
}

.news-list .row .title p {
	padding-top: 2px;
	color: #959595;
	line-height: 22px;
}

.newstitle {
	padding-bottom: 10px;
}

.newstitle p {
	text-align: center;
	font-size: 16px;
	color: #434343;
	font-weight: bold;
}

@media(min-width:1000px) {
	.news-list .row {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.news-list .row .date {
		width: 80px;
		height: 80px;
	}
	.news-list .row .title a {
		font-size: 20px;
	}
	.news-list .title .time {
		font-size: 15px;
	}
	.news-list .row .date li:first-child {
		font-size: 30px;
		line-height: 46px;
	}
}

@media(max-width:1000px) {
	.news-list .row {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.news-list .row .date {
		width: 60px;
		height: 60px;
	}
	.news-list .row .date li:first-child {
		font-size: 24px;
		height: 38px;
		line-height: 38px;
	}
	.news-list .row .date li:last-child {
		font-size: 13px;
	}
	.news-list .row {
		padding: 10px 0 24px;
	}
}


/*首页公共样式*/

@media (min-width:1000px) {
	.introduction-bg {
		padding-bottom: 40px;
	}
	.home-headline {
		margin: 50px 0 60px;
	}
	.home-headline i {
		margin: 10px auto;
	}
}

@media (max-width:1000px) {
	.home-headline {
		margin: 30px 0;
	}
	.home-headline i {
		margin: 10px auto;
	}
}

.home-headline {
	text-align: center;
}

.home-headline i {
	background-color: #0b8bd9;
	height: 2px;
	width: 30px;
	display: block;
}

.home-headline .title {
	color: #0b8bd9;
	font-weight: bold;
	font-size: 22px;
}


/*banner更多*/

.font3Moew a {
	display: inline-block;
	color: #fff;
	border-radius: 20px;
	transition: 0.3s linear;
}

.font3Moew a.more1 {
	background-color: #4caf50;
}

.font3Moew a.more2 {
	background-color: #42a4e8;
}

.font3Moew a.more1:hover {
	background-color: #367136;
}

.font3Moew a.more2:hover {
	background-color: #076aae;
}

@media(min-width:992px) {
	.font3Moew a {
		padding: 10px 50px;
		margin-right: 10px;
	}
}

@media(max-width:992px) {
	.font3Moew a {
		padding: 10px 30px;
	}
}

@media(max-width:468px) {
	.font3Moew a {
		padding: 4px 6px;
		font-size: 12px;
	}
}


/*首页-数字滚动*/

.years-box {
	background: #f6f6f6;
}

.years-box li {
	text-align: center;
	transition: 0.3s linear;
}

.years-box li .title {
	position: relative;
	display: inline-block;
}

.years-box li .title .animateNum {
	color: #166e3e;
}

.years-box li .title::after {
	display: inline-block;
	color: #166e3e;
}

.years-box li:first-child .title::after {
	content: "年";
}

.years-box li:nth-child(2) .title::after {
	content: "+";
}

.years-box li:nth-child(3) .title::after {
	content: "+";
}


/* .years-box li:nth-child(4) .title::after{content:"%";} */

.years-box li p {
	color: #666;
}

.years-box li:hover {
	background-color: #fff;
}

@media (min-width:1000px) {
	.years-box .row {
		margin-left: 0;
		margin-right: 0;
	}
	.years-box li {
		padding: 20px 0 30px;
	}
	.years-box li:first-child {
		border-left: 1px solid rgba(68, 68, 68, 0.07);
		border-right: 1px solid rgba(68, 68, 68, 0.07);
	}
	.years-box li:nth-child(2) {
		border-right: 1px solid rgba(68, 68, 68, 0.07);
	}
	.years-box li:last-child {
		border-left: 1px solid rgba(68, 68, 68, 0.07);
		border-right: 1px solid rgba(68, 68, 68, 0.07);
	}
	.years-box li .title {
		font-size: 34px;
	}
	.years-box li .title::after {
		position: absolute;
		right: -22px;
		bottom: 8px;
		font-size: 22px;
	}
	.years-box li p {
		font-size: 16px;
	}
}

@media (max-width:999px) and (min-width:415px) {
	.years-box {
		padding: 60px 0;
	}
	.years-box li .title {
		font-size: 40px;
	}
	.years-box li .title::after {
		position: absolute;
		right: -20px;
		bottom: 10px;
		font-size: 14px;
	}
	.years-box li p {
		font-size: 16px;
	}
}

@media (max-width:414px) {
	.years-box {
		padding: 30px 0;
	}
	.years-box li {
		padding-left: 0;
		padding-right: 0;
	}
	.years-box li .title {
		font-size: 20px;
	}
	.years-box li .title::after {
		position: absolute;
		right: -14px;
		bottom: 6px;
		font-size: 10px;
		font-weight: normal;
	}
	.years-box li p {
		font-size: 10px;
	}
}


/*首页-核心业务*/

.product-boxhome li {
	text-align: center;
	padding-bottom: 30px;
}


/*产品*/

.product-boxhome li .title {
	line-height: 1.5;
	padding: 14px 10px;
}

.product-boxhome li .introduct {
	font-size: 12px;
	padding: 0 10px 10px;
}

.product-boxhome li .price {
	font-size: 16px;
	color: #d5a353;
	font-weight: bold;
	padding-bottom: 6px;
}

.product-boxhome .circle-box {
	background-color: #eee;
}

.product-boxhome li a:hover.top {
	color: #fff;
}

.corebusiness .font3Moew a {
	border-radius: 0;
}

.corebusiness .font3Moew a.more2 {
	background-color: #e1e1e1;
	color: #000;
}

.corebusiness .font3Moew a.more2:hover {
	background-color: #4caf50;
	color: #fff;
}

.corebusiness .font3Moew a.more3 {
	color: #166e3e;
	border: 1px solid #ccc;
}

.corebusiness .font3Moew a.more3:hover {
	cursor: inherit;
}

@media (min-width:1000px) {
	.product-boxhome li .title {
		font-size: 16px;
		transition: 0.2s linear;
	}
	.show {
		position: relative;
	}
	/*鼠标触发下拉遮罩样式*/
	.show img {
		display: block;
		width: 100%;
		object-fit: cover
	}
	.show .mask {
		width: 100%;
		height: 0;
		background: rgba(3, 3, 3, 0.5);
		position: absolute;
		bottom: 0;
		left: 0;
		transition: 0.3s linear;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.show:hover .mask {
		height: 100%;
	}
	.show .mask img {
		max-width: 45px;
		max-height: 45px;
	}
	.product-boxhome li .introduct {
		display: none;
	}
	.product-boxhome li a:hover.title {
		background-color: #0b8bd9;
		color: #fff;
	}
	.product-boxhome li a:hover.title .fa {
		color: #fff;
	}
	.corebusiness .font3Moew {
		margin-top: 30px;
	}
	.corebusiness .font3Moew a.more3 {
		padding: 10px;
	}
}

@media (max-width:1000px) {
	.show .mask {
		display: none;
	}
	.product-boxhome li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.product-boxhome .fa {
		display: none;
	}
}


/*首页-综合服务*/

@media(min-width:1000px) {
	.integrated-bg {
		padding: 60px 0 0;
		margin-top: 60px;
		height: 480px;
	}
	.integrated-bg .yesx {
		padding: 0 16px;
	}
	.integrated-bg .yesx p {
		font-size: 18px;
		padding-left: 10px;
		position: relative;
		top: 2px;
	}
	.integrated-bg .home-headline2 .title {
		font-size: 28px;
		padding-bottom: 18px;
	}
	.integrated-bg .font3Moew a {
		padding: 10px 30px;
	}
	.integrated-bg .font3Moew {
		margin-top: 50px;
	}
	.aboutHome {
		margin-top: 50px;
	}
	.aboutHome .wp-new_video_content {
		/* width: 599px; */
		height: 398px;
		background-color: rgb(255, 255, 255);
	}
	.aboutHome .wp-new_video_content iframe {
		width: 599px;
		height: 398px;
	}
	.aboutHome .right {
		padding-left: 0;
	}
	.aboutHome .left {
		padding-right: 0;
	}
	.aboutHome .left .boxs {
		padding: 40px;
		height: 398px;
	}
	.aboutHome .home-headline {
		text-align: left;
		margin: 0;
	}
	.aboutHome .home-headline .title {
		color: #076aae;
		font-weight: inherit;
	}
	.aboutHome .home-headline i {
		margin: 16px 0;
	}
	.aboutHome .text-gray {
		line-height: 1.8;
		font-size: 16px;
	}
	.aboutHome .font3Moew2 {
		margin-top: 30px;
	}
}

@media(max-width:1000px) {
	.integrated-bg {
		padding: 30px 0;
		margin-top: 30px;
	}
	.integrated-bg .yesx p {
		padding: 0 4px;
	}
	.integrated-bg .home-headline2 .title {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.integrated-bg .font3Moew {
		margin-top: 20px;
	}
	.aboutHome {
		margin-top: 30px;
	}
	.aboutHome .home-headline {
		margin: 10px 0;
	}
	.aboutHome .wp-new_video_content {
		width: 100%;
		height: 150px;
	}
	.aboutHome .wp-new_video_content .iframe {
		width: 100%;
		height: 150px;
	}
	.aboutHome .right {
		text-align: center;
		margin-top: 20px;
	}
	.aboutHome .left .boxs {
		padding: 20px 10px;
	}
	.aboutHome .font3Moew2 {
		text-align: center;
	}
}

.integrated-bg {
	background: url(../images/about-bg1.jpg) no-repeat center;
	background-size: cover;
}

.integrated-bg .yesx img {
	max-height: 20px;
}

.integrated-bg .yesx p {
	color: #fff;
}

.integrated-bg .home-headline2 {
	text-align: center;
}

.integrated-bg .home-headline2 .title {
	font-weight: bold;
	color: #fff;
}

.integrated-bg .font3Moew a {
	background-color: #3cb371;
}

.integrated-bg .font3Moe w a:hover {
	background-color: #fff;
	color: #000;
}

.aboutHome .wp-new_video_content {
	overflow: hidden;
	border-color: transparent;
	border-width: 0px;
	border-style: solid;
	padding: 0px;
}

.aboutHome .wp-new_video_content img {
	width: 100%;
	height: 100%;
}

.aboutHome .left .boxs {
	background-color: #fff;
}

.aboutHome .font3Moew2 a {
	border-radius: 0;
}

.aboutHome .font3Moew2 a.more1 {
	background-color: transparent;
	color: #076aae;
	border: 1px solid #ccc;
}

.aboutHome .font3Moew2 a.more1:hover {
	background-color: #076aae;
	color: #fff;
}

.aboutHome .font3Moew2 a.more3 {
	background-color: transparent;
	color: #166e3e;
	border: 1px solid #ccc;
}

.aboutHome .font3Moew2 a.more3:hover {
	cursor: inherit;
}


/*首页-我们的公司*/

@media(min-width:1000px) {
	.Us-bg {
		padding: 100px 0 40px;
	}
	.Us-bg .boxs {
		padding: 20px 10px;
		margin-top: 10px;
	}
	.Us-bg .boxs h5 {
		padding: 5px 0 5px;
	}
}

@media(max-width:1000px) {
	.Us-bg .boxs {
		padding: 20px;
		margin-top: 20px;
	}
	.Us-bg .boxs h5 {
		padding: 10px 0;
	}
}

.Us-bg .boxs .iconfont {
	font-size: 36px;
	color: #0b8bd9;
}

.Us-bg {
	background: #f2f2f2 url(../images/about-bg2.png) no-repeat center;
	background-size: cover;
}

.Us-bg .boxs {
	border: 1px solid #ccc;
}

.Us-bg .boxs h5 {
	color: #666;
}

.Us-bg .boxs p {
	color: #777;
	height: 3em;
	overflow: hidden;
}

.Us-bg .boxs:hover {
	border-color: #0b8bd9;
}


/*首页-产品中心*/

@media(min-width:1000px) {
	.homeSubNav {
		margin: -16px 0 60px;
	}
	.homeSubNav li a {
		padding: 14px 40px;
		margin: 0 4px;
	}
}

@media(max-width:1000px) {
	.homeSubNav {
		margin: 20px 0;
		overflow: hidden;
	}
	.homeSubNav li {
		width: 47%;
		float: left;
		margin: 0 4px 4px;
	}
	.homeSubNav li a {
		padding: 4px 0;
		display: block;
	}
}

.homeSubNav {
	text-align: center;
}

.homeSubNav li {
	display: inline-block;
}

.homeSubNav li a {
	background-color: #e6f0f6;
}

.homeSubNav li a:hover {
	background-color: #0b8bd9;
	color: #fff;
}

.homeSubNav li.cur a {
	background-color: #0b8bd9;
	color: #fff;
}


/*首页-示范工程*/

@media(min-width:1000px) {
	.demonstration-bg .home-headline {
		margin: 50px 0;
	}
	.demonstration-bg {
		padding: 0px 0 40px;
		margin-top: 60px;
	}
	.demonstration-bg .Imgbox p {
		font-size: 22px;
	}
	.demonstration-bg .Imgbox .right li {
		margin-bottom: 30px;
	}
	.demonstration-bg .Imgbox .left img {
		height: 660px;
		width: 100%;
	}
	.demonstration-bg .Imgbox .right img {
		height: 316px !important;
		width: 100% !important;
	}
}

@media(max-width:1000px) {
	.huoban-list .col-md-3 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.demonstration-bg {
		padding: 0px 0 20px;
		margin-top: 20px;
	}
	.demonstration-bg .Imgbox .right li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.demonstration-bg .Imgbox p {
		font-size: 16px;
		text-align: center;
		padding-top: 10px;
	}
	.demonstration-bg .show .mask {
		display: block;
	}
}

.demonstration-bg {
	background-color: #eee;
}

.demonstration-bg .Imgbox a:hover {
	color: #fff;
}

.demonstration-bg .Imgbox .show .mask {
	top: 0;
}


/*首页-新闻中心*/

.display-block {
	display: block;
}

.display-none {
	display: none;
}

.tabbox {
	position: relative;
}

.tabbox .tab-title {
	border-bottom: 1px solid #ccc;
}

.tabbox .tab-title ul li {
	display: inline-block;
	cursor: pointer;
	background-color: #e6f0f6;
}

.tabbox .tab-title ul li.select {
	background-color: #3cb371;
	color: #fff;
}

.tabbox .tab-title ul li.select a {
	color: #fff;
}

.tabbox .tab-content {
	margin-top: 20px;
}

.tabbox .tab-content img {
	width: 100%;
}

.tabbox .tab-content .tab-more {
	position: absolute;
	right: 10px;
	top: 10px;
}

.tabbox .tab-content .tab-more a {
	display: inline-block;
	background-color: #eee;
	padding: 2px 6px;
	color: #666;
	transition: 0.3s linear;
}

.tabbox .tab-content .tab-more a:hover {
	background-color: #3cb371;
	color: #fff;
}

.newsHome .left .tabbox .tab-title ul li.select {
	background-color: transparent;
	color: #000;
}

@media(min-width:1000px) {
	.tabbox .tab-title ul li {
		padding: 13px 40px;
		font-size: 16px;
	}
	.newsHome {
		margin-top: 60px;
		margin-bottom: -20px;
	}
	.newsHome .left .tabbox .tab-title ul li {
		padding: 10px 0;
	}
	.tabbox .tab-content img {
		height: 120px;
	}
}

@media(max-width:1000px) {
	.tabbox .tab-title ul li {
		padding: 10px;
	}
	.tabbox .tab-content .tab-more {
		font-size: 13px;
	}
	.newsHome {
		margin-top: 20px;
		margin-bottom: -40px;
	}
}

.huoban-list .item a {
	box-shadow: 0 15px 15px #f2f2f2;
}

.huoban-list .item .title {
	margin: 20px 0;
	color: #333;
	font-size: 24px;
}

.huoban-list .item .image {
	overflow: hidden;
}

.huoban-list .item .intro {
	padding: 14px 20px 20px;
	color: #999;
	font-size: 13px;
	line-height: 24px;
}

.huoban-list .item .more {
	margin: 0 20px 23px;
	text-align: right;
	overflow: hidden;
	height: 18px;
	position: relative;
}

.huoban-list .item .more i:nth-child(1) {
	width: 18px;
	height: 18px;
	background: #014099;
	text-align: center;
	border-radius: 50%;
	line-height: 18px;
	color: #fff;
	display: block;
	transition: all .5s;
	position: absolute;
	top: -25px;
	right: 0;
}

.huoban-list .item .more i:nth-child(2) {
	width: 18px;
	height: 18px;
	background: #999;
	text-align: center;
	border-radius: 50%;
	line-height: 18px;
	color: #fff;
	display: block;
	transition: all .5s;
	position: absolute;
	top: 0;
	right: 0;
}

.huoban-list .item a:hover .more i:nth-child(1) {
	top: 0;
}

.huoban-list .item a:hover .more i:nth-child(2) {
	top: 25px;
}

.proBread {
	background: #f8f8f8;
	line-height: 40px;
}

.proBread .breadcrumb {
	margin: 0;
	padding: 0;
}

.proBread .more {
	position: absolute;
	right: 0;
	color: #666;
}

.proBread .more i {
	font-size: 12px;
	margin-left: 5px;
}

.pro-images-box {
	background: url(../images/jia-bg2.jpg) no-repeat;
	padding: 25px 0;
	background-size: cover;
}

.pro-images-box .left-pro-message {
	background: rgba(255, 255, 255, .4);
}

.pro-images-box .left-pro-message div {
	background: url(../images/jia-star.png) no-repeat 0 7px;
	line-height: 30px;
	color: #666;
	font-size: 13px;
	padding-left: 22px;
}

.pro-images-box .mySwiper {
	overflow: hidden;
	padding-bottom: 21px;
}

.pro-images-box .mySwiper .swiper-slide {
	text-align: center;
}

.pro-images-box .mySwiper .swiper-pagination {
	bottom: 0;
}

.pro-images-box .mySwiper .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}

.pro-images-box .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #003399;
}

.pro-text-box {
	background: url(../images/jia-bg1.jpg) no-repeat;
}

.pro-text-box .box {
	text-align: center;
}

.pro-text-box .box a.active {
	background: #fff;
	color: #666;
}

.pro-images-box .left-pro-message .title {
	color: #666;
}

.pro-content-bg {
	background: #fff;
}

.pro-content-bg1 {
	background: rgb(240 248 255)
}

@media(min-width:1000px) {
	.pro-images-box .row {
		display: flex;
	}
	.pro-images-box .left {
		padding-right: 0
	}
	.pro-images-box .right {
		padding-left: 0
	}
	.pro-images-box .right img {
		height: 100%;
	}
	.pro-images-box .left-pro-message .title {
		margin-bottom: 40px;
		font-size: 36px;
	}
	.pro-images-box .left-pro-message {
		padding: 60px;
	}
	.pro-content-bg,
	.pro-content-bg1 {
		padding: 40px 30px;
	}
	.pro-content-bg .title,
	.pro-content-bg1 .title {
		margin-bottom: 40px;
		font-size: 30px;
		line-height: 30px;
	}
	.pro-text-box .box a {
		display: inline-block;
		margin: 50px 3px 0;
		width: 200px;
		height: 70px;
		line-height: 70px;
		background: #333;
		color: #fff;
		font-size: 14px;
	}
	.pro-content-box {}
	.huoban-list .item .image img {
		margin: auto;
	}
	.huoban-list .row .item a {
		transition: all .5s;
	}
	.huoban-list .row .item a:hover {
		transform: translate(0, -10px);
	}
}

@media(max-width:1000px) {
	.pro-images-box .left-pro-message {
		padding: 20px;
		margin-bottom: 20px;
	}
	.pro-text-box .box a {
		display: inline-block;
		margin: 25px 3px 0;
		width: 80px;
		height: 40px;
		line-height: 40px;
		background: #333;
		color: #fff;
		font-size: 14px;
	}
	.pro-content-bg .box,
	.pro-content-bg1 .box {
		padding: 20px 15px;
	}
	.pro-content-bg .box .title,
	.pro-content-bg1 .box .title {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 40px;
	}
	.pro-content-box {}
}

.news-list2 li.tw {
	border-bottom: 1px dashed #eee;
	margin-bottom: 14px;
	padding-bottom: 20px;
}

.news-list2 li.tw .content > a {
	display: block;
	line-height: 30px;
	font-size: 18px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list2 li.tw .content > span {
	color: #7D7D7D;
	font-size: 13px;
}

.news-list2 li.tw .content .details > p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 40px;
	margin-top: 2px;
}

.news-list2 li.tw .content .details a {
	color: #CF0202;
	padding-top: 6px;
	display: block;
}

.news-list2 .item {
	font-size: 13px;
	line-height: 2;
	position: relative;
	right: 0;
}

.news-list2 .item .date {
	color: #9F9F9F;
	position: absolute;
	right: 0px;
	top: 0px;
}

.news-list2 .item .title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-list2 .item .title a {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.home-answer {
	margin-top: 10px;
}

.home-answer li {
	position: relative;
	padding-right: 100px;
	line-height: 2.4;
	border-bottom: 1px dashed #ccc;
}

.home-answer li a {
	color: #666;
}

.home-answer li .title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.home-answer li .date {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #929292;
	font-size: 13px;
}

.head-tel {
	display: flex;
	line-height: 16px;
	align-items: center;
	justify-content: right;
	height: 80px;
}

.head-tel i {
	font-size: 32px;
	margin-right: 10px;
	display: block;
}

.head-tel dd p {
	font-size: 24px;
	padding: 5px 0 0;
	color: #3cb371;
}

.index-fannao {
	padding: 40px 0 0;
}

.index-liyou {
	display: flex;
	flex-wrap: wrap;
}

.index-liyou .item {
	flex: 0 0 calc(33.3333% - 12px);
	display: flex;
	background: #efefef;
	border: 1px solid #166e3e;
	margin: 5px;
	align-items: center;
	box-sizing: border-box;
	padding: 20px 20px;
}

.index-liyou .item i {
	font-size: 48px;
	color: #166e3e;
	margin-right: 40px;
}

.index-liyou .item p {
	font-weight: bold;
	font-size: 18px;
}

.footer-baojia-bg {
	background: url(../images/baojia-bg.jpg) no-repeat center bottom;
	/* background: #efefef; */
	padding: 100px 0;
}

.footer-baojia {
	display: flex;
}

.f-bj-tit {
	display: flex;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.f-bj-tit i {
	font-size: 48px;
	color: rgb(239, 132, 2);
	padding-right: 10px;
}

.f-bj-tit dl {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.f-bj-tit dl dt {
	font-size: 28px;
	font-weight: bold;
}

.f-bj-tit dl dd {
	font-size: 16px;
}

.f-bj-l {
	background: #fff;
	width: 730px;
	padding: 30px 40px 40px;
}

.bj-form-item {
	margin-bottom: 10px;
	
	    -webkit-appearance: none;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
	
}

.f-bj-r {
	background: #00609d;
	padding: 40px;
	flex: 1;
	color: #fff;
}

.baojia-form {}

.baojia-form .red {
	color: red;
}

.baojia-form .radiotext {
	display: inline-block;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 4px;
	color: #606266;
	border: 1px solid rgb(225, 225, 225);
	background: rgb(255, 255, 255);
}

.baojia-form input[type="radio"]:checked + .radiotext {
	border: 1px solid rgb(225, 225, 225);
	color: rgb(255, 255, 255);
	background: rgb(59, 168, 111);
}

.baojia-form input[type="text"],
.baojia-form input[type="number"] {
	-webkit-appearance: none;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #DCDFE6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	-webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.baojia-form textarea {
	-webkit-appearance: none;
	background-color: #FFF;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #DCDFE6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	resize: none;
	line-height: 24px;
	outline: 0;
	padding: 10px 15px;
	-webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	width: 500px;
}

.submit_button button {
	color: #fff;
	border-radius: 4px;
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: bold;
	border: 0;
	background: rgb(239, 132, 2);
}

.f-bj-r-p1 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.f-bj-r-p2 {
	padding: 40px 0;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}

.f-bj-r-ys {
	font-size: 18px;
	padding: 10px 0;
	border: 1px solid #fff;
	text-align: center;
}

.f-bj-r-p3 {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}

.tanchuang-bg {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	display: none;
}

.tanchuang {
	margin: auto;
	background: #fff;
	position: relative;
}

.tanchuang-close {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	margin-right: -15px;
	margin-top: -15px;
	text-align: center;
	font-size: 24px;
	background: #fff;
	border-radius: 50%;
	color: #666;
}

.tanchuang-close i {
	display: block;
	line-height: 30px;
	text-align: center;
}

.tanchaung-tit {
	background: url(../images/tanchuang-tit.jpg) no-repeat center;
	background-size: 100% auto;
	padding: 15px 30px;
	color: #fff;
	margin-bottom: 0;
}

.tanchaung-tit img {
	height: 80px;
	margin-right: 10px;
}

.tanchuang-box {
	width: 640px;
	padding: 15px;
	box-sizing: border-box;
}

.tanchaung-tit .djs i {
	color: #ffc522;
	font-size: 28px;
	padding: 0 0 0 20px;
}

.tanchaung-tit .count_down {
	display: inline;
	background: #ffc522;
	color: #333;
	padding: 0 10px;
	border-radius: 20px;
}

.index-gg {
	width: 1300px;
	margin: 0 auto;
	height: 180px;
	display: flex;
	align-items: center;
}

.index-gg1 {
	background: url(../images/index-gg.jpg) no-repeat center;
}

.index-gg2 {
	background: url(../images/index-gg2.jpg) no-repeat center;
}

.index-gg3 {
	background: url(../images/index-gg3.jpg) no-repeat center;
}

.index-gg .index-ggl,
.index-gg .index-ggr {
	flex: 1;
}

.index-gg.index-gg3 .index-ggl {
	padding-left: 350px;
	box-sizing: border-box;
	flex: 0 0 640px;
}

.index-gg.index-gg3 .index-ggr p {
	color: #fff;
}

.index-gg .index-ggl {
	box-sizing: border-box;
	padding-left: 40px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}

.index-gg .index-ggr {
	padding-left: 80px;
}

.index-gg .index-ggr input[type='text'] {
	-webkit-appearance: none;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #666;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	outline: 0;
	width: 300px;
	padding: 0 15px;
	-webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.index-gg .index-ggr button {
	color: #fff;
	border-radius: 4px;
	padding: 10px 30px;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: bold;
	border: 0;
	background: rgb(239, 132, 2);
}

.index-gg .index-ggr p {
	color: #333;
	font-size: 16px;
	padding: 5px 0 0;
}

.index-gg2 .index-ggr {
	flex: 0 0 520px;
}

.index-gg2 .index-ggr .tel {
	line-height: 16px;
	align-items: center;
}

.index-gg2 .index-ggr .tel dt {
	display: flex;
	color: #fff;
}

.index-gg2 .index-ggr .tel i {
	font-size: 32px;
	margin-right: 10px;
	display: block;
}

.index-gg2 .index-ggr .tel dd p {
	font-size: 36px;
	padding: 5px 0 0;
	color: #fff;
	padding: 20px 0;
}

.shouhou-sanbao li {
	/* color: #fff; */
	text-align: center;
}

.shouhou-sanbao li .boxs {
	/* background: rgb(59, 168, 111); */
	padding: 10px;
}

.shouhou-sanbao li i {
	font-size: 48px;
}

.shouhou-sanbao li .title {
	font-size: 24px;
	font-weight: bold;
}

.shouhou-sanbao li p {
	font-size: 14px;
	line-height: 1.4em;
	padding: 6px 0;
}

.page-contact-desc {
	text-align: center;
	background: url(../images/contact.jpg) no-repeat center;
	padding: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 40px;
}

.page-contact-info i {
	font-size: 42px;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #166e3e;
	text-align: center;
	color: #166e3e;
	line-height: 80px;
	background: #166e3e;
	color: #fff;
	margin: auto;
}

.page-contact-info p {
	font-size: 24px;
}

.contact-laidian-bg {
	background: #efefef;
	padding: 40px 0;
}

.contact-laidian {
	display: flex;
}

.contact-laidian > div {
	background: #fff;
	margin-left: 20px;
	flex: 1;
	padding: 20px;
}

.contact-laidian > div:first-child {
	margin-left: 0;
}

.contact-laidian > div i {
	font-size: 36px;
	display: block;
	text-align: center;
	color: #166e3e;
}

.contact-laidian > div b {
	font-size: 24px;
	text-align: center;
	display: block;
}

.contact-laidian > div p {
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
}

.contact-laidian > div a {
	display: block;
	background: rgb(239, 132, 2);
	font-size: 22px;
	cursor: pointer;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	line-height: 2em;
}

.title2 {
	background: #3BA86F;
	width: 100%;
	height: 102px;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
}

.title2 .title_span2 {
	display: inline-block;
	padding: 30px 0 10px 0;
	color: #fff !important;
}

.title2 .title_icon2 img {
	width: 120px;
	height: 70px;
}

.indexTit .subtit_title {
	font-size: 16px;
	margin-top: 50px !important;
	color: #333;
	text-align: center;
}


/* 产品分类start */

.product_category {
	width: 1200px;
	margin: auto;
	margin: 50px 0;
}

.product_category .product_top {
	margin-bottom: 20px;
}

.product_category .product_top,
.product_category .product_bottom {}

.product_category .product_top .product_item,
.product_category .product_bottom .product_item {
	flex: 1;
	padding: 0 5px 10px;
	border: 1px solid #F5F5F5;
	box-shadow: 0 10px 19px 0 #F5F5F5;
	border-radius: 4px;
	margin-right: 10px;
	position: relative;
	width: 290px;
	float: left;
	height: 760px;
	overflow: hidden;
	margin-bottom: 40px;
}

.product_category .product_bottom .product_item {
	height: 630px;
}

.product_category .product_top .product_item:hover,
.product_category .product_bottom .product_item:hover {
	transition: transform 0.5s;
	transform: translateY(-10px);
}

.product_category .product_top .product_item:last-child,
.product_category .product_bottom .product_item:last-child {
	margin-right: 0;
}

.product_item .product_item_title {
	width: 100%;
	height: 80px;
	color: #3BA86F;
	font-size: 23px;
	text-align: center;
	line-height: 80px;
	font-weight: bold;
}

.product_item img {
	width: 100%;

	margin: 0 auto 15px;
}

.product_item .afterSale_item {}

.product_item .afterSale_item p {
	width: 54px;
	font-size: 18px;
	color: #146DB9;
	font-weight: bold;
	line-height: 35px;
}

.product_item .afterSale_item dl {
	width: 33%;
	float: left;
	display: block;
	cursor: pointer;
}

.product_item .afterSale_item dl label {
	width: 100%;
}

.product_item .afterSale_item i {
	font-size: 16px;
	margin-left: 5px;
	margin-top: 15px;
	 font-style:normal;
}

.product_item .product_item_footer {
	width: calc(100% - 10px);
	height: 54px;
	line-height: 54px;
	position: absolute;
	margin-top: 100px;
}

.product_item .product_item_footer input {
	font-size: 12px;
	color: #999;
	width: 150px;
	height: 44px;
	border: 1px solid #ef8402;
	outline: #ef8402;
	border-radius: 5px 0 0 5px;
	position: relative;
	left: 2px;
	text-indent: 10px;
}

.product_item .product_item_footer button {
	width: 110px;
	height: 46px;
	line-height: 44px;
	background: #ef8402;
	border-radius: 0 5px 5px 0;
	color: #fff;
	border: 1px solid #ef8402;
	outline: none;
	cursor: pointer;
	position: relative;
	top: 0px;
	left: -2px;
	font-size: 16px;
}

input[type='radio']:after {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	top: -3px;
	left: -3px;
	position: relative;
	background-color: #ffffff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #ccc;
}

input[type='radio']:checked:after {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	top: -3px;
	left: -3px;
	position: relative;
	background-color: #ffa500;
	content: '';
	display: inline-block;
	visibility: visible;
}

.xin_1{
	margin-bottom: 10px;
}

.label_1{
	font-size: 16px;
    color: #333;
    margin-left: 15px
}
.xin_2{
   	margin-bottom: 20px; 
}
.xin_2 textarea {
    width: 580px;
    height: 90px;
    outline: #666;
    resize: none;
    padding: 10px;
}
.xingbie{
   margin: 3px;
}
.xingbie input{
    margin-left: 10px;
}
