

  *{

    margin: 0;

    padding: 0;

    list-style: none;

  }
p{text-align:justify;}
  a{text-decoration: none;}

  #wrap{

      position: relative;

  }
  .con-l{
      /* transition: 2s; */
  }
  .xx{
      position: absolute;
      top: 35px;
      right: 77px;
      cursor: pointer;
  }
  .xx img{
      width: 40px;
  }
  .con-l li a{
      font-weight: bold;
  }
  .header{

      width: 100%;

       z-index: 9;

      /* background: linear-gradient(360deg, rgba(0, 51, 102, 0.85) 0%, #003366 100%); */

      /* position: absolute;

      top: 0;

      */

  }

  .header1-r{

      display: flex;

      margin-top: 16px;

  }

  .header_wx{

      margin-left: 40px;

      margin-top: 14px;

  }

  .header_jt{

      

  }

  .header1{

      width: 1424px;  

      margin: 0 auto; 

    display: flex;

    justify-content: space-between;

    padding-top: 11px;

  }

   .header1 .logo{
    width: 527px;
    height:80px;
   }

.header1 .from{

    position: relative;

}

.header1 .from img{

    position: absolute;

    top: 13px;

    left: 22px;

}

.header1 input{

    width: 320px;

    height: 46px;

    border: 1px solid #CCCCCC;

    opacity: 1;

    outline: none;

    /* background: #003366; */

    text-indent: 57px;

    font-size: 14px;

    color: #003366;

    padding-right: 20px;

    border-radius: 23px;

}

input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder{

color:#003366;

font-family: Microsoft YaHei;

}

input::-webkit-input-placeholder {

    color:#003366 !important;

    font-size: 14px;

}

.nav_d{

    width: 100%;

background: #003366;

}

.nav{

    width: 1424px;

    height: 50px;

    line-height: 50px;

    margin: 0 auto;

    display: flex;

    justify-content: space-between;

   margin-top:5px;



}

.nav li{

    width: 210px;

    /* border: 1px solid; */

    text-align: center;

    position: relative;

    transition: all 0.2s;

}

.active{

    background: #CF8A19;

}

.show_list:hover{

background: #CF8A19;

opacity: 1;

}

.move_list li a{

    transition: all 0.2s;

    border-bottom: 1px solid #fff;

}

.move_list li:hover > a{

    color: #003366;

    border-bottom: 1px solid;



}

.show_list a{

    font-size: 18px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #FFFFFF;
display: block;
}

.move_list a{

    font-size: 16px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #666666;

    width: 123px;

    display: block;

    margin: 0 auto;

   

}



/* .mod2{

    position: absolute;

    bottom: 25px;

    transform: translateX(-50%);

    left: 50%;

    background: url(../img/index/b2.png);

    width: 14px;

    height: 14px;

    z-index: 6;

} */

.show_list .move_list {

    display: none;

    height: 0;

    overflow: hidden;

    z-index: 103;

    position: absolute;

    top: 50px;

    left: 0;

    width: 100%;

    background: #FFFFFF;

    opacity: 0.9;

    text-align: center;

    margin-top: 0px;

}

.move_list li{

    line-height: 59px;

}



.show_list:nth-of-type(2):hover .move_list{

    display: block;

    animation:myfirst 0.5s;

    height: 180px;

}

@keyframes myfirst

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 180px;}

}

@-webkit-keyframes myfirst /* Safari and Chrome */

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 180px;}

}







.show_list:nth-child(1):hover .move_list{

    display: block;

    animation:myfirst1 0.5s;

    height: 0;

}

@keyframes myfirst1

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 0;}

}

@-webkit-keyframes myfirst1 /* Safari and Chrome */

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 0;}

}





.show_list:nth-of-type(3):hover .move_list{

    display: block;

    animation:myfirst2 0.5s;

    height: 120px;

}

@keyframes myfirst2

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 120px;}

}

@-webkit-keyframes myfirst2 /* Safari and Chrome */

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 120px;}

}



.show_list:nth-of-type(4):hover .move_list{

    display: block;

    animation:myfirst6 0.5s;

    height: 240px;

}

@keyframes myfirst6

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 240px;}

}

@-webkit-keyframes myfirst6 /* Safari and Chrome */

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 240px;}

}



/*.show_list:nth-of-type(5):hover .move_list{

    display: block;

    animation:myfirst7 0.5s;

    height: 180px;

}

@keyframes myfirst7

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 180px;}

}
*/
@-webkit-keyframes myfirst7 /* Safari and Chrome */

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 180px;}

}



