@charset "utf-8";
/* CSS Document */
html,body,div,form,img,ul,ol,li,dl,dt,dd{margin:0px; padding:0px;}
body{margin:0 auto;padding:0;border:0; font-family:"宋体";}
select,input,textarea{vertical-align:middle; padding:0; margin:0;}
textarea{resize:none;}
img{border:0;}
ol,ul,li{list-style:none;}
a,img,input,textarea,select,button,area{outline:none;}

*{-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
/*清除浮动*/
.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1; _zoom:1;}
/*IE下a:hover 背景闪烁*/
*html{overflow:-moz-scrollbars-vertical; _zoom:expression(function(ele){ele.style.zoom = "1"; document.execCommand("BackgroundImageCache",false,true)}(this))}

.hover-opacity a{-webkit-transition: 0.2s; transition: 0.2s;}
.hover-opacity a:hover{filter:alpha(opacity=75); opacity:0.75;}
.hover-opacity-img a img{-webkit-transition: 0.2s; transition: 0.2s;}
.hover-opacity-img a:hover img{filter:alpha(opacity=75); opacity:0.75;}

.lfloat{float:left;}
.rfloat{float:right;}

.emd-table{display: table; width: 100%;}
.emd-table.fixed{table-layout: fixed;}
.emd-table .thead{display: table-header-group;}
.emd-table .tbody{display: table-row-group;}
.emd-table .tfoot{display: table-footer-group;}
.emd-table .tr{display: table-row;}
.emd-table .th{display: table-cell; vertical-align: middle;}
.emd-table .td{display: table-cell; vertical-align: middle;}
.emd-table .min{width: 1%; white-space: nowrap;}
.emd-table.vt>.th,.emd-table.vt>.td,.emd-table .vt{vertical-align: top;}
.emd-table.tc,.emd-table .tc{text-align: center;}

