/*列表样式*/
.m1200{width: 1200px; margin: 0 auto;}
.m-crumbs{margin-bottom: 30px; margin-top: 60px;}
.m-crumbs span{font-size: 14px; color: #999999; padding-right: 10px;}
.m-crumbs span a{color: #999999;}
.m-crumbs span:last-child{color: #bd1a2d;}

/*图片列表*/
.m-imgListsWrap .m-bigTitle{width: 1200px; border-bottom: 1px solid #e5e5e5; margin-bottom: 40px;overflow:hidden;height:auto;}
.m-imgListsWrap .m-bigTitle .m-title{font-size: 24px; color: #010101;float:left; border-bottom: 2px solid #bd1a2d; padding-bottom: 13px;}
.m-ulImgListsWrap{display: block; margin: 0 0 5px 0; overflow: hidden; padding: 0; clear: both; margin-right: -40px;}
.m-ulImgListsWrap li{float: left; width: 250px; height: auto; overflow:hidden; margin-bottom: 30px; margin-right: 40px;padding:5px; border:1px solid #e0e0e0;position: relative;}
.m-ulImgListsWrap li .m-imgWrap{height: 180px; overflow: hidden;}
.m-ulImgListsWrap li .m-imgWrap img{width: 100%; height: 180px; transition: all 0.8s;}
.m-ulImgListsWrap li .m-imgWrap img:hover{transform: scale(1.1);}
.m-ulImgListsWrap li h2{text-align: left; font-size: 16px; margin-bottom: 5px;line-height:48px; color: #333333;border-bottom: 1px solid #e5e5e5;}
.m-ulImgListsWrap li .m-zy{font-size: 14px; color: #666666;}
.m-ulImgListsWrap li .m-zy a{color: #bd1a2d;}
/* 分页 */
/*.page_box {
    line-height: 36px;
    text-align: center;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_box * {
    display: inline-block;
    font-size: 14px;
}

.page_box > a, .page_box > font {
    display: inline-block;
    padding: 0 5px;
    line-height: 36px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #eee;
    min-width: 20px;
    margin: 0 5px;
}

.page_box > span {
    display: none !important;
}

.page_box input {
    width: 40px;
    text-align: center;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #eee;
    margin: 0 5px;
}

.page_box > a:hover, .page_box > font, .page_box input[type="button"] {
    background: #bd1a2d;
    color: #fff;
}
.page_num {
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    overflow: hidden;
    width: 97%;
    margin: auto;
    font-size: 14px;
    cl
/* 分页 */
.page_box {line-height: 36px;text-align: center;margin-top: 30px;display: flex;align-items: center;justify-content: center;}
.page_box * { display: inline-block; font-size: 14px; }
.page_box > a, .page_box > font {display: inline-block;padding: 0 5px;line-height: 36px;font-size: 12px;border-radius: 4px;border: 1px solid #eee;min-width: 20px;margin: 0 5px;}
.page_box > span { display: none !important; }
.page_box input { width: 40px; text-align: center; height: 36px; border-radius: 4px; border: 1px solid #eee; margin: 0 5px; }
.page_box > a:hover, .page_box > font, .page_box input[type="button"] { background: #bd1a2d; color: #fff; }


.page_num{    padding-top: 15px;padding-bottom:15px;height:auto;overflow:hidden;width:97%;margin:auto;font-size:14px; clear: both; }
#page_div{color:#000;margin:0 auto;line-height: 20px; }

#page_div .pagination_zx {color: #bd1a2d; padding:0px 13px; margin-right: 2px; float: left; text-align: center; font-size: 14px;}
#page_div .pagination_zx span{line-height:34px;}
#page_div .pagination-zxx{border: 1px solid #bd1a2d;    color: #104c6e;padding: 6px 8px 7px;background-color:#bd1a2d;color:#fff;padding-top: 2px\9;}

#page_div .pagination_index{ color: #104c6e; border: 1px #efefef solid;
margin-right:5px; float: left;text-align:center; font-size:12px;background-color: #efefef;}
#page_div .pagination_index a{padding:6px 13px; margin:0px;text-align:center;  color:#666666; display:block; font-size:12px;display: inline-block; }
#page_div .pagination_index a:hover{color:#fff; font-size:12px;background:#bd1a2d;}

#page_div div.page_loca{ background-color:#bd1a2d;border-color: #bd1a2d;}
#page_div div.page_loca a{ color:#fff; font-size:12px;}
#page_div div.page_loca a:hover{ color:#fff;}

#page_div .pagination_index_last{border: none; width: auto; float: left; text-align: left;}
#page_div .pagination_index_last .page_a_tz{ border: 1px #b2b2b2 solid; padding:3px 8px;}
#pagination_input{ width: 35px; height:32px; line-height: 18px; margin: 0 5px; padding: 0; overflow: hidden; text-align:center; border: 1px solid #ccc;}
#pagination_input{height: 24px\9;}ear: both;
}*/

@keyframes  width{
0%{width:0;}
50%{width:100%;}
100%{width:0;}
}
@keyframes  height{
0%{height:0;}
50%{height:100%;}
100%{height:0;}
}

.m-ulImgListsWrap li .l_t,.m-ulImgListsWrap li .r_b {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 2px solid transparent;
}

.m-ulImgListsWrap li:hover .l_t{
    border-top-color: #bd1a2d;
    border-left-color: #bd1a2d;
    animation:width 2s ease-in-out,height 2s ease-in-out;
   -webkit-animation:width 2s ease-in-out infinite,height 2s ease-in-out infinite;
    -moz-animation:width 2s ease-in-out infinite,height 2s ease-in-out infinite;
    -o-animation:width 2s ease-in-out infinite,height 2s ease-in-out infinite;
    -ms-animation:width 2s ease-in-out infinite,height 2s ease-in-out infinite;
    animation:width 2s ease-in-out infinite,height 2s ease-in-out infinite;
}
.m-ulImgListsWrap li:hover .r_b{
    top:auto;
    left:auto;
    right:0;
    bottom:0;
    border-bottom-color: #bd1a2d;
    border-right-color: #bd1a2d;
    -webkit-animation:width 2s ease-in-out infinite,height 2s ease-in-out infinite;
    -moz-animation:width 2s ease-in-out infinite,height 2s ease-in-out infinite;
    -o-animation:width 2s ease-in-out infinite,height 2s ease-in-out infinite;
    -ms-animation:width 2s ease-in-out infinite,height 2s ease-in-out infinite;
    animation:width 2s ease-in-out infinite,height 2s ease-in-out infinite;
}
@media (min-width: 320px) and (max-width: 750px) { 
.m1200{width:auto;}
/*.m-crumbs{margin: 25px;} */
.m-ulImgListsWrap{margin-right:0;}
.m-imgListsWrap .m-bigTitle {width: 100%;margin-left: 0;}
.m-imgListsWrap .m-bigTitle .m-title {padding-left: 25px;padding-right: 25px;}


}
.g_nav_content li a {color: #000;}
.m-ulImgListsWrap li a{font-size: 16px;}

/* 响应式 */
@media screen and (max-width:1200px){
.m1200{width:96%;}
.m-imgListsWrap .m-bigTitle{width:100%;}
.m-ulImgListsWrap{margin-right:0;}
.m-ulImgListsWrap *{box-sizing:border-box;}
.m-ulImgListsWrap li{width:32%;margin-right:2%;}
.m-ulImgListsWrap li:nth-child(3n){margin-right:0;}


}

@media screen and (max-width:1024px){
	body {background: #fff;}
	.g_layout{width:100%;}
	.g_main{ width: 100%; }
	.m_search .u_search_right{width: 290px;}
	.m-part2RightList li {width: 210px;}
	.m_left{width:50%;}
	.m_left .picScroll-left{ width: 100%; }
	.picScroll-left .bd{ width: 100%; }
	.m_right{width:45%; margin-left: 30px; float: left;}
	.picScroll-left .hd{ width: 420px; }
	.slideBox{ width: 100%; }
	.picScroll-left .bd ul li{ width: 100%; }
	.slideBox .bd li{ height: auto; overflow:hidden; }
	.m_beijing_box{ display: none; }
	.m_nav li{ margin-left: 0; padding:0 45px; }
	.g_nav_content li{ padding:0 20px; }
	.m_foot1{ margin-left: 0; }
	.g_footer .u_logo{ margin-left: 50px; margin-right: 50px; }
	.g_bottom{ display: none; height: auto; overflow: hidden; line-height: 40px; }
	.m_footer{ display: block; }
	.slideBox .bd li img{ width: 23%; }
	.slideBox .bd li div{ width:100%;}
        .w1200{width:auto}
}
@media screen and (max-width:991px){
	.m_nav{ width: 100%; height:auto; }
	.m_nav li{ width: 10%; padding: 0 5%; text-align: center; }
	.ul_ywdt,.ul_zwgk,.ul_zwfw,.ul_zmhd,.ul_csfzx { width: 100% !important;}
	.ul_ywdt li:nth-of-type(7) ,.ul_zwfw li:nth-of-type(8),.ul_zwgk li:nth-of-type(8),.ul_zmhd li:nth-of-type(8){display: none;} 
	.slideBox .bd li img{ width:232px; }
	.slideBox .bd li img{ width:23%; height: 157px; margin: 0 1%; }
	.m_search{ width: 40%; }
	.m_search .u_search_right{ width: 70%; }
	.m_search .u_search_right #qt1{ width: 80%; }
	.picScroll-left .hd{ width: 90%; }
	.picScroll-left .hd{ left: 0; }
}
@media screen and (max-width:900px){
	.g_main{ height: auto;  }
	.m_nav{ height: auto; overflow:hidden; }
	.m_nav li{ width: 14%; padding: 0 3%; font-size: 20px; }
	.ul_ywdt li,.ul_zwgk li,.ul_zwfw li,.ul_zmhd li,.ul_csfzx li{ font-size: 16px; }
	.m_search .u_search_right{ width: 65%; }

	.g_header {height: auto;}
 	.g_header .u_logo{ width: 80%; }
	.m_search {width: 75%;}
	.m_search .u_search_left {width: 35%;}
	.m_search .u_search_right{ width: 54% !important; }
	.m_search .u_search_right #qt1{ width:65%; }
	.g_nav{ height: auto;  border:#901323 1px solid;margin-bottom:120px; }  
	.g_nav_content{ height: auto;position: absolute;top: 125px;left: 0;}
	.g_nav_content .ul_csfzx li{ width: 33.3%; padding: 0; } 
        .m_nav li{ width:33.3%;font-size:16px;height: auto;float: left;box-sizing: border-box;}
        .m_nav li a{font-size:16px;}
        .u_list li a{overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    width: 60%;
    display: inline-block;
    }
	.g_footer{ display: none; }
	.g_footer_2{ display: block; }
	.g_footer_2 .g_main{ width: 320px; height: auto; }
	.g_footer_2 .u_logo{ margin:48px 25px 0 25px; }
}
@media screen and (max-width:768px){ 
	.m_left{ width: 90%; float: none; margin: 20px auto 0 auto; }
	.picScroll-left .bd ul li img{ width: 100%; } 
	.m_right{ width: 90%; margin: 20px auto 0 auto; float:none; }
	.g_header .u_logo{ float: none; margin: 0 auto 20px; display: block; }
	.m_search{ float: none; margin: 20px auto; width: 60%; }
	.u_search_right{ width: 73% !important; }
	.picScroll-left .hd{left:20px;}
	.slideBox .bd li img{ height: 120px; }
	.g_nav{width:99.6%}
        #page_div{justify-content: flex-start;}
.page_box p{display:none}

.m-ulImgListsWrap li {display: inline-block;width: 48%;margin-right:4%;margin-bottom: 15px;}
.m-ulImgListsWrap li:nth-child(2n){margin-right:0;}
.m-ulImgListsWrap li:nth-child(2n+1){margin-right:4%;}

.m-ulImgListsWrap li .m-imgWrap{height:auto;}
.m-ulImgListsWrap li .m-imgWrap img{height:auto;}

}
@media screen and (max-width:640px){ 
	.m_footer p span{ display: block; }

}
@media screen and (max-width:600px){
	.m_footer p span{ display: block; }
}

@media screen and (max-width:480px){ 
	.list_2{ display: none; }
	.picScroll-left .hd{ left: 0; } 
	.slideBox .bd li img{ width: 48%; margin:10px 1%; }
}
@media screen and (max-width:414px){ 
	.m_footer p{ text-align: left; width: 80%; margin: 0 auto; }
	.u_list_title li{ font-size: 18px; }
	.u_list_title1 li{ font-size: 18px; }

}
@media screen and (max-width:375px){ 
	.picScroll-left .bd ul li img{ height: auto; }
	.picScroll-left .bd ul li{ height: auto; }
	.m_left .picScroll-left{height: auto;}
	.picScroll-left .bd{ height: auto; }
	.u_list li{ font-size: 14px; } 
	.g_bottom{ font-size: 12px; }
	.picScroll-left .bd ul li span a{ font-size: 14px; line-height: 30px; }
	
}