@charset "utf-8";
/* CSS Document */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
/* 2.针对性处理 */
ol,ul{ list-style:none;}
textarea{ resize:none;}
img{ border:none; display:block;}
/* 3.设置全局样式 */
body{ font-family:'FZLTXHK','Microsoft Yahei','Hiragino Sans GB','Heiti SC','WenQuanYi Micro Hei',SimSun,sans-serif;overflow-x: hidden;}

/* 4.定义常用类 */
.w{ width:1200px;margin:0 auto; }
.clearfix:after,.clearfix:before{ content:""; display:table;}
.clearfix:after{ clear:both;}
.clearfix{*zoom:1;}
.fl{float:left;}
.fr{float:right;}
body,html{width: 100%;height: 100%;}

/*初始化*/


header{
  height: 69px;
  padding-top: 11px;
}

.logo a{
  float: left;
  width: 184px;
  height: 58px;
  background:url(../images/logo.png) no-repeat;
}

.nav{
  display:block;

}

.nav li{
/*  width: 105px;*/
  height: 58px;
  float: left;
  padding-right: 40px;
}

.nav li:nth-of-type(1){
  padding-left: 40px;
}
.nav li a{
  display:block;
  text-align: center;
  line-height: 58px;
  color:#199bfa;
  font-size: 16px;
  text-decoration: none;
}

.nav li a:hover{
  color:#53B6FF;
}

.button1{
  width: 110px;
  height: 45px;
  border: 1px solid #199bfa;
  float: right;
  color:#199bfa;
  font-size: 16px;
  font-family:"微软雅黑";
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 8px;
  text-decoration: none;
}

.button1:hover{
  text-decoration: underline;
}

/*header*/


.banner{width: 100%;height: 650px;margin:0 auto;position: relative; background:url(../images/2_02.png) no-repeat center center; background-size:100% 100%;}

.banner .down{
  width: 185px;
  height: 57px;
  background:url(../images/down-nor.png) no-repeat;
  margin-bottom: 10px;
  display:inline-block;
  z-index:10;
}

.banner .ban-down{
  position:absolute;
  left: 60%;
  bottom: 175px;
  width: 335px;
  height: 100px;
  z-index:9;
  display:inline;
}

.banner .ban-down .bottom{
  width: 100%;
  height: 40px;
}

.banner .ban-down .bottom a{
  margin-right: 15px;
  text-decoration: none;
  color:#fff;
}

.banner .ban-down .bottom a:hover{
  text-decoration: underline;
}

.banner .ban-down .bottom strong{
  color:#fff;
}

.banner .ban-down .bottom .baidu{
  margin-right: 10px;
}

.banner .ban-down .bottom .bendi{
  margin-right: 20px;
}

.banner .ban-down .bottom .jiaocheng{
  color:yellow;
}

.banner .down:hover{
    background:url(../images/down-hov.png) no-repeat;
}

.banner-in{width: 1300px;height: 650px; overflow: hidden;position: relative; left: 50%; margin-left: -650px;}

.banner ul {width:4000px;position: absolute;left:0;top:50px;}

.banner ul li{float: left;}


.banner ol{position: absolute; left:50%; margin-left: -69px;bottom:30px;}

.banner ol li{width: 18px;height: 18px;background: url(../images/dot.png) no-repeat; float: left;margin:0 5px;cursor: pointer;   font-size: 0;/*ie6最小高度bug修复*/ background-position:100% 0;}

.banner ol li.current{background-position:0 0;}
/*banner*/

.section2{
  width: 100%;
  height: 155px;
  background:#199bfa;
  padding-top: 55px;
}

.section2 ul{
    display:block;

}

.section2 ul li{
  float: left;
  width: 234px;
  border-right: 1px solid #fff;
  height: 100px;
}

.section2 ul li:nth-of-type(1){
  margin-left: 115px;
}


.section2 ul li img{
  display:block;
  margin:0 auto;
  margin-top: 8px;
}

.section2 ul li span{
  font-size: 16px;
  color:#fff;
  text-align: center;
  margin:0 auto;
  display:block;
  margin-top: 25px;
}

.section2 ul li:nth-of-type(4){
  border: none;
}
/*section2*/

.section3{
  width: 100%;
  height: 820px;
  background:#f4f6f7;
  padding-top: 70px;
}

.section3 .title1{
  color:#1a1a1a;
  font-size: 36px;
  text-align: center;
  font-weight: 100;
  font-family: "微软雅黑";
}