html,body{height: 100%;}
body{margin: 0 auto; min-width:1260px; max-width: 1920px; font-family: "microsoft yahei"; font-size:14px; background: #fff;}
iframe{display: block;}
a{text-decoration:none; color:#333;}
a:hover{text-decoration:none; color:#1374de;}
.eui-main{position: relative; min-height: 100%; height: auto; padding-bottom: 125px; overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.2);}
.eui-con{width: 1200px; margin: 0 auto;}

/* 头部 */
.eui-header{position: relative; z-index: 999; margin-bottom: -50px; height: 150px;}
.eui-head{position: relative; background: #fff; box-shadow: 0 0 8px rgba(0,0,0,.15);}
.eui-head .eui-con{width: 1340px;}
.eui-head .emd-table{height: 100px;}
.eui-head .logo{display: block; padding: 10px 20px;}
.eui-head .logo img{display: block;}
.eui-head .search{float: right; margin-top: 16px; height: 32px; border-radius: 30px; background: #e0eaf6;}
.eui-head .search input{float: left; padding: 0 0 0 15px; width: 200px; line-height: 32px; height: 32px; border: none; background: none;}
.eui-head .search button{float: left; width: 50px; line-height: 32px; height: 32px; border: none; background: url(../images/icon-search.png) no-repeat center; cursor: pointer;}
.eui-head .search button:hover{filter:alpha(opacity=80); opacity: .8;}
.eui-nav{position: relative; font-size: 0;}
.eui-nav a{transition: .3s;}
.eui-nav span{position: relative; display: inline-block;}
.eui-nav span>a{position: relative; display: block; padding: 0 5px; line-height: 52px; font-size: 16px; color: #333; background: no-repeat center bottom;}
.eui-nav span~span{margin-left: 20px;}
.eui-nav span>a:hover{color: #1374de;}
.eui-nav .bg{filter:alpha(opacity=0); opacity: 0; position: absolute; bottom: -48px; right: -290px; width: 1920px; height: 48px; background: url(../images/nav-bg.png); transition: .3s;}
.eui-nav .sub{position: absolute; z-index: 1; top: 48px; display: none; padding: 0 30px;}
.eui-nav .sub a{display: inline-block; padding: 0 15px; line-height: 56px; font-size: 16px; color: #fff;}
.eui-nav .sub a:hover{color: #b5cfee;}
.eui-nav .item:hover>a{color: #1374de; background-image: url(../images/nav-icon.png);}
.eui-nav .item:hover~.bg{filter:alpha(opacity=100); opacity: 1;}
.eui-nav .item:hover .sub{display: block;}
.eui-head .link{float: right; margin: 26px 16px 0; line-height: 12px;}
.eui-head .link li{float: left;}
.eui-head .link li~li{border-left: 1px solid #ccc;}
.eui-head .link a{display: block; margin: -10px 0; padding: 0 12px; line-height: 32px; font-size: 14px;}

/* 底部 */
.eui-footer{position: absolute; bottom: 0; left: 0; right: 0; height: 125px; overflow: hidden;}
.eui-foot{font-family: simsun; font-size: 14px; color: #8aa7c5; background: #124986;}
.eui-foot a{font-family: simsun; color: #8aa7c5;}
.eui-foot .emd-table{height: 125px;}
.eui-foot .nav{margin-bottom: 20px; margin-left: -15px; font-size: 0;}
.eui-foot .nav a{position: relative; padding: 0 15px; line-height: 30px; font-size: 14px; transition: .3s;}
.eui-foot .nav a:hover{color: #fff;}
.eui-foot .nav a~a:before{content: ''; position: absolute; top: 50%; left: 0; margin-top: -7px; width: 1px; height: 14px; background: #8aa7c5;}
.eui-foot span{display: inline-block; line-height: 20px;}
.eui-foot .i1{display: inline-block; vertical-align: top; padding: 0 5px 0 20px; line-height: 20px; background: url(../images/footer-ga.png) no-repeat left center;}
.eui-foot .i2{display: inline-block; vertical-align: top; width: 20px; height: 20px; background: url(../images/footer-wj.png) no-repeat left center;}

/* 返回顶部 */
.emd-totop{display: none; position: fixed; bottom: 32px; left: 50%; margin-left: 640px; padding: 36px 10px 8px 10px;  text-align: center; font-style: normal; font-size: 12px; font-family: "microsoft yahei"; border-radius: 4px; background: url(../images/icon-totop.png) no-repeat center 16px #fff; box-shadow: 0 2px 8px rgba(0,0,0,.2); box-shadow: 0 2px 8px #bbb\9; cursor: pointer; transition: .3s; behavior:url(css/pie.htc);}
.emd-totop:hover{color: #1374de;}

/* 公众号 */
.eui-gzh{position: absolute; top: 930px; left: 50%; margin-left: 640px; padding-bottom: 12px; text-align: center; line-height: 1; font-size: 14px; border-radius: 4px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.2); box-shadow: 0 2px 8px #bbb\9; behavior:url(css/pie.htc);}
.eui-in-banner~.eui-gzh{top: 510px;}
.eui-gzh.on{position: fixed; top: 150px;}
/* .eui-gzh{position: fixed; top: 150px; left: 50%; margin-left: 640px; padding-bottom: 12px; text-align: center; line-height: 1; font-size: 14px; border-radius: 4px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.2); box-shadow: 0 2px 8px #bbb\9; cursor: pointer; behavior:url(css/pie.htc);} */
.eui-gzh img{display: block; width: 130px;}
.eui-gzh b{display: block; font-size: 15px;}
.eui-gzh span{margin-top: 6px; display: block;}

/* banner切换 */
.eui-index-banner{position: relative; background: #fff;}
.eui-index-banner .pic li{position: relative; height: 790px; overflow: hidden;}
.eui-index-banner .pic img{position: absolute; top: 0; left: 50%; margin-left: -960px; width: 1920px; height: 100%;}
.eui-index-banner .dot{position:absolute; bottom:12px; left: 0; right: 0; text-align:center; font-size:0; z-index:3; padding:0 8px; box-sizing:border-box;}
.eui-index-banner .dot li{display:inline-block; width:88px; height:30px; overflow:hidden; background: url(../images/index-banner-dot.png) no-repeat center; zoom:1; cursor:pointer;}
.eui-index-banner .dot .on{background-image: url(../images/index-banner-dot-on.png);}
.eui-index-banner i{position:absolute; top:50%; z-index:10; margin-top:-50px; width:100px; line-height:100px; text-align:center; font-family: simsun; font-style: normal; font-size:60px; color:#fff; filter:alpha(opacity=0); opacity:0; cursor: pointer; transition: ease-in-out .3s;}
.eui-index-banner .prev{left:0;}
.eui-index-banner .next{right:0;}
.eui-index-banner:hover i{filter:alpha(opacity=50); opacity:.5;}
.eui-index-banner i:hover{filter:alpha(opacity=100); opacity:1;}

/* 首页模块 */
.eui-index-wrap{padding: 30px 0;}
.eui-index-wrap .eui-list>ul>li a{line-height: 56px; height: 56px; font-size: 16px;}
.eui-index-tit{display: block; margin-bottom: 12px; padding-left: 24px; color: #1374de; background: url(../images/icon-index-tit.png) no-repeat 0 22px;}
.eui-index-tit strong{display: block; margin-bottom: 8px; line-height: 40px; font-size: 40px;}
.eui-index-tit p{margin: 0; height: 20px; font-size: 14px;}
.eui-index-tit b{float: left; margin-left: 36px; font-family: arial;}
.eui-index-tit span{float: right;}
.eui-index-tit i{font-style: normal; font-family: simsun;}
.eui-index-tit:hover span{text-decoration: underline;}

/* 幻灯片切换 */
.eui-slide{position: relative; width: 580px; margin-right: 50px; height:400px;}
.eui-slide .pic ul,.eui-slide .pic li{width: 100%!important;}
.eui-slide .pic li{display: none;}
.eui-slide .pic a{position:relative; z-index:0; display: block;}
.eui-slide .pic img{display: block; width: 100%; height: 400px;}
.eui-slide .pic span{position: absolute; bottom: 0; left: 0; width:100%; height:40px; line-height:40px; font-size: 16px; color:#fff; text-decoration:none; padding: 0 100px 0 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: #1374de;}
.eui-slide .point{position: absolute; width: auto; bottom:14px; right: 0; font-size:0; z-index:3; padding:0 8px; box-sizing:border-box; height: 10px;}
.eui-slide .point ul{display: table; margin: 0 auto; text-align: center;}
.eui-slide .point li{display:inline-block; *display:inline; margin:0 4px; width:8px; height:8px; overflow:hidden; border-radius: 50%; background: #5992f3; zoom:1; cursor:pointer;}
.eui-slide .point .on{background:#fff;}
.eui-slide .btn-prev,.eui-slide .btn-next{width:40px; height:60px; text-align:center; line-height:60px; color:#fff; font-size:40px; margin:-30px 0 0 0; background:#000; position:absolute; top:50%; z-index:10; cursor:pointer; filter:alpha(opacity=0); opacity:0; font-family: simsun; font-style: normal; cursor: pointer; transition: ease-in-out .3s;}
.eui-slide .btn-prev{left:0;}
.eui-slide .btn-next{right:0;}
.eui-slide:hover .btn-prev,.eui-slide:hover .btn-next{filter:alpha(opacity=40); opacity:.4;}
.eui-slide .btn-prev:hover,.eui-slide .btn-next:hover{filter:alpha(opacity=60); opacity:.6;}

/* 选项卡切换 */
.eui-tab .hd{margin-bottom: 8px;}
.eui-tab .hd li{padding-bottom: 7px;}
.eui-tab .hd li~li{padding-left: 3px;}
.eui-tab .hd li a{display: block; line-height: 50px; height: 50px; text-align: center; font-size: 20px; color: #333; background: #dfdfdf;}
.eui-tab .hd li.on{background: url(../images/tab-on.png) no-repeat bottom center;}
.eui-tab .hd li.on a{color: #fff; background: #1374de;}

/* 头条 */
.eui-index-topline{padding: 12px 80px; text-align: center; border-bottom: 1px solid #b9cbe9;}
.eui-index-topline a{position: relative; display: inline-block; padding-left: 110px; line-height: 44px; text-align: center; font-weight: bold; font-size: 30px; background: url(../images/icon-topline.png) no-repeat 0 4px;}

/* 新闻列表 */
.eui-list>ul>li a{position: relative; display: block; font-size: 14px; line-height: 38px; height: 38px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: .3s;}
.eui-list>ul>li a span{float: right; margin-left: 8px; font-size: 14px; color: #888; font-weight: 100;; transition: .3s}
.eui-list>ul>li .newimg{margin-left: 4px;}
.eui-list img{margin-left: 6px;}
.eui-list.dot li a{padding: 0 15px 0 20px; line-height: 36px; background: url(../images/icon-list-dot.png) no-repeat 8px center; background-size: 2px;}
.eui-list.line>ul>li{border-bottom: 1px dashed #ddd;}

/* 专题 */
.eui-zt{position:relative; height:100px; margin-top: 30px;}
.eui-zt img{display:block; width:1200px; height:100px; object-fit: cover;}
.eui-zt .hd{position:absolute; right:-1px; bottom:-1px; z-index:1; padding-left:2px; }
.eui-zt .hd li {color:#fff; cursor:pointer; margin-left:3px; width:26px; height:20px; line-height:18px; font-size:12px; background:#000; float:left; overflow:visible; text-align:center; opacity:.7; filter:alpha(opacity=70); border:1px solid #d8d8d8; margin-left:-1px; }
.eui-zt .hd li.on {background:#f00; color:#fff; font-weight:bold; opacity:1; filter:alpha(opacity=100); z-index:2; position:relative; }

/* wrap2 */
.eui-index-wrap.w2{background: #f3f3f3;}
.eui-index-wrap.w2 .hv{display: block; overflow: hidden;}
.eui-index-wrap.w2 .hv img{display: block; width: 100%; height: 100%; object-fit: cover; transition: 1s;}
.eui-index-wrap.w2 .hv:hover img{transform: scale(1.1);}
.eui-index-culture{width: 370px; height: 440px; box-shadow: 0 0 12px rgba(0,0,0,.2);}
.eui-index-party{position: relative; margin: 0 auto; width: 390px; height: 520px;}
.eui-index-party b{position: absolute; z-index: 2; top: 40px; left: 40px; width: 130px; height: 380px; background: url(../images/index-tit-party.png) no-repeat;}
.eui-index-party span{position: absolute; z-index: 2; bottom: 30px; right: 30px; padding: 7px 14px; line-height: 1; color: #e1001e; border-radius: 30px; background: #ffefa0; behavior:url(css/pie.htc);}
.eui-index-party i{font-style: normal; font-family: simsun;}
.eui-index-video{width: 370px; height: 440px;}
.eui-index-video img{display: block;}

/* wrap3 */
.eui-index-wrap.w3{background: url(../images/index-w3.jpg) no-repeat bottom center #fff;}
.eui-index-business{position: relative; margin-bottom: 15px; height: 460px;}
.eui-index-business a{position: absolute; top: 0; left: 0; color: #fff; overflow: hidden;}
.eui-index-business .i1{width: 330px; height: 460px; background-image: url(../images/index-business-bg1.png);}
.eui-index-business .i2{width: 330px; height: 460px; background-image: url(../images/index-business-bg2.png); left: 340px;}
.eui-index-business .i3{width: 520px; height: 230px; background-image: url(../images/index-business-bg3.png); left: 680px;}
.eui-index-business .i4{width: 255px; height: 220px; background-image: url(../images/index-business-bg4.png); top: 240px; left: 680px;}
.eui-index-business .i5{width: 255px; height: 220px; background-image: url(../images/index-business-bg5.png); top: 240px; left: 945px;}
.eui-index-business em{position: absolute; z-index: 10; filter:alpha(opacity=0); opacity: 0; bottom: 16px; right: 50px; line-height: 30px; color: #fff; font-size: 24px; font-style: normal; font-family: arial; -webkit-transition: ease-out .4s; transition: ease-out .4s;}
.eui-index-business em:before{content: "MORE+";}
.eui-index-business a>b{position: absolute; bottom: 16px; left: 18px; line-height: 1.2; font-weight: normal; font-size: 26px; transition: .4s;}
.eui-index-business .con{position: absolute; top: 0; left: 0; padding: 20px; height: 100%; line-height: 24px; font-size: 14px; background: url(../images/index-business-bg.png); filter:alpha(opacity=0); opacity: 0; transition: .4s;}
.eui-index-business .con i{display: block; margin-top: 50px; background: no-repeat center; transition: ease-out .5s;}
.eui-index-business .con b{display: block; margin: 24px -10px; line-height: 1.2; text-align: center; font-weight: normal; font-size: 26px;}
.eui-index-business span{display: block; margin: 0 20px 30px; height: 144px; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}
.eui-index-business .i1 i{height: 66px; background-image: url(../images/index-business1.png);}
.eui-index-business .i2 i{height: 66px; background-image: url(../images/index-business2.png);}
.eui-index-business .i3 i{height: 70px; background-image: url(../images/index-business4.png);}
.eui-index-business .i4 i{height: 63px; background-image: url(../images/index-business3.png);}
.eui-index-business .i5 i{height: 70px; background-image: url(../images/index-business5.png);}
.eui-index-business a:hover em{right: 30px; filter:alpha(opacity=100); opacity: 1;}
.eui-index-business a:hover>b{filter:alpha(opacity=0); opacity: 0;}
.eui-index-business a:hover .con{filter:alpha(opacity=100); opacity: 1;}
.eui-index-business a:hover .con i{margin-top: 0;}
w3 .eui-index-business a.i3:hover .con i{margin-top: 24px;}
.eui-index-business a.i3 .con i{margin: 0 auto; width: 164px}
.eui-index-business a.i3 .con span{margin: 0 0 30px 20px; width: 280px;}
.w3 .eui-index-business a.i4:hover .con i{margin: -20px 0 -5px;}
.w3 .eui-index-business a.i5:hover .con i{margin: -20px 0 -5px;}

/* 期刊 */
.eui-index-magazine{position: relative; padding: 40px 28px;}
.eui-index-magazine .btn{position: absolute; top: 40px; line-height: 160px; width: 40px; text-align: center; text-align: center; font-weight: bold; font-family: simsun; font-size: 30px; color: #1374de; cursor: pointer;}
.eui-index-magazine .prev{left: -10px;}
.eui-index-magazine .next{right: -10px;}
.eui-index-magazine li{width: 286px;}
.eui-index-magazine li a{position: relative; margin: 0 6px; width: 274px; height: 160px; border: 2px solid transparent; border-radius: 4px; background: url(../images/index-magazine-bg.png) repeat-x bottom #f0f0f0; transition: .3s; cursor: pointer; behavior:url(css/pie.htc);}
.eui-index-magazine li a *{cursor: pointer;}
.eui-index-magazine .td{padding: 14px 0 0 12px; vertical-align: top;}
.eui-index-magazine .th{width: 120px; text-align: right; font-size: 0;}
.eui-index-magazine b{display: block; margin-bottom: 12px; line-height: 24px; font-weight: normal; font-size: 18px; color: #1374de;}
.eui-index-magazine label{display: block; width: 139px; line-height: 24px; font-family: simsun; font-size: 12px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.eui-index-magazine span{position: relative; display: inline-block; margin-top: 12px; padding: 7px 14px; line-height: 1; font-family: simsun; font-size: 12px; color: #333; border-radius: 30px; background: #fff; transition: .3s; behavior:url(css/pie.htc);}
.eui-index-magazine i{font-style: normal; font-family: simsun;}
.eui-index-magazine img{display: inline-block; max-width: 120px; max-height: 146px;}
.eui-index-magazine a:hover{border-color: #1374de;}
.eui-index-magazine a:hover span{color: #fff; background: #1374de; color: #333\9; background: #fff\9;}

/**************** 内页 ****************/
.eui-in{background: url(../images/in-bg.jpg) no-repeat bottom;}
.eui-in>.eui-con{padding-bottom: 120px;}
.eui-in-banner{position: relative; height: 360px;}
.eui-in-banner img{position: absolute; top: 0; left: 50%; margin-left: -960px; height: 360px;}
.eui-crumb{line-height: 50px;font-size: 14px; color: #999;}
.eui-crumb a{display: inline-block;}
.eui-crumb span{color: #1374de;}
.eui-menu{width: 240px; height: 660px; margin-right: 20px; font-family: "microsoft yahei"; background: #ecf2f8;}
.eui-menu .tit{padding-left: 28px; height: 50px; line-height: 50px; font-weight: bold; font-size: 20px; color: #fff; background: url(../images/menu-tit1.png);}
.eui-menu ul{height: 610px; overflow-y: auto;}
.eui-menu li>a{display: block; padding-left: 40px; line-height: 50px; height: 50px; font-size: 18px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.eui-menu li.on>a{color: #1374de; background: url(../images/menu-on.png) no-repeat 95% center #d2e4f8;}
.eui-menu li:hover>a{color: #1374de; background-color: #d2e4f8;}
.eui-menu .sub{position: relative; background: #dee9f3;}
.eui-menu li .sub:before{content: ''; position: absolute; top: -50px; right: 0; width: 40px; height: 50px; background: url(../images/icon-arrow-down.png) no-repeat;}
.eui-menu li .sub a{display: block; height: 0; overflow: hidden; transition: .3s; padding: 0 10px 0 56px; width: 240px; line-height: 40px; font-size: 14px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.eui-menu li .sub a.on{padding-right: 30px; font-weight: bold; color: #1374de; background: url(../images/menu-on.png) no-repeat 95%}
.eui-menu li:hover .sub a{height: 40px;}
.eui-menu li.on .sub:before{background-image: url(../images/menu-sub.png);}
.eui-menu li.on .sub a{height: 40px;}

/* 分页样式  */
.pre_next{padding: 20px 0; line-height: 30px; text-align: right; clear: both;}
.pre_next a{display:inline-block; vertical-align:top; padding:0 12px; margin:0 3px; border-radius: 2px; border:1px solid #ddd; font-size:14px; background:#fff; transition: .3s;}
.pre_next a:hover{background:#f5f5f5; color: #1f6db1;}
.pre_next a.disabled,.eui-page a.disabled:hover{color: #999; background: #eee; cursor: no-drop;}
.pre_next a:active,.eui-page a.on,.eui-page a.on:hover{background:#1f6db1; color: #fff; border-color: #1f6db1;}
.pre_next select{margin: 0 8px; padding: 6px; border-color: #ddd;}

/* 右侧 */
.eui-in-box{margin-left: 20px; padding: 0 20px; min-height: 660px; border: 1px solid #f4f4f4; background: #fff;}
.eui-in-box .eui-in-tit{line-height: 49px; font-size: 20px; color: #1374de; border-bottom: 1px solid #b9cbe9;}
.eui-in-box .eui-in-tit .more{float: right; padding:0 6px; font-size: 14px;}
.eui-in-box .eui-list{position: relative; padding: 12px 0 50px; min-height: 610px;}
.eui-in-box .eui-list>ul>li>a{padding-left: 20px; line-height: 44px; height: 44px; font-size: 16px; background: url(../images/icon-list-dot-in.png) no-repeat 4px center; background-size: 4px;}
.eui-in-box .eui-list>ul>li>a:hover{padding-left: 24px; padding-right: 8px; background-color: #eef3fc; background-position-x: 10px;}
.eui-in-box .eui-list .pre_next{position: absolute; bottom: 0; left: 0; right: 0;}

/* 3期刊速递 */
.eui-in-box .eui-index-magazine{margin: 0 -10px; padding: 20px 0; height: 608px;}
.eui-in-box .eui-index-magazine li{float: left; margin-bottom: 16px; width: auto;}
.eui-in-box .eui-index-magazine li a{margin: 0 10px; width: 286px;}
.eui-in-box .eui-index-magazine .pre_next{position: absolute; bottom: 0; left: 0; right: 20px;}

/* 4影像能化 */
.eui-pic{position: relative; height: 680px;}
.eui-pic>ul{margin-right: -20px; padding-top: 20px;}
.eui-pic>ul>li{float: left; margin: 0 20px 12px 0;}
.eui-pic>ul>li a{position: relative; display: block; transition: .3s;}
.eui-pic>ul>li p{margin: 0; width: 286px; height: 160px; border: 2px solid #fff; overflow: hidden;}
.eui-pic>ul>li img{display: block; width: 100%; height: 100%; object-fit: cover; transition: .6s;}
.eui-pic>ul>li span{position: relative; display: block; height: 30px; line-height: 30px; text-align: center; color: #333; background: #fff; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.eui-pic>ul>li a:hover p{border-color: #1374de;}
.eui-pic>ul>li a:hover img{transform: scale(1.15); border-color: #1374de;}
.eui-pic>ul>li a:hover span{color: #1374de;}
.eui-pic .pre_next{position: absolute; bottom: 0; left: 0; right: 0;}

/* 5集团简介 */
.eui-detail{padding: 10px 0;}
.eui-detail p{text-align: justify;}

/* 6集团业务 */
.eui-in .eui-index-business{margin: 20px 0;}
.eui-in .eui-index-business a{background-size: 100% 100%;}
.eui-in .eui-index-business a>b{bottom: 20px; font-size: 22px;}
.eui-in .eui-index-business .i1{width: 246px; height: 342px;}
.eui-in .eui-index-business .i2{width: 246px; height: 342px; left: 254px;}
.eui-in .eui-index-business .i3{width: 388px; height: 170px; left: 510px;}
.eui-in .eui-index-business .i4{width: 190px; height: 164px; top: 178px; left: 510px;}
.eui-in .eui-index-business .i5{width: 190px; height: 164px; top: 178px; left: 708px;}
.eui-in .eui-index-business i{margin-top: 0; height: 50px;}
.eui-in .eui-index-business em{bottom: 10px; margin-right: -12px; font-size: 20px;}
.eui-in .eui-index-business .con b{margin-top: 10px; font-size: 22px;}
.eui-in .eui-index-business span{margin: -4px 0 20px;}
.eui-in .eui-index-business .i1 i{background-image: url(../images/in-business1.png);}
.eui-in .eui-index-business .i2 i{background-image: url(../images/in-business2.png);}
.eui-in .eui-index-business .i3 i{background-image: url(../images/in-business3.png);}
.eui-in .eui-index-business .i4 i{background-image: url(../images/in-business4.png);}
.eui-in .eui-index-business .i5 i{background-image: url(../images/in-business5.png);}
.eui-in .eui-index-business a.i3 .con i{width: 120px;}
.eui-in .eui-index-business a.i3 .con span{width: 200px; height: 96px; -webkit-line-clamp: 4;}

/* 7所获奖励 */
.eui-swiper{position: relative; padding-top: 24px;}
.eui-swiper .swiper-container{width: 800px;}
.eui-swiper .swiper-wrapper{height: 65px!important;}
.eui-swiper li{position: relative; height: 65px!important; text-align: center; font-size: 14px; cursor: pointer;}
.eui-swiper li~li:before{content: ''; position: absolute; z-index: 1; top: 17px; left: -50%; width: 100%; height: 4px; background: #e1e1e1;}
.eui-swiper li i{position: relative; z-index: 2; display: block; margin: 8px auto; width: 22px; height: 22px; background: url(../images/icon-swiper.png) no-repeat;}
.eui-swiper li.on{font-weight: bold; color: #1374de;}
.eui-swiper li.on i{background-image: url(../images/icon-swiper-on.png);}
.eui-swiper .btn{position: absolute; top: 50%; margin-top: -30px; width: 40px; height: 60px; cursor: pointer; transition: .3s;}
.eui-swiper .arrow-left{left: -6px; background: url(../images/icon-arrowL.png) no-repeat center;}
.eui-swiper .arrow-right{right: -6px; background: url(../images/icon-arrowR.png) no-repeat center;}
.eui-swiper .prevStop,.eui-swiper .nextStop{filter:alpha(opacity=30); opacity: .3; cursor: no-drop;}



/* 分页样式  */ 
.page{font-family: simsun;clear: both;}
.page ul{float: left;}
.page ul li {float: left; margin-right: 1px; min-width: 26px; height: 26px; line-height: 26px; text-align: center; border-bottom: medium none;}
.page ul li a {display: block; min-width: 26px; height: 26px; font-size: 12px;}
.page ul li a:hover,.page_num {display: block; min-width: 26px; height: 26px; background: #1374de; color: #fff!important;}
.page span {float: left; margin: 0 2px; font-size: 14px; height: 26px; line-height: 26px;}
.page_fy a {display: block; padding: 0 10px; height: 26px; line-height: 26px; text-align: center;}
.page strong {padding: 0 6px;}
.page select {margin: 0 6px;}
.page_fy a:hover{display: block; height: 26px; line-height: 26px; text-align: center; background: #d7d9e5;}
.page_fy a.disabled{color: #999; background: none; cursor: no-drop;}

.eui-list .page{position: absolute; bottom: 20px; right: -20px; height: auto;}




/*8文章详情*/
.eui-detail{padding: 20px 40px;margin:0 auto}

.eui-detail .detail-title{text-align:center; line-height: 36px; padding:10px 0 8px; border-bottom:1px dotted #ccc; }
.eui-detail .detail-title h1{font-size:22px; font-weight:normal; font-family:"微软雅黑"; margin:0; color: #0e76cd;}
.eui-detail .detail-title-sub{color:#999;}
.eui-detail .f14px{font-size:14px; display:inline-block; padding:0 2px 0 4px;}
.eui-detail .f16px{font-size:16px; display:inline-block; padding:0 4px 0 2px;}
.eui-detail .eui-sel{color:#F00 !important;}
.detail-con{padding:20px; font-size:14px;}
.eui-detail .bdsharebuttonbox{padding:4px 12px 0}
.eui-detail .detail-btn{height:36px; line-height:36px; padding:0 8px;}
.eui-detail .detail-btn a{color: #0e76cd;}
.eui-underline a:hover{text-decoration: underline;}
.eui-detail .detail-foot{text-align: right; padding: 20px 0;}
.eui-detail .detail-foot a{color: #0e76cd;}
.eui-detail .detail-foot a:hover{color: #f60;}

/* 网站地图 */
.eui-site-map{padding: 20px 0;}
.eui-site-map b{display: block; margin-bottom:10px; padding-left: 12px; line-height:14px; font-size:14px; color:#1374de; border-left:5px solid #1374de;}
.eui-site-map p{margin: 0 0 15px; padding: 0 0 10px; border-bottom: 1px dashed #ddd;}
.eui-site-map a{display:inline-block; padding: 0 12px; line-height: 30px; font-size: 14px; color:#aaa; transition: .3s; cursor: no-drop;}
.eui-site-map a[href]{color:#666; cursor: pointer;}
.eui-site-map a[href]:hover{color: #1374de;}