* {
    margin: 0;
    padding: 0;
}
input{
    border:0;outline:0;
}

ul,li{
    list-style: none;
    margin-bottom: 0px;
}
a{
    text-decoration: none;
  color:#333;

}
a:hover{
  color:#3399ff;
  text-decoration: none;
}
h3{
    margin-top: 0;
    margin-bottom: 0px;
}
p{
    margin-bottom: 0;
    margin-top: 0;
}
body{ 
    color:#333;
  font-size:14px;
  font-family: "微软雅黑";
  min-width: 320px;
  overflow: hidden;
  overflow-y: scroll;
}
.w1200{
    width:1200px;
    margin:0 auto;
}
header{
    height: 105px;
}
.head_top{
  width:100%;
  height:36px;
  border-bottom: solid 1px #e5e5e5;
  background-color:#F8F8F8;
  line-height: 36px;
}
.head_top .right span{
  float:left;
}

.head_top .right a:last-child{
  color:#F68C42;
}
.head_top .right img{
  position: relative;
  top:4px;
  left:5px;
}
.logo {
    margin-top: 24px;
    display: block;
    float: left;
}

.nav_btn, .search_btn,.phone_btn {
    display: none;
}

.search {
    float: left;
    margin-left: 177px;
}

.search .main {
    display: block;
    width: 313px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #3399ff;
    box-sizing: border-box;
    margin-top: 32px;
}

.search .main img {
    display: inline-block;
    margin-top: 5px;
    margin-right: 14px;
    vertical-align: top;
    float:right;
    cursor: pointer;
}

.search .main input[type="text"] {
    vertical-align: top;
    width: 250px;
    height: 36px;
    font-size: 14px;
    margin-left: 12px;
    line-height: 36px;
    color: #333;
}

.customer_service {
    float:left;
    margin-left: 98px;
    font-size:18px;
    color:#3399ff;
    margin-top: 12px;
}
.customer_service img{
    position: relative;
    bottom:-4px;
}
.customer_service .phone{
    font-size:22px;
    font-weight: bold;
    color:#444;
}
header .sign_up{
    height:32px;
    font-size:14px;
    line-height: 32px;
    color:#3399ff;
    width:104px;
    border:solid 1px #3399ff;
    border-radius: 16px;
    float:right;
    text-align: center;
    margin-top: 32px;
    margin-right: 26px;
}
.nav_list {
    width: 100%;
    height: 50px;
    background: #3399ff;
}

.nav_list_con1 > li {
    display: inline-block;
    position: relative;
    width:10%;
    float:left;
}
.nav_list_con1 > li > a {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    display: block;
    text-align: center;
    transition: ease-in-out .3s;
}
.nav_list_con1 > li:hover > a,
.nav_list_con1 > li.active > a,
.nav_list_con2 > li:hover > a,
.nav_list_con2 > li.active > a,
{
    color: #FFD21E;
}

.nav_list_con2 > li:hover > a,
.nav_list_con2 > li.active > a,
{
    background: #3399ff;
}

.nav_list_con1 > li > a::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #fff;
    float: left;
    margin-top: 16px;
}

.nav_list_con1 > li i.nav_btn2 {
    display: none;
}

