@media (min-device-width:760px){
	.path {
	  min-width: 1200px;
	  margin: 60px 0  120px;
	  position: relative;
	}
	.path > img {
	  width: 100%;
	  height: 90px;
	}
	.path > div {
	  position: absolute;
	  font-size: 12px;
	  color: #666;
	  width: 90px;
	  text-align: center;
	}
	.path > div > img {
	  width: 50px;
	  height: 50px;
	  margin-bottom: 15px;
	}
	.path > div:nth-of-type(1) {
	  left: 12%;
	  top: -20px;
	}
	.path > div:nth-of-type(2) {
	  left: 27%;
	  top: 45px;
	}
	.path > div:nth-of-type(3) {
	  left: 42%;
	  top: -20px;
	}
	.path > div:nth-of-type(4) {
	  left: 57%;
	  top: 45px;
	}
	.path > div:nth-of-type(5) {
	  left: 68%;
	  top: 10px;
	}
	.path > div:nth-of-type(6) {
	  left: 80%;
	  top: -20px;
	}
	.path_content{
		width:1200px;margin:auto;
	}
	.path_content > div > img {
	  width: 600px;
	  height: 430px;
	  float: left;
	}
	.path_content > div > div {
	  float: right;
	  width: 38em;
	  height: 430px;
	  position: relative;
	}
	.path_content > div > div > .title {
	  font-size: 15px;
	  color: #333;
	  padding: 15px 0 10px;
	}
	.path_content > div > div > p {
	  font-size: 12px;
	  line-height: 3;
	  text-align: justify;
	}
	.path_content > div > div > div {
	  position: absolute;
	  right: 0;
	  bottom: 0;
	}
	.path_content > div > div > div   button {
	  outline: none;
	  background-color: #2d419a;
	  border: none;
	  border-radius: 5px;
	  color: #fff;
	  padding: 5px 15px;
	  font-size: 13px;
	  cursor: pointer;
	}
	.our_fuwu {
	  position: relative;
	  margin: 50px 0 10px;
	  width: 100%;
	  height: 35px;
	}
	.our_fuwu > .line {
	  height: 1px;
	  width: 100%;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  background-color: #3f3f3f;
	  z-index: 1;
	}
	.our_fuwu > .text {
	  font-size: 25px;
	  color: #3f3f3f;
	  padding: 0 20px;
	  background-color: #fff;
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  z-index: 2;
	  width: 200px;
	  text-align: center;
	  letter-spacing: 2px;
	}
	.text_bottom {
	  text-align: center;
	  font-size: 20px;
	  color: #3f3f3f;
	  letter-spacing: 2px;
	  margin-bottom: 30px;
	}
	.services_list {
	  background-image: url('static/zhuanshi_bgr.png');
	  background-size: cover;
	  width:100%;
	  height:350px;
	  padding:20px 0;
	  background-repeat: no-repeat;
	}
	.services_list>div{
		width:1200px;
		margin:auto;
	}
	.services_list>div>div{
		background-color:#fff;
		padding:10px;
		height:330px;margin-right:60px;
		float:left;
		width:235px;
	}
	.services_list>div>div>div{
		border:1px solid #e5e5e5;
		height:100%;text-align: center;
		padding:0 20px;
		transition: all 0.5s;
	}
	.services_list>div>div>div:hover{
		box-shadow: 1px 2px 5px rgba(44,110,233,0.2);
		/* transform: translateY(-2px); */
		transform: scale(1.1);
	}
	.services_list>div>div>div>img{
		width:45px;
		height:45px;
		margin:40px 0 30px;
	}
	.services_list>div>div>div>p{
		font-size:12px;color:#3f3f3f;line-height: 2;
		
	}
	.services_list>div>div>div>.title{
		color:#3f3f3f;font-size:16px;
		margin-bottom:20px;
	}
	.services_list>div>div>div .lianxiour{
		display:inline-block;
		padding:5px 20px;
		border:1px solid #dddddd;
		border-radius:5px;
		margin-top:30px;
	}
	.services_list>div>div:last-child{
		margin-right:0;
	}
	.services_baozheng{
		background-size:cover;
		width:100%;
		padding:50px 0;
		background-repeat: no-repeat;
		background-position: center;
	}
	.services_baozheng>div{
		width:1000px;
		margin:auto;
	}
	.services_baozheng>div>div{
		width:30%;
		float:left;
		margin-right:2%;
	}
	.services_baozheng>div>div:last-child{
		margin-right:0
	}
	.services_baozheng>div>div>.left{
		float:left;
		line-height: 80px;
	}
	.services_baozheng>div>div>.left>img{
		width:45px;
		height:45px;
	}
	.services_baozheng>div>div>.right{
		float:right;
		width:80%;
		color:#fff;
		line-height: 2;
	}
	.anli_list{
		width:1200px;
		margin:auto;
	}
	.anli_list>div{
		width:380px;
		margin-right:30px;
		margin-bottom:30px;
		transition: all 0.5s;
		float:left;
	}
	.anli_list>p{
		text-align: center;
		float:left;
		width:100%;
		margin:30px 0 50px;
		
	}
	.anli_list>p>i{
		font-size:16px;
		font-weight: bold;
		padding:5px 15px;
		border:1px solid #dddddd;
		letter-spacing: 1px;
		font-style:normal;
		color:#999;
		border-radius:3px;
		cursor: pointer;
		display:inline-block;
		transition: all 0.5s;
	}
	.anli_list>p>i:hover{
		box-shadow: 2px 2px 5px rgba(44,110,233,0.2);
		transform: translateY(-3px);
	}
	.anli_list>div:hover{
		box-shadow: 0px 5px 5px rgba(44,110,233,0.2);
		transform: translateY(-3px);
	}
	.anli_list>div>a>.anli_bgr{
		background-repeat: no-repeat;
		background-size:cover;
		height:270px;
		width:100%;
	}
	.anli_list>div>a>.title{
		font-size:15px;
		margin:20px 0;
		padding:0 10px;
		color:#333;
	}
	.anli_list>div>a>.anli_text{
		font-size:13px;
		margin:0 0 20px;
		padding:0 10px;
		color:#666;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.anli_list>div .more{
		font-size:13px;
		color:#999;
		display:inline-block;
		padding:2px 15px;
		border:1px solid #DDDDDD;
		margin-bottom:20px;
		margin-left:10px;
		cursor: pointer;
	}
	.anli_list>div:nth-child(3n){
		margin-right:0;
	}
	.news_list{
		width:1200px;
		margin:auto;
	}
	.news_list>.left{
		width:380px;
		height:450px;
		float:left;
		margin-right:20px;
		border:1px solid #dddddd;
		box-sizing: border-box;
		transition: all 0.5s;
	}
	.news_list>.left div{
		background-repeat: no-repeat;
		background-size:cover;
		height:220px;
		
	}
	.news_list>.left:hover{
		background-color:#f0f0f0;
		box-shadow: 0px 5px 5px rgba(44,110,233,0.2);
		transform: translateY(-3px);
	}
	.news_list>.left .title{
		font-size:16px;
		color:#333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding:0 10px;
	}
	.news_list>.left p{
		margin:15px 0;
	}
	.news_list>.left .date{
		font-size:13px;
		color:#666;
		padding:0 10px;
	}
	.news_list>.left .text{
		font-size:13px;
		color:#8d8d8d;
		padding:0 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.news_list>.left button{
		outline: none;
		background-color:#fff;
		border:1px solid #dddddd;
		font-size:13px;
		padding:5px 10px;border-radius:3px;
		margin:20px 10px 10px;
		cursor: pointer;
	}
	.news_list>.right{
		width:800px;
		float:right;
		height:450px;
	}
	.news_list>.right>.yidongduan{
		display:none
	}
	.news_list>.right>div{
		margin-bottom:18px;
		background-color:#fff;
		border:1px solid #DDDDDD;
		padding:10px 20px;
		height:138px;
		box-sizing: border-box;
		transition: all 0.5s;
	}
	.news_list>.right>div:hover{
		background-color:#f0f0f0;
		box-shadow: 0px 5px 5px rgba(44,110,233,0.2);
		transform: translateY(-3px);
	}
	.news_list>.right>div:last-child{
		margin-bottom:0
	}
	.news_list>.right>div>div>a>p{
		background-repeat: no-repeat;
		background-size:cover;
		width:200px;
		float:left;
		height:115px;
	}
	.news_list>.right>div>div>a>div{
		padding:10px 0 10px 10px;
		float:left;
		width:548px;
	}
	.news_list>.right>div>div>a>div>.title{
		position:relative;
		color:#333;
		font-size:15px;
	}
	.news_list>.right>div>div>a>div>.text{
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin:8px 0;
		color:#999;
		font-size:13px;
	}
	.news_list>.right>div>div>a>div  .more{
		border-radius:3px;
		outline:none;
		background-color:#fff;
		border:1px solid #DDDDDD;	
		padding:5px 20px;
		cursor: pointer;
	}
	.news_list>.right>div>div>a>div>p>.time{
		position:absolute;
		right:0;top:0;
	}
	.news_list>.right>div>div i{
		font-style:normal;
	}
	.news_list > p {
		text-align: center;
		float: left;
		width: 100%;
		margin: 30px 0 50px;
	}

		.news_list > p > i {
			font-size: 16px;
			font-weight: bold;
			padding: 5px 15px;
			border: 1px solid #dddddd;
			letter-spacing: 1px;
			font-style: normal;
			color: #999;
			border-radius: 3px;
			cursor: pointer;
			display: inline-block;
			transition: all 0.5s;
		}

			.news_list > p > i:hover {
				box-shadow: 2px 2px 5px rgba(44,110,233,0.2);
				transform: translateY(-3px);
			}
}
/* 手机端 */
@media (max-device-width:600px){
	.path {
	  min-width: 100%;
	  margin: 20px 0  50px;
	  position: relative;
	  display:none;
	}
	.path > img {
	  width: 100%;
	  height: 90px;
	}
	.path > div {
	  position: absolute;
	  font-size: 12px;
	  color: #666;
	  width: 90px;
	  text-align: center;
	}
	.path > div > img {
	  width: 50px;
	  height: 50px;
	  margin-bottom: 15px;
	}
	.path > div:nth-of-type(1) {
	  left: 12%;
	  top: -20px;
	}
	.path > div:nth-of-type(2) {
	  left: 27%;
	  top: 45px;
	}
	.path > div:nth-of-type(3) {
	  left: 42%;
	  top: -20px;
	}
	.path > div:nth-of-type(4) {
	  left: 57%;
	  top: 45px;
	}
	.path > div:nth-of-type(5) {
	  left: 68%;
	  top: 10px;
	}
	.path > div:nth-of-type(6) {
	  left: 80%;
	  top: -20px;
	}
	.path_content > div > img {
	  width: 100%;
	  height: auto;
	  
	}
	.path_content{
		padding:0 10px;
		margin-top:10px;
	}
	
	.path_content > div > div > .title {
	  font-size: 15px;
	  color: #333;
	  padding: 15px 0 10px;
	  font-weight: bold;
	}
	.path_content > div > div  .more{
		text-align: right;
	}
	.path_content > div > div > p {
	  font-size: 12px;
	  line-height: 3;
	  text-align: justify;
	}
	
	.path_content > div > div > div   button {
	  outline: none;
	  background-color: #2d419a;
	  border: none;
	  border-radius: 5px;
	  color: #fff;
	  padding: 5px 15px;
	  font-size: 13px;
	}
	.our_fuwu {
	  position: relative;
	  margin: 50px 0 10px;
	  width: 100%;
	  height: 35px;
	}
	.our_fuwu > .line {
	  height: 1px;
	  width: 100%;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  background-color: #3f3f3f;
	  z-index: 1;
	}
	.our_fuwu > .text {
	  font-size: 25px;
	  color: #3f3f3f;
	  padding: 0 20px;
	  background-color: #fff;
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  z-index: 2;
	  width: 200px;
	  text-align: center;
	  letter-spacing: 2px;
	}
	.text_bottom {
	  text-align: center;
	  font-size: 20px;
	  color: #3f3f3f;
	  letter-spacing: 2px;
	  margin-bottom: 30px;
	}
	.services_list {
	  
	  height: auto;
	}
	.services_list>div{
		width:100%;
		margin:auto;
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.services_list>div>div{
		background-color:#fff;
		padding:3%;
		height:330px;
		width:44%;
	}
	.services_list>div>div>div{
		border:1px solid #e5e5e5;
		height:100%;text-align: center;
		padding:0 20px;
		transition: all 0.5s;
	}
	.services_list>div>div>div:hover{
		box-shadow: 1px 2px 5px rgba(44,110,233,0.2);
		/* transform: translateY(-2px); */
		transform: scale(1.1);
	}
	.services_list>div>div>div>img{
		width:45px;
		height:45px;
		margin:40px 0 30px;
	}
	.services_list>div>div>div>p{
		font-size:12px;color:#3f3f3f;line-height: 2;
		
	}
	.services_list>div>div>div>.title{
		color:#3f3f3f;font-size:16px;
		margin-bottom:20px;
	}
	.services_list>div>div>div>.lianxiour{
		display:inline-block;
		padding:0px 20px;
		border:1px solid #dddddd;
		border-radius:5px;
		margin-top:30px;
	}
	.services_list>div>div:last-child{
		margin-right:0;
	}
	.services_baozheng{
		background-size:cover;
		width:100%;
		padding:20px 0;
		background-repeat: no-repeat;
		background-position: center;
	}
	.services_baozheng>div{
		width:100%;
		margin:auto;
	}
	.services_baozheng>div>div{
		width:29%;
		float:left;
		margin-right:5%;
		text-align: center;
	}
	.services_baozheng>div>div:last-child{
		margin-right:0
	}
	.services_baozheng>div>div>.left{
		/* float:left; */
		line-height: 80px;
	}
	.services_baozheng>div>div>.left>img{
		width:45px;
		height:45px;
	}
	.services_baozheng>div>div>.right{
		/* float:right; */
		/* width:80%; */
		color:#fff;
		/* line-height: 2; */
	}
	.services_baozheng>div>div>.right>p:first-child{
		margin-bottom:5px;
		
	}
	.anli_list{
		width:100%;
		margin:auto;
	}
	.anli_list>div{
		width:100%;
		/* margin-right:30px; */
		margin-bottom:30px;
		/* transition: all 0.5s; */
		/* float:left; */
	}
	.anli_list>p{
		text-align: center;
		float:left;
		width:100%;
		margin:30px 0 50px;
		
	}
	.anli_list>p>i{
		font-size:16px;
		font-weight: bold;
		padding:5px 15px;
		border:1px solid #dddddd;
		letter-spacing: 1px;
		font-style:normal;
		color:#999;
		border-radius:3px;
		cursor: pointer;
		display:inline-block;
		transition: all 0.5s;
	}
	.anli_list>p>i:hover{
		box-shadow: 2px 2px 5px rgba(44,110,233,0.2);
		transform: translateY(-3px);
	}
	.anli_list>div:hover{
		box-shadow: 0px 5px 5px rgba(44,110,233,0.2);
		transform: translateY(-3px);
	}
	.anli_list>div>a>.anli_bgr{
		background-repeat: no-repeat;
		background-size:cover;
		height:270px;
		width:100%;
		background-position:center;
	}
	.anli_list>div>a>.title{
		font-size:15px;
		margin:20px 0;
		padding:0 10px;
		color:#333;
	}
	.anli_list>div>a>.anli_text{
		font-size:13px;
		margin:0 0 20px;
		padding:0 10px;
		color:#666;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.anli_list>div .more{
		font-size:13px;
		color:#999;
		display:inline-block;
		padding:2px 15px;
		border:1px solid #DDDDDD;
		margin-bottom:20px;
		margin-left:10px;
		cursor: pointer;
	}
	.anli_list>div:nth-child(3n){
		margin-right:0;
	}
	.news_list{
		width:100%;
		margin:auto;
	}
	.news_list>.left{
		display:none;
		width:380px;
		height:450px;
		float:left;
		margin-right:20px;
		border:1px solid #dddddd;
		box-sizing: border-box;
		transition: all 0.5s;
	}
	.news_list>.left div{
		background-repeat: no-repeat;
		background-size:cover;
		height:220px;
		
	}
	.news_list>.left:hover{
		background-color:#f0f0f0;
		box-shadow: 0px 5px 5px rgba(44,110,233,0.2);
		transform: translateY(-3px);
	}
	.news_list>.left .title{
		font-size:16px;
		color:#333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding:0 10px;
	}
	.news_list>.left p{
		margin:15px 0;
	}
	.news_list>.left .date{
		font-size:13px;
		color:#666;
		padding:0 10px;
	}
	.news_list>.left .text{
		font-size:13px;
		color:#8d8d8d;
		padding:0 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.news_list>.left button{
		outline: none;
		background-color:#fff;
		border:1px solid #dddddd;
		font-size:13px;
		padding:5px 10px;border-radius:3px;
		margin:20px 10px 10px;
		cursor: pointer;
	}
	.news_list>.right{
		width:100%;
		/* float:right; */
		/* height:450px; */
	}
	.news_list>.right>.yidongduan{
		display:block
	}
	.news_list>.right>div{
		margin-bottom:18px;
		background-color:#fff;
		border:1px solid #DDDDDD;
		padding:10px 20px;
		/* height:138px; */
		box-sizing: border-box;
		transition: all 0.5s;
	}
	.news_list>.right>div:hover{
		background-color:#f0f0f0;
		box-shadow: 0px 5px 5px rgba(44,110,233,0.2);
		transform: translateY(-3px);
	}
	.news_list>.right>div:last-child{
		margin-bottom:0
	}
	.news_list>.right>div>div>a>p{
		background-repeat: no-repeat;
		background-size:cover;
		width:100%;
		/* float:left; */
		height:115px;
	}
	.news_list>.right>div>div>a>div{
		padding:10px 0 10px 10px;
		/* float:left; */
		/* width:100%; */
	}
	.news_list>.right>div>div>a>div>.title{
		position:relative;
		color:#333;
		font-size:15px;
	}
	.news_list>.right>div>div>a>div>.text{
		
		margin:8px 0;
		color:#999;
		font-size:13px;
	}
	.news_list>.right>div>div>a>div .more{
		border-radius:3px;
		outline:none;
		background-color:#fff;
		border:1px solid #DDDDDD;
		padding:5px 20px;
	}
	.news_list>.right>div>div>a>div>.title{
		padding-right:90px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.news_list>.right>div>div>a>div>p>.time{
		position:absolute;
		right:0;top:0;
	}
	.news_list>.right>div>div i{
		font-style:normal;
	}
    .news_list>p{
		text-align: center;
		float:left;
		width:100%;
		margin:30px 0 50px;
		
	}
	.news_list>p>i{
		font-size:16px;
		font-weight: bold;
		padding:5px 15px;
		border:1px solid #dddddd;
		letter-spacing: 1px;
		font-style:normal;
		color:#999;
		border-radius:3px;
		cursor: pointer;
		display:inline-block;
		transition: all 0.5s;
	}
	.news_list>p>i:hover{
		box-shadow: 2px 2px 5px rgba(44,110,233,0.2);
		transform: translateY(-3px);
	}
}

