﻿/*@charset "utf-8";
/* CSS Document */
body {
    overflow-x: auto;
    font-family: Microsoft Yahei,Arial, Helvetica, sans-serif; /*全局字体Microsoft Yahei  为流行的微软雅黑字体，如不需要，删除即可*/
    font-size: 14px; /*全局字体大小*/
    color: #666666; /*全局字体颜色*/
    min-width:1226px;
    /*如果还需要定义网页的背景颜色或图片可以继续写*/
}

.clear {
    clear: both; /*建立一个通用的清除浮动选择符*/
}

body, div, ul, ol, li, form, p, input, fieldset, h1, h2, h3, h4, h5, h6, dl, dt, dd, a {
    /*这些标签默认存在一些外边距、内边距等，必须提前清除*/
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: black;
}

.ri {
    float: right;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    color: #666666;
    font-size: 12px;
}

fieldset, img {
    /*有必要的时候把全局的图片边框去掉*/
    border: none;
}

input[type="button"] {
    border: none;
    cursor: pointer;
}

a, a:hover, a:link, a:visited {
    text-decoration: none;
    cursor: pointer;
}

select {
    border: 1px solid #cecccc;
    background: #ffffff;
    margin: 0 5px;
    border-radius: 5px;
    /* 鼠标样式 */
}

.pointer {
    cursor: pointer;
}

.clearfix:after {
    display: table;
    content: "";
    clear: both;
    zoom: 1;
}

/*声明 思源字体-Light*/
@font-face {
  font-family: '思源黑体CN-Normal';
  src: url('../font/SourceHanSansCN-Normal.otf') format('opentype');
  src:
    url('../font/SourceHanSansCN-Normal.woff') format('woff'),
    url('../font/SourceHanSansCN-Normal.ttf') format('truetype'),

}


.nav_con li:hover a, .nav_con li.active a {
    background: url(../AAImages/yellow.png) center bottom no-repeat;
    border-bottom: 2px #ffba1b solid;
}


/********************login 登录页********************/
.contentBox {
    width: 100%;
    height: calc(100% - 65px);
    position: fixed;
    background: url(../AAImages/bj.jpg) center no-repeat;
    background-size: cover;
}

.Login-foot {
    width: 100%;
    background: #ffffff;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.formbox {
    width: 310px;
    position: absolute; /*bottom: 30px;*/
    bottom: 46%;
    margin-bottom: -224px;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 0px 11px #ffffff;
    -webkit-box-shadow: 0px 0px 11px #ffffff;
    -moz-box-shadow: 0px 0px 11px #ffffff;
}

#logo_header {
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0;
}

.logo {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 34px;
}

.logo_img img {
    max-width: 100%;
}



.L-imgbox {
    position: absolute;
    left: 0%;
    bottom: 50%;
    margin-bottom: -160px;
}

.L-img {
    width: 400px;
    margin-top: 20px;
}

    .L-img img {
        width: 100%;
    }


.w-login {
    float: left;
    width: 310px;
    text-align: center;
    margin-top: 2px;
    border-right: 1px solid #eee;
}

.w-img {
    width: 200px;
    height: 200px;
    margin: auto;
    border: 3px solid #7561ce;
}

    .w-img img {
        width: 200px;
        height: 200px;
    }