/*.show_list:nth-of-type(6):hover .move_list{

    display: block;

    animation:myfirst3 0.5s;

    height: 300px;

}

@keyframes myfirst3

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 300px;}

}

@-webkit-keyframes myfirst3 

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 300px;}

}
*/


.show_list:nth-of-type(7):hover .move_list{

    display: block;

    animation:myfirst4 0.5s;

    height: 180px;

}

@keyframes myfirst4

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 180px;}

}

@-webkit-keyframes myfirst4 

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 180px;}

}



.show_list:nth-of-type(8):hover .move_list{

    display: block;

    animation:myfirst5 0.5s;

    height: 120px;

}

@keyframes myfirst5

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 120px;}

}

@-webkit-keyframes myfirst5

{

	from {opacity: 0;height: 0;}

    to {opacity: 0.9;height: 120px;}

}



.process{

position: absolute; 

right:0px;

top: -200px;

transition: all 0.5s;

z-index: 999;

}



.header-t{

    width: 100%;

    height: 0;

background: #F1F5F8;

opacity: 1;

transition: all 0.5s;

overflow: hidden;

}

.headr_t_c{

    width: 1000px;

    margin: 0 auto;



}

.headr_t_c a:hover{

    color: #003366;

}

.header-t h4{

    font-size: 22px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    line-height: 29px;

    color: #333333;

    opacity: 1;

    text-align: center;

    padding-top: 35px;

    margin-bottom: 40px;

}

.header-t ul{

    display: flex;

    justify-content: space-between;

    margin-bottom: 30px;

}

.header-t ul li{

    width: 140px;

    text-align: center;

 

}

.headr_t_c a{

font-size: 20px;

font-family: Microsoft YaHei;

font-weight: 400;

line-height: 26px;

color: #333333;

opacity: 1;

}

.header_jt{

    width: 50px;

    height: 24px;

    border-left: 1px solid #003366;

    margin-left: 25px;

    margin-top: 14px;

}

.header_jt img{

    margin-left: 26px;

    cursor:pointer;

    transition: all 0.3s;

}

#back_top {

    width: 60px;

height: 60px;

background: #FFFFFF;

box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

opacity: 1;

background: url(../img/index/top.png) no-repeat;

transition: all 0.3s;

cursor: pointer;

}

.message{

    width: 60px;

    height: 60px;

    background: #FFFFFF;

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

    opacity: 1;

    background: url(../img/index/message.png) no-repeat;

    background-size: 100%;

    transition: all 0.3s;

cursor: pointer;

margin-bottom: 7px;

}

#back_top:hover{

    background: url(../img/index/top-b.png);

}

.message:hover{

    background: url(../img/index/message-b.png);

}



.bananer{



}

.bananer img{

    width: 100%;

    height: 100%;

}



.footer{

    width: 100%;

height: auto;

background: #003366;

opacity: 1;

padding-top: 30px;

}

.footer-con{

    width: 1428px;

    margin: 0 auto;

    display: flex;

    justify-content: space-between;

}

.footer-l dt{

}

.footer-l dt{

    font-size: 16px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #FFFFFF;

}

.footer-l{

    display: flex;

    width: 890px;

    justify-content: space-between;

}

.footer-l dt::after{

    width: 20px;

height: 0px;

border: 1px solid #CF8A19;

content: " ";

display: block;

margin-top: 17px;

margin-bottom: 17px;

}

.footer-l dd,.footer-l dd a{

font-size: 14px;

font-family: Microsoft YaHei;

font-weight: 400;

color: #D9D9D9;

opacity: 1;

margin-bottom: 10px;

transition: all 0.2s;

}

.footer-l dd a:hover{

color:#CF8A19

}

.footer-r{

    width: 250px;

}

.footer-r li{

    display: flex;

}

.footer-r li img{

    width: 14px;

    height: 14px;

    margin-right: 10px;

    margin-top: 3px;

}

.footer-r h6{

    font-size: 16px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #FFFFFF;

    opacity: 1;

    margin: 17px 0 7px 0;

}

.footer-r p,.footer-r p a{

font-size: 14px;

font-family: Microsoft YaHei;

font-weight: 400;

line-height: 19px;

color: #E5E5E5;

opacity: 1;

}

.footer-r li{

    margin-bottom: 12px;

}

.footer-b {
    width: 1428px;
    margin: 0 auto;
    padding-top: 15px;
    border-top: 1px solid #666666;
    margin-top: 0px;
    padding-bottom: 5px;
}