.nav_list_con1 > li:first-child > a::before {
    display: none;
}
.nav_list_con2 {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    background: rgba(217, 43, 43, 0.9);
    min-width: 100%;
    display: none;
}
.nav_list_con2 > li {
    display: block;
    position: relative;
}
.nav_list_con2 > li > a {
    display: block;
    line-height: 42px;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    padding: 0 40px 0 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.nav_list_con2 > li > i.nav_btn3 {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.nav_list_con2 > li > i.nav_btn3 img {
    display: block;
    height: 15px;
}
.content_box{
    padding-bottom: 60px;
}
.advantage{
  width:100%;
  height:87px;
  background-color:#dc191a;
  clear:both;
  overflow: hidden;
}

.advantage li{
  width:25%;
  float:left;
  color:#fff;
  font-size:20px;
  line-height: 87px;
}
.advantage img{
  margin:0px 20px 0 0;
  /*position: relative;
  top:15px;*/
}

.entrance{
  width:100%;
  overflow: hidden;
  background-color: #f2f2f2;
  padding-top:48px;
  border-bottom: solid 1px #cccccc;
  padding-bottom:30px;
}
.entrance .news_entrance{
  width:80%;
  float:left;
}
.entrance .news_entrance div{
  width:12.5%;
  float:left;
}
.entrance .news_entrance div a{
  display: block;
  width:100%;
  margin-bottom: 18px;
  color:#707070;
}
.entrance .news_entrance div a:hover{
  color:#3399ff;
}
.entrance .code{
  width:20%;
  float:right;
}
.entrance .code div{
  float:left;
  text-align: center;
  margin-left: 34px;
}
.entrance .code div h3{
  margin-bottom: 22px;
  font-size:16px;
  color:#707070;
}
.entrance .code div:first-child{
  margin-left: 0;
}
.entrance .code div img{
  width:100px;
height: 100px;
}
.friend_links{
   width:100%;
  overflow: hidden;
  background-color: #f2f2f2;
  padding-top: 30px;
  border-bottom: solid 1px #cccccc;
}
.friend_links a{
  color:#707070;
  float:left;
  padding:0 29px;
  margin-bottom: 24px;
}
.friend_links a:hover{
  color:#3399ff;
}
.entrance .news_entrance h3,.friend_links h3{
  color:#707070;
  font-size:16px;
  margin-bottom: 24px;
}
.foot{
  overflow: hidden;
  width:100%;
  background-color: #f2f2f2;
  padding:27px 0;
}
.foot a,.head_top a{
  color:#999999;
  float:left;
  padding:0 10px;

}
.foot .left,.head_top .left{
  float:left;
}
.foot .right,.head_top .right{
    position: relative;
  float:right;
}
.foot .left span,.head_top .left span{
  float:left;
  color:#999999;
}
.foot .left a:hover,.head_top a:hover{
  color:#3399ff;
}
.foot2{
  display: none;
}

#online_service{
    position: fixed;
    top:50%;
    right:0px;
    width:70px;
    text-align: center;
    margin-top:-148px;
}
#online_service img{
    margin-bottom: 10px;
    /*width:25px;*/
}
#online_service li{
    position: relative;
}
#online_service li a {
    color:#F5F5F5 ;
   /* float: left;*/
    display: block;
    background-color:#3399ff;
    padding: 7px 0;
    position: relative;
}
#online_service li a.dh{
    position: absolute;
    top: 0;
    right: -109px;
    height: 72px;
    background-color:#3399ff;
    padding:7px;
    line-height: 56px;

}
#online_service li.zxdh{
    transition: 0.3s all ease;

    
}
#online_service li.zxdh:hover{
    transform: translateX(-109px);
}
#online_service li a .wechat_code{
    position: absolute;
    left:0px;
    top:0;
    width:0px;
    height:0px;
    z-index:99999;
    opacity: 0;
}
#online_service li{
    margin-top: 2px;
}

