@charset "utf-8";

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#666;line-height:1.5;font-family:'Microsoft YaHei',Arial,'simsun',Zitino;min-width:320px;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#ff0000;}

/* css */
@font-face {
font-family: "anton";
src: url("anton.ttf") format("truetype");
font-family: "SourceHanSansCN-Regular";
src: url("SourceHanSansCN-Regular.otf") format("truetype");
font-family: "qigongziti";
src: url("FZQiTi-S14S.TTF") format("truetype");
}
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.container{position:relative;min-width:320px;width:100%;max-width:1600px;margin:0 auto;}
.containers{position:relative;min-width:320px;width:100%;max-width:1760px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd30{padding:30px 0;overflow:hidden;}
.pd60{padding:70px 0;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}
/* css */

/* header */
.header{width: 100%;line-height: 90px;FONT-VARIANT: JIS90;z-index:99;padding:0 30px;color:#fff;top:0;left:0;position: fixed;}
.header:hover{ background-color:#fff;}
.header .logo .inner { display: none; margin-top: 20px;}
.header .logo{position:absolute;left:0;top:0;} 
.nav {padding: 0 18% 0 40%;height:90px;display:flex;flex-flow: row wrap;justify-content: space-between;}
.nav .m{float:left;text-align:center;position:relative;z-index:10;flex-grow:1;}
.nav .m>a{color: #fff;display:inline-block;position:relative;font-size: 18px;}
.nav .cur>a,.nav .m>a:hover{font-weight: bold;}
.nav .cur>a::after,.nav .m>a:hover::after{width:100%;transform: scale(1);transform-origin:left;}
.headR{position:absolute;right:0;top:0;height:100px;padding-top: 30px;line-height:20px;}
.headR .tel{float:left;background: url('../images/tel.png') no-repeat 14px center;margin-right: 15px;font-size: 18px;height: 35px;position: relative;color: #fff;text-align: center;line-height: 35px;border-radius: 50px;cursor: pointer;-webkit-transition: all .35s;padding-left: 33px;}
.headR .mfzx {position: relative;width: 120px;text-align: center;height: auto;line-height: 35px;background: linear-gradient(90deg, #d90f12, #bb0e11) center center no-repeat;color: #fff;border-radius: 45px;display: inline-block;}
/*--*/
.headFix{background:#fff !important;padding-top:0;height:90px;line-height:90px;box-shadow:0 0 6px #ddd;color:#222;}
.header.headFix .logo .inner {display:block;margin-top: 30px;}
.header.headFix .logo .nomarl { display:none;}
.headFix .nav{height:90px;}
.headFix .nav .m>a{color: #000;}
.header.headFix .nav .cur>a,.nav .m>a:hover{color: #d90f12;}
.headFix .headR{height:90px;}
.headFix .headR .tel{background: url('../images/tel1.png') no-repeat 14px center;color:#000;}
/*--*/
.header:hover .nav {height:90px;}
.header:hover .nav .m>a:hover{color: #d90f12;}
.header:hover .nav .m>a{color: #000;}
.header:hover .logo .inner {display:block;margin-top: 30px;}
.header:hover .logo .nomarl { display:none;}
.header:hover .nav .cur>a,.nav .m>a:hover{color: #d90f12;}
.header:hover .headR .tel{background: url('../images/tel1.png') no-repeat 14px center;color:#000;}
/* header */

/* navTrigger */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background: #fff;margin-bottom:6px;transition:all 0.3s;-webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%;-ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel{font-family:"iconfont";position: absolute;color: #fff;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.headFix .wapTel{font-family:"iconfont";position: absolute;color: #d90f12;right:60px;font-size:1.5rem;line-height:1;top:20px;}
.header:hover .wapTel{font-family:"iconfont";position: absolute;color: #d90f12;right:60px;font-size:1.5rem;line-height:1;top:20px;}
.headFix .navTrigger span{display:block;height:2px;background: #d90f12;margin-bottom:6px;transition:all 0.3s;-webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%;-ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.header:hover .navTrigger span{display:block;height:2px;background: #d90f12;margin-bottom:6px;transition:all 0.3s;-webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%;-ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
/* navTrigger */

/* banner */
.banner{position:relative;overflow:hidden;font-size:.875rem;}
.banner .swiper-slide{position: relative;}
.banner .pic{width:100%;}
.banner .wap{ display:none;}
.banner .posi {position:absolute;left:0;top:33%;transform:translateX(-50%);z-index:10;transition:all 1s;}
.banner .posi .info h5 {font-size: 60px;color: #fff;font-weight: bold;}
.banner .posi .info h6 {font-size: 40px;color: #fff;margin: 25px 0 40px;}
.banner .posi .info .link {width: 194px;line-height: 54px;border: 1px solid #fff;border-radius: 60px;text-align: center;transition: 0.4s;}
.banner .posi .info .link a {display: block;color: #fff;font-size: 18px;text-transform: uppercase;transition: 0.4s;}
.banner .posi .info .link:hover {background: #d90f12;border: 1px solid #d90f12;}
.banner .posi .info .link:hover a {color: #fff;}
.banner .swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination{bottom:15px;max-width:1600px;left:50%;transform:translateX(-50%);}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:14px;height:14px;border:1px solid #fff;position: relative;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;}
.banner .swiper-pagination-bullet-active{border-color: #ff0000;}
.banner .swiper-pagination-bullet-active::after{background:#ff0000;}
.banner .swiper-slide-active .posi{ opacity:1;left:24%;}
.banner .swiper-slide-active .posi:nth-child(2){right:-8%;left:auto;}
/* banner */

/* jz-title */
.jz-title{font-size:1rem;margin-bottom:40px;position: relative;}
.jz-title span{display: block;font-size:2.875em;color:#191919;margin-bottom:5px;}
.jz-titlew,.jz-titlew span{color:#fff;}
/* jz-title */

/* jz-fuwu */
.jz-fuwu{background:url('../images/fuwu-bg.jpg') no-repeat center;background-size:cover;background-attachment: fixed;}
.fuwu-box{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.fuwu-box li{position: relative;display:inline-block;width: calc(20% - 30px);margin:0 0 30px 30px;border-radius: 10px;box-shadow: 0 0 10px #ddd;overflow: hidden;background: #fff;}
.fuwu-box h4{padding: 15px 10px;color:#fff;font-size: 26px;text-align: center;background: linear-gradient(90deg, #d90f12, #bb0e11) center center no-repeat}
.fuwu-box h4 span{display: block;color:#fff;font-size:12px;margin-top: 5px;font-weight:400;text-transform: uppercase;}
.fuwu-box .box{position: relative;padding: 40px 20px 100px 20px;}
.fuwu-box .box span{display: block;padding: 10px 20px;margin-bottom: 10px;color:#000123;font-size: 16px;background: #f6f8fd;align-content: center;align-items: center;text-align: center;}
.fuwu-box .more{position: absolute;left: 20px;bottom: 30px;right: 20px;width: 160px;display: block;color: #fff;font-size:16px;border-radius:30px;padding: 10px 10px;text-align: center;background: #d60f12;margin: 0 auto;}
.fuwu-box .more:hover{background:#bc0e11}
/* jz-fuwu */

/* jz-wenti */
.jz-wenti {background-color:#d90f12;}
.jz-wenti .wenti-box {display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.jz-wenti .column {width: 48%;padding: 25px 30px;margin-bottom: 30px;background-color: #f9f9f9;border-radius: 10px;}
.jz-wenti .h2 {font-size: 24px;line-height: 30px;color: #000000;padding-left: 43px;background-image: url(../images/wt1.png);background-repeat: no-repeat;background-position: left 1px;margin-bottom: 15px;}
.jz-wenti .text {font-size: 16px;line-height: 24px;color: #888888;padding-left: 43px;background-image: url(../images/wt2.png);background-repeat: no-repeat;background-position: left 1px;}
/* jz-wenti */

/* jz-anli */
.anli-box{margin-right:-20px;}
.anli-box li{float:left;width:25%;padding-right:20px;font-size:1.143em;margin-bottom:15px;}
.anli-box li a{display:block;overflow:hidden;}
.anli-box li .pImg{padding-top: 69%;}
.anli-box li .pImg::after{content:"";position: absolute;left:15px;top:15px;right:15px;bottom:15px;border:1px solid #fff;transform:scale(0) rotate(-180deg);opacity:0;transition:all .4s;}
.anli-box li h4{padding:15px 0;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;line-height:30px;font-size: 20px;}
.anli-box li h4 i{font-style:normal;margin-left:15px;color:#999;font-size:14px;}
.anli-box li a:hover img{transform: scale(1.1);}
.anli-box li a:hover h4,.proMain li a:hover i{color:#ff0000;}
/* jz-anli */

/* jz-xinwen */
.jz-xinwen{background:url('../images/xinwen-bg.jpg') no-repeat center;background-size:cover;background-attachment: fixed;overflow: hidden;}
.xinwen-box li{float: left;width: 50%;height: 250px;overflow: hidden;padding: 40px;-o-box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;background-color: #FFFFFF;border-left: 1px solid rgba(0, 0, 0, .14);border-bottom: 1px solid rgba(0, 0, 0, .14);}
.xinwen-box li:nth-child(1),.xinwen-box li:nth-child(3){border-left: none;}
.xinwen-box li:nth-child(3),.xinwen-box li:nth-child(4){border-bottom: none;}
.xinwen-box li.hui{background-color: #efefef;}
.jz-xinwen .tit{color: #000000;font-size: 24px;margin-bottom: 20px;}
.jz-xinwen .tit:hover{color:#ff0000;}
.jz-xinwen .con{color: #666666;font-size: 16px;line-height: 33px;height: 72px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;margin-bottom: 15px;}
.jz-xinwen li .time{background-image: url(../images/time.png); background-size: auto; background-position: 0 50%; background-repeat: no-repeat;padding-left: 22px;}
.jz-xinwen li .volume{background-image: url(../images/volume.png); background-size: auto; background-position: 0 50%; background-repeat: no-repeat;padding-left: 22px;}
.jz-xinwen a:hover{color:#666;}
/* jz-xinwen */

/* footer */
footer{ background-color: #343434; color: #fff;}
footer .top { border-bottom: 1px solid rgba(255, 255, 255, .24); display:block;}
footer .top .right{ width: 67%;}
footer .top .right a{ color:#fff;}
.dis-flex-start{ display: flex; align-items: flex-start;}
.dis-flex-between {display: flex;justify-content: space-between;}
footer .main .center{ position:relative;}
footer .main .center .t1{ font-size:18px;}
footer .main .center .t2{font-size:20px;margin-top:20px;}
footer .main .center .ml{margin-left: 15px;}
footer .main .center .l1 {line-height: 1;}
footer .main .center .img{  width: 80px;}
footer .bottom{border-top: 1px solid rgba(255, 255, 255, .24); line-height: 50px;}
.dis-flex-between-center {display: flex;justify-content: space-between;align-items: center;}
footer .bottom a{ color:#fff;} 
/* footer */

/* foot */
.foot{ display:none;}
.foot .box {width: 100%;float: left;position: fixed;left: 0;bottom: 0;height: 45px;background: #d90f12;z-index: 66;box-shadow: 0 -4px 7px rgba(0, 0, 0, 0.15);z-index: 9999999;}
.foot .box li {box-sizing: border-box;width: 50%;float: left;text-align: center;border-right: 1px solid rgba(255, 255, 255, 0.2);}
.foot .box li .ico7 {width: 100%;float: left;}
.foot .box li .name {font-weight: bold;width: 100%;float: left;font-size: 1rem;color: #fff;line-height: 45px;width: 100%;height: 100%;}
.foot .box li .name img{width:22px;margin-right: 10px;display: inline-block;vertical-align: middle;}
.foot #wxnr {width: 100%;height: 100%;max-width: 640px;min-width: 320px;position: fixed;top: 0;z-index: 1000;display: none;background: rgba(0,0,0,.6);}
.foot #wxnr .nrdf {margin: auto;position: absolute;top: 50%;left: 0;right: 0;width: 22rem;padding: 4rem 0 3rem;margin-top: -11rem;text-align: center;background-color: rgba(255, 255, 255, 0.8);box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius: 10px;}
.foot #wxnr img {display: block;margin: 0 auto 0.8rem;}
.foot #wxnr p {display: block;font-size: 1.4rem;text-align: center;color: #666;}
.foot #wxnr i {display: block;position: absolute;top: 1rem;right: 1rem;width: 1.5rem;height: 1.5rem;font-size: 1rem;line-height: 1.5rem;text-align: center;color: #fff;font-weight: bold;font-style: normal;background: #333;border-radius: 1rem;cursor: pointer;}
.foot #wxnr #btn {display: inline-block;padding:  0.1rem 0.2rem;background-color: #f19903;color: #fff;border-radius: 0.2rem;cursor: pointer;}
/* foot */

/* sub-banner */
.sub-banner{width: 100%;height:500px;background-size: cover;background-position: center;background-color: #222;position: relative;}
.sub-banner:after{content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,0.35);position: absolute;left: 0;top:0;z-index: 1;}
.sub-banner .container{position: relative;z-index: 2;}
.sub-banner .container .text{padding: 12% 0 0 0;text-align:left;}
.sub-banner .container h2{width: 100%;font-size:50px;font-weight: 550;letter-spacing: 5px;line-height:60px;margin-bottom:10px;color: #fff;text-transform: uppercase;}
.sub-banner .container p{width: 100%;font-size: 25px;font-weight: 450;line-height:50px;;color: #fff;text-transform: uppercase;}
/* sub-banner */

/* jz-lianxi */
.jz-lianxi .left {background: #bf0e11;width: 50%;box-sizing: border-box;padding: 6.25rem;float:left;}
.jz-lianxi .left .content1 .item {color: #fff;position: relative;margin-bottom: 20px;}
.jz-lianxi .left .content1 .item div {font-size: 1rem;opacity: 0.7;}
.jz-lianxi .left .content1 .item p {font-size: 22px;margin-top: 0px;}
.jz-lianxi .left .content1 .item:nth-child(1) p,.jz-lianxi .left .content1 .item:nth-child(2) p{ font-weight:bold;}
.jz-lianxi .left .content1 .item p span {font-size: 1.25rem;}
.jz-lianxi .left .content1 .item img {position: absolute;top: 0;left: -28px;width: 20px;padding-top: 4px;}
.jz-lianxi .left .content2 {padding-top: 1.75rem;}
.jz-lianxi .left .content2 img {width: 10.5rem;}
.jz-lianxi .right {width: 50%;float:left;}
.jz-lianxi .right .map {height: 100%;width: 100%;}
.jz-lianxi .right .map img{ max-width:none;}
/* jz-lianxi */

/* jz-anli1 */
.jz-anli1{ background-color:#f8f8f8;}
.anli-box1{margin-right:-20px;}
.anli-box1 li{float:left;width:25%;padding-right:20px;font-size:1.143em;margin-bottom:15px;}
.anli-box1 li a{display:block;overflow:hidden;}
.anli-box1 li .pImg{padding-top: 69%;}
.anli-box1 li .pImg::after{content:"";position: absolute;left:15px;top:15px;right:15px;bottom:15px;border:1px solid #fff;transform:scale(0) rotate(-180deg);opacity:0;transition:all .4s;}
.anli-box1 li h4{padding:15px 0;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center;line-height:30px;font-size: 20px;}
.anli-box1 li h4 i{font-style:normal;margin-left:15px;color:#999;font-size:14px;}
.anli-box1 li a:hover img{transform: scale(1.1);}
.anli-box1 li a:hover h4{color:#d90f12;}
/* jz-anli1 */

/* jz-tjxw */
.tjxw-list{overflow:hidden;}
.tjxw-list li{font-size: 16px;line-height: 30px;box-sizing:border-box;float: left;width: 32.7%;position: relative;min-height: 1px;margin-bottom: 15px;background-color: #fff;padding: 16px 15px;margin-right: 15px;border: 1px solid #f3e8e8;}
.tjxw-list li:nth-child(3n+0){ margin-right:0;}
.tjxw-list li a{float:left;width:calc(100% - 90px);color:#333;font-size: 17px;}
.tjxw-list li span{float:right;color:#666;}
.tjxw-list li:hover a{color:#d90f12;}
/* jz-tjxw */

/* pagination */
.pagination{padding: 45px 0 0 0;text-align:center;overflow:hidden;}
.pagination a{font-size: 14px;line-height: 39px;display:inline-block;height: 39px;padding: 0 16px;text-align:center;color:#333;border: 1px solid #e3e3e3;background:#fff;margin-left: 3px;}
.pagination a.a1{line-height:30px;height:30px;margin-top:0;padding:0 12px;}
.pagination a:hover{text-decoration:none;color:#000;background:#f1f1f1;}
.pagination span{line-height: 37px;display:inline-block;height: 39px;padding: 0 16px;text-align:center;color:#fff;margin-left:2px;background:#d90f12;color:#fff;border:1px solid #d90f12;}
/* pagination */

/* shownews */
.flex-sbn{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-justify-content:space-between;justify-content: space-between;}
.shownews{background-color: #f1f3f5}
.shownews .left{width: 70%;margin-right: 2%;margin-bottom:50px;}
.shownews .right{width: 28%;}
.shownews .right .title{margin-bottom:5px;padding-top:10px;}
.shownews .info{background-color:#fff;padding:50px;-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 254, 0.06);box-shadow: 0 0 10px 2px rgba(79, 172, 254, 0.06);}
.shownews .shownews-title{font-size: 30px;color: #333;font-weight: 600;margin-bottom: 10px;}
.shownews .shownews-info{font-size: 16px;color: #868e96;border-bottom: 1px dashed #ddd;margin: 0 0 10px 0;padding: 10px 0 20px 0;}
.shownews .shownews-info span{margin: 0 10px 0 0;}
.shownews .shownews-cont{padding: 3px 0;font-size:18px;line-height: 36px;color:#495057;}
.shownews .shownews-cont p{margin: 10px 0;font-size:18px;line-height: 36px;color:#000;}
.shownews .shownews-cont p strong{ color:#0043ff; font-weight:normal;}
.shownews .shownews-cont img{max-width: 80%;width: auto;height: auto;margin: 20px auto;display: block;}
/*--*/
.shownews .bottom-btn{padding:20px 0 0 0;border-top: 1px dashed #ddd;}
.shownews .bottom-btn a{width: 50%;display: block;text-align: left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 16px;line-height: 32px;color:#495057;font-weight: 500;}
.shownews .bottom-btn a:hover{color:#495057;}
.shownews .bottom-btn a i{font-size: 2.5rem;color: #999;margin-right:10px;display: inline-block;vertical-align:middle;}
.shownews .bottom-btn a:last-child i{margin-right: 0;margin-left: 10px;}
/*--*/
.shownews ul{background-color:#fff;padding:30px;}
.shownews ul li{border-bottom: 1px dashed #ddd;margin-bottom:15px;padding-bottom:15px;}
.shownews ul li:last-child{border-bottom: none;margin-bottom: 0;}
.shownews ul li a{display: block;position:relative;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-justify-content:space-between;justify-content:space-between;}
.shownews ul li a .info{width:100%;-webkit-box-shadow: none!important;box-shadow: none!important;padding: 0}
.shownews ul li a .info h6{font-size: 16px;line-height: 22px;color:#495057;font-weight: 500;margin-bottom: 5px;}
.shownews ul li a .info p{font-size: 14px;color: #868e96;}
.shownews ul li a .info p span{ margin-right:10px;}
.shownews ul li a:hover .info h6{color:#d90f12;}
/* shownews */

/* jz-tjxw1*/
.jz-tjxw1{background-color:#f8f8f8;}
.tjxw-list1{overflow:hidden;}
.tjxw-list1 li{font-size: 16px;line-height: 30px;box-sizing:border-box;float: left;width: 32.7%;position: relative;min-height: 1px;margin-bottom: 15px;border: 1px solid rgb(133 130 130 / 24%);padding: 16px 15px;margin-right: 15px;}
.tjxw-list1 li:nth-child(3n+0){ margin-right:0;}
.tjxw-list1 li a{float:left;width:calc(100% - 90px);color:#333;font-size: 17px;}
.tjxw-list1 li span{float:right;color:#666;}
.tjxw-list1 li:hover a{color:#d90f12;}
/* jz-tjxw1 */

/* jz-fwnr */
.fwnr-box:nth-child(2n) .txt{left:0;}
.fwnr-box .one{position:relative;overflow:hidden;margin-bottom:10px;}
.fwnr-box .one img{top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.fwnr-box .one:hover img{transform:scale(1.1);}
.fwnr-box .txt{position:absolute;right:0;bottom:0;width:48%;background: rgba(255, 255, 255,.9);padding:4% 5%;line-height:1.8;}
.fwnr-box .txt h3{position:relative;margin-bottom:30px;padding-bottom:15px;color:#333;}
.fwnr-box .txt h3 span{display:block;font-size:2em;}
/* jz-fwnr */

/* jz-guanyu */
.jz-guanyu{padding-bottom:60px;position:relative;z-index:2;color:#fff;}
.guanyu-box{background:#db2035;padding:4% 5%;overflow:hidden;}
.jz-guanyu .font{position:relative;}
.jz-guanyu .txt{font-size:.875rem;padding-top:10px}
.jz-guanyu h3{margin-bottom:40px;overflow:hidden;margin-right:50px;}
.jz-guanyu h3 span{font-size:2.25em;margin-left:20px;float:left;padding-top:40px;margin-left:-160px;}
.jz-guanyu p{margin-bottom:15px; line-height:28px; font-size:16px;}
.jz-guanyu .tit{ font-size:26px;}
.jz-guanyu ul{color:#fff; display: flex;flex-direction: row;justify-content: space-between;margin-top:30px;}
.jz-guanyu ul li{text-align:center;}
.jz-guanyu ul li span{font-size:3.25em;}
.jz-guanyu ul li:last-child{border-right:none;}
/* jz-guanyu */

/* jz-wenhua */
.jz-wenhua ul{margin-right:-15px;}
.jz-wenhua{overflow:hidden;margin-bottom:40px;}
.jz-wenhua li{float:left;width:25%;padding-right:15px;height:275px;position:relative;overflow:hidden;}
.jz-wenhua li .bgImg:after{content:"";position:absolute;left:0;top:0;width:102%;height:100%;background:#000;opacity: .5;}
.jz-wenhua li em{ cursor: pointer;width:100%;height:100%;left:-120%;position: absolute;top: 0;transform: skewX(-25deg);transition: all 0s;background-image:-moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));background-image:-webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));background-image:-o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));background-image:-ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));}
.jz-wenhua li:hover em{left:120%;transition: all 0.5s;}
.jz-wenhua li .txt{position:absolute;top:16%;padding:0 10%;width:100%;color:#fff;z-index:3;transition:all .3s;}
.jz-wenhua li .txt h4 {font-size:1.875em;margin-bottom:10px;}
.jz-wenhua li:hover .txt{top:25%}
/* jz-wenhua */

/* jz-zhishi */
.zhishi-list{display: flex;flex-flow: row wrap;align-content: flex-start;overflow: hidden;}
.zhishi-list li{float:left;width: 32.5%;margin-bottom:20px;margin-right: 20px;}
.zhishi-list li:nth-child(3n+0) {margin-right: 0;}
.zhishi-list a{display:block;padding: 30px;border: solid 1px #e4e4e4;box-shadow: 0 0 10px #f5f5f5;background: #fff;}
.zhishi-list li p{-webkit-line-clamp: 1;font-size: 16px;color:#666666;line-height: 28px;margin-bottom: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-align: justify;text-justify: distribute-all-lines;}
.zhishi-list li h4{margin-bottom: 15px;color:#000;font-size: 22px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.zhishi-list li .c{ margin-bottom:26px;}
.zhishi-list li .time{background-image: url(../images/time.png); background-size: auto; background-position: 0 50%; background-repeat: no-repeat;padding-left: 22px;}
.zhishi-list li .volume{background-image: url(../images/volume.png); background-size: auto; background-position: 0 50%; background-repeat: no-repeat;padding-left: 22px;}
.zhishi-list li:hover a{box-shadow:0 0 10px #ddd}
.zhishi-list li:hover h4{color:#d90f12}
.zhishi-list a:hover{color:#666;}
/* jz-zhishi */