.section3 .title2{
  width: 416px;
  height: 50px;
  display:block;
  text-align: center;
  background:url(../images/h3.png) no-repeat;
  line-height: 50px;
  margin:0 auto;
  margin-top: 10px;
  margin-bottom: 50px;
 }

 .section3 ul{
  width: 870px;
  display:block;
  margin:0 auto;
 }

  .section3 ul li{
    width: 278px;
    height: 278px;
    float: left;
    margin-right: 15px;
    border: 1px solid #a3a3a3;
    background:#fff;
    margin-bottom: 35px;
  }

    .section3 ul li:nth-of-type(3){
      margin-right: 0;
    }

  .section3 ul li img{
    display: block;
    margin:0 auto;
    margin-top: 45px;
  }

   .section3 ul li strong{
      color:#333;
      font-size: 24px;
      text-align: center;
      display:block;
      font-weight: normal;
      font-family: "微软雅黑";
      margin-top: 28px;
      margin-bottom: 28px;
   }

      .section3 ul li span{
        color:#4c4c4c;
        font-size: 15px;
        text-align: center;
        margin:0 auto;
        display:block;
        height: 25px;
        line-height: 25px;
    }

    /*section3*/

    .section4{
      width: 100%;
      height: 585px;
      background:#fff;
      padding-top: 185px;
    }

    .section4 img{
      display:block;
      margin:0 auto;
    }
    /*section4*/

    .section5{
      width: 100%;
      height: 210px;
      background:url(../images/2_05.png) no-repeat center center;
      background-size:auto 100%;
      padding-top: 140px;
    }

    .section5 h3{
        font-size: 36px;
        color:#fff;
        display:block;
        font-weight: 100;
        margin:0 auto;
        text-align: center;
    }

    .section5 span{
      font-size: 18px;
      color:#fff;
      display:block;
      margin:0 auto;
      text-align: center;
      margin-top: 20px;
    }
    /*section5*/

    .section6{
      width: 100%;
      height: 780px;
      padding-top: 75px;
      background:#fff;
    }

    .section6 .title1{
      color:#1a1a1a;
      font-size: 36px;
      text-align: center;
      font-weight: 100;
      font-family: "微软雅黑";
    }
    
    .section6 .title2{
      height: 50px;
      display:block;
      text-align: center;
      line-height: 50px;
      margin:0 auto;
      margin-top: 10px;
      margin-bottom: 50px;
     }

    .section6 .top{
      height: 300px;
      display:block;
      position:relative;
    }

     .section6 .top .left{
        display:block;
        position:absolute;
        left: 0;
        top: 0;
        z-index:2;
     }

    .section6 .top .left .ul1{
        width: 700px;
        height: 57px;
        background:url(../images/6-1.png) no-repeat;
        display:block;
        padding-top: 15px;
       margin-bottom: 20px;
    }

    .section6 .top .left .ul1 li:nth-of-type(1){
      font-size: 18px;
      color:#0f9bfa;
      margin-left: 85px;
    }

    .section6 .top .left .ul1 li:nth-of-type(2){
      font-size: 14px;
      color:#0f9bfa;
      margin-left: 85px;
    }

    .section6 .top .left .ul2{
        width: 820px;
        height: 57px;
        background:url(../images/6-2.png) no-repeat;
        display:block;
        padding-top: 15px;
        margin-bottom: 20px;
    }

    .section6 .top .left .ul2 li:nth-of-type(1){
      font-size: 18px;
      color:#0f9bfa;
      margin-left: 85px;
    }

    .section6 .top .left .ul2 li:nth-of-type(2){
      font-size: 14px;
      color:#0f9bfa;
      margin-left: 85px;
    }
    .section6 .top .left .ul3{
        width: 700px;
        height: 57px;
        background:url(../images/6-3.png) no-repeat;
        display:block;
        padding-top: 15px;
    }

    .section6 .top .left .ul3 li:nth-of-type(1){
      font-size: 18px;
      color:#0f9bfa;
      margin-left: 85px;
    }

    .section6 .top .left .ul3 li:nth-of-type(2){
      font-size: 14px;
      color:#0f9bfa;
      margin-left: 85px;
    }


      .section6 .top .right img{
        position:absolute;
        top: 45px;
        right: 0;
      }


    .section6 .bottom{
      height: 300px;
      display:block;
      position:relative;
    }

     .section6 .bottom .right{
        display:block;
        position:absolute;
        right: 0;
        top: 20px;
     }

    .section6 .bottom .right .ul1{
        width: 720px;
        height: 57px;
        background:url(../images/6-4.png) no-repeat;
        display:block;
        padding-top: 15px;
       margin-bottom: 20px;
        margin-top: 80px;
    }

    .section6 .bottom .right .ul1 li:nth-of-type(1){
      font-size: 18px;
      color:#0f9bfa;
      margin-left: 85px;
    }

    .section6 .bottom .right .ul1 li:nth-of-type(2){
      font-size: 14px;
      color:#0f9bfa;
      margin-left: 85px;
    }

    .section6 .bottom .right .ul2{
        width: 580px;
        height: 57px;
        background:url(../images/6-5.png) no-repeat;
        display:block;
        padding-top: 15px;
       margin-bottom: 20px;
       float: right;
     
    }

    .section6 .bottom .right .ul2 li:nth-of-type(1){
      font-size: 18px;
      color:#0f9bfa;
      margin-left: 85px;
    }

    .section6 .bottom .right .ul2 li:nth-of-type(2){
      font-size: 14px;
      color:#0f9bfa;
      margin-left: 85px;
    }

     .section6 .bottom .left img{
        position:absolute;
        top: 60px;
        left: 0;
      }
      /*section6*/


  .section7{
  width: 100%;
  height: 275px;
  background:#f7f7f7;
  padding-top: 70px;
  position:relative;
}

  .section7 .title1{
      color:#1a1a1a;
      font-size: 36px;
      text-align: center;
      font-weight: 100;
      font-family: "微软雅黑";
      margin-bottom: 50px;
    }
    

