* {
	margin:0;
	padding:0;
}
body,ul,li,dl,tl,dd,h1,h2,h3,h4,p{ margin:0px; padding:0px;}
ul, li {
	list-style-type:none; overflow:hidden;
}
img{ border:0px;max-width: 100%;}
body {
	font-size:14px;
	color:#333;
	line-height:30px;
	font-family:"微软雅黑"; 
	background-color: #fff;
}

a {
	color:#121212;
	text-decoration:none;
}
a:webkit-any-link {
display:block;
}
a:hover {
	color:#da0000;
	text-decoration:none;
}
.clear{ clear:both; }
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*html .clearfix {
	height:1%;
}
*+html .clearfix {
	height:1%;
}

.fl {
	float:left;
    !important;
	_display:inline;
}
.fr {
	float:right;
   !important;
	_display:inline;
}
.wrap {
	width:1200px;
	margin:0 auto;
}
ul::before, ul::after{
	display: none;
}
ul>li::before, ul>li::after{
	visibility: initial;
	display: none;
}
/* 2021/9/23 */
.fwb{font-weight: bold;}
.addnews_location{margin-bottom: 10px;}
/***************************top***************************/
.top{width: 100%;background-color: #000;height: 35px;border-bottom: 1px solid #000;}
.top>.wrap{display: flex;justify-content: space-between;padding-top: 3px;}
.top ul{display: flex;}
.top ul li{margin-right: 20px;}
.top ul li a{color: #fff;}
.top-r{display: flex;align-items: center;}
.top-r ul{display: flex;}
.top-r ul li{margin-right: 15px;color: #fff;}
.top-r ul li span{color: #fff;}
.top-r ul li:last-child{margin: 0;}
.top-r ul li:hover a{color: #da0000;}
/***************************dphead***************************/
.dphead{display: flex;justify-content: space-between;align-items: center;height: 100px;}
.dplogo{width: 13%;height: 100%;display: flex;justify-content: center;align-items: center;}
.dplogo img{width: 100%;height: auto;vertical-align: top;min-height: auto;max-height: 100%;}
.dphead>ul{display: flex;height: 100%;justify-content: space-around;width: 65%;}
.dphead>ul>li{display: flex;justify-content: center;align-items: center;}
.dphead>ul>li>a{display: block;width: 100px;color: #000;font-size: 20px;text-align: center;}
.dphead>ul>li:hover a{color: #da0000;}
.dphead-r{ display: inline-block;width: 160px;height: 32px;padding-left: 40px;font-size: 18px;background-image: url(../../himg/store/f_icons.jpg);background-position: 0 0;background-repeat: no-repeat;}
/***************************dpbanner***************************/
.dpbanner{background: url(../../himg/store/banner.png) center center no-repeat;height: 445px;}
/***************************newskc***************************/
.newskc-box{padding-top: 20px;background-color: #f5f5f5;}
.dptetle{margin-bottom: 20px;}
.dptetle h2{display: inline-block;border-bottom: 4px solid #da0000;padding-bottom: 10px;}
.dptetle span{float: right;}
.dptetle span a{font-size: 16px;}
.newskc ul{display: flex;justify-content: space-between;flex-wrap: wrap;overflow: initial;}
.newskc ul li{width: 23.5%;margin-bottom: 20px;transition: all 0.3s ease-out 0s;background-color: #fff;}
.newskc ul li a{display: block;}
.newsck-img img{vertical-align: top;width: 289px;height: 179px;}
.newsck-bt{width: auto;padding-left: 7px;}
.newsck-bt p{margin: 5px 0 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;color: #333;font-weight: 600;}
.newsck-bt span{font-size: 13px;color: #7d7d7d;}
.newskc ul li:hover{transform:translate3d(0px, -5px, 0px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);}
.newskc ul li:hover p{color: #da0000;}
/***************************dpdongtai***************************/
.dpdongtai-box{margin: 20px 0;}
.dpdongtai ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.dpdongtai ul li{overflow: initial; width: 30%;display: flex;justify-content: space-between;padding-left: 15px;font-size: 16px;margin: 5px 0;position: relative;}
.dpdongtai ul li a{display: block;width: 70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #666;}
.dpdongtai ul li span{color: #999999;white-space: nowrap;}
.dpdongtai ul li::before{content: "";display: inline-block;width: 3px;height: 3px;background-color: #da0000;position: absolute;top: 12px;left: 2px;border-radius: 50%;}
.dpdongtai ul li:hover a{color: #da0000;}
/***************************dpxiangce***************************/
.dpxiangce-box{padding-top: 20px;}
.image-list{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 15px;}
.image-list .cover{width: 23.5%;margin-bottom: 20px;background-color: #fff;cursor: pointer;transition: all 0.3s ease-out 0s;}
.image-list .cover img{vertical-align: top;width: 282px;height: 176px;}
.image-list .cover:hover{transform:translate3d(0px, -5px, 0px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);}
/***************************dplyb***************************/
.dplyb-box{padding-bottom: 30px;}
.dplyb {
    margin-top: 20px;
    color: #fff;
	background: url(../../himg/store/new-time-bg.png) no-repeat;
	background-size: 100%;
}

.dplyb h1 {
    padding: 30px 0 4px 0;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.dplyb p {
    text-align: center;
    margin-bottom: 34px;
	color: #fff;
}
.dplyb ul{display: flex;justify-content: space-around;width: 70%;margin: 0 auto;padding-bottom: 40px;}
.dplyb ul li {
    margin-left: 10px;
    float: left;
}
.dplyb ul li:first-child {
    margin-left: 0;
}
.dplyb ul li input{
	outline: none;
}
.dplyb ul li .mane {
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-indent: 8px;
    border: 0px solid transparent;
	box-sizing: border-box;
	background-color: #fff;
	color: #000000;
}
.dplyb ul li .tjxx {
    width: 100px;
    height: 40px;
    background-color: #da0000;
    border-radius: 2px;
    font-size: 14px;
    border: none;
    color: #fff;
    cursor: pointer;
}
/***************************Xkuangjia***************************/
/***************************dpxxjj***************************/
.dpxxjj-box{padding: 30px 0; background-color: #f5f5f5;}
.dpxxjj{margin-bottom: 10px;}
.dpxxjj-hz{width: 100%;display: flex;justify-content: space-between;}
.dpxxjj-l{width: calc(800px + 30px);background-color: #fff;padding: 15px 20px;font-size: 16px;}
.dpxxjj-r{width: calc(330px + 20px);background-color: #fff;padding: 15px 10px;height: fit-content;}
.dpxxjj-name{ max-width: 1920px; width: 100%; margin: 0 auto; background-color: #FFFFFF;position: relative; border-bottom: 1px solid #e4e4e4; padding-bottom: 20px; overflow: hidden; height: 80px; line-height: 80px;}
.dpxxjj-name h1{font-size: 28px; color: #000; font-weight: bold; display: inline-block; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;text-align: center;}
.dpxxjj-xbl{width: 100%;}
.dpxxjj-xbl .dpxxjj-jgtime{ color: #5b6370; text-align: center;}
.dpxxjj-xbl .dpxxjj-jgtime span{font-size: 14px;font-weight: normal; display: block;height: 50px; line-height: 50px;}
/***************************dpzixun***************************/
.dpzixun{margin-bottom: 20px;}
.dpxxjj-r .dpzixun:last-child{margin-bottom: 0;}
.dpzixun .dptetle{margin: 0px 0 15px;}
.dpzixun ul li{overflow: initial; height:45px; line-height:45px;padding-left: 15px;font-size: 16px;margin:0px;position: relative;}
.dpzixun ul li a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #666;}
.dpzixun ul li span{color: #999999;white-space: nowrap;display: none;}
.dpzixun ul li::before{content: "";display: inline-block;width: 3px;height: 3px;background-color: #da0000;position: absolute;top: 20px;left: 2px;border-radius: 50%;}
.dpzixun ul li:hover a{color: #da0000;}
/***************************dpfoot***************************/
.dpfoot-box{margin-top: 20px;background-color: #fff;}
.dpfoot{padding: 20px 0; display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;}
.dpfoot .dpfoot-l{display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;flex: 6;border-right: 1px solid #DFE0E0;padding-right: 50px;}
.dpfoot .dpfoot-r{flex: 4;padding-left: 50px; display: flex;display: -ms-flexbox;display: -webkit-flex;align-items: center;flex-wrap: wrap;}
.dpfoot .dpfoot-l ul li h3{ font-size:18px; height:30px; line-height:30px;}
.dpfoot .dpfoot-l ul li{text-align: center;}
.dpfoot .dpfoot-r span{display: inline-block;width: 100px;height: 40px;background: url(../../himg/store/call-icon.png)no-repeat;line-height: 40px;padding-left: 50px;font-size: 25px;}
/***************************footbot***************************/
.footbot{text-align: center;background-color: #000;}
.footbot p{height: 40px;line-height: 40px;color: #fff;}
.footbot p a{color: #fff;}
.footbot p a:hover{color: #da0000;}
/***************************图片放大js***************************/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #949494c7;
    z-index: 10000;
}
#pictureViewer > .content{
    background-color: #fff;
    position: absolute;
    width: 590px !important;
    height: 590px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../../himg/store/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../../himg/store/close_white.png);
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #da0000;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../../himg/store/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../../himg/store/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../../himg/store/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../../himg/store/maximization_white.png);
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .handel-prev{
    background-image: url(../../himg/store/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../../himg/store/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #da0000;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../../himg/store/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../../himg/store/next_white.png);
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .hide {
    display: none;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pz_menubox{display: none;}
 @media screen and (max-width:767px) {
 body {
     font-family: 微软雅黑,雅黑;
     color: #575757;
 } 
 
 .wrap {
     width: 100%;
     margin: 0 auto;
 }
 .top{ display:none;}
 .dptetle h2{font-size: 24px;}
 .dplogo{width: 40%;}
 .dphead{flex-direction: column;align-items: flex-start;position: relative;width: auto;padding: 5px 15px 0;height: auto;}
 .dphead>ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 5px;}
 .dphead-r{position: absolute;right: 15px;top: 20px;width: 158px;}
 .dphead>ul>li>a{height: 40px;line-height: 40px;}
 .dpbanner{display: none;}
 .newskc-box{background-color: #fff;}
 .newskc ul li{width: 48%;}
 .newskc{width: calc(100% - 30px);}
 .newskc ul li a{height: 100%;display: flex;flex-direction: column; justify-content: space-between;}
 .newsck-img{display: flex;justify-content: center;align-items: center;flex: 1;}
 .newsck-img img{width: 100%;height: 100%;display: block;}
 .dpxxjj{width: calc(100% - 30px);}
 .dpxxjj .xxjjbox{flex-direction: column;}
 .dpxxjj .jianjie{padding: 0;}
 .dpdongtai{width: calc(100% - 30px);}
 .dpdongtai ul li{width: calc(100% - 15px);}
 .dpdongtai ul li::before{top: 13px;}
 .dpxiangce{width: calc(100% - 30px);}
 .image-list .cover{width: 48%;}
 .image-list .cover{display: flex;}
 .image-list .cover img{width: 100%;height: 100%;display: block;}
 #pictureViewer > .content{width: 100% !important;}
 .dplyb{width: calc(100% - 30px);background-color: #2f3947;}
 .dplyb ul{flex-wrap: wrap;flex-direction: column;margin-bottom: 10px;width: 100%;}
 .dplyb ul li{margin: 0;text-align: center;margin-bottom: 20px;}
 .dpfoot-box{display: none;}
 .footbot p{height: auto;line-height: initial;padding: 10px;}
 .dpxxjj-box{display: block;background-color: #fff;overflow: hidden;padding-bottom: 0;}
 .dpxxjj-hz{flex-wrap: wrap;}
 .dpxxjj-l{width: 100%;padding: 0;margin-bottom: 20px;}
 .dpxxjj-r{width: 100%;padding: 0;}
 .dpzixun ul li{display: flex;justify-content: space-between;}
 .dpzixun ul li a{width: 70%;}
 .dpzixun ul li span{display: block;}
 .dpxxjj-name h1{width: 100%;height: auto;line-height: initial;font-size: 0.5rem;text-align: center;}
 .dpzixun .dptetle{margin-bottom: 10px;}
 .footbot{background-color: transparent;height: 55px;overflow: hidden;}
 /*m-foot nav*/
 .pz_menubox{ float:left; width:100%; position:fixed; left:0; bottom:0; z-index:999; display:block;}
 .pz_menu{ float:left; width:100%; height:50px; background-color:#fff;padding: 5px 0;}
 .pz_menu ul{ width:100%;height: 40px;display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-around;}
 .pz_menu li{height: 40px; float: left; width:30%;cursor: pointer;border-radius: 30px;}
 .pz_menu li br{display: none;}
 .pz_menu li a{width:100%;height:40px; color:#ffffff;padding: 0 10px;box-sizing: border-box; font-size:14px;display: flex;display: -ms-flexbox;display: -webkit-flex; justify-content: space-around;align-items: center;} 
 .pz_menu li:nth-child(2){display: none;}
  .pz_menu li a img{width: 18px;}
 .pz_menu li:nth-child(1){background-color: #da0000;}
 .pz_menu li:nth-child(3){background-color: #000;}
 .pz_menu li:nth-child(4){background-color: #01ab70;}
 }
@media screen and (max-width:440px) {
.dpfoot-ul4{flex-wrap: wrap;}
.dplyb ul{padding-bottom: 20px;}
}

/* 2021-9-26微信弹框 */
.wxtk-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #949494c7;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.wxtk{
	background-color: #fff;
	padding: 20px;
	position: relative;
}
.wxtk p{
	text-align: center;
	font-size: 20px;
	margin: 10px;
}
.fuz{color: #da0000;font-weight: bold;margin-left: 5px;}
.add_dhh{font-weight: 700;font-size: 24px;}
.jrweixin{height: 40px;background-color: #da0000;line-height: 40px;}
.jrweixin a{color: #fff;}
.dakai{color: #f0532d;}
.add_dat{display: block;position: absolute;width: 60px;height: 60px;bottom: -70px;left: calc(50% - 30px);}
.add_dat img{width: 60px;height: 60px;vertical-align: top;}