﻿/** {*/
/*    transition: all .4s;*/
/*}*/

.solution-bot * {
	transition: all .5s;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/*common*/
.common-color {
	color: #666666;
}

.common-href {
	color: #666;
	text-decoration: none;
}

.common-href:hover {
	text-decoration: none;
}


.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}


/*头部*/
.header-box {
	height: 80px;
	line-height: 80px;
}

.header-box a.logo {
	width: 150px;
	vertical-align: top;
}

/*导航*/
nav ul li {
	float: left;
	position: relative;
	list-style: none;
	/* border-bottom: 1px solid #c2d7ff; */
}

nav ul li a {
	color: #666;
	font-size: 0.8rem;
	letter-spacing: 2px;
	display: block;
	overflow: hidden;
	padding: 0 1rem;

}

/* nav ul li.menu-active {
    background: #7abaff;
} */

nav ul li.menu-active a {
	color: #698dd1;
	/* font-weight: bold */
}

nav ul li a:hover {
	color: #698dd1;
}

nav ul li ul.category-dropdown {
	transition: all 0s;
	position: absolute;
	width: 200px;
	left: 0;
	z-index: 999;
	background: #0052d9;
	/* opacity: .8; */
	display: none;
	padding: 0;
}
.hangye{
	width: 41px;
}
.Vxwei{
	width: 41px;
}
.jiankong{
	width: 41px;
}
.danganpingt{
	width: 41px;
}
.jianju{
	letter-spacing: 2px;
	line-height: 2;
}
.zuoyou{
	color: #0052d9;
}
.shijing:hover{
	background-color: rgba(255,255,255,0.2);
	color: #FFFFFF;
	border-bottom: 1px solid #c2d7ff;
	/* border: none; */
}
.shijing:active{
	background-color: rgba(255,255,255,0.2);
	color: #FFFFFF;
	border-bottom: 1px solid #c2d7ff;
	/* border: none; */
}
nav ul li ul.category-dropdown li {
	border-bottom: 1px solid rgba(194,215,255,0.2);
	width: 100%;
	text-align: center;
	/* margin: .2rem 0; */
	/*padding: 0;*/
	height: 40px;
	line-height: 40px;
	/*border-bottom: 1px solid #fff;*/
}

nav ul li ul.category-dropdown li a {
	color: #fff;
}

/* 手机导航 */
.nav-xs {
	transition: all 0s;
	display: none;
	width: 99%;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
}

.nav-xs ul {
	/*overflow: hidden;*/
	padding: 0;
	margin: 0;
}

.nav-xs ul li {
	width: 100%;
	line-height: 2.4rem;
}

.nav-xs ul li ul {
	display: block;
}

.header-tel {
	font-size: 1.2rem;
	color: #0052d9;
}

header span.nav_btn {
	display: none;
}


