﻿.wid {
  width: 1300px;
  margin: 0 auto;
}
.head {
  background-image: url(../image/head_bg1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo {
  background-image: url(../image/logo2.png);
  background-position: 55px center;
  background-repeat: no-repeat;
  height: 160px;
}
.search {
  float: right;
}
.nav {
  background-color: #9dc3ef;
}
.nav ul li {
  background-image: url(../image/nav_line.png);
  background-repeat: no-repeat;
  background-position: right center;
  float: left;
	padding: 25px 15px;
}
.nav ul li:last-child {
  background-image: url(404.png);
}
.na/v ul li a {
  width: 132px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  display: block;
  color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: .4s;
}
.na/v ul li a:hover{
	background-color: #fff;
	color: #145bab;
	transition: .4s;
}
.banner {
  width: 100%;
  margin-bottom: 60px;
}
.banner .list {
  width: 100%;
}
.banner .list ul {
  margin: 0;
}
.banner .list ul li {
  width: 100%;
}
.banner .list ul li img {
  width: 100%;
}
.banner .list ul li img.wapImg {
  display: none;
}
.banner .list .swiper-pagination {
  bottom: 10px;
}
.banner .list .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 8px;
  opacity: 0.8;
  background-color: #fff;
}
.banner .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #145bab;
  opacity: 1;
}
.title {
  color: #2171cb;
  font-size: 30px;
  border-bottom: solid 1px #4d8dd5;
  line-height: 45px;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.title i {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.title span {
  font-size: 18px;
  float: right;
}
.title span a {
  color: #4d8dd5;
}
.news {
  margin-bottom: 40px;
}
.news .conts {}
.news_pic {
  width: 515px;
  float: left;
  position: relative;
}
.intrs {
  hei/ght: 306px;
  background-color: #fff;
}
.intrs ul {
  width: 100%;
  margin: 0;
}
.intrs ul li {
  width: 100%;
}
.intrs ul li a {
  text-decoration: none;
}
.intrs ul li .imgs {
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
}
.intrs ul li .imgs img {
  width: 100%;
  height: 100%;
}
.intrs ul li .txts {
  width: 100%;
  line-height: 56px;
  padding: 0 20px;
  color: #000;
  font-size: 16px;
	background-color: #f8f8f8;
}
.news .conts .news_pic .intrs .swiper-pagination {
  width: auto;
  right: 10px;
  left: initial;
  bottom: 20px;
}
.intrs .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #7f9ce8;
  opacity: 1;
}
.intrs .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2171cb;
}
.news_lista {
  width: 760px;
  float: right;
}
.news_lista ul li {
  padding: 10px;
  border-bottom: dashed 1px #ccc;
  transition: .4s;
}
.news_lista ul li:last-child{
	border: none;
}
.news_lista ul li .date {
  width: 75px;
  border: solid 1px #2171cb;
  text-align: center;
  float: left;
}
.news_lista ul li .date i {
  font-size: 18px;
  color: #2171cb;
  font-style: normal;
  line-height: 35px;
}
.news_lista ul li .date span {
  font-size: 12px;
  color: #fff;
  background-color: #2171cb;
  display: block;
}
.news_lista ul li .txt {
  width: 650px;
  float: right;
  line-height: 56px;
}
.news_lista ul li:hover {
  background-color: #fafafa;
  transition: .4s;
}
.comp {
  margin-bottom: 40px;
}
.comp .conts ul {
  display: flex;
  justify-content: space-between;
}
.comp .conts ul li {
  width: 640px;
  background-color: #f2f2f2;
}
.comp .conts ul li a {
  display: flex;
}
.comp_pic {
  width: 300px;
}
.comp_pic img{
	width: 100%;
}
.comp_txt {
  width: 280px;
  padding: 60px 30px;
}
.comp_txt h2{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
}
.service {
  margin-bottom: 40px;
}
.service .conts ul {
  display: flex;
  justify-content: space-between;
}
.service .conts ul li {
  width: 226px;
  height: 152px;
  background-image: url(../image/index_12.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.service .conts ul li a {
  display: block;
  padding: 35px 15px 65px 25px;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}
.service .conts ul li a i {
  display: block;
  float: left;
  width: 60px;
  margin-right: 15px;
}
.foot {
  background-color: #2171cb;
}
.foot_link {
  	background-image: url(../image/foot_logo.png);
  	background-repeat: no-repeat;
  	background-position: center 35px;
}
.foot_link .wid{
	display: flex;
  	justify-content: space-between;
  	align-items: center;
	height: 170px;
}
.foot_link a {
  color: #fff;
}
.foot_link a:nth-child(4){
	padding-right: 80px;
}
.foot_link a:nth-child(5){
	padding-left: 80px;
}
.copy {
  background-color: #0a53a5;
  padding: 25px 0;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.copy span{
	padding: 0 15px;
}
.copy a{
  color: #fff;
}
.wap-nav {
  display: none;
}

.wap-nav {
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #0a53a5;
  padding: 0 12px;
  background-image: url(../image/head_bg1.jpg);
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wap-nav .logo {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  background-image: url(none);
  border: none;
}
.wap-nav .logo img {
  max-width: 100%;
}
.wap-nav .menu {
  width: 40px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wap-nav .menu i {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.wap-nav .menu i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #fff;
}
.wap-nav .menu i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #fff;
}
.wap-nav .menu.acti i {
  background: none;
}
.wap-nav .menu.acti i:after {
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.wap-nav .menu.acti i:before {
  transform: rotate(-45deg);
  left: 0;
  top: 0;
}
.wap-nav .wap-slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: #fff;
  z-index: 89;
  padding-bottom: 20px;
  display: none;
  border-top: 1px solid #0a53a5;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.wap-nav .wap-slide .list {
  width: 100%;
  padding: 10px 30px;
}
.wap-nav .wap-slide .list ul {
  width: 100%;
  margin: 0;
}
.wap-nav .wap-slide .list ul li {
  width: 100%;
  line-height: 60px;
  font-size: 14px;
  border-bottom: solid 1px #eee;
}
.wap-nav .wap-slide .list ul li:last-child {
  border: none;
}
.wap-nav .wap-slide .list ul li h4 {
  font-weight: normal;
  padding-left: 30px;
  font-size: 18px;
}
.wap-nav .wap-slide .list ul li h4 a {
  color: #0a53a5;
  text-decoration: none;
}
.wapImg {
  display: none;
}
@media screen and (max-width: 768px) {
  .wid {
    width: 96%;
    margin: 0 2%;
  }
  .head {
    display: none;
  }
  .wap-nav {
    display: block;
  }
  .pcImg {
    display: none;
  }
  .banner {
    margin-bottom: 30px;
  }
  .banner .list ul li img.wapImg {
    display: block;
  }
  .title {
    font-size: 24px;
	  margin-bottom: 15px;
  }
  .title i {
    padding-top: 1%;
  }
  .title img {
    width: 80%;
  }
  .title span {
    font-size: 16px;
  }
	.news_pic{
		width: 100%;
		float: none;
	}
	
	.news_lista{
		width:100%;
		float: none;
	}
	.news_lista ul li {
  		padding: 2% 0;
	}
	.news_lista ul li .date {
	  width: 18%;
	  border: solid 1px #2171cb;
	  text-align: center;
	  float: left;
	}
	.news_lista ul li .date i {
	  font-size: 16px;
	  line-height: 30px;
	}

	.news_lista ul li .txt {
	  width: 78%;
	  line-height: 20px;
		padding-top: 6px;
	}
	.comp .conts ul{
		display: block;
	}
	.comp .conts ul li {
		width: 100%;
		background-color: #f2f2f2;
		margin-bottom: 10px;
	}
	.comp_pic {
		width: 30%;
	}
	.comp_pic img{
		width: 100%;
	}
	.comp_txt {
		width: 60%;
		padding: 3%;
	}
	.comp_txt h2{
		font-size: 18px;
		line-height: 40px;
		margin-bottom: 15px;
		overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	}
	.comp_txt p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.service .conts ul {
		align-items: center;
		flex-wrap: wrap;
	}
	.service .conts ul li {
	  width: 44%;
	  margin: 3%;
	  height: 28vw;
	  background-image: url(../image/index_12.png);
	  background-repeat: no-repeat;
	  background-position: left top;
		background-size: 100%;
	}
	.service .conts ul li a {
	  display: block;
	  padding: 5vw 4vw;
	  color: #fff;
	  font-size: 16px;
	  line-height: 12vw;
	}
	.service .conts ul li a i {
	  display: block;
	  float: left;
	  width: 25%;
	  margin-right: 8%;
	}
	.service .conts ul li a i img{
		width: 100%;
	}
	
	
	
	.foot_link{
		text-align: center;
		background-image: url(../image/foot_logo.png);
		background-repeat: no-repeat;
		background-position: center 4vw;
		background-size: 16%;
		height: auto;
		padding: 25% 2% 5% 2%;
	}
	.foot_link .wid{
		display: block;
		justify-content:space-between;
		flex-direction:row;
		flex-wrap: wrap;
		height: auto;
	}
	.foot_link a{
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		display: inline-block;
		line-height: 4vw;
		text-align: center;
		padding: 2% 3%;
	}
	.foot_link a:nth-child(4){
		padding-right: 3%;
	}
	.foot_link a:nth-child(5){
		padding-left: 3%;
	}
	.foot_link a:hover{
		color: #fff;
	}
	.copy{
		font-size: 12px;
		line-height: 3vw;
		background-color: #000;
		text-align: center;
		color: #fff;
		padding: 3% 3% 6% 3%;
	}
	.copy span{
		padding: 2%;
	}
	.copy span:first-child, .copy span:nth-child(2),.copy span:last-child{
		display: block;
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
}