﻿@charset "utf-8";

*{margin:0;padding:0;}
body{ font-family:  "Microsoft YaHei", Arial, Helvetica, sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:16px; color:#333; width:100%;  zoom:1;}
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:#333;font-family: 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{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#333333; text-decoration:none;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#d50212;}
.fl{float:left;}
.fr{float:right;}
.clear{ clear:both;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*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;}

/*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(../uploadfiles/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{ width:auto !important; max-height:100%;}


/*pages*/
.Pages{ zoom:1; overflow:hidden;text-align:center; color:#666666; clear:both; line-height:34px; font-size:14px;}
.Pages a{display: inline-block;width:44px;height:44px;line-height: 44px;text-align: center;border:1px solid #d2d2d2;color:#666;font-size: 18px;margin:0 3px;}
.Pages span{display: inline-block;}
.Pages .num a.a_cur{background:#d50212;border:1px solid #d50212;color:#fff;}
.Pages a:hover{background:#d50212;border:1px solid #d50212;color:#fff;}

@media(max-width:992px){
	.Pages a{width:30px;height:30px;line-height: 30px;margin:0 1px;font-size: 14px;margin-bottom:5px;}
}





/*pages end*/


.Contain{width:95%;max-width:1220px;margin:0 auto;}
.line{width:100%;max-width:1280px;margin:0 auto;box-sizing: border-box;}

@media(max-width:768px){
	body{font-size: 14px;}
}


/* Top */
.Top{line-height: 35px;background:#f8f8f8;font-size: 14px;color:#555;}
.Top ul li{display: inline-block;margin-left:-4px;padding:0 16px;position: relative;}
.Top ul li:last-child{padding-right:0;}
.Top ul li:before{content:'';display: block;width:1px;height:12px;background:#bbbbbb;position: absolute;left:0;top:50%;margin-top:-6px;}
.Top ul li:first-child::before{display: none;}
.Top ul li a{color:#555;}

.Header{height:120px;line-height: 120px;}
.Header .m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:13px;margin-left:10px;}
.Header .m-btn span{display: block;width:25px;height:3px;background:#d50212;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Header .m-btn span::before, .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #d50212;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Header .m-btn span:before {top: -8px;}
.Header .m-btn span:after {bottom: -8px;}
.Header .m-btn.active span {background: transparent;}
.Header .m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.Header .m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}

.Header .Search{}
.Header .Search .SearchIco{display: none;}
.Header .Search .SearchBox{width:310px;height:50px;margin-top:35px;border:1px solid #e5e5e5;position: relative;padding-right:50px;box-sizing: border-box;z-index:999;background:#fff;}
.Header .Search .SearchBox input{width:258px;height:100%;box-sizing: border-box;padding:0 10px;position: absolute;left:0;top:0;}
.Header .Search .SearchBox button{width:50px;height:50px;background:#1d2087;position: absolute;right:0;top:-1px;}

.Header .Weather{font-size: 14px;line-height: 30px;margin-top:30px;margin-right:50px;}
.Header .Weather p{font-weight: bold;}
.Header .Weather p b{color:#efbe12;}

.MainNav{background:#d50212;}
.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{float:left;width:10%;line-height: 48px;text-align: center;position: relative;box-sizing: border-box;padding:5px;}
.MainNav ul li a{color:#fff;display: block;}
.MainNav ul li .navA {font-size: 17px;position: relative;z-index:99;}
.MainNav ul li .navA img{display: inline-block;margin-right:9px;position: relative;top:-1px;}
.MainNav ul li .NavPull{position: absolute;width:220px;background:#c3000a;top:60px;left:50%;display: none;z-index:999;margin-left:-110px;font-size:15px;}
.MainNav ul li .NavPull dd a{display: block;color: #fff;border-bottom: 1px solid #9e080f;border-top: 1px solid #d50212;padding:0 8px;line-height: 40px;}
.MainNav ul li::before{content:'';display: block;width:100%;height:100%;background:#c3000a;position: absolute;top:0;left:0;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);transition: all .5s;-webkit-transition: all .5s;z-index:9;}
/*.MainNav ul li#nav66 .NavPull{width:400px;margin-left:-200px;}*/

.MainNav ul li.onnav::before{transform: rotateY(0);-webkit-transform: rotateY(0);}
.MainNav ul li.onnav .navA{border:1px solid rgba(255,255,255,0.2);}

.MainNav ul li:hover::before{transform: rotateY(0);-webkit-transform: rotateY(0);}
.MainNav ul li .NavPull dd:hover a{background:#d50212;}

@media(max-width:992px){
	.Top{height:30px;line-height: 30px;font-size: 12px;}
	.Header{height:60px;line-height: 60px;}
	.Header .Logo img{height:45px;}
	.Header .m-btn{display: block;}
	.Header .Weather{display: none;}
	.Header .Search .SearchBox{height:40px;line-height: 38px;margin-top:10px;}
	.Header .Search .SearchBox button{width:40px;height:40px;}
	.MainNav{width:0;position: absolute;top:90px;right:0;transition: all .5s;-webkit-transition: all .5s;overflow: hidden;z-index:999;max-height:calc(100vh - 95px);overflow: auto;}
	.MainNav ul li{width:100%;line-height: 38px;text-align: left;min-width:150px;}
	.MainNav ul li .navA{font-size: 15px;padding:0 10px;}
	.MainNav ul li b{display: block;width:38px;height:38px;background:url(../images/more.png) no-repeat center center;position: absolute;right:0;top:5px;z-index:999;}
	.MainNav ul li .NavPull{position: static;position: relative;z-index:99;top:auto;width:100%;left:0;margin-left:0;}
	.MainNav ul li .NavPull dd a{font-size: 14px;padding-left:35px;}
	.MainNav.show{width:60%;}
	.MainNav ul li#nav66 .NavPull{width:100%;margin-left:0;}
}

@media(max-width:768px){
	.Top .txt{display: none;}
	.Header .Search{position: relative;}
	.Header .Search .SearchBox{display: none;position: absolute;top:60px;right:0;width:200px;height:40px;line-height: 38px;margin-top:0;}
	.Header .Search .SearchIco{display: block;width:30px;height:30px;background:#1d2087;line-height: 28px;text-align: center;margin-top:15px;}
	.Header .Search .SearchBox input{width:150px;}
}

/* HomeBan */
.HomeBan .slider .item .img{transform: scale(1.3);-webkit-transform: scale(1.3);}
.HomeBan .item.active .img{
	-webkit-animation:scale-bg 5s ease-in-out 0s 1 alternate forwards;
	animation:scale-bg 5s ease-in-out 0s 1 alternate forwards;
}
.HomeBan .item .mobile{display: none;}

.HomeBan .slick-dots{position: absolute;bottom:20px;left:0;width:100%;text-align: center;}
.HomeBan .slick-dots li{display: inline-block;width:18px;height:18px;border-radius: 50%;border:3px solid rgba(255,255,255,0.8);margin:0 8px;box-sizing: border-box;}
.HomeBan .slick-dots li button{display: none;}
.HomeBan .slick-dots li.slick-active{border:3px solid #d50212;}

@-webkit-keyframes scale-bg{
	0%{
		-webkit-transform:scale(1.3);
		transform:scale(1.4);
	}
	100%{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	0%{
		-webkit-transform:scale(1.3);
		transform:scale(1.3);
	}
	100%{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

@media(max-width:768px){
	.HomeBan .item .pc{display: none;}
	.HomeBan .item .mobile{display: block;padding-top:40%;}
}


/* Bottom */
.Bottom{border-top:5px solid #d50212;background:#5a5a5a;padding:45px 0;}
.Bottom .BottomCon ul li{display: inline-block;margin-left:-4px;padding:0 16px;position: relative;}
.Bottom .BottomCon ul li::before{content:'';display: block;width:1px;height:14px;position: absolute;left:0;top:50%;margin-top:-7px;background:#fff;}
.Bottom .BottomCon ul li:first-child{padding-left:0;}
.Bottom .BottomCon ul li:first-child::before{display: none;}
.Bottom .BottomCon ul li a{color:#fff;}
.Bottom .BottomCon .txt{line-height: 30px;font-size: 14px;color:#cccccc;margin-top:15px;}
.Bottom .BottomCon .txt a{color:#ccc;}
.Bottom .BottomCon .txt p span{display: inline-block;margin-right:30px;}
.Bottom .BottomEwm{display: none;}
.Bottom .BottomEwm ul li{display: inline-block;margin-left:20px;text-align: center;} 
.Bottom .BottomEwm ul li p{font-size: 14px;color:#fff;margin-top:5px;}

@media(max-width:992px){
	.Bottom{padding:25px 0;}
	.Bottom .BottomCon{width:100%;}
	.Bottom .BottomEwm{width:100%;text-align: center;margin-bottom:20px;}
	.Bottom .BottomEwm ul li{margin-left:0;margin:0 10px;}
	.Bottom .BottomCon ul{text-align: center;}
	.Bottom .BottomCon ul li{font-size: 15px;padding:0 12px;}
	.Bottom .BottomCon .txt{line-height: 25px;}
}


/* 首页头条 */
.HomeCom {border-bottom:1px solid #f6f6f6;}
.HomeCom .line{padding:30px 30px 30px 30px;border-left:1px solid #f6f6f6;position: relative;}
.HomeCom .line::before,.HomeCom .line::after{content:'';display: block;width:12px;height:12px;position: absolute;}
.HomeCom .line::before{background:url(../images/arr2.png) no-repeat center center;top:5px;left:5px;}
.HomeCom .line::after{background:url(../images/arr1.png) no-repeat center center;bottom:5px;left:5px;}

@media(max-width:992px){
	.HomeCom .line{padding:20px;}
}


.HomeTout .HomeToutBox{box-shadow: 0 0 20px rgba(0,0,0,0.1);padding:40px 80px;background:url(../images/tt.png) no-repeat top left #fff;}
.HomeTout .HomeToutBox ul::after{content:'';display: block;clear: both;}
.HomeTout .HomeToutBox ul{margin-left:-5%;}
.HomeTout .HomeToutBox ul li{float:left;width:45%;margin-left:5%;text-align: center;}
.HomeTout .HomeToutBox ul li:first-child{width:98%;font-size: 36px;font-weight: bold;color:#d50212;text-align: center;e}
dc a{color:#d50212;}
.HomeTout .HomeToutBox ul  li:first-child p{font-size:18px;margin-top:15px;color:#999;font-weight:normal;}
.HomeTout .HomeToutBox ul li a{display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;color:#d50212;}
.HomeTout .HomeToutBox ul li p{font-size:18px;margin-top:15px;color:#999;font-weight:normal;}
.HomeTout .HomeToutBox ul li:first-child::before{display: none;}
.HomeTout .HomeToutBox ul li::before{content:'';display: inline-block;width:5px;height:5px;background:#cccccc;border-radius: 50%;margin-right:3px;position: relative;top:-3px;}
.HomeTout .HomeToutBox ul li:hover::before{background:#d50212;}
.HomeTout .HomeToutBox ul li:first-child p{
	overflow: hidden;word-break:normal;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
    height: 70px;
    overflow: hidden;
    text-align: left;
}



@media(max-width:992px){
	.HomeTout .HomeToutBox{padding:30px 60px;}
	.HomeTout .HomeToutBox ul li:first-child{font-size: 28px;}
}

@media(max-width:640px){
	.HomeTout .HomeToutBox{background-size: 50px;}
	.HomeTout .HomeToutBox{padding:20px 40px;}
	.HomeTout .HomeToutBox ul li:first-child{font-size: 18px;margin-bottom:0px;}
	.HomeTout .HomeToutBox ul li{width:95%;line-height: 30px;}
	.HomeTout .HomeToutBox ul li:first-child p{
		-webkit-line-clamp: 1;height:24px;
	}
}

.HomeNews .HnewsSlider{width:53%;overflow: hidden;}
.HomeNews .HnewsSlider .item{position: relative;}
.HomeNews .HnewsSlider .item .img{padding-top:370px;}
.HomeNews .HnewsSlider .item .img span{transition: all .5s;-webkit-transition: all .5s;}
.HomeNews .HnewsSlider .item .txt{height:60px;line-height: 60px;background:rgba(0,0,0,0.5);position: absolute;width:100%;box-sizing: border-box;bottom:0;right:0;padding-right:120px;}
.HomeNews .HnewsSlider .item .txt p{padding:0 20px;color:#fff;}

.HomeNews .HnewsSlider .slick-dots{position: absolute;right:20px;bottom:20px;}
.HomeNews .HnewsSlider .slick-dots li{display: inline-block;margin:0 5px;width:8px;height:8px;background:#fff;border-radius: 8px;}
.HomeNews .HnewsSlider .slick-dots li button{display: none;}
.HomeNews .HnewsSlider .slick-dots li.slick-active{background:#d50212;width:20px;}

.HomeNews .HnewsSlider .slick-arrow{width:32px;height:32px;position: absolute;margin-top:-16px;top:50%;z-index:999;font-size: 0;color: transparent;transition: all .5s;-webkit-transition: all .5s;}
.HomeNews .HnewsSlider .slick-arrow.slick-prev{background:url(../images/prev.png) no-repeat center center;background-size: 100% 100%;left:-10%;}
.HomeNews .HnewsSlider .slick-arrow.slick-next{background:url(../images/next.png) no-repeat center center;background-size: 100% 100%;right:-10%;}

.HomeNews .HnewsSlider:hover .slick-arrow.slick-prev{left:20px;}
.HomeNews .HnewsSlider:hover .slick-arrow.slick-next{right:20px;}

.HomeNews .HnewsSlider .item:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}

.HomeNews .HomeNewsbox{width:43%;}
.HomeNews .HomeNewsbox .HomeNewsType{height:50px;line-height: 49px;border-bottom:1px solid #dcdcdc;background:#f3f3f3;}
.HomeNews .HomeNewsbox .HomeNewsType ul li{display: inline-block;width:130px;text-align: center;font-size: 22px;position: relative;margin-right:-4px;cursor: pointer;}
.HomeNews .HomeNewsbox .HomeNewsType ul li::before{content:'';display: block;width:1px;height:20px;background:#e5e5e5;position: absolute;top:50%;margin-top:-10px;left:0;}
.HomeNews .HomeNewsbox .HomeNewsType ul li:first-child::before{display: none;}
.HomeNews .HomeNewsbox .HomeNewsType ul li.on{font-weight: bold;color:#d50212;}
.HomeNews .HomeNewsbox .HomeNewsType ul li::after{content:'';display: block;width:100%;height:2px;background:#d50212;position: absolute;bottom:-2px;left:0;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);transition: all .5s;-webkit-transition: all .5s;}
.HomeNews .HomeNewsbox .HomeNewsType ul li.on::after{transform: rotateY(0);-webkit-transform: rotateY(0);}
.HomeNews .HomeNewsbox .bd{position: relative;}
.HomeNews .HomeNewsbox .bd .more{width:66px;height:26px;line-height: 26px;border-radius: 26px;text-align: center;background:#d50212;position: absolute;top:-39px;right:20px;}
.HomeNews .HomeNewsbox .bd .more a{color:#fff;font-size: 14px;display: block;}
.HomeNews .HomeNewsbox .HomeNewsCon .top{padding:25px 0;border-bottom:1px dashed #eeeeee;margin-bottom:10px;}
.HomeNews .HomeNewsbox .HomeNewsCon .top h1{font-size: 20px;margin-bottom:10px;}
.HomeNews .HomeNewsbox .HomeNewsCon .top p{line-height: 28px;color:#777777;font-size: 14px;}
.HomeNews .HomeNewsbox .HomeNewsCon .top p span{color:#d50212;}

.HomeNews .HomeNewsbox .HomeNewsCon .item{padding-left:30px;padding-right:120px;position: relative;background:url(../images/newsico.png) no-repeat center left;line-height: 40px;}
.HomeNews .HomeNewsbox .HomeNewsCon .item span{color:#bbbbbb;position: absolute;right:0;top:0;}
.HomeNews .HomeNewsbox .HomeNewsCon .item:hover{background:url(../images/newsicoc.png) no-repeat center left;}


@media(max-width:1280px){
	.HomeNews .HomeNewsbox .HomeNewsType ul li{width:120px;font-size: 18px;}
	
}
@media(max-width:1200px){
	.HomeNews .HomeNewsbox .HomeNewsType ul li{width:100px;font-size: 17px;}
	
}

@media(max-width:1024px){
	.HomeNews .HnewsSlider{width:100%;}
	.HomeNews .HnewsSlider .item .img{padding-top:55%;}
	.HomeNews .HomeNewsbox{width:100%;margin-top:20px;}
}

@media(max-width:768px){
	.HomeCom .line{padding:7px;}
	.HomeNews .HomeNewsbox .HomeNewsType ul li{width:75px;font-size: 14px;}
	.HomeNews .HomeNewsbox .HomeNewsType{padding-right:60px;}
	.HomeNews .HomeNewsbox .bd .more{right:5px;}
	.HomeNews .HomeNewsbox .HomeNewsCon .top h1{font-size: 18px;}
	.more{width:50px !important;height:22px !important;line-height: 22px !important;text-align: center;border-radius: 22px !important;font-size: 12px !important;}
	.more a{font-size: 12px !important;}
	.HomeNews .HomeNewsbox .HomeNewsCon .item{line-height: 35px;padding-right:100px;}
}


.Homebg{background:url(../uploadfiles/image/bg.png) no-repeat bottom center;background-size: 100%;}

.HomeNewGG .GonggT{border-bottom:1px solid #e5e5e5;margin-bottom:10px;}
.HomeNewGG .GonggT h1{position: relative;padding:0 15px;padding-bottom:15px;font-size: 22px;color:#d50212;}
.HomeNewGG .GonggT h1::after{content:'';display: block;width:100%;height:2px;background:#d50212;position: absolute;bottom:-1px;left:0;}
.HomeNewGG .GonggT .more{width:66px;height:26px;border-radius: 26px;border:1px solid #e5e5e5;line-height: 26px;text-align: center;font-size: 14px;}
.HomeNewGG .GonggT .more a{color:#999999;}
.HomeNewGG .GonggT .more:hover{border:1px solid #d50212;}
.HomeNewGG .GonggT .more:hover a{color: #d50212;}
.HomeNewGG .WorkList{ margin:0 0 0 -20px; padding-bottom:10px;}
.HomeNewGG .WorkList li{ width:33.333%; float:left;}
.HomeNewGG .WorkList li .box{ margin:0 0 0 20px; padding:20px 30px;background:#FFF;transition: all ease 0.3s;}
.HomeNewGG .WorkList li .box:hover{background: #f7f7f7}
.HomeNewGG .WorkList li .date{ line-height:42px; color:#737373;display: none}
.HomeNewGG .WorkList li .tit{ font-size:18px; color:#333333;font-size: 16px;line-height: 30px;height:30px;overflow: hidden;}
.HomeNewGG .WorkList li .p{ font-size:14px; line-height:24px;-webkit-line-clamp: 2; color:#333333; height:48px; margin:12px 0 29px;}
.HomeNewGG .WorkList li .more{ color:#8a8a8a; font-size:14px; border-top:1px solid #e6e6e6; font-family:"宋体"; padding-top:21px;}
.HomeNewGG .WorkList li:hover .tit{ color:#d50212;}
.HomeNewGG .WorkList.news{ margin:0 0 2% 2px;}
.HomeNewGG .WorkList.news li .box{ margin:0 0 2px 2px;background:#fbfbfb;}
.HomeNewGG .WorkList.news li:nth-child(2n+1) .box{background:#f8f5ec;}
.HomeNewGG .WorkList .slick-arrow{width:32px;height:32px;position: absolute;margin-top:-16px;top:50%;z-index:999;font-size: 0;color: transparent;transition: all .5s;-webkit-transition: all .5s;}
.HomeNewGG .WorkList .slick-arrow.slick-prev{background:url(../images/prev.png) no-repeat center center;background-size: 100% 100%;left:-1%;}
.HomeNewGG .WorkList .slick-arrow.slick-next{background:url(../images/next.png) no-repeat center center;background-size: 100% 100%;right:-3%;}

/*.WorkList:hover .slick-arrow.slick-prev{left:20px;}
.WorkList:hover .slick-arrow.slick-next{right:20px;}*/


.HomeGongg .HomeGonggbox{margin-left:-3%;}
.HomeGongg .HomeGonggbox .HomeGonggcon{width:47%;float:left;margin-left:3%;}
.HomeGongg .HomeGonggbox .HomeGonggcon .GonggT{border-bottom:1px solid #e5e5e5;margin-bottom:10px;}
.HomeGongg .HomeGonggbox .HomeGonggcon .GonggT h1{position: relative;padding:0 15px;padding-bottom:15px;font-size: 22px;color:#d50212;}
.HomeGongg .HomeGonggbox .HomeGonggcon .GonggT h1::after{content:'';display: block;width:100%;height:2px;background:#d50212;position: absolute;bottom:-1px;left:0;}
.HomeGongg .HomeGonggbox .HomeGonggcon .GonggT .more{width:66px;height:26px;border-radius: 26px;border:1px solid #e5e5e5;line-height: 26px;text-align: center;font-size: 14px;}
.HomeGongg .HomeGonggbox .HomeGonggcon .GonggT .more a{color:#999999;}
.HomeGongg .HomeGonggbox .HomeGonggcon .GonggT .more:hover{border:1px solid #d50212;}
.HomeGongg .HomeGonggbox .HomeGonggcon .GonggT .more:hover a{color: #d50212;}
.HomeGongg .HomeGonggbox .HomeGonggcon ul li{line-height: 40px;padding-left:15px;padding-right:100px;position: relative;}
.HomeGongg .HomeGonggbox .HomeGonggcon ul li::before{content:'';display: block;width:5px;height:5px;border-radius: 50%;background:#cccccc;position: absolute;top:50%;left:0;margin-top:-2.5px;}
.HomeGongg .HomeGonggbox .HomeGonggcon ul li span{position: absolute;right:0;top:0;color:#bbbbbb;}

.HomeGongg .HomeGonggbox .HomeGonggcon ul li:hover::before{background:#d50212;}

@media(max-width:992px){
	.HomeGongg .HomeGonggbox .HomeGonggcon{width:97%;margin-bottom:20px;}
}

@media(max-width:640px){
	.HomeGongg .HomeGonggbox .HomeGonggcon .GonggT h1{font-size: 18px;}
	.HomeGongg .HomeGonggbox .HomeGonggcon ul li{line-height: 35px;}
}

.HomeZt .HomeZtbox{padding:40px 90px;position: relative;}
.HomeZt .HomeZtbox .tit{width:77px;height:216px;background:url(../images/zttit.png) no-repeat center center;background-size: 100% 100%;color:#fff;position: absolute;left:0;top:0;box-sizing: border-box;padding:55px 30px 0 20px;font-weight: bold;font-size: 22px;}
.HomeZt .HomeZtbox .slider .item .imgbox{heigiht:135px;display:flex;align-items:center;justify-content:center;}
.HomeZt .HomeZtbox .slider .item img{width:100% !important;height:135px;}
.HomeZt .HomeZtbox .more{width:66px;height:26px;line-height: 26px;border-radius: 26px;background:#d50212;color:#fff;font-size: 14px;text-align: center;position: absolute;right:0;top:50%;margin-top:-13px;}
.HomeZt .HomeZtbox .more a{color:#fff;}


.HomeZt .HomeZtbox .slider .slick-arrow{width:32px;height:32px;position: absolute;margin-top:-16px;top:50%;z-index:999;font-size: 0;color: transparent;transition: all .5s;-webkit-transition: all .5s;}
.HomeZt .HomeZtbox .slider .slick-arrow.slick-prev{background:url(../images/prev.png) no-repeat center center;background-size: 100% 100%;left:20px;}
.HomeZt .HomeZtbox .slider .slick-arrow.slick-next{background:url(../images/next.png) no-repeat center center;background-size: 100% 100%;right:20px;}

@media(max-width:768px){
	.HomeZt .HomeZtbox{padding:10px;}
	.HomeZt .HomeZtbox .tit{width:100%;height:auto;background:none;color:#d50212;position: static;padding:0;text-align: left;margin-bottom:15px;font-size: 18px;}
	.HomeZt .HomeZtbox .slider .item .imgbox{heigiht:50px;display:flex;align-items:center;justify-content:center;}
.HomeZt .HomeZtbox .slider .item img{width:100% !important;height:50px;}
	.HomeZt .HomeZtbox .more{position: absolute;top:25px;right:10px;}
	.HomeZt .HomeZtbox .slider .slick-arrow{width:25px;height:25px;margin-top:-12.5px;}
	.HomeZt .HomeZtbox .slider .slick-arrow.slick-prev{left:5px;}
	.HomeZt .HomeZtbox .slider .slick-arrow.slick-next{right:5px;}
}


.HomeDj{background:#f4f4f4;}
.HomeDj .HomeDjBox{margin-left:-3%;}
.HomeDj .HomeDjBox .item{width:30.33%;margin-left:3%;box-sizing: border-box;border:1px solid #eaa29e;float:left;padding:30px;}
.HomeDj .HomeDjBox .item.i2{width:auto;margin-left:3%;box-sizing: border-box;border:1px solid #eaa29e;float:none;padding:30px;}
.HomeDj .HomeDjBox .item .tit2 em{display:block;font-style:normal;width:90%;margin:0px auto;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden;}
.HomeDj .HomeDjBox .item .tit2{position:absolute;bottom:0;left:0;display:block; width:100%;z-index:10;line-height:35px;height:35px;background:rgba(0,0,0,0.5);color:#fff;text-align:center;}
.HomeDj .HomeDjBox .item .tit .titbox{width:188px;height:50px;line-height: 50px;text-align: center;font-weight: bold;font-size: 22px;color:#fff;background:url(../images/djtit.jpg) no-repeat center center;background-size: cover;margin-left:-30px;}
.HomeDj .HomeDjBox .item .tit .titbox img{position: relative;margin-right:10px;}
.HomeDj .HomeDjBox .item .tit .more{width:66px;height:26px;border-radius: 26px;text-align: center;border:1px solid #e5e5e5;line-height: 26px;font-size: 14px;margin-top:10px;}
.HomeDj .HomeDjBox .item .tit .more a{color:#999;}
.HomeDj .HomeDjBox .item .tit .more:hover{border:1px solid #d50212;}
.HomeDj .HomeDjBox .item .tit .more:hover a{color:#d50212;}
.HomeDj .HomeDjBox .item ul li{padding:20px 60px 20px 20px;position: relative;border-bottom:1px solid #e5e5e5;background:url(../images/star.png) no-repeat center left;}
.HomeDj .HomeDjBox .item ul li span{color:#bbbbbb;position: absolute;right:0;top:20px;}
.HomeDj .HomeDjBox .item ul li:hover{background:url(../images/starc.png) no-repeat center left;}
.HomeDj .HomeDjBox .item ul li:last-child{border-bottom:none;}
.HomeDj .HomeDjBox .item .img{padding-top:162px;}
.HomeDj .HomeDjBox .item .img span{transition: all .5s;-webkit-transition: all .5s;}
.HomeDj .HomeDjBox .item .img:hover span{transform: scale(1.05);-webkit-transform: scale(1.05);}
.HomeDj .HomeDjBox .item .tplist{margin:20px 0 0 0px;height:220px;overflow:hidden;clear:both;}
.HomeDj .HomeDjBox .item .tplist li{margin-left:20px;width:25%;float:left;position:relative;padding:0;bottom:0;background:none;}
.HomeDj .HomeDjBox .item .tplist li:hover{background:none;}
.HomeDj .HomeDjBox .item .tplist .tit{position:absolute;width:100%;text-align:center;line-height:38px;bottom:0;left:0;z-index:10;color:#fff;background:rgba(0,0,0,0.5);}
.HomeDj .HomeDjBox .item .tplist .tit span{display:block;width:90%;margin:0px auto;¥8520/position:static;display: block;overflow: hidden;white-space: nowrap;*white-space:nowrap;text-overflow: ellipsis;}
.HomeDj .HomeDjBox .item .tplist li:hover .tit span{color:#fff !important;}
.HomeDj .HomeDjBox .item .tplist .imgbox{padding-top:220px;}

@media(max-width:992px){
	.HomeDj .HomeDjBox .item{width:97%;margin-bottom:20px;}
}

@media(max-width:992px){
	.HomeDj .HomeDjBox .item{padding:20px;}
	.HomeDj .HomeDjBox .item .tit .titbox{width:150px;height:40px;line-height: 40px;font-size: 18px;margin-left:-20px;}
	.HomeDj .HomeDjBox .item ul li{padding-top:10px;padding-bottom:10px;}
	.HomeDj .HomeDjBox .item ul li span{top:10px;}
	.HomeDj .HomeDjBox .item .tplist{height:160px;}
	.HomeDj .HomeDjBox .item .tplist .imgbox{padding-top:160px;}
	.HomeDj .HomeDjBox .item .tplist li{width:50%;}
}


.HomeAbout .HomeAboutBox{background:url(../uploadfiles/image/iaboutbg.png) no-repeat bottom center;background-size: cover;padding:50px;position: relative;}
.HomeAbout .HomeAboutBox .Video{width:202px;position: absolute;left:50px;top:50px;display: none;}
.HomeAbout .HomeAboutBox .Video .img{padding-top:320px;}
.HomeAbout .HomeAboutBox .Video .play{width:100%;height:100%;background:url(../images/play.png) no-repeat center center;position: absolute;top:0;left:0;}
.HomeAbout .HomeAboutBox .Txt{width:53%;}
.HomeAbout .HomeAboutBox .Txt .HomeAboutTit{position: relative;}
.HomeAbout .HomeAboutBox .Txt .HomeAboutTit strong{font-size: 40px;font-family: oswald;opacity: 0.06;line-height: 54px;}
.HomeAbout .HomeAboutBox .Txt .HomeAboutTit h1{font-size: 36px;margin-top:-75px;}
.HomeAbout .HomeAboutBox .Txt .HomeAboutTit b{display: block;width:45px;height:2px;background:#d50212;margin-top:20px;}
.HomeAbout .HomeAboutBox .Txt .dec{margin:25px 0 35px 0;line-height: 32px;}
.HomeAbout .HomeAboutBox .Txt .more{width:66px;height:26px;line-height: 26px;text-align: center;border-radius: 26px;background:#d50212;font-size: 14px;}
.HomeAbout .HomeAboutBox .Txt .more a{color:#fff;}

.HomeAbout .HomeAboutBox .Num{width:42%;}
.HomeAbout .HomeAboutBox .Num ul li::after{content:'';display: block;clear: both;}
.HomeAbout .HomeAboutBox .Num ul li{width:50%;box-sizing: border-box;float:left;height:155px;border-top:1px solid #eee;border-left:1px solid #eee;display:flex;justify-content:center;align-items:center;flex-direction: column;text-align: center;}
.HomeAbout .HomeAboutBox .Num ul li:nth-child(2n){border-right:1px solid #eee;}
.HomeAbout .HomeAboutBox .Num ul li:nth-child(3),.HomeAbout .HomeAboutBox .Num ul li:nth-child(4){border-bottom:1px solid #eee;}
.HomeAbout .HomeAboutBox .Num ul li p{color:#d50212;}
.HomeAbout .HomeAboutBox .Num ul li p strong{font-family: oswald;font-size: 36px;}
.HomeAbout .HomeAboutBox .Num ul li span{color:#666;}

@media(max-width:992px){
	.HomeAbout .HomeAboutBox{padding:20px;}
	.HomeAbout .HomeAboutBox .Num{width:100%;}
	.HomeAbout .HomeAboutBox .Txt{width:100%;margin:20px 0;padding-top:20px;}
	.HomeAbout .HomeAboutBox .Video{width:100%;position: relative;left:0;top:20px;}
}

@media(max-width:640px){
	.HomeAbout .HomeAboutBox{padding:10px;}
	.HomeAbout .HomeAboutBox .Video .img{padding-top:50%;}
	.HomeAbout .HomeAboutBox .Txt .HomeAboutTit strong{font-size: 25px;line-height: 30px;}
	.HomeAbout .HomeAboutBox .Txt .HomeAboutTit h1{margin-top:-40px;font-size: 25px;}
	.HomeAbout .HomeAboutBox .Num ul li{height:120px;}
	.HomeAbout .HomeAboutBox .Num ul li p strong{font-size: 30px;}
}


.HomeYewu .HomeYewuTit{background:url(../uploadfiles/image/yewubg.png) no-repeat center center;background-size: cover;height:50px;line-height: 50px;padding:0 20px;margin-bottom:20px;}
.HomeYewu .HomeYewuTit h1{font-size: 22px;}
.HomeYewu .HomeYewuTit .more{width:66px;height:26px;line-height: 26px;border-radius: 26px;text-align: center;font-size: 14px;border:1px solid #e5e5e5;margin-top:12px;}
.HomeYewu .HomeYewuTit .more a{color:#999;}

.HomeYewu .HomeYewuTit .more:hover{border:1px solid #d50212;}
.HomeYewu .HomeYewuTit .more:hover a{color:#d50212;}

.HomeYewu .HomeYewuBox .item{width:15%;float:left;position: relative;transition: all .5s;-webkit-transition: all .5s;}
.HomeYewu .HomeYewuBox .item.on{width:40%;}

.HomeYewu .HomeYewuBox .item .img{padding-top:320px;}
.HomeYewu .HomeYewuBox .item .txt{position: absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.2);box-sizing: border-box;padding:60px 30px;}
.HomeYewu .HomeYewuBox .item .txt .tit b{display: block;width:12px;height:2px;}
.HomeYewu .HomeYewuBox .item .txt .tit b.b1{background:#d50212;}
.HomeYewu .HomeYewuBox .item .txt .tit b.b2{display: none;background:#fff;}
.HomeYewu .HomeYewuBox .item .txt .tit h1{font-family: oswald;color:#fff;font-size: 24px;line-height: 24px;font-weight: normal;margin:15px 0;}
.HomeYewu .HomeYewuBox .item .txt .tit p{font-weight: bold;color:#fff;}
.HomeYewu .HomeYewuBox .item .txt .dec{line-height: 30px;font-size: 15px;color:#fff;opacity: 0.6;display: none;height:120px;overflow: hidden;}
.HomeYewu .HomeYewuBox .item.on .txt{padding:40px 30px;background:rgba(213,2,18,0.8);}
.HomeYewu .HomeYewuBox .item.on .txt .tit b.b1{display: none;}
.HomeYewu .HomeYewuBox .item.on .txt .tit b.b2{display: block;margin:15px 0;}
.HomeYewu .HomeYewuBox .item.on .txt .dec{display: block;min-width:428px;}
.HomeYewu .HomeYewuBox .item.on .txt::before{content:'';display: block;width:96%;height:94%;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);border:1px solid rgba(255,255,255,0.2);}

@media(max-width:992px){
	.HomeYewu .HomeYewuBox .item.on .txt .dec{min-width:280px;}
}

@media(max-width:768px){
	.HomeYewu .HomeYewuBox .item{width:100%;margin-bottom:10px;}
	.HomeYewu .HomeYewuBox .item.on{width:100%;}
	.HomeYewu .HomeYewuBox .item .txt .dec{display: block;font-size: 14px;line-height: 25px;margin-top:10px;}
}


.HomeLink{padding:30px 0;}
.HomeLink .Contain{background: #fff;}
.HomeLink .tithead{ color:#fff; text-align:center; width:160px; margin:0px auto 20px; line-height:40px; font-size:20px; background:url(../images/linkbg.gif);}
.HomeLink .tithead img{ display:inline-block; vertical-align:middle; margin-right:4px;}
.HomeLink .hd{ text-align:center; font-size:16px; line-height:35px; margin-bottom:23px; border-bottom:1px solid #e6e6e6; color:#000000; cursor:pointer;}
.HomeLink .hd li{ display:inline-block; position:relative *display:inline;zoom:1; margin:0 17px;}
.HomeLink .hd li.on{ margin-bottom:-1px; color:#e91a2e; border-bottom:1px solid #e91a2e;}
.HomeLink .bd{ line-height:28px; font-size:15px; color:#666666; text-align:center;}
.HomeLink .bd a{color:#666666; display:inline-block;}.HomeLink .bd a:hover{color:#e91a2e;}
.HomeLink .bd a i{ display:inline-block; vertical-align:middle; height:20px; line-height:15px; width:29px; text-align:center;}



/*.HomeLink .tit{border-bottom:1px solid #e5e5e5;margin-bottom:20px;}
.HomeLink .tit h1{padding-bottom:15px;display: inline-block;font-size: 20px;font-weight: normal;position: relative;}
.HomeLink .tit h1::before{content:'';display: block;width:100%;height:2px;background:#d50212;position: absolute;bottom:-2px;left:0;}
.HomeLink .tit h1 img{position: relative;margin-right:10px;}
.HomeLink .HLinkBox ul li{display: inline-block;margin-left:-4px;margin-right:40px;line-height: 30px;}
.HomeLink .HLinkBox ul li a{color:#666;}
*/
@media ( max-width:760px){
.HomeLink .hd{ font-size:15px; line-height:35px; margin-bottom:15px;}
.HomeLink .hd li{ margin:0 4px;}
.HomeLink .bd{ font-size:14px;}
.HomeLink .tithead{ font-size:16px;}
}

/*@media(max-width:640px){
	.HomeLink {padding:20px 0;}
	.HomeLink .HLinkBox ul li{margin-right:20px;}
	.HomeLink .tit h1{font-size: 18px;}
}
*/

.VideoInfo{ width:90%;max-width:900px; margin:25px auto; position:relative;}
.VideoInfo video{object-fit: fill;}
.VideoInfo .title{ color:#fff; text-align:center; font-size:18px; padding-top:10px;}
.mfp-close{ border-radius:50%; background:#0080af; font-size:40px; color:#fff;opacity:1; width:39px; height:39px; position:absolute; right:0px; top:0px;}
.mfp-close-btn-in .mfp-close{ color:#fff !important;}


.nBan{position: relative;}
.nBan .img{padding-top:390px;}
.nBan .txt{width:100%;text-align: center;position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);color:#fff;}
.nBan .txt h1{font-family: "宋体";font-size: 60px;}
.nBan .txt p{font-family: oswald;font-size: 18px;}
.nBan .txt b{display: block;width:20px;height:2px;background:#d50212;margin:20px auto 10px;}

.nBan .txt1{color:#d50212;}

@media(max-width:992px){
	.nBan .img{padding-top:280px;}
	.nBan .txt h1{font-size: 30px;}
}

@media(max-width:640px){
	.nBan .img{padding-top:200px;}
	.nBan .txt h1{font-size: 25px;}
	.nBan .txt p{font-size: 15px;}
	.nBan .txt b{margin:10px auto;}
}




/* 公司简介 */
.Main{background:url(../images/mainbg.png) no-repeat top center;padding:100px 0;background-size: cover;}

.Local{line-height: 50px;border:1px solid #e5e5e5;}
.Local .LocalBox{padding-left:60px;position: relative;font-size: 14px;color:#666;}
.Local .LocalBox .ico{width:50px;height:50px;background:#eeeeee;position: absolute;left:0;top:0;text-align: center;}
.Local .LocalBox a{color:#666;display: inline-block;margin:0 3px;}
.Local .LocalBox a:last-child{color:#d50212;}

.Local .nNav ul li{display: inline-block;margin-left:-4px;margin-left:45px;position: relative;}
.Local .nNav ul li a{display: block;}
.Local .nNav ul li::after{content:'';display: block;width:100%;height:3px;background:#d50212;position: absolute;left:0;bottom:-1px;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);transition: all .5s;-webkit-transition: all .5s;}
.Local .nNav ul li.on::after{transform: rotateY(0);-webkit-transform: rotateY(0);}
.Local .nNav ul li.on a{font-weight: bold;}
.Local .nNav ul li:hover::after{transform: rotateY(0);-webkit-transform: rotateY(0);}

.About .Part1{}
.About .Part1 .img{width:63.5%;padding-top:488px;}
.About .Part1 .txt{width:32%;}
.About .Part1 .txt .tit h1{font-size: 48px;}
.About .Part1 .txt .tit b{display: block;width:50px;height:4px;background:#d50212;margin-top:20px;}
.About .Part1 .txt .num{max-width:320px;margin-top:90px;}

.About .Part1 .txt .num ul::after{content:'';display: block;clear: both;}
.About .Part1 .txt .num ul li{width:50%;box-sizing: border-box;float:left;height:155px;border-top:1px solid #eee;border-left:1px solid #eee;box-sizing: border-box;padding:30px 20px 0 20px;}
.About .Part1 .txt .num ul li:nth-child(2n){border-right:1px solid #eee;}
.About .Part1 .txt .num ul li:nth-child(3),.About .Part1 .txt .num ul li:nth-child(4){border-bottom:1px solid #eee;}
.About .Part1 .txt .num ul li p{color:#d50212;}
.About .Part1 .txt .num ul li p strong{font-family: Arial;font-size: 36px;font-weight: normal;}
.About .Part1 .txt .num ul li span{color:#666;}
.About .Part1 .txt .num ul li b{display: block;width:12px;height:1px;background:#d50212;margin:10px 0 20px 0;}
.About .Part1 .txt .num ul li:hover{background:#d50212;color:#fff;}
.About .Part1 .txt .num ul li:hover p{color:#fff;}
.About .Part1 .txt .num ul li:hover span{color:#fff;}
.About .Part1 .txt .num ul li:hover b{background:#fff;}
.About .Part2{line-height: 30px;margin-top:60px;}

@media(max-width:992px){
	.Main{padding:60px 0;}
	.Local .LocalBox{width:100%;box-sizing: border-box;border-bottom:1px solid #e5e5e5;}
	.Local .nNav{width:100%;text-align: center;}
	.Local .nNav ul li{margin:0 10px;}
	.About .Part1 .img{width:100%;padding-top:60%;}
	.About .Part1 .txt{width:100%;margin-top:20px;}
	.About .Part1 .txt .tit h1{font-size: 30px;}
	.About .Part1 .txt .num{margin-top:30px;}
}

@media(max-width:640px){
	.Main{padding:30px 0;}
	.Local {line-height: 40px;}
	.Local .LocalBox .ico{width:40px;height:40px;}
	.Local .LocalBox{padding-left:50px;}
	.Local .nNav ul li{margin:0 10px;}
	.About .Part1 .txt .tit h1{font-size: 20px;}
	.About .Part1 .txt .num{min-width:100%;}
	.About .Part1 .txt .num ul li{height:120px;padding-top:10px;}
	.About .Part1 .txt .num ul li p strong{font-size: 25px;}
	.About .Part1 .txt .tit b{width:30px;height:2px;}
	.About .Part2{margin-top:30px;line-height: 25px;}
}

.Jiagou .JiagouBox{text-align: center;}


/* 大事记 */
.Dashiji .DashijiBox{position: relative;padding:100px 0 20px 0;}
.Dashiji .DashijiBox::before,.Dashiji .DashijiBox::after {content:'';display: block;width:19px;height:19px;background:url(../images/dot1.jpg) no-repeat center center;position: absolute;left:50%;margin-left:-9.5px;z-index:99;}
.Dashiji .DashijiBox::before{top:0;}
.Dashiji .DashijiBox::after{bottom:0;}
.Dashiji .DashijiBox .line{width:1px;height:100%;background:#e5e5e5;position: absolute;left:50%;top:0;margin-left:-0.5px;z-index:0;}

.Dashiji .DashijiBox .item{background:url(../images/dot.png) no-repeat top 5px center;z-index:999;position: relative;margin-bottom:50px;min-height:150px;}
.Dashiji .DashijiBox .item .Year{width:48%;float:right;font-size: 20px;font-weight: bold;font-family: Arial;}
.Dashiji .DashijiBox .item .Txt{width:48%;box-sizing: border-box;float:left;}
.Dashiji .DashijiBox .item .Txt .box{padding-left:100px;box-sizing: border-box;position: relative;font-size: 14px;color:#666;line-height: 24px;margin-bottom:20px;}
.Dashiji .DashijiBox .item .Txt .box .date{position: absolute;left:0;top:0;padding-left:30px;font-weight: bold;}
.Dashiji .DashijiBox .item .Txt .box .date span{position: absolute;left:0;top:-2px;color:#d50212;font-weight: bold;}
.Dashiji .DashijiBox .item .Txt .box .Con .tit{font-weight: bold;}
.Dashiji .DashijiBox .item .Txt .btn{margin-left:100px;font-size: 14px;color:#d50212;cursor: pointer;display: inline-block;}
.Dashiji .DashijiBox .item .Txt .btn .s2{display: none;}
.Dashiji .DashijiBox .item .Txt .open{display: none;}
.Dashiji .DashijiBox .item .Txt .btn.on .s2{display: block;}
.Dashiji .DashijiBox .item .Txt .btn.on .s1{display: none;}
/* .Dashiji .DashijiBox .item .Txt .open .box .date span{display: none;} */


.Dashiji .DashijiBox .item:nth-child(2n) .Year{float:left;text-align: right;}
.Dashiji .DashijiBox .item:nth-child(2n) .Txt{float:right;}

@media(max-width:768px){
	.Dashiji .DashijiBox .item .Txt .box{padding-left:0;}
	.Dashiji .DashijiBox .item .Txt .box .date{position: relative;}
	.Dashiji .DashijiBox .item .Year{width:45%;}
	.Dashiji .DashijiBox .item .Txt{width:45%;}
	.Dashiji .DashijiBox .item .Txt .btn{margin-left:0;}
	.Dashiji .DashijiBox .item .Txt .box .Con .dec{font-size: 13px;line-height: 20px;margin-top:10px;}
}

/* 新闻中心 */
.News{padding-top:40px;}
.News .NewsTop{padding-bottom:30px;border-bottom:1px solid #e5e5e5;}
.News .NewsTop .item{}
.News .NewsTop .item .img{width:44%;padding-top:300px;}
.News .NewsTop .item .img span{transition: all .5s;-webkit-transition: all .5s;}
.News .NewsTop .item .txt{width:53%;}
.News .NewsTop .item .txt .date{width:120px;height:36px;line-height: 36px;border-radius: 36px;background:#d50212;text-align: center;color:#fff;font-size: 14px;margin-top:10px;}
.News .NewsTop .item .txt h1{font-size: 24px;font-weight: normal;margin:30px 0;}
.News .NewsTop .item .txt .dec{font-size: 14px;line-height: 28px;color:#666;}
.News .NewsTop .item .txt .More{font-size: 14px;color:#999;margin-top:50px;}
.News .NewsTop .item .txt .More img{display: inline-block;}
.News .NewsTop .item:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}

.NewsList{ margin-bottom:2%; padding-bottom:10px;margin-top:30px;}
.NewsList li{transition: all ease 0.3s;margin-bottom:30px;}
.NewsList .date{ line-height:30px; position:absolute; text-align:center; width:80px; height:80px; right:0; top:50%; margin-top:-40px; z-index:2; background:#d50212; color:#fff; font-size:14px;}
.NewsList .date b{ display:block; font-size:32px; padding-top:12px;}
.NewsList .imgbox{ width:33%; float:left; padding-top:300px;}
.NewsList .info{ width:64%; float:right; padding-top:25px;}
.NewsList .tit{ font-size:20px; color:#333333;}
.NewsList .tit i{ width:30px; height:25px; border-bottom:1px solid #d50212; display:block; margin-bottom:26px;}
.NewsList .p{color:#666666;font-size: 14px;line-height: 28px;}
.NewsList .More{ margin-top:41px; text-align:center; font-size:14px; color:#d50212; width:150px; line-height:46px; background:#eee;}
.NewsList .More i{ font-family:"宋体";}
.NewsList li:hover .More{ background:#d50212; color:#fff;}

@media(max-width:992px){
	.NewsList .p{line-height: 24px;}
	.NewsList .imgbox{ padding-top:185px;}
	.NewsList .tit{ font-size:16px;}
	.NewsList .tit i{ height:12px; margin-bottom:10px;}
	.NewsList .More{ width:120px; line-height:35px;}
}


@media(max-width:768px){
	.News .NewsTop .item .img{width:100%;padding-top:55%;margin-bottom:10px;}
	.News .NewsTop .item .txt{width:100%;overflow: hidden;}
	.News .NewsTop .item .txt .date{width:100px;height:28px;line-height: 28px;border-radius: 28px;font-size: 12px;margin-left:1px;}
	.News .NewsTop .item .txt h1{font-size: 18px;margin:15px 0 10px 0;}
	.News .NewsTop .item .txt .More{margin-top:20px;}

	.NewsList .imgbox{ padding-top:120px;}
	.NewsList .info{padding-top:5px;}
	.NewsList .tit{ font-size:15px;}
	.NewsList .tit i{ height:5px; margin-bottom:5px;}
	.NewsList .More{ margin-top:5px; width:88px; line-height:30px;}
	.NewsList .date{ line-height:20px; width:50px; font-size:12px; bottom:0; top:auto; height:50px; margin-top:-25px;}
	.NewsList .date b{font-size:18px; padding-top:5px;}
}

/* 通知公告 */
.NoticeList{ padding-bottom:3%;}
.NoticeList li{transition: all ease 0.3s; margin-bottom:24px; border:2px solid #f1f1f1; padding:28px 173px 15px 20px; height:82px; position:relative;}
.NoticeList .date{ text-align:center; color:#d50212;}
.NoticeList .date i{ font-style: normal;display:block; line-height:26px; font-size:36px; margin-bottom:16px;}
.NoticeList .tit{ line-height:20px; margin-bottom:9px; color:#333333; font-size:18px;}
.NoticeList .tit p{width:70%;}
.NoticeList .p{ color:#a8a8a8;-webkit-line-clamp: 2; height:40px;font-size: 14px;}
.NoticeList .more{ position:absolute; right:28px; top:33px; width:44px; height:44px; border-radius:50%; background: #e5e5e5 url(../uploadfiles/image/more4.png) center center no-repeat;}
.NoticeList li:hover{ border:2px solid #d50212;}
.NoticeList li:hover .tit{ color:#d50212;}
.NoticeList li:hover .more{background: #d50212 url(../uploadfiles/image/more04.png) center center no-repeat;}
.NoticeList li:hover{box-shadow: 0 15px 30px rgba(0,0,0,0.1);transform: translate3d(0,-3px,0);-webkit-transform: translate3d(0,-3px,0);}

@media ( max-width:1024px){
	.NoticeList li{padding:28px 50px 10px 10px;}
	.NoticeList .more{ width:30px !important; height:30px !important; right:10px;}
	.NoticeList .date{font-size: 14px;}
	.NoticeList .date i{ font-size:24px;}
}
@media ( max-width:768px){
	.News{padding-top:30px;}
	.NoticeList li{margin-bottom:15px; padding-top:15px; padding-left:10px; padding-right:45px;padding-bottom:10px;}
	.NoticeList .date{top:15px; font-size:12px;}
	.NoticeList .date i{margin-bottom:9px; font-size:20px;}
	.NoticeList .more{ top:22px;}
	.NoticeList .tit{font-size:15px; margin-bottom:5px;}
}


/* 集团视频 */
.NewsVideo {margin-left:-2%;}
.NewsVideo .item{width:31.33%;float:left;margin-left:2%;margin-bottom:20px;}
.NewsVideo .item .img{position: relative;}
.NewsVideo .item .img .imgbox{padding-top:65%;}
.NewsVideo .item .img .imgbox span{transition: all .5s;-webkit-transition: all .5s;}
.NewsVideo .item .img .play{width:100%;height:100%;position: absolute;top:0;left:0;background:url(../images/play.png) no-repeat center center;}
.NewsVideo .item p{text-align: center;padding:10px 0;}
.NewsVideo .item:hover .img .imgbox span{transform: scale(1.05);-webkit-transform: scale(1.05);}


@media(max-width:768px){
	.NewsVideo .item{width:48%;}
	.NewsVideo .item .img .play{background-size: 30px;}
}

.Hangye{padding-top:40px;}
.Hangye .NewsList{margin-top:0;}

@media(max-width:768px){
	.Hangye{padding-top:30x;}
}

/* 新闻详情 */
.Titleinfo{ border-bottom:1px solid #e6e6e6; text-align:center; margin-bottom:35px; padding:0px 0 18px;}
.Titleinfo .tits{font-size:26px; color:#010101; line-height:40px;}
.Titleinfo .date{ font-size:14px; padding:5px 0 0 0;color:#808080;}
.Titleinfo .date i{ display:inline-block; margin:0 10px;}
.Titleinfo .share{ display:inline-block;*display:inline; zoom:1; vertical-align:middle;}
.PrevNextBox {margin:50px 0 0 0;position:relative; padding-top:11px; border-top:1px solid #e6e6e6; color:#888888; font-size:16px;}
.PrevNextBox dl{ width:70%; line-height:50px; height:50px;overflow:hidden; border-bottom:1px dotted #d9d9d9; position:relative;}
.PrevNextBox dl span{ padding:0 75px 0 55px; position:relative; display:block;}
.PrevNextBox dl span em{ position:absolute; left:0px; top:0px; color:#333333;}
.PrevNextBox dl span .date{ position:absolute; right:0; top:0; color:#808080; font-size:14px; font-family:Arial, Helvetica, sans-serif;}
.PrevNextBox dl a{ margin:0px auto; display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:95%; color:#333333;}
.PrevNextBox dl a.none{color:#999;}
.PrevNextBox a.back{ position:absolute; right:0; top:54px; color:#b30506; font-size:16px; padding-right:31px; background:url(../images/ico/back.png) right center no-repeat;}

.SinglePage {line-height: 30px;}
/*.SinglePage img{display: block;width:100% !important;max-width:810px;margin:0 auto;height:auto !important;}*/

.NewsInfo table{margin:0 auto !important;border-collapse: collapse;border-spacing: 0;border: 1px solid #000 !important;}
.NewsInfo table td{border: 1px solid #000 !important;}

@media(max-width:768px){
	.Titleinfo { line-height:20px; font-size:12px; padding-bottom:15px; margin-bottom:20px;}
	.Titleinfo .tits{ font-size:18px; line-height:24px; padding-bottom:10px;}
	.Titleinfo .share{ display:none;}

	.PrevNextBox {margin:50px 0 0 0; font-size:14px;}
	.PrevNextBox dl{ width:auto; line-height:30px; height:30px; margin-bottom:8px;}
	.PrevNextBox dl span{ padding-left:45px;}
	.PrevNextBox a.back{ font-size:14px; top:-35px;}
}

/* 党建工作 */
.DjList{margin-bottom:50px;}
.DjList .DjTop{margin-bottom:30px;}
.DjList .DjTop .item .img{width:34%;padding-top:250px;}
.DjList .DjTop .item .img span{transition: all .5s;-webkit-transition: all .5s;}
.DjList .DjTop .item .txt{width:63%;}
.DjList .DjTop .item .txt .date{color:#999;font-size: 14px;margin-top:10px;}
.DjList .DjTop .item .txt h1{font-size: 24px;font-weight: normal;margin:10px 0 20px 0;}
.DjList .DjTop .item .txt .dec{font-size: 14px;line-height: 28px;color:#666;}
.DjList .DjTop .item .txt .More{font-size: 14px;color:#d50212;margin-top:30px;}
.DjList .DjTop .item .txt .More img{display: inline-block;}
.DjList .DjTop .item:hover .img span{transform: scale(1.05);-webkit-transform: scale(1.05);}

.DjList ul li{padding-left:90px;position: relative;margin-bottom:20px;min-height:84px;}
.DjList ul li .date{text-align: center;border: 1px solid #eeeeee;width: 67px;position: absolute;top: 0px;left: 0px;background: #fff;line-height: 23px;color: #787878;font-size: 12px;}
.DjList ul li .date p{display: block;font-size: 36px;color: #d50212;line-height: 58px;border-bottom: 1px solid #eeeeee;}
.DjList ul li .date span{}
.DjList ul li .txt h1{font-size: 16px;margin:10px 0;}
.DjList ul li .txt p{font-size: 14px;line-height: 25px;color:#999;text-indent: 2em;}

@media(max-width:768px){
	.DjList .DjTop .item .img{width:100%;padding-top:60%;}
	.DjList .DjTop .item .txt{width:100%;}
	.DjList .DjTop .item .txt h1{font-size: 18px;}
	.DjList .DjTop .item .txt .More{margin-top:10px;}

}


/* 标识释义 */
.Culture{padding-bottom:0;}
.Culture .CultureBox{}
.Culture .CultureBox .Part1{background:url(../uploadfiles/image/culbg.jpg) no-repeat center center;background-size: cover;margin-bottom:70px;}
.Culture .CultureBox .Part1 .img{width:40%;height:305px;line-height: 305px;text-align: center;}
.Culture .CultureBox .Part1 .img img{max-height:220px;}
.Culture .CultureBox .Part1 .txt{width:60%;padding-top:35px;}
.Culture .CultureBox .Part1 .txt .tit{color:#1a1d81;font-size: 18px;font-weight: bold;margin-bottom:20px;}
.Culture .CultureBox .Part1 .txt .box{margin-bottom:20px;}
.Culture .CultureBox .Part1 .txt .box p{color:#1a1d81;margin-bottom:8px;}
.Culture .CultureBox .Part1 .txt .box span{color:#656678;letter-spacing: 6px;}

.Culture .CultureBox .Part2{margin-left:-4%;}
.Culture .CultureBox .Part2 .item{box-sizing: border-box;float:left;width:46%;margin-left:4%;padding:30px 12px;border-top:1px solid #e5e5e5;position: relative;min-height:303px;margin-bottom:50px;}
.Culture .CultureBox .Part2 .item::before{content:'';display: block;width:85px;height:3px;background:#d50212;position: absolute;left:0;top:-1px;}
.Culture .CultureBox .Part2 .item .tit{font-size: 24px;font-weight: bold;margin-bottom:25px;}
.Culture .CultureBox .Part2 .item .dec{line-height: 35px;color:#666;}
.Culture .CultureBox .Part2  .item .con h1{font-size: 20px;font-weight: normal;margin-bottom:20px;}
.Culture .CultureBox .Part2  .item .con ul li{line-height: 35px;color:#666;padding-left:25px;position: relative;}
.Culture .CultureBox .Part2  .item .con ul li b{display: inline-block;width:3px;border-radius: 3px;height:13px;position: absolute;left:0;top:12px;}
.Culture .CultureBox .Part2  .item .con ul li.green b{background:#649c1f;}
.Culture .CultureBox .Part2  .item .con ul li.red b{background:#c30009;}
.Culture .CultureBox .Part2  .item .con ul li.yellow b{background:#eab804;}
.Culture .CultureBox .Part2  .item .con ul li.blue b{background:#1d2087;}

@media(max-width:992px){
	.Culture .CultureBox .Part1{margin-bottom:30px;}
	.Culture .CultureBox .Part1 .img{width:100%;}
	.Culture .CultureBox .Part1 .txt{width:100%;box-sizing: border-box;padding:0 20px;}
	.Culture .CultureBox .Part2 .item{width:96%;margin-bottom:20px;min-height:100px;}
	.Culture .CultureBox .Part1 .img img{max-height:150px;}
	.Culture .CultureBox .Part1 .img {height:200px;line-height: 200px;}
	.Culture .CultureBox .Part2 .item{padding:10px;}
	.Culture .CultureBox .Part2 .item .tit{font-size: 18px;margin-bottom:10px;}
	.Culture .CultureBox .Part2 .item .con h1{font-size: 16px;}
	.Culture .CultureBox .Part2 .item .dec{line-height: 25px;}
	.Culture .CultureBox .Part2 .item .con ul li{line-height: 25px;}
	.Culture .CultureBox .Part2 .item .con ul li b{top:7px;}
}


/* 联系我们 */
.Contact{padding-top:50px;}
.Contact .map{position: relative;}
.Contact .map #map{height:550px;}
.Contact .map .Con{background:url(../uploadfiles/image/contxtbg.png) no-repeat bottom center;background-size: cover;width:480px;height:418px;box-sizing: border-box;position: absolute;right:60px;top:65px;padding:40px;z-index:999;}
.Contact .map .Con ul{padding:30px 0 50px 0;border-bottom:1px solid rgba(255,255,255,0.3);}
.Contact .map .Con ul li{color:#fff;line-height: 36px;}

@media(max-width:992px){
	.Contact .map .Con{width:100%;position: static;}
	.Contact .map .Con ul{border-bottom:none;}
}

@media(max-width:768px){
	.Contact .map #map{height:300px;}
	.Contact .map .Con{height:auto;padding:20px;}
	.Contact .map .Con .conlogo img{height:50px;}
	.Contact .map .Con ul{padding:10px 0;}
	.Contact .map .Con ul li{line-height: 30px;}
}

/* 业务领域 */
.Yewu{padding-top:75px;}
.Yewu .YewuBox{margin-bottom:100px;}
.Yewu .YewuBox .img{width:38%;position: relative;}
.Yewu .YewuBox .img .imgbox{padding-top:310px;}
.Yewu .YewuBox .img::before{content:'';display: block;width:275px;height:185px;background:#fdeff0;position: absolute;left:-30px;bottom:-30px;}
.Yewu .YewuBox .txt{width:58%;}
.Yewu .YewuBox .txt .tit{font-size: 40px;padding-bottom:25px;border-bottom:1px solid #e5e5e5;font-weight: bold;position: relative;margin-bottom:20px;}
.Yewu .YewuBox .txt .tit::before{content:'';display: block;width:50px;height:1px;background:#d50212;position: absolute;left:0;bottom:-1px;}
.Yewu .YewuBox .txt .dec{line-height: 36px;}

.Yewu .YewuBox .txt .down{-webkit-animation: down 1s infinite; z-index:999;position: relative;display: none;}


@keyframes down{
  from{top: 0;opacity: 0;}
  to{top: 20px;opacity: 1;}
}

@-webkit-keyframes down
{
  from{top: 0;opacity: 0;}
  to{top:20px;opacity: 1;}
}

.Yewu .Case{padding:70px 0;background:#f1f1f1;position: relative;}
.Yewu .Case::before{content:'';display: block;width:1px;height:80px;background:#d50212;position: absolute;bottom:-40px;left:50%;margin-left:-0.5px;}
.Yewu .Case .casetit{text-align: center;margin-bottom:45px;}
.Yewu .Case .casetit h1{font-size: 30px;}
.Yewu .Case .casetit p{font-size: 16px;font-family: Arial;color:#999;margin-top:10px;}
.Yewu .Case .slider .item {transition: all .5s;-webkit-transition: all .5s;}
.Yewu .Case .slider .item .img{padding-top:70%;}
.Yewu .Case .slider .item p{text-align: center;margin-top:30px;font-size: 18px;opacity: 0;}

.Yewu .Case .slider .slick-arrow{width:32px;height:32px;position: absolute;margin-top:-16px;top:50%;z-index:999;font-size: 0;color: transparent;transition: all .5s;-webkit-transition: all .5s;}
.Yewu .Case .slider .slick-arrow.slick-prev{background:url(../images/prev.png) no-repeat center center;background-size: 100% 100%;left:20px;}
.Yewu .Case .slider .slick-arrow.slick-next{background:url(../images/next.png) no-repeat center center;background-size: 100% 100%;right:20px;}

.Yewu .Case .slider .slick-track{padding:10% 0;}
.Yewu .Case .slider .item.slick-center{transform: scale(1.5);-webkit-transform: scale(1.5);z-index:999;position: relative;}
.Yewu .Case .slider .item.slick-center p{opacity: 1;}


.slider .item:focus{outline: none;}

@media(max-width:992px){
	.Yewu{padding-top:60px;}
	.Yewu .YewuBox .txt .tit{font-size: 25px;}
	.Yewu .YewuBox .txt .dec{font-size: 14px;line-height: 25px;}
	.Yewu .YewuBox{margin-bottom:60px;}
}

@media(max-width:768px){
	.Yewu{padding-top:30px;}
	.Yewu .YewuBox .img{width:100%;}
	.Yewu .YewuBox .img .imgbox{padding-top:65%;}
	.Yewu .YewuBox .img::before{display: none;}
	.Yewu .YewuBox .txt{width:100%;margin-top:20px;}
	.Yewu .YewuBox .txt .tit{font-size: 20px;padding-bottom:10px;margin-bottom:10px;}
	.Yewu .YewuBox{margin-bottom:50px;}
	.Yewu .Case{padding:30px 0;}
	.Yewu .Case .casetit{margin-bottom:20px;}
	.Yewu .Case .casetit h1{font-size: 20px;}
	.Yewu .Case .casetit p{font-size: 14px;}
	.Yewu .Case .slider .item p{font-size: 16px;margin-top:10px;}
	.Yewu .Case::before{height:30px;bottom:-15px;}

	.Yewu .Case .slider .item.slick-center{transform: scale(1);-webkit-transform: scale(1);}
}

/* 职工文苑 */
.Zhigwy{background:url(../images/x-bg_1.png) no-repeat bottom center;background-size: 100%;position: relative;padding-top:40px;}
.Zhigwy::before{content:'';display: block;background:url(../images/x-bg.png) repeat center center;width:100%;height:100%;position: absolute;top:0;left:0;z-index:0;}
.Zhigwy .ZhigwyBox{position: relative;z-index:99;}
.Zhigwy .Pages{position: relative;z-index:99;}

.Zhigwy .ZhigwyBox {margin-bottom:50px;}
.Zhigwy .ZhigwyBox .item{padding:20px;background:#fff;margin-bottom:20px;border:1px solid #fff;}
.Zhigwy .ZhigwyBox .item .img{width:30%;padding-top:210px;}
.Zhigwy .ZhigwyBox .item .txt{width:70%;box-sizing: border-box;padding:20px 80px 20px 30px;background:url(../images/zgmore.png) no-repeat right 10px center;}
.Zhigwy .ZhigwyBox .item .txt .date{font-size: 14px;color:#999;}
.Zhigwy .ZhigwyBox .item .txt h1{font-size: 18px;margin:20px 0;}
.Zhigwy .ZhigwyBox .item .txt .dec{font-size: 14px;line-height: 28px;color:#666;}

.Zhigwy .ZhigwyBox .item:hover{border:1px solid #d50212;box-shadow: 0 0 20px rgba(0,0,0,0.1);}


@media(max-width:768px){
	.Zhigwy .ZhigwyBox .item{padding:10px;}
	.Zhigwy .ZhigwyBox .item .img{width:100%;padding-top:55%;}
	.Zhigwy .ZhigwyBox .item .txt{width:100%;margin-top:10px;padding:10px;background:none;}
	.Zhigwy .ZhigwyBox .item .txt h1{font-size: 16px;margin:10px 0;}
}


/* 不忘初心 */
.Mainbg{padding:3% 0;background:#f8f8f8;}
.Columncx{ width:48.5%; margin-bottom:3%;}
.Columncx .tithead{ line-height:47px; height:47px; border-bottom:3px solid #e91a2e;}
.Columncx .tithead h2{ font-size:18px; color:#fff; padding:0 46px 0 29px; background:url(../images/titbg3.png) right center no-repeat; float:left; font-weight:normal;}
.Columncx .tithead h2 img{ display:inline-block; vertical-align:middle; margin-right:13px;}
.Columncx .tithead a.more{background:url(../images/more3.png); width:20px !important; height:18px !important; float:right; margin-top:12px;border-radius: 0 !important;}
.Columncx .box{ padding:15px 19px; height:312px; box-shadow:0 5px 20px #ddd; background:#fff;}
.Columncx .li{ font-size:16px; height:32px; line-height:32px; position:relative; padding-right:50px; overflow:hidden;}
.Columncx .li .date{ position:absolute; right:0px; top:0px; color:#999999; font-size:14px;}
.Columncx .li a{display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.Columncx .top{ border-bottom:1px solid #e8e8e8; margin-bottom:21px; padding:16px 0;}
.Columncx .top .tit{ line-height:42px; font-size:16px;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.Columncx .top .p{height:48px;font-size: 14px;line-height: 24px;color:#666;}

.Ztmain{padding:3% 0;}
.Ztmain .nZtList{padding-bottom:3%;}
.Ztmain .nZtList li{ overflow:hidden; height:60px; line-height:60px; font-size:18px; background:url(../images/dot2.gif) 0px center no-repeat; padding-left:12px;}
.Ztmain .nZtList li .date{ float:right; color:#888888;}
.Ztmain .nZtList li a{ color:#666;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:76%; display:block;}
.Ztmain .nZtList li a:hover{ color:#e91a2e;}

.ZhuantiTest .Columncx .tithead{  border-bottom:3px solid #007bd4;}
.ZhuantiTest .Columncx .tithead h2{background:url(../images/titbg4.png) right center no-repeat; }

@media(max-width:768px){
	.Columncx{float:none !important;width:auto;}
	.Columncx .top{padding:8px 0;margin-bottom:8px;}
	.Columncx .box{height:auto;padding-bottom:10px;}
	.Columncx .li{ font-size:14px; height:28px; line-height:28px;}
	.Columncx .li .date{font-size:12px;}
	.Columncx .tithead{height:36px;line-height:36px;}
	.Columncx .tithead h2{font-size:16px;}
	.CommonList ul li .date{font-size:12px;}

	.Ztmain .nZtList li{ height:32px; line-height:32px; font-size:14px; }
    .Ztmain .nZtList li .date{ font-size:12px;}
}

/* 专题2 */
.Zt2{padding-bottom:3%;}
.Demo2Focus{ overflow:hidden; width:42%; float:left; position:relative;}
.Demo2Focus .slides li{ position:relative;}
.Demo2Focus .imgbox{padding-top:320px;}
.Demo2Focus .ti{ position:absolute; background:rgba(0,0,0,0.5); line-height:40px; width:100%; left:0; bottom:0; z-index:2;}
.Demo2Focus .tit{ text-indent:1.2em; width:79%; color:#fff;}
.Demo2Focus .slides li:hover .tit{ color:#e70012;}
.Demo2Focus .flex-direction-nav{ display:none;}
.Demo2Focus .flex-control-nav{bottom:7px; z-index:10; right:0; width:100px; text-align:center;}
.Demo2Focus .flex-control-nav li{ margin:0 5px 0 0; vertical-align:middle;}
.Demo2Focus .flex-control-nav li a{ opacity:1; width:9px; height:9px; background:#fff; border-radius:0; border-radius:50%; border:0;}
.Demo2Focus .flex-control-nav li a.flex-active{ width:15px; height:15px; background:#e70012;}
.Demo2Focus.d3{ width:56%;}
.Demo2Focus.d3 .imgbox{ padding-top:380px;}
.Demo2Top{ width:56%; float:right;}

.ListWz3 .top{ margin-bottom:19px; padding:12px 0 26px; border-bottom:1px solid #eaeaea;}
.ListWz3 .top .tit{ font-size:20px; color:#000000; margin-bottom:9px;}
.ListWz3 .top .p{ color:#999999; height:50px; line-height:25px;-webkit-line-clamp: 2;}
.ListWz3 .top:hover .tit{ color:#e30309;}
.ListWz3 .li{ height:40px; line-height:40px; background:url(../images/dot.gif) 0px center no-repeat; padding:0 80px 0 14px; position:relative;}
.ListWz3 .li .date{ position:absolute; right:0; top:0; color:#bfbfbf;}
.ListWz3 a{color:#666;}.ListWz3 a:hover{color:#e30309;}
.ListWz3.sub{ margin-bottom:2%; padding-bottom:10px;}

.Demo3_nav{ background:#0092e7; text-align:center; line-height:70px; padding-top:5px; padding-bottom:5px;}
.Demo3_nav li{ margin:0 20px; display:inline-block;*display:inline;zoom:1;}
.Demo3_nav li a{ color:#fff; font-size:16px;}
.Demo3_nav li a:hover,.Demo3_nav li.aon a{ color:#ffda01;}
.Demo3_tit{ padding-top:27px; border-bottom:3px solid #f2f2f2; line-height:47px; height:47px; position:relative; margin-bottom:30px;}
.Demo3_tit h2{ float:left; color:#0092e7; font-size:24px; padding:0 20px 0 8px; position:relative; border-bottom:3px solid #e70012;}
.Demo3_tit h2 i{ width:19px; height:3px; position:absolute; right:0px; background:#ffda01; bottom:-3px;}
.Demo3_tit a.more{ background:#0092e7; position:absolute; right:0; bottom:8px; color:#fff; text-align:center; font-size:14px; width:60px; line-height:22px; border-radius:11px;}
.Demo3Top{ width:41.5%; float:right;}
.Demo3Top li{ padding-bottom:26px; border-bottom:1px solid #ececec; margin-bottom:15px;}
.Demo3Top .tit{ line-height:41px; font-size:18px; font-weight:bold;}
.Demo3Top .p{ text-indent:2em; font-size:14px; color:#999999; line-height:24px; height:48px;-webkit-line-clamp: 2;}
.Demo3Top li:last-child{ margin-bottom:0; padding-bottom:0; border-bottom:0;}
.Demo3Col{ width:48%;}
.Demo3Col .Demo3_tit{ margin-bottom:18px;}

.Demo3yq{position:relative; height:201px;}
.Demo3yq .frist{ display:none; position:absolute; left:0; width:48%; padding-right:1.5%; border-right:1px solid #eaeaea;}
.Demo3yq .imgbox{ width:50%; float:left; padding-top:201px;}
.Demo3yq ul{ margin-left:-4%;}
.Demo3yq .li{ width:38%; margin-left:4%; float:left;}
.Demo3yq .info{ width:47%; float:right;}
.Demo3yq .info .ti{ font-weight:bold; font-size:18px; padding:5px 0 16px; line-height:22px;}
.Demo3yq .info .p{ line-height:26px; color:#999999; height:130px;-webkit-line-clamp: 5;}

.Demo3scroll{ position:relative;}
.Demo3scroll .tihead{ position:absolute; top:-8px; left:20px;}
.Demo3scroll .flex-viewport{ margin-left:-20px;}
.Demo3scroll .imgbox{ margin-right:20px; padding-top:345px; background:#f9f8eb;}
.Demo3scroll .imgbox span{ background-size:contain;}
.Demo3scroll .flex-direction-nav a {color:#a6a6a6; font-size:29px; width:48px; height:48px; line-height:48px; border:1px solid #a8a8a8;}
.Demo3scroll .flex-direction-nav .flex-prev {left:-60px;}
.Demo3scroll .flex-direction-nav .flex-next {right:-60px;}
.Demo3scroll .flex-direction-nav a:hover { color:#e70012; border:1px solid #e70012;}

.Demo3scroll #scrollbox{height:345px;overflow:hidden;}
.Demo3scroll li{width:288px;float:left;}

.Demo3zs { padding-bottom:50px;}
.Demo3zs li{ text-align:center; width:25%; float:left;}
.Demo3zs .flex-viewport{ margin-left:-20px;}
.Demo3zs .box{ margin-left:20px;}
.Demo3zs .imgbox{ padding-top:65%; margin-bottom:9px;}
.Demo3zs .flex-direction-nav a {color:#a6a6a6; font-size:29px; width:48px; height:48px; line-height:48px; border:1px solid #a8a8a8;}
.Demo3zs .flex-direction-nav .flex-prev {left:-60px;}
.Demo3zs .flex-direction-nav .flex-next {right:-60px;}
.redzt .Demo3_tit a.more {background: #e70012}
.redzt .Demo3_tit h2{color: #e70012}


@media ( max-width:1024px){
	.Demo2Focus{ width:auto !important; float:none !important;}
	.Demo2Focus .imgbox{padding-top:68% !important;}
	.Demo2Focus .tit{ font-size:14px !important;}
	.Demo2Focus .flex-control-nav{width:80px;}
	.Demo2Focus .flex-control-nav li a.flex-active{ width:9px; height:9px;}
	.Demo2Top { width:auto; float:none;}
	.ListWz3 .li{ height:28px; line-height:28px;}
	.ListWz3 .top{ margin-bottom:8px; padding:10px 0 10px;}
	.ListWz3 .top .tit{ font-size:15px; margin-bottom:0;}

	.Demo3_nav{ line-height:30px;}
	.Demo3_nav li{ margin:0 10px;}
	.Demo3_nav li a{ font-size:16px;}
	.Demo3Top{ width:auto; float:none; padding-top:18px;}
	.Demo3Top li{ padding-bottom:10px; margin-bottom:10px;}
	.Demo3Top .p{ height:auto; line-height:22px;}
	.Demo3Top .tit{ font-size:15px; line-height:30px;}
	.Demo3Col{ width:auto; float:none !important;}
	.Demo3_tit{ padding-top:10px; line-height:38px; height:38px; margin-bottom:15px !important;}
	.Demo3_tit h2{ font-size:17px;}
	.Demo3yq { padding:0; height:auto;}
	.Demo3yq .frist{ position:static; width:auto; border:0; margin-bottom:8px;}
	.Demo3yq .info .ti{ font-size:15px; padding-bottom:5px;}
	.Demo3yq .li{ width:auto; float:none;}
	
	.Demo3zs{ padding-bottom:20px;}
	.Demo3scroll .flex-direction-nav a,.Demo3zs .flex-direction-nav a {font-size:20px; width:32px; height:32px; line-height:32px;}
	.Demo3scroll .flex-direction-nav .flex-prev,.Demo3zs .flex-direction-nav .flex-prev {left:0;}
	.Demo3scroll .flex-direction-nav .flex-next,.Demo3zs .flex-direction-nav .flex-next {right:0;}
	.Demo3scroll .flex-viewport,.Demo3zs .flex-viewport{ margin-left:-12px;}
	.Demo3scroll .imgbox,.Demo3zs .box{ margin-left:12px;}
	
	.Demo3scroll #scrollbox{height:168px;}
	.Demo3scroll li{width:140px;}
	.Demo3scroll .imgbox{ margin-right:10px; padding-top:168px;}
}
@media ( max-width:640px){
	.Demo3_nav{ line-height:25px; text-align:left;}
	.Demo3_nav li{ margin:0 5px;}
	.Demo3_nav li a{ font-size:14px;}
	.Demo3zs li{  width:50%;}
	.Demo3zs li:nth-child(3),.Demo3zs li:nth-child(4){ display:none;}
	.Demo3yq .imgbox{ width:auto; float:none; padding-top:68%;}
	.Demo3yq .info{ width:auto; float:none;}
	.Demo3yq .info .p{line-height:22px;height:auto;-webkit-line-clamp: 2;}
}

.Ztmeun{padding:3% 0;}
.Ztmeun .ListWz3{padding-bottom:3%;}

/* 专题测试 */
.addNav_03{line-height: 60px;text-align: center;display: none;}
.addNav_03 ul{border-bottom:2px solid #d50212;}
.addNav_03 ul li{display: inline-block;margin:0 20px;font-size: 18px;}


.ZhuantiTest .Columncx{width:100%;}

.leftmenu{width:265px;margin-right:10px;float:left;}
.leftmenu .colname{color:#fff;padding:20px 15px;font-size:18px;font-weight:bold;background:#d50212;}
.leftmenu .menu{background:#f5f5f5;padding:15px;}
.leftmenu .menu li{border-bottom:1px solid #e2e2e2;padding:5px 0;}
.leftmenu .menu li a{display:block;text-align:center;padding:5px;}
.leftmenu .menu li.on a{color:#d50212;font-weight:bold;}
.rightcon{width:calc(100% - 275px);float:left;}
.localtion{text-align:right;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:15px;color:#666;}
.localtion a{color:#666;}
.localtion a:hover,.localtion span{color:#d50212;}

@media(max-width:640px){
	.addNav_03{line-height: 45px;}
	.addNav_03 ul::after{content:'';display: block;clear: both;}
	.addNav_03 ul li{width:25%;float:left;font-size: 15px;margin:0;}
	
	.leftmenu{width:auto;float:none;margin-bottom:10px;margin-right:0;}
	.leftmenu .colname{padding:10px 15px;font-size:16px;}
	.leftmenu .menu{padding:8px;}
	.leftmenu .menu li a{padding:2px;}
	.rightcon{width:auto;float:none;}
}


.Form000693{margin-top:5%}
.Form000693 .left{text-align:right;width: 10%;}
.Form000693  .text{ border: 1px solid #bfbfbf; width: 100%; height: 35px; line-height: 35px; font-size: 14px; color: #676565; text-indent:10px;  }
.Form000693  textarea.text{ height:175px; }
.Form000693  .btn{ border: 0; width: 74px; height: 30px; background: #f34333; font-size: 14px; color: #fff; line-height: 22px;font-family: "sans-serif"; cursor: pointer; margin-right: 10px; }
.Form000693  .btn1{ background: #c3bfbe; color: #766c6c; }
.Form000693  .left span{ color:#f00;padding:0 3px; } 



























