@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(/cn/res/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%;}


/*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:url(/cn/res/images/topbg.jpg) no-repeat center top; 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(255,255,255,0.2); 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: #fff;}
.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: 10%;background-image: url(/cn/res/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: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:#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;}
.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: #143c76 url(../images/footerbg.jpg) center bottom no-repeat; padding:30px 0; line-height:25px;}
.BottomCon{float: right; width: 94px; margin-left: 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;}

.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(/cn/res/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;}
.HomeNews{ padding:10px 0 36px;}
.HomeNews .Tithead{ line-height:64px; position:relative;}
.HomeNews .Tithead li{ float:left; margin-right:28px; font-size:20px; color:#333333; cursor:pointer;}
.HomeNews .Tithead li .Mores{display:none;}
.HomeNews .Tithead li.on{ font-size:22px; color:#0e53b3; font-weight:bold;}
.HomeNews .Tithead li.on .Mores{ display:block;}

.HomeNews .RecTop{ width:38%; float:left;}
.HomeNews .RecTop .box{transition: all ease 0.3s; margin-right:9px; background:#fff;}
.HomeNews .RecTop .imgbox{ padding-top:260px;}
.HomeNews .RecTop .date{ z-index:2; position:absolute; left:0; bottom:0; font-size:22px; text-align:center; background:rgba(14,83,179,0.9); width:100px; height:66px; padding-top:14px; color:#fff;}
.HomeNews .RecTop .date i{ opacity:0.5; display:block;font-size:14px;}
.HomeNews .RecTop .info{ padding:19px 21px 0; height:131px;}
.HomeNews .RecTop .info .ti{ font-size:18px; line-height:24px; height:48px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; margin-bottom:16px;}
.HomeNews .RecTop .info .p{ line-height:20px; font-size:14px; color:#999999;-webkit-line-clamp: 2; height:40px;}

.HomeNews .Reclist{ padding-top:22px; height:388px; overflow:hidden; background:#fff; width:62%; float:right;}
.HomeNews .Reclist .list{ overflow:hidden; margin:0 10px;}
.HomeNews .Reclist .list ul{ margin-left:-3%;}
.HomeNews .Reclist .list li{ width:47%;transition: all ease 0.3s; padding-left:3%; float:left; height:70px; border-bottom:1px solid #eeeeee; margin-bottom:10px; position:relative;}
.HomeNews .Reclist .list .box{ position:relative; padding-left:97px;}
.HomeNews .Reclist .list .date{ background:url(/cn/res/images/linebg.gif) right top repeat-y; width:76px; padding-right:6px; height:80px; position:absolute; left:0; top:0; text-align:center; color:#333333; font-size:14px;}
.HomeNews .Reclist .list .date i{ display:block; line-height:30px; color:#0e53b3; font-size:26px;}
.HomeNews .Reclist .list .tit{ line-height:26px; padding-bottom:3px;}
.HomeNews .Reclist .list .p{ line-height:20px; font-size:14px; color:#999999;-webkit-line-clamp: 1; height:20px;}
.HomeNews .Reclist .list li:hover .tit{ color:#00c5c5; font-weight:bold;}
.HomeNews .Reclist .list li:hover .date i{ color:#00c5c5;}

@media ( max-width:1024px){
.Mores{ width:60px; font-size:12px; line-height:24px; margin-top:-12px;}
.HomeNews .Tithead{ line-height:50px;}
.HomeNews .Tithead li{ font-size:15px; margin-right:15px;}
.HomeNews .Tithead li.on{ font-size:16px;}
.HomeNews .Reclist { height:277px;}
.HomeNews .RecTop .info{ height:105px; padding:8px 10px 0;}
.HomeNews .RecTop .info .ti{ font-size:15px; margin-bottom:5px;}
.HomeNews .Reclist .list .tit{ line-height:22px;}
.HomeNews .Reclist .list li{ margin-bottom:15px; height:60px;}
.HomeNews .RecTop .imgbox { padding-top:189px;}
.HomeNews .Reclist .list .date{ height:auto;}
.HomeNews .Reclist .list .date i { font-size:24px; line-height:24px;}
}
@media ( max-width:768px){
.HomeNews{ padding-bottom:20px;}
.HomeNews .RecTop{ width:auto; float:none; margin-bottom:12px;}
.HomeNews .RecTop .box{ margin-right:0;}
.HomeNews .RecTop .imgbox { padding-top:62%;}
.HomeNews .RecTop .info { height:auto; padding-bottom:10px;}
.HomeNews .RecTop .info .ti{ height:auto;}
.HomeNews .Reclist{height:auto; width:auto; float:none;}
.HomeNews .Reclist .list li{ width:auto; float:none;}
.HomeNews .Reclist .list .box { padding-left:72px;}
.HomeNews .Reclist .list .date { width:55px; font-size:12px;}
/* .HomeNews .Reclist .list li:nth-child(5),.HomeNews .Reclist .list li:nth-child(6){ display:none;} */
.HomeNews .RecTop .date{ height:63px; width:60px; font-size:16px; padding-top:6px; height:45px; line-height:20px;}
.HomeNews .RecTop .date i{ font-size:12px;}
}

