.swiper1 img {
	width: 100%;
}

.swiper1 .swiper-button-prev {
	left: 45px;
	background-image: url(../img/prev.png);
	width: 100px;
	height: 90px;
	background-size: 100%;
}

.swiper1 .swiper-button-next {
	right: 45px;
	background-image: url(../img/next.png);
	width: 100px;
	height: 90px;
	background-size: 100%;
}

.swiper1 .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: '';
}

.swiper1 .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: '';
}

.section {
	background: #f2f2f2;
	text-align: center;
	box-sizing: border-box;
	padding: 2% 20%;
}

.h3 {
	text-align: center;
}

.h3 h3 {
	display: inline-block;
	color: #333;
	font-size: 0.24rem;
	text-align: center;
	position: relative;
}

.h3 h3:before {
	content: '';
	height: 1px;
	background: #1955B5;
	width: 0.25rem;
	display: block;
	position: absolute;
	left: -0.35rem;
	top: 50%;
}

.h3 h3:after {
	content: '';
	height: 1px;
	background: #1955B5;
	width: 0.25rem;
	display: block;
	position: absolute;
	right: -0.35rem;
	top: 50%;
}

.pro-list {
	width: 100%;
	margin-top: 0.3rem;
}

.pro-list li {
	float: left;
	width: 25%;
	background: #fff;
	margin-bottom: 0.2rem;
	box-sizing: border-box;
	padding: 0.1rem;
}

.pro-list li .imgbox {
	overflow: hidden;
}

.pro-list li img {
	width: 100%;
	transition: all 0.6s;
}

.pro-list li p {
	padding: 0.1rem 0;
	text-align: center;
}

.pro-list li img:hover {
	transform: scale(1.2);
	overflow: hidden;
}

.morebtn {
	display: inline-block;
	padding: 0.1rem 0.7rem;
	border: 1px solid;
	border-radius: 0.08rem;
	color: #262626;
	border-color: #262626;
	margin-top: 0.4rem;
}

.morebtn:hover {
	color: #1955B5;
	border-color: #1955B5;
}

.about-cont {
	background: url(../img/about_bg2.jpg) no-repeat;
	background-size: cover;
	padding: 0.8rem;
	box-sizing: border-box;
}

.about-cont .box {
	width: 70%;
	margin: 0 auto;
	background: rgba(255, 255, 255, .9);
	padding: 0.28rem 0.3rem;
}

.about-cont .box .about-img {
	float: left;
	width: 33.333333%;
	padding-bottom: 0.2rem;
}

.about-cont .box .about-img img {
	width: 100%;
}

.about-cont .about-content {
	float: left;
	width: 64.666667%;
	margin-left: 2%;
}

.about-cont .about-content .about-title {
	color: #333;
	font-weight: 300;
	font-size: 0.28rem;
}

.about-cont .about-content .text {
	color: #333;
	margin-top: 0.3rem;
	font-size: 0.17rem;
	line-height: 0.25rem;
}

.more {
	display: inline-block;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1);
	transition: all .6s cubic-bezier(.215, .61, .355, 1);
	border: 1px solid;
	margin-top: 0.3rem;
	padding: 0.06rem 0.45rem;
	color: #666;
}

.more:hover {
	color: #fff;
	border-color: #1955B5;
	background: #1955B5;
}


/*合作伙伴*/

.partner-main {
	box-sizing: border-box;
	padding: 0.3rem 1rem;
}

.partner-main .partner-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0.4rem 2rem;
	margin: 0.5rem 0;
}

.partner-main .partner-list li {
	box-sizing: border-box;
	padding: 0.2rem;
	height: 1.5rem;
	flex: 1;
}

.partner-main .partner-list li img {
	max-width: 100%;
	max-height: 1.5rem;
	vertical-align: middle;
}


/*荣誉资质*/

.honors {
	background: url(../img/zz_bg2.jpg) no-repeat;
	background-size: cover;
	padding: 0.8rem;
	box-sizing: border-box;
}

.width {
	width: 70%;
	margin: 0.4rem auto;
}

.width .swiper-container .swiper-slide img {
	width: 100%;
}


/*新闻动态*/

.news-box {
	background: #F2F2F2;
	padding: 0.4rem 0;
	text-align: center;
}

.news-list {
	width: 70%;
	margin: 0.4rem auto;
	display: flex;
}

.news-list li {
	background: #fff;
	flex: 1;
	margin-right: 0.3rem;
}

.news-list li .imgs {
	height: 2.46rem;
	position: relative;
	overflow: hidden;
}

