@charset "utf-8";
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position:relative} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li.clone{position:relative}
.flexslider .slides img {width: 100%; display: block;}
.flexslider .slides > a{display: block;width: 100%;height: 0;padding-bottom: 62.81%;overflow: hidden;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative;zoom:1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 80px;  position: absolute; top: 50%; z-index: 10; overflow: hidden; cursor: pointer; color: rgba(0,0,0,0.8);  text-indent:-999em ;margin-top:-40px;}
.flex-direction-nav .flex-prev {background:url(../images/lf.png) no-repeat center center;left:10px; }
.flex-direction-nav .flex-next {background:url(../images/rt.png) no-repeat center center;right: 10px; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd}
/*.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
*/.flex-pauseplay a:hover  { opacity: 1; }
/*.flex-pauseplay a.flex-play:before { content: '\f003'; }
*//* Control Nav */
.flex-control-nav {position: absolute;bottom: 18px;right: 24px;text-align: center;z-index:99;}
.flex-control-nav li {margin: 10px 6px 0; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a{width: 16px;height: 16px;display: block;border: 1px solid #0956ad;cursor: pointer;text-indent: -9999px;border-radius:10px;background-color:#0956ad;transition: all 0.3s ease;}
.flex-control-paging li a:hover{background: #c31536;border-color:#c31536;}
.flex-control-paging li a.flex-active{background: #c31536;border:1px solid #c31536;width: 28px; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.Banner{position: relative;z-index: 1;overflow: hidden;}
.slides li a{display: block;position: relative;}
.slides li a .bannerImg{width: 100%;display: block;height: 0;padding-bottom: 33.33%;overflow: hidden;}
.slides li a .bannerImg img{width: 100%;display: block;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}
.slides li a .title{position: absolute;left: 0;bottom: 0;right: 0;background: url(../images/bannerCover.png);padding: 20px 200px 20px 30px;color: #fff;font-size: 26px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/*content*/

.articleListTitle{overflow: hidden;border-bottom: 3px solid #ae0b2a;}
.articleListTitle .more{float: right;line-height: 60px;color: #c31536;}
.articleListTitle h2{line-height: 34px;height: 34px;padding-left: 15px;color: #fff;font-weight: bold;padding: 13px 33px 13px 80px;float: left;font-weight: normal;border-radius: 10px 10px 0 0 ;}
.mode01 .articleListTitle h2{background: url(../images/mode1.png) 32px center no-repeat #ae0b2a;}
.mode02 .articleListTitle h2{background: url(../images/mode2.png) 32px center no-repeat #ae0b2a;}
.mode03 .articleListTitle h2{background: url(../images/mode3.png) 32px center no-repeat #ae0b2a;}
.mode04 .lf .articleListTitle h2{background: url(../images/mode4.png) 32px center no-repeat #ae0b2a;}
.mode04 .rt .articleListTitle h2{background: url(../images/mode42.png) 32px center no-repeat #ae0b2a;}
.mode05 .articleListTitle h2{background: url(../images/mode5.png) 32px center no-repeat #ae0b2a;}
.mode06 .articleListTitle h2{background: url(../images/mode6.png) 32px center no-repeat #ae0b2a;border-radius: 10px;}
.mode06 .articleListTitle{border: 0;}
.listTitle{line-height: 60px;height: 60px;border-bottom: 1px solid #666;margin-top: 8px;}
.listTitle .more{float: right;color: #666;}
.listTitle h2{color: #202020;font-weight: bold;}
@media screen  and (max-width:1024px){
	.Banner{width: 100%;padding: 0;}
	.articleListTitle h2{padding: 8px 24px 8px 60px;background-position-x: 16px !important;background-size: 30px auto  !important;}
	.articleListTitle .more{line-height: 50px;}
	.listTitle{line-height: 40px;height: 40px;margin-top: 4px;}
}

.mode01{margin-top: 21px;margin-bottom: 45px;}
.mode01 .lf{float: left;width: 31.6%;}
.mode01 .rt{float: right;width: 48.5%;}
.mode02{margin-top: 36px;margin-bottom: 45px;}
.mode03{margin-top: 42px;margin-bottom: 45px;}
.mode04 .lf{float: left;width: 56.8%;}
.mode04 .rt{float: right;width: 40.2%;}
.mode05{margin-top: 36px;margin-bottom: 48px;}
@media screen  and (max-width:1024px){
	.mode01 .lf,.mode01 .rt,.mode04 .lf,.mode04 .rt{width: 100%;float: none;margin-bottom: 20px;}
	.mode01,.mode03{margin-bottom: 20px;}
	.mode05{margin-top: 0;}
}

.articleList01 li a{line-height: 58px;display: block;overflow: hidden;width: 100%;*line-height: 40px;}
.articleList01 li a .title{float: left;height: 58px;overflow: hidden;width: 81%;white-space: nowrap;*height: 40px;font-size: 18px;}
.articleList01 li a .time{float: right;color: #999;width: auto;font-size: 14px;}
@media screen  and (max-width:480px){
	.articleList01 li a{border-bottom: 1px dashed #ddd;}
	.articleList01 li a .title{width: auto;white-space: normal;height: auto;line-height: 2;padding: 6px 0 0;}
	.articleList01 li a .time{line-height: 2;} 
}

.wrapMode02{background: url(../images/mode02bg.jpg.png);background-size: cover;overflow: hidden;}
.articleList02{padding: 0 36px;*padding: 0;}
.articleList02 li{width: 33.33%;margin-top: 36px;}
.articleList02 li a{display: block;margin: 0 36px;*margin: 0 12px;}
.articleList02 li a .img{padding-bottom: 66.67%;}
.articleList02 li a .title{line-height:40px;font-weight: bold;margin-top: 3px;height: 80px;}
.articleList02 li a .more{float: right;width: 30px;height: 30px;background: url(../images/mode02more.png) center center no-repeat;margin-top: 3px;}
.articleList02 li a:hover .img img{transform: scale(1.05);-ms-transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05);	transition: all ease-in 0.2s;-ms-transition: all ease-in 0.2s;-moz-transition: all ease-in 0.2s;-webkit-transition: all ease-in 0.2s;-o-transition: all ease-in 0.2s;}
@media screen  and (max-width:1480px){
	.articleList02{padding: 0 24px;}
	.articleList02 li a{margin: 0 24px;}
}
@media screen  and (max-width:1024px){
	.articleList02{padding: 0;}
	.articleList02 li a{margin: 0 16px;overflow: hidden;}
}
@media screen  and (max-width:768px){
	.articleList02 li{width: 80%;margin:16px auto 0;display: block;}
	.articleList02 li a .title{height: auto;line-height: 2;}
}
@media screen  and (max-width:480px){
	.articleList02 li{width: 100%;}
}

.tab01{width: 100%;overflow: hidden;}
.tabMenu01{width: 100%;overflow: hidden;font-size: 16px;padding-top: 20px;}
.tabMenu01 li{float: left;margin-right: 5px}
.tabMenu01 li a{display: block;height: 53px;line-height: 53px;background-color: #e6e6e6;padding:0 43px;color:#333;}
.tabMenu01 li:hover a,.tabMenu01 li.active a{background-color: #ae0b2a;color:#fff;}
.tabList01 {overflow: hidden;padding: 40px 0 30px;background-color: #f2f4f5;border:1px solid #e4e4e4;min-height:196px;}
.tabList01 dd{display: none;padding:0 30px;}
.tabTop{width: 100%;overflow: hidden;} 
.item-img02{width: 275px;float: left;}
.item-img02 a{padding-bottom: 62.1%;}
.item-txt02{margin-left:296px;}
.noImg .item-txt02{margin: 0;}
.item-txt02 h3{font-weight: normal;line-height: 30px;height: 30px;overflow: hidden;margin-bottom: 20px;}
.item-txt02 h3 a{color: #ae0b2a;}
.item-txt02 p{color:#999;line-height: 32px;height: 64px;overflow: hidden;}
.item-txt02 span{margin-top: 17px;display: block;}
.articleList03{width: 100%;overflow: hidden;padding-top: 17px;}
.articleList03 li{width: 50%;float: left;background:url(../images/li_bg.png) no-repeat left center;height: 58px;line-height: 58px;overflow: hidden;*height: 40px;*line-height: 40px;}
.articleList03 li a{display: block;overflow: hidden;width: 100%;}
.articleList03 li a .title{float: left;height: 58px;overflow: hidden;width: 74%;white-space: nowrap;padding-left: 3%;*height: 40px;}
.articleList03 li a .time{float: right;color: #999;width: auto;margin-right: 3%;}
@media screen  and (max-width:1044px) {
	.tabMenu01 li a{padding:0 20px;}
	.articleList03 li{width: 100%;line-height: 40px;height: 40px;}
	.articleList03 li a .time{margin-right: 0;}
}
@media screen and (max-width: 768px) {
	.tabMenu01 li{margin-top: 10px;}
	.tabMenu01{font-size: 15px;}
	.articleList03 li{height: auto;background: url(../images/li_bg.png) no-repeat 7px 12px;}
	.articleList03 li a .title{width: auto;white-space: normal;height: auto;line-height: 2;padding: 0px 0 0 24px;}
	.articleList03 li a{border-bottom: 1px dashed #ddd;}
	.articleList03 li a .time{line-height: 2;} 
}
@media screen  and (max-width:640px) {
	.flex-control-nav{bottom: 0}
	.flex-control-paging li a{width: 6px;height: 6px;}
	.slides li a .title{display: none;}
	.tabMenu01{padding-top:10px;}
	.tabMenu01 li{margin: 6px 1%;width: 23%;}
	.tabMenu01 li a{padding: 0;display: block;text-align: center;}
	.tabList01 dd{padding: 0 15px;}
	.tabList01{padding: 20px 0 15px;}
}
@media screen  and (max-width:639px){
	.item-img02{float: none; margin: 0 auto;max-width: 100%;}
	.item-txt02{margin: 0;padding-bottom: 6px;border-bottom: 1px dashed #ddd;}
	.item-txt02 h3{margin: 6px 0 4px;}
}
@media screen  and (max-width:480px){
	.tabMenu01 li{margin: 6px 1%;width: 48%;}
}

.articleList04{width: 100%;overflow: hidden;padding-top: 10px;}
.articleList04 li{background:url(../images/li_bg.png) no-repeat left center;height: 58px;line-height: 58px;overflow: hidden;margin-left: 3.8%;*height: 40px;*line-height: 40px;width: 46%;float: left;}
.articleList04 li a{display: block;overflow: hidden;width: 100%;white-space: nowrap;text-overflow: ellipsis;}
.articleList04 li a .title{float: left;height: 58px;overflow: hidden;text-overflow: ellipsis;display: block;white-space: nowrap;padding-left: 3%;width: 97%;}
@media screen  and (max-width:1044px) {
	.articleList04 li{line-height: 40px;height: 40px;}
}
@media screen and (max-width: 768px) {
	.articleList04 li{height: auto;background: url(../images/li_bg.png) no-repeat 7px 12px;margin: 0;width: auto;}
	.articleList04 li a .title{width: auto;white-space: normal;height: auto;line-height: 2;padding: 0px 0 0 24px;}
}

.articleList05{width: 100%;overflow: hidden;padding-top: 10px;}
.articleList05 li{background:url(../images/download.png) no-repeat left center;height: 58px;line-height: 58px;overflow: hidden;margin-left: 30px;*height: 40px;*line-height: 40px;}
.articleList05 li a{display: block;overflow: hidden;width: 100%;}
.articleList05 li a .title{padding-left: 26px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.articleList05 li a .time{float: right;color: #ae0b2a;}
@media screen  and (max-width:1044px) {
	.articleList05 li{line-height: 40px;height: 40px;}
}
@media screen and (max-width: 768px) {
	.articleList05 li{height: auto;margin: 0;}
	.articleList05 li a .title{padding: 0px 0 0 24px;}
}

.marquee{overflow: hidden;margin-top: 1.7%;position: relative;}
.marquee ul{white-space: nowrap;}
.marquee li{overflow: hidden;position: relative;width: 400px;display: inline-block;*display: inline;*zoom: 1;margin-right: 4px;}
.marquee li a{display: block;position: relative;}
.marquee li a .img{padding-bottom: 56.25%;background-size: cover !important;}
.marquee li a .title{position: absolute;bottom: 0;left: 0;right: 0;background: url(../images/bannerCover.png);padding: 10px 17px;white-space: nowrap;color: #fff;display: none;}
.marquee li a:hover .title{display: block;}
@media screen  and (max-width:1480px){
	.marquee li{width: 360px;}
}
@media screen  and (max-width:1024px){
	.marquee li{width: 280px;}
}
@media screen  and (max-width:768px){
	.marquee li{width: 200px;}
}

.articleList06{width: 100%;overflow: hidden;padding-top: 25px;}
.articleList06 ul{margin: 0 -32px;}
.articleList06 li{margin:0 0 2% 4%;position: relative;padding-left: 1.8%;line-height: 1;*line-height: 1.5;}
.articleList06 li:before{content: '';display: block;width: 10px;height: 10px;border-radius: 50%;background: #ae0b2a;position: absolute;left: 0;top: 50%;margin-top: -5px;}
.articleList06 li a{display: block;}
@media screen  and (max-width:1024px){
	.articleList06 ul{margin: 0;}
	.articleList06 li{margin: 0 3% 20px 0px;padding-left: 20px;}
}

