
.son_nav .content {
  background: #fff;
  padding: 0 10px;
  border-top: 1px solid #dedede;
}
.son_nav .content .swiper-container .swiper-wrapper .swiper-slide {
  /* padding: 0 10px; */
}
.son_nav .content .swiper-container .swiper-wrapper .swiper-slide.active a {
  color: #305dc3;
  border-bottom: 1px solid #305dc3;
}
.son_nav .content .swiper-container .swiper-wrapper .swiper-slide{
  width: auto;
}
.son_nav .content .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
  color: #999999;
}
.page {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0 20px;
  margin: 10px 0;
}

.page .all{
  display: none;
}
.page .go img,
.page .back img {
  width: 10px;
}
.page ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page ul li.active a {
  background-color: #305dc3;
  color: #fff;
}
.page ul li a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: #000000;
  border-radius: 50% ;
  text-align: center;
  line-height: 30px;
}
.recommend_list {
  margin-top: 10px;
}
.recommend_list .content {
  padding: 20px;
  background: #fff;
}
.recommend_list .content h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommend_list .content h5 span {
  font-size: 16px;
  color: #305dc3;
}
.recommend_list .content h5 a {
  font-size: 12px;
  color: #333333;
}
.recommend_list .content ul {
  margin-top: 10px;
}
.recommend_list .content ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}