@media screen and (max-width: 1210px) {

	header .header-tel {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {


	.header-box {
		background: #7abaff;
		line-height: 4rem;
		height: auto;
	}

	.pc-nav {
		display: none !important;
	}


	header span.nav_btn {
		width: 3rem;
		/*height: 3rem;*/
		/*line-height: 50px;*/
		text-align: right;
		float: right;
		font-size: 22px;
		color: #fff;
	}


	header span.open_btn {
		display: inline-block;
	}
}


.banner {
	text-align: center;
}

.banner .banner-img {
	width: 100%;
}

/*  main */

main {
	/*border-left: 1px solid #7abaff;*/
	/*border-right: 1px solid #7abaff;*/
}

.section-aside-menu {
	line-height: 4rem;
	height: 4rem;
	margin-bottom: 4.2rem;
}

.product {
	margin-top: 100px;
}

.index-title h3 {
	display: inline-block;
	color: #555555;
	font-size: 1.25rem;
	text-align: left;
	height: 4rem;
	line-height: 4rem;
	margin: 0;

}

.index-title h3 span {
	font-size: 0.8rem;
	color: #bbbbbb;
	margin-left: 10px;
}

.index-title ul {
	font-size: 0.8rem;
	;
	display: inline-block;
}

.index-title ul li {
	padding: 0 1.25rem;
	line-height: 30px;
	display: inline-block;
	cursor: pointer;
}

.index-title ul li a {
	color: #a4a4a4;
	/*text-decoration: none;*/
}

.index-title ul li.active {
	background: #0052d9;
	color: #fff;
	border-radius: 30px;
}

.index-title ul li.active a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.product {
		margin-top: 30px;
	}

	.index-title ul {
		width: 100%;
		padding-left: 0px;
	}

	.index-title ul li {
		padding: 0 0.6rem;
	}
}

.product .product-bot {
	overflow: hidden;
}

.product .product-bot .product-box {
	float: left;
}

.product .product-bot .product-box .product-img {
	text-align: center;
	border-radius: 3px;
	padding: 36px 0;
	border: 1px solid #fff;
}

.product-box a {
	text-decoration: none
}

.product .product-bot .product-box:hover .product-img {
	transition: all .3s;
	border: 1px solid #0052d9;
}

.product .product-bot .product-box .product-name {
	text-align: center;
	margin-top: 35px;
}

.product .product-bot .product-box .product-name h4 {
	font-size: 1rem;
	color: #2b2b2b;
}

.product .product-bot .product-box .product-name p {
	color: #a5a5a5;
	font-size: 0.87rem;
}

.product .product-more {
	width: 210px;
	height: 50px;
	background: #0052d9;
	border: none;
	border-radius: 5px;
	color: #Fff;
	font-size: 1rem;
	display: block;
	margin: auto;
	margin-top: 70px;
}

.product .product-more a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.product .product-bot .product-box {
		width: 50%;
	}

	.product .product-bot .product-box:last-of-type {
		display: none;
	}

	.product .product-bot .product-box .product-img {
		padding: 12px 0;
	}

	.product .product-bot .product-box .product-name {
		margin-top: 10px;
	}

	.product .product-more {
		width: 90%;
		margin-top: 20px;
	}
}

/* solution */
.solution {
	margin-top: 80px;
}

.solution .item-block-bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0052d9;
	border-radius: 5px;
	opacity: 0;
}

.solution .item-block-bg p {
	font-size: .8rem;
}

.solution .solution-content-box section:hover .item-block-bg {
	opacity: 1
}

.solution .solution-content-box section {
	position: relative;
}

.solution .solution-content-box .solution-img {
	border-radius: 5px;
	overflow: hidden;
}

.solution .solution-content-box .solution-img img {
	width: 100%;
}

.solution .solution-content-box .solution-txt {
	display: inline-block;
	width: 80%;
	margin-top: 30px;
	/*padding-bottom: 40px;*/
}

.solution .solution-content-box .solution-txt h4 {
	font-size: 1rem;
	color: #3d3d3d;
}

.solution .solution-content-box .solution-txt p {
	font-size: 0.87rem;
	color: #b3b3b3;
}

