@charset "utf-8";

html,body{height:100%;}

body{padding:0; margin:0px auto; font-size:16px; line-height:30px; color:#666666; width:100%; min-width:1280px; 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:16px; 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:#333333; 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:#0e53b3;}
/**: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: 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: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{width:90%;}
}
@media ( max-width:1280px){
body{ padding-top:0; }
}
@media ( max-width:1024px){
body{ padding-top:45px; 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%;    border-radius: 10px;}


/*pages*/
.Pages{ zoom:1; overflow:hidden;text-align:center; color:#666666; clear:both; line-height:48px; font-size:18px;}
.Pages span{ padding:0px 0px; display:inline-block; vertical-align:middle;}
.Pages a{ display:inline-block; margin:0px 4px;text-align:center;color:#333333;border:1px solid #717171; width:48px;}
.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; font-weight:bold; 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:#0e53b3; border:1px solid #0e53b3;}
.Pages .p_page .num a:hover,.Pages .p_page .num a.a_cur{background:#0e53b3; border:1px solid #0e53b3; color:#fff;}

@media ( max-width:1024px){
.Pages{line-height:24px; font-size:14px;}
.Pages a{ margin:0px 1px; width:24px;}
}
/*pages end*/


/*Top*/
.Header{z-index:999;position: relative;left:0;top:0;background: #fff;width:100%;box-shadow:0 0 24px rgba(0,0,0,0.08);transition: all ease 0.3s;}
.Header.fixed2,.Header.fixed3{transition: transform .3s; transform-origin: top center; position: fixed; width: 100%; z-index: 100; top: 0;}
.Header.fixed3{transform: translateY(-190px);}

.Header .Logo{padding: 10px 0; height: 120px; overflow: hidden; line-height: 120px;}
.Header .Logo span{ margin: 0 0 0 8%;}
.Header .Logo img{display: inline-block; vertical-align: middle;}
.Header .TopBtn{position: absolute;right: 0;top: 0}
.Header .TopBtn a{color: #fff;margin-left: 20px;font-size: 14px;}
.Search .Searchico{display: none; width:35px; height:35px; line-height:35px; text-align:center; border-radius:50%; background:#0e53b3; cursor:pointer; color:#fff;}
.Search .Searchico .icongb{ display:none;}
.Search .Searchico.on .icongb{ display:block;}
.Search .Searchico.on .iconso{ display:none;}
.Search .searchbox{width:200px;padding-right: 40px;background: rgba(16,78,165,1);border-radius: 5px;position:absolute;right: 0;top:50px;z-index: 9;}
.Search .searchbox .input{width:100%;height:38px;line-height:38px;text-indent:1em;color: #104EA5;}
.Search .searchbox .input::-webkit-input-placeholder {color: #fff;}
.Search .searchbox .btn{background: none; position:absolute; right:0px; top:0; bottom: 0; width:30px; color: #fff;}
.Search .searchbox .btn i{font-size: 20px;}

.MainNav{background: #104ea5;}
.MainNav li{float:left;position:relative;width: 7.6%;background-image: url(../images/navline.png);background-repeat: no-repeat;background-position: right center;}
.MainNav li:nth-last-child(2){background-image: none;}
.MainNav span a{ z-index:1;display:block; text-align:center;line-height:50px; transition: all ease 0.3s; color: #fff;}
.MainNav .bg{ position:absolute; left:50%; width:0; bottom:0; height:2px; background:#025fa4;transition: all ease 0.3s; display: none;}
.MainNav .arr{ display:none;}
.MainNav li:hover span a,.MainNav li.onnav span a,.MainNav li span a.sele{ color:#fff; background: #00c5c5;}
.MainNav li:hover .bg,.MainNav li.onnav .bg,.MainNav li span a.bg{ width:20px; margin-left:-10px;}

.NavPull{ z-index:99;display:none; position:absolute; text-align:center; top:100%; left:50%;width:160px;margin-left:-80px; 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:16px; margin:0 5px;}
.NavPull a:hover{ background:#00c5c5; 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:0; 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:1280px){
.Header{ position:static;}
}

@media ( max-width:1024px){
.Header{height:45px; top:0; position:fixed; margin:0 !important;}
.Header.fixed3{transform: translateY(-45px);}
.Header .TopBtn{height: 45px;line-height: 45px;right: 100px}
.Header .Logo{ width:auto; height: 25px; line-height: 25px;max-width: 70%}
.Header .Logo img{ height:22px;}
.Header .Logo span{margin-top: 0;}
.Header .top{ right:80px; top:5px;}
.Header .openbtn{ display:block;}
.Search{ position:absolute; top:50%; margin-top: -13px; right: 40px;}
.Search .Searchico{ width:26px; height:26px; line-height:26px; display: block;}
.Search .searchbox{top:100% !important; right: 0; width: 240px; display: none; background: #fff;}
.Search .searchbox .btn{color: #333;}
.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:46px; 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; line-height:30px; padding:8px; text-align:left;margin-left: 0;}
.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 span{display: none;}
	.Header .Logo img{ height:20px;}
	.Header .TopBtn a{display: none}
}

/*Top*/


/*Bottom*/
.Footer{background: #337AB7;}
.BottomCon{float: right;width: 94px;margin-left: 20px;margin-top: 20px;}
.BottomCon .weixin{background:#fff; width:100%; height:94px;}
.BottomCon .weixin img{display: block; width: 100%;}
.Copyright .list{padding: 10px 0;}
.Copyright .list li{font-size: 14px; padding-left: 66px; position: relative; margin-bottom: 6px;}
.Copyright .list li:last-child{margin-bottom: 0;}
.Copyright .list li .title{margin-bottom: 12px; color: rgba(255,255,255,0.2); position: absolute; left: 0; top: 0;}
.Copyright .list li .title img{display: inline-block; vertical-align: middle; margin-right: 10px;}
.Copyright .list li .con{color: rgba(255,255,255,0.5); line-height: 25px;}
.Copyright .list li:nth-child(2){/*display: none;*/}

.Copyright{float: left;color:rgba(255,255,255,0.5);padding:20px 0 0;line-height:29px;font-size:14px;}
.Copyright a{ color:rgba(255,255,255,0.5);}.Copyright a:hover{ color:#fff;}
.Copyright .link a{ display:inline-block; margin-right:20px;}
.Copyright img{display: inline-block; vertical-align: middle; margin-right: 5px;}
.Copyright i{display: inline-block; opacity: 0; padding: 0 5px;}
.Copyright2{border-top: 1px solid rgba(255,255,255,.5);margin-top: 20px;float: none;}
.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:1445px){
	.Copyright{width: 64%;}
	.Copyright i{display: block; width: 0; height: 0; padding: 0;}
}

@media ( max-width:1024px){
.Footer{padding: 0;}
.BottomCon{display: none;}
.Copyright{float: none; width: auto; padding:10px 0; height:auto; line-height:20px; font-size:12px; text-align:center;}
.Copyright .list{text-align: left;}
.Copyright dd{ float:none; padding-top:0;}
.Copyright dd.fr{ display:none;}
.Copyright .link a{ margin-right:10px;}

.totop{width:40px; height:40px; line-height:40px; bottom:10px;}
.totop .iconfont{ font-size:25px;}
}
/*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);}

.homecss{ background:#f8f8f8;}


/*第一屏 s*/
.HomeBan {overflow:hidden; clear:both; position:relative;background:url(../images/loading.gif) center center no-repeat;}
.HomeBan .flex-control-nav{bottom:20px; line-height:10px; z-index:10;}
.HomeBan .flex-control-nav li{ margin:0 2px; vertical-align:middle;}
.HomeBan .flex-control-nav li a{ opacity:1; width:10px; height:10px; background:#fff; border-radius:50%; cursor:pointer;}
.HomeBan .flex-control-nav li a.flex-active{opacity:1; width:20px; background:#08dfff; border-radius:6px;}
.HomeBan .flex-direction-nav a { opacity: 0; color:#fff; width:54px; height:54px; line-height:54px; font-size:30px; background:rgba(255,255,255,0.24);}
.HomeBan .flex-direction-nav .flex-prev {left:-50px;}
.HomeBan .flex-direction-nav .flex-next {right:-50px;}
.HomeBan:hover .flex-direction-nav .flex-prev { opacity:1; left:5%;}
.HomeBan:hover .flex-direction-nav .flex-next { opacity:1; right:5%;}
.HomeBan .flex-direction-nav a:hover { background:#08dfff; color:#fff;}

@media ( max-width:1024px){
.HomeBan .flex-control-nav{bottom:10px; z-index:10;}
.HomeBan .flex-direction-nav{ display:none;}
.HomeBan .flex-control-nav li{ margin:0 4px 0 4px;}
.HomeBan .flex-control-nav li a{ width:8px; height:8px;}
.HomeBan .flex-control-nav li a.flex-active{width:20px;}
}
/*banner end*/

.Mores{ font-weight:normal; position:absolute; top:50%; margin-top:-12px; right:0; color:#fff; font-size:14px; width:75px; line-height:25px; text-align:center; background:#0e53b3; border-radius:13px;}
.Mores:hover{ background:#3682ed; color:#fff;}


@media ( max-width:1024px){
.Mores{ width:60px; font-size:12px; line-height:24px; margin-top:-12px;}
}

.more{ font-size:14px; text-align:center; color:#fff; width:120px; line-height:35px; background:#0e53b3; box-shadow:0 10px 20px rgba(14,83,197,0.2); border-radius:18px;}
.more i{ display:inline-block; margin-left:11px; width:17px; height:8px; background:url(../images/more.png);}
@media ( max-width:1024px){

.more{width:90px; line-height:28px; font-size:12px;}
.more i{ margin-left:5px;}
}
@media ( max-width:768px){

}



/*首页 end*/



/*20250422*/
.Header .Logo span{display: inline-block;margin-left: 30px;border-left:1px solid #dfdfdf;padding-left:22px;line-height:43px;font-size:24px;font-weight:normal;color: #104EA5;}
.Header .Logo{position: relative;;}
.HomeBan .imgbox{width: 100%;padding-bottom: 26%;}

.c_main{width:1310px;margin:0 auto;background: #fff;padding:0;}
.cont_ainer{margin-top: 16px;height: 284px;}
.new_top_1{width:100%;height:45px; overflow: hidden;margin: 0 auto;margin-bottom: 15px;}
.ind_tzbox{width: 63%;}
.new_top_1 .u1{height: 42px;}
.new_top_1 .u2{height: 3px;    width: 100%;background-image: linear-gradient(to right,#022754, #0e53b3a8);display: block;}
.new_top_1 ul li a {display: block;float: left;width: auto;white-space: nowrap;height: 45px; line-height: 45px;color:#062655;font-size: 28px;  font-weight: bold;    padding: 0 0px;overflow: hidden;text-indent:0px;}
.new_top_1 ul li a.nopic {padding: 2px 10px 0 13px;color: #0e53b3;background: none; border: 1px solid #0e53b3;height: 22px;line-height: 22px;font-size: 14px;font-weight: normal;border-radius: 25px;}
.new_top_1 span{margin-left:10px;	font-size: 14px;    color: #333333;    opacity: 0.5;    font-family: "Arial";}
.new_top_1 ul li{width: auto;background: none}
.new_top_1 ul li.more i{background-image: url(../images/more4.png);}
.column1_left {float: left;margin: 0 0px 0 0px;width:48%;text-align:center;border:0px solid #CCC;padding:0px;position:relative;}
 .cont_ainer {width:100%;height:270px;overflow:hidden;position:relative;}
.slider li {list-style:none;display:inline;}
.slider img {width:100%;height:230px;display:block;border:0;}
 .slider2 li {float:left;position: relative;}
.slider2 li  a{width:100%;height:270px;color:#fff;padding: 0px;float: left;display:block;}
.slider2 li  a span{ float:left;display:block;height:40px;position: absolute;line-height: 40px;bottom: 0px;z-index:999;text-indent:10px;font-size:14px;width:60%;text-align: left;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.w430{width: 430px;}
.column1_left .hd {position:absolute;right:-10px;bottom:10px;height:20px;z-index:2;width:135px;top:auto;}
.column1_left .hd li {float: left;width:21px;height:20px;background:url(../images/ink531hui.png) no-repeat center center;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ink531hui.png', sizingMethod='crop');cursor: pointer;overflow: hidden;}
.column1_left .hd li.on {background:url(../images/ink531hui1.png) no-repeat center center;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ink531hui1.png', sizingMethod='crop');width:21px;height:20px;}
.c_list{height:auto;line-height:30px;font-size:14px;overflow:hidden;padding-left:0px;padding-right:5px;width: 48%;}
.c_list ul{display:none;}
.c_list ul.active{display:block;}
.c_list ul li,.hid_den ul li {/*border-bottom:1px solid #E0E0E0;*/vertical-align:bottom;padding-left:0;/*background:url(../images/ico.gif) 0px 15px no-repeat;*/height: 44px;   line-height: 44px;}
.c_list ul li,.hid_den ul li  a{font-size:17px;}
.c_list ul li a{width: 85%;float:left}
.c_list ul li a span{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;height:44px;line-height:44px;float: left;width: 100%;}
.c_list ul li.w38{width:370px;}
.c_list ul li .date{font-size:16px;color:#999;font-family:arial;width: 42px;float: right;}
.c_list ul li img{float:left;padding-top:10px !important;}

.hd{z-index:999;}
 .container01 .fl .box .right.bc dd {margin-right: 55px;}
.f-link ul li img{border: 1px solid #E3E3E3;border-right: 0px;width: 162.6px;}
.cont_ainer{margin-top: 16px;height: 284px;}
.slider img{height:284px;width: 440px;}
.ft{opacity:1;filter:alpha(Opacity=100);}
.slider2 li a{height: 284px;}
.float_left img{position: fixed;display: block;top:340px;right:10px;z-index: 100000000;}
.ind_tzbox01{width:32%;}
.c_list_0{height:auto;line-height:30px;font-size:14px;overflow:hidden;padding-left:0px;}
.c_list_0 ul li{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;height:62.5px;line-height:62.5px;vertical-align:bottom;border-bottom: 1px solid #E0E0E0;}
.c_list_0 ul li .date{margin-top:6px;float: left;border:1px solid #1654A1;height:47px;width: 60px;display: block;line-height: 47px;text-align:center;}
.c_list_0 ul li a{font-size:17px;margin-left: 8px;}

.w430{width: 100%;}
.mt30{margin-top:30px!important;}
.c_list_0 ul li .date .r{display: block;width: 100%;float: left;line-height: 27px;color: #fff;height: 27px;background: #1552A2;font-size: 22px;font-weight: bold;}
.c_list_0 ul li .date .y{color: #1552A2;float: left;display: block;width: 100%;height: 22px;line-height: 22px;}

.ft{width: 100%;height: 40px;background: #000000;filter: alpha(Opacity=70);Opacity: 0.7;position: absolute;left: 0px;bottom: 0px;z-index: 1;display: block;}
.homecss{background: #fff}
.floor_3{padding: 30px 0}
.floor_4{padding: 20px 0}
.floor_4_2{padding-bottom: 60px;}
.Contain{max-width: 1450px;width: 96%}

.floor_4 .ind_tzbox .ind_tzbox,.floor_4 .ind_tzbox01 .ind_tzbox01,
.floor_4 .c_list{width: 100%;}
.floor_4 h1,.floor_4 h2,.floor_4 h3,.floor_4 h4,.floor_4 h5,.floor_4 h6 {
	font-size: 14px;
	font-weight: normal;
}
.ind_tzbox .active .first{ padding-bottom:15px; border-bottom:#e5e5e5 1px dashed; margin-bottom:12px}
.ind_tzbox .active .first h5 a{ font-size:18px; color:#333333}
.ind_tzbox .active .first h5 a:hover{ color:#083c76;}
.ind_tzbox .active .first h6{ font-size:12px; color:#999999; margin:15px 0 14px}
.ind_tzbox .active .first h6 img{ display:inline-block; margin:-3px 6px 0 0;vertical-align: middle;}
.ind_tzbox .active .first p{ font-size:12px; color:#999999; line-height:20px; height:40px; overflow:hidden}
.lang .c_list ul li{border-bottom:0px;width: 100%;float: left;}
@media ( max-width:1366px){
.Contain{max-width: unset;}

}
@media ( max-width:1024px){
.ind_tzbox,.ind_tzbox01{width: 100%;}
.ind_tzbox01{margin-top: 30px;}
.Header .Logo img{ height:22px; margin-left:0;}
.Header .Logo span{font-size:14px; line-height:25px; top:0px; width:200px; padding-left:10px; right: -240px;}
.Search{right: 60px;}

}

@media ( max-width:480px){
	.Header .Logo span{display: none;}
	.Header .Logo img{ height:20px;}
	.Header .TopBtn a{display: none}
	.Header .Logo{float: left;}
	.column1_left{width: 100%;}
	.c_list{width: 100%;padding-right: 0;}
	
}

/*公司简介 s*/
.CompanyName{ text-align:center; margin-bottom:25px;}
.CompanyName h2{ font-size:32px; color:#333333; font-weight:normal; line-height:40px;}
.CompanyName h2 i{ display:block; margin:0px auto; width:31px; height:23px;/* border-bottom:3px solid #0e53b3;*/}
/*栏目页公用样式 s*/
.SubPage{ height:auto !important; height:300px; min-height:300px; padding-top:3.5%; padding-bottom:4%;}
.SubBan{ overflow:hidden; position:relative;}
.SubBan img{ display:block; width:1005;}

.LeftBar{ width:22%; float:left;box-shadow: 0 10px 30px rgba(1, 79, 162, 0.1);}
.RightCon{ width:75%; float:right;}
.ColumnName{ font-size:28px; color:#fff; background:url(../images/subnavbg.jpg) center center no-repeat; background-size:cover; text-align:center; line-height:35px; position:relative;line-height:80px;}
.ColumnName .arr{ display:none; position:absolute; width:98%; right:10px; bottom:0; text-align:right; color:#fff !important; line-height:35px;transition: all ease 0.3s;}
.ColumnName .iconfont{ font-size:20px;}
.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;}

.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(../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;}

.ListWz .li{ position:relative; height:40px; line-height:40px; padding:0 60px 0 15px; background:url(../images/dot.gif) 3px center no-repeat;}
.ListWz .li .date{ position:absolute; right:5px; color:#bfbfbf; right:0; top:0;}
.ListWz .li .down{ width:60px; 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 .top{ border-bottom:1px solid #ececec; line-height:24px; padding-bottom:11px; margin-bottom:4px;}
.ListWz .top .tit{ font-weight:bold; margin-bottom:8px;}
.ListWz .top .p{ color:#999999; font-size:14px; height:48px;-webkit-line-clamp: 2;}
.ListWz.sub{ margin-bottom:3%; padding-bottom:8px;}
.ListWz.sub li{ border-bottom:1px dotted #d9d9d9;margin: 10px;}

.new_page{
	width: 100%;
	text-align: center;
}

/*新闻详情*/
.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%;}
.PhotoNews .play{ background: rgba(0,0,0,0.5) url(../images/play2.png) center center no-repeat;}
.LeftBar{width: 100%;margin-bottom: 20px;}
.RightCon{width: 100%;}
}



/*师资队伍 s*/
.TeamList{ margin-left:-2%; padding-bottom:2.2%;}
.TeamList li{transition: all ease 0.3s; width:48%; height:250px; float:left; margin:0 0 2% 2%; background:#f9fafb;}
/* .TeamList li:first-child{float: none;position: relative;left: 50%;transform: translateX(-50%);} s*/
.TeamList .imgbox{ width:33%; float:left; padding-top:250px;}
.TeamList .info{ padding:0 4%; width:59%; float:left;}
.TeamList .name{ padding-top:12px; line-height:64px; font-size:26px; color:#333333;}
.TeamList .name span{ font-size:18px; color:#0e53b3; margin-left:19px;}
.TeamList .p{ height:100px;/*-webkit-line-clamp: 4;*/ line-height:25px; color:#999999; font-size:14px; margin-bottom:47px;}
.TeamList li:hover .more{ box-shadow:0 10px 20px rgba(0,197,197,0.2); background:#00c5c5;}
.TeamList li:hover .name span{ color:#00c5c5;}

.Teamimg{ width:22%; float:left; text-align:center;}
.Teamimg .img img{ display:block; width:100%;}
.Teamimg .info{ background:#0e53b3; color:#fff; padding:18px 0 10px; line-height:39px; color:#a6b6db; font-size:18px;}
.Teamimg .info b{ display:block; line-height:33px; font-size:24px; color:#fff;}
.TeamInfo{ width:70%; background:#f7f8fa; font-size:15px; float:left; padding:4%; color:#8a8a8b;}
.TeamInfo .tithead{ line-height:45px; padding-bottom:6px; font-weight:bold; font-size:20px; color:#333333; border-bottom:1px solid #e1e1e1;}
.TeamInfo .tithead .iconfont{ text-align:center; font-weight:normal; color:#fff; display:inline-block; border-radius:50%; width:45px; height:45px; line-height:45px; font-size:30px; background:#0e53b3; margin-right:9px;}
.TeamInfo .txt{ padding:21px 0 68px;}



.activehover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.15);
	box-shadow: 0 15px 30px rgba(0,0,0,0.15);
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
}
@media (min-width: 1025px) and (max-width: 1440px) {
.TeamList .name{font-size: 20px;}
.TeamList .name span{font-size: 13px;}
.Header .Logo span{font-size: 20px}
.Header .Logo img{height: 50px;}
.Header .Logo{height: 80px;line-height: 80px;}
.Search .searchbox{top: 30px;}
}
@media ( max-width:1024px){
.TeamList .name{font-size:18px; line-height:30px;}
.TeamList .name span{ font-size:15px; margin-left:10px;}
.TeamList .p{ margin-bottom:15px; line-height:17px; /*height:88px;*/}
.TeamList li{height:195px;}
.TeamList .imgbox{padding-top:195px;}
.TeamList li:first-child{position: static;left: auto;transform: initial;}

.Teamimg .info{padding:15px 0 10px; line-height:26px; font-size:14px;}
.Teamimg .info b{ font-size:16px;}
.TeamInfo{font-size:14px;}
.TeamInfo .tithead{ line-height:30px; font-size:16px;}
.TeamInfo .tithead .iconfont{width:32px; height:32px; line-height:32px; font-size:18px;}
}
@media ( max-width:768px){
.TeamList li{ width:auto; float:none;}
.TeamList li{height:150px;}
.TeamList .imgbox{padding-top:150px;}
/*.TeamList .p{height:44px;-webkit-line-clamp: 2;}*/
.Teamimg{ width:50%; float:none; margin:0px auto 12px;}
.TeamInfo{ width:auto; float:none;}
.TeamInfo .txt{ padding:20px 0;}
}


.teamdetail span{font-size: 22px;color: #0e53b3; margin-left: 19px;}
    
    
    
    
.LeftBar .side-title{
background: url(../images/subnavbg.jpg) no-repeat right bottom / cover;
    line-height: 70px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 0 20px 0 0;
}
.Section_left .Menu ul li {

	border-top: 1px solid #ededed;
}
.Section_left .Menu ul li:hover em a,
.Section_left .Menu ul li.on em a{
    <!-- background:rgba(44,70,127,0.15); -->
    color:#C20208;
}
.Section_left .Menu ul li em {
	font-size: 18px;
	font-weight: normal;
	position: relative;
	display: block;
}
.Section_left .Menu ul li em a{
	padding: 20px;
	display: flex;
    transition:all 0.3s ease;
}
.Section_left .Menu ul li em b {
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.Section_left .Menu ul li em b::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/subnavbg.jpg) no-repeat center center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top:-15px;
	transition: all .5s;
	-webkit-transition: all .5s;
    background-size:8px;
}

.Section_left .Menu ul li:first-child {
	border-top: none;
}

.Section_left .Menu ul li em.on b::after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.Section_left .Menu ul li dl {
    margin-top:-10px;
	padding-bottom: 10px;
	padding-left: 0;
	display: none;
}

.Section_left .Menu ul li dl dd {
	font-size: 15px;
	line-height: 40px;
}

.Section_left .Menu ul li dl dd a {
	display: block;
}

.Section_left .Menu ul li dl dd span {
	display: block;
	padding: 0 20px;
	position: relative;
}

.Section_left .Menu ul li dl dd span i {
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.Section_left .Menu ul li dl dd span i::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/arrright5.svg) no-repeat center center;
	position: absolute;
	right:20px;
	top: 50%;
	margin-top: -10px;
	transition: all .5s;
	-webkit-transition: all .5s;
    background-size:7px;
}

.Section_left .Menu ul li dl dd span i.on::after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.Section_left .Menu ul li dl dd .Nav_four {
	padding: 0rem 20px;
	display: none;
}

.Section_left .Menu ul li dl dd .Nav_four a {
	padding-left: 20px;
	position: relative;
}

.Section_left .Menu ul li dl dd .Nav_four a.on::after {
	color: #47a0ec;
	text-decoration: none;
}

.Section_left .Menu ul li dl dd .Nav_four a::before {
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background: #bfbfbf;
	position: absolute;
	left: 0;
	top: 50%;
}

.Section_left .Menu ul li.on em a {
	color: #C20208;
}


.Section_left .Menu ul li dl dd.on span i::after {
	background: url(../images/arrright5_w.png) no-repeat center center;
}

.Section_left .Menu ul li.on dl {
	display: block;
}

.Section_left .Menu ul li dl dd.on span {
	color: #C20208;
}

.Section_left .Menu ul li dl dd.on span a {
	color:#C20208;
	font-weight: normal;
}

.Section_left .Menu ul li dl dd .Nav_four a.on {
	color: #C20208;
	text-decoration: underline;
}

.Section_left .Menu ul li dl dd.on .Nav_four {
	display: block;
}

@media(max-width:1024px) {
	.Section_left {
		padding: 0;
	}

	.Section_left .Menu ul li em a{
		padding: 10px;
	}

	.Section_left .Menu ul li em {
		font-size: 16px;
	}

	.Section_left .Menu ul li dl dd {
		line-height: 35px;
	}

	.ProNav {
		width: 100%;
	}
}

@media(max-width:1024px) {
	.Section_left {
		width: 100%;
		min-height: 1px !important;
	}

	

}
.Section_left .Menu ul li dl dd a {
    padding-left: 20px;
    position: relative;
}
.Section_left .Menu ul li dl dd a:before{
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: rgba(44,70,127,1);
    position: absolute;
    left: 0;
    top: 50%;
}
.Section_left .Menu ul li dl dd.on span a:before{
   background:#C20208;
}
