﻿input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {cursor: pointer}
.h10 {clear: both;height: 10px;overflow: hidden;}
.h15 {clear: both;height: 15px;overflow: hidden;}
.h20 {clear: both;height: 20px;overflow: hidden;}
.h25 {clear: both;height: 25px;overflow: hidden;}
.h30 {clear: both;height: 30px;overflow: hidden;}
.h35 {clear: both;height:35px;overflow: hidden;}
.h40 {clear: both;height: 40px;overflow: hidden;}
.h45 {clear: both;height: 45px;overflow: hidden;}
.h50 {clear: both;height: 50px;overflow: hidden;}
.h60 {clear: both;height: 60px;overflow: hidden;}
.h70 {clear: both;height: 70px;overflow: hidden;}
.h80 {clear: both;height: 80px;overflow: hidden;}
.h90 {clear: both;height: 90px;overflow: hidden;}
.h100 {clear: both;height:100px;overflow: hidden;}
.clear {clear: both;overflow: hidden;}
.fl {float: left;display: inline;}
.fr {float: right;display: inline;}
.wrap {width: 1200px;clear: both;margin: 0 auto;}
.imghover{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.imghover:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);	
}
.animated2{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
/*===========================头部begin===========================*/

.second_ul{overflow: hidden; padding:20px 55px 20px 45px; border:1px solid #ebebeb; border-top:none; border-bottom:none;}
.boxscroll {height:310px;width:170px;overflow: auto;}
.second_ul ul{overflow:hidden;}
.second_ul li{overflow: hidden;border-bottom:1px solid #ebebeb;width:170px; padding:5px 0;}
.second_ul li span{ width:112px; height:32px; line-height:32px; display:block; overflow:hidden; padding-left:20px;}
.second_ul li span a{font-size: 14px;color:#4a4a4a; display:block;}
.second_ul li:hover span{ background:#BC0202}
.second_ul li:hover span a{color:#fff;}
.second_ul li.hover span{ background:#BC0202}
.second_ul li.hover span a{color:#fff;}
.second_ul li.hover .third{ display:block}
.second_ul .third{ display:none; overflow:hidden; padding-left:20px;}
.second_ul .third a{ line-height:30px; height:30px; overflow:hidden; display:block;}
.second_ul .third a.hover{ color:#BC0202}
.subImg{width:300px; height:200px; overflow:hidden; margin-top:40px;}
.subImg img{width:300px; height:200px;}
/*搜索*/
.index_search{height:30px;position:relative;text-align:right; overflow:hidden;}
.index_search span{ display:inline-block;background:url(../images/search.png) no-repeat center center; width:30px; height:30px; cursor:pointer; position:relative; z-index:1;}
.index_search span a{ display:block;width:30px; height:30px;}
.index_search .searchCon{width:200px; height:30px; background:#f6f6f6; border-radius:5px; position:absolute; top:0px;right:-210px; z-index:0}
.index_search .input{width:150px; height:30px; background:none; border:none; padding:0 0 0 10px;}
/*---------------------------banner--------------------------------*/
.bannerSlide{background: #fff;width:100%; clear:both; position:relative}
.bannerSlide .hd {text-align:center; height:70px; overflow:hidden; position:absolute; bottom:-35px; left:0; width:100%;}
.bannerSlide .hd ul {text-align: center; display:inline-block}
.bannerSlide .hd ul li {float:left;display:inline;margin:0 5px;height:70px;width:70px;border-radius:70px;background-color:#fff; line-height:999;cursor:pointer;}
.bannerSlide .hd ul li span{ display:block; height:100%;background-repeat:no-repeat;background-position:center center; transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s; }
.bannerSlide .hd ul li span.a1{ background-image:url(../images/b1.png);}
.bannerSlide .hd ul li span.a2{ background-image:url(../images/b2.png);}
.bannerSlide .hd ul li span.a3{ background-image:url(../images/b3.png);}
.bannerSlide .hd ul li span.a4{ background-image:url(../images/b4.png);}
.bannerSlide .hd ul li span.a5{ background-image:url(../images/b5.png);}
.bannerSlide .hd ul li.on{background-color:#e7be4d;}
.bannerSlide .hd ul li.on .a1{ background-image:url(../images/b1h.png);}
.bannerSlide .hd ul li.on .a2{ background-image:url(../images/b2h.png);}
.bannerSlide .hd ul li.on .a3{ background-image:url(../images/b3h.png);}
.bannerSlide .hd ul li.on .a4{ background-image:url(../images/b4h.png);}
.bannerSlide .hd ul li.on .a5{ background-image:url(../images/b5h.png);}
.bannerSlide .bd dl dd{clear:both; overflow:hidden;}
.bannerSlide .bd dl dd a{ display:block; width:100%;height:100%; background-size:cover !important;}
.bannerSlide .btn{ width:57px; height:113px; position:absolute; top:50%; margin-top:-56px; cursor:pointer; display:none}
.bannerSlide .prev{ left:30px; background:url(../images/prev.png) no-repeat center center;}
.bannerSlide .next{ right:30px;background:url(../images/next.png) no-repeat center center;}
.bannerSlide:hover .btn{ display:block}
/*indexTit*/
.indexTit{ height:45px; border-bottom:1px solid #e6e6e6; position:relative}
.indexTit .a1{position:absolute;bottom:-1px; left:0; height:46px;}
.indexTit span{ height:44px; border-bottom:2px solid #BC0202; line-height:44px; color:#BC0202; font-size:24px; float:left; display:inline;}
.indexTit em{ float:left; display:inline; color:#666;line-height:34px; text-transform:uppercase; padding-left:5px; padding-top:10px;}
.indexTit .more{ color:#999; height:45px; line-height:45px; text-transform:uppercase; padding-right:15px; background:url(../images/more.png) no-repeat right center;}
/*con1*/
.con1L{ width:560px; overflow:hidden;}
.indexVideo{position:relative; overflow:hidden; height:280px; width:560px;}
.videoBox{ width:445px; height:280px; overflow:hidden; }
.videoText{ width:95px; height:240px; background:#000; padding:20px 10px; color:#fff;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .3s; position:absolute; right:0; top:0;}
.videoText a{ color:#fff; font-size:14px; font-weight:bold; display:block; line-height:24px; overflow:hidden; margin-bottom:15px;}
.videoText span{ color:#fff;display:block; line-height:20px; overflow:hidden;}
.videoText:hover{ width:250px;}
.con1R{ width:610px; overflow:hidden;}
.con1Dl{ width:630px; overflow:hidden;}
.con1Dl dd{ width:188px; height:278px; border:1px solid #ebebeb; overflow:hidden; margin-right:20px; float:left; display:inline;text-align:center;}
.con1Dl dd a{ display:block; height:100%;}
.con1Dl dd p{ margin-top:20px; height:60px; overflow:hidden; display:block;}
.con1Dl dd p.p1{ background:url(../images/icon5.png) no-repeat center center;}
.con1Dl dd p.p2{ background:url(../images/icon6.png) no-repeat center center;}
.con1Dl dd p.p3{ background:url(../images/icon7.png) no-repeat center center;}
.con1Dl dd h3{ height:35px; line-height:35px; display:block; overflow:hidden; font-size:16px; color:#262626; margin-bottom:5px;padding:0 10px }
.con1Dl dd span{ line-height:26px; height:52px;display:block; overflow:hidden; font-size:14px;padding:0 10px; margin-bottom:28px;}
.con1Dl dd .pic{ height:80px; width:188px; overflow:hidden; display:block;}
.con1Dl dd .pic img{height:80px; width:188px;}
/*con2*/
.con2{ background:#f5f5f5; overflow:hidden; clear:both;}
.hotNews{ width:480px; height:427px; overflow:hidden;background:#fff;}
.hotNews .pic{ width:480px; height:320px; overflow:hidden; display:block;}
.hotNews .pic img{ width:480px; height:320px; }
.hotNews .textBox{ padding:10px 18px 15px; overflow:hidden;}
.hotNews .textBox a{ height:30px; line-height:30px; display:block; overflow:hidden; font-size:14px; color:#333; font-weight:bold}
.hotNews .textBox a:hover{ color:#BC0202;}
.hotNews .textBox span{ height:48px; line-height:24px; display:block; overflow:hidden;color:#858585;}
.con2R{ width:700px; height:427px; overflow:hidden;}
.dateDl{ background:#fff; height:180px; overflow:hidden; padding:5px 20px;}
.dateDl dd{ height:80px; border-bottom:1px dotted #c7c7c7; overflow:hidden; padding:5px 0;}
.dateDl dd:last-child{ border-bottom:none;}
.dateDl .date{ width:55px; margin-right:15px; overflow:hidden; text-align:center;}
.dateDl .date b{ height:39px; font-size:30px; line-height:39px; padding-top:10px; border-bottom:1px solid #666; overflow:hidden; display:block;}
.dateDl .date em{ height:20px;line-height:20px; padding-top:3px;overflow:hidden; display:block;}
.dateDl h3{ height:30px; font-size:14px; line-height:25px;overflow:hidden; display:block; font-weight:bold}
.dateDl span{ height:48px;line-height:24px;overflow:hidden; display:block;}
.dateDl dd:hover{ color:#d2782a}
.dateDl dd:hover .date b{border-bottom:1px solid #d2782a;}
.indexList{ padding:9px 20px; background:#fff; overflow:hidden;}
.indexList dd{ line-height:34px; height:34px; font-size:14px; overflow:hidden;}
.indexList span{ float:right; display:inline;}
/*con3*/
.indexTit2{ height:40px; line-height:40px; overflow:hidden;}
.indexTit2 a{ font-size:24px; color:#BC0202; float:left; display:inline; padding-right:10px;}
.indexTit2 span{ height:20px; line-height:20px; border-left:1px solid #c7c7c7; color:#c7c7c7; font-size:14px; float:left; display:inline; padding-left:10px; margin-top:12px;}
.con3Dl{ overflow:hidden; width:1220px;}
.con3Dl dd{ width:225px; margin-right:18px; overflow:hidden; float:left; display:inline; position:relative; padding-top:165px;}
.con3Dl dd .pic{ height:200px; width:225px; overflow:hidden; display:block;}
.con3Dl dd .pic img{ height:200px; width:225px;}
.con3Dl .textBox{ height:145px; width:195px; background:url(../images/mc2.png) no-repeat center top; position:absolute; top:0; left:0; padding:18px 15px 37px; z-index:1; text-align:center;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .3s;}
.con3Dl .textBox .a1{ height:40px; line-height:40px; font-size:18px; color:#333; overflow:hidden; display:block;}
.con3Dl .textBox .a2{line-height:24px; font-size:14px;overflow:hidden; display:block; color:#858585;}
.con3Dl .textBox .a1:hover{ color:#fff;}
.con3Dl .textBox .a2:hover{ color:#fff;text-decoration:underline}
.con3Dl dd:hover .textBox{background:url(../images/mc2h.png) no-repeat center top;}
.con3Dl dd:hover .textBox .a1{ color:#fff;}
.con3Dl dd:hover .textBox .a2{ color:#fff;}
/*快速导航*/
.ksNav{ height:180px; width:100%; background:url(../images/bg1.jpg) no-repeat left center;}
.ksNav dl{ width:1220px; padding:65px 0;}
.ksNav dd{height:50px;width:300px; float:left; display:inline}
.ksNav dd a{ display:block; height:100%;}
.ksNav dd p{ width:80px; float:left; display:inline; height:50px;}
.ml30{ margin-left:30px}
.ksNav span{ font-size:20px; height:30px; line-height:30px; display:block; overflow:hidden; color:#333;}
.ksNav em{ font-size:14px; height:20px; line-height:20px; display:block; overflow:hidden; color:#666; font-style:normal; white-space:nowrap; text-overflow:ellipsis}
.ksNav dd:hover span{ color:#d2782a}
/*------------------footer----------------------*/

.subbanner{ clear:both; overflow:hidden; height:400px; background-size:cover; position:relative}
.subbanner a{ display:block; height:100%;}
.subbanner .text{ height:97px; width:363px; position:absolute; left:50%; margin-left:-600px; bottom:63px; background:url(../images/text.png) no-repeat left center;}

.subMenuBox{ height:33px; position:relative; background:#f5f5f5;}
.submenu{ height:66px; position:absolute; top:-33px; left:50%; margin-left:-600px;}
.submenu dd{margin-right:1px; float:left; display:inline;}
.submenu dd span{ font-size:16px;display:block;line-height:66px; text-align:center; background:#BC0202;}
.submenu dd span a{display:block; color:#fff;}
.submenu dd.hover span{ background:#fff}
.submenu dd.hover span a{color:#555;}
.submenu .third{ height:66px; line-height:66px; text-align:center; overflow:hidden; width:1200px; position:absolute;left:0; top:66px; display:none}
.submenu .third a{ font-size:16px; color:#555; padding:0 10px; display:inline-block; margin:0 14px; height:63px; border-bottom:3px solid #f5f5f5;}
.submenu .third a:hover{ border-bottom:3px solid #BC0202; color:#BC0202;}
.submenu .third a.hover{ border-bottom:3px solid #BC0202; color:#BC0202;}
.submenu dd.hover .third{ display:block}
.thirdBox{ width:100%; background:#f5f5f5; height:66px; overflow:hidden;}

.gray{ background:#EBEAEA; overflow:hidden}
.subContent{clear:both; overflow:hidden; width:1200px;margin:0 auto; min-height:350px; height:auto !important; height:350px;}

/*列表分页*/
.page { padding:15px 10px 10px 0px; overflow: hidden; clear: both; height: 35px; line-height: 35px;text-align: center; }
.page a { padding: 9px 12px; color: #383838; border-radius:4px; border: 1px solid #e7e7e7; margin-right: 3px; font-family: "songti";}
.page a:hover { background: #d2782a !important; color: #fff; border: 1px solid #d2782a; }
.page a.hover { background: #d2782a !important; color: #fff; border: 1px solid #d2782a; }
.page input { vertical-align: middle; height: 20px; border: 1px solid #e7e7e7; }
.page .lable { color: #383838; font-family: "songti"; }
.page input.pageDetail { width: 30px; height: 30px; margin-right: 3px; text-align: center; border-radius: 4px; color: #383838; font-family: "songti"; margin-bottom: 2px; }
.page input.page_bnt { border: none; width: 50px; height: 30px; margin-left: 3px; border-radius: 4px; cursor: pointer; }
/*页码结束*/
/*视频列表*/
.videoList{ clear:both; overflow:hidden;width:1230px;}
.videoList dd{ width:386px;float:left; display:inline; overflow:hidden; margin:0 20px 20px 0}
.videoList dd .pic{ display:block; width:386px; height:258px; overflow:hidden; position:relative;}
.videoList dd .pic img{ display:block; width:100%; height:100%;}
.videoList dd i{ width:62px; height:59px; display:block; position:absolute; top:50%; left:50%; margin:-29px 0 0 -31px; background:url(../images/video.png) no-repeat center center; display:none}
.videoList dd .a1{ height:70px; line-height:70px; display:block;overflow:hidden; text-align:center; font-size:16px; color:#555; background:#f0f0f0; transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;}
.videoList dd:hover .a1{ background:#e0ab32; color:#fff;}
.videoList dd:hover i{ display:block}
/*全图列表*/
.newsAllImg{ clear:both; overflow:hidden;width:1230px;}
.newsAllImg dd{ width:386px;float:left; display:inline; overflow:hidden; margin:0 20px 0px 0}
.newsAllImg dd .pic{ display:block; width:386px; height:258px; overflow:hidden;}
.newsAllImg dd .pic img{display:block; width:100%; height:100%;}
.newsAllImg dd .a1{ height:55px; line-height:55px; display:block;overflow:hidden;font-size:16px; text-align:center; color:#333;}
.newsAllImg dd .a1:hover{color:#BC0202;}
/*弹窗*/
.leadView{ padding:50px 45px 45px; overflow:hidden;}
.leadSlide{ width:600px; height:400px; position:relative; margin:0 auto 20px;}
.leadSlide .hd{ display:none;}
.leadSlide dd{width:600px; height:400px; overflow:hidden;}
.leadSlide dd img{width:600px; height:400px;}
.leadSlide .btn{ height:55px; width:31px;cursor:pointer; position:absolute; top:50%; margin-top:-27px;}
.leadSlide .lprev{background:url(../images/prev2.png) no-repeat center center; left:-62px;}
.leadSlide .lnext{background:url(../images/next2.png) no-repeat center center; right:-62px;}
.leadName{ height:65px; line-height:55px; font-size:20px; color:#333; text-align:center; overflow:hidden;}
.leadText{line-height:24px; font-size:16px; color:#333;overflow:hidden;}
/*全文列表*/
.hotNewsList{ clear:both; overflow:hidden; width:1220px;}
.hotNewsList .bd{ width:1200px; overflow:hidden;}
.hotNewsList dd{ width:387px; float:left; display:inline; margin-right:20px;overflow:hidden; }
.hotNewsList dd .pic{ width:387px;display:block; height:258px; overflow:hidden; position:relative;}
.hotNewsList dd .pic img{ display:block; width:387px; height:258px;}
.hotNewsList .date{ width:106px; height:56px; padding:13px 0; background:rgba(209,116,38,0.9); position:absolute; left:0; top:0; color:#fff; text-align:center;}
.hotNewsList .date b{ height:35px; line-height:35px; display:block; overflow:hidden; font-size:28px;}
.hotNewsList .date em{ height:21px; line-height:21px; display:block; overflow:hidden; font-size:16px; font-style:normal}
.hotNewsList .text{ padding:20px;overflow:hidden; background:#fff;}
.hotNewsList dd .a1{ height:48px; line-height:24px; display:block; clear:both; overflow:hidden;font-size:16px; color:#333; margin-bottom:10px;}
.hotNewsList dd span{ height:48px; line-height:24px; font-size:14px; color:#666; clear:both; overflow:hidden; display:block;}
.hotNewsList dd .a1:hover{ color:#d2782a;}
.hotNewsList .hd {width:100%;height:11px; margin:25px 0 35px;}
.hotNewsList .hd ul {text-align: center;}
.hotNewsList .hd ul li { display:inline-block;cursor: pointer;overflow: hidden;line-height:99px;margin:0 4px;height:9px;width:9px;border-radius:100%; border:1px solid #9b9b9b;}
.hotNewsList .hd ul li.on {background:#d2782a;border:1px solid #d2782a;}
.newsList{ clear:both; overflow:hidden;}
.newsList dd{overflow:hidden; border-bottom:1px dotted #c7c7c7; padding-bottom:20px; margin-bottom:20px;}
.newsList dd .divleft{ width:55px; overflow:hidden; color:#fff; margin-right:23px; border:1px solid #ccc; height:66px;text-align:center; margin-top:8px;}
.newsList .divleft span{ height:45px; display:block;font-size:30px; line-height:45px;background:#ccc;}
.newsList .divleft em{ height:21px; display:block;line-height:21px; color:#333;}
.newsList dd .divright{overflow:hidden;}
.newsList dd a{display:block;line-height:25px;height:30px;clear:both; overflow:hidden;font-size:16px; color:#555555; font-weight:bold;}
.newsList dd .divright span{display:block;line-height:24px;color:#858585;height:48px;overflow:hidden;}
.newsList dd a:hover{ color:#d2782a}
.newsList dd:hover .divleft{ border:1px solid #d2782a}
.newsList dd:hover .divleft span{background:#d2782a}
.newsList dd:hover .divleft em{ color:#d2782a}
.newsList dd:hover a{ color:#d2782a}
/*全文列表2*/
.subTit{ overflow:hidden; text-align:center;}
.subTit p{ height:42px; line-height:42px; font-size:30px; color:#777; display:block; overflow:hidden; text-align:center; text-transform:uppercase}
.subTit span{ display:inline-block;}
.subTit i{ width:27px; height:16px; border-bottom:1px solid #c8c8c8;}
.subTit h2{ line-height:33px; font-size:22px; padding:0 18px; color:#BC0202; float:left; display:inline;}
.subTit2 p{ color:#fff}
.subTit2 i{border-bottom:1px solid #fff;}
.subTit2 em{ color:#fff}
.newsTextImg3{clear: both;overflow:hidden;}
.newsTextImg3 dd{ clear:both; overflow:hidden; padding-bottom:25px; margin-bottom:20px; border-bottom:1px solid #e6e6e6;position:relative;}
.newsTextImg3 dd .pic{ display:block; width:235px; height:150px; overflow:hidden; padding:4px; border:1px solid #BC0202; background:#fff; margin-right:28px; position:relative; z-index:2}
.newsTextImg3 dd .pic img{ display:block;width:235px; height:150px;}
.newsTextImg3 dd .bg{ height:160px; width:245px; background:#fae7d8; position:absolute; top:5px; left:5px; z-index:0}
.newsTextImg3 dd .textBox{overflow:hidden;}
.newsTextImg3 dd .a1{display: block;height:30px;line-height:30px;color:#333; font-size:14px;overflow:hidden; margin-bottom:10px;}
.newsTextImg3 dd .a1:visited{color: #333;}
.newsTextImg3 dd .a1:hover{color: #BC0202;}
.newsTextImg3 dd .a1:active{color: #333;}
.newsTextImg3 dd span{display: block;height:75px;line-height:25px;clear:both; overflow:hidden; margin-bottom:15px;}
.newsTextImg3 dd .more{ width:107px; height:28px; line-height:28px; text-align:center; color:#999;display:block; background:url(../images/more3.png) no-repeat center center;}
.newsTextImg3 dd .more:hover{ text-decoration:underline}
.newsTextImg3 dd em{ color:#999; line-height:28px;}

/*图文列表*/
.NewsSlide{height:420px; position:relative;}
.NewsSlide .hd{ display:none}
.NewsSlide dd{ height:420px;overflow:hidden; position:relative;}
.NewsSlide dd .pic{ height:420px; width:100%; display:block; overflow:hidden;}
.NewsSlide dd .pic img{height:420px; width:100%;}
.NewsSlide .btn{ width:48px; height:78px; position:absolute; top:50%; margin-top:-36px; background:rgba(210,120,42,0.8); font-family:"songti"; color:#fff; font-size:26px; text-align:center; line-height:78px; cursor:pointer}
.NewsSlide .sprev{ left:-24px;}
.NewsSlide .snext{ right:-24px;}
.NewsSlide .text{ padding:40px 50px 40px 30px; background:rgba(0,0,0,0.6); position:absolute; top:0; right:0; width:375px; height:340px; overflow:hidden; color:#fff;}
.NewsSlide .tit{ padding:10px 70px 10px 10px; height:50px; width:170px; text-align:center; font-size:30px; line-height:50px; font-weight:bold; overflow:hidden; background:url(../images/tit.png) no-repeat center center; margin-bottom:30px;}
.NewsSlide h3{ height:42px; line-height:42px; overflow:hidden; font-size:18px;}
.NewsSlide em{ height:30px; line-height:30px; font-size:16px; overflow:hidden; display:block; margin-bottom:15px;}
.NewsSlide i{ float:left; display:inline; height:6px; width:6px; border-radius:6px; border:3px solid #d2782a; margin:9px 5px 0 0}
.NewsSlide span{ height:48px; line-height:24px; font-size:14px; overflow:hidden; display:block; margin-bottom:15px;}
.NewsSlide .a1{ width:138px; height:38px; line-height:38px; text-align:center; display:block; font-size:14px; color:#fff; border:1px solid #fff;}
.NewsSlide .a1:hover{ text-decoration:underline}
.newsTextImg{clear: both;width:1220px; overflow:hidden;}
.newsTextImg dd{ width:386px;float:left; display:inline; overflow:hidden; margin:0 15px 20px 5px; position:relative;}
.newsTextImg dd .pic{ display:block; width:386px; height:258px; overflow:hidden; margin-bottom:10px;}
.newsTextImg dd .pic img{ display:block;width:386px; height:258px;}
.newsTextImg dd .a1{display: block;line-height:40px;color:#333; font-size:16px;clear:both; }
.newsTextImg dd .a1:visited{color: #333;}
.newsTextImg dd .a1:hover{color: #BC0202;}
.newsTextImg dd .a1:active{color: #333;}
.newsTextImg dd span{display: block;height:56px;line-height:28px;font-size:14px;clear:both; overflow:hidden; color:#777; margin-bottom:10px;}
.newsTextImg dd .bot{ height:38px; line-height:38px; border-top:1px solid #ebebeb; overflow:hidden;}
.newsTextImg dd em{ font-size:14px; color:#777; float:left; display:inline}
.newsTextImg dd .more{height:38px; width:25px; background:url(../images/more2.png) no-repeat center center;}
.newsTextImg dd:hover .more{background:url(../images/more2h.png) no-repeat center center;}
.newsTextImg dd:hover{box-shadow:0 3px 7px 1px #eee;}



.newsTextImglist{clear: both;width:1220px; overflow:hidden;}
.newsTextImglist dd{ width:580px;float:left; display:inline; overflow:hidden; margin:0 15px 30px 5px; position:relative;}
.newsTextImglist dd .pic{ display:block; width:200px; height:150px; overflow:hidden; margin-bottom:30px; float:left}
.newsTextImglist dd .text{ display:block; width:330px;  overflow:hidden; margin-bottom:10px; float:left; padding-left:20px; padding-right:20px;}
.newsTextImglist dd .pic img{ display:block;width:200px; height:150px;}
.newsTextImglist dd .a1{display: block;height:40px;line-height:40px;color:#333; font-size:16px;clear:both; overflow:hidden;}
.newsTextImglist dd .a1:visited{color: #333;}
.newsTextImglist dd .a1:hover{color: #BC0202;}
.newsTextImglist dd .a1:active{color: #333;}
.newsTextImglist dd span{display: block;height:56px;line-height:28px;font-size:14px;clear:both; overflow:hidden; color:#777; margin-bottom:10px;}
.newsTextImglist dd .bot{ height:38px; line-height:38px; border-top:1px solid #ebebeb; overflow:hidden;}
.newsTextImglist dd em{ font-size:14px; color:#777; float:left; display:inline}
.newsTextImglist dd .more{height:38px; width:25px; background:url(../images/more2.png) no-repeat center center;}
.newsTextImglist dd:hover .more{background:url(../images/more2h.png) no-repeat center center;}
.newsTextImglist dd:hover{box-shadow:0 3px 7px 1px #eee;}
/**/
.group{position:relative; border-bottom:2px solid #dedede; height:270px; width:1040px; padding:0 80px;}
.group dl{position:absolute; bottom:-3px; left:120px; overflow:hidden; height:273px;}
.group dd{ width:200px;height:273px; margin:0 30px; float:left; display:inline; overflow:hidden;text-align:center;}
.group p{ height:140px; width:140px; border-radius:100%; background-color:#d9d9d9; display:block; margin:0 auto 23px; background-repeat:no-repeat; background-position:center center}
.group span{ height:32px; line-height:32px; display:block;font-size:20px; color:#333; overflow:hidden;}
.group em{ height:22px; line-height:22px; display:block;font-size:16px; color:#777; overflow:hidden; text-transform:uppercase}
.group dd:hover{ background:url(../images/icon12.png) no-repeat center bottom;}
.group dd:hover p{ background-color:#BC0202;}
.group dd.hover{ background:url(../images/icon12.png) no-repeat center bottom;}
.group dd.hover p{ background-color:#BC0202;}
/**/
/*3d压层滚动*/
#jswbox{position:relative; clear:both;height:375px; width:1035px; margin:0 auto;}
#jswbox ul{position:relative; clear:both; overflow:hidden;height:320px;}
#jswbox li{position:absolute;z-index:0;overflow:hidden;top:0px;left:0px; height:0px; width:0px;}
#jswbox li img{width:100%;height:100%;vertical-align:top;float:left;}
#jswbox li a{ height:100%; width:100%; display:block; position:absolute; top:0;}
#jswbox .prev{display:block; position:absolute; left:-80px; top:50%; margin-top:-40px; width:37px; height:37px; cursor:pointer; background:url(../images/prev1.png) no-repeat center center; z-index:5}
#jswbox .next{display:block; position:absolute; right:-80px; top:50%;width:37px;margin-top:-40px; height:37px;cursor:pointer;background:url(../images/next1.png) no-repeat center center;z-index:5}
#jswbox .divtext{ height:55px;display:block; margin:20px auto 0; line-height:55px;font-size:18px; text-align:center;}
.jswbox2 .prev{background:url(../images/prev3.png) no-repeat center center !important;}
.jswbox2 .next{background:url(../images/next3.png) no-repeat center center !important;}
.jswbox2 .divtext{ color:#fff !important; margin:0 auto !important; font-size:16px !important}
/*图文列表4*/
.newsTextImg4{ overflow:hidden;}
.newsTextImg4 dd{ margin-bottom:20px; overflow:hidden; height:400px; background:#fff;}
.newsTextImg4 dd .pic{ width:600px; height:400px; position:relative; display:block}
.newsTextImg4 dd .pic img{ width:600px; height:400px;}
.newsTextImg4 dd .textbg{ background:rgba(0,0,0,0.3); position:absolute; top:0; left:0; height:100%; width:100%; text-align:center;display:none}
.newsTextImg4 dd .box{ height:100%; width:100%; display:table;}
.newsTextImg4 dd .con{ display:table-cell; vertical-align:middle;}
.newsTextImg4 dd i{ width:38px; height:38px; display:block; background:url(../images/icon13.png) no-repeat center center; margin:0 auto 10px;}
.newsTextImg4 dd .box a{ line-height:36px; font-size:16px; display:block; color:#fff;}
.newsTextImg4 dd a:hover{ text-decoration:underline}
.newsTextImg4 .textBox{ padding:75px 40px; position:relative; height:250px; width:520px;}
.newsTextImg4 .xsj{ width:0; height:0; border-top:20px solid transparent;border-bottom:20px solid transparent; position:absolute; top:50%; margin-top:-20px;}
.newsTextImg4 .xsjL{border-right:27px solid #fff; left:-27px;}
.newsTextImg4 .xsjR{border-left:27px solid #fff; right:-27px;}
.newsTextImg4 h3{ height:60px; line-height:60px; font-size:36px; color:#BC0202; overflow:hidden; display:block; font-weight:normal}
.newsTextImg4 p{ height:40px; line-height:40px; font-size:18px; color:#333; overflow:hidden; display:block;}
.newsTextImg4 span{ height:85px; line-height:28px; font-size:14px; color:#666; overflow:hidden; display:block; margin-bottom:20px;}
.newsTextImg4 .more{ height:30px; line-height:30px; font-size:16px; color:#999; overflow:hidden;background:url(../images/icon14.png) no-repeat right center; padding-right:35px;}
.newsTextImg4 dd:hover .textbg{ display:block}
/*图文列表5*/
.industryTit{ height:50px; line-height:50px; color:#BC0202; font-size:36px; overflow:hidden;}
.industryTit2{ height:32px; line-height:32px; color:#333; font-size:18px; overflow:hidden;}
.newsTextImg5{ overflow:hidden;}
.newsTextImg5 dd{ margin-bottom:20px; overflow:hidden; height:400px; background:#fff;}
.newsTextImg5 .textBox{ padding:15px 40px 35px 30px; position:relative; height:330px; width:530px;}
.newsTextImg5 .a1{ height:52px; line-height:52px; font-size:24px; color:#BC0202; overflow:hidden; display:block;}
.newsTextImg5 span{ height:150px; line-height:30px; font-size:14px; color:#666; overflow:hidden; display:block; margin-bottom:20px;}
.newsTextImg5 .more{ height:40px; line-height:40px; font-size:16px; color:#fff; overflow:hidden;background:#BC0202 url(../images/icon15.png) no-repeat 95px center; padding:0 48px 0 20px;}
.newsTextImg5 dd .pic{ width:600px; height:400px; position:relative; display:block}
.newsTextImg5 dd .pic img{ width:600px; height:400px;}
.newsTextImg5 dd a:hover{ text-decoration:underline}
/*联系我们*/
.contactUs{ width:1198px; height:413px; border:1px solid #e6e6e6; overflow:hidden; margin:0 auto; background:#fff;}
.map{ width:738px; height:413px; overflow:hidden}
.contactUs .box{ border-left:1px solid #e6e6e6; padding:25px 18px; overflow:hidden; height:363px;}
.contactTit{ height:57px; line-height:57px; font-size:24px; color:#333; overflow:hidden; padding-left:30px; background:url(../images/icon16.png) no-repeat left center; border-bottom:1px solid #e6e6e6; margin-bottom:15px;}
.contactText{ line-height:30px; font-size:16px; color:#666; overflow:hidden; display:block}
.contactList{ overflow:hidden; width:1230px;}
.contactList dd{ width:547px; height:278px; overflow:hidden; float:left; display:inline; margin:0 30px 30px 0; border:1px solid #e6e6e6;padding:25px 18px;}
/*人才招聘*/
.recDl{ clear:both; overflow:hidden;}
.recDl dt{ height:60px; line-height:60px; background:#464650; clear:both; overflow:hidden; padding:0 45px; font-size:14px; color:#fff;}
.recDl dd{ margin:0 auto; width:1110px;}
.recDl dd .divTit{line-height:60px; height:60px; clear:both; overflow:hidden;border-bottom:1px solid #e6e6e6; font-size:14px; color:#666;}
.recDl dd .divTit.hover{ border-bottom:none}
.recDl .span1{ width:200px; text-align:left}
.recDl .span2{ width:185px; text-align:center}
.recDl .span3{ width:335px; text-align:center}
.recDl .span4{ width:200px; text-align:center}
.recDl .span5{ width:70px; text-align:right; height:60px;}
.recDl .open{ background:url(../images/icon17.png) no-repeat left center}
.recDl .close{ background:url(../images/icon18.png) no-repeat left center}
.recDl dd .span5{ color:#d2b988; cursor:pointer}
.recDl .recView{clear:both;overflow:hidden;font-size:14px;line-height:38px;text-align:left; background:#f5f5f5; padding:20px 30px; display:none;}
.recDl .uploadBtn{width:150px; height:45px; line-height:45px; text-align:center; color:#fff;display:block; background:#BC0202;}
.recDl .uploadBtn:hover{ opacity:0.8}
.recTable{ width:100%; font-size:12px; color:#333;}
.recCon{ padding:20px 0; clear:both; overflow:hidden; border-top:1px dashed #999;border-bottom:1px dashed #999; margin-bottom:30px;}
.recCon .box1{width:511px;overflow:hidden;}
.recCon .box2{width:410px;overflow:hidden;}
.recCon .tit{ height:40px; font-size:16px; color:#333; clear:both; overflow:hidden;}
.recCon .text{ line-height:30px;clear:both; font-size:12px; overflow:hidden; padding-top:5px;}
.recCon .bb{border-right:1px solid #e6e6e6; padding-right:100px;}
.recDl dd.hover .recView{ display:block} 
.recDl dd .divTit.hover{ border-bottom:none}
/*企业文化*/
/*单页描点链接导航*/
.fixedSubmenuBox{ overflow:hidden; height:66px; width:100%;}
.fixedSubmenu{ height:66px; line-height:66px; text-align:center; overflow:hidden;}
.fixedSubmenu span{ display:inline-block}
.fixedSubmenu a{ font-size:16px; color:#555; padding:0 20px; float:left; display:inline;margin:0 4px; height:63px; border-bottom:0px solid #f5f5f5;}
.fixedSubmenu a:hover{ border-bottom:3px solid #BC0202; color:#BC0202;}
.fixedSubmenu a.hover{ border-bottom:3px solid #BC0202; color:#fff; background:#BC0202}
.hiddenSubmenu{ height:66px; overflow:hidden; display:none}
.fixedSubmenuBox.active{ position:fixed; top:0; left:0; z-index:99}

.fixedSubmenu1{ height:66px; line-height:66px; text-align:center; overflow:hidden;}
.fixedSubmenu1 span{ display:inline-block}
.fixedSubmenu1 a{ font-size:16px; color:#555; padding:0 30px; float:left; display:inline;margin:0 14px; height:63px; border-bottom:0px solid #f5f5f5;}
.fixedSubmenu1 a:hover{ border-bottom:3px solid #BC0202; color:#BC0202;}
.fixedSubmenu1 a.hover{ border-bottom:3px solid #BC0202; color:#fff; background:#BC0202}

.brandTit{ font-size:35px; line-height:70px; overflow:hidden; color:#000; text-align:center;}
.brandText{ font-size:14px; line-height:30px; overflow:hidden;}
.brandText img{ max-width:100%;}
.cultureCon2{ width:100%; height:540px; background:url(../images/bg2.jpg) no-repeat center center; overflow:hidden; padding:30px 0}
.culTit{ height:40px; line-height:40px; font-size:18px; color:#fff; text-align:center; overflow:hidden;}
.culTitbg{ height:1px; width:40px; background:#fff; margin:0 auto 25px;}
.culText{ text-align:center; font-size:14px; color:#fff; line-height:30px; overflow:hidden; margin-bottom:30px;}
a.culMore{ width:140px; height:40px; line-height:40px; font-size:18px; color:#fff; display:block; margin:20px auto; text-align:center; background:#BC0202}
a.culMore:hover{ opacity:0.8}
/*集团概括*/
.introduction{ padding:37px 5px 110px 5px; overflow:hidden; }
.introduction .titBox{ padding-top:22px; background:url(../images/tit2.png) no-repeat 470px top; overflow:hidden; width:1100px; margin-bottom:30px;}
.introduction .titBox em{ height:22px; line-height:22px; overflow:hidden; font-size:14px; color:#666; font-weight:bold; display:block; padding-right:30px;}
.introduction .titBox span{ height:32px; line-height:32px; overflow:hidden; font-size:18px; color:#666; font-weight:bold; display:block}
.introScroll{height:270px;overflow: auto; background:#e6e6e6}
.introText{ line-height:30px; font-size:15px; line-height:30px; overflow:hidden;}
.introText img{ margin:10px;}
.leadGroup{ height:573px; overflow:hidden; width:100%; background:url(../images/bg3.jpg) no-repeat center top; padding:30px 0;}
a.leadMore{ height:38px; line-height:38px; width:138px; border:1px solid #fff; text-align:center; font-size:16px; color:#fff; display:block; margin:25px auto;}
a.leadMore:hover{ text-decoration:underline}

a.leadMore1{ height:38px; line-height:38px; width:138px; border:1px solid #3875C6; text-align:center; font-size:16px; color:#3875C6; display:block; margin:25px auto;}
a.leadMore1:hover{ text-decoration:underline}

/*发展历程*/
.dateScroll{ clear:both; overflow:hidden; margin:0 auto; width:100%; position:relative; height:605px;}
.dateScroll i{ width:100%; height:40px; background:url(../images/bicon1.png) no-repeat center center; display:block; position:absolute; top:50%; margin-top:-20px;}
.dateScroll .bd{ width:1100px; margin:0 auto; overflow:hidden; height:605px;}
.dateScroll .bd dd{ width:220px;float:left; display:inline; height:605px; overflow:hidden; position:relative;}
.dateScroll .bd dd.bg1{background:url(../images/bicon2.png) no-repeat center 209px;}
.dateScroll .bd dd.bg2{background:url(../images/bicon3.png) no-repeat center 304px;}
.dateScroll .bd dd span{height:40px; line-height:20px; display:block;overflow:hidden;font-size:14px; color:#666; position:absolute;}
.dateScroll .bd dd .pic{ width:220px; height:150px; overflow:hidden;position:absolute;}
.dateScroll .bd dd .pic img{ width:220px; height:150px;}		
.dateScroll .bd dd a{height:50px;line-height:50px;display:block;width:100%;text-align:center;overflow:hidden;font-weight:bold;font-size:30px; color:#555;position:absolute; left:0px;}
.dateScroll .btn{ width:37px; height:37px; position:absolute; cursor:pointer;top:50%; margin-top:-18px}
.dateScroll .prev2{ background:url(../images/prev1.png) no-repeat center center;left:50%; margin-left:-601px}
.dateScroll .next2{ background:url(../images/next1.png) no-repeat center center;right:50%; margin-right:-599px}
/**/
.honorList{ overflow:hidden; width:1220px;}
.honorList dd{ width:385px; height:350px; margin-right:20px; float:left; display:inline;}
.honorList dd p{display:block; width:100%; height:30px; position:relative; top:0px;  font-family:"HelveticaNeueLT Pro 33 ThEx", "微软雅黑"; font-size:14px; color:#333; text-align:center; line-height:30px; font-weight:lighter; transition:all .4s;  -o-transition:all .4s; -moz-transition:all .4s; -webkit-transition:all .4s; -ms-transition:all .4s; overflow:hidden}
.honorList dd a{ display:block; height:100%;}
.honorList dd h2{ font-size:14px; line-height:36px; text-align:center; background: url(../images/bg7.gif)}
.honorList dd div{width:385px; height:289px;overflow:hidden; border:0px #CCCCCC solid; border-radius:0px;}
.honorList dd img{width:385px; height:289px;-webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;}
.honorList dd:hover img{ -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
          transition: transform 0.6s ease 0s;}	  
/**/
.hjList{ overflow:hidden; width:1220px;}
.hjList dd{ width:285px; height:250px; margin-right:20px; float:left; display:inline;}
.hjList dd p{display:block; width:100%; height:30px; position:relative; top:0px;  font-family:"HelveticaNeueLT Pro 33 ThEx", "微软雅黑"; font-size:14px; color:#333; text-align:center; line-height:30px; font-weight:lighter; transition:all .4s;  -o-transition:all .4s; -moz-transition:all .4s; -webkit-transition:all .4s; -ms-transition:all .4s; overflow:hidden}
.hjList dd a{ display:block; height:100%;}
.hjList dd div{width:285px; height:200px;overflow:hidden; border:0px #CCCCCC solid; border-radius:0px;}
.hjList dd img{width:285px; height:200px;-webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;}
.hjList dd:hover img{ -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
          transition: transform 0.6s ease 0s;}
/**/
.tcList{ overflow:hidden; width:1220px;}
.tcList dd{ width:220px; height: auto; margin-right:20px; float:left; display:inline;}
.tcList dd p{display:block; width:100%;font-family:"HelveticaNeueLT Pro 33 ThEx", "微软雅黑"; font-size:14px; color:#333; text-align: left; line-height:30px; font-weight:lighter; transition:all .4s;  -o-transition:all .4s; -moz-transition:all .4s; -webkit-transition:all .4s; -ms-transition:all .4s; overflow:hidden}
.tcList dd a{ display:block; height:100%;}
.tcList dd div{width:220px; height:300px;overflow:hidden; }
.tcList dd img{width:220px; height:300px;-webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;}
.tcList dd:hover img{ -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
          transition: transform 0.6s ease 0s;}
/**/

/**/
.jcList{ overflow:hidden; width:1220px;}
.jcList dd{ width:220px; margin-right:19px; float:left; display:inline; margin-bottom:30px; border:2px #CCCCCC solid; }
.jcList dd h2{display:block; width:100%;font-family:"微软雅黑"; font-size:15px; color:#fff; text-align: center; line-height:30px; background:#4b4c4b}
.jcList dd p{display:block; width:100%;font-family:"HelveticaNeueLT Pro 33 ThEx", "微软雅黑"; font-size:14px; color:#333; text-align: center; line-height:30px; font-weight:lighter; transition:all .4s;  -o-transition:all .4s; -moz-transition:all .4s; -webkit-transition:all .4s; -ms-transition:all .4s; overflow:hidden}
.jcList dd a{ display:block; height:100%;}
.jcList dd div{width:220px; height:286px;overflow:hidden;}
.jcList dd img{width:220px; height:286px;-webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s; padding-left:0px;}
.jcList dd:hover img{ -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
          transition: transform 0.6s ease 0s; }
		  
.jcList_1{ overflow:hidden; width:1220px;}
.jcList_1 dd{ width:180px; margin-right:19px; float:left; display:inline; margin-bottom:30px; border:2px #CCCCCC solid; }
.jcList_1 dd h2{display:block; width:100%;font-family:"微软雅黑"; font-size:15px; color:#fff; text-align: center; line-height:30px; background:#4b4c4b}
.jcList_1 dd p{display:block; width:100%;font-family:"HelveticaNeueLT Pro 33 ThEx", "微软雅黑"; font-size:14px; color:#333; text-align: center; line-height:30px; font-weight:lighter; transition:all .4s;  -o-transition:all .4s; -moz-transition:all .4s; -webkit-transition:all .4s; -ms-transition:all .4s; overflow:hidden}
.jcList_1 dd a{ display:block; height:100%;}
.jcList_1 dd div{width:180px; height:234px;overflow:hidden;}
.jcList_1 dd img{width:180px; height:234px;-webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s; padding-left:0px;}
.jcList_1 dd:hover img{ -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
          transition: transform 0.6s ease 0s; }
/**/
.aptitude{ padding:40px 0; width:100%; background: #BC0202; height:547px;}
.aptSlide{ overflow:hidden;}
.aptSlide .bd dd{ width:285px;float:left; display:inline; margin-right:19px;overflow:hidden;}
.aptSlide .bd dd .pic{ width:285px; height:254px; overflow:hidden; display:block;}
.aptSlide .bd dd .pic img{width:285px; height:254px;}

.aptSlide .bd dl dd { width:285px; height:230px; overflow:hidden; display:block;}
.aptSlide .bd dl dd p{ display:block; text-align:center; color:#2767C5; line-height:30px; font-size:14px; background:#fff}
.aptSlide .bd dl dd img{width:285px; height:200px;}


.aptSlide .bd dd .a1{ height:55px; line-height:55px; font-size:16px; color:#333; display:block; overflow:hidden; text-align:center;}
.aptSlide .bd dd .a1:hover{ color:#fff}
.aptSlide .hd {width:100%;height:11px; margin:30px 0 10px;}
.aptSlide .hd ul {text-align: center;}
.aptSlide .hd ul li { display:inline-block;cursor: pointer;overflow: hidden;line-height:99px;margin:0 4px;height:10px;width:10px;border-radius:100%; background:#fff}
.aptSlide .hd ul li.on {background:#d2782a;}





.aptitude1{ padding:40px 0 10px 0; width:100%; background: #BC0202; }
.aptSlide1{ overflow:hidden;}
.aptSlide1 .bd dd{ width:285px;float:left; display:inline; margin-right:19px;overflow:hidden;}
.aptSlide1 .bd dd .pic{ width:285px; height:254px; overflow:hidden; display:block;}
.aptSlide1 .bd dd .pic img{width:285px; height:254px;}

.aptSlide1 .bd dl dd { width:285px; height:230px; overflow:hidden; display:block;}
.aptSlide1 .bd dl dd p{ display:block; text-align:center; color:#2767C5; line-height:30px; font-size:14px; background:#fff}
.aptSlide1 .bd dl dd img{width:285px; height:200px;}


.aptSlide1 .bd dd .a1{ height:55px; line-height:55px; font-size:16px; color:#333; display:block; overflow:hidden; text-align:center;}
.aptSlide1 .bd dd .a1:hover{ color:#fff}
.aptSlide1 .hd {width:100%;height:11px; margin:30px 0 10px;}
.aptSlide1 .hd ul {text-align: center;}
.aptSlide1 .hd ul li { display:inline-block;cursor: pointer;overflow: hidden;line-height:99px;margin:0 4px;height:10px;width:10px;border-radius:100%; background:#3875C6}
.aptSlide1 .hd ul li.on {background:#f00;}





.framework{ overflow:hidden;}
.framework img{ max-width:100%;}

/*单篇详情*/
.articleBox{ line-height:36px; font-size:16px; color:#555; clear:both; overflow:hidden; padding:20px 0;}
.articleBox img{ max-width:100%;}
.articleBox2{ line-height:36px; font-size:16px; color:#555; clear:both; overflow:hidden; padding:20px; }
.articleBox2 img{ max-width:100%;}
.articleBox2 p{ line-height:36px; font-size:16px; color:#555; clear:both; overflow:hidden;}

.articleTitle { overflow:hidden;text-align: center;padding:20px 10px 20px 10px;line-height:50px;font-size:24px;color:#333;border-bottom:1px solid #e6e6e6;}
.articleTime {display: block;clear: both;text-align: center;color: #7f7f7f;line-height:30px;padding:10px 0 5px 0; }
.articleTime span{cursor: pointer;}
.articleTime span.hover{color: #ff0303}
.articleTime span:hover{color: #ff0303}
.pageUp{height:40px;display:block;padding:20px 30px 0 0;border-top:1px solid #ddd}
.pageUp_left{float:left;display:inline;line-height:30px;}
.pageUp_left span{display:block;clear:both;height:30px;font-size:14px;color:#555;line-height:30px;font-size:14px; margin-bottom:10px;}
.pageUp_left span em{text-align:center; height:30px; color:#333}
.pageUp_left span a{height:30px;overflow:hidden;color:#d2782a; padding-left:10px;}
.pageUp_left span a:hover{color:#d2782a; text-decoration:underline}
.articlePage{clear:both;height:30px;text-align:center;font-family:Arial;}
.articlePage a{margin:0 1px;background:#ccc;padding:5px 10px;}
.articlePage a:hover{color:#fff;background:#d2782a;}
.articlePage a.hover{color:#fff;background:#d2782a;}
.articleMov{width:890px;height:340px;overflow:hidden;margin:0 auto;}	
/**
 * 文章阅读页-内容上部大图
 */
#play{width:700px;height:450px;position:relative;overflow: hidden;background:#fff;border:1px solid #e9e9e9;padding:5px;margin:20px auto 0 auto;0.}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:700px;
	height:415px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:700px;
	height:450px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:740px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:75px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:70px;
	width:100px;
	padding:1px;
	margin:0 7px;
	cursor: pointer;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:70px;
	width:100px;
	display:block;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;height:70px;width:100px;}
.img_hd ul li.on {border:1px solid #1d306a;background:#1d306a;}
.imgMove .bottom_a {
	width:25px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:23px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
.artVideo{ width:900px; height:430px; display:block; margin:0 auto;}


DIV.black {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;PADDING-BOTTOM: 50px; MARGIN: 0px auto 5px auto; COLOR: #a0a0a0; PADDING-TOP: 10px;  TEXT-ALIGN: center
}
DIV.black A {
	BORDER: #C80F0C 1px solid;   COLOR: #000; MARGIN-RIGHT: 3px; font-size:14px; font-family: "宋体";  TEXT-DECORATION: none; border-radius:50px; padding:6px 10px;}
DIV.black A:hover {
	BORDER: #f0f0f0 1px solid; background:#C80F0C;  COLOR: #ffffff;  font-size:14px; font-family: "宋体"; BACKGROUND-COLOR: #C80F0C; border-radius:50px;padding:6px 10px;}
DIV.black A:active {
	BORDER: #f0f0f0 1px solid; font-size:14px; font-family: "宋体";COLOR: #ffffff; BACKGROUND-COLOR: #C80F0C; border-radius:50px; padding:6px 10px;}

DIV.black SPAN.current {
	BORDER: #C80F0C 1px solid; font-size:14px; font-family: "宋体";PADDING: 5px; FONT-WEIGHT: bold;  COLOR: #ffffff; MARGIN-RIGHT: 3px;  BACKGROUND-COLOR: #C80F0C; border-radius:50px; padding:6px 10px;}

DIV.black SPAN.disabled {
	BORDER: #C80F0C 1px solid; PADDING-RIGHT: 5px; font-size:14px; font-family: "宋体";PADDING-LEFT: 5px; PADDING-BOTTOM: 2px;  COLOR: #000; MARGIN-RIGHT: 3px; PADDING-TOP: 2px;  border-radius:50px; border-radius:50px; padding:6px 10px;
}
.f16xx{ font-size:16px; font-family:"微软雅黑"; line-height:35px;}
.inline-nav{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	height: 79px;
	background: #fff;
	z-index: 10;
	position: relative;
}
.inline-nav.pof{
	position: fixed;
	top:0;
	left: 0;
}
.inline-nav .now{
	padding-left: 24px;
	background: url(../images/now01.png) no-repeat left center;
	height: 79px;
	line-height: 79px;
	font-size: 13px;
	color: #666;
}
.inline-nav .w1200{
	z-index: 5;
}
.inline-nav li{
	float: left;
	padding: 0 15px;
	/*margin:0 18px;*/
	min-width: 60px;
	position: relative;
	text-align: center;
	line-height: 79px;
}
.inline-nav li a{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #666666;
	transition:color 0.3s;
}
/*.inline-nav li .line{
	height: 2px;
	background: #C6000D;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition:all 0.3s;
}*/
.inline-nav li:hover a,.inline-nav li.cur a{
	color: #fff;
}
/*.inline-nav li:hover .line,.inline-nav li.cur .line{
	width: 100%;
	left: 0;
}*/
.inline-nav li:hover,.inline-nav li.cur{
	background: #C6000D;
}
.inline-nav .inline-bg{
	position: absolute;
	top:80px;
	left: 0;
	background: #fff;
	height: 50px;
	width: 100%;
	z-index: 2;
	display:none;
}
.inline-nav li .con{
	position: absolute;
	top:80px;
	left: -333px;
	height: 50px;
	width:505px;
	display:none;
	line-height: 50px;
}
.inline-nav li .con.cons{
	left:-125px;
}
.inline-nav li .con.n{
	left: -212px;
}
.inline-nav li .con a{
	display: block;
	float: left;
	width: 100px;
	font-size: 14px;
	color: #666666;
	transition:color 0.3s;
}
.inline-nav li .con a:hover, .inline-nav li .con a.on{
	color: #C6000D;
}

.newsContent .newsContentFooter{margin-top:70px;border-top:1px dashed #dbd4cd;border-bottom:1px dashed #dbd4cd;padding-top:10px; margin-bottom:40px;}

.print a{ height:23px;width:68px;float:left; display:block; text-align:center;padding-top:5px; overflow:hidden;margin-right:8px; }


.readed a{ height:25px;float:left; display:block; padding:0 8px 0 30px; line-height:25px; cursor:default;margin-right:8px;}
.readed a:hover{color:#fff; }

.like a{ background:url(../images/2013_newsContent_20.gif) no-repeat 10px center #e5e0db;height:25px;float:left; display:block; padding:0 8px 0 30px; line-height:25px; cursor:default;margin-right:8px;}
.like a:hover{ background:url(../images/2013_newsContent_27.gif) no-repeat 10px center #f99d32;color:#fff; }
.share{float:right;padding-top:5px;}

.sorttitle{ width:1033px; float:left; height:35px; line-height:35px; padding-left:15px; font-size:14px; color:#FFFFFF; background-color:#298BD9; font-weight:bold;}
.tags_list dd{padding:4px 12px;line-height:220%;}
.tags_list dd a{margin-right:10px;white-space:nowrap;}
.tags_list dt{
	font-size:14px;
	line-height:35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #298BD9;
}
.sort{width:1048px;float:left;text-align:left;padding:10px 0 5px 0;overflow:hidden;border-bottom-width: 1px;border-bottom-style: dotted;border-bottom-color: #ccc; margin:0 auto}
.sortleft{ width:100px; height:30px; line-height:30px; font-weight:bold;float:left; background-color:#298BD9; text-align:center}
.sortleft a{ font-size:14px; color:#FFFFFF}
.sortright{ width:946px; float:right;}
.sortright li{ width:87px; float:left; height:30px; line-height:30px; text-align:center; margin:0px 3px 6px 3px;overflow:hidden; display:block}
.sortright li a{ width:87px; height:30px;float:left; color:#333; text-decoration:none; background-color:#f0f0f0;}
.sortright li a:hover{ width:87px; height:30px;float:left;text-decoration:none; color:#fff; background-color:#298BD9;}
.manbg{ background:url(../images/about01_03.jpg) center bottom no-repeat;background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;}
.manbg1{ background:url(../images/about01_03.jpg) center bottom no-repeat;}
.manbg2{ background:url(../images/bg.jpg);}