@media screen and (max-width: 768px) {
	.solution {
		margin-top: 30px;
	}

	.solution-content-box {
		margin: 0;
		padding: 0;
	}

	.solution .item-block-bg {
		display: none;
	}

	.solution .solution-content-box section {
		padding: 10px;
		border: 1px solid #eee;
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.solution .solution-content-box .solution-txt {
		margin-top: 10px;
	}

	.solution .solution-content-box .solution-imgBtn {
		margin-top: 10px !important;
	}

	.solution .solution-content-box .solution-txt p {
		margin-bottom: 0;
	}
}

/*platform*/
.index-platform {
	margin-top: 100px;
	margin-bottom: 100px;
	background: url("../images/index-platform.jpg") no-repeat center center;
}

.index-platform div header {
	top: 5.3rem;
}

.index-platform div header span {
	color: #d7d7d7;
}

.index-platform .index-platform-row1 section,
.index-platform .index-platform-row2 section {
	color: white
}

.index-platform header span.index-platform-header-description {
	font-size: 1rem;
}

@media screen and (max-width: 768px) {
	.index-platform {
		margin: 30px 0;
		background: url(../images/index-platform.jpg) no-repeat;
		background-size: 100% 100%;
	}

	.index-platform div header {
		position: relative !important;
		text-align: center;
		top: 1rem !important;
	}

	.index-platform header span.index-platform-header-description {
		display: none !important;
	}

	/*.index-platform div header span,.index-platform div header h1 {color: #1d2124!important;}*/
	/*.index-platform {padding-bottom: 10rem!important;}*/
	.index-platform .index-platform-list {
		padding-top: 0 !important;
		margin-top: 3rem !important;
	}

	.index-platform .index-platform-row1 section {
		padding: 1rem !important;
	}

	.index-platform .index-platform-row2 section {
		border: 1px solid white !important;
		padding: 1rem !important;
	}

	.index-platform .index-platform-row2 .mobile-border-style1 {
		border-left: 0 !important;
	}

	.index-platform .index-platform-row2 .mobile-border-style2 {
		border-top: 0 !important;
	}

}


/*about*/

.index-about {
	margin-bottom: 5.7rem;
}

.index-about header p span.index-about-number {
	color: #0052d9;
	font-size: 2rem;
	font-weight: bolder
}

.index-about header .index-about-icon1 {
	width: 3rem;
	height: 2rem;
	border-bottom: 5px solid #0052d9
}

.index-about header article {
	line-height: 1.2rem;
	letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
	.index-about {
		margin-bottom: 30px;
	}

	.index-about header .index-about-icon1 {
		border-bottom: none;
		border-top: 5px solid #0052d9;
		margin-top: 3px;
		margin-bottom: 0px;
	}
}

/*industry news*/
section.industry-news {
	background: url("../images/index-news-bg.jpg") no-repeat #f7f7f7 center center;
}

.industry-news .industry-header {
	padding-top: 3.4rem;
	padding-bottom: 3.4rem;
}

.industry-news .industry-header h3 {

	font-size: 1.25rem;
	margin: 0;
}

.industry-news .industry-header h3 a {
	color: #555555;
}

.industry-news .index-news-list {
	margin-top: 5rem;
}

.industry-news .index-news-list section .new-item-date {

	display: block;
	float: left;
	padding: 5%;
	background: #0052d9;
}

.industry-news .index-news-list section .new-item-date span {
	color: #fff;
}

.industry-news section {
	margin-bottom: 7.5rem;
}

.industry-news section h5 {
	width: 70%;
	color: #575757;
	font-size: .8rem;
	font-weight: bold;
	float: left;
	margin: 1rem 0 1rem 2rem;
}

.industry-news section p {
	width: 70%;
	color: #868686;
	font-size: .8rem;
	float: left;
	margin-left: 2rem;
	line-height: 1.6rem;
}

.industry-news .industry-header span {
	line-height: 2rem;
	height: 2rem;
	font-size: 0.8rem;
	color: #bbbbbb;
}


.foot-QR-code {
	line-height: 7.5rem;
	transition: all 1s;
}

.foot-QR-code span {
	margin-left: 1rem;
	height: 7.5rem;
	line-height: 7.5rem;
	vertical-align: top;
}

.foot-QR-tel {
	color: #f64041;

}

.foot-QR-code span.foot-weChat .QRcode-img {
	display: none;
	bottom: 100%;
	left: 0;
	margin-bottom: .8rem;
}

.foot-QR-code span.foot-weChat:hover .QRcode-img {
	display: block;
}


.footer-gray-font , .footer-gray-font p a {
	color: #989898;
}
.footer-gray-font:hover ,.footer-gray-font p a:hover{
	color: #989898;
}

.foot-weChat {
	cursor: pointer
}

/*.foot-qq {*/
/*    cursor: pointer*/
/*}*/

.footer address p {
	height: 1.4rem;
	margin: 0;
	color: #989898;
	line-height: 1.6rem;
	vertical-align: top
}

.footer address p a {
	color: #989898;
}

@media screen and (max-width: 768px) {
	.industry-news .industry-header {
		padding: 0;
	}

	.industry-news .index-news-list {
		margin-top: 10px;
	}

	.industry-news section {
		margin-bottom: 10px;
	}

	.industry-news section h5 {
		margin-left: 10px;
	}

	.industry-news section p {
		margin-left: 10px;
	}

	.foot-QR-code {
		margin: 2rem 0;
		text-align: center !important;
		line-height: unset;
	}

	.foot-QR-code span {
		height: auto;
		line-height: unset;
		margin-left: 1.6rem;
		vertical-align: middle;
	}

	.footer-qr-400 {
		display: block;
		text-indent: 30px;
		text-align: center;
	}

}

@media screen and (max-width: 576px) {
	.industry-news .industry-header {
		padding: 0;
	}

	.industry-news .index-news-list {
		margin-top: 10px;
	}

	.industry-news section {
		margin-bottom: 10px;
	}

	.industry-news section h5 {
		margin-top: 0;
		margin-left: 10px;
	}

	.industry-news section p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin-left: 10px;
	}

	.foot-QR-code span {
		margin-left: 10px;
	}
}


