.section {
	width: 70%;
	margin: 0 auto 0.2rem;
}

.section .slide {
	float: left;
	width: 25%;
}

.section .cont-box {
	float: right;
	width: 72%;
	margin-top: 0.026rem;
}

.section .slide .title {
	width: 100%;
	font-weight: 300;
	font-size: 0.08rem;
	color: #000;
	padding-bottom: 0.02rem;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.section .slide .title:after {
	content: "";
	width: 0.31rem;
	height: 2px;
	background: #365778;
	position: absolute;
	left: 0;
	bottom: 0;
}

.section .slide .list-box {
	width: 100%;
	margin-top: 0.03rem;
	margin-bottom: 0.13rem;
}

.section .slide .list-box li {
	background: #e6e6e6 url(../img/right-icon.png) right 0.08rem center no-repeat;
	background-size: 0.09rem auto;
	margin-bottom: 0.012rem;
	font-size: 0.065rem;
	line-height: 0.16rem;
	box-sizing: border-box;
	padding-left: 0.03rem;
}

.section .slide .info-list {
	margin-top: 0.08rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.05rem;
}

.section .slide .info-list li {
	font-size: 0.06rem;
	margin-bottom: 0.05rem;
}


/*搜索框*/

.section .slide .search-box {
	width: 100%;
	border: 1px solid #ccc;
}

.section .slide .search-box input,
.section .slide .search-box .s-btn {
	float: left;
	border: 0;
	height: 0.14rem;
}

.section .slide .search-box input {
	width: 85%;
	box-sizing: border-box;
	padding-left: 0.04rem;
}

.section .slide .search-box .s-btn {
	width: 15%;
	height: 0.14rem;
	border: 1px solid #365778;
	background: #365778 url(../img/search.png) no-repeat center center;
	background-size: 0.1rem auto;
}


/*右侧内容*/

.section .cont-box .breadcrumb {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	font-size: 0.06rem;
}

.section .cont-box .breadcrumb li {
	float: left;
}

.section .cont-box .breadcrumb li a {
	color: #999;
}

.section .cont-box .breadcrumb li a:hover {
	color: #365778;
}

.section .cont-box .breadcrumb li .home {
	background: url(../img/home.png) no-repeat left center;
	background-size: 0.08rem auto;
	padding-left: 0.12rem;
}

.section .cont-box .breadcrumb .rumb {
	margin-right: 0.06rem;
}

.section .cont-box .breadcrumb .rumb:after {
	content: '» ';
	color: rgb(153, 153, 153);
	margin-left: 0.01rem;
}

.section .cont-box .cont {
	margin-top: 0.1rem;
}

.section .cont-box .cont li {
	width: 23%;
	float: left;
	border-radius: 0.01rem;
	-webkit-border-radius: 0.01rem;
	-moz-border-radius: 0.01rem;
	margin-right: 0.075rem;
	margin-bottom: 0.075rem;
	box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
}

.section .cont-box .cont li a {
	display: block;
	font-size: 0.06rem;
	text-align: center;
}

.section .cont-box .cont li a img {
	width: 100%;
	border-top-left-radius: 0.01rem;
	-webkit-border-top-left-radius: 0.01rem;
	-moz-border-top-left-radius: 0.01rem;
	border-top-right-radius: 0.01rem;
	-webkit-border-top-right-radius: 0.01rem;
	-moz-border-top-right-radius: 0.01rem;
}

.section .cont-box .cont li a p {
	margin: 0.04rem 0;
}


/*首页*/

.about-box,
.recommend {
	width: 90%;
	margin: 0 auto;
}

.index-tit {
	text-align: center;
	font-size: 0.12rem;
	font-weight: 500;
	color: rgb(54 87 120);
	line-height: 0.24rem;
	margin-top: 0.1rem;
}

.about-box p {
	font-size: 0.058rem;
	line-height: 0.08rem;
}

.inmore-btn {
	display: block;
	width: 0.55rem;
	margin: 0.12rem auto;
	font-size: 0.06rem;
	text-align: center;
	line-height: 0.14rem;
	border: 1px solid #222;
	border-radius: 0.02rem;
	-webkit-border-radius: 0.02rem;
}

.inmore-btn:hover {
	background: rgb(54 87 120);
	color: #fff;
	border-color: rgb(54 87 120);
}

.recommend {
	margin-top: 0.3rem;
}

.recommend .name {
	text-align: center;
}

.recommend .name li {
	display: inline-block;
	text-align: center;
	font-size: 0.06rem;
	padding: 0.02rem 0.08rem;
	vertical-align: top;
}

.recommend .on {
	background: rgb(54 87 120);
	color: #fff;
	padding: 0.02rem 0.08rem;
	border-radius: 0.01rem;
}

.recommend .recom-piclist {
	width: 100%;
}

.recommend .recom-piclist li {
	width: 24.25%;
	float: left;
	margin-right: 1%;
	margin-bottom: 3%;
}

.recommend .recom-piclist li img {
	width: 100%;
}

.recommend .recom-piclist li p {
	font-size: 0.065rem;
	text-align: center;
	margin-top: 0.05rem;
}

.recommend .recom-piclist li:nth-child(4n) {
	margin-right: 0;
}

.news-center p {
	text-align: center;
	font-size: 0.06rem;
	margin-top: 0.05rem;
}

.news-center .index-tit {
	position: relative;
}

.news-center .index-tit:after {
	content: "";
	width: 0.1rem;
	height: 0.02rem;
	background: rgb(54 87 120);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.news-center .new-list {
	width: 100%;
	margin-top: 0.1rem;
}

.news-center .new-list li {
	float: left;
	padding-left: 0.05rem;
	width: 49%;
	font-size: 0.06rem;
	color: rgb(54 87 120);
	margin-right: 2%;
	margin-bottom: 0.1rem;
	overflow: hidden;
	position: relative;
}

.news-center .new-list li:after {
	content: "";
	width: 0.02rem;
	height: 0.02rem;
	background: rgb(54 87 120);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0.9rem;
	-webkit-border-radius: 0.9rem;
	-moz-border-radius: 0.9rem;
}

.news-center .new-list li a {
	float: left;
	display: block;
	color: rgb(54 87 120);
	width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-center .new-list li span {
	float: right;
}

.news-center .new-list li:nth-child(2n) {
	margin-right: 0;
}
.honors .index-tit{
	margin-top: 0.3rem;
}
.honors .honorslist{
	margin-top: 0.15rem;
}
.honors .honorslist li {
	float: left;
	width: 22%;
	overflow: hidden;
	margin-right: 3%;
	position: relative;
}
.honors .honorslist li:after{
	content: "";
	display: block;
	width: 0px;
	height: 2px;
	background: rgb(54, 87, 120);
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all 1s ease 0s;
}
.honors .honorslist li:hover:after{
	width: 100%;
}
.honors .honorslist li a{
	display: block;
}
.honors .honorslist li img {
	width: 100%;
	transition: all 1s ease 0s;
}

.honors .honorslist li p {
	font-size: 0.06rem;
	padding: 0.05rem 0 0.05rem 0.02rem;
}

.honors .honorslist li:nth-child(4) {
	margin-right: 0;
}

.honors .honorslist li:hover img {
	transform: scale(1.1, 1.1);
}
.honors .honorslist li:hover {
	box-shadow: rgb(224 224 224) 0px 5px 10px;
}
/*企业简介*/

.text-box {
	font-size: 0.065rem;
	margin-top: 0.1rem;
}

.indent {
	text-indent: 2em;
}

.text-box .p-txt {
	margin-bottom: 0.05rem;
	color: #76838f;
	line-height: 0.12rem;
}

.text-box .p-h5 {
	font-size: 0.07rem;
	font-weight: 400;
	margin-bottom: 0.05rem;
}
.text-box p{
	font-size: 0.06rem !important;
}


/*新闻中心*/

.news-list {
	width: 100%;
	margin-top: 0.08rem;
}

.news-list li {
	background: #fff;
	border: 10px solid #f7f7f7;
	box-sizing: border-box;
	padding: 0.05rem;
	margin-bottom: 0.1rem;
}
.news-list li h5{
	font-size: 0.08rem;
	font-weight: 300;
	margin-bottom: 0.05rem;
	color: #000;
}
.news-list li p{
	font-size: 0.06rem;
	text-indent: 2em;
	line-height: 0.09rem;
	color: #333;
}
.news-list li .date-box{
	font-size: 0.06rem;
	margin-top: 0.05rem;
	color:#acb0b3;
}
.news-list li .date-box .tosee{
	margin-left: 0.1rem;
	background: url(../img/see-icon.png) no-repeat left center;
	background-size:0.08rem auto;
	padding-left: 0.1rem;
}

/*销售网络*/
.sales-box{
	text-align: center;
	margin-top: 0.08rem;
}
.sales-box .sales{
	max-width: 90%;
	margin: 0 auto;
}

/*客户留言*/
.right-box .form-box{
	width: 100%;
	margin-top: 0.04rem;
}
.right-box .form-box li{
	height: 0.14rem;
	margin-bottom: 0.07rem;
	overflow: hidden;
}
.right-box .form-box li input,.form-box li textarea{

	width: 100%;
	height: 100%;
	vertical-align: top;
	border: 1px solid #ccc;
	padding-left: 0.03rem;
	font-size: 0.056rem;
	border-radius: 0.01rem;
}
.right-box .form-box li textarea{
	padding-top: 0.03rem;
}
.right-box .form-box .row-box{
	height: 0.4rem;
}
.right-box .form-box .code-box input{
	float: left;
	width: 90%;
}
.right-box .form-box .code-box .img-box{
	width: 10%;
	float: left;
}
.right-box .form-box .code-box .img-box .code-img{
	width: 100%;
	vertical-align: top;
}
.right-box .sub-btn{
	cursor: pointer;
	width: 100%;
	color: #fff;
	line-height: 0.14rem;
	font-size: 0.06rem;
	border: 1px solid #62a8ea;
	background: #62a8ea;
}
.right-box .sub-btn:hover{
	border: 1px solid #89bceb;
	background: #89bceb;
}

/*联系我们*/
.contactus {
	width: 100%;
	margin-top: 0.1rem;
}

.contactus .left,
.contactus .right {
	float: left;
	width: 50%;
}

.contactus .right {
	box-sizing: border-box;
	padding-left: 15%;
}

.contactus .left li {
	font-size: 0.064rem;
	margin-bottom: 0.08rem;
}

.contactus .left li a {
	color: #2980E3;
}

.contactus .left li span {
	display: inline-block;
	width: 0.35rem;
}
/*产品详情页*/
.product-details{
	text-align: center;
}
.product-details .details-tit{
	font-size: 0.085rem;
	font-weight: 300;
	border-bottom: 1px solid #ccc;
	padding: 0.12rem 0;
	margin-bottom: 0.06rem;
}


/*新闻详情页*/
.news-details{
	font-size: 0.065rem;
}
.news-details .newsdis-tit{
	font-size: 0.085rem;
	font-weight: 300;
	margin: 0.15rem 0 0.05rem 0;
}
.news-details .bom-line{
	width: 100%;
	margin-bottom: 0.12rem;
	border-bottom: 1px solid #ccc;
}
.news-details .se-deta{
	font-size: 0.06rem;
	margin-bottom: 0.05rem;
	color:#acb0b3;
}
.news-details .se-deta .se-dis{
	margin-left: 0.1rem;
	background: url(../img/see-icon.png) no-repeat left center;
	background-size:0.08rem auto;
	padding-left: 0.1rem;
}
.news-details p{
	margin-bottom: 0.05rem;
	line-height: 0.08rem;
}