.news-list li .imgs img {
	width: 100%;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.news-list li .imgs img:hover {
	transform: scale(1.1);
	overflow: hidden;
}

.news-list li .ly-text {
	min-height: 1.2rem;
	padding: 0.3rem;
	background: rgb(255, 255, 255);
	transition: all 0.3s ease-out 0s;
}

.news-list li .ly-text .h4 {
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.18rem;
	margin-bottom: 10px;
	color: rgb(51, 51, 51);
	overflow: hidden;
	text-align: left;
}

.news-list li .ly-text .em {
	color: #666;
	text-align: left;
}

.news-list li .ly-text .p {
	color: rgb(102, 102, 102);
	font-size: 0.14rem;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-list li:hover .ly-text {
	background: #2980e3;
}

.news-list li:hover .ly-text .h4,
.news-list li:hover .ly-text .em,
.news-list li:hover .ly-text .p {
	color: #fff;
}

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


/*公司简介内页*/

.about-section {
	text-align: center;
	margin-bottom: 0.2rem;
}

.about-section .h3 {
	margin: 0.3rem 0;
}

.about-section img {
	max-width: 90%;
}

.about-section .cont {
	width: 70%;
	margin: 0.3rem auto;
}

.about-section .cont p {
	text-align: left;
	text-indent: 2em;
	margin-bottom: 0.3rem
}


/*产品中心内页*/

.pro-section,
.honors-section {
	width: 70%;
	margin: 0.3rem auto;
}


/*荣誉资质内页*/

.honors-list {
	margin-top: 0.5rem;
}

.honors-list li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	overflow: hidden;
}

.honors-list li img {
	width: 100%;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.honors-list li img:hover {
	transform: scale(1.1);
	overflow: hidden;
}

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


/*新闻中心*/

.news-section .tit-box {
	background: #fff;
	padding: 0.5rem 0 0.2rem 0;
}


/*面包屑导航*/

.crumbs {
	width: 73%;
	margin: 0 auto;
	font-size: 0.14rem;
}

.crumbs a {
	color: #62a8ea;
}

.crumbs a:hover {
	color: #4e97d9;
}


/*信息反馈*/

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

.form-list {
	width: 70%;
	margin: 0.5rem auto;
	text-align: center;
}

.form-list li {
	overflow: hidden;
	margin-bottom: 0.2rem;
	color: #888;
	font-size: 0.14rem;
}

.form-list li span {
	line-height: 0.35rem;
}

.form-list li input,
.form-list li textarea {
	font-size: 0.14rem;
	width: 60%;
	border: 1px solid #ccc;
	height: 0.35rem;
	padding-left: 0.1rem;
	border-radius: 0.04rem;
	-webkit-border-radius: 0.04rem;
	-moz-border-radius: 0.04rem;
	-m-border-radius: 0.04rem;
}

.form-list li textarea {
	height: 1rem;
	padding-top: 0.1rem;
	resize: none;
}

.form-box button {
	cursor: pointer;
	color: #333;
	padding: 0.04rem 0.18rem;
	font-size: 0.16rem;
	background: #EFEFEF;
	border: 1px solid #333;
}

.form-box button:hover {
	background: #D7D7D7;
}


/*联系我们*/

.map-box,
.address-list {
	width: 88%;
	margin: 0 auto;
}

.map-box {
	height: 5rem;
}

.map-box img {
	width: 100%;
	height: 100%;
}

.address-list {
	margin-top: 0.5rem;
}

.address-list li {
	width: 50%;
	float: left;
	display: inline-block;
	margin-bottom: 0.3rem;
}


/*产品详情页*/

.dis-section .tit-box {
	background: #fff;
	padding: 0.5rem 0 0.2rem 0;
}

.details-item {
	width: 70%;
	margin: 0.5rem auto;
	background: #fff;
	padding: 0.3rem;
	text-align: center;
}

.details-item .dis-title {
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.2rem;
}

.details-item .dis-title h4 {
	font-size: 0.3rem;
	font-weight: 500;
}

.details-item .dis-title p {
	display: inline-block;
	color: #999;
	font-size: 0.14rem;
	padding-bottom: 0.1rem;
	text-indent: 0;
}

.details-item .dis-title img {
	max-width: 90%;
}
.details-item p{
	text-align: left;
	text-indent: 2em;
	font-size: 0.15rem;
	line-height: 0.25rem;
	margin-bottom: 0.2rem;
}

/*上一篇下一篇分页*/

.page {
	width: 70%;
	margin: 0 auto 0.5rem;
}

.page .prve,
.page .next {
	text-align: left;
	padding: 0.06rem 0.2rem;
	text-decoration: none;
	color: #76838f;
	border: 1px solid #e4eaec;
	background-color: transparent;
	-webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
	-o-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
	transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.page .prve {
	float: left;
}

.page .next {
	float: right;
}
.page .prve:hover,
.page .next:hover{
	background: #f3f7f9;
}