/*面包屑导航*/
.yanse {
	background-color: #f5f5f5;
	transition: all 0s;
	display: flex;
	width: 100%;
}

.yanse a {
	color: #696969
}

.blak {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	line-height: 80px;
	justify-content: space-between;
}

.blak_left {
	/* padding-left: 44px; */
}

.blak_right a {
	padding-left: 10px;
}

.blak_left .home {
	width: 20px;
	height: 20px;
	margin-right: 9px;
}

/* .blak_left .jiantou{
	width: 40px;
	height: 20px;
} */
.blak_right {
	display: flex;
	align-items: center;
}

.blak_right .fanhui {
	width: 20px;
}

div ul li {
	list-style: none;
}

.jian {
	padding-right: 15px;
}

.jiantou {
	padding-right: 15px;
}



/*content*/
main.container table,
.content-box table {
	width: 100% !important;
	border-collapse: collapse !important;
	margin: 10px 0;
}

main.container table tr,
main.container table td,
.content-box table tr,
.content-box table td {
	max-width:100%!important;
	border: 1px solid #ccc !important;
}

.content-box {
	/*width: 1230px;*/
	width: 98%;
}

.content-box * img {
	max-width: 100%;
	height: auto
}

.content-box img,
.content-box p img,
.content-box p span img {
	text-align: center;
	max-width: 100%;
}


/*article show*/
main.container .article-content-title {
	margin-top: 3.8rem;
	margin-bottom: 2.5rem;
}

main.container .article-content-title h1 {
	font-size: 1.6rem;
}

main.container .article-content-title time,
main.container .article-content-title span {
	color: #bbb;

}

main.container .article-content {
	color: #636363;
	letter-spacing: 2px;
	line-height: 2.2;
}


/*contact us*/

main.container .contact-box .contact-block {
	padding: 3rem;
	margin-bottom: 2.6rem;
	background: #0052d9;
	text-align: center;
	color: #fff;
}


main.container .contact-box .contact-block1 {
	background: url(../images/dingwei.png) no-repeat 0 0;
	width: 39px;
	height: 33px;
	margin: 0 auto;
}

main.container .contact-box .contact-block2 {
	background: url(../images/zuoji.png) no-repeat;
	width: 25px;
	height: 33px;
	margin: 0 auto;
}

main.container .contact-box .contact-block3 {
	background: url(../images/qq.png) no-repeat;
	width: 30px;
	height: 33px;

}

main.container .contact-box .contact-block4 {
	background: url(../images/phone.png) no-repeat;
	width: 22px;
	height: 33px;

}

main.container .contact-box .contact-block5 {
	background: url(../images/wechat.png) no-repeat;
	width: 36px;
	height: 33px;
}

main.container .contact-box .contact-block1-desc {
	margin-top: 1.3rem;
}

main.container .contact-box .contact-block2-desc {
	margin-top: 1.3rem;
	text-align: left;
	/* font-weight: bold; */
}


/*关于我们*/
main.container-fluid section .about-article p {
	text-indent: 2rem;
	font-size: .9rem;
	/* font-weight: bolder; */
	line-height: 1.5rem;
}

.content {
	overflow: hidden;
}

.content .left {
	float: left;
	width: 40%;
	padding-top: 100px;
}

.about-section .left .txt {
	padding-right: 60px;
	overflow: hidden;
}

.about-section .left .txt p {
	margin-bottom: 0px;
	line-height: 30px;
	font-size: 16px;
}

.about-section .ul {
	overflow: hidden;
	margin-top: 90px;
	list-style: none
}

.about-section .ul li {
	float: left;
	margin-right: 24px;
}

.about-section .ul li .mun {
	font-size: 28px;
	color: #0052d9;
}

.about-section .ul li .mun span {
	font-size: 40px;
}

.about-section .ul li p {
	font-size: 16px;
	color: #555;
	line-height: 30px;
	padding-left: 3px;
}

.about-section .right {
	float: right;
	width: 55%;
	margin-right: 5%;
}

.about-swiper .swiper-slide p {
	line-height: 3rem;
}

.yun_small_swiper_button {
	outline: none
}

