body{background-color: #f6f6f6;}
header{min-width: 1400px; background-color: #932c32; position: relative;}
header .header{top: 0px; width: 100%; z-index: 1000;}
header .top{height: 130px; position: relative;}
header .top .logo{display: inline-block;}
header .top .logo a{margin-top: 19px;float: left;}
header .top .linkbox{ float: right; margin-top: 50px; color: #ffffff;}
header .top .linkbox a{color: #ffffff; margin-right: 10px; margin-left: 10px;}
header .top .linkbox span{margin-left: 5px; margin-right: 5px;}
.search{position: relative; float: right; top: -6px;}
.search .search-input {margin-left: 4px; margin-right: 30px; border-bottom: 1px solid #fff; width: 0; float: right;}
.search .search-input input.search-title { width: 100%; height: 22px; padding: 4px 0;
    line-height: 22px;
    background: none;
    color: #FFFFFF;
    font-size: 14px;
    border: 0;
    outline: 0;
    font-family: "微软雅黑";
}
.search .search-btn {width:32px;height: 32px;position: absolute;right: 0;top:0%;}
.search .search-btn input.search-submit {width:32px;height: 30px;border:0;outline: 0;background: url(../images/sous.png) no-repeat center;cursor: pointer;}

nav {background: #932c32;border-top: 1px solid rgb(255 255 255 / 20%);}
nav ul,.nav_sub ul{width: 1400px; margin: 0px auto; position: relative; overflow: hidden; line-height: 85px;}
nav ul li{display: inline; color: #fff; font-size: 22px; font-weight: 500;}
nav ul li a{padding: 0px 16px;color: #fff !important;}
    
.banner {
    height: 380px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}
.banner img{
    height: 100%;
    vertical-align: top;
}




.ph_header{position: relative;  display: none;background-color: #932c32; }
.ph_header img{max-width: 80%; margin:10px;}
.phones{width: 30px; position: absolute; right: 20px; top: 10px;}

.phone_nav {
	position: fixed;
	left: -260px;
	top: 0px;
	overflow-y: auto;
	height: 100%;
	width: 260px;
	z-index: 10000;
	background: #fff;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s;
	/* Safari and Chrome */
	-o-transition: all 0.5s;
	/* Opera */
	overflow-x: hidden;
    display: none;
}

.phone_nav::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 .06rem rgba(0, 0, 0, 0.3);
	border-radius: .1rem;
	background-color: #F5F5F5;
}

.phone_nav::-webkit-scrollbar {
	width: .1rem;
	background-color: #F5F5F5;
}

.phone_nav::-webkit-scrollbar-thumb {
	border-radius: .1rem;
	-webkit-box-shadow: inset 0 0 .06rem rgba(0, 0, 0, .3);
	background-color: #555;
}
.phone_nav .this_dm {
    padding: 10px 10%;
}
.phone_nav ul li {
    font-size: 0.9rem;
    /* padding-left: 15px; */
    position: relative;
    float: none !important;
    border-bottom: 1px solid #f7f2f2;
}
.phone_nav ul li h2 {
    font-size: 16px;
    line-height: 40px;
    padding-left: 10px;
    position: relative;
    font-weight: 550;
}
.phone_nav ul li a {
    color: #333;
}
.zz {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}



.main{position: relative;}
.col_menu{width: 314px; float: left;  margin-right: -314px; position: relative;background: #882829; margin-top: -122px;}

.col_menu .head {position: relative;}
.col_menu .head h3.name {font-size: 36px; font-weight: bold;  color: #fff;}
.col_menu .head h3.name span{
    line-height: 50px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.column-switch {
    display: none;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 30px;
    height: 24px;
    float: right;
    background: url(../images/menu-dot-w.png) no-repeat center;
}

.col_menu .menu_con {
    margin-right: 29px;
    background: #fff;
    padding-bottom: 29px;
    box-shadow: 0 3px 20px rgb(0 0 0 / 7%);
    margin-bottom: -20px;
}
.col_menu .menu_con ul
{
    border-top: 0px solid #2867A0; 
    border-bottom: 0px solid #fff; 
    padding: 0 45px;
    box-sizing: border-box;
}
.col_menu .menu_con ul li
{
    display: block;
    width: 100%;
    vertical-align: bottom;
}

.col_menu .menu_con ul li a
{
    transition: 0s;
    color: #333;
    font-size:20px;
    font-weight: bold;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
    height: 62px;
    display: flex;
    padding-left: 18px;
    align-items: center;
}

.col_menu .menu_con ul li a:hover, .col_menu .menu_con ul li a.selected {
    color: #882829;
    background: url(../images/icon_2.png) no-repeat left;
}

.col_menu .menu_con ul li ul{padding:0 0 0 20px}
.col_menu .menu_con ul li ul li a{
    height: 42px; font-size:18px;
}



.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
    padding-top: 34px;
}
.col_news .col_news_box {
    margin-left:370px;
}

.col_news .col_news_head
{
    border-bottom: 1px solid rgb(112 112 112 / 20%);
    padding-bottom: 23px;
}
.col_news .col_news_head .col_path {
    float: right;
    font-size: 14px;
    line-height:40px;
}
.col_news .col_news_head .col_title {
    float: left;
    font-size: 20px;
}
.clearfix{display: block;}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}












.list{padding: 20px 0;}
.list li {line-height: 30px; padding: 10px 0; position: relative; border-bottom: 1px dotted #cfcfcf;margin-left: 5px;}
.list li .date { color: #882829;font-size: 14px; float: right; width: 12%; text-align: right; }
.list li a {width:85%;display: inline-block; font-size: 18px;vertical-align: middle;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;/* background: url(../img/3.png) 7px 13px no-repeat;padding-left: 20px;*/}

.col_news .wp_entry,.col_news .wp_entry p { line-height:1.75; font-size:14px; color:#333;}
.col_news .wp_entry p { margin-bottom:10px;}
.col_news .wp_entry table{ margin-bottom:4px;}
.col_news .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); } /**列表页文章图片大小限制**/




.page{margin-top:30px;}
.pages { width:680px; text-align:center; margin:25px auto; clear:both; overflow: hidden;}
.pages .total_count { float:right;padding-top:3px; line-height:22px;}
.pages  a ,.prev_page span{ display:block; float:left; margin-right:4px; padding:6px 10px; border: 1px solid #DDD; background: #FFF; height:16px;line-height:16px; text-decoration: none;color: #882829; font-size: 18px; text-align:center;}
.pages  a { display:inline;}
.pages  a.disabled {color: #DDD;}
.pages  a:hover { text-decoration: none; border:1px solid #882829; }
.pages  a.disabled:hover { border:1px solid #DDD;}
.pages  .currentpage { background:#882829; color:#fff ;}
.total_count,.home_page,.prev_page,.page_index,.prev_page,.end_page,.page_jump,.page_jump a{display:inline-block;/*padding: 3px 10px; */margin-left:5px;line-height:22px;font-size:12px;border-radius: 3px;}






.path{line-height: 40px; font-size: 14px; padding-left: 20px;background: #ffffff;}

.hdbox{background-color: #fff; padding: 20px 20px 0px 20px; margin-top: 10px;}
._hd{border-bottom: 1px solid #D6D6D6;font-size: 22px;height: 42px;line-height: 28px; position: relative;}
._hd a.active, ._hd span.active { color: #c90000; border-bottom: 3px solid #c90000;}
._hd a, ._hd span {display: inline-block; margin-right: 2%; padding-bottom: 10px;}
._hd .active {padding: 0 11px 11px;font-weight: bold;}
._hd em{font-size: 14px; float: right;padding-top: 15px; width: 60px;}



.listbox{width: 48%;overflow: hidden; position: relative;}
.newslist{margin-top: 10px;overflow: hidden;}
.newslist li{line-height: 50px; font-size: 18px; color: #f4292a; display: block;}
.newslist li .iconfont{font-size: 20px; margin-right:10px;}
.newslist li data{float: right; color: #535353;}

.part-menu{border-bottom: 3px solid #dddddd; height: 50px;}
.part-menu li {float: left;font-size: 28px;margin-right:40px;line-height: 50px;}
.part-menu li.active {border-bottom: 3px solid #c90000; }
.part-menu li.active  a {color: #cd0001;}


.context{border: none !important; border-radius: 0 !important; min-height: auto !important; padding: 1% 2.224% !important;background: #ffffff; margin: auto; max-width: 1400px;}
.context h2 {text-align: center; color: #9c353d; font-size: 34px; line-height: 50px;font-family: 微软雅黑, 黑体, 宋体; padding: 15px 0px;}
.context .info {
    text-align: center;
    color: #999;
    font-size: 16px;
    margin: 10px auto 30px auto;
    border-bottom: 1px solid rgb(112 112 112 / 20%);
    padding-bottom: 23px;
}
.context .info p {
    display: inline-block;
    margin: 0 10px;
}
.context .info span {
    color: #c90000;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}
.context .info .on{font-weight: 600;}

.context .detailContent {
    font-size: 18px;
    line-height: 30px;
    min-height: 516px;
    overflow: hidden;
    text-align: justify;
}
.context .detailContent img{width: auto; height: auto;}
.context .detailContent p{
    line-height: 300%;
    font-size: 20px;
    color: #000;
}



.context .pagefooter {color: #888;line-height: 32px; margin-bottom: 15px; font-size: 14px; text-align: right;}





footer{ min-width: 1400px; background: url(../images/bj_bottom.jpg) no-repeat; background-size: cover; color: #fff; }
footer .foot-top{padding-bottom: 60px; padding-top: 100px;}
footer .foot-top ul{display: flex; justify-content: space-between;}

.foot-top ul .menu-link {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
}

.foot-top ul a {
    color: #fff;
}

.foot-top ul .sub-menu {
    margin-top: 27px;
}

.foot-top ul .sub-menu .sub-item{
    font-size: 18px;
    line-height: 40px;
    opacity: .6;
}
.foot-top ul .sub-menu .sub-item:hover {
    opacity: 1;
}


.foot-bottom {
    padding-top:20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 20px;
}
.foot-left p{
  line-height: 80px; font-size: 18px;
}

.foot-center p{
  line-height: 56px; font-size: 18px;
}

.foot-center .tt {
    line-height: 34px;
    margin-right: 49px;
    flex: none;
}

.copyright{line-height: 80px;padding-top: 15px; font-size: 18px; text-align: center;}




.footer{background: #882829; line-height: .3rem; padding: .2rem 0; text-align: center; font-size: .16rem; color: #fff; display: none;}



.listbd{padding:30px}
.listbox{width: 48%;overflow: hidden; position: relative;}
.newslist{margin-top: 10px;overflow: hidden;}
.newslist li{line-height: 50px; font-size: 17px; color: #f4292a; display: block;}
.newslist li .iconfont{font-size: 20px; margin-right:10px;}
.newslist li data{float: right; color: #535353;}
.part-menu{border-bottom: 3px solid #dddddd; height: 50px;}
.part-menu li {float: left;font-size: 20px;margin-right:40px;line-height: 50px;}
.part-menu li.active {border-bottom: 3px solid #c90000; }
.part-menu li.active  a {color: #cd0001;}



.imageList{overflow:hidden;}
.imageList .lay-col2 li{width:50%}
.imageList .lay-col4 li{width:25%}
.imageList .lay-col3 li{width:33.33333%}
.imageList ul{margin-right:-15px;margin-left:-15px;overflow:hidden;zoom:1}
.imageList ul li{position:relative;float:left;margin-left:0}
.imageList .line{padding-bottom:0 !important;margin-bottom:0;border-bottom:none}
.imageList ul li a{position:relative;display:block;margin:20px 10px 0;font-size:16px;overflow:hidden; width: auto;}
.imageList ul li a .place{position:relative;display:block;padding-top:56.25%;overflow:hidden;background-color:#f4f4f4}
.imageList ul li a .place .pic{position:absolute;top:0;right:0;left:0;bottom:0;z-index:1;overflow:hidden}
.imageList ul li a .place .pic img{display:block;width:100%;height:auto;min-height:100%}
.imageList ul li a .txt{font-size:0.875em;text-align:center}
.imageList ul li a .txt.normal{display:block;padding:1%;background-color:#f5f5f5}
.imageList ul li a .txt.fixed{position:absolute;right:0;bottom:0;left:0;z-index:2;padding:4%;line-height:1.5em;color:#fff;background-color:rgba(0,0,0,0.5);}
.imageList .line {padding-bottom: 0 !important;margin-bottom: 0; border-bottom: none;}




@media screen and (max-width:1200px) {
    header{display: none;}
    nav{display: none;}
    .banner{height: 180px;}
    .ph_header{display:block;}
    .phone_nav{display:block;}
    .footer{display:none;line-height: 1.5rem;font-size: .16rem;}
    footer{display: block;}

    .col_menu{width: 100%; float: none;  margin-right: -0; position: relative;  margin: 0;}
    .col_menu .menu_con{display: none; border: 0;}
    .col_menu .head h3.name {font-size:20px;}
    .col_menu .head h3.name span {display: block; height: auto;padding: 0px 5px 0px 12px;}
        .col_news {
        width: 100%;
        min-height: 0px;
        float: none;
    }
       .col_news .col_news_box {
        margin-left: 10px;
        margin-right: 10px;
    }
     .col_menu .menu_con {
    margin-right: 5px;}
    .main{width: 100%; box-sizing: border-box; padding: 0 0px;}
    .path{padding-left:0;}
    .context h2{font-size: 24px;line-height: 30px;}
    .context .detailContent{width: 100%;}
    .context .detailContent p{line-height: 200%;}
    .context .detailContent img{width: 100%; height: auto;}
    .context .info #changeSize{display: none;}
    .list li .date {display: none;}
    .list li a {width: 100%;display: initial; white-space: initial;}
    .pages{width: 100%;}
    .pages .page_index{display: none;}
    .listbox{width: 100%;}
    .column-switch {display: block;}
    .imageList .lay-col4 li{width:33.33333%}
    .imageList ul {margin-left:auto;}
    footer{width: 100%; min-width: auto; height: auto; background: #882829;}
    footer .w{width: 100%;}
    
    footer .foot-top{ padding-bottom: 10px}
    footer .foot-top ul{flex-wrap: wrap; align-content: space-between; justify-content: space-between;}

    footer .foot-top ul li{width: 25%; text-align: center; margin-bottom: 20px;}
    footer .foot-bottom{display:block;padding: 20px 15px; font-size: 14px;text-align: center;}
    footer .foot-bottom .foot-left img{width: 80%;}
    footer .foot-bottom .foot-left p{line-height: 30px; padding-top: 10px; font-size: 14px;}
    footer .foot-bottom  .foot-center p {line-height: 30px; padding-top: 10px; font-size: 14px;}
    footer .copyright { line-height: 25px;  font-size: 14px;}
    footer .foot-bottom img{width: auto;}

     }
@media screen and (max-width:768px) {
     footer .foot-top ul li{width: 50%;}
     .imageList .lay-col4 li{width:50%}
}