/*个体布局*/


/*首页*/


/*banner*/

div.banner-img {
	max-width: 1920px;
	margin: 0 auto;
}

div.banner-img img {
	width: 100%;
}

.swiper-pagination-bullet {
	width: 100px;
	height: 4px;
	border-radius: 0;
	background: #fff;
	margin: 0;
}
/*首页主体*/

.contet-header {
	position: relative;
	height: 140px;
}

.contet-header p.line {
	position: absolute;
	top:92px;
	height: 1px;
	width: 40%;
	left: 30%;
	background: #06ae3c;
}

.contet-header h4 {
	position: absolute;
	top: 60px;
	left: 45%;
	/*width: 100px;*/
	background: #fff;
	text-align: center;
	font-weight: bold;
 padding:0 10px;
 color:#06ae3c;
}
.content{
	margin-bottom: 60px;
}
.content .img-thumbnail {
	border-radius: 0;
	border: 0;
	padding: 0;
}

.img-list .de-header {
	overflow: hidden;
}

.img-list h4 {
	margin: 0;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.de-body p {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.de-footer-line {
	height: 10px;
}

.img-list a img {
	transition: all 0.6s;
}

.img-list a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.img-list a:hover h4 {
	background: #0061CB;
	color: #fff;
}

.img-list a:hover p {
	color: #000;
}

.img-list a:hover .de-footer-line {
	background-color: #0061CB;
}

.goodsSever {
	padding-bottom: 80px;
}

.goodsSever .contet-header h4 {
	background-color: #f3f3f3;
}

.goodsSever .img-body {
	position: relative;
	z-index: 11;
	margin: -20px auto 0;
	width: 90%;
	background: #fff;
	height: 108px;
}

.goodsSever .linkimg-body
{
    position: relative;
	z-index: 11;
	margin: 0 auto 0;
	width: 90%;
	background: #fff;
	height: auto;
}

.zcmlink{ padding-bottom:10px; }

.goodsSever .img-body h4 {
	padding-left: 10px;
}

.goodsSever a:hover .img-body h4 {
	color: #000;
	background-color: transparent;
}

.goodsSever .img-body p {
	padding: 0 10px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.aboutFirm .content-body {
	/*height: 278px;*/
	overflow: hidden;
	margin-bottom: 100px;
}

.aboutFirm p {
	margin: 0;
	text-indent: 56px;
}

.aboutFirm p:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.aboutFirm p:last-child a {
	padding: 0 20px;
}

.picMarquee-top {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.picMarquee-top .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-top .bd ul li {
	text-align: center;
	zoom: 1;
	width: 100%;
	margin-bottom: 10px;
}

.picMarquee-top .bd ul li .pic {
	text-align: center;
	width: 100%;
}

.picMarquee-top .bd ul li .pic img {
	width: 100%;
	height: 80px;
	display: block;
	padding: 2px;
	border-radius: 15px;
}

.picMarquee-top .bd ul li .pic a:hover img {
	border-color: #999;
}

.multipleColumn {
	position: relative;
}

.multipleColumn .hd {
	position: absolute;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	display: block;
	width: 100%;
}

.multipleColumn .hd ul {
	width: 100%;
	text-align: center;
}

.multipleColumn .hd ul li {
	/*float: left;*/
	display: inline-block;
	width: 100px;
	height: 3px;
	border-radius: 2px;
	overflow: hidden;
	margin-right: 5px;
	background-color: rgba(255, 255, 255, .4);
}

.multipleColumn .hd ul li.on {
	background-color: #fff;
}

.multipleColumn .bd ul {
	width: 100%;
	background-color: #0068DE;
}

.multipleColumn .bd ul li .pic {
	text-align: center;
}

.multipleColumn .bd ul li .pic img {
	width: 120px;
	height: 90px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

.multipleColumn .bd ul li .pic a:hover img {
	border-color: #999;
}

.multipleColumn .bd ul li .title {
	line-height: 24px;
}


/*关于我门*/

.left-subnav {
	padding-right: 60px;
}

.left-subnav-list li {
	line-height: 60px;
	font-size: 20px;
	border-bottom: 1px solid #D8D9DD;
	padding-left: 13px;
	padding-right: 5px;
	-webkit-transition: background-color .5s ease-in;
	-moz-transition: background-color .5s ease-in;
	transition: background-color .5s ease-in;
}

.left-subnav-list li a {
	display: block;
	color: #8E8E8E;
	-webkit-transition: color .5s ease-in;
	-moz-transition: color .5s ease-in;
	transition: color .5s ease-in;
}

.left-subnav-list li:hover,
.left-subnav-list li.active {
	background-color: #0061CB;
	-webkit-box-shadow: -3px 3px 3px #9FC4EC;
	-moz-box-shadow: -3px 3px 3px #9FC4EC;
	box-shadow: -3px 3px 3px #9FC4EC;
	border: 0;
}

.left-subnav-list li:hover a,
.left-subnav-list li.active a {
	color: #fff;
	font-size: 22px;
}

.left-subnav-list li:hover span,
.left-subnav-list li.active span {
	color: #fff;
	top: 20px;
}

.left-subnav-list li span {
	top: 23px;
	font-weight: 200;
	color: #A3A3A3;
	-webkit-transition: color .5s ease-in, top .5s ease-in;
	-moz-transition: color .5s ease-in, top .5s ease-in;
	transition: color .5s ease-in, top .5s ease-in;
}

.left-layout {
	margin-top: 24px;
	border: 1px solid #D8D9DD;
	height: 104px;
}

.left-layout h4 {
	padding-left: 15px;
}
.left-layout h5 {
    padding-left: 15px;
}
.left-layout h6 {
    padding-left: 15px;
}
.left-layout p {
	 /*overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;*/
	overflow: hidden;
text-overflow: ellipsis;

display: -webkit-box;
/*显示的个数 */
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

}

.lian p {
	line-height: 20px;
	margin: 0;
}

.lian p.tel {
	color: #FE3735;
}

.pepole .media-img div.col-md-4,
.lian .media-img div.col-md-4 {
	padding-top: 10px;
	padding-left: 25px;
}

.story {
	background: -ms-linear-gradient(to right, #fff 30%, #e5effa 100%);
	/* IE 10 */
	background: -moz-linear-gradient(to right, #fff 30%, #e5effa 100%);
	/*火狐*/
	background: -webkit-gradient(linear, 0% 30%, 30% 100%, from(#fff), right(#e5effa));
	/*谷歌*/
	background: -webkit-gradient(linear, 0% 30%, 30% 100%, from(#fff), right(#e5effa));
	/* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(to right, #fff 30%, #e5effa 100%);
	/*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(to right, #fff 30%, #e5effa 100%);
	/*Opera 11.10+*/
	background: linear-gradient(to right, #fff 30%, #e5effa 100%);
	/*Opera 11.10+*/
}

.pepole {
	background: -ms-linear-gradient(to right, #fff 30%, #e5faf3 100%);
	/* IE 10 */
	background: -moz-linear-gradient(to right, #fff 30%, #e5faf3 100%);
	/*火狐*/
	background: -webkit-gradient(linear, 0% 30%, 30% 100%, from(#fff), right(#e5faf3));
	/*谷歌*/
	background: -webkit-gradient(linear, 0% 30%, 30% 100%, from(#fff), right(#e5faf3));
	/* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(to right, #fff 30%, #e5faf3 100%);
	/*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(to right, #fff 30%, #e5faf3 100%);
	/*Opera 11.10+*/
	background: linear-gradient(to right, #fff 30%, #e5faf3 100%);
	/*Opera 11.10+*/
}

.lian {
	background: -ms-linear-gradient(to bottom, #fff 30%, #e5effa 100%);
	/* IE 10 */
	background: -moz-linear-gradient(to bottom, #fff 30%, #e5effa 100%);
	/*火狐*/
	background: -webkit-gradient(linear, 0% 30%, 30% 100%, from(#fff), right(#e5effa));
	/*谷歌*/
	background: -webkit-gradient(linear, 0% 30%, 30% 100%, from(#fff), right(#e5effa));
	/* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(to bottom, #fff 30%, #e5effa 100%);
	/*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(to bottom, #fff 30%, #e5effa 100%);
	/*Opera 11.10+*/
	background: linear-gradient(to bottom, #fff 30%, #e5effa 100%);
	/*Opera 11.10+*/
}

.about-swiper.swiper-container {
	width: 100%;
	height: 50px;
	margin: 20px auto;
}

.about-swiper.swiper-container:after {
	z-index: 99;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1);
	pointer-events: none;
	box-shadow: -10px -2px 8px -5px #BCBCBC inset;
}

.about-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	/*background: #fff;*/
	color: #000;
	width: 60%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: url(../img/course_bg02.png) no-repeat center center;
	background-size: 100% 100%;
	cursor: pointer;
}

.about-swiper .swiper-slide:first-child {
	background-image: url(../img/course_bg.png);
}

.about-swiper .swiper-slide.active {
	background-image: url(../img/course_bg_current.png);
	color: #0061CB;
	font-weight: bold;
}

.main-list {
	/*height: 883px;*/
		padding: 20px 25px 40px 25px!important;
	border: 1px solid #ccc;
	padding: 0 10px;

}

.main-list li {
	font-family: "宋体";
	font-size: 12px;
	padding: 20px 0;
	text-indent: 24px;
	border-bottom: 1px dashed #ccc;
}


/*新闻中心*/
.new-right-man  img {
	/*width: 100%;*/

    width: auto;
     padding:5px 5px;
}


.new-right-main img {
	width: 100%;
	height: 100%;
}

.new-right-main h4 {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}

.new-right-main .company>div {
	border: 1px solid #ccc;
	margin-top: 20px;
	padding: 0px 10px 5px;
	background: -ms-linear-gradient(to bottom, #F7F7F7 20%, #fff 100%);
	/* IE 10 */
	background: -moz-linear-gradient(to bottom, #F7F7F7 20%, #fff 100%);
	/*火狐*/
	background: -webkit-gradient(linear, 0% 20%, 20% 100%, from(#F7F7F7), right(#fff));
	/*谷歌*/
	background: -webkit-gradient(linear, 0% 20%, 20% 100%, from(#F7F7F7), right(#fff));
	/* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(to bottom, #F7F7F7 20%, #fff 100%);
	/*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(to bottom, #F7F7F7 20%, #fff 100%);
	/*Opera 11.10+*/
	background: linear-gradient(to bottom, #F7F7F7 20%, #fff 100%);
}

.new-right-main .company-yao-new {
	padding-right: 15px;
}

.new-right-main .company-hang-new {
	padding-left: 15px;
}

.new-right-main .staff-shoot h4 {
	border: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
	background: -ms-linear-gradient(to bottom, #F7F7F7 20%, #fff 100%);
	/* IE 10 */
	background: -moz-linear-gradient(to bottom, #F7F7F7 20%, #fff 100%);
	/*火狐*/
	background: -webkit-gradient(linear, 0% 20%, 20% 100%, from(#F7F7F7), right(#fff));
	/*谷歌*/
	background: -webkit-gradient(linear, 0% 20%, 20% 100%, from(#F7F7F7), right(#fff));
	/* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(to bottom, #F7F7F7 20%, #fff 100%);
	/*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(to bottom, #F7F7F7 20%, #fff 100%);
	/*Opera 11.10+*/
	background: linear-gradient(to bottom, #F7F7F7 20%, #fff 100%);
}
.new-right-main .staff-shoot h4+ul{
	margin-left: -10px;
	margin-right: -10px;
}
.new-right-main .staff-shoot h4+ul li a{
	padding: 10px;
	display: block;
}



/*------------行业新闻中心页---------------*/

.new-right-main .media-list li {
	border-bottom: 1px dashed #ccc;
	padding: 20px 0;
}

.new-right-main .media-list li .media-img {
	padding-right: 15px;
}

.new-right-main .media-list li p {
	text-indent: 24px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient: vertical;
}

.new-right-main .media-list li p+div {
	margin-top: 20px;
}


/*---------分页器----------*/

.pagination {
	margin-top: 80px;
	margin-bottom: 130px;
}

.pagination li a {
	margin-right: 10px;
	border-radius: 0;
	color: #000000;
}

.pagination li a:hover {
	color: #1C72D0;
	border-color: #1C72D0;
	background-color: transparent;
}


/*-----------行业新闻详情页------------*/

.new-right-main-detalis h4 {
	border: 0;
}

.new-right-main-detalis {
	padding: 20px 25px 40px 25px;
	border: 1px solid #ccc;
	margin-top: 15px;
}

.new-right-main-detalis div.row {
	margin: 10px 0;
}

.new-right-main-detalis p {
	text-indent: 24px;
}


/*---------员工摄影------------*/

.staff-shoot-img-list li {
	margin-top: 20px;
	overflow: hidden;
}
.staff-shoot-img-list li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.staff-shoot-img-list li img {
	transition: all 0.6s;
}

.staff-shoot-img-list li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
}
.staff-shoot-img-list li p 
{
    text-align:center; line-height:180%;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}


/*---------产品与服务--------*/

.goods-sever-mian .media-list li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/*---------产品与服务核心催化剂---------*/


/*.goods-sever-one-mian .pull-down-sub {
	height: 60px;
	line-height: 60px;
	margin: 10px 0;
	padding-left: 20px;
}

.goods-sever-one-mian .pull-down-sub>ul>li {
	background-color: #CCCCCC;
	margin-right: 38px;
	cursor: pointer;
	width: 21%;
	/*padding: 0 20px;*
	float: left;
	position: relative;
}
.goods-sever-one-mian .pull-down-sub>ul>li ul{
	position: absolute;
	top:60px;
	left: 0;
	z-index: 11;
	width: 100%;
	background-color:rgba(0,27,202,.4) ;
}
.goods-sever-one-mian .pull-down-sub>ul>li ul li{
	border-bottom: 1px solid #fff;
}
.goods-sever-one-mian .pull-down-sub>ul>li:last-child {
	margin-right: 0;
}

.goods-sever-one-mian .pull-down-sub>ul>li:hover {
	background-color: #0061CA;
}*/

.goods-sever-one-mian .media-list {
	background-color: #F3F3F3;
	height: 600px;
	padding-top: 20px;
}

.goods-sever-one-mian .media-list li {
	padding: 0 20px 20px;
}

.goods-sever-one-mian .media-list li .media-img {
	overflow: hidden;
}

.goods-sever-one-mian .media-list li img {
	transition: all 0.6s;
}

.goods-sever-one-mian .media-list li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.goods-sever-one-mian .media-list .media-text {
	line-height: 20px;
	margin-top: 5px;
	height:40px;
}


/*-------------核心催化剂内页---------------*/

.goods-sever-one-details-mian {
	height:auto !important; height:910px; min-height:910px;
	border: 1px solid #cfcfcf;
	margin-top: 15px;
	padding-top: 20px;
}

.goods-sever-one-details-mian .img-bg {
	margin: 10px 0;
	text-align: center;
}

.goods-sever-one-details-mian .img-bg img {
	width: 100%;
}

.goods-sever-one-details-mian .text-shu li {
	line-height: 23px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #0061CA;
}

.goods-sever-one-details-mian .text-shu li>div {
	width: 84%;
	text-align: left;
}

.goods-sever-one-details-mian .tu {
	margin-top: 33px;
}

.goods-sever-one-details-mian .tu li {
	padding: 0 10px;
}

.goods-sever-one-details-mian .tu li:first-child {
	padding-left: 0;
}

.goods-sever-one-details-mian .tu li:last-child {
	padding-right: 0;
}

.goods-sever-one-details-mian .tu li:nth-child(2) {
	padding: 0 5px;
}

.goods-sever-one-details-mian .tu li img {
	width: 100%;
}


/*----------发展规划---------*/

.develop-main {
	padding-top: 15px;
}

.develop-main li {
	margin-bottom: 30px;
}

.develop-main li a {
	display: block;
	position: relative;
}

.develop-main li a p {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 30px;
	background-color: rgba(0, 0, 0, .6);
	margin-bottom: 0;
	padding-left: 15px;
	transition: all 0.6s;
}

.develop-main .he-img {
	overflow: hidden;
	width: 100%;
}

.develop-main .he-img img {
	width: 100%;
	transition: all 0.6s;
}

.develop-main li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.develop-main li a:hover p {
	background-color: #0061CA;
}

/*-----------发展规划合作伙伴------------*/
.develop-details-main{
	margin-top: 15px;
	border: 1px solid #ccc;
}
.develop-details-main img{
	width: 100%;
	height: 100%;
}
.gongsi-log .he-zu-log{
	display: inline-block;
	width:106px;
	height:50px;
}
.develop-details-main .left-time .gongsi-log+div{
	padding: 0;
	border-top:1px solid #ddd ;
}
.develop-details-main .left-time{
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
}
.develop-details-main .left-time .time-list .time{
	/*width: 100%;*/
	/*height:115px;*/
	text-align: right;
	padding-right: 30px;
	position: relative;
	margin-top: 6px;
	/*padding-top: 10px;*/
}
.develop-details-main .left-time .time-list span.time-icon{
	position: absolute;
	top: 2px;
	right:-9px;
	display:inline-block;
	width:17px;
	height:17px;
	z-index: 11;
}
.develop-details-main .right-gongsi{
	border-left: 1px solid #ddd;
	/*margin-top: 20px;*/
}
.develop-details-main .he-meadi-list{
	margin-top: 32px;
}
.develop-details-main .jia-zai{
	display: inline-block;
	width: 100px;
	line-height: 40px;
	text-align: center;
	border:1px solid #ddd;
	margin:40px 0;
	margin-left: 45%;
}
.time-list .right-del{
	border-left: 1px solid #ddd;
	padding-top: 19px;
}
/*------联系我们-------*/

.relation-us-main {
	margin-top: 39px;
}

.info-warrp-relation .content {
	height: 700px;
}

.addres-map-text p {
	margin-bottom: 15px;
	font-size: 16px;
}
.phone-zy
{
     display:none;
    
    }

/*媒体查询*/

@media screen and (min-width: 320px) and (max-width: 374px) {}


/*4s5s*/

@media screen and (min-width: 320px) and (max-width: 768px) {
	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 0;
	}
	/*中英文切换*/
	.phone-zy{
		display: block;
		position: fixed;
		top: 100px;
		left: 40px;
		z-index: 998;
		background-color:rgba(0,0,0,0.4);
		padding: 5px;
		border-radius: 5px;
	}
	/*----底部-----*/
	.footer {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 15;
	}
	.swiper-pagination-bullet {
		width: 25px;
	}
	.contet-header {
		height: 40px;
	}
	.contet-header p.line {
		top: 21px;
		width: 73%;
		left: 14%;
	}
	.contet-header h4 {
		top: 2px;
		left: 35%;
		font-size: 16px;
	}
	.goodsSever .contet-header h4 {
		background: #fff;
	}
	.goodsSever {
		background: #fff;
	}
	.row {
		margin: 0;
	}
	.img-list>div {
		margin-bottom: 10px;
	}
	.nav-container {
		height: 40px;
		line-height: 40px;
		padding: 0;
		margin: 0;
	}
	.nav-container p {
		margin: 0;
	}
	.txt-p {
		margin-top: 20px;
		height: 200px;
		overflow: hidden;
	}
	.txt-p+div{
		margin-top: 20px;
	}
	.goodsSever {
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	#swiper2 {
		margin-top: 20px;
	}
	#swiper2 .swiper-slide div.img {
		width: 100%;
	}
	.aboutFirm .content-body {
		margin-bottom: 40px;
	}
	.right-content{
		margin-bottom: 60px;
	}
	/*--------首页----------*/
	.multipleColumn .hd ul li{
		width: 25px;
	}
	/*-------新闻---------*/
	.new-right-man img {
    width: 100%!important;
    height:auto!important;
    padding: 5px 5px;
}
	.new-right-main .company-yao-new{
		padding-right: 0;
	}
	.new-right-main .company-hang-new{
		padding-left: 0;
	}
	/*---banner---*/
	#banner {
		margin-top: 80px;
	}
	.footer .line {
		height: 40px;
		line-height: 40px;
	}
	/*-----员工摄影-----*/
	.staff-shoot-img-list li {
		margin-top: 10px;
		padding: 5px;
	}
	/*--------核心催化剂内页-------*/
	.goods-sever-one-details-mian {
		padding-top: 0;
		border: 0;
	}
	.goods-sever-one-details-mian .text-shu li {
		line-height: 23px;
	}
	.goods-sever-one-details-mian .text-shu li>div {
		width: 100%;
	}
	.goods-sever-one-details-mian .tu li {
		padding: 0!important;
		margin-bottom: 10px;
	}
	/*----------发展与规划---------*/
	.develop-main li {
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.develop-details-main .left-time .time-list .time{
		padding-right: 15px;
	}
	/*-----产品页面多级菜单-----*/
	.goods-sever-one-mian .pull-down-sub .top-nav {
		font-size: 12px;
		font-weight: bold;
		list-style: none;
		width: 100%;
		padding-left: 20px;
	}
	.goods-sever-one-mian .pull-down-sub .top-nav li {
		float: left;
		list-style: none;
		margin-right: 1px;
		width: 100%;
		font-size: 14px;
	}
	.goods-sever-one-mian .pull-down-sub .top-nav>li {
		margin-right: 40px;
		width: 41%;
		margin-bottom: 5px;
		margin-top: 5px;
		position: relative;
	}
	.goods-sever-one-mian .pull-down-sub .top-nav>li:last-child {
		margin-right: 0;
	}
	.goods-sever-one-mian .pull-down-sub .top-nav li a {
		line-height: 40px;
		text-decoration: none;
		background-color: rgba(0, 97, 202, .6);
		color: #fff;
		display: block;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	.goods-sever-one-mian .pull-down-sub .top-nav>li>a {
		background: #DDDDDD;
		line-height: 40px;
	}
	.goods-sever-one-mian .pull-down-sub .top-nav li a:hover {
		background: #0061CA;
		color: #FFF;
	}
	.goods-sever-one-mian .pull-down-sub .top-nav>li>a:hover {
		background: #0061CA;
		color: #FFF;
	}
	.goods-sever-one-mian .pull-down-sub .top-nav ul {
		list-style: none;
		display: none;
		width: 100%;
		padding: 0;
	}
	.goods-sever-one-mian .pull-down-sub .top-nav>li>ul{
		position:absolute;
		top: 40px;
		z-index: 11;
	}
	/*.goods-sever-one-mian .pull-down-sub .top-nav li ul li {
		position: relative;
	}
	.goods-sever-one-mian .pull-down-sub .top-nav li ul li ul {
		position: absolute;
		top: 0;
		left: 100%;
	}*/
	/*---------发展规划---------*/
	.develop-details-main .left-time .time{
		font-size: 16px;
	}
	.develop-details-main .jia-zai{
		margin-left:38%;
	}
	.mb-60{
		margin-bottom: 0;
	}
}


/*68*/

@media screen and (min-width: 414px) and (max-width: 464px) {}


/*6p*/

@media screen and (min-width: 465px) and (max-width: 514px) {}

@media screen and (min-width: 515px) and (max-width: 564px) {}

@media screen and (min-width: 565px) and (max-width: 639px) {}

@media screen and (min-width: 640px) and (max-width: 759px) {}

@media screen and (min-width: 660px) and (max-width: 767px) {}

@media screen and (min-width: 768px) {
	.goods-sever-one-mian .pull-down-sub .top-nav {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	width: 100%;
	padding-left: 20px;
	margin:10px 0;
}

.goods-sever-one-mian .pull-down-sub .top-nav li {
	float: left;
	list-style: none;
	margin-right: 1px;
	width: 100%;
	font-size: 14px;
}

.goods-sever-one-mian .pull-down-sub .top-nav>li {
	margin-right: 40px;
	width: 21%;
	position: relative;
}

.goods-sever-one-mian .pull-down-sub .top-nav>li:last-child {
	margin-right: 0;
}

.goods-sever-one-mian .pull-down-sub .top-nav li a {
	line-height: 60px;
	text-decoration: none;
	background-color: rgba(0, 97, 202, .6);
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.goods-sever-one-mian .pull-down-sub .top-nav>li>a {
	background: #DDDDDD;
	line-height: 60px;
}

.goods-sever-one-mian .pull-down-sub .top-nav li a:hover {
	background: #0061CA;
	color: #FFF;
}

.goods-sever-one-mian .pull-down-sub .top-nav>li>a:hover {
	background: #0061CA;
	color: #FFF;
}

.goods-sever-one-mian .pull-down-sub .top-nav ul {
	list-style: none;
	display: none;
	width: 100%;
	padding: 0;
	position: absolute;
	top: 60px;
	z-index: 11;
}

.goods-sever-one-mian .pull-down-sub .top-nav li ul li {
	position: relative;
}

.goods-sever-one-mian .pull-down-sub .top-nav li ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
}
}
/*#pastingspan1 img{}*/
        .jia-zai {
    display: inline-block;
      width: 100px; 
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 40px 0;
    margin-left: 45%;
}