.section7 ul{
    display:block;
    position:absolute;
    width: 795px;
    left: 50%;
    margin-left: -397.5px;
}

.section7 ul li{
  float: left;
  width: 198px;
  border-right: 1px dashed #adadad;
  height: 100px;
}


.section7 ul li img{
  display:block;
  margin:0 auto;
  margin-top: 8px;
}

.section7 ul li span{
  font-size: 16px;
  color:#4c4c4c;
  text-align: center;
  margin:0 auto;
  display:block;
  margin-top: 25px;
}

.section7 ul li:nth-of-type(4){
  border: none;
}
/*section7*/

.section8{
  margin-top: -40px;
}
.main{width:1160px;margin:0 auto;}
.video-bg{width:100%;height:196px;background:url(../images/video.png) no-repeat;}
.v-tit{width:569px;height:112px;margin-top:55px; float: left;}
.v-click{position:relative;width:54px;height:54px;right:28%;top:71px; float: right;}
.v-click .tri{width: 15px;height: 18px;background: url("../images/tri.png") no-repeat;position: absolute;left: 22px;top: 18px;}
@keyframes rotate{0%{/* transform:rotate(0deg);*//* -webkit-transform:rotate(0deg);*/}
50%{/* transform:rotate(180deg);*//* -webkit-transform:rotate(180deg)*/}
100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);}}
.v-click .circle{width: 54px;height: 54px;background: url("../images/circle.png") no-repeat;position: absolute;left: 0;top:0;-moz-animation: rotate 1.7s linear infinite;-webkit-animation: rotate 1.7s linear infinite;-o-animation: rotate 1.7s linear infinite;-ms-animation: rotate 1.7s linear infinite;animation: rotate 1.7s linear infinite;}
.foot{width: 100%;min-width: 1160px;overflow: hidden;background-color: #636363;text-align: center;font-size: 14px;padding: 25px 0;color: #e5e5e5;}

.ad{width:131px;height: 311px;background: url(../images/qq.png) no-repeat;position: fixed;right: -131px;top:50%;margin-top: -155px;}
.ad .put{width: 29px;height: 117px;background: url(../Images/qqL.png) no-repeat;position: absolute;top:50%;margin-top: -58px;left:-29px;cursor: pointer;}
.ad .put.open{background-image: url(../images/qqLOpen.png);}
.ad .qq1{position:absolute;bottom: 23px;right: 0px;}
.ad .qq2{position:absolute;top: -9px;right: -5px;}
.ad .qq{background:url(../images/counseling_style_52.png) no-repeat;position:absolute;top: 98px;right: 26px;}


.tan-ad{
    width: 300px;
    height: 228px;
    background:#333;
    position:fixed;
    right:0px;
    bottom: 0;
    z-index:10;

}

.tan-ad .header{
    width: 300px;
    height: 28px;
    background:url(../images/tanad-header.png) no-repeat;
}

.tan-ad .url{
    width: 300px;
    height: 200px;
}

.tan-ad .url a{
    width: 300px;
    height: 200px;
    display:block;
    background:url(../images/ad3.png) no-repeat;
}
/* 下载按钮框样式 */
.download-box {
  position: absolute;
  left: 60%;
  bottom: 50px;
  width: 360px;
  z-index: 10;
}

.download-box-inner {
  background: rgba(255,255,255,0.95);
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  text-align: center;
}

.download-box-inner h3 {
  font-size: 22px;
  color: #199bfa;
  margin-bottom: 8px;
  font-weight: 600;
}

.download-box-inner > p {
  font-size: 13px;
  color: #888;
  margin-bottom: 20px;
}

.download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 52px;
  background: linear-gradient(135deg, #199bfa, #0d7edb);
  border-radius: 26px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(25,155,250,0.4);
}

.download-btn:hover {
  background: linear-gradient(135deg, #53B6FF, #199bfa);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(25,155,250,0.5);
  text-decoration: none;
  color: #fff;
}

.download-btn .btn-icon {
  font-size: 20px;
}

.download-info {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.download-info span {
  font-size: 12px;
  color: #999;
  background: #f4f6f7;
  padding: 3px 10px;
  border-radius: 10px;
}