.HomeCol{ background:url(/cn/res/images/colbg.jpg) center top no-repeat; background-size:cover; padding:31px 0 40px;}
.HomeCol .Nav{ text-align:center; margin-left:-5%;}
.HomeCol .Nav li{ float:left; width:9.285%; padding:0 0 28px 5%;}
.HomeCol .Nav li{ font-size:18px; float:left; width:8%; padding-left:4.4%;}
.HomeCol .Nav li .ico{ margin:0px auto 8px; display:block;width:126px; height:126px; position:relative;}
.HomeCol .Nav li .i1,.HomePro .Nav li .i2{ width:126px; height:126px; position: absolute; left:0;top:0;}
.HomeCol .Nav li .i1{ transition: 400ms;}
.HomeCol .Nav li .i2{ -webkit-transform:scale(0); transform:scale(0); opacity:0; filter:alpha(opacity=0); transition:500ms;}
.HomeCol .Nav li:hover .i1,.HomeCol .Nav li.on .i1{-webkit-transform:scale(0); transform:scale(0); opacity:0; filter:alpha(opacity=0);}
.HomeCol .Nav li:hover .i2,.HomeCol .Nav li.on .i2{ -webkit-transform:scale(1); transform:scale(1); opacity:1; filter:alpha(opacity=100);}
.HomeCol .Nav li a{ color:#fff;}.HomeCol .Nav li a:hover{ color:#00c5c5;}
.HomeCol .Col{transition: all ease 0.3s; width:48.6%; height:220px;}
.HomeCol .Col.c1{ float:left; background: #fff url(../images/colbg1.jpg) right bottom no-repeat; background-size:contain;}
.HomeCol .Col.c2{ float:right; background: #fff url(../images/colbg2.jpg) right bottom no-repeat; background-size:contain;}
.HomeCol .Col a{ display:block; padding:17px 0 0 37px; max-width:356px; height:203px;}
.HomeCol .Col h2{ line-height:60px; font-size:26px;}
.HomeCol .Col .p{ line-height:20px; height:40px; color:#999999; font-size:14px;-webkit-line-clamp: 2; margin-bottom:26px;}
.HomeCol .Col a:hover h2{color:#00c5c5;}

.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(/cn/res/images/more.png);}
.HomeCol .Col a:hover .more{ box-shadow:0 10px 20px rgba(0,197,197,0.2); background:#00c5c5;}
@media ( max-width:1024px){
.HomeCol .Nav li{ font-size:15px;}
.HomeCol .Nav li .ico{width:80px; height:80px;}
.HomeCol .Nav li .i1,.HomePro .Nav li .i2{ width:80px; height:80px;}
.HomeCol .Col h2{ font-size:18px; line-height:40px;}
.more{width:90px; line-height:28px; font-size:12px;}
.more i{ margin-left:5px;}
}
@media ( max-width:768px){
.HomeCol{padding:20px 0;}
.HomeCol .Nav{ margin-left:-3%;}
.HomeCol .Nav li{width:22%; font-size:12px; padding:0 0 15px 3%;}
.HomeCol .Nav li .ico{ margin:0px auto 0;}
/* .HomeCol .Nav li:nth-child(5){ margin-left:12%;} */
.HomeCol .Nav li .ico{width:60px; height:60px;}
.HomeCol .Nav li .i1,.HomePro .Nav li .i2{ width:60px; height:60px;}
.HomeCol .Col{width:auto; float:none !important; height:140px; margin-bottom:12px;}
.HomeCol .Col h2{ font-size:16px; line-height:30px;}
.HomeCol .Col a{padding:10px 0 0 12px; height:130px;}
.HomeCol .Col .p{ margin-bottom:8px;}
}

.HomeCol2{ padding:35px 0; display: none;}
.HomeCol2 .box{ background:#fff; padding:0 30px; height:410px;}
.HomeCol2 .djgz{ width:42%; float:left;}
.HomeCol2 .xxgk{ width:32%; float:left;}
.HomeCol2 .xxgk .box{ margin:0 20px;}
.HomeCol2 .nav{ width:26%; float:left;}
.HomeCol2 .nav .item {transition: all ease 0.3s;}
.HomeCol2 .nav .item a{text-align:center; display:block; padding-top:67px; height:133px; line-height:76px; color:#fff; font-size:20px; font-weight:bold;}
.HomeCol2 .nav .item img{ display:inline-block; vertical-align:middle; margin-right:40px;}
.HomeCol2 .nav .item.jg{ margin-bottom:10px; background:url(/cn/res/images/itembg1.jpg) center center no-repeat; background-size:cover;}
.HomeCol2 .nav .item.jx{ margin-bottom:10px; background:url(/cn/res/images/itembg2.jpg) center center no-repeat; background-size:cover;}

.HomeCol2 .tithead{ position:relative; padding-top:6px; line-height:54px;}
.HomeCol2 .tithead h2{ font-size:26px; color:#333333;}
.HomeCol2 .tithead .Mores{ margin-top:-9px;}
.ListWz{}
.ListWz .li{ position:relative; height:34px; line-height:34px; background:url(/cn/res/images/dot.gif) 0px center no-repeat; padding:0 55px 0 12px;}
.ListWz .li .date{ position:absolute; right:0; top:0; color:#b2b2b2; font-size:14px;}
.ListWz .top{ padding-left:196px; height:131px; padding-top:6px; position:relative;}
.ListWz .top .imgbox{ position:absolute; left:0; top:6px; width:180px; height:120px;}
.ListWz .top .ti{overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; line-height:25px; height:50px; margin-bottom:12px; font-size:18px;}
.ListWz .top .p{ line-height:20px; font-size:14px; color:#999999;-webkit-line-clamp: 2; height:40px;}

.ListWz2{ padding-top:5px;}
.ListWz2 .li{transition: all ease 0.3s; height:70px; margin-bottom:17px; padding-left:94px; position:relative;}
.ListWz2 .date{ background:#f5f5f5; position:absolute; text-align:center; top:0; left:0; width:80px; height:70px; color:#999999; font-size:14px;}
.ListWz2 .date i{ display:block; line-height:27px; padding-top:12px; font-size:30px; color:#333333;}
.ListWz2 .ti{ padding-top:10px; line-height:24px; height:48px; overflow:hidden;}

@media ( max-width:1024px){
.HomeCol2 .box{ padding:0 10px;}
.HomeCol2 .tithead h2{ font-size:18px;}
.ListWz .top .ti{ font-size:15px;}
.HomeCol2 .nav .item img{ width:40px; margin-right:12px;}
.HomeCol2 .nav .item a{ font-size:16px;}
}
@media ( max-width:768px){
.HomeCol2{ padding:20px 0;}
.HomeCol2 .djgz{ width:auto; float:none;}
.HomeCol2 .xxgk{ width:auto; float:none;}
.HomeCol2 .xxgk .box{ margin:12px 0;}
.HomeCol2 .nav{ width:auto; float:none;}
.HomeCol2 .box{ height:auto; padding-bottom:12px;}
.ListWz .top{ padding-left:120px; height:102px;}
.ListWz .top .imgbox{ width:110px; height:90px;}
.ListWz .top .ti{ margin-bottom:0;}
.ListWz .li{ height:30px; line-height:30px;}
.ListWz2 .li{ padding-left:72px;}
.ListWz2 .date { width:60px; font-size:12px;}
.ListWz2 .date i { font-size:18px; padding-top:8px;}
.HomeCol2 .nav .item a{ padding:20px 0; height:auto; line-height:35px;}
}

/*首页 end*/


/*栏目页公用样式 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;}

.ColumnName{ font-size:16px; font-weight:normal; color:#fff; background: #0e53b3 url(../images/subnavbg.jpg) right bottom no-repeat; top:-138px; left:0; text-align:center; line-height:35px; position:absolute; width:100%; padding:37px 0 0 0; height:101px;}
.ColumnName b{ line-height:44px; display:block; font-size:30px;}
.ColumnName span{ color:#fff !important; display:block; line-height:22px; font-size:12px; opacity:0.4;}
.ColumnName .arr{ display:none; position:absolute; width:30px; right:10px; bottom:0; 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;}

.SubMenu{border-bottom:1px solid #d9dfe8; height:60px; line-height:60px; position:relative; z-index:1;}
.SubMenu ul{ float:left;}
.SubMenu li{ float:left; margin-left:57px; position:relative;}
.SubMenu li a{ font-weight:bold; position:relative;}
.SubMenu li .bg{ position:absolute; z-index:0; width:0; bottom:-2px; height:3px; left:50%; background:#0e53b3;transition: all ease 0.3s; font-size:0;}
.SubMenu li:hover .bg,.SubMenu li.onli .bg{ width:100%; left:0;}
.SubMenu li a:hover,.SubMenu li.onli a{ color:#0e53b3;}
.SubMenu .Place{ min-width:160px; position:relative; float:left; background:#ecf3fd; padding:0 53px 0 39px; background:#ecf3fd; font-size:14px; color:#808080;}
.SubMenu .Place a{ color:#666666;}.SubMenu .Place a:hover,.SubMenu .Place span{ color:#0e53b3;}
.SubMenu .Place p .iconfont{color:#0e53b3;}

.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;}

.SubTit{ text-align:center; padding-bottom:3%;}
.SubTit h2{ line-height:75px; font-size:36px; color:#262626; color:#262626; font-weight:normal;}
.SubTit h2 i{ width:36px; display:block; height:20px; border-top:2px solid #025fa4; margin:0px auto;}

@media ( max-width:1024px){
.SubPage{ padding-top:20px;padding-bottom:20px;}
.SubBan .txt{ display:none;}
.SubBan .txt .cn{ font-size:18px;line-height:30px;}
.SubBan .txt .en{ font-size:12px;}
.SubMenu .Place{ float:none; padding:0;}
.SubMenu .Place p{padding:0 12px;}
.ColumnName{ position:static; padding:0px; height:auto;}
.ColumnName b{ font-size:16px; line-height:35px;}
.ColumnName span{ display:none;}
.ColumnName .arr{ display:block;}

.SubMenu{ border-bottom:0; margin-top:0; background:none; line-height:35px; height:auto; display:block;}
.SubMenu ul{ display:none;}
.SubMenu li{position:relative;display:block; margin:0;}
.SubMenu li a{ z-index:1; position:relative; display:block; font-size:18px; color:#000000; border-right:1px solid #eaeaea;}
.SubMenu ul{ display:none; background:#fff; float:none;}
.SubMenu li{text-align:left; width:auto; float:none; border-bottom:1px solid #ddd;}
.SubMenu li a{font-size:15px; padding:0 5%; border-left:0; border-right:0; line-height:32px; font-weight:normal; height:auto;}
.SubMenu li .bg{ display:none;}
.SubMenu li:last-child{ border-bottom:0;}
.SubMenu li a:hover,.SubMenu li.active a{ color:#143a83;}

.SinglePage{ line-height:24px;}
.SinglePage video{ width:100% !important;}

.SubTit h2{ line-height:40px; font-size:18px;}
}
/*栏目页公用样式 end*/


/*公司简介 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;}

.History{ position:relative; background:url(/cn/res/images/lsline.gif) center top repeat-y; padding:230px 0;}
.History .head{ position:absolute;width:130px; height:230px; left:50%; top:0; margin-left:-65px;background:url(/cn/res/images/lsline2.gif) center top repeat-y;}
.History .head h2{ color:#fff; border-radius:50%; padding-top:30px; height:100px; text-align:center; line-height:35px; font-size:28px; background:#0e53b3; box-shadow:0 10px 20px rgba(14,83,179,0.3);}

.History li{transition: all ease 0.3s; clear:both; width:50%; padding:15px 0; margin-top:-15px;}
.History .box{ padding:0 124px 0 130px; text-align:right; height:auto !important; height:151px; min-height:151px; position:relative; color:#666666;}
.History .imgbox{ padding-top:60%; margin-top:35px;}
.History .year{ position:absolute; right:40px; top:-6px; line-height:40px; font-weight:bold; font-size:26px; color:#000000;}
.History .dot{ position:absolute; right:-60px; top:0px; background:#dddddd; color:#fff; border-radius:50%; text-align:center; width:40px; height:40px; line-height:40px;}
.History .dot .iconfont{ font-size:28px;}
.History li.next { float:right; clear:none; margin:-180px 0;}
.History li.next .box{ padding:0 130px 0 124px; text-align:left;}
.History li.next .year{ right:auto; left:40px;}
.History li.next .dot{ right:auto; left:-60px;}
.History li.next .imgbox{ left:auto; right:0;}
.History li:hover .dot{ background:#0e53b3;}

.HornorList{ margin:0 0 0 -5%;}
.HornorList li{ width:28.333%; margin:0 0 4% 5%; text-align:center; float:left;}
.HornorList .imgbox{ border:5px solid #e0e0e0; padding-top:73%;}
.HornorList .imgbox span{ background-size:contain;}
.HornorList .shadow{ background:url(/cn/res/images/shadow.jpg) center center no-repeat; padding-top:5%; background-size:contain;}
.HornorList li:hover .shadow{ background:url(/cn/res/images/shadow2.jpg) center center no-repeat; background-size:contain;}
.HornorList li:hover .imgbox{ border:5px solid #0e53b3;}

#BidPic{overflow:; margin:0 50px;}
#BidPic .imgbox{ padding-top:45%;}
#BidPic .slides li{ position:relative;}
#BidPic .slides .info{ z-index:2; position:absolute; left:0; bottom:0; width:100%;}
#BidPic .slides .info span{ display:inline-block; text-align:center; min-width:260px; padding:0 20px; line-height:100px; font-size:20px; color:#fff; background:#0e53b3;}
#BidPic .flex-control-nav{ display:none;}
#BidPic .flex-direction-nav a { opacity: 1; color:#fff; background:#d2d2d2; width:40px; height:40px; line-height:40px; font-size:30px;}
#BidPic .flex-direction-nav a:hover { background:#0e53b3; color:#fff;}
#BidPic .flex-direction-nav .flex-prev {left:-50px;}
#BidPic .flex-direction-nav .flex-next {right:-50px;}

#SmallPic{ margin:23px 50px 0;overflow:hidden;}
#SmallPic .flex-viewport{ margin-left:-12px;}
#SmallPic .imgbox{ cursor:pointer; border:3px solid #fff; padding-top:58%; border-radius:3px; margin-left:12px;}
#SmallPic .slides li.flex-active-slide .imgbox{ border:3px solid #0e53b3;}
#SmallPic .flex-direction-nav{ display:none;}

.Contact{ background:#f9fafd url(../images/lxwmbg.jpg) right bottom no-repeat; border-bottom:5px solid #0e53b3; background-size:cover; line-height:40px;}
.Contact .box{ padding:55px 0; background:url(/cn/res/images/linebg2.gif) center top repeat-y;}
.Contact .item{ position:relative; margin-left:5%; float:left; width:45%;}
.Contact .item dt{ font-weight:bold; position:absolute; left:0; top:0; color:#333333; width:160px;}
.Contact .item dd{ padding-left:160px;}

@media ( max-width:1024px){
.CompanyName{margin-bottom:12px;}
.CompanyName h2{ font-size:18px; line-height:30px;}
.CompanyName h2 i{ height:8px;}
.History .box{ padding-left:0;}
.History li.next .box{ padding-right:0;}

#BidPic .imgbox{ padding-top:68%;}
#SmallPic .flex-viewport{ margin-left:-10px;}
#SmallPic .imgbox{ margin-left:10px;}

.Contact { line-height:30px;}
.Contact .box{ padding:20px 0; background:none;}
.Contact .item{ width:auto; float:none;}
}
@media ( max-width:768px){
.History{ padding:0; background-position:15px top;}
.History .head{ display:none;}
.History li{ width:auto; float:none !important; margin:0 0 15px !important; padding:0 0 0 50px;}
.History .dot{ right:auto !important; top:-30px !important; left:6px !important; width:30px; height:30px; line-height:30px;}
.History .dot .iconfont{ font-size:18px;}
.History .year{ right:auto !important; left:-55px !important; top:35px; font-size:18px;}
.History li .box{ padding-right:0; text-align:left;}
.History li.next .box{ padding-left:0;}
.History .imgbox{ margin-top:12px;}

.HornorList{ margin:0 0 0 -3%;}
.HornorList li{ width:47%; margin:0 0 3% 3%;}

#BidPic{ margin:0;}
#BidPic .slides .info span{ display:block; padding:6px 10px; font-size:15px; line-height:20px;}
#SmallPic{ margin:10px 0 0;}
#BidPic .flex-direction-nav a {width:30px; height:30px; line-height:30px; font-size:20px;}
#BidPic .flex-direction-nav .flex-prev {left:0px;}
#BidPic .flex-direction-nav .flex-next {right:0px;}

.Contact .item dt{ width:auto; position:static; display:inline-block; width:140px;}
.Contact .item dd{ padding-left:0; display:inline-block;}
}
@media ( max-width:560px){
.Contact .item dt{width:auto; min-width:100px;}
}

/*新闻动态 s*/
.TopNews{ margin:0 0 0 -3%;}
.TopNews li{ width:30.3333%; float:left; margin:0 0 3% 3%;}
.TopNews .imgbox{ padding-top:60%;}
.TopNews .date{ z-index:2; position:absolute; left:0; bottom:0; font-size:22px; text-align:center; background:rgba(0,0,0,0.6); width:100px; height:66px; padding-top:14px; color:#fff;}
.TopNews .date i{ opacity:0.5; display:block;font-size:14px;}
.TopNews .tit{ margin-top:22px; line-height:33px; font-size:18px;}
.TopNews .p{ font-size:14px; color:#999999; line-height:24px;-webkit-line-clamp: 2; margin-bottom:28px;}
.TopNews li:hover .more{ box-shadow:0 10px 20px rgba(0,197,197,0.2); background:#00c5c5;}
.TopNews li:hover .date{ background:rgba(0,197,197,0.89);}

.NewsList{ border-top:1px solid #efefef; padding-bottom:2.5%;}
.NewsList li{transition: all ease 0.3s; margin-bottom:10px; padding:0 205px 0 171px; height:72px; position:relative; background:#fbfbfb;}
.NewsList .date{ text-align:center; position:absolute; left:0; top:4px; width:134px; padding:0 5px 0 0; border-right:1px solid #e2e2e2; color:#999999; font-size:14px;}
.NewsList .date b{ display:block; padding-top:4px; line-height:28px; font-size:22px; color:#333333;}
.NewsList .tit{ padding-top:9px; line-height:28px; font-size:18px;}
.NewsList .p{ line-height:24px; color:#999999; font-size:14px;-webkit-line-clamp: 1;}
.NewsList .more{ position:absolute; right:30px; top:16px;}
.NewsList li:hover .more{ box-shadow:0 10px 20px rgba(0,197,197,0.2); background:#00c5c5;}
.NewsList li:hover .tit,.NewsList li:hover .date b{ color:#00c5c5;}

.NewsList2{ margin:0 0 2.2% -1.5%;}
.NewsList2 li{transition: all ease 0.3s; width:31.833%; float:left; margin:0 0 1.5% 1.5%;}
.NewsList2 a{ display:block; background:#f8f9fb; padding:10px 28px 0; height:90px;}
.NewsList2 .date{ color:#0e53b3; font-weight:bold; position:relative;}
.NewsList2 .date .iconfont{ position:absolute; right:0; top:0;}
.NewsList2 li:hover .date .iconfont{ color:#cfddf0;}
.NewsList2 .ti{ overflow:hidden; height:40px; line-height:20px; font-size:16px; margin:0 0 0;}
.NewsList2 .p{-webkit-line-clamp: 2; color:#999999; font-size:14px; line-height:22px; height:44px;}
.NewsList2 li:hover a{ background:#0e53b3;}
.NewsList2 li:hover .date,.NewsList2 li:hover .ti{ color:#fff;}
.NewsList2 li:hover .p{ color:#a6b6db;}

.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:#0e53b3; color:#fff;}
.PrevNextBox dl:hover a{ color:#d6d4f4;}
.PrevNextBox dl:hover span em{color:#fff;}
.PrevNextBox dl a.none{color:#999;}

@media ( max-width:1024px){
.TopNews .date{ height:63px; width:60px; font-size:16px; padding-top:6px; height:45px; line-height:20px;}
.TopNews .date i{ font-size:12px;}
.TopNews .tit{ font-size:15px; margin-top:8px; line-height:24px;}
.TopNews .p { margin-bottom:12px;}
.TopNews .more,.NewsList .more { display:none;}
.NewsList li{ margin-bottom:12px; padding:8px 0 0 80px; height:62px;}
.NewsList .date{top:8px; width:65px; padding:0; font-size:12px;}
.NewsList .date b{padding-top:3px; line-height:24px; font-size:16px;}
.NewsList .tit{ padding-top:0; line-height:28px; font-size:15px;}

.NewsList2 a{ padding:10px 10px 0; height:92px;}
.NewsList2 .ti{ height:44px; line-height:22px; font-size:15px; margin:8px 0;}


.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){
.TopNews li{ width:47%;}
.TopNews li:nth-child(3){ display:none;}
.NewsList2 li{ width:48%;}
}

/*师资队伍 s*/
.TeamList{ margin-left:-2%; padding-bottom:2.2%;}
.TeamList li{transition: all ease 0.3s; width:48%; height:300px; 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:300px;}
.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:180px;/*-webkit-line-clamp: 4;*/ line-height:25px; color:#999999; font-size:14px; margin-bottom:27px;}
.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;}

@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;}
}

/*教学机构 s*/
.SubNav ul{ margin:0 0 0 -2%;}


.SubNav li{ width:19%; margin:0 0 2% 1%; float:left;}
.SubNav li a{ position:relative; display:block; padding:20px 25px; background:url(/cn/res/images/navbg1.jpg) center center no-repeat; background-size:cover;}
.SubNav li .cn{ display:flex; justify-content: center; flex-direction: column; line-height:24px; height: 48px; font-size:20px; color:#333333;}
.SubNav li .cn i{font-size: 18px;}
.SubNav li .en{ display:none; line-height:20px; font-size:13px; color:#999999; margin-right:38px;}
.SubNav li .arr{ width:30px; line-height:27px; height:30px; text-align:center; background:#0e53b3; border-radius:50%; color:#fff; position:absolute; right:5px; top:50%; margin-top: -15px;}
.SubNav li:hover a{ background:url(/cn/res/images/navbg2.jpg) center center no-repeat; background-size:cover;}
.SubNav li:hover .cn{ color:#fff;}
.SubNav li:hover .en{ opacity:0.3; color:#fff;}
.SubNav li:hover .arr{ background:#fff; color:#0e53b3;}
/* .SubNav.sub li:nth-child(1){}
.SubNav.sub li:nth-child(1) a{ background:url(/cn/res/images/navbg2.jpg) center center no-repeat; background-size:cover;}
.SubNav.sub li:nth-child(1) .cn{ color:#fff;}
.SubNav.sub li:nth-child(1) .en{ opacity:0.3; color:#fff;}

.SubNav.sub li:nth-child(2){}
.SubNav.sub li:nth-child(2) a{ background:url(/cn/res/images/navbg2.jpg) center center no-repeat; background-size:cover;}
.SubNav.sub li:nth-child(2) .cn{ color:#fff;}
.SubNav.sub li:nth-child(2) .en{ opacity:0.3; color:#fff;}

.SubNav.sub li:nth-child(3) a{ background:url(/cn/res/images/navbg2.jpg) center center no-repeat; background-size:cover;}
.SubNav.sub li:nth-child(3) .cn{ color:#fff;}
.SubNav.sub li:nth-child(3) .en{ opacity:0.3; color:#fff;} */
.SubNav.sub li:nth-child(3){ margin-right:30%;}


@media ( max-width:1024px){
.SubNav.sub li:nth-child(1){ margin-left:2%;}
.SubNav.sub li:nth-child(3){ margin-right:0;}
.SubNav li{ width:31.3333%;}
.SubNav li a{padding:15px 10px;}
.SubNav li .cn{font-size:16px;}
.SubNav li .cn i{font-size: 14px;}
.SubNav li .arr{ right:10px; width:24px; line-height:20px; height:24px; margin-top: -12px;}
}
@media ( max-width:640px){
.SubNav li{ width:48%;}
.SubNav li .en{ line-height:16px;}
}

/*院长信箱 s*/
.Msgtit{ text-align:center; font-size:30px; color:#000000; padding-bottom:32px;}
.MsgForm{ background:#f8f8f8 url(../images/messagebg.jpg) center bottom no-repeat; background-size:cover; padding:5%;}
.MsgForm .item{ margin-left:-5%;}
.MsgForm .item .tips{max-width:900px; margin:0px auto 20px;text-align: center;}
.MsgForm .item ul{ max-width:900px; margin:0px auto;}
.MsgForm .item dl{ position:relative; font-size:14px; margin:0 0 20px 5%; line-height:38px; height:auto !important; height:40px; min-height:40px; color:#333333;}
.MsgForm .item .w50{ width:45%; float:left;}
.MsgForm .item dl dt{ position:absolute; left:0; width:100px; text-align:right; top:0;}
.MsgForm .item dl dd{ padding-left:100px;}
.MsgForm .item dl .input{ vertical-align:middle; width:99%; height:38px; line-height:38px; border:1px solid #dddddd; background:#fff; text-indent:1em;}
.MsgForm .item dl label{ display:inline-block; margin-right:12px;}
.MsgForm .textarea{border:1px solid #dddddd; padding:10px; background:#fff;}
.MsgForm .textarea textarea{ width:100%; height:152px;}
.MsgForm .btn{ padding-top:10px;}
.MsgForm .sendbtn{ color:#fff; width:120px; height:45px; background:#0e53b3; margin-right:8px; font-size:14px;}
.MsgForm .resetbtn{ color:#fff; width:120px; height:45px; background:#747474; font-size:14px;}

.Msgtop{ margin-bottom:25px; color:#333333; background:#f6f6f6; padding:24px 172px 0 44px; height:115px; line-height:35px; position:relative;}
.Msgtop dl{ margin-bottom:15px;}
.Msgtop dd{ display:inline-block; min-width:171px;}
.Msgtop dd b{ color:#0e53b3;}
.Msgtop .search ul{ margin-left:-25px;}
.Msgtop .search li{ padding-left:25px; float:left;}
.Msgtop .search .input{ font-size:14px; background: #fff url(../images/date.png) right 8px center no-repeat; height:35px; line-height:35px; text-indent:1em; width:195px;}
.Msgtop .search .input2{ font-size:14px; background: #fff; height:35px; line-height:35px; text-indent:1em; width:100%;}
.Msgtop .search .keybox{ position:relative; padding:0 70px 0 61px; width:236px;}
.Msgtop .search .keybox span{ position:absolute; left:0; top:0;}
.Msgtop .search .keybox button{ position:absolute; right:0; top:0; font-size:14px; color:#fff; background:#0e53b3; width:70px; height:35px;}
.Msgtop .search .keybox button:hover{ background:#005fe3;}
.Msgtop a.write{ width:160px; position:absolute; right:0; top:0; color:#fff; text-align:center; padding-top:44px; height:96px; box-shadow:0 15px 20px rgba(14,83,179,0.15); background:#0e53b3; font-size:20px;}
.Msgtop a.write img{ display:block; margin:0px auto 8px;}
.Msgtop a.write:hover{ background:#0b71ff;}

.MsgList{ margin:0 0 2% -2%; padding-bottom:10px;}
.MsgList li{ width:31.333%; float:left; margin:0 0 2% 2%;}
.MsgList .box{ border:1px solid #e6e6e6;}
.MsgList .box .info{ padding:28px 35px 0; line-height:26px; font-size:14px;}
.MsgList .box .tit,.MsgList .box .ti{ font-size:16px;}
.MsgList .box .p{ margin:12px 0 16px; color:#999999;-webkit-line-clamp: 2; height:52px;}
.MsgList .box .more2{ margin-bottom:19px; color:#0e53b3;}
.MsgList .box .more2 i{ display:inline-block; width:18px; height:10px; background:url(/cn/res/images/more2.png); margin-left:11px;}
.MsgList .box .status{ font-size:14px; line-height:59px; height:59px; padding:0 35px; background:#f8f8f8; color:#999999;}
.MsgList .box .status .over{ color:#0e53b3;}
.MsgList .box .status .on{ color:#ef0000;}
.MsgList .box:hover{ border:1px solid #0e53b3;}
.MsgList li.auto{ width:auto; float:none;}
.MsgList li.auto .box .p{ height:auto;}


@media ( max-width:1024px){
.MsgForm .item dl{ margin-bottom:10px;}
.MsgForm .item .w50{ width:auto; float:none;}
.MsgForm .item dl dd { padding-left:70px;}
.MsgForm .item dl dt{ font-size:12px; width:60px}
.MsgForm .sendbtn{ width:80px; height:35px;}
.Msgtit{ font-size:16px; padding-bottom:12px;}
.MsgForm .resetbtn{ width:80px; height:35px;}
.MsgForm .textarea textarea{ height:90px;}

.Msgtop{ padding:15px; height:auto;}
.Msgtop a.write{ width:120px; padding-top:12px; font-size:15px; height:50px; margin:0px auto; display:block; position:static; clear:both;}
.Msgtop a.write img{ width:22px; margin-bottom:0px;}
.Msgtop .search{ padding-bottom:12px;}
.Msgtop .search ul{ margin-left:-12px;}
.Msgtop .search li{ padding-left:12px;}
.MsgList .box .info{ padding:10px 10px 0; line-height:22px;}
.MsgList .box .p{ margin:5px 0; height:44px;}
.MsgList .box .status{ padding:0 12px; line-height:40px; height:40px;}
}
@media ( max-width:768px){
.MsgList li{ width:auto; float:none;}
}
@media ( max-width:640px){
.Msgtop .search li{ width:auto; margin-bottom:10px; float:none;}
.Msgtop dd{ width:48%; float:left; min-width:100px;}
.Msgtop .search .input{ width:100%;}
.Msgtop .search .keybox{ width:auto;}
}


/* 20-05-28 */
.SubNav{padding-bottom: 1%; border-bottom: 1px solid #ececec; margin-bottom: 2%;}
.SubNav:nth-last-child(2){margin-bottom: 0; border-bottom: none; padding-bottom: 0;}
.SubNav .title{line-height: 40px; margin-bottom: 20px;}
.SubNav .title img{display: inline-block; vertical-align: middle; margin-right: 10px;}
.SubNav .title span{display: inline-block; vertical-align: middle; font-size: 34px; padding-right: 18px; color: #000; background: url(/cn/res/images/titbg.png) no-repeat right center;}

@media ( max-width:1366px){
	.SubNav .title span{font-size: 26px;}
}

@media ( max-width:768px){
	.SubNav .title{margin-bottom: 10px;}
	.SubNav .title img{width: 25px;}
	.SubNav .title span{font-size: 20px; padding-right: 0; background: none;}
}


/* 20-11-11信息公开 */
.Xxgk_body{padding: 0;}
.XxgkTop{height: auto; position: static;}
.XxgkTop .Banner .img{display: block; width: 100%;}
.XxgkTop .Banner .Contain{position: absolute; left: 50%; top: 50%; margin: -41px 0 0 -700px;}
.XxgkTop .Banner .Logo{width: 447px; position: static;}
.XxgkTop .Banner .Logo img{display: block; width: 100%;}
.XxgkTop .MainNav{margin: 0; background: #0e53b3;}
.XxgkTop .MainNav li{width: 12%;}
.XxgkTop .MainNav li span a{line-height: 60px; font-size: 16px; font-weight: bold; color: #fff;}

.Footer_xxgk{background-image: url(/cn/res/images/bottombg.jpg);background-repeat: no-repeat;background-position: center top; background-size: cover; padding: 48px 0; overflow: hidden;}
.Footer_xxgk .Copyright{height: auto; padding-top: 0; border-top: none; float: none;}

.SubPage2{ height:auto !important; height:300px; min-height:300px; padding: 40px 0;}
.LeftBar{width: 18.57%; float: left; border: 1px solid #eee; border-top: 5px solid #0e53b3;}
.LeftBar .SubName{line-height: 77px; padding-left: 32px; font-size: 26px; color: #333; position: relative;}
.LeftBar .SubName i{display: none; position: absolute; top: 0; right: 15px; transform: rotate(90deg);}
.LeftBar .SubName span{color: #0e53b3;}
.LeftBar .SubName img{display: inline-block; vertical-align: middle; width: 30px; margin-right: 10px;}
.Menus li{border-top: 1px solid #eee; padding: 0 18px 0 36px;}
.Menus li .am{display: block; line-height: 42px; background: url(/cn/res/images/arr1.png) no-repeat right center;}
.Menus li.on{background: #0e53b3;}
.Menus li.on .am{color: #fff; background: url(/cn/res/images/arr2.png) no-repeat right center;}
.RightBar{width: 79.85%; float: right;}

.CommonList{width: 49%; height: 309px; float: left; background: #f6f6f6; padding-top: 25px; margin-bottom: 26px;}
.CommonList:nth-child(2n){float: right;}
.CommonList .title{padding: 0 24px; position: relative; line-height: 31px;}
.CommonList .title .mores{float: right; color: #0e53b3; font-size: 14px;}
.CommonList .title .name{font-size: 18px; color: #0e53b3; font-weight: bold;}
.CommonList .title::before{content: ''; position: absolute; width: 4px; height: 18px; left: 0; top: 50%; margin-top: -9px; background: #d1d1d1;}
.CommonList ul{padding: 0 24px;}
.CommonList li{margin-top: 6px; height: 27px; line-height: 27px; overflow: hidden;}
.CommonList li .tit{font-size: 16px; color: #666; display: inline-block; width: 80%;}
.CommonList li .date{font-size: 14px; line-height: 24px; color: #666; float: right;}
.CommonList:nth-last-child(2),.CommonList:nth-last-child(3){margin-bottom: 0;}

@media ( max-width:1420px){
	.XxgkTop .Banner .Contain{left: 15px; right: 15px; margin-left: 0;}
}

@media ( max-width:1200px){
	.LeftBar .SubName{line-height: 50px; padding-left: 20px; font-size: 20px;}
	.Menus li{padding: 0 18px;}
}

@media ( max-width:1024px){
	.XxgkTop .Banner .Contain{margin: 0; top: 10px;}
	.XxgkTop .Banner .Logo{width: 200px;}
	.XxgkTop .Banner .Logo img{height: auto;}
	.XxgkTop .MainNav{margin-right: 15px;}
	.XxgkTop .MainNav ul{margin: 0;}
	.XxgkTop .MainNav li{border-top: none;}
	.XxgkTop .MainNav .arr i{color: #fff;}
}

@media ( max-width:840px){
	.LeftBar,.RightBar{width: auto; float: none; height: auto !important;}
	.LeftBar{margin-bottom: 15px;}
	.LeftBar .SubName img{width: 25px; margin-right: 5px;}
	.LeftBar .SubName i{display: block;}
	.LeftBar .SubName.on i{transform: rotate(-90deg);}
	.Menus{display: none;}
	.CommonList,.CommonList:nth-child(2n){width: auto; float: none; margin-bottom: 15px;}
	.CommonList:nth-last-child(3){margin-bottom: 15px;}
	.CommonList:nth-last-child(2){margin-bottom: 0;}
}

@media ( max-width:640px){
	.Footer_xxgk{padding: 20px 0;}
	.SubPage2{padding: 20px 0;}
	.LeftBar .SubName{line-height: 38px;}
	.CommonList .title,.CommonList ul{padding: 0 15px;}
}

/* 2021-06-16 督导督查 */
.w1200{max-width: 1200px; margin: 0 auto;}
.Dddc_body{padding: 0;}
.DddcTop{height: auto; position: static;}
.DddcTop .Banner .img{display: block; width: 100%;}
.DddcTop .Banner .w1200{position: absolute; left: 50%; top: 50px; margin: 0 0 0 -600px;}
.DddcTop .Banner .Logo{height: 49px; position: static; padding: 0;}
.DddcTop .Banner .Logo img{display: block; height: 100%;}
.DddcTop .MainNav{margin: 0; background: #006ec3;}
.DddcTop .MainNav li{width: 13.6666%;}
.DddcTop .MainNav li span a{line-height: 60px; font-size: 20px; color: #fff; background-image: url(/cn/res/images/add/navline.png); background-repeat: no-repeat; background-position: right center;}
.DddcTop .MainNav li:nth-last-child(2) span a{background-image: none;}
.DddcTop .MainNav li:hover span a,.DddcTop .MainNav li.onnav span a,.DddcTop .MainNav li span a.sele{background: #005ea6;}

.CommonWidth{width: 48.5%;}
.Dddc_focus,.Dddc_News{margin-bottom: 36px;}
.Dddc_focus{position: relative;}
.Dddc_focus .slides li{position: relative;}
.Dddc_focus .slides li .imgbox{height: 400px;}
.Dddc_focus .slides li .tit{position: absolute; left: 0; right: 0; bottom: 0; height: 70px; line-height: 70px; color: #fff; background: rgba(0,0,0,0.5); padding: 0 100px 0 15px; width: auto;}
.Dddc_focus .flex-control-nav{position: absolute; right: 18px; bottom: 32px; width: 62px; text-align: right; z-index: 3; height: 7px; color: transparent;}
.Dddc_focus .flex-control-nav li{margin: 0 2px; vertical-align: top;}
.Dddc_focus .flex-control-nav li a{width: 7px; height: 7px; overflow: hidden; background: #fff;}
.Dddc_focus .flex-control-nav li a.flex-active{width: 15px; background: #0061e9; border-radius: 20px;}

.Dddc_News{height: 400px; overflow: hidden;}
.HomeTit{height: 60px; line-height: 60px; background: #e5e9eb;}
.HomeTit .name{display: inline-block; background: #006ec3; color: #fff; width: 160px; text-align: center; font-size: 20px; font-weight: bold;}
.HomeTit .mores{float: right; font-size: 14px; color: #999; padding-right: 10px;}

.Dddc_CommonList{padding: 12px 0 0;}
.Dddc_CommonList li.first{background: none; height: auto; padding: 0 0 16px; margin-bottom: 8px; border-bottom: 1px dotted #ccc;}
.Dddc_CommonList li.first .tit{height: 42px; line-height: 42px; color: #006ec3; font-weight: bold; font-size: 20px;}
.Dddc_CommonList li.first .p{-webkit-line-clamp: 1; font-size: 14px; line-height: 24px; color: #afafaf;}
.Dddc_CommonList li{height: 40px; line-height: 40px; overflow: hidden; padding-left: 14px; background: url(/cn/res/images/add/dot.png) no-repeat left center;}
.Dddc_CommonList li a{color: #333;}
.Dddc_CommonList li .date{float: right; color: #bbb; margin-left: 10px;}

@media ( max-width:1230px){
	.w1200{margin: 0 15px;}
	.DddcTop .Banner .w1200{margin-left: 0; width: auto; left: 15px; right: 15px; top: 15px;}
	.DddcTop .Banner .Logo{height: 22px;}
}

@media ( max-width:768px){
	.CommonWidth{width: auto; float: none; margin-bottom: 20px;}
	.CommonWidth:nth-last-child(2){margin-bottom: 0;}
	.Dddc_focus .slides li .tit,.HomeTit{height: 50px; line-height: 50px;}
	.Dddc_focus .flex-control-nav{bottom: 18px;}
}

@media ( max-width:480px){
	.DddcTop .Banner .w1200{top: 10px;}
	.DddcTop .Banner .Logo{height: 20px;}
	.Dddc_focus .slides li .imgbox{height: 260px;}
	.Dddc_News{height: auto;}
	.Dddc_CommonList li{height: 36px; line-height: 36px;}
	.Dddc_CommonList li.first .tit{font-size: 16px;}
}




/*20230726*/
.dot {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.MsgForm_New{background: #f8f8f8}
.MsgForm_New .Msgtit{text-align: left;height: 64px;line-height: 64px;border-bottom: 1px solid #e5e5e5;padding-bottom: 0;}
.MsgForm_New .Msgtit span{font-size: 36px;height: 64px;line-height: 64px;border-bottom: 1px solid #0f54b3;}
.MsgForm_New .Msgtit a.ckxj{padding: 0 25px;height: 44px;margin: 10px auto;line-height: 44px;text-align: center; background-image: linear-gradient(45deg, 	#00a2b5 1%, 	#10b59c 100%);float: right;border-radius: 10px;font-size: 20px;font-weight: normal;color: #ffffff;display: none;}
.MsgForm_New .item .tips{text-align: left;width: 100%;max-width: unset;margin: 20px auto;color: #999999;}
.MsgForm_New .item{margin: 0 auto;overflow: visible;}
.MsgForm_New .item ul{max-width: unset;width: 100%;}
.MsgForm_New .item dl{margin: 0 auto;margin-bottom: 40px;}
.MsgForm_New .item dl dt{position: static;width: 100%;text-align: left;font-size: 18px;color: #333333;line-height: 35px;}
.MsgForm_New .item dl dt .red{color: #ff0000;height: 35px;line-height: 35px;display: inline-block;margin-right: 5px;}
.MsgForm_New .item dl dd{padding-left: 0;margin-top: 10px;}
.MsgForm_New .item dl .input{height: 60px;line-height: 60px;text-indent: 18px;border-radius: 6px;box-shadow:0 0 15px rgba(0,0,0,.085);border: none}
.MsgForm_New .textarea {border-radius: 6px;box-shadow:0 0 15px rgba(0,0,0,.085);border: none;padding: 18px;}
.MsgForm_New .item .w50{width: 49%}
.MsgForm_New .item .w50:nth-child(2n){float: right;}
.MsgForm_New .item dl.yzm .input{width: 40%;float: left;}
.MsgForm_New .item dl.yzm .hqyzm{float: left;text-align: center;line-height: 60px;margin-left: 20px;cursor: pointer;box-shadow:0 0 30px rgba(202,210,222,1); width: 140px;height: 60px;background-image: linear-gradient(45deg, #0048b2 1%, 	#0087f0 100%);font-size: 16px;color: #ffffff;font-weight: lighter; border-radius: 6px;}
.MsgForm_New .sendbtn1{width: 148px;line-height: 56px;height: 56px;background-image: linear-gradient(45deg, 	#0048b2 1%, 	#0087f0 100%);	border-radius: 28px;box-shadow:0 0 30px rgba(202,210,222,1);}
.MsgForm_New .sendbtn2{width: 148px;line-height: 56px;height: 56px;background-image: linear-gradient(45deg, 	#00a2b5 1%, 	#10b59c 100%);	border-radius: 28px;box-shadow:0 0 30px rgba(198,231,235,1);}
.MsgForm_New .resetbtn{width: 148px;	height: 56px;	background-color: #a0a0a0;	border-radius: 28px;box-shadow:0 0 30px rgba(0,0,0,.085);}


.PopupShengm{position: fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);top:0;left:0;z-index:9999;display: none;}
.PopupShengm .ShengmingBox{position: absolute;border-radius: 0px;background:#fff;padding:5% 2%;max-width:400px;width:90%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);top:50%;left:50%;text-align:center}
.PopupShengm .ShengmingBox .close{position: absolute;right:20px;top:20px;cursor: pointer;}
.PopupShengm .ShengmingBox .Con h1{text-align: center;font-size: 24px;color:#000;margin-bottom:30px;font-weight: normal;}
.PopupShengm .ShengmingBox .Con .txt p{height: 60px;line-height: 60px;margin-bottom: 20px;text-align: left;}
.PopupShengm .ShengmingBox .Con .txt p input{width: 100%;height: 60px;line-height: 60px;border: 1px solid #E5E5E5;background: #F6F6F6;border-radius: 8px;text-indent: 18px;}
.PopupShengm .ShengmingBox .Con .txt p.yzm input{width: 60%;float: left;}
.PopupShengm .ShengmingBox .Con .txt p.yzm .hqyzm{float: right;text-align: center;line-height: 60px;cursor: pointer;box-shadow:0 0 30px rgba(202,210,222,1); width: 35%;height: 60px;background-image: linear-gradient(45deg, #0048b2 1%, 	#0087f0 100%);font-size: 16px;color: #ffffff;font-weight: lighter; border-radius: 6px;}
.PopupShengm .ShengmingBox .btns{display: inline-block;color: #fff;margin-top: 40px; width: 148px;line-height: 56px;height: 56px;background-image: linear-gradient(45deg, 	#00a2b5 1%, 	#10b59c 100%);	border-radius: 28px;box-shadow:0 0 30px rgba(198,231,235,1);}

.MsgForm_New .Msgtit .xjss{margin-left: 40px;}
.MsgForm_New .Msgtit .xjss p{width: 260px;height: 40px;line-height: 40px;border-radius: 6px;border: solid 1px #e5e5e5;margin: 11px auto;background-color: #ffffff; position: relative;margin-right: 10px;}
.MsgForm_New .Msgtit .xjss p input{width: 100%;height: 40px;line-height: 40px;float: left;text-indent: 14px;color: #ccc}
.MsgForm_New .Msgtit .xjss p .hqyzm{position: absolute;width: 90px;	height: 24px;	background-color: #0048b2;top: 8px;right:20px;border-bottom: none;cursor: pointer;	border-radius: 4px;	font-size: 14px;color: #ffffff;line-height: 24px;text-align: center;font-weight: lighter;}
.MsgForm_New .Msgtit .xjss button{float: left;width: 80px;height: 40px;background-image: linear-gradient(45deg, 	#0048b2 1%, 	#0087f0 100%);border-radius: 6px;font-size: 16px;color: #fefeff;text-align: center;line-height: 40px;margin: 11px;margin-left: 0;}
.MsgForm_New .Msgtit .xjss p input::placeholder{color: #ccc;opacity: 1;}
.MsgForm_New_Ck{max-height: 820px;overflow-y: auto;}
.Msg_b .table { display: table;width: 100%;margin-top: 40px;}
.Msg_b .table-row { display: table-row;}
.Msg_b .table-cell { display: table-cell;   border-bottom: 1px solid #ccc;width: 20%;text-align: center;}
.Msg_b .table-row.header{height: 56px;background-color: #ececec;line-height: 56px;font-size: 18px;color: #333333;font-weight: bold;}
.Msg_b .table-row.header  .table-cell{border-bottom: none;}
.Msg_b .table-cell.td1{width: 25%}
.Msg_b .table-row.tbody{line-height: 72px;}
.Msg_b .table-row.tbody .td1{padding-left: 0%;text-align: left;}
.Msg_b .table-row.tbody .td1+.td2{width: 25%}
.Msg_b .table-row.tbody .td1 span{padding-left: 10px;background: url(/cn/res/images/xxdot.png) no-repeat left center;color: #666;max-width: 420px;}
.Msg_b .table-row.tbody .td2 span.ckss{position: absolute;left: 140%;top: 50%;margin-top: -13px;width: 80px;cursor: pointer; display: inline-block;vertical-align: middle;font-size: 14px;font-weight: lighter;color: #ffffff;height: 26px;line-height: 26px;	background-image: linear-gradient(45deg, 	#0048b2 1%, 	#0087f0 100%);border-radius: 13px;}
.Msg_b .table-row.tbody .td2 p{position: relative;display: inline-block;}
.Msg_b  .table-row:last-child .table-cell{border-bottom: none;}
.PopupShengHf .ShengmingBox{max-width: 1160px;padding: 2%;max-height:85vh; overflow-y: auto;}
.PopupShengm .ShengmingBox .close{top: 4%;right: 4%}
.PopupShengHf  .Msgtit{text-align: left;height: 64px;line-height: 64px;border-bottom: 1px solid #e5e5e5;padding-bottom: 0;}
.PopupShengHf  .Msgtit span{font-size: 36px;height: 64px;line-height: 64px;border-bottom: 1px solid #0f54b3;}
.PopupShengHf .Con_b {margin-top: 30px;text-align: left;}
.PopupShengHf .Con_b .Lx_t{height: 40px;line-height: 40px;}
.PopupShengHf .Con_b .Lx_t span{width: 40px;float: left;	height: 40px;}
.PopupShengHf .Con_b .Lx_t  p{font-size: 20px;color: #0f54b3;font-weight: bold;margin-left: 20px;float: left;}
.PopupShengHf .Con_b .Lx_t  .tit{float: left;font-size: 20px;color: #333333;display: inline-block;width: calc(100% - 150px);margin-left: 20px;font-weight: 600;}
.PopupShengHf .Con_b .Lxxx{line-height: 35px;font-size: 18px;color: #999999;font-weight: lighter;text-align: right;}
.PopupShengHf .Con_b .LxCon{padding: 30px 40px;background-color: #f9f9f9;border-radius: 6px;font-size: 16px;line-height: 35px;color: #666666;margin-top: 10px;margin-bottom: 40px;}
.PopupShengHf .Con_b .Lx_t .time{font-size: 18px;color: #999999;font-weight: lighter;}
.PopupShengHf .Con_b .HfCon{padding: 30px 40px;background-color: #f9f9f9;border-radius: 6px;font-size: 16px;line-height: 35px;color: #666666;margin-top: 10px;margin-bottom: 40px;max-height: 330px;overflow-y: auto;}

.LdxxIndex{display: flex;}
.LdxxIndex li{width: 36%;margin: 0 7%;float: left;font-size: 32px;line-height: 44px;background: #fff;}
.LdxxIndex li a{display: block;background: #fff;padding: 65px 0;text-align: center;}
.LdxxIndex li img{width: 130px;display: block;margin: 0px auto 23px;}
.LdxxIndex li p{font-size: 15px;line-height: 1.6;color:#999;padding:20px 20px 0;text-align: center;max-width:70%;margin:0 auto;}
@media ( max-width:1440px){
.Msg_b .table-row.tbody .td2 span.ckss{position: static;display: block;margin-top: 0;}
.Msg_b .table-row.tbody .td2 p{line-height: 2}
.Msg_b .table-cell{line-height: 2;vertical-align: middle;padding: 15px 0}
}
@media ( max-width:768px){
.Msg_b .table-row.tbody .td1 span{max-width: 200px;}
	.Msg_b .table-row.tbody .td2 span.ckss{position: static;display: block;}
	.Msg_b .table-cell.td1{width: 40%;}
	.Msg_b .table-cell{width: 15%}
	.Msg_b .table-row.tbody .td1{padding-left: 1%;line-height: 44px;padding: 10px 0 ;}
	.Msg_b .table-row.tbody{line-height: 44px;padding: 10px 0 ;}
	.Msg_b .table-row .td3{display: none;}
	.MsgForm_New .Msgtit .xjss{width: 100%;margin: 0 auto}
	.MsgForm_New .Msgtit .xjss p{width: 100%}
	.MsgForm_New .item .w50{width: 100%}
	.MsgForm_New .sendbtn1,.MsgForm_New .resetbtn,.MsgForm_New .sendbtn2{width: 30%}

	.LdxxIndex li{width: 40%;margin: 0 5%;font-size: 22px;line-height: 30px;}
	.LdxxIndex li img{width: 50px;margin: 0px auto 15px;}
	.LdxxIndex li a{padding:30px 0;}
	.LdxxIndex li p{font-size: 14px;padding:10px;width:100%;}
}

/*20231214*/
.hfmyd .inputbox{margin-left: 40px;}
.hfmyd .inputbox input{margin-left: 20px;}
.hfmyd .inputbox button{display: inline-block;width: 80px;height: 30px;line-height: 26px;text-align: center;border-radius: 6px;background: #0f54b3;color: #fff;font-size: 18px;margin-left: 40px;}


/*20240523*/
.popup .close{width: 20px;height: 20px;text-align: center;font-size: 16px;border-radius: 50%;background: #0e53b3;color: #fff;position: absolute;left: 100%;top: -20px;line-height: 20px;cursor: pointer;}
.popup {display: none;position: fixed;top: 50%;left: 50%;width:30vw;  transform: translate(-50%, -50%);background-color: #fff;padding: 20px;border: 1px solid #ccc;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);z-index: 9999;}
.popup .SubNav{border: none;width: 100%}
.popup .Contain{width: 100%;}
.popup .SubNav li{margin-bottom: 0;width: 48%;margin: 0 }
.popup .SubNav ul{margin-left: 0;}
.popup .SubNav li:nth-child(2){float: right;}



.container {
  display: grid;
  place-items: center; /* 水平和垂直居中 */
  height: 100vh; /* 设置容器高度为视口高度 */
}

.centered-content {
  width: 200px;
  height: 100px;
}
















