﻿@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  *:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


html,body{height:100%;}
html{-webkit-text-size-adjust:100%;font-size:5.2083333vw}
@media(max-width:1440px){
	html{font-size: 6.5vw;}
}
@media(max-width:1024px){
	html{font-size: 7vw;}
}
@media(max-width:750px){
	html{font-size: 14vw;}
}

body{padding:150px 0 0 0; margin:0px auto; font-size:16px; line-height:30px; color:#333333; width:100%; min-width:1300px; zoom:1;font-family:思源黑体 cn,SourceHanSansCN, Microsoft YaHei,arial, sans-serif; background:#f4f4f4;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family:思源黑体 cn,SourceHanSansCN, Microsoft YaHei,arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address,pre,time,menu{margin: 0;padding:0; display: block;font-family:思源黑体 cn,SourceHanSansCN, Microsoft YaHei,arial, sans-serif;} /*html5设置*/
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
figure,figcaption{ margin:0px; padding:0px;}
img{ max-width:100%; border:none; border:0;  vertical-align:top;}
a{ color:#333333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#e6000f;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 6px; height:6px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #58504a;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #e6e6e6;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.w1320{ position:relative; clear:both; max-width:1320px;width:90%; margin:0px auto;}
.w1360{ position:relative; clear:both; max-width:1360px;width:90%; margin:0px auto;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}

/*font*/
.f_red{ color:#ec1c27;}
.iconfont{ font-size:24px; vertical-align:middle;}
.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.p{overflow: hidden;word-break:normal;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;}
.dot1,.dot2,.dot3,.dot4,.dot5,.dot6{overflow: hidden;word-break:normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;}
.dot1{-webkit-line-clamp: 1;}
.dot2{-webkit-line-clamp: 2;}
.dot3{-webkit-line-clamp: 3;}
.dot4{-webkit-line-clamp: 3;}
.dot5{-webkit-line-clamp: 3;}
.dot6{-webkit-line-clamp: 3;}

@media(max-width:1366px){
 select,input,textarea,button{ font-size:14px;}
}
@media ( max-width:1024px){
.iconfont{ font-size:18px;}
body{min-width:300px;padding-top:45px;font-size:14px; line-height:24px;}	
.w1320,.w1360{max-width:none;width: auto; margin:0 15px;}
}
/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; background:url(../images/nopic.jpg) center center no-repeat; background-size:contain;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ max-height:100%;}


/*pages*/
.Pages{clear: both;text-align: center;line-height: 34px;font-family: Arial, Helvetica, sans-serif;font-size: 14px;padding-top: 4%;position: relative;}
.Pages a{display: inline-block;vertical-align: middle;}
.Pages .num a{width: 36px;border:1px solid rgba(255.255.255,0);color:#333333;font-family: "DINCond";font-size: 16px;margin:0 5px;}
.Pages .num a:hover,.Pages .num a.a_cur{border:2px solid #ee1a24;color:#fff;background:#ee1a24;}
.Pages .arr{padding:0 14px;border:1px solid #ebebeb;}
.Pages .arr:hover{color: #fff;background:#ee1a24;border:1px solid #ee1a24;}
.Pages .a_prev{margin-right: 35px;}
.Pages .a_next{margin-left: 35px;}
.Pages.white .arr{background: #fff;}

@media ( max-width:1024px){
.Pages{line-height:25px; font-size:14px;}
.Pages .arr{padding:0 5px;}
.Pages .p_page .num a{ width:25px;}
.Pages .a_prev{margin-right: 5px;}
.Pages .a_next{margin-left: 5px;}
}
/*pages end*/


/*Top*/
.Header{position:fixed; width:100%; left:0; top:0; background:#fff;z-index:900;transition: all ease 0.3s;}
.Header .Logo{text-align: center;line-height: 95px;background:url(../images/logobg.jpg) 0 center no-repeat;}
.Header .Logo img{display: inline-block;vertical-align: middle;}

.Search{position:relative;float: right;line-height: 55px;}
.Search .Searchico{ cursor:pointer; color:#e6000f;font-weight: bold;}
.Search .Searchico .icongb{ display:none;}
.Search .Searchico.on .icongb{ display:block;}
.Search .Searchico.on .iconso{ display:none;}
.Search .Searchico .iconfont{ font-size:22px;}
.Search .searchbox{width:350px; line-height:34px;position:absolute;opacity: 0;visibility: hidden; right:0; top:100px;transition: all 0.3s;}
.Search .searchbox .input{ background:#fff;width:100%; height:34px; line-height:34px; text-indent:1em; border:1px solid #dcdcdc; border-radius:4px;}
.Search .searchbox .input::-webkit-input-placeholder {color: #959595;}
.Search .searchbox .btn { position:absolute; right:-2px; top:0; width:60px; height:36px; color:#fff; background:#666; border-radius:0 4px 4px 0;}
.Search .searchbox .btn:hover { background:#e6000f;}
.Search .searchbox.on{opacity: 1;visibility: visible;top: 55px;}

.MainNav{float: left;width: calc(100% - 120px);}
.MainNav li{ float:left;position:relative; z-index:100;width: 12.5%;text-align: center;/*font-family: 'PingFangSC';*/}
.MainNav li:after{content: "";position:absolute;left: -10%;bottom: 0;width: 120%;height:0;background:url(../images/navtop.png) center top no-repeat;transition: all ease 0.3s;}
.MainNav span a{ position:relative; z-index:1;display:block; color:#221f1f; line-height:55px; transition: all ease 0.3s;font-size: 0.2rem;}
.MainNav .arr{ display:none;}
.MainNav li:hover:after,.MainNav li.onnav:after{height: 60px;}
.MainNav li:hover span a,.MainNav li.onnav span a{ color:#fff;}

.NavPull{ z-index:99;display:none; position:absolute; text-align:center; top:55px; left:0;width:100%; line-height:35px; background:rgba(255,255,255,0.9); box-shadow:0 5px 15px rgba(0,0,0,0.2);}
.NavPull.null{background:none; padding:0;}
.NavPull dd{ margin:0; position:relative;}
.NavPull a{ color:#333; padding:0; display:block; font-size:14px; margin:0; padding:2px 0;}
.NavPull a:hover,.NavPull dd:hover a{ background:#ee1a24; color:#fff;}

.Header.fixed2, .Header.fixed3 {transition: transform .3s;transform-origin: top center;position: fixed;width: 100%;top: 0;box-shadow: 0px 5px 10px rgba(0,0,0,0.1);}
.Header.fixed3{transform: translateY(-95px);}
.bodyon .Header.fixed3{transform: translateY(0px);}

.openbtn{ cursor:pointer;width:45px; height:45px;padding-top: 8px; position:absolute; right:0; top:0; z-index:999;background:#e6000f;display: none;}
.closebtn{ position:fixed; left:0px; top:45px; width:100%; height:100%; z-index:0; display:none;background: rgba(0,0,0,0.5);}
.openbtn span{}
.openbtn i{ display:block; background:#fff; margin:10px auto;transition: all ease 0.3s;margin:5px auto;width:30px;height:2px;border-radius: 3px;}
.openbtn i.sp2{border-left: 6px solid #e6000f;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 11px) rotate(45deg) !important;
	-moz-transform: translate(0, 11px) rotate(45deg) !important;
	-ms-transform: translate(0, 11px) rotate(45deg) !important;
	-o-transform: translate(0, 11px) rotate(45deg) !important;
	transform: translate(0, 11px) rotate(45deg) !important;}
.openbtn.on .sp2 {border-left: 0;
	-webkit-transform: translate(0, 4px) rotate(-45deg) !important;
	-moz-transform: translate(0, 4px) rotate(-45deg) !important;
	-ms-transform: translate(0, 4px) rotate(-45deg) !important;
	-o-transform: translate(0, 4px) rotate(-45deg) !important;
	transform: translate(0, 4px) rotate(-45deg) !important;}	
.openbtn.on .sp3 { display:none;}

@media ( max-width:1024px){
.Header.fixed3{transform: translateY(-50px);}
.Header .Logo{line-height: 45px;}
.Header .Logo img{ height:15px;}
.Header .openbtn{width:45px;height:45px;display: block;}
.Header .openbtn i{margin:5px auto;width:30px;height:2px;}
.Search{position: static;padding:0 10px 0 0;margin: -45px 38px 0 0;line-height: 44px;}
.Search .searchbox{ width:94%; left:3%; top:0 !important;}
.Search .Searchico .iconfont{font-size: 18px;}
.MainNav{ position:fixed; height:100%; overflow-y:auto; z-index:999; width:220px; padding:0; right:-220px;background: #fff;top:45px;visibility: hidden;opacity: 0;filter: alpha(opacity=0);transition: all ease 0.3s; box-shadow:0 0 10px rgba(0,0,0,0.2);}
.MainNav ul{ padding-top:30px;}
.MainNav li{ display:block; position:relative; float:none; border-bottom:1px solid #e9e9e9;border-top:1px solid #f9f8f6; width:auto; margin:0; background:none;text-align: left;}
.MainNav li a {line-height: 38px;padding:0 15px;font-size: 15px;}
.MainNav li:hover span a,.MainNav li.onnav span a,.MainNav li span a.sele{ color:#e6000f;}
.MainNav .arr{ display:inline-block; position:absolute; z-index:10; width:100px; line-height:38px; height:38px; right:0px; top:-1px;}
.MainNav .arr i{ position:absolute; height:auto; background:none; right:15px; top:0;transition: all ease 0.3s;}
.MainNav li.onnav .arr i{dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
	-ms-transform: translate(0, -3px) rotate(-180deg) !important;
	-o-transform: translate(0, -3px) rotate(-180deg) !important;
	transform: translate(0, -3px) rotate(-180deg) !important;}
.MainNav.on{visibility: visible;opacity: 1;filter: alpha(opacity=100); right:0;}
.MainNav li:after{display: none;}
.NavPull{position: static;width: auto;text-align: left;}
.NavPull dd a{padding-left: 25px;}
}
/*Top*/

/*Bottom*/
.Footer{background:#555555 url(../images/bottombg.jpg) right bottom no-repeat;padding:40px 0 49px;}
.Footer .Link{margin-left: -27px;}
.Footer .Link li{width: 33.333%;float: left;padding: 0 0 18px 27px;}
.Footer .select{text-align: center;color:#b2b2b2;position: relative;}
.Footer .select dt{text-align: center;color:#b2b2b2;line-height: 56px;background:rgba(255,255,255,0.1);cursor: pointer;position: relative;z-index: 11;}
.Footer .select dd{position: absolute;bottom: 0%;left: 0;width: 100%;background:#393636;border:1px solid #393636;padding:15px;z-index: 10;text-align: left;font-size: 14px;opacity: 0;visibility: hidden;transition: all 0.3s;max-height: 200px;overflow-y: auto;}
.Footer .select dd a{display: block;margin-bottom: 6px;line-height: 28px;color:#b2b2b2;transition: all 0.3s;padding-left: 0;}
.Footer .select dd a:hover{color:#666;background:#b2b2b2;padding-left: 10px;}
.Footer .select dd a:last-child{margin-bottom: 0;}
.Footer .select.on{z-index: 15;}
.Footer .select.on dd{bottom: 100%;opacity: 1;visibility: visible;z-index: 15;}

.Footer .LeftCon{width: 904px;float: left;line-height: 25px;color:#fff;}
.Footer .Nav{line-height: 45px;border-bottom: 1px solid rgba(255,255,255,0.2);position: relative;display: flex;justify-content: space-between;margin-bottom: 26px;}
.Footer .Nav a{color:#fff;font-size: 18px;position: relative;display: block;padding-bottom: 15px;}
.Footer .Nav a:hhover{color:#e6000f;}
.Footer .Nav a:after{content: "";left: 50%;bottom: -1px;width: 0;height: 1px;position: absolute;background:#e6000f;transition: all 0.3s;}
.Footer .Nav a:hover:after{left: 0;width: 100%;}
.Footer .Ewm{float: right;text-align: center;line-height: 20px;font-size: 14px;color:#bcbcbc;}
.Footer .Ewm img{display: block;padding:8px;background:#fff;width: 120px;height: 120px;margin:0px auto 6px;}
.Footer .contact span{display: inline-block;margin-right: 38px;}
.Footer .copyright{font-size: 14px;color: #bcbcbc;}
.Footer .copyright a{color: #bcbcbc;}.Footer .copyright a:hover{color: #ffffff;}

.totop{position:fixed;right:0;bottom:0;text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;width: 60px;height: 60px;line-height: 60px;background:#e6000f;color:#fff;box-shadow:0 0 10px rgba(0,0,0,0.2);z-index:210;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;}
.totop:hover{color:#fff;background:#c2000d;}

@media ( max-width:1024px){
	.Footer{padding:15px 0;}
	.Footer .LeftCon{width: auto;float: none;}
	.Footer .Nav{display: none;}
	.Footer .Ewm{float: none;padding-bottom: 12px;}
	.Footer .copyright{font-size: 12px;}
	.totop{width: 40px;height: 40px;line-height: 40px;}
}
@media(max-width:640px){
	.Footer .Link li{width: auto;float: none;}
	.Footer .select dt{line-height: 45px;}
}
/*Bottom*/


/*首页 s*/

.itemhover{transition: all ease 0.3s;}
.activehover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.5);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);}
	.itemhover2{transition: all ease 0.3s;}
	.activehover2{
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);}


/*第一屏 s*/
.HomeBan{position: relative; z-index: 1; overflow:hidden; background:url(../images/loading.gif) center center no-repeat;}
.HomeBan .item{ position:relative;}
.HomeBan .item .txt{ z-index:10; position:absolute; left:50%; top: 30%;width: 1320px;transform: translateX(-50%);}
.HomeBan .item .imgbox{padding-top: 440px;background: url(none);}

.HomeBan .slick-dots{bottom: 30px;}
.HomeBan .slick-dots li button{background:#fff;}

.HomeBan .slick-arrow{background-color: rgba(0,0,0,0.3);border:0;}
.HomeBan:hover .slick-prev { left:5%;}
.HomeBan:hover .slick-next { right:5%;}
.HomeBan .slick-arrow:hover{background-color:#ee1a24;}

@media ( max-width:1366px){
	.HomeBan .item .txt{width: 90%;left: 5%;transform: translateX(0);}
	.HomeBan .item .txt img{width: 50%;}
}
@media ( max-width:1024px){
	.HomeBan .item .imgbox{padding-top: 40%;}
	.HomeBan .slick-arrow{display: none !important;}
}

.NewsScroll{height: 68px;line-height: 68px;overflow:hidden;background:#fff;}
.NewsScroll .Tithead{position: absolute;left: 0;top: 0;padding-left: 36px;color:#221f1f;background:url(../images/ico/ico_gg.png) 0px center no-repeat;font-weight: bold;}
.NewsScroll .slider{margin-left: 138px;}
.NewsScroll .slick-slide{position: relative;}
.NewsScroll .slick-slide:After{position: absolute;left: 50%;width: 1px;height: 22px;top: 50%;margin-top: -11px;background:#e5e5e5;content: "";}
.NewsScroll .item{width: 43%;float: left;padding:0 80px 0 16px;position: relative;}
.NewsScroll .item:after{position: absolute;left: 0;width: 3px;height: 3px;border-radius: 50%;background:#e6000f;top: 49.5%;content: "";}
.NewsScroll .item:nth-child(2){float: right;}
.NewsScroll .item .date{position: absolute;right: 0;top:0;color:#afa7a7;font-size: 18px;font-family: "DINCond";}

.HomeTit{position: relative;padding-top: 12px;line-height: 68px;}
.HomeTit .Ti{font-size: 30px;color:#000000;float: left;}
.HomeTit .Ti span{color:#e6000f;}
.HomeTit a.more{position:absolute;right: 0;font-size: 14px;color:#7a7575;}
.HomeTit a.more:hover{color:#e6000f;}

.TabSlide{position: relative;}
.HomeNews{overflow: hidden;}
.FocusNews{width: 55%;float: left;overflow: hidden;}
.FocusNews .item{position: relative;}
.FocusNews .imgbox{padding-top: 470px;}
.FocusNews .titbox{line-height: 80px;background:rgba(0,0,0,0.5);font-size: 24px;position: absolute;left: 0;bottom: 0;z-index: 10;padding:0 110px 0 5%;font-size: 24px;color:#fff;width: 100%;}
.FocusNews .slick-dots{left: auto;right: 0;width: 116px;line-height:80px;bottom: 0;}
.FocusNews .slick-dots li button{background:#fff;}
.FocusNews:hover .slick-prev{left: 15px;}
.FocusNews:hover .slick-next{right: 15px;}

.TabNav{float: right;text-align: center;font-size: 0;margin-top: -59px;}
.TabNav li{display:inline-block;position: relative;border: 1px solid #666666;border-radius: 22px;font-size: 18px;line-height: 43px;margin-left: 10px;width: 140px;vertical-align: middle;}
.TabNav li:after{content: "";left: 50%;bottom: 50%;background:#e6000f;border-radius: 22px;position: absolute;width: 0;height: 0;transition: all 0.3s;}
.TabNav li a{position: relative;z-index: 1;color:#000000}
.TabNav li.on {box-shadow: 0 10px 20px rgba(236,28,39,0.1);border: 1px solid #e6000f;}
.TabNav li.on a{color:#fff;}
.TabNav li.on:after{width: 100%;height: 100%;left: 0;bottom: 0;}

.TecNews{width: 45%;float: left;padding-left: 30px;}
.TecNews .Con li{margin-bottom: 10px;}
.TecNews .Con li:last-child{margin-bottom: 0px;}
.TecNews .Con li a{display: block;background:#fff;padding:24px 40px 28px 40px;}
.TecNews .Con li .date{color:#e6000f;font-size: 24px;font-family: "DINCond";font-weight: bold;}
.TecNews .Con li .tit{margin-top: 8px;font-size: 20px;}
.TecNews .Con li .dot1{color:#999999;font-size: 14px;height: 30px;}

.HomeAd{position: relative;margin-top: 20px;clear: both;}
.HomeAd .item{position:relative;}
.HomeAd .item img{width: 100%;}
.HomeAd .imgbox{padding-top: 140px;}
.HomeAd .item .play{position:absolute;left: 50%;top: 50%;border-radius: 50%;transform: translate(-50%,-50%);width: 76px;height: 76px;background-image:url(../images/play.png);background-repeat: no-repeat;background-position: center center;background-color:rgba(0,0,0,0.3);}
.HomeAd .item:hover .play{background-color:#e6000f;}
.HomeAd .slick-prev{left: 20px;}
.HomeAd .slick-next{right: 20px;}
.VideoPop{position: fixed;left: 50%;top: 50%;width: 1000px;transform: translate(-50%,-50%);padding:40px 30px 30px;background:#fff;box-shadow: 0 10px 30px rgba(0,0,0,0.2);z-index: 100000;display: none;}
.VideoPop .close{position: absolute;right: 10px;top: 6px;}
.VideoPop video{width: 100%;height: 100%;object-fit: fill;}

.HomeBusiness{padding-bottom: 32px;}
.HomeBusiness ul{display:flex;}
.HomeBusiness .item{width: 16.6666%;transition: all 0.3s;}
.HomeBusiness .item a{display: block;margin-left: 5px;color: #fff;position: relative;overflow: hidden;}
.HomeBusiness .info{position: absolute;left: 0;bottom: 15px;transition: all 0.3s;width: 100%;padding:0 0 0 20px;z-index: 10;}
.HomeBusiness .ti{line-height: 67px;font-size: 18px;}
.HomeBusiness .item .ti:after{content: "";left: 0;bottom: -1px;background:#e6000f;width: 0;height: 1px;position:absolute;}
.HomeBusiness .ico img{width: 31px;height: 31px;}
.HomeBusiness .dot2{font-size: 14px;line-height: 24px;opacity: 0;height:0;visibility: hidden;transform: translateY(-100px);transition: all 0.3s;}
.HomeBusiness .more{width: 30px;height: 30px;position: absolute;right: 0;bottom: 10px;background: #e6000f url(../images/arr.png) center center no-repeat;opacity: 0;transition: all 0.3s;}
.HomeBusiness .imgbox{padding-top: 360px;}
.HomeBusiness .imgbox:after{left: 0;top: 0;z-index: 2;width: 100%;height: 100%;background:rgba(0,0,0,0.2);content: "";position: absolute;}

.HomePartner{background:#ececec;padding:28px 0;overflow: hidden;}
.HomePartner .slick-list{margin-left: -12px;}
.HomePartner .item a{display:block;padding-left: 12px;}
.HomePartner .imgbox{padding-top: 74px;}

@media(min-width:1024px){
	.HomeBusiness .item.on {width: 75%;}
	.HomeBusiness .item.on .info{bottom: 32px;padding:0 30px;}
	.HomeBusiness .item.on .ti{line-height: 70px;font-size: 22px;position: relative;border-bottom: 1px solid rgba(255,255,255,0.2);}
	.HomeBusiness .item.on .ti:after{width: 32px;}
	.HomeBusiness .item.on .ico img{width: 38px;height: 38px;}
	.HomeBusiness .item.on .imgbox:after{background:rgba(0,0,0,0.1);}
	.HomeBusiness .item.on .dot2{opacity: 1;visibility: visible;transform: translateY(0);margin: 20px 138px 0 0;height:auto;}
	.HomeBusiness .item.on .more{opacity: 1;right: 30px;}
}
@media(max-width:1024px){
.NewsScroll .item{width: auto;float: none;}
.NewsScroll .slick-slide:After{display: none;}

.FocusNews{width: auto !important;float: none;}
.FocusNews .imgbox{padding-top: 64%;}
.FocusNews .titbox{line-height: 45px;font-size: 15px;}
.FocusNews .slick-dots{line-height: 45px;}
.TecNews{width: auto;float: none;padding:20px 0 0 0;}
.TecNews .Con li .dot1{height: 24px;}
.TabNav{float: none;margin:20px 0 0 0;}

.HomeBusiness ul{flex-wrap: wrap;}
.HomeBusiness .item{width: 50%;margin-bottom: 5px;}
.HomeBusiness .imgbox{padding-top: 64%;}
.HomeBusiness .dot2{display: none;}
.HomeBusiness .ti{font-size: 16px;line-height: 40px;}

.VideoPop{width: 94%;left: 3%;transform: translate(0,-50%);padding:40px 15px 15px 15px;}
}
@media(max-width:768px){
	.NewsScroll{height: 45px;line-height: 45px;}
	.NewsScroll .slider {margin-left: 115px;}
	.NewsScroll .item .date{font-size: 14px;}

	.TecNews .Con li a{padding: 15px;}
	.TecNews .Con li .date{font-size: 16px;}
	.TecNews .Con li .tit{font-size: 15px;}
	.TabNav ul{white-space:nowrap;overflow-x: auto;}
	.TabNav li{font-size: 15px;width: 110px;line-height: 35px;}

	.HomeTit{line-height: 50px;}
	.HomeTit .Ti{font-size: 18px;}
	
}

/*首页 end*/


/*栏目页公用样式 s*/
.SubPage{ height:auto !important; height:300px; min-height:300px; padding-top:0.6rem; padding-bottom:0.6rem;background:#f5f5f5 url(../images/subbg.jpg) center bottom no-repeat;overflow: hidden;}
.SubContent{padding:0.6rem;background-color: #fff;background-repeat: no-repeat;background-position: center center;}
.SubBan { position:relative;overflow: hidden;}
.SubBan img{display: block;width: 100%;}
.SubBan .txt{position: absolute;width: 1320px;top: 50%;left: 50%;transform: translate(-50%,-50%);font-size: 0.36rem;line-height: 2;color:#fff;}
.SubBan .txt span{position: relative;}
.SubBan .txt span:after{position: absolute;background:url(../images/subtit.png);width: 14px;height: 8px;content: "";right: -20px;top: 0;display: none;}
.SubBan .slick-dots li button{width: 9px;height: 9px;background:rgba(255,255,255,0.5);}
.SubBan .slick-dots li.slick-active button{width: 9px;height: 9px;background:#fff !important;}
.SubBan:hover .slick-prev{left: 4%;}
.SubBan:hover .slick-next{right: 4%;}

.ColumnName{ font-weight:normal; background:#e6000f; color:#fff;display:none; position:relative; z-index:100; line-height:36px;}
.ColumnName h2{ font-weight:normal; font-size:15px;}
.ColumnName .arr{ position:absolute; width:100%; height:100%; text-align:right; right:0; top:0;transition: all ease 0.3s;}
.ColumnName .iconfont{ font-size:24px; display:inline-block; margin:0px 10px 0 0;}

.SubMenu{ background:#fff;line-height:80px; height:80px;}
.SubMenu ul{float: left;}
.SubMenu li{position: relative;margin-right: 42px;float: left;}
.SubMenu li a{position:relative; z-index:1; display:block; color:#504d4d;}
.SubMenu li:after{content:""; position:absolute; width:0;height:1px; bottom:0; left:50%; background:#ee1a24;transition: all ease 0.3s;}
.SubMenu li:hover:after,.SubMenu li.onli:after{ width:100%;left: 0;}
.SubMenu li a:hover,.SubMenu li.onli a{ color:#ee1a24;}
.Place{float: right;font-size: 14px;color:#999999;background:url(../images/ico/place.png) 0px center no-repeat;padding-left: 19px;}
.Place a{color:#999999;}
.Place a:hover,.Place span{color:#ee1a24;}

.SinglePage{ position:relative;word-wrap:break-word;word-break:normal;text-align:justify; color:#333333;}
.SinglePage video{ width:80% !important; margin:0px auto; height:auto !important;}
.SinglePage p{text-indent: 2em;}

.VideoInfo{ width:840px; margin:25px auto; position:relative;}
.VideoInfo video{object-fit: fill;}
.VideoInfo .title{ color:#fff; text-align:center; font-size:18px; padding-top:10px;}

@media ( max-width:1366px){
	.SubBan .txt{width: 94%;left: 3%;transform: translate(0,-50%);}
}

@media ( max-width:768px){
.SubContent{padding:25px;}
.SubBan .txt{display: none;}
.ColumnName{ display:block; padding-left:28px;}
.SubMenu{ line-height:34px; height:auto; text-align:left;}
.SubMenu ul{float: none; display:none;background:#eee;margin:10px 0;}
.SubMenu li{width: 50%;float: left;text-align: center;margin:0;}
.SubMenu li:after{display: none;}
.SubMenu li a:hover, .SubMenu li.onli a{color:#e6000f;border-bottom: 1px solid #e6000f;}
.SubMenu li a{ padding-left:16px;border-bottom: 1px solid #fff;font-size: 14px;}

.SinglePage{ line-height:24px; font-size:14px;}
.SinglePage video{ width:100% !important;}
.SinglePage img{ width:auto !important; height:auto !important;display:block;margin:0 auto;}
.SinglePage *{ line-height:24px !important; font-size:14px !important;}

.VideoInfo{ width:95%;}
.VideoInfo .title{font-size:15px;}
}

/*栏目页公用样式 end*/


/*集团概况 s*/
.AboutInfo{background:#fff;margin-bottom: 38px;}
.AboutInfo .Info{width: 50%;vertical-align: top;padding:4% 4.5% 1%;}
.AboutInfo .Company{border-bottom: 1px solid #ededed;line-height: 2;padding-bottom: 2%;margin-bottom: 24px;color:#221f1f;font-size: 0.3rem;}
.AboutInfo .Company span{position: relative;}
.AboutInfo .Company span:after{position: absolute;right: -30px;width: 21px;height: 9px;top: -5px;content: "";background:url(../images/sup.png);}
.AboutInfo .desc{color:#7a7575;}
.NumList{background:#fff;}
.NumList li{text-align: center;width: 32%;padding:0.28rem 1% 0.37rem;color:#221f1f;float: left;}
.NumList .num{line-height: 0.85rem;color:#ee1a24;}
.NumList .num b{font-size: 0.6rem;font-family: "DINCond";display: inline-block;vertical-align: middle;}
.NumList .num sub{bottom: -10px;position: relative;margin-left: 2px;font-size: 16px;}

.SubTit{font-size: 0.3rem;margin-bottom: 0.55rem;color:#221f1f;}
.LeaderList .table-tr{border-top: 1px solid #ededed;}
.LeaderList .cell{height: 0.8rem;color:#221f1f;padding-top: 0.15rem;padding-bottom: 0.15rem;}
.LeaderList .name{padding-left: 1.2rem;width: 2.8rem;font-size: 0.22rem;font-weight: bold;}

.rybg{background-image:url(../images/rybg.jpg);background-position: center bottom;background-repeat: no-repeat;}
.HornorList{width: 54%;float: left;}
.HornorList .year{line-height: 0.5rem;font-size: 0.6rem;font-weight: bold;color:#221f1f;font-family: "DINCond";}
.HornorList .month{line-height: 0.63rem;margin:0.1rem 0 0.37rem;font-size: 0.24rem;color:#221f1f;position: relative;border-bottom: 1px solid #eeeded;}
.HornorList .month:after{content: "";left: 0;bottom: -1px;width: 45px;height: 1px;position: absolute;background:#ec1c27;}
.HornorList dl{height: 3.34rem;overflow-y: auto;}
.HornorList dl p{line-height: 0.4rem;background:url(../images/dot.png) 0 0.2rem no-repeat;padding-left: 0.38rem;color:#504d4d;font-size: 0.18rem;}

.HornorList .nav{position: relative;padding-bottom: 64px;margin-top: 0.26rem;}
.HornorList .nav:After{content: "";height: 1px;width: 100%;background:#e5e5e5;left: 0;top: 26px;position: absolute;}
.HornorList .nav .slick-list{padding-top: 27px;}
.HornorList .nav .item{padding-top: 12px;position: relative;font-family: "DINCond";font-weight: bold;color:#504d4d;text-align: center;line-height: 48px;cursor: pointer;transition: all 0.3s;}
.HornorList .nav .item:After{left: 50%;top: 0;width: 1px;height: 12px;background:#e5e5e5;position: absolute;content: "";}
.HornorList .nav .item:before{width: 0;height: 0;background:url(../images/sup2.png);left: 50%;top: -27px;content: "";margin-left:-19px;position: absolute;transition: all 0.3s;}
.HornorList .nav .item.slick-current{color:#ec1c27;font-size: 30px;}
.HornorList .nav .item.slick-current:before{width: 39px;height: 16px;}
.HornorList .nav .slick-arrow{top: auto;bottom: -64px;margin-top: 0;}
.HornorList .nav .slick-prev{left: 0;}
.HornorList .nav .slick-next{right: 0;}

.HornorTec{width: 35%;float: right;overflow: hidden;}
.HornorTec .ti{font-size: 0.24rem;color:#221f1f;line-height: 0.28rem;}
.HornorTec .desc{font-size: 0.18rem;color:#a1a1a1;line-height: 0.28rem;margin:0.15rem 0 0.18rem 0;}
.HornorTec .imgbox{padding-top: 133%;}
.HornorTec:hover .slick-prev{left: 10px;}
.HornorTec:hover .slick-next{right: 10px;}

.MemberNav{padding:0 0.8rem;margin-bottom: 0.5rem;}
.MemberNav .item a{display: flex;height: 1.1rem;font-size: 0.18rem;padding:0 10px;justify-content: center;align-items: center;background:#f5f5f5;margin:0 10px;color:#000000;}
.MemberNav .item a span{display: inline-block;position: relative;}
.MemberNav .item a span:After{position: absolute;left: -26px;width: 14px;height: 1px;content: "";background:#ec1c27;top: 50%;transition: all 0.3s;}
.MemberNav .item.on a span:After{width: 0;}
.MemberNav .item.on a{background:#ec1c27 url(../images/navbg.gif) right center no-repeat;color:#fff;}
.MemberNav .slick-prev{left: -0.8rem !important;}
.MemberNav .slick-next{right: -0.8rem !important;}

.MemberInfo{border-top: 1px solid #ededed;border-bottom:1px solid #ededed;padding: 0.52rem 0 0.55rem;margin-bottom: 0.46rem;background:url(../images/memberbg.jpg) 0px bottom no-repeat;}
.MemberInfo .logo{width: 4.38rem;padding-right: 0.74rem;text-align: center;vertical-align: top;}
.MemberInfo .logo img{width: 100%;}
.MemberInfo .txt{word-wrap:break-word;word-break:normal;text-align:justify;color:#7a7575;}

.AboutNews{width: calc(100% - 468px);float: left;}
.AboutNews .title{line-height: 26px;margin-bottom: 18px;position: relative;}
.AboutNews .title h2{font-size: 22px;color:#221f1f;}
.AboutNews .title a.more{position: absolute;right: 0;top: 0;font-size: 14px;color:#7a7575;}
.AboutNews .title a.more:hover{color:#e6000f;}
.AboutNews li{padding:0 80px 0 15px;position: relative;height: 40px;line-height:40px;}
.AboutNews li:after{position: absolute;left: 0;width: 3px;height: 3px;border-radius: 50%;background:#e6000f;top: 49.5%;content: "";}
.AboutNews li .date{position: absolute;right: 0;top:0;color:#afa7a7;font-size: 18px;font-family: "DINCond";}
.AboutContact{background:#ec1c27 url(../images/contacbg.jpg) center center no-repeat;background-size:cover;width: 360px;float: right;color:#fff;height: 236px;display: flex;justify-content: center;padding:0 0.34rem;flex-direction: column;}
.AboutContact h2{padding-bottom: 11px;font-size: 22px;}
.AboutContact .item{margin-top: 6px;line-height: 24px;min-height: 24px;padding-left: 47px;position: relative;}
.AboutContact .item span{position: absolute;left: 0;top: 0;}

@media ( max-width:1366px){
	.AboutInfo .desc{line-height: 26px;}
}
@media ( max-width:1024px){
	.MemberInfo .cell{display: block;}
	.MemberInfo .logo{padding-bottom: 15px;}
	.AboutNews{width: auto;float: none;}
	.AboutNews li {height: 33px;line-height: 33px;}
	.AboutNews li .date{font-size: 14px;}
	.AboutContact{width: auto;float: none;margin-top: 15px;}
}
@media ( max-width:768px){
 .AboutInfo,.AboutInfo .cell{display: block !important;width: auto !important;}
	.AboutInfo .Company{font-size: 18px;}
	.AboutInfo .desc{line-height: 24px;}

	.NumList li{width: 50%;}
	.NumList li:nth-child(2n+1){clear: both;}
	.NumList li:nth-child(1),.NumList li:nth-child(2){padding-bottom: 0;}
	.NumList .num sub{font-size: 14px;bottom: -5px;}

	.SubTit{font-size: 18px;}
	.LeaderList .name{font-size: 15px;padding-left: 10px;width: 80px;}

	.HornorList{width: auto;float: none;}
	.HornorTec{width: auto;float: none;}
	.HornorList dl p{font-size: 14px;line-height: 24px;}
	.HornorList .month{font-size: 15px;}
	.HornorList dl{height: auto;}
	.HornorList .nav{padding-bottom: 30px;}
	.HornorList .nav .slick-arrow{bottom: 44px;}
	.HornorList .nav .slick-prev{left: -25px !important;}
	.HornorList .nav .slick-next{right: -25px !important;}
	.HornorTec .ti{font-size: 18px;line-height: 22px;}
	.HornorTec .desc{font-size: 15px;line-height: 22px;}

	.MemberNav .item a span:After{display: none;}
	.MemberNav .item a{font-size: 15px;margin:0 3px;}
}


/*新闻中心 s*/
.SubBox{padding:0.3rem 0.3rem 0.5rem;background:#fff;margin-bottom: 30px;overflow: hidden;}
.SubBox:last-child{margin-bottom: 0px;}
.RecNews .imgbox{width: 60%;float: left;padding-top: 36.6%;}
.RecNews .info{width: 40%;float: left;padding: 0 0 0 3%;}
.RecNews .date{border:4px solid #f0f0f0;width: 96px;height: 96px;display: flex;align-items: center;justify-content: center;flex-direction: column;color: #afa7a7;font-family: "DINCond";}
.RecNews .date b{line-height: 33px;font-size: 40px;color:#e6000f;}
.RecNews .ti{height: 60px;border-bottom: 1px solid #eeeded;padding-bottom: 4px;margin-top: 0.32rem;font-size: 0.24rem;color:#221f1f;}
.RecNews .desc{color:#666363;height: 150px;-webkit-line-clamp: 5;margin-top: 17px;}
.RecNews a:hover .ti{color:#e6000f;}
.RecNews .slick-dots{left: 63%;bottom: 0;width: 37%;text-align: left;line-height: 14px;}
.RecNews .slick-dots li {height: 14px;width: 5px;position: relative;margin:0 10px 0 0;}
.RecNews .slick-dots li button{border-radius: 0;width: 5px;height: 5px;background:#7a7979;position: absolute;bottom: 0;}
.RecNews .slick-dots li.slick-active button{background:#ee1a24;height: 14px;}

.NewsList li{margin-bottom: 20px;}
.NewsList .imgbox{width: 268px;padding-top: 164px;float: left;}
.NewsList .info{width: calc(100% - 310px);float: right;position: relative;}
.NewsList .info:after{position: absolute;left: 0;bottom: 0;width: 22px;height: 2px;background:#d92b17;content: "";transition: all 0.3s;}
.NewsList .titbox{line-height: 48px;padding:0 75px 5px 0;border-bottom: 1px solid #eeeded;position: relative;margin-bottom: 12px;}
.NewsList .tit{color:#221f1f;font-size: 20px;}
.NewsList .date{position: absolute;right: 0;top: 0;font-size: 18px;color:#afa7a7;font-family: "DINCond";}
.NewsList .desc{font-size: 15px;color:#777373;line-height: 24px;height: 48px;margin-bottom: 32px;}
.NewsList li:hover .tit,.NewsList li:hover .date{color: #d92b17;}
.NewsList li:hover .info:after{width: 100px;}

.HyNewsList{margin: 0 0 0 -20px;}
.HyNewsList li{width: 50%;float: left;}
.HyNewsList li a{display: block;margin:0 0 20px 20px;background:#f5f5f5;padding:0.36rem;}
.HyNewsList .date{font-size: 0.24rem;color:#e6000f;font-family: "DINCond";font-weight: bold;}
.HyNewsList .tit{font-size: 0.2rem;margin:0.12rem 0 0.15rem;font-weight: bold;}
.HyNewsList .desc{height: 48px;font-size: 14px;color:#615e5e;line-height: 24px;}
.HyNewsList li:hover a{background:#ec1c27;}
.HyNewsList li:hover .date,.HyNewsList li:hover .tit,.HyNewsList li:hover .desc{color:#fff;font-weight: normal;}

.TitleInfo{text-align: center;padding: 17px 0;border-bottom: 1px solid #ededed;margin-bottom: 0.4rem;background:url(../images/sup2.png) center bottom no-repeat;background-size: 2.5%;clear: both;}
.TitleInfo .ti{padding-bottom: 0.2rem;color:#221f1f;font-size: 0.3rem;line-height: 0.4rem;}
.TitleInfo .other{color:#a7a7a7;font-size: 14px;}
.TitleInfo .other span{display: inline-block;margin:0 10px;}

.PrevNextBox {border-top: 1px solid #ececec;margin-top: 0.63rem;padding-top: 0.34rem;position: relative;}
.PrevNextBox dl{padding:0 80px 0 88px;position: relative;line-height: 0.48rem;min-height: 0.48rem;}
.PrevNextBox dl dt{position: absolute;left: 0;top: 0;color:#7c7777;}
.PrevNextBox dl dd .date{position: absolute;right: 0;top: 0;font-size: 18px;color:#afa7a7;font-family: "DINCond";}
.PrevNextBox .back{display: block;margin: 0.34rem auto 0;width: 1.82rem;line-height: 0.52rem;color:#fff;font-size: 0.18rem;border-radius: 25px;background:#e6000f;text-align: center;}
.PrevNextBox .back img{display: inline-block;vertical-align: middle;margin-right: 11px;transition: all 0.3s;}
.PrevNextBox .back:hover{background:#ce000d;}
.PrevNextBox .back:hover img{transform: rotate(-90deg);}



@media(max-width:1024px){
.RecNews .desc{height: auto;-webkit-line-clamp: 2;}

.TitleInfo{background-size:5%;}
.TitleInfo .ti{font-size: 18px;line-height: 26px;}

.PrevNextBox .back{top: -40px;width: 120px;line-height: 40px;font-size: 14px;}
.PrevNextBox dl{padding:0 0 0 60px;}
.PrevNextBox dl dd .date{display: none;}
}
@media(max-width:768px){
	.RecNews .imgbox{width: auto;float: none;padding-top: 64%;}
	.RecNews .info{width: auto;float: none;position: relative;z-index: 10;padding-bottom: 15px;}
	.RecNews .ti{height: auto;font-size: 15px;}
	.RecNews .date{width: 66px;height: 66px;margin: -76px 0 26px;background:rgba(0,0,0,0.5);border:0;color:#fff;}
	.RecNews .date b{font-size: 30px;line-height: 28px;}
	.RecNews .slick-dots{left: auto;width: 100%;text-align: center;bottom: -10px;}

	.NewsList .imgbox{width: auto;float: none;padding-top: 64%;margin-bottom: 10px;}
	.NewsList .info{width: auto;float: none;}
	.NewsList .titbox{line-height: 35px;}
	.NewsList .tit{font-size: 15px;}
	.NewsList .date,.NewsList .desc{font-size: 14px;}
	.NewsList .info:after{bottom: -10px;}

	.HyNewsList li{width: auto;float: none;}
	.HyNewsList li a{margin-bottom: 12px;}
	.HyNewsList .tit{font-size: 16px;}
	.HyNewsList .date{font-size: 14px;}
}

/* 联系我们 */
.ContactUs{background:#fff;margin-bottom: 13px;}
.ContactUs .imgbox{width: 47%;}
.ContactUs .info{width: 53%;padding:0 4% 0 4%;}
.ContactUs .SubTit{border-bottom: 1px solid #efefef;position: relative;padding-bottom: 0.3rem;margin-bottom: 0.45rem;}
.ContactUs .SubTit:After{position: absolute;left: 0;bottom: -1px;width: 60px;height: 1px;content: "";background:#e6000c;}
.ContactUs .item{margin-bottom: 0.34rem;position: relative;padding-left: 1.21rem;font-size: 0.18rem;}
.ContactUs .item span{position: absolute;left: 0;top: 0;}
.ContactUs .item img{display: inline-block;vertical-align: middle;margin-right: 4px;width: 0.26rem;}
.ContactUs2.ContactUs .item{padding-left:0.30rem;margin-bottom: 0.1rem;}
.ContactUs .SubTit{padding-bottom: 0.2rem;margin-bottom: 0.2rem}
.ContactUs2.ContactUs .item:last-child{margin-bottom:0}


.ContactList{margin:0 0 0 -20px;}
.ContactList li{width: 33.3333%;float: left;padding:0 0 20px 20px;}
.ContactList a{display: block;background:#f5f5f5;padding:0.4rem 0.4rem 0;height: 2.4rem;line-height: 20px;color:#666666;}
.ContactList .ti{height: 0.52rem;line-height: 0.22rem;color:#000000;font-size: 0.2rem;margin-bottom: 0.17rem;position: relative;}
.ContactList .ti:after{position: absolute;left: 0;bottom: 0;width: 20px;height: 2px;content: "";background:#e6000f;transition: all 0.3s;}
.ContactList .item{margin-bottom: 0.2rem;}
.ContactList .item:last-chil{margin-bottom: 0;}
.ContactList li:hover a{background: #e6000f;color:#fff;}
.ContactList li:hover .ti{color:#fff;}
.ContactList li:hover .ti:after {background:#fff;width: 100px;}

.MailBox{background:#fff;position: relative;padding-left: 34.5%;}
.MailBox:after{content: "";left: 4%;width: 91.2%;bottom: 0.62rem;border-bottom: 1px solid #ec1c27;position: absolute;z-index: 2;background:url(../images/sup3.png) 0px bottom no-repeat;height: 17px;}
.MailBox:before{content: "";left: 4%;width: 26.1%;bottom: 0.62rem;border-bottom: 1px solid #fff;position: absolute;z-index: 3;}
.MailBox .Info{background:#eb1c27 url(../images/messagebg.jpg) center bottom no-repeat;position: absolute;left: 0;top: 0;height: 100%;color:#fff;padding:1.12rem 0.48rem 0;width: 29.4%;}
.MailBox .Info .ti{font-size: 0.3rem;margin-bottom: 0.55rem;}
.MailBox .Form{padding:0.7rem 0.7rem 1.21rem 0;}
.MailBox .item{position: relative;padding-left: 130px;margin-bottom: 10px;line-height: 0.5rem;}
.MailBox .item dt{position: absolute;left: 0;top: 0;text-align: right;width: 105px;font-size: 0.18rem;color:#221f1f;}
.MailBox .item .text{width: 100%;background:#f5f5f5;height: 0.5rem;line-height: 0.5rem;padding: 0 0.2rem;font-size: 16px;}
.MailBox .item .textarea .text{height: 1.56rem;padding:10px 0.2rem;line-height: 0.33rem;}
.MailBox .item:hover .text{background:#eeeeee;}
.MailBox .btnbox{padding-top: 20px;margin-bottom: 0;}
.MailBox .sendbtn{color:#fff;width: 1.73rem;height: 0.5rem;background:#ec1c27;font-size: 16px;}
.MailBox .sendbtn:hover{background:#cd0b16;}

@media(max-width:1024px){
	.ContactUs .item{font-size: 16px;line-height: 28px;padding-left: 100px;}
	.ContactList .ti{font-size: 18px;}
	.ContactList li{width: 50%;}
	.ContactList a{height: 2.8rem;}
}
@media(max-width:768px){
	.ContactUs .cell{width: auto !important;display: block;}
	.ContactUs .info{padding-top: 18px;}
	.ContactList li{width: auto;float: none;}

	.MailBox{padding:0;}
	.MailBox .Info{position: static;width: auto;padding:20px;}
	.MailBox .Info .ti{font-size: 18px;margin-bottom: 18px;}
	.MailBox .Form{padding:20px;}
	.MailBox .item{line-height: 38px;padding-left: 90px;}
	.MailBox .item dt{width: 80px;font-size: 14px;}
	.MailBox .item .text{height: 38px;line-height: 38px;font-size: 14px;}
	.MailBox .item .textarea .text{height: 100px;}
	.MailBox .btnbox{padding-top: 0;}
	.MailBox .sendbtn{width: 100px;height: 38px;}
	.MailBox:after,.MailBox:before{display: none;}
}


/* 党建工作 */
.FocusNews.dj{width: 53%;margin-bottom: 44px;}
.RecDj{width: 47%;float: left;padding-left: 30px;}
.RecDj li{line-height: 88px;margin-bottom: 8px;padding:0 0.32rem;font-size: 0.2rem;background:#fff;}
.RecDj li a{background: url(../images/dot.png) 0px center no-repeat;padding-left: 22px;display: block;}
.RecDj li:hover{background:#e6000f;}
.RecDj li:hover a{background:url(../images/dot2.png) 0px center no-repeat;color:#fff;}
.RecDj li:last-child{margin-bottom: 0px;}

.DjList{margin-left: -24px;}
.DjList li{width: 33.333%;float: left;padding:0 0 24px 24px;}
.DjList .date{font-size: 0.24rem;font-family: "DINCond";font-weight: bold;color:#e6000f;}
.DjList a{display: block;padding:0.35rem;background:#f5f5f5;}
.DjList .ti{height: 0.6rem;line-height:0.3rem;font-size: 0.2rem;margin-top: 9px;}
.DjList .detail{margin-top: 0.27rem;padding-top: 13px;color:#504d4d;font-size: 14px;border-top: 1px solid #e2e2e2	;}
.DjList .detail i{display: inline-block;vertical-align: middle;margin-left: 10px;width: 5px;height: 8px;background:url(../images/arr2.png);}
.DjList li:hover .date{color:#fff;}
.DjList li:hover a{background:#e6000f;color:#fff;}
.DjList li:hover .detail{border-top:1px solid rgba(255,255,255,0.4);color:#fff;}
.DjList li:hover .detail i{background:url(../images/arr02.png);}

.ZtList{margin-left: -0.3rem;}
.ZtList li{width: 33.333%;float: left;padding:0 0 0.3rem 0.3rem;text-align: center;}
.ZtList a{display: block;}
.ZtList .imgbox img{width: 100%;}
.ZtList li:nth-child(3n+1){clear: both;}
.ZtList .tit{line-height: 0.67rem;font-size: 0.18rem;background:#f5f5f5;}
.ZtList li:hover .tit{background:#e6000f;color:#fff;}

@media(max-width:1024px){
	.FocusNews.dj{margin-bottom: 20px;}
	.RecDj{width: auto;float: none;padding:0 0 20px 0;}
	.RecDj li{line-height: 44px;font-size: 15px;}
	.DjList .ti{font-size: 15px;}
	.DjList .date{font-size: 16px;}

	.ZtList li{width: 50%;}
	.ZtList .tit{font-size: 15px;}
}
@media(max-width:768px){
	.DjList li{width: auto;float: none;}
	.DjList .ti{height: auto;line-height: 24px;}

	.ZtList li{width: auto;float: none;}
}


/* 企业文化 */
.RecCulture{overflow: hidden;margin-bottom: 0.55rem;}
.RecCulture .imgbox{width: 49%;float: left;padding-top: 414px;}
.RecCulture .info{width: 51%;float: left;padding: 0.2rem 0 0 4.5%;}
.RecCulture .ti{position: relative;line-height: 0.36rem;font-size: 0.24rem;color:#221f1f}
.RecCulture .line{width: 30px;height: 2px;background:#e6000f;margin:0.27rem 0 0.33rem;transition: all 0.3s;}
.RecCulture .desc{color:#666363;height: 84px;-webkit-line-clamp: 3;margin-bottom: 0.92rem;line-height: 28px;}
.RecCulture .detail{width: 2.04rem;line-height: 0.7rem;background:#f5f5f5;text-align: center;}
.RecCulture .detail i{width: 5px;height: 8px;display: inline-block;background:url(../images/arr2.png);vertical-align: middle;margin-left: 10px;transition: all 0.3s;}
.RecCulture a:hover .ti{color:#e6000f;}
.RecCulture a:hover .detail{color:#fff;background:#e6000f;}
.RecCulture a:hover .detail i{background:url(../images/arr02.png);margin-left: 15px;}
.RecCulture a:hover .line{width: 100px;}
.RecCulture .slick-dots{width: 49%;}
.RecCulture:hover .slick-prev{left: 10px;}
.RecCulture:hover .slick-next{right: -20px;}

.PhotoNews{margin:0 0 0 -0.3rem;}
.PhotoNews li{width: 33.333%;float: left;padding:0 0 0.3rem 0.3rem;}
.PhotoNews .imgbox{padding-top: 68%;}
.PhotoNews a{display: block;}
.PhotoNews .info{background:#f5f5f5;padding:0.27rem;}
.PhotoNews .date{font-family: "DINCond";font-size: 0.24rem;color:#e6000f;font-weight: bold;margin-bottom: 8px;}
.PhotoNews .tit{font-size: 0.2rem;margin-bottom: 18px;}
.PhotoNews .desc{height: 40px;line-height: 20px;font-size: 14px;color:#777777;}

.PhotoDetail{overflow: hidden;margin-bottom: 20px;}
.PhotoDetail .imgbox{padding-top: 56%;}
.PhotoDetail .slick-prev{left: 0.4rem;}
.PhotoDetail .slick-next{right: 0.4rem;}

.CultureDetail{background:#f5f5f5;padding:0.4rem 0.5rem;}

@media(max-width:1024px){
	.RecCulture .imgbox{padding-top:40%;}
}
@media(max-width:768px){
	.RecCulture .imgbox{padding-top:64%;width: auto;float: none;}
	.RecCulture .info{float: none;width: auto;padding-left:0;}
	.RecCulture .ti{font-size: 15px;line-height: 24px;}
	.RecCulture .desc{line-height: 24px;-webkit-line-clamp: 2;height: auto;margin-bottom: 20px;}
	.RecCulture .slick-dots{bottom: auto;top: 40%;width: 100%;}

	.PhotoNews li{width: auto;float: none;}
	.PhotoNews .date{font-size: 16px;}
	.PhotoNews .tit{font-size: 15px;margin-bottom: 10px;}
}


/* 业务板块 */
.SubBan .ywnav{position: absolute;width: 7rem;right: 0;top: 50%;transform: translateY(-50%);}
.SubBan .ywnav .logo{position: relative;padding:0.27rem;width: 2.48rem;height:2.48rem;margin:0px auto;}
.SubBan .ywnav .logo a{background:#fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;flex-direction: column;line-height: 25px;font-size: 16px;height: 100%;}
.SubBan .ywnav .logo:After{content: "";width: 100%;height: 100%;border-radius: 50%;border:7px solid rgba(255,255,255,0.2);position: absolute;left: 0;top: 0;}
.SubBan .ywnav .logo img{display: block;width: 1.32rem;}
.SubBan .ywnav .logo em{font-size: 0.36rem;color:#ec1b24;}
.SubBan .ywnav .a{font-size: 14px;position: absolute;text-align: center;border-radius: 50%;border:2px solid rgba(255,255,255,0.3);color:#fff;width: 88px;height: 88px;display: flex;justify-content: center;align-items: center;flex-direction: column;background:rgba(0,0,0,0.1);}
.SubBan .ywnav .a:hover{background:#ec1b24;}
.SubBan .ywnav .a:after{position: absolute;left: 100%;content: "";top: 50%;border-top: 1px dashed rgba(255,255,255,0.4);width: 0.46rem;background: url(../images/dot3.png) right -1px no-repeat;height: 3px;}
.SubBan .ywnav .a img{width: 26px;height: 26px;}
.SubBan .ywnav .a.a1{top: 0.12rem;left: 1.01rem;}
.SubBan .ywnav .a.a1:after{transform: rotate(30deg);top: 80%;}
.SubBan .ywnav .a.a2{top: 0.8rem;left:0;}
.SubBan .ywnav .a.a2:after{width:1.4rem;}
.SubBan .ywnav .a.a3{top: 1.48rem;left: 1.01rem;}
.SubBan .ywnav .a.a3:after{transform: rotate(-30deg);top: 20%;}
.SubBan .ywnav .a.a4{top: 0.12rem;right: 1.01rem;}
.SubBan .ywnav .a.a4:after{right: 100%;left:auto;transform: rotate(-30deg);top: 80%;background-position: 0px -1px;}
.SubBan .ywnav .a.a5{top: 0.8rem;right:0;}
.SubBan .ywnav .a.a5:after{width:1.4rem;right: 100%;left:auto;background-position: 0px -1px;}
.SubBan .ywnav .a.a6{top: 1.48rem;right: 1.01rem;}
.SubBan .ywnav .a.a6:after{right: 100%;left:auto;transform: rotate(30deg);top:20%;background-position: 0px -1px;}

.SubBan .ywnav.ywnav2{top:-35%}
.SubBan .ywnav.ywnav2 .a{width:120px;height:120px}
.SubBan .ywnav.ywnav2 .a.a2{top: 0.12rem;right: 1.01rem;left:auto}
.SubBan .ywnav.ywnav2 .a.a2:after{right: 100%;left:auto;transform: rotate(-30deg);top: 80%;background-position: 0px -1px;}
.SubBan .ywnav.ywnav2 .a.a3{bottom: -1.3rem;left:50%;margin-left: -60px;top: auto;}
.SubBan .ywnav.ywnav2 .a.a3:after{transform: rotate(-90deg);top: -20%;left:50%;margin-left: -0.23rem;}




.BusinessNav{padding:0.79rem 0 0.59rem;}
.BusinessNav .SubTit{margin-bottom: 0.46rem;}
.BusinessNav .nav li{width: 16.666%;float: left;text-align: center;position: relative;}
.BusinessNav.BusinessNav2 .nav li{width: 33.333%;}
.BusinessNav.BusinessNav2  a{width: 1.8rem;height: 1.8rem;}
.BusinessNav .nav li:after{content: "";left: 80%;width: 100%;height: 1px;background:#e2e2e2;position: absolute;top: 50%;}
.BusinessNav .nav li:before{content: "";left: 100%;width: 3px;height: 3px;background:#ec1c27;position: absolute;top: 50%;border-radius: 50%;margin-top: -1px;z-index: 2;}
.BusinessNav .nav li:last-child:after,.BusinessNav .nav li:last-child:before{display: none;}
.BusinessNav a{display: block;margin:0px auto;width: 1.4rem;height: 1.4rem;display: flex;align-items: center;justify-content: center;flex-direction: column;font-size: 0.18rem;color:#fff;background:#ec1c27;border-radius: 50%;border:10px solid #f4dfe0;position: relative;}
.BusinessNav img{display: block;margin:0px auto 0.08rem;width: 0.4rem;height: 0.4rem;}
.BusinessNav a:before, .BusinessNav a:after {
	content: "";
	border-radius: 50%;
	position: absolute;
}
.BusinessNav a:before {
	background: rgba(236,28,39,0.4);
	zoom: 1;
	left: -15%;
	top: -15%;
	width: 130%;
	height: 130%;
	-webkit-animation: guang 1.5s ease-out;
	-moz-animation: guang 1.5s ease-out;
	animation: guang 1.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.BusinessNav a:after {
	background: rgba(236,28,39,0.2);
	zoom: .9;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	z-index: 8;
	-webkit-animation: guang2 1.1s ease-out;
	-moz-animation: guang2 1.1s ease-out;
	animation: guang2 1.1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.BusinessItem{margin-bottom: 10px;height: 5.82rem;color:#fff;text-align: center;font-size: 0.18rem;position: relative;display: flex;align-items: center;justify-content: center;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.BusinessItem:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background:rgba(0,0,0,0.5);content: "";transition: all 0.3s;}
.BusinessItem a{color:#fff;position: relative;z-index: 1;display: block;}
.BusinessItem .info{max-width: 1134px;margin: 0px auto;padding:0 15px;}
.BusinessItem .ti{border-bottom: 1px solid rgba(255,255,255,0.2);position: relative;line-height: 1.25rem;font-weight: bold;font-size: 0.48rem;margin-bottom: 0.46rem;}
.BusinessItem .ti:after{position: absolute;left: 50%;width: 20px;height: 1px;bottom: -1px;background:#ec1c27;content: "";transition: all 0.3s;margin-left: -10px;}
.BusinessItem .desc{height: 1.02rem;}
.BusinessItem .more{width: 1.88rem;line-height: 0.6rem;text-align: center;margin:0px auto;background:#fff;border-radius: 30px;font-size: 14px;color:#504d4d;}
.BusinessItem .more i{display: inline-block;vertical-align: middle;margin-left: 10px;width: 5px;height: 8px;background:url(../images/arr2.png);}
.BusinessItem:hover .ti:after{left: 0;width: 100%;}
.BusinessItem:hover .more{color:#fff;background:#ec1c27;}
.BusinessItem:hover .more i{background:url(../images/arr02.png);}
.BusinessItem:hover:after{background:rgba(0,0,0,0.6);margin-left: 0;}

.TabNav.sub{float: none;margin:0 0 0.52rem;}
.ItemList{overflow: hidden;}
.ItemList ul{overflow: hidden;margin-left: -16px;}
.ItemList a{display: block;}
.ItemList li{width: 25%;float: left;padding: 0 0 0.22rem 16px;border-bottom: 1px solid #dbdbdb;text-align: center;position: relative;margin-bottom: 0.42rem;display: none;}
.ItemList li:after{content: "";left: 0;bottom: -1px;background:#e6000f;height: 1px;position: absolute;width: 0;transition: all 0.3s;}
.ItemList .imgbox{padding-top: 138%;}
.ItemList .tit{line-height: 0.75rem;font-size: 0.2rem;}
.ItemList li:hover:after{width: 100%;}
.ItemList .more{clear: both;width: 50px;height: 50px;background: #ee1a24 url(../images/arr3.png) center center no-repeat;cursor: pointer;margin:0px auto;}
.ItemList .more2{clear: both;width: 50px;height: 50px;background: #ee1a24 url(../images/arr03.png) center center no-repeat;cursor: pointer;margin:0px auto;display: none;}


@media(max-width:1024px){
	.SubBan .ywnav{display: none;}
}
@media(max-width:768px){
	.BusinessNav .nav li{width: 33.333%;margin-bottom: 12px;}
	.BusinessNav .nav li:nth-child(3):After,.BusinessNav .nav li:nth-child(3):before{display: none;}
	.BusinessNav a{width: 1.6rem;height: 1.6rem;font-size: 14px;}
	.BusinessItem {height: 3.6rem;font-size: 14px;}
	.BusinessItem .ti{font-size: 18px;line-height: 40px;margin-bottom: 12px;}

	.ItemList li{width: 50%;}
	.ItemList .tit{font-size: 15px;}
}


/* 廉洁建设专题 */
.ztbody{padding-top: 0;}
.ZtNews{background:#fff9f0 url(../images/ztboxbg1.jpg) center bottom no-repeat;padding-bottom: 0.77rem;}
.ZtTit{text-align: center;line-height: 1.49rem;font-size: 0.4rem;color:#cf0016;position: relative;margin-right: 44px;clear: both;}
.ZtTit:after{content: "";width: 100%;top: 50%;left: 0;position: absolute;background:#e7cfd1;height: 1px;}
.ZtTit b{position: relative;padding:0 0.35rem;color:#cf0016;font-size: 0.4rem;background:#fff9f0;display: inline-block;z-index: 10;}
.ZtTit b:after,.ZtTit b:before{content: "";position: absolute;width: 1.07rem;top: 50%;height: 7px;margin-top: -3px;}
.ZtTit b:after{left: -1.05rem;background:url(../images/dot4.gif) right center no-repeat;}
.ZtTit b:before{right: -1.05rem;background:url(../images/dot04.gif) 0 center no-repeat;}
.ZtTit a.more{position: absolute;right: -44px;padding-left: 15px;background:url(../images/more.gif) 0px center no-repeat;font-size: 14px;color:#999999;}
.ZtTit a:hover.more{color:#cf0016;background:url(../images/more2.gif) 0px center no-repeat;}
.ZtTit.white b{background:#fff;}
.ZtTit.t2{line-height: 1.16rem;text-align: left;}
.ZtTit.t2 b{padding-left: 0;}
.ZtTit.t2 b:after{display: none;}


.ZtNews .ban{margin-bottom: 0.24rem;}
.ZtNews .ban img{width: 100%;display: block;}
.ZtNews .box{background:#fff;padding:0.4rem;}
.ZtNews .box ul{margin-left: -3%;}
.ZtNews .li{height: 50px;line-height: 50px;padding:0 88px 0 9px;position: relative;width: 47%;float: left;margin-left: 3%;}
.ZtNews.sub .li{width: auto;float: none;}
.ZtNews .top{margin-bottom: 0.18rem;height: 110px;padding-left: 98px;position: relative;border-bottom: 1px solid #efefef;margin-left: 3%;}
.ZtNews .top .date{position: absolute;left: 0;top: 0;color:#fff;background:#e70010;text-align: center;font-size: 14px;width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.ZtNews .top .date b{display: block;font-size: 26px;}
.ZtNews .top .tit{line-height: 0.41rem;font-size: 0.2rem;margin-bottom: 4px;}
.ZtNews .top .desc{color:#999999;line-height: 24px;height: 24px;}
.ZtNews .li:after{width: 3px;height: 3px;position: absolute;left: 0;top: 50%;margin-top: -2px;content: "";background:#e70010;border-radius: 20px;}
.ZtNews .li .date{position: absolute;right: 0;top: 0;color:#999999;}
.ZtNews .li a{font-size: 0.18rem;}

.Ztbox{padding:0.49rem 0; background:#fff;}
.BuildList{margin:0 0 0 -0.36rem;}
.BuildList li{width: 33.333%;float: left;padding:0 0 0.4rem 0.36rem;}
.BuildList li a{display: block;height: 220px;padding:0.24rem 0.38rem 0 0.3rem;font-size: 14px;background:url(../images/kuangbg.png) 0 top no-repeat;background-size: contain;}
.BuildList li .tit{font-size: 0.18rem;margin-bottom: 0.18rem;}
.BuildList li .desc{height: 40px;line-height: 20px;color:#888888;margin-bottom: 0.35rem;}
.BuildList li .date{font-size: 14px;color:#c1c1c1;position: relative;}
.BuildList li .more{position: absolute;right: 0;line-height: 33px;border-bottom: 2px solid #cf0016;color:#cf0016;right: 0.57rem;font-weight: bold;}

.ZtCulture{padding:0.49rem 0; background:#fff8ee url(../images/ztboxbg2.jpg) center bottom no-repeat;background-size: cover;}
.ZtCulture .flipster{ padding:0 0 0.62rem;}
.ZtCulture .flipster ul{height:4.88rem !important;}
.ZtCulture .flipster li{ width:8rem; text-align:center;}
.ZtCulture .flipster .imgbox{ padding-top:4.88rem;}
.ZtCulture .flipster .tit{position: absolute;left: 0;bottom: 0;width: 100%;z-index: 10;font-size: 0.2rem;line-height: 0.9rem;background:rgba(0,0,0,0.9);color: #fff;opacity: 0;}
.ZtCulture .flipster .flip-current .tit{opacity: 1;}
.ZtCulture .flipto-prev,.ZtCulture .flipto-next{ background:#dcdcdc; border-radius:50%; display:block; text-align:center; width:50px; height:50px; position:absolute;background-position: center center;background-repeat: no-repeat;background-color: rgba(0,0,0,0.3);font-size: 0;top: 50%;margin-top: -25px;}
.ZtCulture .flipto-prev{ left:10%;background-image: url(../images/leftarr.png);}
.ZtCulture .flipto-next{ right:10%;background-image: url(../images/rightarr.png);}
.ZtCulture .flipto-prev:hover,.ZtCulture .flipto-next:hover{ background-color:#ee1a24 !important;}

.ZtZdwj{width: 67%;float: left;}
.ZtZdwj.sub{width: auto;float: noe;}
.ZtZdwj ul{margin-left: -20px;}
.ZtZdwj li{width: 50%;float: left;padding:0 0 20px 20px;}
.ZtZdwj li a{display: block;background:#f9f5ee;height: 90px;display: flex;align-items: center;padding:20px;font-size: 0.18rem;position: relative;}
.ZtZdwj li a:After{left: 0;top: 50%;width: 3px;height: 15px;content: "";position: absolute;background: #cf0016;margin-top: -7px;}

.ZtXX{border:1px solid #e7cfd1;padding:7px 0.29rem 14px;height: 500px;float: right;width: 28.5%;margin-top: 0.36rem;background:#fff;box-shadow: 20px 0 50px rgba(207,0,22,0.1);}
.ZtXX .title{line-height: 72px;font-size: 26px;color:#cf0016;position: relative;}
.ZtXX .title a.more{position: absolute;right: 0;top: 0;color:#999999;background:url(../images/more.gif) 0px center no-repeat;padding-left: 15px;font-size: 14px;}
.ZtXX .title a:hover.more{color:#cf0016;background:url(../images/more2.gif) 0px center no-repeat;}
.ZtXX li{margin-bottom: 15px;}
.ZtXX li img{width: 100%;}

.ZtLink{text-align: center;padding:0.3rem;font-size: 0;background:#d40113;}
.ZtLink a{display: inline-block;margin:0 5px;}
.ZtLink a img{width: 460px;}

.ZtBottom{background: #fff;text-align: center;padding:0.52rem;}
.ZtBottom .contact{color:#333333;}
.ZtBottom .contact span{display: inline-block;margin-left: 0.36rem;}
.ZtBottom .copyright{font-size: 14px;color:#9a9a9a;}
.ZtBottom .copyright a{color:#9a9a9a;}.ZtBottom .copyright a:hover{color:#d40113;}

@media(max-width:1024px){
	.ZtNews .box{width: auto;float: none !important;height: auto;}
	.ZtNews .li{height: 35px;line-height: 35px;width: auto;float:none;}
	.ZtNews .li a{font-size: 15px;}
	.ZtNews .top{padding-left: 73px;height: 78px;}
	.ZtNews .top .date{width: 60px;height: 60px;}
	.ZtNews .top .tit{font-size: 15px;line-height: 30px;}
	.ZtNews .box:nth-child(3){margin-bottom: 0;}

	.BuildList li .tit{font-size: 15px;}
	.BuildList li{width: 50%;}
	.BuildList li a{background: none;border:1px solid #ffcc74;padding:15px;height: 180px;background: #fff;}

	.ZtZdwj{width: auto;float: none;}
	.ZtZdwj li a{font-size: 15px;}
	.ZtXX{width: auto;float: none;height: auto;}
	.ZtXX .title{font-size: 18px;line-height: 50px;}
	.ZtXX .slick-list{margin: 0 0 0 -10px;}
	.ZtXX li{margin: 0 0 0 10px;}
	.ZtXX .slick-prev{left:0;margin-left: 0;top:15px;background-image:url(../images/leftarr.png);}
	.ZtXX .slick-next{left:auto;right: 0;background-image:url(../images/rightarr.png);}

	.ZtLink a{width: 45%;}
}

@media(max-width:640px){
	.BuildList li{width: auto;padding-bottom: 12px;}
	.BuildList li a{height: auto;}
	.BuildList li .more{bottom: 0px;}

	.ZtTit{line-height: 1rem;}
	.ZtTit b{font-size: 18px;}

	.ZtCulture .flipster{ padding:0 0 0rem;}
	.ZtCulture .flipster li {width: 4.8rem;}
	.ZtCulture .flipster ul{height: 3.5rem !important;}
	.ZtCulture .flipster .imgbox{padding-top: 3.5rem;}
	.ZtCulture .flipster .tit{line-height: 35px;font-size: 14px;}

	.ZtLink a{margin-bottom: 10px;}
	.ZtLink a:last-child{margin-bottom: 0;}
}
@media screen and (min-width:769px){
	
	.ItemList ul{display:flex;justify-content:center}
}