@media only screen and (max-width: 768px) {
    .advantage,.entrance,.index_training_institutions{
        display: none;
    }
    #online_service{
        display: none;
    }
    .w1200 {
        width: 96%;
    }
    header {
        background: rgba(255, 255, 255, 0.9);
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        padding:8px 0;
    }
    .head_top{
        display: none;
    }

    .logo {
        float: left;
        display: block;
        height: 40px;
        margin-top: 0;
    }

    .nav_btn, .search_btn,.phone_btn {
        display: block;
        float: right;
    }

    .nav_btn {
        margin-top: 4px;
        margin-right: 10px;
    }

    .search_btn {
        margin-top: 7px;
        margin-right: 15px;
    }
    .index_main1 {
        display: none;
    }
    .search
    {
        margin-left:0;
    }
    .search,.customer_service {
        position: fixed;
        left: 100%;
        top: 60px;
        height: calc(100vh - 60px);
        width: 100%;
        border-top: 1px solid #eee;
        box-sizing: border-box;
        transition: left ease-in-out .3s;
        background: rgba(255, 255, 255, 0.9);
        /*padding-top: 48%;*/
        z-index: 99;
    }
    .sign_up{
        display: none;
    }

    .search.act {
        left: 0;
    }

    .search .main {
        width: 96%;
        margin: 0 auto;
        height: 40px;
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        left: 2%;
    }

   

    .search .main input[type="text"] {
        width: 70%;
        height: 38px;
        margin-left: 2%;
        line-height: 38px;
    }

    .search .main a {
        width: 25%;
        height: 38px;
        line-height: 38px;
    }

    .search ul {
        width: 96%;
        /*margin: 0 auto;*/
        height: 40px;
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        left: 2%;
        margin-top: 45px;
        margin-right: 0;
    }

    .search ul li {
        margin-top: 0;
        margin-right: 12px;
    }

    .search ul li a {
        font-size: 14px;
        color: #999999;
        line-height: 24px;
    }
 .nav_list {
        position: fixed;
        left: 100%;
        width: 80%;
        top: 56px;
        height: calc(100vh - 60px);
        z-index: 99;
        background: rgba(219, 16, 17, 0.9);
        overflow-y: auto;
        transition: ease-in-out .3s;
    }

    .nav_list.act {
        left: 20%;
    }

    .nav_list_con1 {
        display: block;
        padding-bottom: 40px;
    }

    .nav_list_con1 > li {
        float:none;
        width:100%;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    }

    .nav_list_con1 > li > a {
        display: inline-block;
        line-height: 20px;
        font-size: 14px;
        padding: 10px 0;
    }

    .nav_list_con1 > li:hover > a,
    .nav_list_con2 > li:hover > a,
     {
        color: #fff;
        background: transparent;
    }

    .nav_list_con2 > li:hover > a,
    .nav_list_con2 > li.active > a,
    .nav_list_con3 > li:hover > a,
     {
        background: transparent;
    }

    .nav_list_con1 > li.act > a,
    .nav_list_con2 > li.act > a,
     {
        /*background: #135A34;*/
        background: transparent;
        color: #FFD21E;
    }

    .nav_list_con1 > li > a::before {
        display: none;
    }

    .nav_list_con1 > li i.nav_btn2 {
        display: inline-block;
        float: right;
        padding-left: 50%;
        position: absolute;
        right: 0;
        /*top: 50%;*/
        margin-top: 13px;
    }

    .nav_list_con1 > li i.nav_btn2 img {
        height: 18px;
        display: block;
        transition: ease-in-out .3s;
        transform: rotateZ(0deg);
    }

    .nav_list_con1 > li.act i.nav_btn2 img {
        transform: rotateZ(90deg);
    }

    .nav_list_con2 {
        position: static;
        width: 100%;
        left: 0;
        background: transparent;
        /*border-top: 1px solid rgba(255, 255, 255, 0.6);*/
        /*margin-bottom: 10px;*/
    }

    .nav_list_con2 > li {
        border-top: 1px solid rgba(255, 255, 255, 0.6);
    }

    .nav_list_con2 > li > a {
        display: inline-block;
        line-height: 20px;
        white-space: unset;
        font-size: 14px;
        padding: 10px 20px;
        border-top: 0 solid transparent;
    }

    .nav_list_con2 > li i.nav_btn3 {
        display: inline-block;
        float: right;
        padding-left: 10%;
        position: absolute;
        right: 0;
        /*top: 50%;*/
        margin-top: 13px;
        top: 0;
        transform: translateX(0);
    }

    .nav_list_con2 > li i.nav_btn3 img {
        height: 18px;
        display: block;
        transition: ease-in-out .3s;
        transform: rotateZ(0deg);
    }

    .nav_list_con2 > li.act i.nav_btn3 img {
        transform: rotateZ(90deg);
    }
     .entrance .news_entrance{
        width:100%;
        float:none;
        overflow: hidden;
    }
    .entrance .news_entrance div{
        width:33.333%;
        margin-bottom:20px;
    }
    .entrance .code{
        float:none;
        width:100%;
    }
    .friend_links a{
        padding:0 10px;
    }
    .foot .left, .head_top .left{
        float:none;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .foot .right, .head_top .right{
        float:none;
    }
    .advantage{
        height:auto;
        overflow: hidden;
    }
    .advantage li{
        width:100%;
    }
    .foot{
        margin-bottom: 64px;
    }
    .foot2 {
        background: #f6f6f6;
        position: fixed;
        bottom: 0;
        left: 0;
       width:100%;
        z-index: 9;
        display: flex;
        border-top: 1px solid #dcdcdc;
        box-sizing: border-box;
    }

    .foot2 a {
        flex: 1;
        text-align: center;
    }
    .foot2 a.on span {
        background-position: bottom center;
    }

    .foot2 a p {
        font-size: 12px;
        color: #333;
        margin-bottom: 10px;
    }
    .foot2 .iconfont{
        font-size:25px;
        margin:7px 0;
        display: inline-block;
        color:#333;
    }
    .foot2 a.on p {
        color: #3399ff;
    }
    .foot2 a.on .iconfont{
         color: #3399ff;
    }
    .content_box{
        padding-bottom: 0px;
    }
}


