/* 内页主体 */


@media only screen and (max-width:780px) {

	.page {
		padding-top: 30px;
		padding-bottom: 80px;
	}

	.page-pro-img {
		width: 100%;
		margin: 10px auto;
	}

	.page-main .time {
		text-align: center;
		width: 100%;
		margin-bottom: 30px;
		border-bottom: 1px solid darkgray;
		padding-bottom: 20px;
	}

	/* 服务类型 */
	.prolist {
		margin-top: 30px;
	}

	.prolist .pro-item {
		width: 100%;
		padding: 15px;
		margin-bottom: 40px;
		background: white;
		border-radius: 10px;
		box-shadow: 0px 0px 10px 10px #eff1f4;
		-webkit-transition: 0.3s all;
		-moz-transition: 0.3s all;
		-ms-transition: 0.3s all;
		-o-transition: 0.3s all;
		transition: 0.3s all;
		position: relative;
		margin-bottom: 10px;
	}

	.prolist .pro-item:hover {
		border: 1px solid #3275ba;
	}

	.prolist .pro-item:hover a {
		color: #3275ba;
	}

	.prolist .pro-item:hover img {
		transform: scale(1.2);
		transition: all 1s;
	}


	.prolist .pro-img {
		width: 100%;
		height: 259px;
		line-height: 259px;
		text-align: center;
		overflow: hidden;
	}

	.prolist .pro-img img {
		width: 100%;
	}

	.prolist .pro-title {
		height: 30px;
		line-height: 30px;
		text-align: center;
	}

	.prolist .pro-title a {
		display: block;
		border-top: 1px solid darkgray;
		color: #5a5a5a;
	}


	/* 联系我们 */
	.contact-lx {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.contact-lx .companyname-con {
		font-size: 23px;
		color: #3275ba;
	}

	.contact-lx .line {
		height: 2px;
		width: 30px;
		margin: 10px 0 10px 0;
		background-color: #3275ba;
	}

	.contact-lx .contact-lxxx {
		overflow: hidden;
	}

	.contact-lx .contact-lxxx li {
		line-height: 140%;
		font-size: 14px;
	}

	.contact-map {
		width: 100%;
		margin-top: 20px;
	}

	.contact-lx .contact-dl {
		margin-right: 50px;
		margin-top: 30px;
		width: 130px;
		text-align: center;
	}


	/* 留言 */
	.from-main {
		background: #e3e3e3;
		width: 100%;
		padding: 50px 0px;
	}

	.from-main .lxzs {
		text-align: center;
		font-size: 30px;
	}

	.from-main .en-lxzs {
		text-align: center;
		margin-top: 10px;
		color: rgb(102, 102, 102);
		font-size: 15px;
	}

	.from-main .contactForm {
		margin-top: 30px;
		overflow: hidden;
	}

	.from-main .contactForm input {
		width: 100%;
		border: 1px solid #eaeaea;
		height: 40px;
		line-height: 40px;
		margin: 1%;
		padding: 5px 10px 5px 10px;
		margin-bottom: 10px;
		color: #666666;
		font-size: 14px;
	}

	.from-main .contactForm textarea {
		width: 98%;
		border: 1px solid #eaeaea;
		line-height: 40px;
		margin: 1%;
		padding: 5px 10px 5px 10px;
		margin-bottom: 10px;
		color: #666666;
		font-size: 14px;
	}

	.from-main .contactForm #submit {
		height: 40px;
		line-height: 35px;
		color: #fff;
		margin: 1%;
		width: 98%;
		border: 1px solid #3275ba;
		font-size: 14px;
		background-color: #3275ba;
		margin-top: 10px;
	}

	/* 新闻 */
	.new-page {
		margin-bottom: 30px;
	}

	.new-page .title {
		text-align: center;

	}

	.new-page .title p {
		font-family: Microsoft YaHei;
		font-size: 22px;
		font-weight: 600;
		color: #7cc144;
	}

	.new-page .time {
		text-align: center;
		padding: 10px 0 15px;
		line-height: 21px;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.new-page .page-detail {
		font-family: 'Microsoft YaHei';
		font-size: 14px;
		line-height: 30px;
	}

	.new-page .page-detail img {
		max-width: 100%;
	}

	.new-page .page-detail {
		font-family: 'Microsoft YaHei';
		font-size: 14px;
		line-height: 30px;
	}

	.newkey {
		font-size: 12px;
		padding: 5px 10px;
		color: #868686;
		line-height: 12px;
		background: #F5F5F5;
		border: 1px solid #E5E5E5;
		margin-bottom: 20px;
	}

	.piecebBox {
		margin-top: 10px;
	}

	.piece {
		line-height: 30px;
	}
}

@media only screen and (max-width:950px) {

	.page {
		padding-top: 30px;
		padding-bottom: 80px;
	}

	.page-pro-img {
		width: 100%;
		margin: 10px auto;
	}

	.page-main .time {
		text-align: center;
		width: 100%;
		margin-bottom: 30px;
		border-bottom: 1px solid darkgray;
		padding-bottom: 20px;
	}

	/* 服务类型 */
	.prolist {
		margin-top: 30px;
	}

	.prolist .pro-item {
		width: 100%;
		padding: 15px;
		margin-bottom: 40px;
		background: white;
		border-radius: 10px;
		box-shadow: 0px 0px 10px 10px #eff1f4;
		-webkit-transition: 0.3s all;
		-moz-transition: 0.3s all;
		-ms-transition: 0.3s all;
		-o-transition: 0.3s all;
		transition: 0.3s all;
		position: relative;
		margin-bottom: 10px;
	}

	.prolist .pro-item:hover {
		border: 1px solid #3275ba;
	}

	.prolist .pro-item:hover a {
		color: #3275ba;
	}

	.prolist .pro-item:hover img {
		transform: scale(1.2);
		transition: all 1s;
	}


	.prolist .pro-img {
		width: 100%;
		height: 259px;
		line-height: 259px;
		text-align: center;
		overflow: hidden;
	}

	.prolist .pro-img img {
		width: 100%;
	}

	.prolist .pro-title {
		height: 30px;
		line-height: 30px;
		text-align: center;
	}

	.prolist .pro-title a {
		display: block;
		border-top: 1px solid darkgray;
		color: #5a5a5a;
	}


	/* 联系我们 */
	.contact-lx {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	.contact-lx .companyname-con {
		font-size: 23px;
		color: #3275ba;
	}

	.contact-lx .line {
		height: 2px;
		width: 30px;
		margin: 10px 0 10px 0;
		background-color: #3275ba;
	}

	.contact-lx .contact-lxxx {
		flex: 1;
		overflow: hidden;
	}

	.contact-lx .contact-lxxx li { 
		line-height: 140%;
		font-size: 14px;
	}

	.contact-map {
		width: 700px;
	}

	.contact-lx .contact-dl {
		margin-right: 50px;
		margin-top: 30px;
		width: 130px;
		text-align: center;
	}


	/* 留言 */
	.from-main {
		background: #e3e3e3;
		width: 100%;
		padding: 20px;
	}

	.from-main .lxzs {
		text-align: center;
		font-size: 26px;
	}

	.from-main .en-lxzs {
		text-align: center;
		margin-top: 10px;
		color: rgb(102, 102, 102);
		font-size: 15px;
	}

	.from-main .contactForm {
		margin-top: 30px;
		overflow: hidden;
	}

	.from-main .contactForm input {
		width: 100%;
		border: 1px solid #eaeaea;
		height: 40px;
		line-height: 40px;
		margin: 1%;
		padding: 5px 10px 5px 10px;
		margin-bottom: 10px;
		color: #666666;
		font-size: 14px;
	}

	.from-main .contactForm textarea {
		width: 98%;
		border: 1px solid #eaeaea;
		line-height: 40px;
		margin: 1%;
		padding: 5px 10px 5px 10px;
		margin-bottom: 10px;
		color: #666666;
		font-size: 14px;
	}

	.from-main .contactForm #submit {
		height: 40px;
		line-height: 35px;
		color: #fff;
		margin: 1%;
		width: 98%;
		border: 1px solid #3275ba;
		font-size: 14px;
		background-color: #3275ba;
		margin-top: 10px;
	}

	/* 新闻 */
	.new-page {
		margin-bottom: 30px;
	}

	.new-page .title {
		text-align: center;

	}

	.new-page .title p {
		font-family: Microsoft YaHei;
		font-size: 22px;
		font-weight: 600;
		color: #7cc144;
	}

	.new-page .time {
		text-align: center;
		padding: 10px 0 15px;
		line-height: 21px;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.new-page .page-detail {
		font-family: 'Microsoft YaHei';
		font-size: 14px;
		line-height: 30px;
	}

	.new-page .page-detail img {
		max-width: 100%;
	}

	.new-page .page-detail {
		font-family: 'Microsoft YaHei';
		font-size: 14px;
		line-height: 30px;
	}

	.newkey {
		font-size: 12px;
		padding: 5px 10px;
		color: #868686;
		line-height: 12px;
		background: #F5F5F5;
		border: 1px solid #E5E5E5;
		margin-bottom: 20px;
	}

	.piecebBox {
		margin-top: 10px;
	}

	.piece {
		line-height: 30px;
	}
}

@media only screen and (min-width:768px) and (max-width:1349px) {

	.page {
		padding-top: 30px;
		padding-bottom: 80px;
	}

	.page-pro-img {
		width: 500px;
		margin: 10px auto;
	}

	.page-main .time {
		text-align: center;
		width: 100%;
		margin-bottom: 30px;
		border-bottom: 1px solid darkgray;
		padding-bottom: 20px;
	}

	/* 服务类型 */
	.prolist {
		margin-top: 30px;
	}

	.prolist .pro-item {
		width: 100%;
		padding: 15px;
		margin-bottom: 40px;
		background: white;
		border-radius: 10px;
		box-shadow: 0px 0px 10px 10px #eff1f4;
		-webkit-transition: 0.3s all;
		-moz-transition: 0.3s all;
		-ms-transition: 0.3s all;
		-o-transition: 0.3s all;
		transition: 0.3s all;
		position: relative;
		margin-bottom: 10px;
	}

	.prolist .pro-item:hover {
		border: 1px solid #3275ba;
	}

	.prolist .pro-item:hover a {
		color: #3275ba;
	}

	.prolist .pro-item:hover img {
		transform: scale(1.2);
		transition: all 1s;
	}


	.prolist .pro-img {
		width: 100%;
		height: 259px;
		line-height: 259px;
		text-align: center;
		overflow: hidden;
	}

	.prolist .pro-img img {
		width: 100%;
	}

	.prolist .pro-title {
		height: 30px;
		line-height: 30px;
		text-align: center;
	}

	.prolist .pro-title a {
		display: block;
		border-top: 1px solid darkgray;
		color: #5a5a5a;
	}


	/* 联系我们 */
	.contact-lx {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	.contact-lx .companyname-con {
		font-size: 23px;
		color: #3275ba;
	}

	.contact-lx .line {
		height: 2px;
		width: 30px;
		margin: 10px 0 10px 0;
		background-color: #3275ba;
	}

	.contact-lx .contact-lxxx {
		flex: 1;
		overflow: hidden;
	}

	.contact-lx .contact-lxxx li {
		line-height: 140%;
		font-size: 14px;
	}

	.contact-map {
		width: 700px;
	}

	.contact-lx .contact-dl {
		margin-right: 50px;
		margin-top: 30px;
		width: 130px;
		text-align: center;
	}


	/* 留言 */
	.from-main {
		background: #e3e3e3;
		width: 100%;
		padding: 50px;
	}

	.from-main .lxzs {
		text-align: center;
		font-size: 30px;
	}

	.from-main .en-lxzs {
		text-align: center;
		margin-top: 10px;
		color: rgb(102, 102, 102);
		font-size: 15px;
	}

	.from-main .contactForm {
		margin-top: 30px;
		overflow: hidden;
	}

	.from-main .contactForm input {
		width: 31%;
		border: 1px solid #eaeaea;
		height: 40px;
		line-height: 40px;
		margin: 1%;
		padding: 5px 10px 5px 10px;
		margin-bottom: 10px;
		color: #666666;
		font-size: 14px;
	}

	.from-main .contactForm textarea {
		width: 98%;
		border: 1px solid #eaeaea;
		line-height: 40px;
		margin: 1%;
		padding: 5px 10px 5px 10px;
		margin-bottom: 10px;
		color: #666666;
		font-size: 14px;
	}

	.from-main .contactForm #submit {
		height: 40px;
		line-height: 35px;
		color: #fff;
		margin: 1%;
		width: 98%;
		border: 1px solid #3275ba;
		font-size: 14px;
		background-color: #3275ba;
		margin-top: 10px;
	}

	/* 新闻 */
	.new-page {
		margin-bottom: 30px;
	}

	.new-page .title {
		text-align: center;

	}

	.new-page .title p {
		font-family: Microsoft YaHei;
		font-size: 22px;
		font-weight: 600;
		color: #7cc144;
	}

	.new-page .time {
		text-align: center;
		padding: 10px 0 15px;
		line-height: 21px;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.new-page .page-detail {
		font-family: 'Microsoft YaHei';
		font-size: 14px;
		line-height: 30px;
	}

	.new-page .page-detail img {
		max-width: 100%;
	}

	.new-page .page-detail {
		font-family: 'Microsoft YaHei';
		font-size: 14px;
		line-height: 30px;
	}

	.newkey {
		font-size: 12px;
		padding: 5px 10px;
		color: #868686;
		line-height: 12px;
		background: #F5F5F5;
		border: 1px solid #E5E5E5;
		margin-bottom: 20px;
	}

	.piecebBox {
		margin-top: 10px;
	}

	.piece {
		line-height: 30px;
	}
}

@media only screen and (min-width:1349px) {

	.page {
		padding-top: 30px;
		padding-bottom: 80px;
	}

	.page-pro-img {
		width: 500px;
		margin: 10px auto;
	}

	.page-main .time {
		text-align: center;
		width: 100%;
		margin-bottom: 30px;
		border-bottom: 1px solid darkgray;
		padding-bottom: 20px;
	}

	/* 服务类型 */
	.prolist {
		margin-top: 30px;
	}

	.prolist .pro-item {
		width: 100%;
		padding: 15px;
		margin-bottom: 40px;
		background: white;
		border-radius: 10px;
		box-shadow: 0px 0px 10px 10px #eff1f4;
		-webkit-transition: 0.3s all;
		-moz-transition: 0.3s all;
		-ms-transition: 0.3s all;
		-o-transition: 0.3s all;
		transition: 0.3s all;
		position: relative;
		margin-bottom: 10px;
	}

	.prolist .pro-item:hover {
		border: 1px solid #3275ba;
	}

	.prolist .pro-item:hover a {
		color: #3275ba;
	}

	.prolist .pro-item:hover img {
		transform: scale(1.2);
		transition: all 1s;
	}


	.prolist .pro-img {
		width: 100%;
		height: 259px;
		line-height: 259px;
		text-align: center;
		overflow: hidden;
	}

	.prolist .pro-img img {
		width: 100%;
	}

	.prolist .pro-title {
		height: 30px;
		line-height: 30px;
		text-align: center;
	}

	.prolist .pro-title a {
		display: block;
		border-top: 1px solid darkgray;
		color: #5a5a5a;
	}


	/* 联系我们 */
	.contact-lx {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	.contact-lx .companyname-con {
		font-size: 23px;
		color: #3275ba;
	}

	.contact-lx .line {
		height: 2px;
		width: 30px;
		margin: 10px 0 10px 0;
		background-color: #3275ba;
	}

	.contact-lx .contact-lxxx {
		flex: 1;
		overflow: hidden;
	}

	.contact-lx .contact-lxxx li { 
		line-height: 140%;
		font-size: 14px;
	}

	.contact-map {
		width: 700px;
	}

	.contact-lx .contact-dl {
		margin-right: 50px;
		margin-top: 30px;
		width: 130px;
		text-align: center;
	}


	/* 留言 */
	.from-main {
		background: #e3e3e3;
		width: 100%;
		padding: 50px;
	}

	.from-main .lxzs {
		text-align: center;
		font-size: 30px;
	}

	.from-main .en-lxzs {
		text-align: center;
		margin-top: 10px;
		color: rgb(102, 102, 102);
		font-size: 15px;
	}

	.from-main .contactForm {
		margin-top: 30px;
		overflow: hidden;
	}

	.from-main .contactForm input {
		width: 31%;
		border: 1px solid #eaeaea;
		height: 40px;
		line-height: 40px;
		margin: 1%;
		padding: 5px 10px 5px 10px;
		margin-bottom: 10px;
		color: #666666;
		font-size: 14px;
	}

	.from-main .contactForm textarea {
		width: 98%;
		border: 1px solid #eaeaea;
		line-height: 40px;
		margin: 1%;
		padding: 5px 10px 5px 10px;
		margin-bottom: 10px;
		color: #666666;
		font-size: 14px;
	}

	.from-main .contactForm #submit {
		height: 40px;
		line-height: 35px;
		color: #fff;
		margin: 1%;
		width: 98%;
		border: 1px solid #3275ba;
		font-size: 14px;
		background-color: #3275ba;
		margin-top: 10px;
	}

	/* 新闻 */
	.new-page {
		margin-bottom: 30px;
	}

	.new-page .title {
		text-align: center;

	}

	.new-page .title p {
		font-family: Microsoft YaHei;
		font-size: 22px;
		font-weight: 600;
		color: #7cc144;
	}

	.new-page .time {
		text-align: center;
		padding: 10px 0 15px;
		line-height: 21px;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.new-page .page-detail {
		font-family: 'Microsoft YaHei';
		font-size: 14px;
		line-height: 30px;
	}

	.new-page .page-detail img {
		max-width: 100%;
	}

	.new-page .page-detail {
		font-family: 'Microsoft YaHei';
		font-size: 14px;
		line-height: 30px;
	}

	.newkey {
		font-size: 12px;
		padding: 5px 10px;
		color: #868686;
		line-height: 12px;
		background: #F5F5F5;
		border: 1px solid #E5E5E5;
		margin-bottom: 20px;
	}

	.piecebBox {
		margin-top: 10px;
	}

	.piece {
		line-height: 30px;
	}
}
