﻿@charset "utf-8";
html,body{height:100%;}

body{padding:0; margin:0px auto; font-size:16px; line-height:30px; color:#595757; width:100%; min-width:1280px; zoom:1;font-family:  Microsoft YaHei,arial,sans-serif;}
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:16px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: arial, Microsoft YaHei, 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:#595757; 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:#3b6fb5;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	/*background: url(../images/ico/selectarr.png) no-repeat scroll 95% center transparent;*/
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 5px; height:5px;-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; max-width:1400px; 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:1440px){
.Contain{max-width:90%;}
}
@media ( max-width:1024px){
body{ padding-top:45px; font-size:14px; line-height:24px;min-width:300px;}	
.Contain{max-width:none; margin:0 15px;}
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:#666666; clear:both; font-size:18px; line-height:44px;}
.Pages span{ padding:0px 0px; display:inline-block; vertical-align:middle;}
.Pages a{ display:inline-block; margin:0px 3px;text-align:center; width:48px; color:#666666; background:#fff; border:1px solid #e6e6e6;}
.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; color:#000000; vertical-align:middle; width:88px; font-family:"宋体";}
.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:#0d6fb8; border:1px solid #0d6fb8;;}
.Pages .p_page .num a:hover,.Pages .p_page .num a.a_cur{background:#0d6fb8; border:1px solid #0d6fb8; color:#fff;}

.showMorehandle{ clear:both; padding-top:10px;}
.showMorehandle a{ cursor:pointer; display:block; margin:0px auto; width:270px; line-height:46px; text-align:center; background:#0d6fb8; color:#fff; border-radius:4px 4px 26px 4px;}
.showMorehandle a:hover{ background:#b50027;}

@media ( max-width:1440px){
.Pages{ font-size:16px; line-height:45px;}
.Pages a{ width:45px;}
.Pages .p_page .a_prev,.Pages .p_page .a_next,.Pages .p_page .a_first,.Pages .p_page .a_end{width:50px;}
}
@media ( max-width:1024px){
.Pages{line-height:25px !important; font-size:14px;}
.Pages .p_page .a_prev,.Pages .p_page .a_next,.Pages .p_page .a_first,.Pages .p_page .a_end{width:30px;}
.Pages .p_page .num a{ width:25px !important;}

.showMorehandle a{width:110px; line-height:35px;}
}
/*pages end*/


/*Top*/
.Header{ z-index:999; position:fixed; left:0; top:46px; width:100%;transition: all ease 0.3s;}
.Header .auto{ height:80px; max-width:1400px; margin:0px auto; transition: all ease 0.3s; position:relative;}
.Header .Logo{float:left; height:80px;display: flex; align-items: center;transition: all ease 0.3s; padding-left:20px;}
.Header .Logo img{transition: all ease 0.3s; height:60px;}

.lan{line-height: 80px;}

.Search{float:right; padding:0 0 0 9px; margin-left:30px; background:url(../images/linetop.gif) 0px center no-repeat; transition: all ease 0.3s;}
.Search .Searchico{ cursor:pointer; text-align:center; color:#595656; line-height:80px; height:80px; width:64px;}
.Search .select{ position:absolute; left:8px; top:5px; border-right:1px solid #ccc; padding-right:10px;}
.Search .select label{ display:inline-block; margin-right:5px;}
.Search .Searchico .icongb1{ display:none;}
.Search .Searchico.on .icongb1{ display:block;}
.Search .Searchico.on .iconso2{ display:none;}
.Search .searchbox{width:350px; background:#fff; right:0; box-shadow:0 0 10px #999; display:none; position:absolute; top:56px;}
.Search .searchbox .input{width:100%; height:38px; line-height:38px; text-indent:1em;}
.Search .searchbox .input::-webkit-input-placeholder {color: #959595;}
.Search .searchbox .btn { position:absolute; right:5px; top:6px; width:29px; background:none;}

.MainNav{ float:right;}
.MainNav li{ float:left; margin-left:45px; position:relative;}
.MainNav li span a{ z-index:1; position:relative;display:block; color:#595757; font-size:17px; height:80px; line-height:80px; transition: all ease 0.3s;}
.MainNav li span a em{ position:relative; z-index:1;}
.MainNav .bg{ position:absolute; left:50%; bottom:0px; height:3px; background:#0d6fb8;width:0%; z-index:-1;transition: all ease 0.3s;}
.MainNav .arr2{ display:none;}
.MainNav li:hover span a,.MainNav li.onnav span a,.MainNav li span a.sele{ color:#0d6fb8;}
.MainNav li:hover span .bg,.MainNav li.onnav span .bg,.MainNav li span a.sele .bg{ width:100%; left:0;}

.NavPull{display:none; position:absolute; text-align:center; top:80px; 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 1px; margin:0 10px;}
.NavPull a:hover{ background:#0058a3; color:#fff;}

.openbtn{ cursor:pointer; display:none;width:30px; 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:0; display:none;background: rgba(0,0,0,0.5);}
.openbtn span{ display:block; height:3px; background:#007eca; margin:4px 0;transition: all ease 0.3s;}
.openbtn span.sp2{ margin-left:4px;}
.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; margin-left:0;}	
.openbtn.on .sp3 { display:none;}

.Header.Fixedtop{ top:0; background:rgba(255,255,255,0.9); box-shadow:0 0 10px rgba(0,0,0,0.2);}

@media ( max-width:1140px){
.MainNav li{ margin-left:28px;}
}


@media ( max-width:1024px){
.Header { top:0 !important;}
.Header .auto{ height:45px !important;}
.Header .Logo{ width:auto; height:45px;}
.Header .Logo img{ height:25px;}
.Header .openbtn{ display:block;}
.lan{padding:0 48px 0 0;line-height: 45px;float:right !important;}
.Search{ background:none;}
.Search .Searchico{ height:45px; line-height:45px; width:40px;}
.Search .searchbox{width:96%; left:2%; top:47px;}
.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; float:none; border-bottom:1px solid #e9e9e9;border-top:1px solid #f9f8f6; width:auto; margin:0 10px; background:none;}
.MainNav li span a{ font-size:16px; text-align:left; height:auto; display:block; line-height:40px !important; height:40px !important; height:auto; padding-left:5px;  border:0; color:#1a1a1a;}
.MainNav .bg{ display:none}
.MainNav .arr{ display:none;}
.MainNav .arr2{ display:inline-block; position:absolute; z-index:2; width:100px; height:40px; line-height:30px; right:0px; top:0px;}
.MainNav .arr2 i{ position:absolute; height:auto; background:none; right:0px; top:5px;transition: all ease 0.3s;}
.MainNav li.onnav .arr2 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; line-height:30px; padding:8px; text-align:left;}
.NavPull dd{ position:relative; float:none; width:auto; display:block;text-align:left;}
.NavPull dd a{ padding:0;}
.NavPull dd a:hover{ background:none; color:#007eca;}
}
/*Top*/


/*Bottom*/
.Footer{ background:#c8c9ca; padding-top:2%;}
.Footer .item{line-height:30px; width:21%; float:left; padding-bottom:2%; line-height:26px;}
.Footer .item dl{ margin:0px auto; display:inline-block; *display:inline-block; zoom:1; text-align:left;}
.Footer .item dt{ text-transform:uppercase; line-height:30px; margin-bottom:13px; position:relative; font-size:18px; font-weight:bold;}
.Footer .item dt .arr{ display:none;width:100%; position:absolute; left:0; top:0; height:100%;}
.Footer .item dt .arr i{ width:20px; height:100%; right:5px;top:0; font-size:16px; position:absolute;transition: all ease 0.3s;}
.Footer .item.on .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;}
.Footer .item dl{ text-align:left;}
.Footer .item dd a{transition: all ease 0.3s; font-size:18px; font-family:Arial, Helvetica, sans-serif;}.Footer .item dd a:hover{ margin-left:5px;}
.Footer .item.focus{ text-align:right; width:16%;}
.Footer .item.focus dl{ text-align:left;}
.Footer .item.focus dl dt{ text-transform:none;}
.Footer .item.focus dl dd a{ display:inline-block; margin:0 20px 0 0 !important;}
.Footer .item.focus dl dd a:last-child(){ margin-right:0 !important;}

.Copyright{ text-align:center; color:#fff; background:#434c5c; padding:13px 0 12px; font-size:14px; clear:both;}
.Copyright a{ color:#fff;}.Copyright a:hover{ color:#ffcc00;}

.totop{text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;}

@media ( max-width:1024px){
.Footer{ padding-top:20px;}
.Footer .sitemap{ width:auto; float:none; margin-right:0;}
.Footer .item{width:auto; float:none; padding:0; border-bottom:1px solid #bbbbbc;}
.Footer .item dl{ display:block;}
.Footer .item .sub{ display:none; padding-top:8px; padding-bottom:8px;}
.Footer .item dt{line-height:35px; height:auto; margin-bottom:0; font-size:15px;}
.Footer .item dt .arr{ display:block;}
.Footer .item dd a{ font-size:15px;}
.Footer .item.focus{ width:auto; text-align:left; border-bottom:0; padding-bottom:15px;}

.Copyright{ padding:10px; line-height:20px; font-size:12px; text-align:center;}

}
/*Bottom*/


/*首页 s*/
.activehover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.5);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);}


/*第一屏 s*/
.HomeBan{position: relative; z-index: 1; overflow:hidden;}
.HomeBan .slick-slide img{}
.HomeBan .slick-slide.slick-active img{}
.HomeBan .slick-dots{position: absolute; z-index: 10; bottom: 44px; left: 0; width:100%; text-align:center;}
.HomeBan .slick-dots li{ display:inline-block; margin:0 6px 0 7px;}
.HomeBan .slick-dots li button{display: block; width: 118px; height: 5px; background:rgba(255,255,255,0.5); border: 0; cursor: pointer; padding: 0; font-size: 0;}
.HomeBan .slick-dots li.slick-active button{ background:#fff;}
.HomeBan .slick-arrow{ font-size:0; z-index:10;position: absolute; top: 50%; margin-top: -29px; background:rgba(255,255,255,0.5); width: 58px; height: 58px; border-radius:50%;cursor: pointer; padding: 0;transition: all ease 0.3s;}
.HomeBan .slick-prev:before{content: '<';}
.HomeBan .slick-next:before{content: '>';}
.HomeBan .slick-prev:before, .HomeBan .slick-next:before { font-size:30px; font-family:"宋体";}
.HomeBan .slick-prev{ left:-100px;}
.HomeBan .slick-next{ right:-100px;}
.HomeBan:hover .slick-prev { left:4%;}
.HomeBan:hover .slick-next { right:4%;}
.HomeBan .slick-arrow:hover{ background:#007eca; color:#fff;}

@media(max-width:1024px){
.HomeBan .slick-dots li{margin:0px 4px;}
.HomeBan .slick-dots li button{width: 10px;height: 10px; border-radius:50%;}
.HomeBan .slick-arrow{ width: 35px; height: 35px; margin-top: -18px;}
.HomeBan .slick-prev{ left:2%;}
.HomeBan .slick-next{ right:2%;}
.HomeBan .slick-dots{ bottom:10px;}
.HomeBan .slick-prev:before, .HomeBan .slick-next:before { font-size:20px;}
}
/*banner end*/

/*
 .Floor001114 为demo编号
 */
 .Floor001114{ background-color:#f5f6f9; padding:3% 0 5% 0;}
 .Floor001114 .title{ text-align:center; padding-bottom:3%;}
 .Floor001114 .title h1{ margin:0; padding-top:30px; font-size:39px; color:#0d6fb8; font-family:Arial, Helvetica, sans-serif;}
 /* .Floor001114 .title h1::before{ position:absolute; content:''; width:26px; height:3px; background-color:#0d6fb8; left:50%; margin-left:-13px; bottom:-10px;} */
 .Floor001114 li{ background-color:#fff; padding:8.5%; border-bottom:3px solid #b0b0b0; position:relative; text-align:center;}
 .Floor001114 li:hover{ border-bottom-color:#0d6fb8;}
 .Floor001114 li:nth-child(4n){ margin-right:0;}
 .Floor001114 li a,
 .Floor001114 li .txt{position:absolute; left:0; top:0; width:100%; height:100%;}
 .Floor001114 li .txt{color:#fff;  padding:0 10%; text-align:left;background-color:rgba(0,0,0,0.5); z-index:2; transform:scale(0); transition:all ease-in-out 0.3s;}
 .Floor001114 li a{ z-index:5;}
 .Floor001114 li .Ispic{ display:block; padding-bottom:123%;}
 .Floor001114 li h2{ font-size:16px; color:#333; margin:0; padding-top:20px;}
 .Floor001114 li p{ color:#888; font-size:12px; margin:0; padding-top:10px;}
 .Floor001114 li .txt article{ font-size:12px; line-height:24px; overflow:hidden; max-height:120px;}
 .Floor001114 li .txt h3{ margin:0; font-size:18px;    text-align: center;}
 .Floor001114 li .table{ display:table; width:100%; height:100%;}
 .Floor001114 li .table_cell{ display:table-cell; vertical-align:middle;}
 .Floor001114 li:hover .txt{ transform:scale(1);}

 .Floor001114 .owl-nav{ display:block;}
 .Floor001114 .owl-nav button{ font-size:0; width:50px; height:50px; border:none; position:absolute; top:50%; margin-top:-25px; background:none; cursor:pointer; padding:0;}
 .Floor001114 .owl-nav button span{opacity: 0;}
 .Floor001114 .owl-nav button.owl-prev{ left:-3%;}
 .Floor001114 .owl-nav button.owl-next{ right:-3%;}
 .Floor001114 .owl-nav button::before{ position:absolute; content:''; width:50%; height:50%; border-top:3px solid #e5e5e5; border-right:3px solid #e5e5e5; top:25%; left:25%; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
 .Floor001114 .owl-nav button.owl-prev::before{transform:rotate(-135deg); -webkit-transform:rotate(-135deg);}
 .Floor001114 .owl-nav button:hover::before{ border-color:#0d6fb8;}

 .Floor001114  .owl-dots{display: none;}


 @media(max-width:768px){
 .Floor001114 li{ margin-top:2%;}
 .Floor001114 li:nth-child(2n){ margin-right:0;}
 .Floor001114 .owl-nav button.owl-prev{ left:2%;}
 .Floor001114 .owl-nav button.owl-next{ right:2%;}
 }
 @media(max-width:375px){
 .Floor001114 .title h1{  font-size:30px; }
 .Floor001114 .title span{ font-size:20px; margin-top:-15px;}
 }
 



 /*
 .Floor001114 为demo编号
 */
 .Floor0011141{ padding:4% 0;}
 .Floor0011141 li{ float:left; width:23.5%; margin:0 2% 2% 0; background-color:#f8f8f8; padding:1.5%; border-bottom:3px solid #b0b0b0; position:relative; text-align:center;}
 .Floor0011141 li:hover{ border-bottom-color:#0d6fb8;}
 .Floor0011141 li:nth-child(4n){ margin-right:0;}
 .Floor0011141 li a,
 .Floor0011141 li .txt{position:absolute; left:0; top:0; width:100%; height:100%;}
 .Floor0011141 li .txt{color:#fff;  padding:0 10%; text-align:left;background-color:rgba(0,0,0,0.5); z-index:2; transform:scale(0); transition:all ease-in-out 0.3s;}
 .Floor0011141 li a{ z-index:5;}
 .Floor0011141 li .Ispic{ display:block; padding-bottom:123%;}
 .Floor0011141 li h2{ font-size:16px; color:#333; margin:0; padding-top:20px;}
 .Floor0011141 li p{ color:#888; font-size:12px; margin:0; padding-top:10px;}
 .Floor0011141 li .txt article{ font-size:12px; line-height:24px; overflow:hidden; max-height:120px;}
 .Floor0011141 li .txt h3{ margin:0; font-size:18px;    text-align: center;}
 .Floor0011141 li .table{ display:table; width:100%; height:100%;}
 .Floor0011141 li .table_cell{ display:table-cell; vertical-align:middle;}
 .Floor0011141 li:hover .txt{ transform:scale(1);}
 @media(max-width:768px){
 .Floor0011141 li{ width:49%; margin-top:2%;}
 .Floor0011141 li:nth-child(2n){ margin-right:0;}
 }
 @media(max-width:375px){
 .Floor0011141 .title h1{  font-size:30px; }
 .Floor0011141 .title span{ font-size:20px; margin-top:-15px;}
 }


.HomeAbout{ color:#fff; background:#386fb6 url(../images/aboutbg.jpg) center bottom no-repeat; background-size:contain; padding:5% 0 24%;}
.HomeAbout .tithead{ font-family:Arial, Helvetica, sans-serif; font-size:39px; font-family:Arial, Helvetica, sans-serif; margin-bottom:27px;}
.HomeAbout .Info{ width:65%; float:left; font-size:20px; line-height:42px;}
.HomeAbout .Info .p{-webkit-line-clamp: 3; height:126px; margin-bottom:50px;}
.HomeAbout .Info .more{ text-align:right;}
.HomeAbout .Info .more a{ color:#fff; display:inline-block; line-height:36px; border-bottom:1px solid #fff;}
.HomeAbout .Info .more a i{ background:url(../images/arr01.png); width:23px; height:10px; display:inline-block; margin-left:3px;transition: all ease 0.3s;}
.HomeAbout .Info .more a:hover i{ margin-left:10px;}
.HomeAbout .Num{ width:30%; float:right; padding-top:9px;}
.HomeAbout .Num li{ width:49%; float:left;}
.HomeAbout .Num li b{ display:block; line-height:58px; padding-bottom:13px; font-size:60px; font-family:Arial, Helvetica, sans-serif;transition: all ease 0.3s;}
.HomeAbout .Num li .box{ display:inline-block; text-align:left; font-size:15px; line-height:20px; max-width:140px;}
.HomeAbout .Num li:nth-child(2){ border-left:2px solid #fff; width:49%; text-align:right;}
.HomeAbout .Num li:hover b{
-webkit-transform: translate3d(0, -3px, 0);
transform: translate3d(0, -3px, 0); color:#ffcc00;}

@media(max-width:992px){
	.HomeAbout .Info{width:100%;}
	.HomeAbout .Num{width:100%;}
	.HomeAbout .Num li b{font-size: 40px;}
	.HomeAbout .Info .p{margin-bottom:20px;}
}

/*首页 end*/

/* 栏目页开始 */

/*
 .Banner002388 为demo编号
 */
 .Banner002388{ overflow: hidden;}
 .Banner002388 img{ position: relative;width: 100%;}
 @media only screen and (max-width:1024px ) {
	 .Banner002388 img{ width: 130%; left: -15%; max-width: none;}
 }
 @media only screen and (max-width:768px ) {
	 .Banner002388 img{ width: 150%; left: -25%;}
 }
 @media only screen and (max-width:480px ) {
	 .Banner002388 img{ width: 190%; left: -45%;}
 }
 /*Menu002147 */
 .Menu002147{ background:#f8f8f8;}
 .Menu002147 ul{ display:table; margin:0 auto;}
 .Menu002147 li{ float:left; padding:0 40px;position:relative;}
 .Menu002147 li:after{ position:absolute; content:''; width:1px; right:0; top:50%; height:14px; margin-top:-7px; background:#dfdfdf;}
 .Menu002147 li.end:after{ display:none;}
 .Menu002147 li a{ display:block;font-size:16px; position:relative; overflow:hidden; line-height:82px;height:82px;}
 .Menu002147 li a:after{ position:absolute; left:0; bottom:0;content:''; height:2px; width:100%;}
 .Menu002147 li.aon a,
 .Menu002147 li:hover a{ color:#0d6fb8;}
 .Menu002147 li.aon a:after,
 .Menu002147 li:hover a:after{ background:#0d6fb8;}
 @media(max-width:1024px){
 .Menu002147 li{ padding:0 20px;}
 .Menu002147 li a{  line-height:50px;height:50px;}
 }
 @media(max-width:768px){
 .Menu002147 ul{ display:block;}
 .Menu002147 li{ float:left; width:25%; text-align:center; padding:0;}
 }
 @media(max-width:768px) and (min-width:481px){
 .Menu002147 li:nth-child(4n):after{ display:none;}
 }
 @media(max-width:480px){
 .Menu002147 li{ width:33.33333333333%}
 .Menu002147 li:nth-child(3n):after{ display:none;}
 }
 @media(max-width:375px){
 .Menu002147 li a{ font-size:14px;}
 }
 /*
  .RighInfo002228 为demo编号
  */
 .RighInfo002228{ padding:4% 0;}
 .RighInfo002228 .single-header{ text-align:center;}
 .RighInfo002228 .single-header h1{ color:#333; font-size:20px; margin:0 0 10px 0; font-weight:normal;}
 .RighInfo002228 .single-header h3{color:#0d6fb8; font-size:16px; margin:0; font-weight:normal; position:relative;}
 .RighInfo002228 .single-header h3:after{ content:""; display:block; height:1px; background-color:#f3eee9; width:100%; z-index:1; margin-top:15px;}
 .RighInfo002228 .single-header h3 span{ position:relative; z-index:2; padding:0 30px; background-color:#fff;}
 .RighInfo002228 .single-content{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden; font-size:16px; line-height:24px; color:#595757; padding-top:2%;}
 .RighInfo002228 .single-content p{ text-indent:2em; margin:0; padding:10px 0;}
 .RighInfo002228 .single-content .no-textindent{ text-indent:0;}
 .RighInfo002228 .fr{ float:none;}
 .RighInfo002228 .col2+.col2{ margin-top:10px;}
 @media(max-width:950px){
   .RighInfo002228 .auto{ padding:0 2%;}
 }
 @media screen and (min-width:465px){
	 .RighInfo002228 .col2{ width:48%;}
	 .RighInfo002228 .fr{ float:right;}
	 .RighInfo002228 .col2+.col2{ margin-top:0;}
 }
 @media screen and (min-width:768px){
   .RighInfo002228 .single-header h1{ font-size:24px;}
   .RighInfo002228 .single-header h3{ font-size:18px;}
   .RighInfo002228 .single-content p{ padding:15px 0;} 
   .RighInfo002228 .single-header h3:after{ background-color:#f3eee9; position:absolute; top:50%; z-index:1; margin-top:0;}
   
 }
 @media screen and (min-width:1024px){
   .RighInfo002228 .single-header h1{ font-size:30px;}
 }
 /*
  .PicList000762 为demo编号
  */
 .PicList000762{ padding-top:4%;}
 .PicList000762 li{ float:left; width:32%; margin-right:2%; margin-bottom:3%; }
 .PicList000762 li:nth-child(3n){ margin-right:0;}
 .PicList000762 li a{ display:block; background-color:#f8f8f8;transition:all ease-in-out 0.3s;}
 .PicList000762 li h2{ margin:0; font-size:16px; color:#595757; text-align:center; padding:3% 2%; font-weight: normal;}
 .PicList000762 li figure{ background-position:center center; background-repeat:no-repeat; background-size:cover; padding-bottom:67%;}
 .PicList000762 li a:hover{ background-color:#0d6fb8; }
 .PicList000762 li a:hover h2{color:#fff;}
 @media(max-width:640px){
 .PicList000762 li{width:49%;}
 .PicList000762 li:nth-child(3n){ margin-right:2%;}
 .PicList000762 li:nth-child(2n){ margin-right:0;}
 }
 @media(max-width:480px){
 .PicList000762 li h2{font-size:14px;}
 }

 /*
  .PicList002273 为demo编号
  */
 .PicList002273{padding-top: 4%;}
 .PicList002273 .left img{width: 100%;}
 .PicList002273 .right .time{font-size: 12px;color: #999;border: 1px solid #c5c6c6;padding: 2px 5px;margin-top: 8px;display: inline-block;}
 .PicList002273 .right .h3{color: #313131;font-size: 18px;font-weight: normal;margin: 10px 0;}
 .PicList002273 .right .p{color: #999;font-size: 14px;}
 .PicList002273 ul li{margin-bottom: 30px;background: #eef0f1;padding: 18px 20px;}
 
 @media screen and (min-width:768px ) {
	 .PicList002273 .left{float: left;width: 25%;}
	 .PicList002273 .right{float: right;width: 72%;}
	 .PicList002273 .right .time{margin-top: 0px;}
	 .PicList002273 ul li{background:#eef0f1;}
 }
 
 @media screen and (min-width:1024px ) {
	 .PicList002273 .right .time{margin-top: 15px;}
	 .PicList002273 ul li:hover{border: 1px solid #0d6fb8;box-shadow: 0px 0px 30px #ccc;}
	 .PicList002273 ul li{background:#eef0f1;position: relative;}
	 .PicList002273 ul li .right_btn{width: 11px;height: 19px;background: url(../images/PicList002273-arrow_right.png) no-repeat center;display: inline-block;position: absolute;top: 50%;right: 48px;cursor: pointer;margin-top: -10px}
 }
 
 @media screen and (min-width:1200px ) {
	 .PicList002273 .left{float: left;margin-right: 50px;}
	 .PicList002273 .right{float: left;width:63%;}
	 .PicList002273 .right .time{margin-top: 14px;}
	 .PicList002273 .right .h3{line-height: 18px;margin: 28px 0 17px;}
	 .PicList002273 .right .p{line-height: 19px;}
	 .PicList002273 ul li{padding-right: 20px;}
 }
/*
 .Page002274 为demo编号
 */
 .Page002274{ text-align:center; padding:1% 0 60px;color:#666666;}
 .Page002274 .Pages *{ vertical-align:middle;}
 .Page002274 .Pages .p_cur,
 .Page002274 .Pages .p_count,
 .Page002274 .Pages .p_total{ display:none;}
 .Page002274 .Pages a{ display:inline-block; padding: 0 15px; line-height:37px; background-color: #eef0f1; color:#666666; margin-left:5px;}
 .Page002274 .Pages a:hover,
 .Page002274 .Pages a.a_cur{ color:#fff; background-color:#EF322E;}
 .Page002274 .Pages em{ font-style:normal; display:inline-block; vertical-align:middle;}
 .Page002274 .Pages .i_text{ width:47px; height:36px; line-height:36px;border:1px solid #ceced5;}
 .Page002274 .Pages .i_button{ cursor:pointer; background:none; width:47px; height:36px;border:1px solid #ceced5;}
 .Page002274 .Pages .p_jump b{font-weight:normal; margin:0 5px;}
 .Page002274 .Pages .a_prev,.Page002274 .Pages .a_next{ font-family: 宋体; font-weight: bold; padding:0 25px; }
 
 @media(max-width:1000px){
 .Page002274 .Pages em{ display:none;}
 }
 @media(max-width:640px){
 .Page002274 .Pages a.a_first,
 .Page002274 .Pages a.a_end{ display:none;}
 .Page002274 .Pages a{ padding:0 10px;}
 }
 
 /*
  .Map002364 为demo编号
  */
 .Map002364{padding:4% 0;}
 .Map002364 dd{margin-bottom:2%; padding-left:62%; background-color:#f9f9f9; position:relative;}
 .Map002364 dd:last-child{ margin-bottom:0;}
 .Map002364 .map *{ max-width:none;}
 .Map002364 dd figure{ padding:3%;}
 .Map002364 dd ul{ padding-bottom:3%; }
 .Map002364 dd li{line-height:24px; padding:30px 0; padding-left:50px; border-bottom:1px dashed #dbdbdb; background:url(../images/Map002364-icon_name.gif) no-repeat center left; font-size:16px; color:#595757;}
 .Map002364 dd li:nth-child(2){background-image:url(../images/Map002364-icon_add.gif);}
 .Map002364 dd li:nth-child(3){background-image:url(../images/Map002364-icon_tel.gif);}
 .Map002364 dd li:nth-child(4){background-image:url(../images/Map002364-icon_fax.gif);}
 @media(min-width:641px){
 .Map002364 .map{ position:absolute !important; width:60%; left:0; height:100%; top:0;}
 }
 @media(max-width:640px){
 .Map002364 dd{ padding:3%;}
 .Map002364 .map{ height:300px; position:relative !important;}
 .Map002364 dd figure{ padding:0;}
 }
 @media(max-width:480px){
 .Map002364 dd figure h1{ font-size:20px;}
 }
 

/*新闻详情*/
.SubPage{padding:3% 0 5% 0;}
.Titleinfo{ color:#666; padding:0px 0px 24px 0px; line-height:28px; margin-bottom:25px; text-align:center; border-bottom:1px dashed #e6e6e6;}
.Titleinfo .tit{ font-size:28px; color:#333; padding-bottom:18px;}
.Titleinfo .date{font-size:14px;color:#999;}
.Titleinfo .date i{ margin:0px 12px; display:inline-block;font-style: normal;}
.Shares1,.Shares{ display:inline-block; *display:inline;zoom:1; vertical-align:top;}
.SinglePage{word-wrap:break-word;font-size:15px;line-height:28px;color:#6e6e6e;}
.SinglePage p{margin-top:30px; text-indent: 2em;}
.SinglePages p{margin-bottom:30px;margin-top:0px;}
.PrevNextBox {margin:50px 0 0 0;position:relative; color:#666;border-top:1px solid #eee;padding-top:50px;}
.PrevNextBox dl{ width:49%;background:#fff;float:left;height:60px;line-height:60px;font-size:16px;color:#666;text-align:center;overflow:hidden;border:1px solid #eee;}
.PrevNextBox dl:nth-child(2n){float:right;}
.PrevNextBox dl span{color:#000}
.PrevNextBox dl:hover{background:#0d6fc4;}
.PrevNextBox dl:hover a,.PrevNextBox dl:hover span{color:#fff;}

.PrevNextBox dl div{text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden;padding:0 20px;box-sizing:border-box;color:#6e6e6e; font-size: 15px;}

@media (max-width: 998px){
    .SinglePage{font-size:14px;line-height:26px;}
    .SubPage{padding:30px 0;}
    .videoinfo{width:100%;}
}

@media ( max-width:640px){
    .Titleinfo{ padding-bottom:15px; margin-bottom:15px;}
    .Titleinfo .tit{ font-size:18px; padding-bottom:10px;line-height:24px;}
    .PrevNextBox dl{ width:auto; line-height:35px; height:35px;font-size:14px; text-align:left;margin-bottom:10px;}
    .PrevNextBox dl div{max-width:100%; margin:0px auto;}
    .PrevNextBox dl.fl{ float:none;}
    .PrevNextBox dl.fr{ float:none;}
    .Shares1{margin-top:10px;}
    .PrevNextBox{margin-top:20px;padding-top:20px;}  
    .SinglePage p{margin-top:10px;} 
    .SinglePages p{margin-bottom:10px;margin-top:0px;}
}