@charset "utf-8";
/*头部header*/
.pz_top{
    width:100%;
}
.back1{
    float:left;
    width:100%;
    background-size:auto 100%;
    z-index:999;
}
.logo{
    float:left;
    width:240px;
    height:60px;
    margin:0;
}
.logo img{
    height: 60px;
    width: auto;
    margin-top: 16px;
}
/*电脑pc端导航menu*/
.menu_pc{
    float:left;
    padding-left:0;
    margin-left: 20px;
    display:block;
}
.menu_pc ul .nli{
    float:left;
    z-index:15;
    margin:0 15px;
}
.menu_pc ul .nli span a{
    float:left;
    height:88px;
    line-height:88px;
    color:#334ed0;
    font-size:16px;
    position:relative;
}
.menu_pc ul .nli span a:after{
    position:absolute;
    width:0;
    height:3px;
    content:"";
    background-color:#3e49b5;
    left:50%;
    top:85px;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);}
.menu_pc ul .nli span a:hover,
.menu_pc ul .nli.on span a{
    color:#3e49b5;
}
.menu_pc ul .nli.on span a:after,
.menu_pc ul .nli:hover span a:after{
    width:100%;
}
/*电脑端menu下拉*/
.menu_bg{
    display:none;
    float:left;
    width:100%;
    position:absolute;
    left:0;
    top:87px;
    background:#fff;
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
    padding:40px 0;
}
.menu_bg .sub{
    float:left;
    width:101%;
    /*background:url(images/menu4.png) center top repeat-y;*/
}
.menu_bg .sub .l1{
    float:left;
    width:50%;
    position:relative;
}
.menu_bg .sub .l1 .l1_pic{
    float:left;
    width:320px;
    height:160px;
    position:absolute;
    left:0;
    top:0;
}
.menu_bg .sub .l1 .l1_text{
    float:left;
    width:100%;
    padding:6px 0 6px 320px;
}
.menu_bg .sub .l1 .l1_text h1{
    float:left;
    width:100%;
    color:#2e3092;
    font-size:18px;
    font-weight: bold;
    line-height:28px;
    height:28px;
    overflow:hidden;
    padding:0 6.4% 0 4.3%;
}
.menu_bg .sub .l1 .l1_text h2{
    float:left;
    width:100%;
    color:#333333;
    font-size:16px;
    line-height:26px;
    height:26px;
    overflow:hidden;
    padding:0 6.4% 0 4.3%;
    margin-top:2px;
}
.menu_bg .sub .l1 .l1_text p{
    float:left;
    width:100%;
    color:#999999;
    font-size:14px;
    line-height:29px;
    height:87px;
    overflow:hidden;
    padding:0 6.4% 0 4.3%;
    margin-top:5px;
}
.menu_bg .sub .l1:hover .l1_text h2{
    color:#005ca1
}
.menu_bg .sub .l2{
    float:left;
    width:50%;
    padding-left:1.5%;
}
.menu_bg .sub .l2 li{
    float:left;
    width:50%;
    padding:0 2% 0 2%;
    border-bottom: 1px dashed #e6e6e6;
}
.menu_bg .sub .l2 li a{
    float:left;
    width:100%;
    line-height:48px;
    font-size:16px;
    color:#333333;
    /*background:url(images/menu2.png) right center no-repeat;*/
}
.menu_bg .sub .l2 li a i{
    font-size: 24px;
    margin-right: 10px;
    font-style: normal;
    color: #0285ed;
}
.menu_bg .sub .l2 li:hover a{
    color:#029fea;
    text-indent: 10px;
}
/*手机端menu导航*/
.menu_phone_header{
    height: 80px;
    background: white;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
}
.menu_phone_header .left {
    width: 43%;
    float: left;
    margin-left: 3%;
}
.menu_phone_header .left img{
    width: 180px;
    margin: 10px 10px 10px 0px;
    height: 60px;
}

.menu_phone_header .right {
    float: right;
    margin-right: 5%;
}
.menu_phone_header .right img {
    width: 30px;
    margin-top: 26px;
}
.menu_phone_main {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    min-height: 300px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 16;
}
.menu_phone_main>ul {
    width: 100%;
    padding: 20px 0;
}
.menu_phone_main>ul>li {
    width: 100%;
    border-bottom: 1px dashed #fff;
}
.menu_phone_main>ul>li>a {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    line-height: 35px;
    font-size: 14px;
}
.menu_phone_main>ul>li>div {
    width: 100%;
    display: none;
}
.menu_phone_main>ul>li>div>a {
    display: block;
    width: 50%;
    margin: auto;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-top: 1px solid #fff;
}
@media screen and (max-width:1440px) {
    .menu_pc ul .nli{
        margin:0 20px;
    }
    .menu_bg .sub .l1 .l1_pic{
        width:266px;
        height:133px;
    }
    .menu_bg .sub .l1 .l1_text{
        padding:0 0 0 266px;
    }
    .menu_bg .sub .l1 .l1_text h2{
        font-size:14px;
    }
    .menu_bg .sub .l1 .l1_text p{
        font-size:12px;
        line-height:24px;
        height:72px;
    }
    .menu_bg .sub .l2 li{
        padding:0 4% 0 5%;
    }
    .menu_pc {
        float: left;
        padding-left: 0%;
    }
}
@media(max-width: 1280px){
    .menu_pc ul .nli {
        margin: 0 12px;
    }
}
@media screen and (max-width:1199px) {
    .menu_pc ul .nli{ margin:0 10px;}
    .menu_bg .sub .l1{ width:60%}
    .menu_bg .sub .l2{ width:40%}
    .menu_pc {
        float: left;
        padding-left:0;
    }
}

@media screen and (max-width:998px) {
    #header{
        width: 100%;
        height: 80px;
    }
    .back1 {
        display: none;
    }
    #header{
       background: transparent;
    }
    .menu_phone{
        display: block;
    }
    .menu_bg{
        display:none;
    }
    .menu_pc{
        display:none;
    }
}
@media only screen and (max-width: 780px) {
    .back1 {
        display: none;
    }
    .menu_phone {
        display: block;
    }
    .pz_main .title h2 {
        font-size: 24px;
        line-height: 55px;
    }
    .main_list_anli .mian .bd .box .kk a {
        width: 100px;
        height: 35px;
        font-size: 13px;
        line-height: 35px;
    }
    .main_list_anli .mian .bd .box .kk {
        margin-top: 0;
    }
    .main_list_anli .mian .bd .box .gg .a5 {
        width: 98%;
        height: 210px;
    }
    .main_list_anli .mian .bd .box .gg .a5 a {
        height: 200px !important;
    }
    .main_list_anli .mian .bd .box .gg {
        height: auto;
    }

}