.product_list .content .list {
  overflow: hidden;
}
.product_list .content .list ul li {
  padding: 10px;
  background: #fff;
  margin-top: 10px;
}
.product_list .content .list ul li a {
  display: block;
}
.product_list .content .list ul li a .pic {
  height: 110px;
  line-height: 110px;
  overflow: hidden;
  text-align: center;
}
.product_list .content .list ul li a .pic img {
  max-width: 100%;
}
  .product_list .content .list ul li a .word {
  text-align: center;
}
.product_list .content .list ul li a .word h5 {
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_list .content .list ul li a .word p {
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about_us {
  margin-top: 10px;
}
.about_us .content {
  padding: 10px;
  background: #fff;
}

.about_us .content .map{
  overflow: hidden;
}

.about_us .content img {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}
.about_us .content p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.news_detail {
  margin-top: 10px;
  overflow: hidden;
}
.news_detail .content .center {
  background: #fff;
  padding: 10px;
}
.news_detail .content .center .title {
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
}
.news_detail .content .center .title h5 {
  font-size: 16px;
  color: #333333;
}
.news_detail .content .center .title h6 {
  font-size: 12px;
  color: #999999;
}
.news_detail .content .center .word {
  padding: 10px 0;
}

.news_detail .content .center .desc .tit{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 10px 0;
}

.news_detail .content .center .desc h5{
  font-size: 14px;
  color: #333;
}
.news_detail .content .center .desc p{
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

.news_detail .content .center .word table{
  width: 100% !important;
}


.news_detail .content .center .word p {
  font-size: 14px;
  color: #333333;
}
.news_detail .content .center .word img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
  height: auto !important;
}
.news_detail .content .center .upnext {
  margin: 20px 0 10px;
  display: flex;
  justify-content: space-between;
}
.news_detail .content .center .upnext a {
  display: block;
  border-radius: 3px;
  border: solid 1px #dedede;
  text-align: center;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  color: #333333;
}
.news_detail .content .center .upnext .up,
.news_detail .content .center .upnext .next {
  width: 40%;
}
.news_detail .content .center .upnext .back {
  width: 10%;
}
.news_detail .content .center .upnext .back img {
  width: 15px;
}
.video_list {
  margin-top: 10px;
}
.video_list .content .list ul {
  padding: 0 10px;
}
.video_list .content .list ul li {
  margin-bottom: 10px;
  background: #fff;
}
.video_list .content .list ul li a {
  display: block;
  padding: 10px;
}
.video_list .content .list ul li a .pic {
  height: 190px;
  line-height: 190px;
  text-align: center;
  background: #f1f1f1;
  overflow: hidden;
}
.video_list .content .list ul li a .pic img {
  max-width: 100%;
}
.video_list .content .list ul li a .word {
  text-align: left;
}
.video_list .content .list ul li a .word h5 {
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video_list .content .list ul li a .word p {
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list {
  margin-top: 10px;
}
.news_list .content .list {
  padding: 0 10px;
}
.news_list .content .list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 10px;
}
.news_list .content .list ul li a .pic {
  width: 35%;
  height: 90px;
  background-color: #f1f1f1;
  line-height: 90px;
  overflow: hidden;
  text-align: center;
}
.news_list .content .list ul li a .pic img {
  max-width: 100%;
}
.news_list .content .list ul li a .word {
  width: 60%;
}
.news_list .content .list ul li a .word h5 {
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.news_list .content .list ul li a .word p {
  font-size: 12px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 14px;
  max-height: 28px;
}
.news_list .content .list ul li a .word span {
  font-size: 12px;
  color: #999999;
}
.product_detail {
  margin-top: 10px;
}
.product_detail .content .item1 {
  text-align: center;
  background: #fff;
  padding: 10px;
}
.product_detail .content .item1 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.product_detail .content .item1 h5 {
  font-size: 20px;
  color: #305dc3;
  margin: 10px 0;
  line-height: 1;
}
.product_detail .content .item1 p {
  font-size: 12px;
  color: #333333;
}
.product_detail .content .item2 {
  margin-top: 10px;
  background: #fff;
}
.product_detail .content .item2 span.tit {
  background: #305dc3;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  color: #fff;
  font-size: 14px;
}
.product_detail .content .item2 .center {
  border-top: 1px solid #dedede;
  padding: 10px;
}
.product_detail .content .item2 .center p {
  color: #333;
  font-size: 14px;
}
.product_detail .content .item2 .center img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.product_detail .content .item3 {
  margin-top: 10px;
  background: #fff;
  padding: 10px;
}
.product_detail .content .item3 h5 {
  font-size: 20px;
  color: #305dc3;
  text-align: center;
  margin: 10px 0;
}
.product_detail .content .item3 form div {
  height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #dedede;
}
.product_detail .content .item3 form div span {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border-right: 1px solid #dedede;
  text-align: center;
  line-height: 40px;
}
.product_detail .content .item3 form div input {
  width: 80%;
  float: left;
  height: 40px;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
}
.product_detail .content .item3 form .mes {
  height: 100px;
}
.product_detail .content .item3 form .mes span {
  height: 100px;
  line-height: 100px;
}
.product_detail .content .item3 form .mes textarea {
  height: 100px;
  resize: none;
  outline: none;
  border: none;
  width: 80%;
  padding: 5px;
}
.product_detail .content .item3 form .sub {
  height: 40px;
  color: #fff;
  font-size: 16px;
  width: 100%;
  background: #305dc3;
}
.product_detail .content .recommend_list {
  margin-top: 10px;
  background: #fff;
}
.product_detail .content .recommend_list h5 {
  padding: 20px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_detail .content .recommend_list h5 span {
  font-size: 16px;
  color: #305dc3;
}
.product_detail .content .recommend_list h5 a {
  font-size: 12px;
  color: #333333;
}
.product_detail .content .recommend_list ul li {
  /* padding: 10px; */
  background: #fff;
}
.product_detail .content .recommend_list ul li a {
  display: block;
}
.product_detail .content .recommend_list ul li a .pic {
  height: 175px;
  line-height: 175px;
  background: #f1f1f1;
  overflow: hidden;
  text-align: center;
}
.product_detail .content .recommend_list ul li a .pic img {
  max-width: 100%;
}
.product_detail .content .recommend_list ul li a .word {
  text-align: center;
}
.product_detail .content .recommend_list ul li a .word h6 {
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_detail .content .recommend_list ul li a .word p {
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact_us .map img{
  max-width: 100%;
  height: auto;
}

.contact_us .word{
  padding: 10px 0;
}
.contact_us .map .word h5{
  font-size: 16px;
  color:#0057a4;
}

.contact_us .map .word p{
  font-size: 14px;
  color:#333;
}


.contact_us form input{ 
  display: block;
  height: 35px;
  line-height: 35px;
  border: 1px solid #dedede;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  width: 100%;
  margin-bottom: 10px;
}
.contact_us form textarea{ 
  display: block;
  border: 1px solid #dedede;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  resize: none;
  outline: none;
  width: 100%;
  height: 200px;

}

.contact_us form .sub{
  background: #305dc3;
  color: #fff;
  border: none;
  margin-top: 10px;
  display: block;
  height: 35px;
  line-height: 35px;
  width: 100%;
}