.footer-b-l{

    display: flex;

    justify-content: space-between;

}

.footer-b-l p,.footer-b-l p a{

font-size: 12px;

font-family: Microsoft YaHei;

font-weight: 400;

line-height: 16px;

color: #CFCFCF;

opacity: 1;

}

.footer-b-l ul{

    display: flex;

    width: 228px;

    justify-content: space-between;

}

.nav-mobile {

    display: none;

}

.footer-b-l a:hover {

    text-decoration: underline;

}



.zhezhao {

    position: fixed;

    top: 180px;

    right: 40px;

    width: 1100px;

    height: 600px;

    opacity: 1;

}

.tankuang {

    position: relative;

    width: 788px;

    height: 400px;

    background: url(../img/message/bananer.png);

    border-radius: 10px;

    border-radius: 5px;

    margin: 5% auto;

    padding-left: 160px;

    padding-top: 50px;

    padding-right: 150px;

}

.con-d {

    width: 100%;

    margin: 0 auto;

    overflow: hidden;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.con-f1{

    width: 100%;

    height: 50px;

    background: #F1F1F1;

    opacity: 1;

    border-radius: 5px;

    position: relative;

}

.con-f1 input {

    font-size: 16px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #999999;

}

input::-webkit-input-placeholder{

    color: #999999;

    }

.con-f {

    width: 49.5%;

    height: 50px;

    background: #F1F1F1;

    opacity: 1;

    border-radius: 5px;

    margin-bottom: 0px;

    margin: 10px 0 10px 0;

    position: relative;

}

.input-img{

    position: absolute;

    right: 10px;

    top: 10px;

}

.con-f1 input {

    height: 50px;

    line-height: 50px;

    width: 94%;

    outline: none;

    padding-right: 50px;

    font-size: 18px;

    font-family: Alibaba PuHuiTi;

    outline: none;

    border: none;

background: #F1F1F1;

    font-weight: 400;

    color: rgba(17, 17, 17, 0.5);

    text-indent: 21px;

    border-radius: 5px;

}

.textarea1{

      position: relative;

}

.con-d textarea {

    width: 738px;

    height: 100px;

    background: #F1F1F1;

    opacity: 1;

    border-radius: 5px;

    outline: none;

    border: none;

    font-size: 18px;

    font-family: Alibaba PuHuiTi;

    font-weight: 400;

color: #999999 !important;

    padding-right: 50px;

    text-indent: 21px;

    padding-top: 16px;

  

}

.tk-f button{

    width: 788px;

height: 50px;

background: #CF8A19;

opacity: 1;

border-radius: 25px;

outline: none;
cursor: pointer;
border: none;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 21px;
color: #FFFFFF;
margin-top: 30px;
}

.textarea1 img{

    position: absolute;

    top: 7px;

    right: 10px;

}

.con-f input{

    height: 50px;

    line-height: 50px;

    width: 86.5%;

    outline: none;

    padding-right: 50px;

    font-size: 18px;

    font-family: Alibaba PuHuiTi;

    outline: none;

    border: none;

background: #F1F1F1;

    font-weight: 400;

    color: rgba(17, 17, 17, 0.5);

    text-indent: 21px;

    border-radius: 5px;

}

.tk-header h6{

font-size: 22px;

font-family: Microsoft YaHei;

font-weight: bold;

line-height: 29px;

color: #002E63;

}

.tk-header{

    display: flex;

    justify-content: space-between;

    margin-bottom: 25px;

}

.bianji{

    width: 60px;

    height: 60px;

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

    opacity: 1;

    background: url(../img/education/education_index/bianji-1.png) no-repeat;

    background-size: 100%;

    transition: all 0.3s;

    cursor: pointer;

    margin-bottom: 7px;

}

.bianji:hover{

    background: url(../img/education/education_index/bianji.png);

}

.header_wx{

    position: relative;

}

.wx_hide{

position: absolute;

    opacity: 0;

    /* display: none; */

    top: 21px;

   left: -88px;
    transition: all 0.3s;
    width: 200px;

}
.f-logo1{
    width: 253px
}
.header1-logo{
    width: 527px;
}
.wx_show{

    cursor: pointer;

}

.wx_show:hover + .wx_hide{

    opacity: 1;

    z-index: 10;

    /* display: block; */

}

.mobile{

    display: none;

}

@media screen and (max-width: 1500px){
    .tankuang{
        padding-top: 40px;
    }
    /* .con-l-tit{
        height: 80px;
    }
    .con-l-tit img{
        margin-top: 36px;
    }
    .con-l-tit h5, .con-l-tit h5 a{
        line-height: 80px;
    }
    .con-l-tit h5::after{
        top: 60px;
    }
    .con-l li {
        height: 55px;
    } */
    .header1 {

      width: 90%;

    }

    .nav li {

        width: 100%;

    }

    .nav,.footer-con,.footer-b {

        width: 90%;

    }

    

  }

  @media screen and (max-width: 1100px){

    .headr_t_c {

        width: 80%;

    }

    .header1 .from {

        display: none;

    }

  }

  @media screen and (max-width: 1200px){

  .h_logo{

      width: 85%;

  }

  .con-l li {

    margin-left: 10px;

    width: auto;

}

  }

  @media screen and (max-width: 700px){
      .xx{
        top: 19px;
        right: 5px;
      }
      .xx img {
        width: 25px;
    }
      .f-logo1{
          display: block;
          margin: 0 auto;
      }
      .con {
          padding-top: 0;
          
      }
      

      .footer-r {
        width: 100%;
        text-align: center;
    }
    .con-l img {
        margin-right: 0px;
        margin-left: 5px;
        margin-top: 20px;
    }
      .con{
          display: block;
          margin-top: 30px;
      }
      .con-l ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
      }
      .con-l li {
        margin-left: 0;
      }
      .con-l .active4{
        border-bottom:none;
      }
      .con-r{
        width: 100%;
        margin: 0 auto;
      }
      .con-l {
        width: 100%;
        display: flex;
        height: auto;
        position: static;
      }
      .con-l-tit {
        width: 90px;
      }
      .con2{
          width: 96%;
          margin:  0 auto;
          padding-left: 0;
      }
      .con-l li a {
        line-height: 50px;
    }
    .zhezhao {
        position: fixed;
        top: 221px;
        right: 60px;
        width: 300px;
        height: 600px;
        opacity: 1;
    }
    .tankuang {
        position: relative;
        width: 300px;
        height: 420px;
        background: url(../img/message/bananer.png);
        border-radius: 10px;
        border-radius: 5px;
        margin: 5% auto;
        padding-left: 18px;
        padding-top: 20px;
        padding-right: 0;
        background-size: 110% 110%;
    }
    .tk-header {
        margin-left: 10px;
    }
    .tk-header h6 {
        font-size: 16px;
    }
    .con-d {
        width: 100%;
        margin: 0 auto;
    }
    .con-f1 {
        width: 90%;
        margin: 0 auto;
    }
    .con-f1 input {
        height: 50px;
        line-height: 50px;
        width: 63%;
        outline: none;
        padding-right: 50px;
        font-size: 18px;
        text-indent: 21px;
        border-radius: 5px;
    }
    .con-f input {
        height: 50px;
        line-height: 50px;
        width: 83%;
        outline: none;
        padding-right: 0px;
        font-size: 18px;
        font-family: Alibaba PuHuiTi;
        outline: none;
        border: none;
        background: #F1F1F1;
        font-weight: 400;
        color: rgba(17, 17, 17, 0.5);
        text-indent: 21px;
        border-radius: 5px;
        margin: 0 auto;
    }
    .textarea1 {
        position: relative;
        margin: 0 auto;
        width: 90%;
    }
    .con-d textarea {
        width: 90%;
        height: 100px;
        background: #F1F1F1;
        opacity: 1;
        border-radius: 5px;
        outline: none;
        border: none;
        font-size: 18px;
        font-family: Alibaba PuHuiTi;
        font-weight: 400;
        color: #999999 !important;
        padding-right: 28px;
        text-indent: 21px;
        padding-top: 16px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .tk-f{

        width: 80%;
    margin: 0 auto;
   
    }
    .tk-f button {
        margin: 0 auto;
        width: 100%;
        height: 30px;
        margin-top: 10px;
    }
    .con-f {
        width: 90%;
        height: 50px;
        background: #F1F1F1;
        opacity: 1;
        border-radius: 5px;
        margin-bottom: 0px;
        position: relative;
        margin: 0 auto;
        margin-top: 10px;
    }
    .bianji {

        width: 30px;

        height: 30px;

    }

    .bianji:hover {

        background-size: 100%;

    }

    .nav-mobile {

        display: block;

    }

    .nav2 {

        margin-top: 0;

        position: fixed;

        left: 0;

        top: 0;

        bottom: 0;

        width: 55%;

        overflow: hidden;

        z-index: 99;

        padding: 20px 0 40px;

        transform: translateX(-110%);

        box-shadow: 0 0 6px rgb(0 58 119 / 20%);

        transition: all .5s ease;

        background: #fff;

        display: block;

        height: auto;

        opacity: 0.9;

        color: #FFFFFF;

        padding-top: 25px;

    }

/* 111 */

.list-title{

    display: inline-block;

    width: 100%;

    max-width: 200px;

    border-top: solid 1px #ccc;

    border-left: solid 1px #ccc;

    border-right: solid 1px #ccc;

    background: #FFF;

    text-align: center;

    height: 60px;

    line-height: 60px;

    font-size: 20px;

    color: #003366;

    font-weight: bold;

    cursor: pointer;

}

.accordion {

    width: 100%;

    /* max-width: 200px; */

    /* border: solid 1px #ccc; */

    background: #FFF;

}

.link2 a{

    color: #4D4D4D;

}

.accordion .link2 {

    cursor: pointer;

    display: block;

    padding: 15px 15px 15px 42px;

    color: #4D4D4D;

    font-size: 14px;

    font-weight: 700;

    border-bottom: 1px solid #CCC;

    position: relative;

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

}



.accordion li:last-child .link2 {

    border-bottom: 0;

}

.accordion li{

    cursor: pointer;

}

.accordion li i {

    position: absolute;

    top: 16px;

    left: 12px;

    font-size: 18px;

    color: #595959;

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

}



.accordion li i.fa-chevron-down {

    right: 12px;

    left: auto;

    font-size: 16px;

}



.accordion li.open .link2 {

    color: #003366;

}



.accordion li.open i {

    color: #003366;

}



.accordion li.open i.fa-chevron-down {

    -webkit-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg);

}



/**

 * Submenu

 -----------------------------*/

.submenu {

    display: none;

    background: #f5f5f5;

    font-size: 14px;

}



.submenu li {

    border-bottom: 1px solid #d6d7dc;

}



.submenu a {

    display: block;

    text-decoration: none;

    color: #666;

    padding: 12px;

    padding-left: 42px;

    -webkit-transition: all 0.25s ease;

    -o-transition: all 0.25s ease;

    transition: all 0.25s ease;

}



.submenu a:hover ,.submenu li.current a{

    background: #003366;

    color: #FFF;

}







/* 111 */





    .header1 .from,.header_wx{

        display: none;

    }

    .header1 a img{

        width: 100%;

    }

    .mobile{

        display: block;

    }

    .mobile img{

        width: 30px;

    }

    .header_jt {

        width: 35px;

        height: 22px;

        border-right: 1px solid #003366;

        border-left: none;

        margin-left: 15px;

        margin-top: 5px;

        margin-right: 5px;

    }

    .header_jt img {

        margin-left: 0;

    }

    .header{

        height: 60px;

    }

    .nav{

        display: none;

    }

    .footer-l{

        display: none;

    }

    .link{

        display: block;

        height: auto;

        margin-bottom: 20px;

    }

    .link li{

        margin-top: 0;

    }

    .link a {

        font-size: 12px;

    }

    .link h6 {

        font-size: 14px;

        margin-top: 20px;

        margin-right: 0;

    }

    .footer{

        padding-top: 20px;

    }
.header1-logo{
    width: 60%;
}
    #back_top {

        width: 30px;

        height: 30px;

        background-size: 100%;

    }

    .message {

        width: 30px;

        height: 30px;

    }

    .process{

        right: 10px;

    }

    .footer-r h6 {

        font-size: 14px;

        margin: 10px 0 7px 0;

    }

    .footer-r li {

        margin-bottom: 5px;
        margin: 0 auto;
        width: 67%
    }

    .footer-b-l {

        display: block;

    }

    .footer-b{

        padding-top: 15px;

    margin-top: 15px;

    padding-bottom: 5px;

    }

    .footer-b-l ul {

        display: flex;

        margin-top: 5px;

        width: 200px;

    }

    .message:hover{

        width: 30px;

        height: 30px;

        background-size: 100%;

      }

      #back_top:hover{

        width: 30px;

        height: 30px;

        background-size: 100%;

      }

      .header1-r {

        margin-top: 6px;

    }

    .headr_t_c a {

        font-size: 12px;

    }

    .header-t h4 {

        font-size: 18px;

    }

    .headr_t_c {

        width: 90%;

    }

    .more {

        font-size: 14px;

    }

  

  }





