/*body{
     padding: 0;
     margin: 0;
}
 */
/*全局部分*/
 .t_common_main{
     font-size: 12px;
     color: #333333;
     font-family: "Microsoft YaHei";
     width: 1200px;
     margin: 0 auto;
     box-sizing: border-box;
}
 .t_common_main a{
     font-size: 12px;
}
 .t_common_main ul,.t_common_main li, .t_common_main div, .t_common_main span, .t_common_main i{
     margin: 0;
     padding: 0;
     list-style: none;
}
 .t_common_main a{
     text-decoration: none;
     color: #333333;
}
 .t_common_main img{
     border: none;
     max-width: 100%;
     max-height: 100%;
}
 .t_display_inblock{
     display: inline-block;
}
 .t_clear{
     clear:both;
}
 .t_left{
     float: left;
}
 .t_right{
     float: right;
}
 .t_triangle {
     transition: transform .2s ease-out;
     top: 15px;
     width: 10px;
     height: 10px;
     right: 10px;
     display: inline-block;
     position: absolute;
     z-index: 2;
     -webkit-transition: -webkit-transform .2s ease-out;
     -moz-transition: -moz-transform .2s ease-out;
     -o-transition: -o-transform .2s ease-out;
}
 .t_triangle .arrow1 {
     border-width: 5px;
     border-style: solid dashed dashed;
     border-color: #fff transparent transparent;
     left: 0;
     top: 2px;
     width: 0;
     height: 0;
     overflow: hidden;
     display: block;
     position: absolute;
     z-index: 5;
     top: 3px;
     border-top-color: #ff6d10;
}
 .t_triangle .arrow2 {
     border-width: 5px;
     border-style: solid dashed dashed;
     border-color: #fff transparent transparent;
     left: 0;
     top: 2px;
     width: 0;
     height: 0;
     overflow: hidden;
     display: block;
     position: absolute;
     z-index: 5;
     border-top-color: #f6f6f6;
     border-top-width: 5px;
     border-top-style: solid;
}
.t_common_top .t_common_main li:hover .arrow2{
	border-top-color: #ffffff;
}
/*顶部*/
 .t_common_top{
     background: #F6F6F6;
     height: 40px;
     border-bottom: 1px solid #ededed;
}
 .t_common_top .t_common_main{
     height: 40px;
     line-height: 40px;
     font-size: 0;
}
 .t_common_top .t_common_main li{
     font-size: 12px;
     display: inline-block;
     position: relative;
}
 .t_common_top .t_common_main li>a{
     display: block;
     padding: 0 10px;
}
 .t_common_top .t_common_main li .t_pulldown{
     display: none;
     position: absolute;
     top: 40px;
     left: 0;
     background: #fff;
     z-index: 1991;
     padding: 0;
     line-height: normal;
}
 .t_common_top .t_common_main li:hover .t_pulldown{
     display: block;
}
 .t_common_top .t_common_main li>a:hover,.t_common_top .t_common_main li:hover .t_adown{
     background: #fff;
     color: #ff8400;
     padding: 0 9px;
     border-left: 1px solid #edeef0;
     border-right: 1px solid #edeef0;
}
 .t_common_top .t_common_main li a.t_adown{
     padding: 0 25px 0 10px;
}
 .t_common_top .t_common_main li>a.t_adown:hover,.t_common_top .t_common_main li:hover .t_adown{
     padding: 0 24px 0 9px;
}
 .t_common_top .t_common_main .t_service{
     margin-left: 20px;
}
 .t_common_top .t_common_main .t_jdzj{
	background: url(//www.jdzj.com/t_img/t_jdzj.png) 10px 13px no-repeat;
    padding-left: 31px;
 }
  .t_common_top .t_common_main .t_jdzj:hover{
	background: url(//www.jdzj.com/t_img/t_jdzj.png) 9px 13px no-repeat #ffffff;
    padding-left: 30px;
    padding-right: 9px;
  }
 .t_common_top_left, .t_common_top_right{
     display: inline-block;
     height: 40px;
}
 .t_common_top_right{
     font-size: 0;
}
 .t_login{
     font-size: 0 !important;
     margin-right: 5px !important;
}
 .t_login a, .t_login span{
     font-size: 12px !important;
}
 .t_login a{
     display: inline-block !important;
     background: #ff6d10;
     color: #fff;
     height: 20px;
     line-height: 20px;
     margin-left: 5px;
     text-align: center;
     padding: 0 5px !important;
}
 .t_login a:hover{
     border: solid 1px #ff6d10 !important;
     padding: 0 4px !important;
}
 .t_language{
     margin-right: 0 !important;
     margin-left: 5px !important;
}
 .t_language a{
     display: inline-block !important;
     margin: 0;
     width: 34px;
     border: none !important;
     padding: 0 !important;
}
 .t_language a:hover{
     border: none !important;
     padding: 0 !important;
}
 .t_language a.t_cn{
}
 .t_language a.t_en{
     background: #ccc;
}




/*头部*/
 .t_common_header{
     background: #ffffff;
     height: 95px;
     border-bottom: 1px solid #ededed;
}
 .t_common_header .t_common_main{
     font-size: 0;
}
 .t_common_header .t_common_main .t_logo,.t_common_header .t_common_main .t_search{
     display: inline-block;
}
 .t_common_header .t_common_main .t_logo{
	 margin-top: 12.5px;
	 font-size: 0;
}
 .t_logo a{
     display: block;
     height: 50px;
}
 .t_logo img{
}
 .t_common_header .t_search{
     float: right;
     font-size: 0;
     margin-top: 27.5px;
     
}
 .t_search .t_tab,.t_search .t_input,.t_search .t_button{
     display: inline-block;
     font-size: 14px;
     height: 38px;
     line-height: 38px;
}
 .t_search .t_tab{
	 border: solid 1px #ff6d10;
	 border-right: none;
	 vertical-align: top;
}
 .t_tab_act{
     position: relative;
}
 .t_tab_act .t_span_act b{
     width: 12px;
     height: 8px;
     background: url(../t_img/t_span_act.png) no-repeat;
     position: relative;
     display: inline-block;
     margin-left: 6px;
}
 .t_tab_act .t_span_act i{
     width: 1px;
     height: 16px;
     border-left: solid 1px #D8D8D8;
     position: absolute;
     top: 11px;
     right: -1px;
}
 .t_tab_act .t_span_act span{
     position: relative;
     font-size: 14px;
     color: #666;
}
 .t_tab_act .t_span_act{
     display: block;
     padding: 0 15px;
     background: #fff;
     position: relative;
     height: 38px;
     font-size: 0;
}
 .t_search .t_input{
	 border: solid 1px #ff6d10;
	 border-left: none;
	 vertical-align: top;
}
 .t_search .t_input input{
     height: 38px;
     width: 350px;
     vertical-align: top;
     border: none;
     outline: none;
     padding: 0 15px;
     font-size: 14px;
}
 .t_search .t_button{
     padding: 0 20px;
     background: #ff6d10;
     text-align: center;
     color: #fff;
     cursor: pointer;
     font-size: 0;
     height: 40px;
    line-height: 40px;
        margin-left: -1px;
        vertical-align: top;
}
.t_search .t_button:hover{
	background: #f95e00;
}
 .t_search .t_button i{
     width: 17px;
     height: 17px;
     background: url(../t_img/t_search.png) no-repeat;
     display: inline-block;
     position: relative;
     top: 3px;
     margin-right: 5px;
}
 .t_search .t_button span{
     font-size: 14px;
}
 .t_tab_act ul{
     display: none;
     position: absolute;
     background: #fff;
     overflow: hidden;
     border: solid 1px #ff6d10;
     top: 37px;
     left: -1px;
     width: 428px;
     z-index: 1991;
     overflow: hidden;
     padding: 14px 0 14px 28px;
}
 .t_tab_act ul li{
     width: 70px;
     height: 48px;
     float: left;
     background-repeat: no-repeat !important;
     background-position: 0 center !important;
     height: 46px;
     line-height: 46px;
}
 .t_tab_act ul li a{
     display: block;
     padding-left: 23px;
     font-size: 14px;
     color: #666;
}
 .t_tab_act:hover ul{
     display: block;
}
 .t_tab_act:hover .t_span_act{
     height: 38px;
     z-index: 1992;
}
 .t_tab_act:hover .t_span_act b{
     background: url(../t_img/t_span_act_2.png);
}
 .t_tab_act ul li.t_act a{
     color: #F95E00;
}
 .t_tab_act ul li.t_acp{
     background: url(../t_img/t_span_cp.png);
}
 .t_tab_act ul li.t_acp:hover, .t_tab_act ul li.t_acp.t_act{
     background: url(../t_img/t_span_cp_2.png);
}
 .t_tab_act ul li.t_aqy{
     background: url(../t_img/t_span_qy.png);
}
 .t_tab_act ul li.t_aqy:hover, .t_tab_act ul li.t_aqy.t_act{
     background: url(../t_img/t_span_qy_2.png);
}
 .t_tab_act ul li.t_asj{
     background: url(../t_img/t_span_sj.png);
}
 .t_tab_act ul li.t_asj:hover, .t_tab_act ul li.t_asj.t_act{
     background: url(../t_img/t_span_sj_2.png);
}
 .t_tab_act ul li.t_azx{
     background: url(../t_img/t_span_zx.png);
}
 .t_tab_act ul li.t_azx:hover, .t_tab_act ul li.t_azx.t_act{
     background: url(../t_img/t_span_zx_2.png);
}
 .t_tab_act ul li.t_asc{
     background: url(../t_img/t_span_sc.png);
}
 .t_tab_act ul li.t_asc:hover, .t_tab_act ul li.t_asc.t_act{
     background: url(../t_img/t_span_sc_2.png);
}
 .t_tab_act ul li.t_azp{
     background: url(../t_img/t_span_zp.png);
}
 .t_tab_act ul li.t_azp:hover, .t_tab_act ul li.t_azp.t_act{
     background: url(../t_img/t_span_zp_2.png);
}
 .t_tab_act ul li.t_arc{
     background: url(../t_img/t_span_rc.png);
}
 .t_tab_act ul li.t_arc:hover, .t_tab_act ul li.t_arc.t_act{
     background: url(../t_img/t_span_rc_2.png);
}
 .t_tab_act ul li.t_acd{
     background: url(../t_img/t_span_cd.png);
}
 .t_tab_act ul li.t_acd:hover, .t_tab_act ul li.t_acd.t_act{
     background: url(../t_img/t_span_cd_2.png);
}
 .t_tab_act ul li.t_apx{
     background: url(../t_img/t_span_px.png);
}
 .t_tab_act ul li.t_apx:hover, .t_tab_act ul li.t_apx.t_act{
     background: url(../t_img/t_span_px_2.png);
}
 .t_tab_act ul li.t_afa{
     background: url(../t_img/t_span_fa.png);
}
 .t_tab_act ul li.t_afa:hover, .t_tab_act ul li.t_afa.t_act{
     background: url(../t_img/t_span_fa_2.png);
}
 .t_tab_act ul li.t_arm{
     background: url(../t_img/t_span_rm.png);
}
 .t_tab_act ul li.t_arm:hover, .t_tab_act ul li.t_arm.t_act{
     background: url(../t_img/t_span_rm_2.png);
}
 .t_tab_act ul li.t_agf{
     background: url(../t_img/t_span_gf.png);
}
 .t_tab_act ul li.t_agf:hover, .t_tab_act ul li.t_agf.t_act{
     background: url(../t_img/t_span_gf_2.png);
}
 .t_tab_act ul li.t_aes{
     background: url(../t_img/t_span_es.png);
}
 .t_tab_act ul li.t_aes:hover, .t_tab_act ul li.t_aes.t_act{
     background: url(../t_img/t_span_es_2.png);
}
 .t_tab_act ul li.t_axz{
     background: url(../t_img/t_span_xz.png);
}
 .t_tab_act ul li.t_axz:hover, .t_tab_act ul li.t_axz.t_act{
     background: url(../t_img/t_span_xz_2.png);
}
 .t_tab_act ul li.t_asp{
     background: url(../t_img/t_span_sp.png);
}
 .t_tab_act ul li.t_asp:hover, .t_tab_act ul li.t_asp.t_act{
     background: url(../t_img/t_span_sp_2.png);
}
 .t_tab_act ul li.t_av{
     background: url(../t_img/t_span_v.png?v=2);
}
 .t_tab_act ul li.t_av:hover, .t_tab_act ul li.t_av.t_act{
     background: url(../t_img/t_span_v_2.png?v=2);
}
 .t_tab_act ul li.t_aqg{
     background: url(../t_img/t_span_qg.png);
}
 .t_tab_act ul li.t_aqg:hover, .t_tab_act ul li.t_aqg.t_act{
     background: url(../t_img/t_span_qg_2.png);
}
 .t_tab_act ul li.t_acg{
     background: url(../t_img/t_span_cg.png);
}
 .t_tab_act ul li.t_acg:hover, .t_tab_act ul li.t_acg.t_act{
     background: url(../t_img/t_span_cg_2.png);
}
/*.t_tab_act ul li.t_act{
	border-bottom: 2px solid #F95E00;
    height: 44px;
    line-height: 44px;
}*/
 .t_page{
     text-align: right;
     font-size: 0;
     margin-top: 20px !important;
}
 .t_page a,.t_page span{
     display: inline-block;
     font-size: 14px;
     height: 30px;
     line-height: 30px;
     text-align: center;
}
 .t_page a{
     margin-left: 5px;
     padding: 0 10px;
     border: 1px solid #eeeeee;
     background: #fff;
}
 .t_page .pageNum{
     margin-right: 10px;
}
 .t_page a:hover{
     border: 1px solid #F95E00;
     background: #F95E00;
     color: #ffffff;
}
 .t_page a .current{
     background: #F95E00;
     color: #ffffff;
     margin: -1px -11px;
     display: block;
     padding: 0 10px;
     height: 32px;
     line-height: 32px;
}
 .t_page a .current:hover{
     border: none;
     background: #F95E00;
     color: #ffffff;
}
 .t_border{
     border: 1px solid #edeef0;
}
 .t_bordersha{
     box-shadow: 0 0 3px rgba(0,0,0,0.1);
     -webkit-transition: top .25s ease;
}
 .t_city{
     font-size: 0;
     width: 340px;
     overflow: hidden;
}
 .t_cityAreaBg{
     background: #f9f9f9;
}
 .t_city .t_bigArea,.t_city .t_area{
     display: inline-block;
     vertical-align: top;
}
 .t_city .t_bigArea{
     font-size: 14px;
     color: #ff6d10;
     font-weight: bold;
     text-align: right;
     padding: 0 20px;
     line-height: 40px;
}
 .t_city .t_bigArea a{
	 font-size: 14px;
     color: #ff6d10;
     font-weight: bold;
 }
 .t_city .t_area{
     width: 240px;
     overflow: hidden;
     margin: 2px 0;
}
 .t_city .t_area a{
     display: block;
     font-size: 12px;
     float: left;
     color: #606060;
     width: 50px;
     height: 30px;
     line-height: 30px;
     padding-left: 10px;
}

/*20210426*/
.t_common_top a, .t_common_header a, .t_common_header input, .t_common_top a:hover, .t_common_header a:hover{
	transition: none;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}





 .t_other .t_city{
	 width: 460px;
 }
 .t_other .t_city .t_area {
    width: 360px;
}
 .t_other .t_city .t_area a{
	 width: 110px;
 }

.t_menu{
	font-size: 0;
}
.t_menu ul{
	padding: 5px;
}
.t_menu li{
	width: 50%;
}
.t_menu a{
	padding: 0 !important;
    text-align: center;
    line-height: 25px;
}
.t_menu a:hover{
	border: none !important;
	text-decoration: underline;
}

 
 .t_city .t_area a:hover{
     color: #ff6d10;
     text-decoration: underline;
}
 .t_cs_more{
     text-align: right;
     padding: 10px 0 !important;
}
 .t_cs_more a{
     color: #ff6d10;
     font-size: 14px;
     margin-right: 10px;
}
 .t_cs_more a:hover{
}
 .t_appimg,.t_mimg{
     width: 100px;
}
 .t_fwxm{
}
 .t_fwxm ul{
}
 .t_fwxm li{
}
 .t_fwxm li a{
     line-height: 35px;
     width: 80px;
     border-bottom: solid 1px #f6f6f6;
     position: relative;
     padding-left: 38px !important;
}
 .t_fwxm li a i{
     position: absolute;
     top: 2px;
     left: 10px;
     width: 26px;
     height: 30px;
     background: url(../t_img/serviceico.png) no-repeat;
     display: block;
}
 .t_fwxm li a:hover{
     padding-left: 38px !important;
     border-bottom: solid 1px #f6f6f6;
     border-left: 0 !important;
     background: #f9f9f9 !important;
}
 .t_fwxm li a i.ico1 {
     background-position: center 5px;
}
 .t_fwxm li a i.ico2 {
     background-position: center -25px;
}
 .t_fwxm li a i.ico3 {
     background-position: center -50px;
}
 .t_fwxm li a i.ico4 {
     background-position: center -75px;
}
 .t_fwxm li a i.ico5 {
     background-position: center -165px;
}
 .t_fwxm li a i.ico6 {
     background-position: center -110px;
}
 .t_fwxm li a i.ico7 {
     background-position: center -135px;
}
 .t_fwxm li a i.ico8 {
     background-position: center -195px;
}
 .t_fwxm li a i.ico9 {
     background-position: center -220px;
}
 .t_fwxm li a i.ico10 {
     background-position: center -248px;
}
 .t_fwxm li a i.ico11 {
     background-position: center -274px;
}
 .t_fwxm li a i.ico12 {
     background-position: center -300px;
}
 .t_fwxm li a i.ico13 {
     background-position: center -325px;
}
 .t_common_footer{
     background: #3d3d3d;
     margin-top: 20px;
     padding: 30px 0;
}
 .t_common_footer a{
     color: #a4a4a4;
}
 .t_common_footer a:hover{
     text-decoration: underline;
}
 .t_common_footer .t_f_left{
     width: 300px;
     float: left;
     color: #a4a4a4;
     font-size: 14px;
     font-weight: bold;
}
 .t_common_footer .t_f_right{
     width: 900px;
     float: right;
     color: #a4a4a4;
     overflow: hidden;
}
 .t_f_nav {
     overflow: hidden;
     width: 950px;
}
 .t_f_nav li {
     float: left;
     width: 115px;
     margin-right: 42px;
}
 .t_f_nav dl {
}
 .t_f_nav dt {
     font-size: 14px;
     color: #a4a4a4;
     font-weight: bold;
     margin-bottom: 5px;
     border-bottom: 1px solid #4b4b4b;
     padding-bottom: 10px;
}
 .t_f_nav dd {
     line-height: 25px;
     padding: 0;
     margin: 0;
}
 .t_f_about{
     border-top: 1px solid #4b4b4b;
     margin-top: 20px !important;
     padding-top: 15px !important;
     line-height: 25px;
}
 .t_jc_ico {
     display: inline-block;
     vertical-align: sub;
     background: url(../t_img/zganwban.png) no-repeat;
     margin-right: 3px !important;
     width: 20px;
     height: 20px;
}
 .t_f_baico {
     overflow: hidden;
     margin-top: 10px !important;
}
 .t_f_baico a{
     display: block;
     font-size: 0;
}
 .t_f_baico a:hover{
     text-decoration: none;
}
 .t_f_baico .iso {
     width: 131px;
     height: 40px;
     display: block;
     float: left;
     background: url(../t_img/copyright.png) no-repeat;
}
 .t_f_baico .iso {
     background-position: 0 0;
     margin-right: 5px;
     border-radius: 3px;
     overflow: hidden;
}
 .t_f_baico .beian {
     background-position: -131px 0;
}
 .t_f_baico .mcafee {
     background-position: -262px 0;
}
 .t_f_baico .lanbiao {
     background-position: -393px 0;
}
 .t_f_baico .youngper {
     background-position: -534px 0;
}
 .t_f_baico .gswj {
     background-position: -665px 0;
}
 .t_f_baico .iso:hover {
     background-position: 0 -40px;
}
 .t_f_baico .beian:hover {
     background-position: -131px -40px;
}
 .t_f_baico .mcafee:hover {
     background-position: -262px -40px;
}
 .t_f_baico .lanbiao:hover {
     background-position: -393px -40px;
}
 .t_f_baico .youngper:hover {
     background-position: -534px -40px;
}
 .t_f_baico .gswj:hover {
     background-position: -665px -40px;
}
 .t_f_slogan{
     background: url(../t_img/slogan250.png) no-repeat 0 195px;
}
 .t_f_logo {
     height: 60px;
     width: 157px;
     display: block;
     background: url(../t_img/ico.png) no-repeat 0 -411px;
     margin-bottom: 25px;
}
 .t_f_qq{
     display: inline-block;
     background: url(../t_img/qqimg.gif) no-repeat;
     width: 77px;
     height: 17px;
}
 .t_f_left p{
     line-height: 30px;
}
 .t_f_left p LABEL{
}
 .t_f_left p span{
}





.t_fabu_btn{
	display: inline-block;
    float: right;
    margin-top: 27.5px !important;
    margin-left: 10px !important;
}
.t_fabu_btn a{
	display: block;
    height: 40px;
    line-height: 40px;
    background: #ff6d10;
    text-align: center;
    padding: 0 20px !important;
    font-size: 14px;
    /*color: #fff;*/

    border: 1px solid #e6e6e6;
    height: 38px;
    line-height: 38px;
    background: #fafafa;
}
.t_fabu_btn a:hover{
	background: #f95e00;

	border: 1px solid #ff6d10;
	color: #ff6d10;
	background: #fafafa;
}
.t_wx_mp{
	width: 75px;
    float: right;
    margin: 10px 0 0 15px !important;
}
.t_wx_mp p{
	color: #666;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    display: none;
}
.t_wx_mp div{
	
}
.t_wx_mp div img{
	max-width: 100%;
	max-height: 100%;
	border: none;
}










/*logo重置*/
.t_common_header .t_common_main .t_logo .t_logo_one{
	height: 70px;
    width: 430px;
    background: url(//www.jdzj.com/t_img/logo2.png?v=20210417) center left no-repeat;
    text-indent: -9999%;
    overflow: hidden;
}
.t_common_header .t_common_main .t_logo .t_logo_one img{
	display: none;
}








/*logo分站及其他*/
.t_common_header .t_common_main .t_logo .t_logo_jdzj{
	height: 70px;
    width: 190px;
    background: url(//www.jdzj.com/t_img/logo2.png?v=20210417) center left no-repeat;
    text-indent: -9999%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.t_common_header .t_common_main .t_logo .t_logo_xian{
	display: inline-block;
	border-left: solid 1px #e1e1e1;
    width: 20px;
    height: 40px;
    margin-top: 15px;
    margin-left: 20px;
    vertical-align: top;
}
.t_common_header .t_common_main .t_logo .t_logo_fz{
	display: inline-block;
    height: 70px;
    font-size: 32px;
    font-weight: bold;
    color: #071f63;
    line-height: 66px;
    vertical-align: top;
}



/*全局导航菜单-20220728*/
.t_global_menu{background: #fff; border-bottom-color: #ff6d10; border-bottom-width: 2px; border-bottom-style: solid; margin-top: -1px;}
.t_global_main{position: relative; height: 45px; color: #333; line-height: 45px; width: 1200px; margin: 0 auto; font-size: 0;}
.t_global_menusort{background: #ff6d10; width: 250px; display: inline-block;font-size: 14px;height: 44px;vertical-align: top;}
.t_global_menusort a{font-size: 16px; color: #fff;display: block; overflow: hidden;}
.t_global_menusort a i{background: url(//www.jdzj.com/t_img/ioc.png) no-repeat; display: block; width: 16px; height: 14px; float: left; background-position: 0 -35px; margin: 17px 10px 0 50px;}
.t_global_menusort a:hover{}
.t_global_menulist{width: 950px; display: inline-block;font-size: 14px;height: 45px; vertical-align: top;}
.t_global_menulist ul{padding: 0; margin: 0; overflow: hidden;font-size: 0;height: 45px;}
.t_global_menulist ul li{padding: 0; margin: 0; display: inline-block; font-size: 14px;height: 45px;vertical-align: top;position: relative;}
.t_global_menulist ul li.t_lis{ width:3px;}
.t_global_menulist ul li.t_lis i{width: 1px; height: 17px; border-left: solid 1px #D8D8D8; position: absolute; top: 14px; left: 1px;}
.t_global_menulist ul li a{font-size: 16px; display: block; height: 45px; text-align: center; line-height: 45px; padding: 0 30px; color: #ff6d10; font-weight: bold;}
.t_global_menulist ul li a i{position: absolute; top: 8px; right: 8px; width: 24px; height: 24px; background: url(//www.jdzj.com/JDZJStyle/index/zhan.png) no-repeat left top; background-size: contain; text-indent: -999%; overflow: hidden;}
.t_global_menulist ul li:hover{}
.t_global_menulist ul li a:hover{}
.t_global_menulist ul li:hover a,.t_global_menulist ul li.t_menu_on a{color: #555; text-decoration: none;}
.t_global_menulist ul li:hover a i{}







/*待首页改版后即可删除*/
/*.t_common_header{
	border-bottom: none;
}*/