.w-login h3 {
    font-size: 16px;
    color: #6f5bbe;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}



.fm_conetent {
    width: 250px;
    float: left;
    margin-left: 45px;
    padding-top: 10px;
}

.fm_top {
    width: 100%;
    text-align: center;
}

    .fm_top h3 {
        font-size: 20px; /*color:#7561ce;*/
        font-weight: 100;
    }

.fm_login {
    padding-bottom: 44px;
    margin-top: 21px;
}

.field {
    margin-top: 15px;
    position: relative;
}

    .field label {
        display: block;
        width: 40px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        position: absolute;
        left: 1px;
        top: 0px;
        outline: 0;
        overflow: hidden;
        border-right: 1px solid #cecccc;
    }

    .field .icon img {
        width: 16px;
        padding-top: 5px;
    }

.fm_input .login_text {
    width: 210px;
    line-height: 14px;
    height: 14px;
    padding: 8px 8px 9px 50px;
    border: 1px solid #ddd;
}

.login-links {
    padding-top: 10px;
}

.rememberpass {
    width: 45%;
    float: left;
}

.forgetpass {
    width: 40%;
    float: right;
    text-align: right;
}

    .forgetpass a {
        color: #666666;
    }

.login_btn {
    font-size: 18px;
    border: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #7561ce;
    color: #fff;
}

.fm_btn {
    margin-top: 24px;
}

.yama {
    width: 120px !important;
    float: left;
}

.fm-ma {
    width: 68px;
    height: 31px;
    float: left;
    padding-left: 0px;
    border: 1px solid #dedede;
    border-left: none;
}

    .fm-ma img {
        width: 68px;
        height: 31px;
    }

.L-footbox {
    width: 95%;
    margin: auto;
    padding-top: 20px;
}

.L-footgf {
    width: 421px;
    float: left;
    color: #7561ce;
}

.L-footzb {
    width: 600px;
    float: right;
    text-align: right;
    padding-top: 10px;
}


/*@media screen and (max-width: 1440px) {
   

    .formbox {
        
       
       
        margin-top: 66px;
    }
    .Login-foot {    padding: 0px 0;
    }
}
@media screen and (max-width: 1366px) {
    .contentBox {
        height: 435px;
    }

    .formbox {
       
      
      
        margin-top: 21px;
    }
    .Login-foot {    padding: 0px 0;
    }
}

@media screen and (max-width: 1280px) {
    .contentBox {
        height: 500px;
    }

    .formbox {
    
        margin-top: 0px;
    }
    .Login-foot {    padding: 0px 0;
    }
}*/


/*********统一头部样式********/
.header {
    width: 100%;
    padding: 18px 0;
    background: url(../AAImages/top_bj.jpg) no-repeat;
}

.headBox {
    width: 1224px;
    margin: auto;
}

.hd-logo {
    width: 700px;
    float: left;
}

    .hd-logo img {
        max-width: 400px;
        width: 100%;
    }

.hd-topLeft {
    width: 220px;
    float: right;
    position: relative;
}

    .hd-topLeft > ul > li {
        /*padding-right: 19px;*/
        float: left;
    }

.pal-head {
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    float: left;
}

    .pal-head img {
        width: 35px;
        height: auto;
    }

.pal-name {
    margin-left: 6px;
    font-size: 14px;
    color: #ffffff;
    width: 55px;
    ;
    padding-right: 19px;
    float: left;
    margin-top: 6px;
}

    .pal-name span {
        display: inline-block;
        overflow: hidden;
        height: 25px;
        line-height: 25px;
    }

.hd-name {
    width: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hd_links {
    ;
}

.pal_set {
    width: 100px;
    text-align: center;
    height: 35px;
    line-height: 38px;
    display: inline-block;
    background: url(../AAImages/hd-name.png) no-repeat left;
    color: #ffffff;
    margin-right: 10px;
}

.pal_back {
    padding-top: 1px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    /*background: url(../AAImages/hd-back.png) no-repeat left;*/
    color: #ffffff;
}






/**************左边下拉菜单******************/
.nav {
    width: 100%;
    background: #f7f5ff;
    height: 50px;
    margin-bottom: 20px;
}

.menu {
    /*width: 1224px;
    margin: auto;*/
    width: 1224px;
    margin: auto;
    border-left: 1px solid #eee;
}

/**************中间主要内容******************/
.centen {
    width: 100%;
    position: relative;
}

.main {
    width: 1224px;
    margin: auto;
    margin-bottom: 10px;
}

.main_center {
}

.vice-nav {
    width: 100%;
    padding: 11px 0;
}

.vice_refresh {
    margin: 0 5px 0 10px;
    float: left;
}

    .vice_refresh .ice_re-left {
        background-position: left 0;
    }

    .vice_refresh .ice_re-right {
        background-position: center 0;
    }

    .vice_refresh .ice_re-new {
        background-position: right 0;
    }

.vice-nav_mark {
    float: left;
    padding-top: 2px;
    font-size: 12px;
    color: #7561ce;
}



/*个人中心*/

.ico_pa1 {
    width: 34px;
    height: 34px;
    background: url(../AAImages/ico_pa1.png) no-repeat;
    display: block;
    float: left;
}

.ico_pa2 {
    width: 34px;
    height: 34px;
    background: url(../AAImages/ico_pa2.png) no-repeat;
    display: block;
    float: left;
}

.ico_pa3 {
    width: 34px;
    height: 34px;
    background: url(../AAImages/ico_pa3.png) no-repeat;
    display: block;
    float: left;
}

.ico_pa4 {
    width: 34px;
    height: 34px;
    background: url(../AAImages/ico_pa4.png) no-repeat;
    display: block;
    float: left;
}

.ico_pa5 {
    width: 34px;
    height: 34px;
    background: url(../AAImages/ico_pa5.png) no-repeat;
    display: block;
    float: left;
}

.ico_pa6 {
    width: 34px;
    height: 34px;
    background: url(../AAImages/ico_pa6.png) no-repeat;
    display: block;
    float: left;
}

.p-topuser {
    background: #fbfbfb;
    padding: 10px 0;
}

.Phead-L {
    width: 180px;
    margin-left: 94px;
    text-align: center;
    float: left;
    padding: 24px 0;
}

.p-head {
    position: relative;
}

.guan {
    position: absolute;
    left: 27px;
    top: -19px;
}

.p-fom-file {
    width: 169px;
}

    .p-fom-file input {
        width: 70px;
    }

.nicheng {
    color: #7561ce;
}

.nc-name {
    font-size: 18px;
    font-weight: bold;
    color: #7561ce;
}

/*.time {
    color: #d39b23;
}*/

.p-Rbox {
    float: left;
}

.p-infobox p span {
    /*width: 100px;*/
    padding: 0 10px;
    text-align: right;
    font-size: 16px;
    display: inline-block;
}

.p-infobox p img {
    vertical-align: middle;
    display: inline-block;
}

.p-infobox {
    /*padding-top:16px;*/
}

    .p-infobox li {
        padding: 10px 0 0px 270px;
        float: left;
    }

        .p-infobox li p {
            padding-bottom: 10px;
            height: 34px;
            line-height: 32px;
        }

.p-linkbox {
    margin-top: 20px;
}

.p-linksimg > li {
    float: left;
    width: 398px;
    height: 210px;
}



.p-kfbox {
    width: 359px;
    height: 205px;
    background: #ffffff;
    /* border-radius: 30px; */
    border: 1px solid #eeeeee;
}
/*;background-size: cover;*/
.p-kfname {
    background: url(../AAImages/gr-bj.png) repeat-x;
    width: 100%;
    height: 54px;
    line-height: 40px;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
}

.p-kfzc {
    /* position: absolute; */
    color: #ffffff;
    /* width: 41px; */
    /* top: 26px; */
    font-size: 16px;
    /* left: 47px; */
    padding: 7px 15px;
    font-weight: 600;
    float: left;
}

.p-kfuser {
    /* position: absolute; */
    color: #ffffff;
    font-size: 21px;
    /* left: 47px; */
    margin-left: 40px;
    padding: 5px 15px;
    float: left;
}

.p-infonews {
    margin-top: 20px;
    margin-left: 0px;
}

    .p-infonews li {
        float: left;
        padding: 15px 16px;
        color: #7f6bda;
        text-align: center;
    }

.ico {
    width: 47px;
    height: 47px;
    background: url(../AAImages/infos.png) no-repeat;
    background-size: cover;
    display: block;
    margin: auto;
    margin-bottom: 9px;
}

.number {
    background-position: 0px -92px;
}

.qq {
    background-position: 0px -178px;
}

/**************底部******************/
.footer {
    width: 100%;
    background: #2F2E2E;
    font-size: 12px;
    padding: 26px 0;
    position: relative;
    color: #ffffff;
}

.company_info {
    position: absolute;
    left: 178px;
    bottom: 15px;
}

.copy_info {
    position: absolute;
    right: 33px;
    bottom: 15px;
}

/*=============================================20200831新版=============================*/

.i_top {
    width: 100%;
    height: 143px;
    background: #8a6aed;
   
}
.i_top_bj {
    width:80%;
     /*background: url(../AAImages/top_bj.png) top center #8a6aed no-repeat;
     background-size: 100%;*/ 
     position:relative;
min-width:1226px;
     padding-top:28px;
     margin:0 auto;
position:relative;
}

 .i_top_bj .imgcenter { position:absolute; left:50%; margin-left:-178px;top:39px; }
.i_topimg {
    width:1226px;
     height: 143px;
    position:absolute;
    top:0;
    left:0;
    right:0;
     z-index: -1;
}


    .i_top h3 {
        text-align: center;
        padding-top: 20px;
         z-index: 1;
       position: relative;
        color: #ffffff;
        /*font-weight: 600;*/
        height:32px;
        font-size: 20px;
        font-family: '思源黑体CN-Normal'

    }
        .i_top h3 span {
             font-family: '思源黑体CN-Normal';
             display:none;
        }

.z-zhucebox {
    background: #ffffff;
    width: 100%;
    padding: 15px 0 2px;
}


.i_search {
    width: 450px;
    margin: 20px auto 24px;
}

.i_tex {
    padding: 0 10px;
    width: 310px;
    border: 1px solid #eeeeee;
    float: left;
    height: 39px;
    line-height: 39px;
    outline: none;
}

.i_btn {
    width: 90px;
    background: url(../AAImages/sousuo.png) no-repeat;
    height: 41px;
    border: none;
    background-size: contain;
    float: left;
    color: #ffffff;
    padding-right: 14px;
    outline: none;
}

.weizhi {
background:url(../AAImages/shu.jpg) left center no-repeat;
    color: #666666;
    padding: 5px 0 5px 8px;
    font-size:14px;
}

    .weizhi span {
        padding:0 5px;
    }



.z-titles {
    width: 98%;
    margin: 20px auto 10px;
    border-bottom: 1px solid #eeeeee;
}


.pic_surch h4 {
    background: url(../AAImages/shu.jpg) left center no-repeat;
    padding-left: 10px;
    font-size: 15px;
    color: #333333;
     font-weight: initial;
}

.z_fombox {
    margin-top: 10px;
    position: relative;
}
/*.lc1 a{
    height: 48px !important;
}*/

.i_top_box {
    /*width: 1020px;*/
    width: 80%;
 min-width:1226px;
margin:0 auto;
}

.i_title {
    /*float: left;
    position: absolute;
    top:13px;*/
    /*bottom: -18px;*/
}
.i_title ul {  width:100%;}
    .i_title ul li {
        /*float: left;*/ 
    }

        .i_title ul li a {
            width:100%;
            text-indent:1.6em;
            white-space:nowrap;
            overflow:hidden;
             height: 55px; 
             line-height: 56px; 
            /*padding-top: 15px;
            padding-bottom: 10px;*/
            display: block;
            font-size: 16px;
            color: #ffffff;
            text-align: center;
        }
        .i_title ul li div {
            top:55px;
            width:100%
        }
            .i_title ul li div ul {
                box-shadow: 0px 2px 6px 1px #cccccc;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    border-bottom-right-radius: 10px;
            }
            .i_title ul li div ul li {
                float:inherit !important;
                background-color:#ffffff !important;
            }
                .i_title ul li div ul li a {
                    width:auto !important;
                    min-width:100%;
                     text-indent:0!important;
                    padding:0 !important;
                }
                .i_title ul li div ul li:hover {
                     background-color:#8a6aed !important;
                }
.i_title .menu { margin-top:13px; width:100%; display:flex; align-items:center;justify-content:center;  background:none; border:none;}

.i_title .menu_nav { margin-top:8px; width:100%; display:flex;  background:none; border:none;}

.i_title .menu_nav .lc1 {  width:136px; height:55px; position:relative; }
.i_title .menu_nav .lc1 a {   overflow:hidden; display:block; height:55px;}
.i_title .menu_nav .lc2 {  width:136px; height:55px; position:relative;}
.i_title .menu_nav .lc2 a {   overflow:hidden;  display:block; height:55px;}
.i_title .menu_nav .lc3 {  width:136px; height:55px; position:relative;}
.i_title .menu_nav .lc3 a {   overflow:hidden;  display:block; height:55px;}
.i_title .menu_nav .lc4 {  width:136px; height:55px; position:relative;}
.i_title .menu_nav .lc4 a {   overflow:hidden; display:block; height:55px;}
.i_title .menu_nav .lc5 {  width:136px; height:55px; position:relative;}
.i_title .menu_nav .lc5 a {   overflow:hidden; display:block; height:55px; }
.i_title .menu_nav .lc6 { width:136px; height:55px; position:relative;}
.i_title .menu_nav .lc6 a {   overflow:hidden;  display:block; height:55px;}
.i_title .menu_nav .lc7 {  width:136px; height:55px; position:relative;}
.i_title .menu_nav .lc7 a {   overflow:hidden;  display:block; height:55px;}
.i_title .menu_nav .lc8 {  width:136px; height:55px; position:relative;}
.i_title .menu_nav .lc8 a {   overflow:hidden;  display:block; height:55px;}
.i_title .menu_nav .lc9 { width:138px; height:55px; position:relative;}
.i_title .menu_nav .lc9 a {   overflow:hidden; display:block; height:55px;}
.i_title .menu_nav .lc10 { width:136px; height:55px; position:relative;}
.i_title .menu_nav .lc10 a {   overflow:hidden; display:block; height:55px;}


.lSelect1 {
    background: url(../AAImages/img1_h.png) top center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/img1_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}

.lSelect2 {
    background: url(../AAImages/img2_h.png) top center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/img2_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}

.lSelect3 {
    background: url(../AAImages/img3_h.png) top center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/img3_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}

.lSelect4 {
    background: url(../AAImages/img4_h.png) top center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/img4_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}

.lSelect5 {
    background: url(../AAImages/img5_h.png) top center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/img5_h.png',sizingMethod='scale');
    background-size:contain;
    color: #6457e0 !important;
}

.lSelect6 {
    background: url(../AAImages/img6_h.png) top center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/img6_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}

.lSelect7 {
    background: url(../AAImages/img7_h.png) top center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/img7_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}

.lSelect8 {
    background: url(../AAImages/nav_new/img1_h.png) top center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img1_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}
.lSelect9 {
    background: url(../AAImages/nav_new/img9_h.png) top center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/img9_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}
.l1 {
    background: url(../AAImages/nav_new/img1.png) top center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img1.png',sizingMethod='scale');
    background-size: contain;
}

    .l1:hover {
        background: url(../AAImages/nav_new/img1_h.png) top center no-repeat;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img1_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }

.l2 {
    background: url(../AAImages/nav_new/img2.png) top center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img2.png',sizingMethod='scale');
    background-size: contain;
}

    .l2:hover {
        background: url(../AAImages/nav_new/img2_h.png) top center no-repeat;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img2_h.png',sizingMethod='scale');
        background-size:contain;
        color: #6457e0;
    }

.l3 {
    background: url(../AAImages/nav_new/nav_new/img3.png) top center no-repeat;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/nav_new/img3.png',sizingMethod='scale');
    background-size: contain;
}

    .l3:hover {
        background: url(../AAImages/nav_new/img3_h.png) top center no-repeat;
         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img3_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }

.l4 {
    background: url(../AAImages/nav_new/img4.png) top center no-repeat;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img4.png',sizingMethod='scale');
    background-size: contain;
}

    .l4:hover {
        background: url(../AAImages/nav_new/img4_h.png) top center no-repeat;
         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img4_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }

.l5 {
    background: url(../AAImages/nav_new/img5.png) top center no-repeat;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img5.png',sizingMethod='scale');
    background-size: contain;
}

    .l5:hover {
        background: url(../AAImages/nav_new/img5_h.png) top center no-repeat;
         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img5_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }

.l6 {
    background: url(../AAImages/nav_new/img6.png) top center no-repeat;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img6.png',sizingMethod='scale');
    background-size: contain;
}

    .l6:hover {
        background: url(../AAImages/nav_new/img6_h.png) bottom center no-repeat;
         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img6_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }

.l7 {
    background: url(../AAImages/nav_new/img7.png) top center no-repeat;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img7.png',sizingMethod='scale');
    background-size: contain;
}

    .l7:hover {
        background: url(../AAImages/nav_new/img7_h.png) top center no-repeat;
         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img7_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }

    
.l8 {
    background: url(../AAImages/nav_new/img1.png) top center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img1.png',sizingMethod='scale');
    background-size: contain;
}

    .l8:hover {
        background: url(../AAImages/nav_new/img1_h.png) top center no-repeat;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img1_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }
.l9 {
    background: url(../AAImages/nav_new/img9.png) top center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img9.png',sizingMethod='scale');
    background-size: contain;
}

    .l9:hover {
        background: url(../AAImages/nav_new/img9_h.png) top center no-repeat;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img9_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }


.MSelect1 {
    background: url(../AAImages/nav_new/img1_h.png) bottom center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img1_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}

.MSelect2 {
    background: url(../AAImages/nav_new/img1_h.png) bottom center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img1_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}

.MSelect3 {
    background: url(../AAImages/nav_new/img3_h.png) bottom center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img3_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}

.MSelect4 {
    background: url(../AAImages/nav_new/img4_h.png) bottom center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img4_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}

.MSelect5 {
    background: url(../AAImages/nav_new/img5_h.png) bottom center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img5_h.png',sizingMethod='scale');
    background-size:contain;
    color: #6457e0 !important;
}

.MSelect6 {
    background: url(../AAImages/nav_new/img7_h.png) bottom center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img7_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}

.MSelect7 {
    background: url(../AAImages/nav_new/img1_h.png) bottom center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img1_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}

.MSelect8 {
    background: url(../AAImages/nav_new/img9_h.png) bottom center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img9_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}
.MSelect9 {
    background: url(../AAImages/nav_new/img9_h.png) bottom center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img9_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}
.MSelect10 {
    background: url(../AAImages/nav_new/img6_h.png) bottom center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img6_h.png',sizingMethod='scale');
    background-size: contain;
    color: #6457e0 !important;
}

.l101 {
    background: url(../AAImages/nav_new/img1.png) bottom center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img1.png',sizingMethod='scale');
    background-size: contain;
}

    .l101:hover {
        background: url(../AAImages/nav_new/img1_h.png) bottom center no-repeat;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img1_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }

.l102 {
    background: url(../AAImages/nav_new/img1.png) bottom center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img1.png',sizingMethod='scale');
    background-size: contain;
}

    .l102:hover {
        background: url(../AAImages/nav_new/img1_h.png) bottom center no-repeat;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img1_h.png',sizingMethod='scale');
        background-size:contain;
        color: #6457e0;
    }

.l103 {
    background: url(../AAImages/nav_new/img3.png) bottom center no-repeat;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img3.png',sizingMethod='scale');
    background-size: contain;
}

    .l103:hover {
        background: url(../AAImages/nav_new/img3_h.png) bottom center no-repeat;
         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/img3_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }

.l104 {
    background: url(../AAImages/nav_new/img4.png) bottom center no-repeat;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img4.png',sizingMethod='scale');
    background-size: contain;
}

 .l104:hover {
        background: url(../AAImages/nav_new/img4_h.png) bottom center no-repeat;
         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img4_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }

.l105 {
    background: url(../AAImages/nav_new/img5.png) bottom center no-repeat;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img5.png',sizingMethod='scale');
    background-size: contain;
}

    .l105:hover {
        background: url(../AAImages/nav_new/img5_h.png) bottom center no-repeat;
         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img5_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }

.l106 {
    background: url(../AAImages/nav_new/img7.png) bottom center no-repeat;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img7.png',sizingMethod='scale');
    background-size: contain;
}

.l106:hover {
        background: url(../AAImages/nav_new/img7_h.png) bottom center no-repeat;
         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img7_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }

.l107 {
    background: url(../AAImages/nav_new/img1.png) bottom center no-repeat;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img1.png',sizingMethod='scale');
    background-size: contain;
}

.l107:hover {
        background: url(../AAImages/nav_new/img1_h.png) bottom center no-repeat;
         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img1_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }

    
.l108 {
    background: url(../AAImages/nav_new/img9.png) bottom center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img9.png',sizingMethod='scale');
    background-size: contain;
}

.l108:hover {
        background: url(../AAImages/nav_new/img9_h.png) bottom center no-repeat;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img9_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }
.l109 {
    background: url(../AAImages/nav_new/img9_1.png) bottom center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img9_1.png',sizingMethod='scale');
    background-size: contain;
}

.l109:hover {
        background: url(../AAImages/nav_new/img9_1_h.png) bottom center no-repeat;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img9_1_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }

.l110 {
    background: url(../AAImages/nav_new/img6.png) bottom center no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img6.png',sizingMethod='scale');
    background-size: contain;
}

.l110:hover {
        background: url(../AAImages/nav_new/img6_h.png) bottom center no-repeat;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img6_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }
.l1010 {
    background: url(../AAImages/nav_new/img6.png) bottom center no-repeat;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img6_h.png',sizingMethod='scale');
    background-size: contain;
}

.l1010:hover {
        background: url(../AAImages/img6_h.png) bottom center no-repeat;
         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../AAImages/nav_new/img6_h.png',sizingMethod='scale');
        background-size: contain;
        color: #6457e0;
    }


.i_toplink {
 display:flex;
justify-content:flex-end;
     position:absolute;
  right:20px; top:30px;
 width:350px; height:60px;
z-index:1;
    /*margin-top: 8px;*/
    color: #ffffff;
}

    .i_toplink span {
        margin: 0px 5px;
        display: inline-block;
        overflow:hidden;
        white-space:nowrap;
    }

    .i_toplink a {
        color: #ffffff;
        margin: 0px 10px 0px 0px;
        display: inline-block;
         overflow:hidden;
        white-space:nowrap;
    }

    .i_toplink p {
        height: 47px;
        line-height: 47px;
    }

    .i_toplink img {
        width: 47px;
        height: 47px;
        border-radius: 50%;
        float: left;

    }

.s_fombox {
    margin-bottom: 3px;
    padding: 0px 11px 15px;
    color: #262626;
    font-weight: 600;
}

    .s_fombox label {
        color: #333333;
    }

.fom_sel {
    width: 140px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin: 0 10px;
}

.fom_tex {
    width: 100px;
}

.in_bn {
    width: 68px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    border: none;
    background: #8a6aed;
    color: #ffffff;
}

.i_sx {
    position: absolute;
    right: 6px;
    z-index: 2;
    top: -7px;
}

    .i_sx li {
        float: left;
        padding: 5px 12px;
        /*font-weight: 600;*/
        height: 28px;
        color: #262626;
        line-height: 28px;
    }

    .i_sx i {
        float: left;
    }

        .i_sx i img {
            width: 21px;
            margin-right: 2px;
            margin-top: -3px;
        }

    .i_sx span {
        float: right;
        width: 10px;
        line-height: inherit;
        position: relative;
        margin-left: 6px;
    }

        .i_sx span img {
            line-height: inherit;
            position: absolute;
            top: 8px;
            width: 8px;
        }

.tablebox {
    padding: 0px 10px;
    margin: 20px 0;
}


    .tablebox table {
        width: 100%;
        border-collapse: collapse;
    }

        .tablebox table th {
            background: url(../AAImages/tab_bj.png) center repeat-x;
            color: #7461d0;
        }

        .tablebox table th, .tablebox table td {
            min-width: 50px;
            padding: 14px 5px;
            border: solid 1px #becfd9;
        }

        .tablebox table td {
            text-align: center;
            color: #262626;
            padding: 14px 10px;
        }

        .tablebox table tr:hover {
            background: #f3f3f4;
        }


.tablebox_sczf {
    padding: 0px 10px;
    margin: 20px 0;
}

    .tablebox_sczf table {
        width: 100%;
        border-collapse: collapse;
    }

        .tablebox_sczf table th {
            background: url(../AAImages/tab_bj.png) center repeat-x;
            color: #7461d0;
        }

        .tablebox_sczf table th, .tablebox_sczf table td {
            min-width: 50px;
            padding: 14px 5px;
            border: solid 1px #becfd9;
        }

        .tablebox_sczf table td {
            text-align: left;
            color: #262626;
            padding: 14px 10px;
        }

        .tablebox_sczf table tr:hover {
            background: #f3f3f4;
        }

.ma_foot {
    /*padding-top: 10px;*/
   
}

    .ma_foot p {
        float: left;
        padding-left:10px;
    }

        .ma_foot p span {
            float: left;
            margin-right: 10px;
            padding-top: 2px;

        }

        .ma_foot p img {
            width: 20px;
            float: left;
            margin-top: 2px;
        }



.fan_numxz {
    background:#8a6aed !important;
    border: solid 1px #8a6aed !important;
    color: #ffffff !important;
}

.di_num {
    float: left;
}

    .di_num label {
        float: left;
        display: block;
        margin: 4px 14px;
    }

.dinum_in {
    line-height: 28px;
    float: left;
    min-width: 43px;
    border: 1px solid #d7dee7;
    height: 28px;
    border-radius: 5px;
    margin-top: 2px;
}

    .dinum_in input {
        width: 40px;
        height: 25px;
        border: none;
        text-align: center;
        outline: none;
        color: #697387;
    }

#divData {
    border-top: 5px #eef3f6 solid;
    margin-top: 5px;
}



.sortwzimg {
    top: 6px;
    float: right;
    width: 8px;
    line-height: inherit;
    position: relative;
    margin-left: 6px;
}



/*.weizhi span {
    font-weight:600;
}*/

.pic_shxuantable  table td{
    min-width:52px;
   padding-left: 10px;
   margin-bottom:5px;
}
.pic_shxuantable table tr {
     margin-bottom: 5px;
     display: block;
}
/*==============================================20200831新版结束====================== */

