@charset "utf-8";

/*公有样式*/
.wrapper{width:100%;float:left;font-family:"微软雅黑","黑体";}
.w1170{width:1170px;margin:0 auto;position:relative;overflow:hidden;}

/*header 部分*/
.header{width:100%;height:37px;line-height:37px;float:left;background:#0074c1;font-size:12px;color:#fff;}
.header_l{float:left;}
.header span{height:37px;float:left;display:block;width:20px;text-align:center;background:url(header_icon1.png) no-repeat 50% 50%;}
.header a{float:left;color:#fff;}
.header a:hover{text-decoration:underline;}
.header_r{float:right;}
.header img{float:left;padding:7px 16px 0 0;}

/*搜索 部分*/
.search_box{width:0;float:left;margin-right:175px;}
.search_box input{float:left;width:170px;line-height:14px;border:1px solid #fff;margin-top:8px;padding:3px 8px;font-size:12px;color:#000;border-radius:2px;outline:0;}
.header_r input[type=submit] {
    background: url(1709202007045712392.jpg) no-repeat center center;
    width: 33px;
    height: 28px;
    border: none;
}
/*top 部分*/
.top{width:100%;height:102px;float:left;}
.logo{height:102px;float:left;}
.logo img{float:left;margin:29px 0 0 -5px;}
.nav{height:102px;float:right;}

.nav > ul{float:left;}
.nav > ul > li{width:81px;height:93px;float:left;font-weight:bold;}
.nav > ul > li > a{width:81px;height:93px;float:left;background-repeat:no-repeat;background-position:50% 14px;text-align:center;color:#333333;display:block;}
.nav > ul > li > a > p{width:100%;height:46px;float:left;background-repeat:no-repeat;background-position:50% 50%;}
.nav > ul > li > a > span{width:100%;display:block;text-align:center;float:left;}

.nav > ul > li > span{width:50px;height:50px;display:inline-block;background:url(icon_003.png) no-repeat 50% 50%;background-size:60%;float:right;margin-top:-50px;position:relative;z-index:2;display:none;}
.nav > ul > li > ul{display:none;width:100%;float:left;background:#fff;padding:0 20px;line-height:50px;}
.nav > ul > li > ul > li{border-top:1px dashed #d2d2d2;text-align:center;}
.nav > ul > li > ul > li > a{color:#666;text-align:center;}

/*手机端*/
.dk-nav-mobile{
    width:100%;
    float:left;
    padding-top:0;
}
.dk-nav-mobile .dk-search-toggle{
    float:left;
    width:100%;
    margin-right:0px;
    /*font-size:30px;*/
    /*line-height:20px;*/
    cursor:pointer;
}
.dk-nav-mobile .navbar-toggle{
    float:left;
    margin:0;
    padding:0;
    border:0;
    background:none;
    outline:0;
}
.dk-nav-mobile .navbar-toggle .icon-bar{
    height:3px;
    width:34px;
    float:left;
    background-color:#fff;
}
.dk-nav-mobile .toggle-active .icon-lgsearch{
    background-position:-120px 0;
}
.navbar-toggle .icon-bar+.icon-bar{ margin-top:8px;}
.navbar-toggle.toggle-active .icon-bar{
    background-color:#fff;
}

.dk-mobile-nav{
    position:absolute;
    left:0;
    top:80px;
    width:100%;
    display:none;
    background-color:#fff;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.dk-mobile-nav.toggle-open{
    display:block;
}
.dk-mobile-nav ul{
    list-style-type:none;
    padding:0;
    margin:0;
}
.dk-mobile-nav ul ul{
    padding:0 15px;
    background-color:#f1f1f1;
    display:none;
}
.dk-mobile-nav li{
    font-size:18px;
    line-height:42px;
    border-top:1px solid #ddd;
}
.dk-mobile-nav li li{
    font-size:14px;
}
.dk-mobile-nav li:first-child{ border-top:none;}
.dk-mobile-nav a{
    color:#333;
	width:30%;
    display:inline-block;
    padding:0 45px 0 15px;
	white-space:nowrap;
}
.dk-mobile-nav a:hover{
    text-decoration:none;
}
.dk-mobile-nav li li a{ color:#333;}
.dk-mobile-nav .active{
    color:#ce0000;
}
.dk-mobile-nav .tree-icon{
    float:right;
    margin-right:0;
    width:50%;
    text-align:right;
    font-size:20px;
    font-weight:bold;
    cursor:pointer;
	padding-right:13px
}
.dk-mobile-nav .dk-caret-top{
    position:absolute;
    right:22px;
    top:-10px;
    border-bottom-color:#fff;
}

/*nav 默认选中  class="on_nav"*/
.nav > ul > li.on_nav{background:url(nav_bg.png) no-repeat 0 0;}
.nav > ul > li.on_nav > a > p.nav_icon1{background-image:url(nav_icon1.png);}
.nav > ul > li.on_nav > a > p.nav_icon2{background-image:url(nav_icon2.png);}
.nav > ul > li.on_nav > a > p.nav_icon3{background-image:url(nav_icon3.png);}
.nav > ul > li.on_nav > a > p.nav_icon4{background-image:url(nav_icon4.png);}
.nav > ul > li.on_nav > a > p.nav_icon5{background-image:url(nav_icon5.png);}
.nav > ul > li.on_nav > a > p.nav_icon6{background-image:url(nav_icon6.png);}
.nav > ul > li.on_nav > a > p.nav_icon7{background-image:url(nav_icon7.png);}
.nav > ul > li.on_nav > a > p.nav_icon8{background-image:url(nav_icon8.png);}
.nav > ul > li.on_nav > a > p.nav_icon9{background-image:url(nav_icon9.png);}
.nav > ul > li.on_nav > a{color:#ffc837;}
/*nav 鼠标悬浮 变色效果*/
.nav > ul > li:hover{background:url(nav_bg.png) no-repeat 0 0;}
.nav > ul > li:hover > a > p.nav_icon1{background-image:url(nav_icon1.png);}
.nav > ul > li:hover > a > p.nav_icon2{background-image:url(nav_icon2.png);}
.nav > ul > li:hover > a > p.nav_icon3{background-image:url(nav_icon3.png);}
.nav > ul > li:hover > a > p.nav_icon4{background-image:url(nav_icon4.png);}
.nav > ul > li:hover > a > p.nav_icon5{background-image:url(nav_icon5.png);}
.nav > ul > li:hover > a > p.nav_icon6{background-image:url(nav_icon6.png);}
.nav > ul > li:hover > a > p.nav_icon7{background-image:url(nav_icon7.png);}
.nav > ul > li:hover > a > p.nav_icon8{background-image:url(nav_icon8.png);}
.nav > ul > li:hover > a > p.nav_icon9{background-image:url(nav_icon9.png);}
.nav > ul > li:hover > a{color:#ffc837;}


.nav_kg{float:right;width:42px;height:34px;background:url(nav_kg_bg.png);position:absolute;right:0;display:none;cursor:pointer;zoom:0.9;margin:25px 13px 0 0;}

/*banner 部分*/
.banner{width:100%;height:244px;float:left;background:url(lmy_xw_banner.jpg) no-repeat 50% 0;background-size:100% 100%;}
.cur_column{width:100%;height:50px;padding:0 0 0 20px;margin-top:194px;line-height:50px;color:#fff;font-size:20px;display:none;}
/*.cur_column span{padding:0 25px;background:rgba(0,0,0,0.5);display:inline-block;border-radius:5px 5px 0px 0px;font-weight:bold;}*/
/*content 部分*/
.content{width:100%;float:left;background:#f1f1f4;padding:5px 0 0 0;}

.wzy_content{width:100%;float:left;background:#fff;margin-top:10px;}
.mob_wzy_lm{width:100%;float:left;text-align:left;font-size:22px;color:#333;display:none;}
.mob_wzy_lm a{color:#333;}
.mob_wzy_lm span{float:left;margin:20px 0 0 20px;}
.cur_location{width:100%;float:left;font-size:14px;color:#333;display:none;}
.cur_location a{color:#333;}
.cur_location img{padding-right:11px;position:relative;top:-2px;}
.cur_location .f_r{margin:16px 25px 0 0;}
.wzy_main{width:100%;float:left;text-align:left;padding:11px 0 20px 0;}
.wzy_title{width:100%;float:left;font-size:22px;color:#0074c1;line-height:50px;text-align:center;}
.wzy_top{width:100%;float:left;font-size:12px;color:#333;line-height:26px;text-align:center;height:36px;}
.wzy_top div{width:100%;height:26px;float:left;border-top:1px solid #d8d8d8;}
.wzy_top p{width:100%;float:left;margin-top:10px;}
.wzy_top a{color:#333;}
.span_w{width:80px;display:inline-block;}
.wzy_nr{float:left;font-size:14px;color:#333;line-height:26px;margin-top:18px;}
.wzy_nr img{margin:0 auto;clear: both;padding:32px 0;max-width:100%;}
.wzy_bottom{width:100%;float:left;font-size:12px;color:#000;line-height:26px;color:#000;}
.wzy_bottom a{color:#000;}
.wzy_footer{width:100%;float:left;font-size:12px;color:#000;line-height:26px;margin-top:15px;}
.wzy_footer div{width:100%;float:left;border-top:1px dashed #a6a6a6;padding-top:14px;}
.wzy_footer p{width:100%;float:left;color:#000;}
.wzy_footer a{color:#000;}
.wzy_content a:hover{color:#0074c1;}

.f_r{float:right;}
.p_lr_20{padding-left:20px;padding-right:20px;}



/*bottom 部分*/
.bottom{width:100%;height:185px;float:left;background:#0074c1;}
.bottom_l{width:580px;height:185px;float:left;line-height:26px;font-size:14px;color:#fff;}
.bottom_l_t{width:100%;float:left;margin-top:20px;}
.bottom_l_td{width:470px;float:left;color:#fff;font-size:14px;line-height:26px;}
.bottom_l_b{width:100%;float:left;margin-top:7px;}
.bottom_m{width:270px;height:185px;float:left;}
.bottom_md{width:170px;height:185px;float:left;}
.bottom_tit{width:100%;float:left;font-size:18px;color:#fff;line-height:24px;font-weight:bold;margin-top:20px;}

/*.searchmume ul li a:hover {*/
/*color: #256c9b;*/
/*}*/

.bottom_r{width:320px;height:185px;float:left;}
.bottom_rd{width:320px;height:185px;float:left;}
.bottom_rb{width:100%;float:left;margin-top:5px;}
.bottom_rbtd{width:40px;}
.bottom_rb table{width:100%;float:left;font-size:12px;color:#fff;line-height:26px;}

/*copyright 部分*/
.copyright{width:100%;height:49px;line-height:49px;float:left;border-top:1px solid #0090d0;background:#0074c1;font-size:14px;}
.copyright_l{float:left;height:49px;color:#ffffff;}
.copyright_r{float:right;height:49px;color:#ffffff;}
.copyright_r span{height:49px;float:left;display:block;width:20px;text-align:center;background:url(header_icon1.png) no-repeat 50% 50%;}
.copyright_r a{float:left;color:#fff;}
.copyright_r a:hover{text-decoration:underline;}

.show_div{display:block;}
.show_ul{display:block;}

/*友情链接*/
.searchmume{width:100%;float:left;position:relative;z-index:9;}
.searchmume li ul {
    position: absolute;
    z-index:9;
    background: #fff;
    border: 1px solid #d8d8d8;
    width: 168px;
    height: 80px;
    overflow: scroll;
    overflow-x: hidden;
    color:#0e8ad7;
    clear: both;
    margin-left:-10px;
    margin-top: 0;
    *margin-top: 30px;
    *margin-left: -70px;
}

.searchmume li ul li {
    padding-left: 5px;
    line-height: 30px;
}

.searchmume li ul li:hover {
    background: #eee;
}

.searchmume ul li.current {
    background: url(link.png) 0 100% no-repeat;
    width: 168px;
    height: 35px;
    line-height: 35px;
    list-style-type: none;
    padding-left: 10px;
}

.searchmume > ul > li > a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.searchmume > ul > li > ul > a {
    font-size: 14px;

    color: #04528f;
    padding-left:10px;
}



@media screen and (min-width: 961px) and (max-width: 1190px){
    .wrapper{overflow:hidden;}
    .w1170{width:100%;}
    .header_l{margin-left:20px;}
    .header_r{margin-right:20px;}
    .logo{width:17%;float:right;}
    .logo img{width:100%;margin-left:-10px;}
    .nav{position:relative;z-index:9;height:auto;float:left;padding:0 0 0 20px;}
    .top{height:auto;position:relative;}
    .content{padding-left:20px;padding-right:20px;}

    /*bottom copyright 部分*/
    .bottom{padding:0 20px;}
    .copyright{padding:0 20px;}
    .bottom_l{width:50%;}
    .bottom_m{width:20%;}
    .bottom_r{width:30%;}
}

@media screen and (min-width: 0px) and (max-width: 1100px) {

}

@media screen and (min-width: 0px) and (max-width: 961px){
    .w1170{width:100%;}
    .header{display:none;}
    .top .w1170{overflow:visible;}
    .content .w1170{overflow:visible;}
    .top{position:absolute;background:#fff;height:80px;z-index:9;width:100%;}
    .logo{padding-left:10px;height:80px;}
    .logo img{margin-top:17px;height:50px;margin-left:20px;}
    /*.banner{display:none;}*/
    .wrapper{background:#f1f1f1;overflow:hidden;}

    .navwrapper{width:auto;}
    .nav_mob{display:block;}
    .nav{position:relative;z-index:9;width:100%;height:auto;float:left;padding:0;border-top:1px solid #d2d2d2;box-shadow:3px 3px 3px #333;display:none;}
    .nav_kg{display:block;}
	.cur_column{display:block;}

    .content{padding:5px 15px 5px 15px;box-sizing:border-box;}
    .wzy_main{padding-top:11px;padding-bottom:20px;}
    .mob_wzy_lm{display:block;}
    .cur_location{position:absolute;margin-top:-45px;}
    .cur_location .f_r{margin-right:0;}
    .p_lr_60{}


    /*bottom部分*/
    .bottom{height:auto;margin-top:10px;}
    .bottom_l{width:100%;height:auto;padding:0 10px;}
    .bottom_l_td{width:100%;}

    .bottom_l_b{position:absolute;}
    .bottom_m{display:none;}
    .bottom_r{width:100%;height:auto;}
    .bottom_rd{width:100%;height:auto;padding:0 10px;}
    .bottom_l_t{margin-top:60px;}
    .bottom_tit{margin-top:10px;font-size:16px;}
    .bottom_rb{margin-top:0;padding-bottom:10px;}
    .bottom_rb table{}
    /*.bottom_rbtd{width:7.5%;}*/

    .copyright{height:auto;padding:5px 10px;line-height:25px;}
    .copyright_l{width:100%;height:auto;}
    .copyright_l span{display: block;}
    .copyright_r{width:100%;height:auto;}
    .copyright_r span{height:25px;}
}

@media screen and (min-width: 0px) and (max-width: 650px){

    .nav_kg{zoom:0.7;margin-top:40px;}
    .nav > ul > li {height:auto;}
    .nav > ul > li.on_nav{background:#fff;color:#eb4238;}
    .nav > ul > li.on_nav > a{color:#eb4238;}
    .nav > ul > li.on_nav > ul{display:block;}
    .nav > ul > li.on_nav > span{transform:rotate(90deg);background-position:50% 20px;}

    .span_w{width:10px;}
}

@media screen and (min-width: 0px) and (max-width: 360px){
    .content{padding-left:10px;padding-right:10px;}
    .p_lr_20{padding-left:10px;padding-right:10px;}
    .mob_wzy_lm span{margin-top:10px;margin-left:10px;font-size:20px;}
    .wzy_title{font-size:20px;}
    /*.span_w{width:10px;}*/
    .wzy_top{margin-top:7px;}
    .wzy_nr{margin-top:8px;}
}

@media screen and (min-width: 0px) and (max-width: 320px){
    .top{height:60px;}
    .logo{height:60px;}
    .logo img{height:40px;margin-top:13px;}
    .nav_kg{margin-top:27px;}
	.dk-mobile-nav{top:60px;}

}

/*移动端样式-细节*/
/*.mob_content{padding-right:30px;}*/

