@charset "utf-8";

html,body{height:100%;}

body{padding:0; margin:0px auto; font-size:14px; line-height:24px; color:#666666; width:100%; min-width:1200px; zoom:1;font-family: Microsoft YaHei,arial, sans-serif; background:#fff;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: 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:top;}
a{ color:#4c4c4c; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#0f54b3;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(/lib/res/images/ico/selectarr.png) no-repeat scroll 92% 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: #333;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #e6e6e6;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.Contain{ position:relative; clear:both; width:1200px; margin:0px auto;}

/*font*/
.f_gray{ color:#333;}
.iconfont{ font-size:24px; vertical-align:middle;}
.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.p{overflow: hidden;word-break:normal;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;}

@media ( max-width:1024px){
body{font-size:14px; line-height:24px;min-width:300px;}	
.Contain{width:auto; margin:0 15px;}
.iconfont{ font-size:18px;}
select,input,textarea,button{ font-size:14px;}
}
/*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.1,1.1,1);transform: scale3d(1.1,1.1,1); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;}


/*pages*/
.Pages{ zoom:1; overflow:hidden;text-align:center; color:#000000; clear:both; line-height:34px; font-size:14px;}
.Pages span{ padding:0px 0px; display:inline-block; vertical-align:middle;}
.Pages a{ display:inline-block; margin:0px 4px;text-align:center;color:#000000;border:1px solid #e6e6e6; width:34px;}
.Pages .p_page a{ display:inline-block; vertical-align:middle;}
.Pages .p_page .a_prev,.Pages .p_page .a_next,.Pages .p_page .a_first,.Pages .p_page .a_end{ display:inline-block; vertical-align:middle; width:auto; padding:0 15px;}
.Pages .p_page .a_prev:hover,.Pages .p_page .a_next:hover,.Pages .p_page .a_first:hover,.Pages .p_page .a_end:hover{ color:#fff; background:#0f54b3; border:1px solid #0f54b3;}
.Pages .p_page .num { padding:0 12px;}
.Pages .p_page .num a:hover,.Pages .p_page .num a.a_cur{background:#0f54b3; border:1px solid #0f54b3; color:#fff;}
.Pages.p2{ text-align:right; padding-top:18px; line-height:30px;}
.Pages.p2 .total span{ color:#0f54b3; margin:0 5px;}
.Pages.p2 a{ border:1px solid #e6e6e6; width:30px; color:#333333;}
.Pages.p2 .p_page .a_prev,.Pages.p2 .p_page .a_next,.Pages.p2 .p_page .a_first,.Pages.p2 .p_page .a_end{ padding:0; width:30px; font-family:"宋体";}

@media ( max-width:1024px){
.Pages{line-height:24px; font-size:14px;}
.Pages a{ margin:0px 1px; width:24px;}
.Pages .p_page .a_prev,.Pages .p_page .a_next,.Pages .p_page .a_first,.Pages .p_page .a_end{ padding:0 5px;}
.Pages .p_page .num { padding:0 5px;}
}
/*pages end*/


/*Top*/
.Header{ background:url(/lib/res/images/tpbg.jpg) center top no-repeat; background-size:cover;}
.Header .Toper{ height:120px;}
.Header .Logo{ float:left; width:800px; padding-top:36px; position:relative;}
.Header .Logo span{ position:absolute; right:0; top:38px; border-left:1px solid rgba(255,255,255,0.2); padding-left:22px; line-height:50px; font-size:30px; font-family:"宋体"; font-weight:bold; color:#fff;}

.Search{ float:right; padding-top:41px;}
.Search .Searchico{ display:none; width:35px; height:35px; line-height:35px; text-align:center; border-radius:50%; background:#0f54b3; cursor:pointer; color:#fff;}
.Search .Searchico .icongb{ display:none;}
.Search .Searchico.on .icongb{ display:block;}
.Search .Searchico.on .iconso{ display:none;}
.Search .searchbox{width:220px; position:relative; background:#fff;}
.Search .searchbox .input{width:100%; height:36px; line-height:36px; text-indent:1em;}
.Search .searchbox .input::-webkit-input-placeholder {color: #959595;}
.Search .searchbox .btn { position:absolute; right:0px; top:0px; width:36px; height:36px; background:#0f54b3; color:#fff; font-size:14px;}
.Search .searchbox .btn:hover { background:#1b6fe2;}

.MainNav{ margin:0; line-height:50px; height:50px; background:#0f54b3;}
.MainNav li{ float:left; position:relative; width:16.6666%; background:url(/lib/res/images/navline.gif) right center no-repeat;}
.MainNav span a{ position:relative; z-index:1;display:block; font-size:16px; font-weight:bold; text-align:center; color:#fff; transition: all ease 0.3s;}
.MainNav .bg{ position:absolute; left:50%; width:0; bottom:0; height:100%; background:#fff;transition: all ease 0.3s;}
.MainNav .arr{ display:none;}
.MainNav li:hover span a,.MainNav li.onnav span a,.MainNav li span a.sele{ color:#0f54b3;}
.MainNav li:hover .bg,.MainNav li.onnav .bg,.MainNav li span a.bg{ width:100%; left:0;}
.MainNav li:last-child{ background:none;}

.NavPull{ z-index:99;display:none; position:absolute; text-align:center; top:50px; left:0;width:100%; padding:10px 0; line-height:33px; background:rgba(255,255,255,0.9); box-shadow:0 5px 15px rgba(0,0,0,0.2);}
.NavPull.null{background:none; padding:0;}
.NavPull a{ color:#333; display:block; padding:0 10px; font-size:14px; margin:0 5px;}
.NavPull a:hover{ background:#0e53b3; color:#fff;}

.openbtn{ cursor:pointer; display:none;width:32px; height:25px; padding-top:1px; background:#fff; position:absolute; right:12px; top:9px; z-index:999;}
.closebtn{ position:fixed; left:0px; top:45px; width:100%; height:100%; z-index:100; display:none;background: rgba(0,0,0,0.5);}
.openbtn span{ display:block; height:3px; background:#0e53b3; border-radius:4px; margin:4px;transition: all ease 0.3s;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) rotate(45deg) !important;}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}	
.openbtn.on .sp3 { display:none;}

@media ( max-width:1024px){
.Header{height:45px;}
.Header .Logo{ width:auto; padding-top:13px;}
.Header .Logo img{ height:22px;}
.Header .Logo span{ right:-100px; font-size:14px; line-height:25px; top:11px; width:80px; padding-left:10px;}
.Header .top{ right:80px; top:5px;}
.Header .openbtn{ display:block;}
.Search{ padding:10px 38px 0 0 !important; background:none; position:static; float:right;}
.Search .Searchico{ display:block; width:26px; height:26px; line-height:26px;}
.Search .searchbox{ position:absolute; z-index:100; display:none; width:98%; left:1%; top:47px !important;background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.2);}

.Search .select{ line-height:28px;}
.MainNav{ position:fixed; height:100%; overflow-y:auto; z-index:999; width:200px; padding:0; right:-200px;background: #fff;top:45px;visibility: hidden;opacity: 0;filter: alpha(opacity=0);transition: all ease 0.3s; box-shadow:0 0 10px rgba(0,0,0,0.2);}
.MainNav ul{ margin-top:0px;}
.MainNav li{ display:block; position:relative; cursor:pointer; float:none; border-bottom:1px solid #e9e9e9;border-top:1px solid #f9f8f6; width:auto !important; margin:0 10px; background:none;}
.MainNav li span a{ font-size:16px; text-align:left; height:auto; display:block; line-height:28px !important; height:auto !important; height:auto; padding:5px 0 5px 5px;  border:0; color:#1a1a1a;}
.MainNav .bg{ display:none}
.MainNav .en{ position:static; opacity:1; display:block; color:#999;}
.MainNav .arr{ display:inline-block; position:absolute; z-index:2; width:100px; height:30px; line-height:30px; right:0px; top:0px;}
.MainNav .arr i{ position:absolute; height:auto; background:none; right:0px; top:5px;transition: all ease 0.3s;}
.MainNav li.onnav .arr i{dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
	-ms-transform: translate(0, -3px) rotate(-180deg) !important;
	-o-transform: translate(0, -3px) rotate(-180deg) !important;
	transform: translate(0, -3px) rotate(-180deg) !important;}
.MainNav.on{visibility: visible;opacity: 1;filter: alpha(opacity=100); right:0;}

.NavPull{ position:static; width:auto; line-height:30px; padding:8px; text-align:left;}
.NavPull dd{ position:relative; text-align:left;}
.NavPull dd a{ padding:0;}
.NavPull.pronav dl { display:block; background:none; margin:0; padding:0; height:auto; width:45%; display:inline-block; min-height:10px;}
.NavPull.pronav dl dt{ border-bottom:0; font-weight:normal; margin:0;}
.NavPull.pronav dl dd{ display:none;}
.NavPull.pronav .Contain{ margin:0;}
}

@media ( max-width:480px){
	.Header .Logo img{height: 15px;}
}
/*Top*/


/*Bottom*/
.Footer{ border-top:1px solid #e6e6e6; padding:34px 0; text-align:center; color:#808080; line-height:28px; font-size:14px;}
.Footer .contact p span{ display:inline-block; margin:0 18px;}
.Footer a{ color:#808080;}.Footer a:hover{ color:#0f54b3;}

.totop{text-align: center; cursor: pointer; position:fixed; right:5px; bottom:20px; background:#0e53b3; width:44px; height:44px; line-height:44px; z-index:100; color:#fff;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;}
.totop .iconfont{ font-size:28px;}

@media ( max-width:1024px){
.Footer{ padding:10px 0; font-size:12px; line-height:22px;}

.totop{width:40px; height:40px; line-height:40px; bottom:10px;}
.totop .iconfont{ font-size:25px;}
}
@media ( max-width:768px){
.Footer .item{ width:auto !important; float:none !important;}
}
/*Bottom*/


/*首页 s*/
.activehover{-webkit-box-shadow: 0 23px 38px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);}


/*第一屏 s*/
.HomeBan{margin-top: 40px;}
.HomeSearch{ margin:40px 0 50px; padding:0 15px; color:#fff; text-align:center; background:url(/lib/res/images/searchbg.jpg) center top no-repeat; background-size:cover;}
.HomeSearch .sm{ line-height:51px; padding-top:3px; opacity:0.5;}
.HomeSearch .form{ max-width:600px; margin:0px auto; padding:0 120px 0 160px; position:relative;}
.HomeSearch .form .select{ position:absolute; left:0; top:0; width:150px; height:54px; background-color:#fff; color:#999999;}
.HomeSearch .form .btn{ position:absolute; right:0; bottom:0; width:120px; height:54px; color:#fff; background:#0f54b3; font-weight:bold; font-size:18px; cursor:pointer;}
.HomeSearch .form .btn:hover{ background:#2183f2;}
.HomeSearch .input{ width:100%; background:#fff; text-indent:1em; height:54px;}
.HomeSearch .nav{ line-height:53px;}
.HomeSearch .nav a{ display:inline-block; background:url(/lib/res/images/dot.png) 0px center no-repeat; padding-left:14px; margin-right:40px; font-size:15px; color:#fff;}
.HomeSearch .nav a i{ display:inline-block; width:16px; height:10px; vertical-align:middle; background:url(/lib/res/images/arr2.png) right center no-repeat;}
.HomeSearch .nav a:hover{ color:#ffcc00;}
.HomeSearch .radiobox{line-height: 30px; margin-top: 10px;}
.HomeSearch .radiobox input{display: inline-block; vertical-align: middle; margin-right: 5px;}
.HomeSearch .radiobox i{padding: 0 5px;}

.HomeNews{ margin-bottom:60px; position:relative; width:75%; float:left; padding-bottom:6px;}
.HomeNews .Col{ position:relative; z-index:4; width:50%; float:left;}
.HomeNews .Col .box{ padding:0 15px; position:relative; z-index:2; height:262px;}
.HomeNews .Col.news{ background: #fff url(../images/newsbg.gif) right top repeat-y;}
.HomeNews .shadow{ z-index:3; position:absolute; right:0; bottom:6px; width:42px; background:url(/lib/res/images/shadow.png); height:34px;}
.HomeNews .bg2{ position:absolute; right:0; bottom:6px; z-index:2; width:100%; height:98%; background:#fff; box-shadow:0 2px 20px rgba(0,79,153,0.15);}
.HomeNews .bg{ position:absolute; right:1%; bottom:0; z-index:1; width:98%; height:100%; box-shadow:0 3px 5px rgba(0,79,153,0.08);}

.HomeNews .FocusBox{width: 47%; float: left; margin-right: 3%;}
.FocusBox li .imgbox{height: 300px;}

.HomeFast{ width:24%; float:right; text-align:center; padding-top:19px;}
.HomeFast li{ position:relative; width:50%; float:left; margin-top:21px;}
.HomeFast li a{ display:block; padding:19px 0 6px 0; border-right:1px solid #e6e6e6; line-height:40px; color:#666666; font-weight:bold;height:102px;}
.HomeFast li a img{ display:block; margin:0px auto;}
.HomeFast li:nth-child(2) a,.HomeFast li:last-child a{ border-right:0;}
.HomeFast li a:hover{ color:#0f54b3;}
.HomeFast .info{ position:absolute; top:80px; right:-70px;padding:10px; text-align:center; background:#fff; box-shadow:0 5px 10px rgba(0,79,153,0.2);
visibility: hidden;opacity: 0;filter: alpha(opacity=0);transition: all ease 0.3s;}
.HomeFast .info i{ position:absolute; background:url(/lib/res/images/arr3.png); width:7px; height:12px; left:-7px; top:50%; margin-top:-6px;}
.HomeFast .info img{max-width:none; display:block; width:70px; height:70px;}
.HomeFast li.on { z-index:2;}
.HomeFast li.on .info{ top:0;visibility: visible;opacity: 1;filter: alpha(opacity=100);}

.HomeTit{line-height:38px; height:38px; margin-right:27px; background:url(/lib/res/images/titbg.gif) no-repeat; position:relative;}
.HomeTit li.on{ width:100px; padding-right:3px; text-align:center; color:#fff; font-size:15px; font-weight:bold;}
.HomeTit a.more{ font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:14px; position:absolute;right:0; top:0; color:#0f54b3;padding-right:15px; background:url(/lib/res/images/arr2.gif) right center no-repeat;}
.HomeTit a.more:hover{ color:#cc0000;}

.ListWz{ padding:10px 0 0 0;}
.ListWz .li{ position:relative; height:33px; line-height:33px; padding:0 84px 0 30px; background:url(/lib/res/images/arr4.gif) 0 center no-repeat;}
.ListWz .li .date{ font-family:Arial, Helvetica, sans-serif; position:absolute; right:5px; color:#bfbfbf; right:0; top:0;}
.ListWz .li .down{ width:80px; border-radius:16px; font-size:14px; position:absolute; color:#fff; background:#bfbfbf; line-height:29px; right:0; top:4px; text-align:center;}
.ListWz .li .down .iconfont{ font-size:18px;}
.ListWz .li .down:hover{ background:#0f54b3;}
.ListWz.sub{ margin-bottom:3%; padding-bottom:8px;}
.ListWz.sub li{ border-bottom:1px dotted #d9d9d9; height:53px; line-height:53px;}

.HomeBtn{ margin:33px 0 0 0;}
.HomeBtn li{ width:46%;}
.HomeBtn li img{transition: all ease 0.3s;}

.Graybg{ background:#f8f8f8;}
.HomeCol{ width:48.5%;}

@media ( max-width:1024px){
.HomeNews{ width:auto; float:none; margin-bottom:0;}
.HomeFast{ width:auto; float:none; padding-bottom:20px;}
.HomeFast .info{ right:0;}
}

@media ( max-width:768px){
.HomeBan{margin-top: 20px;}
.HomeSearch{ margin:20px 0;}
.HomeSearch .sm{ line-height:40px;}
.HomeSearch .form{padding:0 80px 0 0; height:auto;}
.HomeSearch .form .select{ position:static; width:100%; height:35px; margin-bottom:12px;}
.HomeSearch .form .btn{ width:80px; height:35px; font-size:14px;}
.HomeSearch .input{height:35px;}
.HomeSearch .nav{ line-height:40px;}
.HomeSearch .nav a{padding-left:8px; margin-right:10px; font-size:14px;}
.HomeFast li a{ line-height:30px; padding:0;}

.HomeNews{padding-bottom: 25px;}
.HomeNews .Col{width:auto; float:none;}
.HomeNews .FocusBox{margin-right: 0; width: auto;}
.HomeNews .Col .box{ padding:0 15px; position:relative; z-index:2; height:auto;}
.ListWz .li{ height:30px; line-height:30px;}
.ListWz .li .date{ font-size:12px;}
.ListWz .li .down{ width:30px;line-height:22px;}
.ListWz .li .down em{ display:none;}
.ListWz .li .down .iconfont{ font-size:16px;}
}
@media ( max-width:480px){
.HomeSearch .nav a{ min-width:30%;}
}
/*首页 end*/


/*栏目页公用样式 s*/
.SubPage{ height:auto !important; height:300px; min-height:300px; padding-top:40px; padding-bottom:40px;}
.SubBan img{ display:block; width:100%;}
.LeftBar{ width:20%; float:left; background:#f5f1e6;}
.RightCon{ width:77%; float:right;}
.ColumnName{ height:70px; font-size:28px; color:#fff; background:url(/lib/res/images/subnavbg.jpg) 0px center no-repeat; position:relative; padding-left:52px;}
.ColumnName .arr{ display:none; position:absolute; width:98%; right:10px; bottom:0; text-align:right; color:#fff !important; line-height:47px;transition: all ease 0.3s;}
.ColumnName .iconfont{ font-size:20px;}
.ColumnName .cn{ display:block; padding-top:9px; line-height:33px; font-size:24px;}
.ColumnName .en{ display:block; text-transform:uppercase; line-height:19px; font-size:12px; opacity:0.3; font-family:Arial, Helvetica, sans-serif;}
.ColumnName.on .arr{dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
	-ms-transform: translate(0, -3px) rotate(-180deg) !important;
	-o-transform: translate(0, -3px) rotate(-180deg) !important;
	transform: translate(0, -3px) rotate(-180deg) !important;}

.SubMenu{position:relative; z-index:1;border-left:1px solid #0f54b3; padding-top:30px;}
.SubMenu li span{ display:block; position:relative;}
.SubMenu li span a{ display:block;position:relative; z-index:1; line-height:50px; padding-left:40px; font-size:15px; }
.SubMenu li .bg{ position:absolute; z-index:0; width:0; bottom:0px; height:100%; left:50%; background:#0f54b3 url(../images/arr.png) right 10px center no-repeat;transition: all ease 0.3s; font-size:0;}
.SubMenu li:hover .bg,.SubMenu li.onli .bg{ width:100%; left:0;}
.SubMenu li span a:hover,.SubMenu li.onli span  a{ color:#fff;}
.SubMenu .sub{ display:none; border-left:1px solid #0f54b3; padding-left:50px; line-height:40px; font-size:14px;}
.SubMenu .sub dd a{ display:block; background:url(/lib/res/images/arr5.gif) 0px 17px no-repeat; color:#0f54b3; padding-left:20px;}
.SubMenu .sub dd a.on{color:#cc0000;}
.SubMenu li.onli .sub{ display:block;}

.Postion{ border-bottom:1px solid #e6e6e6; height:43px; line-height:25px; margin-bottom:28px;}
.Postion h2{ font-size:24px; float:left; font-weight:normal; color:#0f54b3;}
.Postion .place{ padding-left:23px; float:right; background:url(/lib/res/images/home.gif) 0px center no-repeat; font-size:14px; color:#999999;}
.Postion .place a{color:#999999;}.Postion .place a:hover,.Postion .place span{color:#0f54b3;}

.SinglePage{word-wrap:break-word;word-break:normal;text-align:justify; line-height:30px;}
.SinglePage video{ width:80% !important; margin:0px auto; height:auto !important;}
.videoinfo{ text-align:center; margin-bottom:10px;}

.SubTit{ text-align:center; padding-bottom:30px;}
.SubTit h2{ font-family:"宋体"; font-size:34px; line-height:44px; color:#0f54b3;}

@media ( max-width:1024px){
.SubPage{ padding-top:20px;padding-bottom:28px;}

.SinglePage{ line-height:24px;}
.SinglePage video{ width:100% !important;}

.Postion { height:30px; margin:10px 0 15px;}

.SubTit { padding-bottom:10px;}
.SubTit h2{font-size:18px; line-height:30px;}

.LeftBar{ width:auto; float:none;}
.RightCon{ width:auto; float:none;}

.ColumnName {font-size:16px; line-height:40px; background:#0f54b3; height:auto; margin-bottom:0; padding-left:20px;}
.ColumnName .arr{ display:block;}
.ColumnName .cn { padding-top:0; font-size:16px;}

.SubMenu{ border-bottom:0; padding-top:0; margin-top:0; background:none; line-height:35px; height:auto; display:block;}
.SubMenu ul{ display:none;}
.SubMenu li span a{ line-height:32px; padding-left:20px; border-bottom:1px solid #ccc; text-align:left;}
.SubMenu li .bg{ display:none;}
.SubMenu li a:hover,.SubMenu li.onli span a{ color:#cf0005;}
.SubMenu .sub{line-height:30px;}
}

/*栏目页公用样式 end*/

.PhotoNews{ margin:0 0 0 -3%;}
.PhotoNews li{ text-align:center; width:22%; float:left; margin:0 0 3% 3%;}
.PhotoNews .imgbox{ padding-top:68%; margin-bottom:5px;}
.PhotoNews .play{ position:absolute; background: rgba(0,0,0,0.2) url(../images/play.png) center center no-repeat; width:100%; height:100%; left:0; top:0; z-index:3;}
.PhotoNews li:hover .play{ background-color:rgba(0,0,0,0.2);}

.Titleinfo{ border-bottom:1px dashed #e8e8e8; text-align:center; margin-bottom:35px; padding:0 0 19px;}
.Titleinfo .tits{font-size:24px; color:#333333;}
.Titleinfo .date{padding:8px 0 0 0; font-size:14px;}
.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; color:#888888; font-size:16px;}
.PrevNextBox dl{ width:49.1%; line-height:60px; height:60px;overflow:hidden; background:#f7f7f7; position:relative;}
.PrevNextBox dl span{ padding-left:97px; position:relative; display:block;}
.PrevNextBox dl span em{ font-weight:bold; position:absolute; left:33px; top:0px; color:#000000;}
.PrevNextBox dl a{ margin:0px auto; display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:95%; color:#666666;}
.PrevNextBox dl:hover{background:#0f54b3; color:#fff;}
.PrevNextBox dl:hover a{ color:#fff;}
.PrevNextBox dl:hover span em{color:#fff;}
.PrevNextBox dl a.none{color:#999;}

@media ( max-width:900px){
.Titleinfo { line-height:20px; font-size:12px; padding-bottom:11px; margin-bottom:20px;}
.Titleinfo .tits{ font-size:18px; line-height:24px; padding:8px 0 0px;}
.Titleinfo .share{ display:none;}

.PrevNextBox {margin:30px 0 0 0; font-size:14px;}
.PrevNextBox dl{ width:auto; float:none !important; line-height:30px; height:30px; margin-bottom:8px;}
.PrevNextBox dl span{ padding-left:65px;}
.PrevNextBox dl span em{left:10px;}
}
@media ( max-width:768px){
.PhotoNews li{width:47%;}
}


/*数据库 */
.Database {display: table;width: 100%;border-collapse: collapse; text-align:center; margin-bottom:40px;}
.Database .table-head {display: table-row;height: 30px;}
.Database .table-tr {display: table-row;height: 30px; border-bottom:1px dotted #d9d9d9; color:#595959;}
.Database .table-th {display: table-cell;font-weight: bold;height: 100%;text-align: center;vertical-align: middle; line-height:45px; padding-top:4px; background: #e1e9f5 url(../images/trbg.gif) 0px top repeat-x; color:#4c4c4c;}
.Database .table-td {display: table-cell;height: 56px;text-align: center;vertical-align: middle;}
.Database .td1 { padding-left:4%; width:53%; text-align:left;}
.Database .td1 a{ display:inline-block; background:url(/lib/res/images/dq.png) right 3px no-repeat; padding-right:28px;}
.Database .td2 { width:14%;}
.Database .td2 a{ color:#0f54b3;}.Database .td2 a:hover{ text-decoration:underline;}
.Database .td3 { width:14%; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.Database .td4 { width:14%;}

.DataTit{ font-weight:bold; font-size:18px; padding:11px 38px; line-height:28px; color:#fff; background:#0f54b3;}
.DataTit a.link{ line-height:28px; color:#fff; padding:0 15px; float:right; font-weight:normal; background:#ff9000; border-radius:14px; font-size:14px; border-radius:14px;}
.DataTit a:hover.link{ background:#ff6c00;}
.Datainfo{}
.Datainfo .list{ background:url(/lib/res/images/linebg.gif); line-height:54px; margin-bottom:10px;}
.Datainfo .item{ padding-left:4%; width:46%; float:left;}
.Datainfo .item:nth-child(2n+1){ clear:both;}
.Datainfo .info{ padding:0 4%; line-height:33px; color:#808080;}
.Datainfo .info .tits{ text-align:center; font-size:18px; color:#1a1a1a; margin-bottom:15px;}

@media ( max-width:768px){
.Datainfo .item{ width:auto; float:none;}
}

@media ( max-width:640px){
.Database { font-size:12px; margin-bottom:20px;}
.Database .td1 { width:37%;}
.Database .td2{ width:18%;}
.Database .td3 { width:22%;}
.Database .td4 { width:18%;}
.Database .td1 a{padding-right:21px;}
}

/*咨询中心 */
.FaqSearch{ text-align:center; height:50px; padding-right:150px; position:relative;}
.FaqSearch .newsbtn{ position:absolute; right:0; top:0; width:140px; color:#fff; line-height:50px; color:#fff; background:#ff9000; font-size:16px; font-weight:bold;}
.FaqSearch .newsbtn:hover{background:#ff6c00;}
.FaqSearch .search{ background:#e1e9f5; position:relative; height:50px; padding-right:80px;}
.FaqSearch .search .input{ text-indent:1em; width:100%; height:50px; line-height:50px;}
.FaqSearch .search .btn{ position:absolute; right:0; top:0; width:80px; height:50px; background:#0f54b3; color:#fff; font-size:16px; font-weight:bold;}
.FaqSearch .search .btn:hover{ background:#006bff;}
.FaqLeft{ width:70%; float:left; padding-top:30px;}
.FaqLeft ul{ margin-bottom:35px;}
.FaqLeft li{ line-height:23px; padding:12px 0; border-bottom:1px dotted #d9d9d9;}

.FaqRight{ width:25%; float:right; padding-top:50px;}
.FaqRight .col{ margin-bottom:20px; background:#ebf3ff;}
.FaqRight .tithead{ text-align:center; color:#fff; line-height:40px; background:#0f54b3; font-weight:bold;}
.FaqRight .list1{ padding:10px 10px 10px 20px; font-size:12px;}
.FaqRight .list1 li{ line-height:30px;}
.FaqRight .list2{ padding:10px 10px 10px 20px; font-size:12px;}
.FaqRight .list2 li{ line-height:30px;}
.FaqRight .list2 li span{ display:inline-block; width:138px;}

.Formmsg {display: table;width: 100%;border-collapse: collapse; border:1px solid #e1e9f5;}
.Formmsg .table-tr {display: table-row;height: 30px;}
.Formmsg .table-th {
	display: table-cell;
	font-weight: bold;
	height: 100%; height:50px;
	border: 1px solid #fff; font-weight:bold;
	text-align: center;
	vertical-align: middle;
	background-color: #e1e9f5;}
.Formmsg .table-td { font-size:12px; padding:10px 0;
	display: table-cell;
	height: 100%;
	border-bottom: 1px solid #e1e9f5;
	text-align: center;
	vertical-align: middle;}

.Msgtit{ font-weight:bold; text-align:center; color:#0f54b3; font-size:20px; padding:23px 0;}
.Msgtit i{ width:30px; height:1px; display:inline-block; font-size:0; background:#cccccc; vertical-align:middle; margin:0 20px;}
.MsgForm{ background:#f5f5f5; padding:5%;}
.MsgForm li{ padding-bottom:15px; line-height:45px;}
.MsgForm li.fl{ float:left; padding-right:9px;}
.MsgForm dl{ padding-left:63px; position:relative;}
.MsgForm dl dt{ position:absolute; width:63px; left:0; text-align:center; color:#333333;}
.MsgForm .input{ vertical-align:middle; background:#fff; text-indent:1em; width:217px; border:1px solid #e6e6e6; height:43px; line-height:43px;}
.MsgForm .input2{ vertical-align:middle; background:#fff; text-indent:1em; width:508px; border:1px solid #e6e6e6; height:43px; line-height:43px;}
.MsgForm .yzinput{ vertical-align:middle; background:#fff; text-indent:1em; width:218px; border:1px solid #e6e6e6; height:43px; line-height:43px;}
.MsgForm .textarea{ background:#fff; border:1px solid #e6e6e6; padding:10px;}
.MsgForm .textarea textarea{ width:100%; height:140px;}
.MsgForm .sendbtn{ color:#fff; width:110px; font-weight:bold; margin-top:10px; height:45px; background:#0f54b3; font-size:16px; cursor:pointer;}
.MsgForm .sendbtn:hover{ background:#006bff;}


@media ( max-width:1024px){
.FaqLeft{ width:auto; float:none; padding-top:10px;}
.FaqRight{ width:auto; float:none; padding-top:10px;}
.FaqLeft li{padding:6px 0;}
.FaqRight .col1{ display:none;}
.FaqSearch{ height:35px; padding-right:85px;}
.FaqSearch .search{ height:35px; padding-right:46px;}
.FaqSearch .search .input{ height:35px; line-height:35px;}
.FaqSearch .newsbtn{ line-height:35px; font-size:14px; width:80px;}
.FaqSearch .search .btn{ height:35px; font-size:14px; width:40px;}
}
@media ( max-width:768px){
.Formmsg .table-th{ font-size:12px;}
.Msgtit{ font-size:16px;}
.MsgForm li{ padding-bottom:10px;}
.MsgForm li.fl{ float:none;}
.MsgForm .input2{ width:218px;}
.MsgForm .textarea textarea{ height:100px;}
}

.undis{display:hidden;}

 .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
    }

    .pagination > li {
        display: inline;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        margin: 0 5px;
    }

    .new_page{
        width: 100%;
        text-align: center;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