section.culture-section .culture-item .culture-left {

	padding: 1rem;
}

section.culture-section p.culture-left-title {
	color: #434242;
	font-size: 1.8rem;
}

section.culture-section p.culture-left-entitle img {
	position: absolute;
	left: 0;
	top: -10px;
}

section.culture-section p.culture-left-entitle {
	color: #7b7b7b;
	font-size: 1rem;
	position: relative;
}

section.culture-section .culture-item {
	margin-bottom: 5rem;
}

section.culture-section .culture-item .culture-right {

	background: #0052d9;
	align-items: center;
}

section.culture-section .culture-item .culture-right p {
	height: 100%;
	align-items: center;
	color: #fff;
}








.yanse {
	background-color: #f5f5f5;
}

.header-box {
	height: 80px;
	line-height: 80px;
	position: relative;
}

.caidan {
	width: 20px;
	float: right;
	position: absolute;
	right: 40px;
	top: 29px;
	display: none;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

.blak {
	width: 100%;
	height: 64px;
	display: flex;
	align-items: center;
	line-height: 80px;
	justify-content: space-between;
}

.blak_left {
	/* padding-left: 44px; */
}

.blak_right a {
	padding-left: 10px;
}

.blak_left .home {
	width: 20px;
	height: 20px;
	margin-right: 9px;
}

.blak_left a {
	font-size: 0.8rem;
}

.blak_left a:hover {
	font-size: 0.8rem;
}

/* .blak_left .jiantou{
	width: 40px;
	height: 20px;
} */
.blak_right {
	display: flex;
	align-items: center;
}

.blak_right .fanhui {
	width: 20px;
}

div ul li {
	list-style: none;
}

.jian {
	padding-right: 15px;
}

.blak_left a:hover {
	color: #0052d9;
}

.jiantou {
	padding-right: 15px;
}

.blak_right {
	color: #b3b3b3;
}

.blak_right a {
	font-size: 0.8rem;
}


.nav-left {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	position: fixed;
	z-index: 9999;
	left: 0;
	overflow: auto;
	height: 1000px;

}

.nav-left .jianq {
	display: flex;
	align-items: center;
	height: 46px;
	padding-right:30px;
	font-size: 0.8rem;
	background-color: #fff;
}

.nav-left .jianq a {
	color: #5e5e5e;
}

/*.nav-left .jianq .jian {*/
/*	margin-left: 20px;*/
/*	height: 30px;*/
/*}*/

.all {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.middl .wenzi {
	text-align: center;
}

.middl .yingyu {
	text-align: center;
}

.wenshidu {
	padding: 0 50px;
	padding-bottom: 50px
}

@media screen and (max-width: 768px) {
	.quan .wenshidu .xiantiao {
		width: 100%;
	}
	.wenshidu {
		padding:15px;
	}
}

.product-name h4 {
	padding-top: 13px;
	text-align: center;
	font-size: 1.0625rem;
	/* padding-bottom: 15px; */
	height: 3.2rem;
	color: #2b2b2b;
}

.product-name .chakankan {
	margin-bottom: 0px;
	/* width: 100px; */
	background-color: #0052d9;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 0.9rem;
}

.product-name .xinghao {
	margin-top: 10px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #a5a5a5;
	font-size: 0.8rem;
}

.biaozhi {
	margin-left: 5px;
}

.yyy {
	border: 1px solid #FFFFFF;
	padding: 10px 0px;
	text-align: center;
}

.yyy:hover {
	border: 1px solid #0052d9;
}

.product-img {
	text-align: center;
	/* border: 1px solid #FFFFFF; */
	padding: 10px 0;
}

.quan {
	display: flex;
	flex-wrap: wrap;
}

.ziti {
	margin-bottom: 30px;
}

.name_yanse {
	display: none;
	/*padding-left: 5px;*/
	text-indent: 10px;
}

.name_yanse li a {
	color: #5e5e5e;
	padding-left: 5px;
	display: block;
	overflow: hidden;
}

/* .jianq {
	background-color: #0052d9;
} */
.jianq-on.active{
	background-color:#0052d9;
}
.jianq-on.active a {
	color: #fff;
}

.name_yanse .lan {
	border-bottom: 1px solid #eeeeee;
	height: 43px;
	line-height: 43px;
}

.name_yanse .lan {
	background-color: #f5f3f3;
}

.name_yanse .lan a:hover {
	color: #0052d9;
}

/* .liebiao{
    padding-left: 10px;
} */
.jianq .xiangxia {
	width: 20px;
}

.liebiao li{width: 10rem}

.product-name {
	padding-top: 10px;
}

.product-name .chakan {
	width: 20px;
}

.wenshidu .xiantiao {
	padding-top: 10px;
	border: 1px solid #FFFFFF;
}

.wenshidu .xiantiao:hover {
	border: 1px solid #0052d9;
}

.product-name .wenshidubiansongqi {
	padding-top: 13px;
	text-align: center;
	font-size: 1.0625rem;
	padding-bottom: 15px;
	color: #2b2b2b;
}

.ziti .yingyu {
	color: #bbbbbb;
	opacity: 0.8;
}

.ziti .wenzi {
	color: #555555;
	font-size: 1.25rem;
}

.jian_right {
	width: 20px;
	margin: 0px 10px;
	position: absolute;
	right: 0;
}


.biaodan {
	float: right;
}

.search_bar {

	justify-content: center;
	height: 40px;
	position: fixed;
	right: 0px;
	top: 216px;
	border-radius: 15px;
	display: block;
	transition: 1s;
	z-index: 9999;

}

.xiang_right {
	width: 20px;
	margin: 0px 10px;
	display: none;
	position: absolute;
	right: 0;
}

.double .dou_img {
	/* margin: 20px;
    margin-top: 13px; */
	z-index: 99;
	vertical-align: middle;
	position: absolute;
	left: 15px;
	bottom: 16px;
}

.search_bar .double {
	float: left;
	height: 34px;
	z-index: 100;
	width: 38px;
	border: 1px solid #0052d9;
	border-bottom-left-radius: 100px;
	border-top-left-radius: 100px;
	background:#fff;
}

.biaodan input {
	width: 244px;
	height: 34px;
	border: none;
	outline: none;
	text-indent: 1rem;
	color: #fff;
	background-color: #0052d9;
	 border: 1px solid #0052d9;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

.biaodan .fangdaji {
	position: absolute;
	right: 11px;
	top: 0;
	width: 35px;
	cursor: pointer;
	border:none;
}

.bian {
	color: #FFFFFF;
	padding-left: 5px;
}

.jianq:hover a{
	color: #FFFFFF;
}
.jianq:hover {
	background-color: #0052d9;
}

/* 修改placeholder的字体颜色 */
input::-webkit-input-placeholder {
	/* 修改字体颜色 */
	color: #FFFFFF;
	opacity: 0.3;
}

.iphone .logogo {
	width: 150px;
	vertical-align: top;
}

.nav-xs {
	display: none;
}

.small {
	padding-bottom: 6px;
}

.biaodan .tijiao {
	position: absolute;
	z-index: 99;
	right: 10px;
	top: 10px;
	width: 33px;
	height: 19px;
	display: none;
}

.lan a {
	font-size: 0.8rem;
}

.biaoshi {
	float: right;
}

.row {
	/* float: right; */
	/* padding-top: 25px; */
}

.buju {
	display: flex;
	justify-content: flex-end;
	display: none;
}

.jian_you {
	width: 20px;
	margin: 0px 10px;
}

.xiang_xia {
	width: 20px;
	margin: 0px 6px;
	display: none;
}

.zhank {
	animation: dh 1s;
}

.ssss {
	animation: dh1 1s;
	/* animation-delay:2s; */
}

@keyframes dh {
	from {
		right: -294px;
	}

	to {
		right: 0px;
	}
}

@keyframes dh1 {
	from {
		right: 0px;
	}

	to {
		right: -294px;
	}
}

.sousuokuang {
	display: none;
	position: fixed;
	z-index: 9999;
	right: 0;
	top:216px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	padding: 10px 15px;
	line-height: 58px;
	background-color: #0052d9;
}

.sousuokuang .dianji {
	font-size: 0.7rem;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	top: 15px;
	font-size: 0.7rem;
	color: #FFFFFF;
	text-align: center;
	right: -2px;
}

.common-href {
	color: #666;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
}

.sousuokuang .sk {
	position: absolute;
	right: 28px;
	top: 14px;
}

.product-more {
	padding-bottom: 15px;
	width: 210px;
	height: 50px;
	background: #0052d9;
	border: none;
	border-radius: 5px;
	color: #Fff;
	font-size: 1rem;
	display: block;
	margin: auto;
	margin-top: 70px;
}

@media screen and (max-width:768px) {
	.caidan {
		display: block;
	}

/*	.blak {
		display: none;
	}*/

	.yincang {
		display: none;
	}

	.nav-left {
		display: none;
	}

	.search_bar {
		display: none;
	}

	.foot-QR-code {
		display: none;
	}

	.buju {
		display: block;
	}
}

.biaoshi .dianhua {
	padding-bottom: 20px;
}

.footer {
	padding-top: 20px;
}



/*new list*/


.wenan .fangan {
	text-align: center;
	padding-top: 2.25rem;
	font-size: 1.4rem;
	color: #555555;
}

.wenan .els {
	text-align: center;
	font-size: 0.8rem;
	color: #bbbbbb;
	padding-top: 6px;
	padding-bottom: 2.2rem;
}


.fenju {
	padding-top: 24px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 1.75rem;
	align-items: center;
}

.huanjing .cangchu {
	color: #3f3f3f;
	font-size: 1.06rem;
}

.huanjing .time {
	padding-top: 8px;
	color: #939393;
	font-size: 0.87rem;
}

.fenju .clickck {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* text-align: center; */
	padding: 0px 25px;
	line-height: 28px;
	background-color: #0052d9;
	border-radius: 0.85rem;
	font-size: 0.81rem;
	color: #ffffff;
}

.fenju .huanjing {
	width: 300px;
}

@media screen and (max-width:768px) {
	.fenju .clickck {
		width: 116px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		/* text-align: center; */
		padding: 0px 25px;
		line-height: 28px;
		background-color: #0052d9;
		border-radius: 0.85rem;
		font-size: 0.81rem;
		color: #ffffff;
	}
	.fenju .huanjing {
		width: auto;
	}
}

/* .clickck{
	position: relative;
} */
.clickck .jinru {
	padding-left: 9px;
}

.bot_footer {
	padding-bottom: 93px;
	padding-top: 61px;
	text-align: center;
}

.bot_footer nav {
	margin: 0 auto;
	display: inline-block;
	padding: 1rem;
}

.pagination .cur {
	background: #0052d9;
	border: none;
	color: #FFFFFF;
}

.footer {
	padding-bottom: 46px;
}

/* .container-fluid{
	margin-top: 9rem;
	background: url(../images/about-bg.png) no-repeat right center;
	padding-bottom: 3.5rem;
}
.qiyejianjie{
	color: #434242;
	font-size: 2.2rem;
}
.container-fluiddd{
	background: #f4f4f4;
	padding-top: 10rem;
	padding-bottom: 4.5rem
}
@media screen and (max-width :768px){
	.container-fluid{
		margin-top: 0rem;
		padding-bottom: 3.5rem;
		background-image:none;
	}
	.about-section .ul{
		overflow: hidden;
		margin-top: 40px;
		list-style: none;
		display: flex;
	}
	.container-fluiddd{
		background: #f4f4f4;
		padding-top: 3rem;
		padding-bottom: 4.5rem
	}
} */
.container-fluidddd {
	margin-top: 9rem;
	background: url(../images/about-bg.png) no-repeat right center;
	padding-bottom: 8.5rem;
}

.qiyejianjiejie {
	color: #434242;
	font-size: 2.2rem;
	margin-bottom: 4.1rem;
}

.xiugai {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.qiyewenhua {
	color: #434242;
	font-size: 2.2rem;
	margin-bottom: 5rem;
	margin-top: 4.4rem;
}

@media screen and (max-width:768px) {
	.container-fluidddd {
		margin-top: 0rem;
		padding-bottom: 3.5rem;
		background-image: none;
	}

	.about-section .ul {
		overflow: hidden;
		/* margin-top: 90px; */
		list-style: none;
	}

	.rongyu {
		display: none;
		background: #FFFFFF;
	}
	.about-section .ul{
		overflow: hidden;
		margin-top: 0px;
		list-style: none;
	}
	.qiyewenhua {
		color: #434242;
		font-size: 2.2rem;
		margin-bottom:0rem;
		margin-top:0rem;
	}
	section.culture-section .culture-item {
		margin-bottom: 0rem;
	}
}
