*{margin: 0;padding: 0;}
li{list-style: none;}
a{text-decoration: none;}
.top{
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  font-family: "FangSong";
}
.head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo img{
  display: block;
  height: 50px;
  font-family: "FangSong";
}
.english{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "FangSong";
}
.english li{
  margin-left: 6px;
  font-family: "FangSong";
}
.english li a {
  color: #6c6c6c;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-family: "FangSong";
}
.english li a span{
  font-size: 26px;
  font-family: "FangSong";
}
.english li a:hover{
  color: #0068b6;
}
.english li a.ban{
  color: #0068b6;
}
.nav{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.nav>li{
  width: 16.6%;
  text-align: center;
  height: 36px;
  line-height: 36px;
  position: relative;
  box-sizing: border-box;
}
.nav>li>a{
  color: #0068b7;
  font-weight: 700
}
.nav>li ol{
  width: 100%;
  position: absolute;
  top: 36px;
  left: 0;
  display: none;
  z-index: 10000;
  font-family: "FangSong";
}
.nav>li:hover ol{
  display: block;
}
.nav>li ol li{
  background: rgba(28,116,207,0.4);
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-family: "FangSong";
}
.nav>li ol li:hover{
  background: rgba(28,116,207,0.7);
}
.nav>li ol li a{
  color: #fff;
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-family: "FangSong";
}
.banner img{
  width: 100%;
  display: block;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .3;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}
.index{
  width: 990px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index1{
  width: 410px;
  box-sizing: border-box;
}
.h-t1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../images/sj.png") no-repeat;
  padding-left: 30px;
  background-size: auto 20px;
  border-bottom: 1px solid #0068b6;
  padding-bottom: 8px;
  font-family: "FangSong";
}
.h-t1 p{
    font-size: 18px;
    color: #0068b6;
    font-family: "FangSong";
}
.h-t1 img{
  display: block;
  height: 24px;
}
.index-gsjj{
  margin-top: 8px;
}
.index-gsjj img{
  width: 100%;
  display: block;
}
.index-gsjj p{
    font-size: 16px;
    color: #6c6c6c;
    line-height: 25px;
    margin-top: 10px;
    font-family: "FangSong";
}
.video1{
  margin-top: 8px;
  width: 100%;
}
.index ul{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 16px;
    font-family: "FangSong";
}
.index ul li{
  color: #6c6c6c;
  font-family: "FangSong";
  
}
.index ul li a{
  color: #6c6c6c;
  font-family: "FangSong";
}
.index ul li a:hover{
  color: #0068b6;
  font-family: "FangSong";
}
.footer{
  color: #fff;
  text-align: center;
  height: 36px;
  line-height: 36px;
  margin-top: 30px;
  background: #0068b7;
  font-size: 12px;
  font-family: "FangSong";
}
.about-box{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  font-family: "FangSong";
}
.about-left{
  width: 235px;
  box-sizing: border-box;
  font-family: "FangSong";
}
.about-t1{
    text-align: center;
    color: #0068b6;
    background: url("../images/sj.png")0 center no-repeat;
    background-size: auto 20px;
    border-bottom: 1px solid #0068b6;
    padding-bottom: 8px;
    font-family: "FangSong";
}
.about-nav li{
  border-bottom: 1px solid #ccc;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-family: "FangSong";
}
.about-nav li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #444;
}
.about-nav li a.lan{
  color: #0068b6;
}
.about-nav li a.act{
  color: #fff;
  background: #0068b7;
}
.about-nav li a.hui{
  background: #f2f2f2;
}
.about-nav li a:hover{
    color: #fff;
    background: #0068b7;
    text-align: center;
}
.about-right{
  width: 900px;
  box-sizing: border-box;
}
.about1 h4{
    color: #0068b6;
    margin-bottom: 25px;
    font-family: "FangSong";
}
.about1 p{
    color: #6c6c6c;
    font-size: 16px;
    line-height: 28px;
    font-family: "FangSong";
}
.aboutimg{
  text-align: center;
  margin-top: 15px;
  font-family: "FangSong";
}
.about2{
  margin-top: 50px;
  font-family: "FangSong";
}
.about3{
  padding: 50px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 50px;
}
.about3 h4{
  color: #0068b6;
}
.about3 div{
  text-align: center;
}
.about3 div img{
  width: 80%;
}
.about4{
  margin-top: 50px;
}
.about4 h4{
  color: #0068b6;
}
.ry1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ry1 li{
  margin-top: 15px;
}
.zzql{
  margin-top: 20px;
  font-family: "FangSong";
}
.zzql h4{
    text-decoration: underline;
    font-weight: inherit;
    ffont-family: "FangSong";
}
.zzql p{
    font-size: 14px;
    line-height: 28px;
    color: #777;
    font-family: "FangSong";
}
.zzql ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.zzql ul li{
  margin-top: 15px;
}
.zzql ol{
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.spzx-box{
  padding-top: 40px;
}
.spzx-box h4{
  color: #0068b6;
  margin-bottom: 10px;
}
.video-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video-list li{
  width: 285px;
  margin-bottom: 40px;
}
.video-list li video{
  width: 100%;
  height: 160px;
  outline: none;
}
.video-list li p{
  text-align: center;
  margin-top: 6px;
  font-size: 14px;
  color: #666;
}
.spzx-box ol{
  display: flex;
}
.spzx-box ol li{
  width: 285px;
  margin-bottom: 40px;
  margin-right: 20px;
}
.spzx-box ol li video{
  width: 100%;
  height: 160px;
  outline: none;
}
.spzx-box ol li p{
  text-align: center;
  margin-top: 6px;
  font-size: 14px;
  color: #666;
}
.chanpin-box{
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.chanpin-box li{
  width: 280px;
  margin-bottom: 30px;
}
.chanpin-box li img{
  display: block;
  width: 100%;
  height: 150px;
}
.chanpin-box li p{
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
  border-top: none;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.yema{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.yema li{
  margin: 0 5px;
}
.yema li a{
  padding: 3px 8px;
  background: #dddddd;
  color: #666;
  font-size: 12px;
}
.yema li a:hover{
  background: #0068b6;
  color: #fff;
}
.yema li a.act{
  background: #0068b6;
  color: #fff;
}
.gd1{
  padding-top: 30px;
}
.gd1 h4{
  color: #0068b6;
  margin-bottom: 15px;
}
.gd1 p{
  text-indent: 2em;
  line-height: 28px;
}
.gd-list{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.gd-list li{
  width: 290px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
.gd-list li img{
  width: 100%;
  display: block;
}
.gd-list li div{
  background: #0068b6;
  padding: 12px 25px 25px 22px;
  height: 158px;
  box-sizing: border-box;
}
.gd-list li div h5{
  font-size: 15px;
}
.gd-list li div p{
  text-indent: 0;
  line-height: 25px;
  font-size: 14px;
}
.gd2{
  margin-top: 30px;
}
.gd2 h4{
  color: #0068b6;
  text-decoration: underline;
  margin-bottom: 20px;
}
.gd2 p{
  line-height: 28px;
  text-indent: 2em;
}
.xiandai{
  width: 100%;
  background: url("../images/xdbg.png") no-repeat;
  background-size: 100% auto;
  height: 590px;
  box-sizing: border-box;
  padding: 30px 40px;
}
.xiandai h4{
  color: #0068b6;
  margin-bottom: 20px;
}
.xiandai p{
  font-size: 15px;
  line-height: 28px;
}
.xd-img{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 100px;
}
.shishang{
  padding-top: 30px;
}
.ss-title{
  display: flex;
  background: #0068b6;
  color: #fff;
  height: 36px;
  line-height: 36px;
}
.ss-title p{
  padding: 0 15px;
  font-size: 14px;
}
.ss-title .ss1{
  background: #6c6c6c;
  padding: 0 15px;
}
.ss-img{
  text-align: center;
  margin-top: 80px;
}
.ss-img img{
  width: 100%;
}
.ss-t2{
  display: flex;
  align-items: center;
}
.ss-t2 img{
  height: 70px;
}
.ss-t2 p{
  color: #0068b6;
  margin-left: 20px;
  text-decoration: underline;
}
.ydh{
  text-indent: 2em;
  margin-top: 12px;
  line-height: 28px;
}
.ss-con{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.ss-con img{
  display: block;
}
.ss-con div{
  width: 595px;
}
.ss-con div p{
  line-height: 28px;
  text-indent: 2em;
}
.zxns{
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.zxns-t{
    margin-top: 30px;
    color: #0068b6;
    background: url("../images/sj.png") no-repeat;
    background-size: 16px auto;
    padding-left: 25px;
    font-family: "仿宋";
}
.zxns table{
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    font-family: "仿宋";
}
.zxns table tr:nth-child(odd){
  background: #f2f2f2;
}
.zxns table tr th{
  background: #0068b6;
  height: 40px;
  color: #fff;
}
.zxns table tr td{
    height: 36px;
    font-family: "仿宋";
}
.zxns table tr td a{
  color: #0068b6;
}
.jianli{
  margin-top: 100px;
}
.jianli p{
    color: #666;
    font-size: 16px;
    line-height: 28px;
    font-family: "仿宋";
}
.phone{
  color: #0068b6;
  font-size: 16px;
  margin-top: 40px;
}
.phone p{
    margin-top: 6px;
    font-family: "仿宋";
}
.ygfc-list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ygfc-list li{
  width: 280px;
  margin: 15px 0;
}
.ygfc-list li img{
  width: 100%;
  height: 220px;
  display: block;
}
.whln{
  padding-top: 30px;
  text-align: center;
}
.whln img{
  width: 100%;
}
