﻿html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
a{
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.contents-top{
    width: 100%;
    height: 100px;
    background: url("../images/附三PC_02.jpg") no-repeat;
    /* background-position: center; */
}
.top-divv{
    display: flex;
    width: 45%;
    height: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.logo-divv{
    display: flex;justify-content: space-between;margin-top: 7px;height: 100%;
}
.logo-divv img{
    width: 40px;
    height: 40px;
    display: block;
    margin: 20px 10px;
}
.top-title{
    height: 30px;margin-top: 33px;
}
.nav{
    width: 100%;
    height: 50px;
    background-color: #0a3e80;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav a{
    display: block;
    width: 12.2%;
    height: 50px;
    line-height: 50px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
#pp{
    width: 50%;
}
.nav a:hover{
    background-color: #1757a9;
}

.swiper {
  width: 100%;
  height: auto;
}
.swiper-button{
    width: 50px;
    height: 50px;
}
.prev{
    left: 80px !important;
    border-radius: 40px;
}
.next{
    right: 80px !important;
    border-radius: 40px;
}
.prev:hover{
    background: #aaa;
    opacity: 1;
}
.next:hover{
    background: #aaa;
    opacity: 1;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* 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;
}
.banner img {
  display: block;
  width: 100%;
  height: 100%;
}

.radio{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    background: url("../../../../static/images/bg.png");
}
.radio-div{
    width: 60%;
    height: 100%;
    display: flex;
}
.radio .left-img{
    width: 50%;
    height: 100%;
}
.radio .right-div{
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
    height: auto;
    position: relative;
}
.radio .right-div p{
    text-indent: 2em;line-height: 25px;
}
.radio .right-top{
    width: 100%;
    height: 50px;
    display: flex;
}
.color{
    width: 40px;
    height: 40px;
}
.strong{
    font-size: 30px;
    color: #0a3e80;
    margin: -2px 10px;
}
.radio .button{
    width: 120px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0px;
    bottom: 0;
    background-color: #0a3e80;
}

.blue{
    width: 100%;
    height: 500px;
    padding: 0 20%;
    box-sizing: border-box;
    background: url("../../../../static/images/附三PC_03.jpg");
}
.blue-top{
    padding-top: 100px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #aaa solid;
    padding-bottom: 10px;
}
.blue-top strong{
    font-size: 35px;
    color: #fff;
}
.blue-top a{
    display: block;
    color: #fff;
}

.blue-contents{
    display: flex;
    margin-top: 50px;
    height: 250px;
}
.con{
    display: none;
}
.con .conButton{
    float: left;
}
.con .conButton{
    width: 20%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border: 1px #fff dashed;
    background-color: #0a3e80;
    margin: 10px;
}
.blue-contents .list-li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 1px #fff dashed;
    background-color: #0a3e80;
    margin: 10px;
    font-weight: bold;
}
.activeLi{
    background-color: #fff;
    color: #0a3e80;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 10px;
    text-align: center;
    border: 1px #fff dashed;
    font-weight: bold;
}
.backWhite{
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px #fff dashed;
    margin: 10px;
    color: #0a3e80;
    background-color: #fff;
}

.introduce{
    width: 60%;
    height: 400px;
    margin: 0 auto;
}
.intro-top{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    line-height: 50px;
    border-bottom: 1px dashed #888;
}
.intro-top a{
    display: block;
    color: #0a3e80;
}
@media (max-width: 760px) {
    .swiper2-button-next {
      right: 20px;
      transform: rotate(90deg);
    }

    .swiper2-button-prev {
      left: 20px;
      transform: rotate(90deg);
    }
  }
.swiper2{
    width: 100%;
    height: 300px;
}
.swiper2-div{
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    border: 1px #ddd solid;
    width: 160px;
    height: 240px;
   
}
.swiper2-div .iiimg{
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.swiper2-div img{
    width: 100%;
    height: auto;
    display: block;
    
}
.swiper2-div:hover img{
    transform: scale(1.2);  
}
.swiper2-div:hover a div{
    background-color: #1757a9;
    color: #fff; 
}
.swiper2-div h5{
    margin: 3px 0 0px 0;
    color: #333;
}
.swiper2-div p{
    font-size: 12px;
    margin-top: 0;
    color: #555;
}
.swiper2-div a{
    color: #000;
}
.swiper2-div a div{
    height: 15px; 
    width: 80px; 
    border: 1px solid #000; 
    border-radius: 10px;
    font-size: 10px;
    margin: -5px auto;
    line-height: 15px;
}

.dynamic{
    width: 60%;
    height: 400px;
    margin: 0 auto;
}
.dynamic-top{
    display: flex;
    justify-content: space-between;
    line-height: 50px;
    border-bottom: 1px dashed #888;
}
.dynamic-top a{
    display: block;
    color: #0a3e80;
}
.swiper3{
    width: 100%;
    height: 300px;
}
.swiper3 .swiper-slide img{
    width: 80%;
}

.footer{
    width: 100%;
    height: 300px;
    background-color: #0a3e80;
    color: #fff;
    font-size: 20px;
    padding-top: 30px;
    box-sizing: border-box;
    font-weight: bold;
}
.footer-top{
    width: 400px;
    height: 50px;
    border-bottom: 1px #fff solid;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    margin: 0 auto;
    position: relative;
}
.tel{
    width: max-content;
    height: auto;
    margin: 20px auto auto;
    display: flex;
}
.footer p{
    text-align: center;
}
.footer .line{
    position: absolute;
    top: 49px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #fff;
}

.nnext:hover{
    background-color: #aaa;
}
.pprev:hover{
    background-color: #aaa;
}
@media  (min-width:1460px) and (max-width:1760px) {
    .blue{
        padding: 0 15%;
    }
    .radio-div,.introduce,.dynamic,#pp{
        width: 70%;
    }
    #pp,.top-divv{
        width: 60%;
    }
}
@media  (max-width:1460px) {
    .blue{
        padding: 0 10%;
    }
    .radio-div,.introduce,.dynamic{
        width: 80%;
    }
    #pp,.top-divv{
        width: 60%;
    }
}
@media  (max-width:1300px) {
    .top-divv{
        width: 70%;
    }
}