.head_top .right a.user {
    margin-right: 5px;
    font-size: 14px;
    height: 65px;
}

.head_top .right a.user img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
}

.head_top .right a.user span {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #767676;
    transform: rotateZ(90deg);
    font-family: SimSun;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 10px;
    float: none;
}
.user-list {
    position: absolute;
    background: #fff;
    z-index: 9;
    padding: 20px 28px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .15);
    top: 30px;
    left: 0;
    display: none;
}

.user-list li a {
    font-size: 16px;
    line-height: 35px;
    color: #555555;
    white-space: nowrap;
    height: 35px;
    margin: 0;
    display: block;
}

.user-list li a:hover {
    color: #dc1516;
}
.bg {
    background: #000;
    opacity: .5;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.register {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 440px;
    max-width: 92%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 11;
    padding: 18px 40px 30px;
    display: none;
}

.register h2 {
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

.register h2 img {
    float: right;
    cursor: pointer;
}

.register input[type='text'], .register input[type='password'] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    height: 42px;
    margin-top: 10px;
    padding: 0 15px;
    font-size: 14px;
    background-image: url("../images/icon-zc.png");
    background-repeat: no-repeat;
}

.register input[type='text']:nth-child(1) {
    background-position: 320px 10px;
}

.register input[type='text']:nth-child(2) {
    background-position: 320px -20px;
}

.register input[type='text']:nth-child(3) {
    background-position: 320px -50px;
}

.register input[type='password']:nth-child(4),
.register input[type='password']:nth-child(5) {
    background-position: 320px -80px;
}

.register div div input[type='text'] {
    width: 220px;
    float: left;
}

.register div div img {
    float: right;
    margin-top: 13px;
    width: 120px;
    height: 35px;
}

.register label {
    font-size: 13px;
    line-height: 14px;
    color: #999999;
    margin-top: 18px;
    display: block;
}

.register label input[type='checkbox'] {
    vertical-align: top;
}

.register label a {
    color: #3399ff;
}

.register input[type='submit'] {
    width: 100%;
    display: block;
    height: 42px;
    background: #3399ff;
    color: #fff;
    margin-top: 22px;
    margin-bottom: 15px;
}

.register a,
.login a {
    display: inline-block;
    font-size: 12px;
    color: #555555;
    line-height: 15px;
    margin-right: 20px;
}

.register a:hover,
.login a:hover {
    color: #dc1516;
}

.register a img,
.login a img {
    vertical-align: top;
    margin-right: 5px;
}

.register > p {
    float: right;
    font-size: 12px;
    color: #555;
}

.register > p span {
    color: #dc1516;
    cursor: pointer;
}

.login {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 455px;
    max-width: 92%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 11;
    padding: 46px;
    display: none;
}

.login .close-btn,
.password .close-btn,
.password2 .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.login .t,
.password .t,
.password2 .t {
    border-bottom: 1px solid #e0e0e0;
}

.login .t h2,
.password .t h2,
.password2 .t h2 {
    color: #dc1516;
    display: inline-block;
    line-height: 18px;
    font-size: 18px;
    border-bottom: 2px solid #dc1516;
    padding-bottom: 14px;
}

.login input[type='text'],
.login input[type='password'],
.password input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    height: 42px;
    margin-top: 20px;
    padding: 0 15px;
    font-size: 14px;
}

.login div,
.password div {
    position: relative;
}

.login div input[type='text'],
.password div input[type="text"] {
    padding-right: 115px;
}

.login div img,
.password div img {
    display: block;
    width: 110px;
    height: 34px;
    position: absolute;
    top: 24px;
    right: 8px;
    border-left: 1px solid #d0d0d0;
    padding-left: 10px;
}

.login input[type='submit'],
.password input[type='submit'],
.password2 input[type='button'] {
    width: 100%;
    display: block;
    height: 42px;
    background: #3399ff;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 18px;
}

.login > p {
    float: right;
    font-size: 12px;
    color: #555;
    margin-top: 3px;
}

.login > p span {
    cursor: pointer;
}

.login > p span:last-child, .login > p span:hover {
    color: #dc1516;
}

.password {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 455px;
    /*height: 420px;*/
    margin-top: -167px;
    margin-left: -227px;
    box-sizing: border-box;
    z-index: 11;
    padding: 46px;
    display: none;
}

.password input[type='submit'] {
    margin-bottom: 0;
}

.password2 {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 455px;
    /*height: 420px;*/
    margin-top: -167px;
    margin-left: -227px;
    box-sizing: border-box;
    z-index: 11;
    padding: 46px;
    display: none;
}

.password2 > img.cg {
    display: block;
    margin: 52px auto 0;
}

.password2 p {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-top: 30px;
    color: #555555;
}

.password2 input[type='button'] {
    margin-top: 70px;
}
table{
    max-width: 100%;
}
table td{
    border: solid 1px #ddd;

}
table td p{
   
}

.login_sly {
    background: #fff;
    width: 455px;
    margin: 25px auto;
    max-width: 92%;
    box-sizing: border-box;
    padding: 46px;
}
.login_sly a {
    display: inline-block;
    font-size: 12px;
    color: #555555;
    line-height: 15px;
    margin-right: 20px;
}

.login_sly a:hover {
    color: #dc1516;
}

.login_sly a img {
    vertical-align: top;
    margin-right: 5px;
}
.login_sly .t,
.password .t,
.password2 .t {
    border-bottom: 1px solid #e0e0e0;
}

.login_sly .t h2,
.password .t h2,
.password2 .t h2 {
    color: #dc1516;
    display: inline-block;
    line-height: 18px;
    font-size: 18px;
    border-bottom: 2px solid #dc1516;
    padding-bottom: 14px;
}

.login_sly input[type='text'],
.login_sly input[type='password'],
.password input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    height: 42px;
    margin-top: 20px;
    padding: 0 15px;
    font-size: 14px;
}

.login_sly div,
.password div {
    position: relative;
}

.login_sly div input[type='text'],
.password div input[type="text"] {
    padding-right: 115px;
}

.login_sly div img,
.password div img {
    display: block;
    width: 110px;
    height: 34px;
    position: absolute;
    top: 24px;
    right: 8px;
    border-left: 1px solid #d0d0d0;
    padding-left: 10px;
}

.login_sly input[type='submit'],
.password input[type='submit'],
.password2 input[type='button'] {
    width: 100%;
    display: block;
    height: 42px;
    background: #3399ff;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 18px;
}

.login_sly > p {
    float: right;
    font-size: 12px;
    color: #555;
    margin-top: 3px;
}

.login_sly > p span {
    cursor: pointer;
}

.login_sly > p span:last-child, .login_sly > p span:hover {
    color: #dc1516;
}