/* 全局 */
* { font-family: /* 苹果丽中黑*/\82F9\679C\4E3D\4E2D\9ED1,Arial, /* 微软雅黑 */\5FAE\8F6F\96C5\9ED1,/* 新宋体 */\65B0\5B8B\4F53,/* 黑体\5B8B\4F53,\9ED1\4F53, */Helvetica,sans-serif; color:#333333; border:none; padding:0; margin:0; hyphens: auto;}
html,body { margin:0px; padding:0px;/*filter:grayscale(100%);*/}
body {}
a { text-decoration:none;}
a:hover {color: #2e457c;transition-duration: 500ms;}
li { list-style:none;}
.clear { clear:both;}
@keyframes shade{
	from{opacity:0;}
	to{opacity:1;}
}
@keyframes float{
	from{margin:200px auto 0px auto;}
	to{margin:0px auto 0px auto;}
}
@keyframes float1{
	from{margin:200px auto 0px auto;}
	to{margin:20px auto 0px auto;}
}

/* 首页 */
.index_pc { width:100%; margin:0 auto;}
.index_m { display:none;}
/* 顶部功能栏开始 */
.index_top_pc { width:1400px; margin:0 auto; height:36px; overflow:hidden;}
.index_top_pc li { margin:4px 0px; padding:0px 20px; float:right; font-size:18px; line-height:36px; color:#858585;}
.index_top_pc li a { color:#858585;}
.index_top_pc li a:hover { color:#2e457c;}
.index_top_pc img { width:24px; height:24px; float:left; margin:5px 5px;}
/* 顶部功能栏结束 */

/* logo栏开始 */
.index_logo_pc { width:1400px; height:100px; margin:0 auto;}
.index_logo_pc img { float:left; width:auto; height:100%;}
/* logo栏结束 */

/* 菜单栏开始 */
.index_nav_pc_bg { width:100%; background:#2e457c; height:45px;}
.index_nav_pc { width:1400px; margin:0 auto; background:#2e457c; height:45px;}
.index_nav_pc_list { width:960px; float:left; height:45px;}
.index_nav_pc_list nav { margin:0 auto; text-align:center;}
.index_nav_pc_list nav ul { border-radius:0px; background:#2e457c; padding:0 10px; position:relative; color:#ffffff; font-size:16px;}
.index_nav_pc_list nav ul li { float:left; padding: 7px 0px; width:140px;}
.index_nav_pc_list nav ul::after { content:""; display:block; clear:both;}
.index_nav_pc_list nav ul li a { display:block; padding:5px 10px; color:#ffffff; }
.index_nav_pc_list nav ul li:hover { background:rgba(0,118,173,0.7);}
.index_nav_pc_list nav ul li:hover a { color:#ffffff;}
.index_nav_pc_list nav ul ol { display:none; height:0px; transition-property:height; transition-duration: 1s;}
.index_nav_pc_list nav ul ol:hover { display:block; height:200px; transition-property:height; transition-duration: 1s;}
.index_nav_pc_list nav ul li:hover ~ ol { display:block; height:200px; transition: all 0.2s ease-in-out;}
.index_nav_pc_list nav ul ol { background:rgba(0,118,173,0.7); position:absolute; top:100%; padding:0; left: 150px; width: 700px; transition-property:height; transition-duration: 1s; z-index:99;}
.index_nav_pc_list nav ul ol div { float:left; border-right:1px solid #cccccc; margin: 10px 0; width:139px; height:180px;}
.index_nav_pc_list nav ul ol li { float:none; width:130px; margin:0 auto;}
.index_nav_pc_list nav ul ol li:hover { background:none;}
.index_nav_pc_list nav ul ol li a { color:#FFF;} 
.index_nav_pc_list nav ul ol li a:hover { background:#2e457c;}

.index_nav_pc_search { float:right; width:440px; font-size:16px; line-height:45px; height:45px;}
.index_nav_pc_search input { width:320px; height:24px; border-radius:5px; padding:3px 10px; font-size:16px; line-height:30px;}
.index_nav_pc_search button { width:60px; height:34px; border-radius:5px; padding:3px 10px; margin:0 10px; font-size:16px; line-height:30px; cursor:pointer;}
/* 菜单栏结束 */

/* 幻灯开始 */
.index_banner_pc { width:100%; height:560px; margin:0 auto; background: #04020e; text-align: center;}
.index_banner_pc img { max-width:1920px; height:auto;}
@keyframes flash1{
	from{left:0%;}
	23%{left:0%;}
	25%{left:-100%;}
	48%{left:-100%;}
	50%{left:-200%;}
	73%{left:-200%;}
	75%{left:-300%;}
	98%{left:-300%;}
	to{left:0;}
}
@keyframes flash2{
	from{left:100%;}
	23%{left:100%;}
	25%{left:0%;}
	48%{left:0%;}
	50%{left:-100%;}
	73%{left:-100%;}
	75%{left:-200%;}
	98%{left:-200%;}
	to{left:100%;}
}
@keyframes flash3{
	from{left:200%;}
	23%{left:200%;}
	25%{left:100%;}
	48%{left:100%;}
	50%{left:0%;}
	73%{left:0%;}
	75%{left:-100%;}
	98%{left:-100%;}
	to{left:200%;}
}
@keyframes flash4{
	from{left:300%;}
	23%{left:300%;}
	25%{left:200%;}
	48%{left:200%;}
	50%{left:100%;}
	73%{left:100%;}
	75%{left:0%;}
	98%{left:0%;}
	to{left:300%;}
}
.index_banner_pc .d1 { width:100%; height:560px; position:absolute; left:0; top:181px; animation: flash1 20s infinite;}
.index_banner_pc .d2 { width:100%; height:560px; position:absolute; left:100%; top:181px; animation: flash2 20s infinite;}
.index_banner_pc .d3 { width:100%; height:560px; position:absolute; left:200%; top:181px; animation: flash3 20s infinite;}
.index_banner_pc .d4 { width:100%; height:560px; position:absolute; left:300%; top:181px; animation: flash4 20s infinite;}
/* 幻灯结束 */

/* 新闻栏开始 */
.index_news_pc { width:1400px; margin:0 auto;}
.index_news_pc_top { font-size:32px; line-height:48px; margin:50px auto; text-align:center; font-weight:bold;}
.index_news_pc_top a { color:#ff0000;}
.index_news_pc_pic { width:700px; height:370px; float:left;}

.section-focus-pic{margin:8px 0 0 0;height:350px;width:700px;overflow:hidden;position:relative;}
.section-focus-pic ul li{position:absolute;top:0;left:700px;width:700px;height:350px; text-align:center; overflow:hidden; background:rgba(46,69,124,1.0);}
.section-focus-pic ul li img { height:100%; width:auto;}
.section-focus-pic ul li h3{position: absolute; bottom: 11px; left: 0; width: 590px; font-weight: normal; color: #FFF; margin-left: 20px; z-index: 111; font-size: 18px; line-height: 70px; height: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.section-focus-pic ul li div{position:absolute;bottom:0;left:0;height:50px;background-color:#2e457c;width:700px;opacity: 0.6;filter: alpha(opacity=60);}
.section-focus-pic .pages{width:700px;height:350px;}
.section-focus-pic .controler{position:absolute;bottom:20px;right:20px;}
.section-focus-pic .controler b{cursor:pointer;width:20px;height:10px;display:block;overflow:hidden;text-indent:20px;background:url(../images/imgs/news_index_icon.png) no-repeat -136px 3px; float:left;margin:0 0 0 5px;}
.section-focus-pic .controler b.down{background-position:-161px 1px;}
.section-focus-pic .controler2 a{display:block; width:40px;position:absolute;top:150px;height:40px;}
.section-focus-pic .controler2 a i{cursor:pointer;display:block;width:22px;height:34px; background:url(../images/imgs/star.png) no-repeat;}
.section-focus-pic .controler2 .prev{left:5px;}
.section-focus-pic .controler2 .prev i{background-position:-34px -68px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/imgs/star_05.png');margin-left:5px;}
.section-focus-pic .controler2 .prev:hover i{left:10px;background-position:-34px -24px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/imgs/star_03.png');}
.section-focus-pic .controler2 .next{right:10px;}
.section-focus-pic .controler2 .next i{background-position:-62px -68px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/imgs/star_06.png');margin-left:10px;}
.section-focus-pic .controler2 .next:hover i{right:10px;background-position:-62px -24px;_background:none;_filter: progid:DXImageTransform.Micpxrosoft.AlphaImageLoader(src='../images/imgs/star_04.png');}

.index_news_pc_tab { width:640px; float:right;}
/* 卡1 */
.index_news_pc_tab .tabs { float: none;list-style: none;position: relative;text-align: left;}
.index_news_pc_tab .tabs li {float: left;display: block;}
.index_news_pc_tab .tabs input[type="radio"] { display:none; }
.index_news_pc_tab .tabs label { display: block; border-radius: 15px; line-height: 27px; padding: 5px 40px; font-size: 18px; font-weight: normal; text-transform: uppercase; background: #ffffff; cursor: pointer; position: relative; top: 0px; color: #666666; text-align: center; border: 2px solid #aaaaaa; -webkit-transition: all 0.2s ease-in-out; margin: 0 26px;}
.index_news_pc_tab .tabs label:hover {background: #2e457c; color:#ffffff;}
.index_news_pc_tab .tabs .tab-content { display: none; overflow: hidden; font-size: 18px; line-height: 27px; padding: 10px 5px; position: absolute; top: 60px; left: 0; width: 650px;}
.index_news_pc_tab .tabs .tab-content p { font-size:18px; color:#333333; line-height:27px; width:auto; padding:0 0 0 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.index_news_pc_tab .tabs .tab-content p a { display:block; font-size:18px; color:#333333; line-height:27px; width:65%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; float:left; padding:11px 30px;}
.index_news_pc_tab .tabs .tab-content p a:hover { color:#2e457c;}
.index_news_pc_tab .tabs .tab-content p span { display:block; font-size:18px; color:#aaaaaa; line-height:27px; width:15%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; float:right; padding:11px 30px;}
.index_news_pc_tab .tabs [id^="tab"]:checked + label {top: 0; padding: 5px 40px; background: #2e457c; color: #ffffff; border: 2px solid #2e457c;}
.index_news_pc_tab .tabs [id^="tab"]:checked ~ [id^="tab-content"] {display: block;}



/* 卡2 */
.tabs1 { width: 600px;float: none;list-style: none;position: relative;text-align: left;}
.tabs1 li {float: left;display: block;width: 115px;}
.tabs1 input[type="radio"] { display:none; }
.tabs1 label {display: block;padding: 14px 21px;border-radius: 5px 5px 0 0;font-size: 20px;font-weight: normal;text-transform: uppercase;background: #06358e;cursor: pointer;position: relative;top: 4px;color: #ffffff; text-align: center; border-top: 1px solid #f2f2f2; border-left: solid 1px #f2f2f2; border-right: 1px solid #f2f2f2;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.tabs1 label:hover {background: #06ff8e; color:#06358e;}
.tabs1 .tab-content {z-index: 2;display: none;overflow: hidden;width: 525px;font-size: 17px;line-height: 25px;padding: 25px;position: absolute;top: 53px;left: 0;background: #f2f2f2;}
.tabs1 .tab-content p { font-size:18px; color:#797979; line-height:38px; height:38px;  width:450px; padding:0 0 0 0;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.tabs1 .tab-content p a { color:#797979;}
.tabs1 .tab-content p a:hover { color:#06358e;}
.tabs1 [id^="tab"]:checked + label {top: 0;padding-top: 17px;background: #f2f2f2; color:#06358e;}
.tabs1 [id^="tab"]:checked ~ [id^="tab-content"] {display: block;}
/* 新闻栏结束 */

/* 重点项目栏开始 */
.index_important_pc { width:1400px; margin:40px auto 0px auto;}
.index_important_pc_title { background:url(../images/impartant_bg.png); background-size: 100% 100%; width:1400px; height:140px;}
.index_important_pc_title a { display:block; position:relative; left:1190px; top:0px; width:210px; height: 110px;}
.index_important_pc_click { position:relative; right:0px; top:0px; width:210px; height: 140px;}
.index_important_pc_list { position:relative; top:-51px; left:225px; width:960px; height:32px;}
.index_important_pc_list li { float:left; margin:0 20px; padding:0 0; font-size:20px; line-height:20px; width:280px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.index_important_pc_list li a { color:#666666;}
.index_important_pc_list li a:hover { color:#2e457c;}
/* 重点项目结束 */

/* 业务板块开始 */
.index_yewu_pc { width:100%; padding: 20px 0px; animation: shade 2s ease-in-out,float 2s ease-in-out; margin: 0 auto 0 auto;}
.index_yewu_pc_title { font-size:32px; text-align:center; line-height:40px; height:40px; width: 1400px; margin: 0 auto 20px auto; border-bottom: solid 1px #06358e; padding: 20px 0 20px 0;}
.index_yewu_pc underline { display:block; position:relative; top:17px; left:665px; border-bottom: 4px solid #06358e; width:68px; height:4px;}
.index_yewu_pc_neirong { width:1400px; margin:0 auto; overflow:hidden; height: 440px;}
.index_yewu_pc_neirong a.box1 { display:block; height:360px; width:190px; float:left; margin-left: 65px; position: relative; top: 70px; left: 10px; transform:skew(170deg,170deg) rotate(10deg);}
.index_yewu_pc_neirong_box1 { height:360px; width:190px; background:url(../images/yewu_bg1.jpg); background-size: 100% 100%; float:left;}
.index_yewu_pc_neirong_box1 p { font-size:18px !important;}
.index_yewu_pc_neirong a.box2 { display:block; height:360px; width:190px; float:left; margin-left: 20px; position: relative; top: 20px; left: 20px; transform:skew(170deg,170deg) rotate(10deg);}
.index_yewu_pc_neirong_box2 { height:360px; width:190px; background:url(../images/yewu_bg2.jpg); background-size: 100% 100%; float:left;}
.index_yewu_pc_neirong a.box3 { display:block; height:360px; width:190px; float:left; margin-left: 20px; position: relative; top: 70px; left: 0px; transform:skew(170deg,170deg) rotate(10deg);}
.index_yewu_pc_neirong_box3 { height:360px; width:190px; background:url(../images/yewu_bg3.jpg); background-size: 100% 100%; float:left;}
.index_yewu_pc_neirong a.box4 { display:block; height:360px; width:190px; float:left; margin-left: 20px; position: relative; top: 20px; left: 20px; transform:skew(170deg,170deg) rotate(10deg);}
.index_yewu_pc_neirong_box4 { height:360px; width:190px; background:url(../images/yewu_bg4.jpg); background-size: 100% 100%; float:left;}
.index_yewu_pc_neirong a.box5 { display:block; height:360px; width:190px; float:left; margin-left: 20px; position: relative; top: 70px; left: 0px; transform:skew(170deg,170deg) rotate(10deg);}
.index_yewu_pc_neirong_box5 { height:360px; width:190px; background:url(../images/yewu_bg6.jpg); background-size: 100% 100%; float:left;}
.index_yewu_pc_neirong a.box6 { display:block; height:360px; width:190px; float:left; margin-left: 20px; position: relative; top: 20px; left: 20px; transform:skew(170deg,170deg) rotate(10deg);}
.index_yewu_pc_neirong_box6 { height:360px; width:190px; background:url(../images/yewu_bg5.jpg); background-size: 100% 100%; float:left;}
.index_yewu_pc_neirong p { font-size:24px; line-height:36px; text-align:center; position:relative; top:270px; left:0px; transform:skew(20deg,0deg) rotate(0deg); color:#2e457c;}
.index_yewu_pc_neirong_box_underline { width:100%; height:5px; background:#2e457c; background-size: 100% 100%; position:relative; top:288px; left:0px;}
.index_yewu_pc_neirong_box1:hover > .index_yewu_pc_neirong_box_underline { height:25px; background:#009be4; position:relative; top:268px; left:0px; transition: all 0.5s ease-in-out;}
.index_yewu_pc_neirong_box2:hover > .index_yewu_pc_neirong_box_underline { height:25px; background:#009be4; position:relative; top:268px; left:0px; transition: all 0.5s ease-in-out;}
.index_yewu_pc_neirong_box3:hover > .index_yewu_pc_neirong_box_underline { height:25px; background:#009be4; position:relative; top:268px; left:0px; transition: all 0.5s ease-in-out;}
.index_yewu_pc_neirong_box4:hover > .index_yewu_pc_neirong_box_underline { height:25px; background:#009be4; position:relative; top:268px; left:0px; transition: all 0.5s ease-in-out;}
.index_yewu_pc_neirong_box5:hover > .index_yewu_pc_neirong_box_underline { height:25px; background:#009be4; position:relative; top:268px; left:0px; transition: all 0.5s ease-in-out;}
.index_yewu_pc_neirong_box6:hover > .index_yewu_pc_neirong_box_underline { height:25px; background:#009be4; position:relative; top:268px; left:0px; transition: all 0.5s ease-in-out;}
/* 业务板块结束 */

/* 企业文化开始 */
.index_wenhua_pc { width:1400px; animation: shade 2s ease-in-out,float 2s ease-in-out; margin: 30px auto 30px auto;}
.index_wenhua_pc_title { font-size:32px; text-align:left; line-height:40px; height:40px;}
.index_wenhua_pc underline { display:block; position:relative; top:5px; left:0px; border-bottom: 4px solid #06358e; width:68px; height:4px;}
.index_wenhua_pc_topic1 { width:1400px; margin:0 auto;}
.index_wenhua_pc_topic1_left { width:600px; height:455px; float:left; overflow:hidden;}
.index_wenhua_pc_topic1_left h3 { font-size: 24px; text-align: center; line-height: 36px; margin: 40px auto;}
.index_wenhua_pc_topic1_left p { margin:10px; font-size:18px; padding:0 10px; text-indent:36px; line-height:36px;}
.index_wenhua_pc_topic1_right { width:760px; height:500px; float:right; text-align:center; overflow:hidden;}
.index_wenhua_pc_topic1_right img { height:100%; max-height:500px; width:auto; text-align:center;}
.index_wenhua_pc_topic2 { width:1400px; margin:20px auto; overflow:hidden;}
.index_wenhua_pc_topic2 img { height:auto; width:1400px; text-align:center;}
.index_wenhua_pc_topic2 h3 { font-size:24px; line-height:36px; margin:20px 50px; text-align:left; color:#2e457c; height:36px;  text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.index_wenhua_pc_topic2 h3 a { color:#333333#2e457c;}
.index_wenhua_pc_topic2 h3 a:hover { color:#2e457c;}
.index_wenhua_pc_topic2 p { font-size:18px; line-height:28px; margin:0px 50px; text-align:left; color:#888888; height:28px;  text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.index_wenhua_pc_topic3  { width:1400px; margin:20px auto; overflow:hidden;}
.index_wenhua_pc_topic3_box { float:left; width:420px; margin:0 22px; overflow:hidden; text-align:center;}
.index_wenhua_pc_topic3_box img { height:260px; max-height:260px; width:auto; margin: 0 -100%;}
.index_wenhua_pc_topic3_box h3 { font-size:24px; line-height:36px; margin:10px 5px; text-align:left; color:#2e457c; height:36px;  text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.index_wenhua_pc_topic3_box h3 a { color:#333333;}
.index_wenhua_pc_topic3_box h3 a:hover { color:#2e457c;}
.index_wenhua_pc_topic3_box p { font-size:18px; line-height:28px; margin:0px 5px; text-align:left; color:#888888; height:56px;  text-overflow: ellipsis; overflow: hidden;}
/* 企业文化结束 */

/* 关于我们开始 */
.index_about_pc { width:100%; background:#f2f2f2; padding:20px 0px; animation: shade 2s ease-in-out,float 2s ease-in-out; margin: 0 auto 0 auto;}
.index_about_pc_bg { width:1400px; height:468px; background:url(../images/about_bg.jpg); background-size:100% 100%; margin:0px auto;}
.index_about_pc_bg a {display:block; position:relative; z-index:5;}
.index_about_pc_bg a.shili { top:275px; left:105px; width:248px; height:42px; background:#678ad1; color:#ffffff; font-size:24px; line-height:42px; text-align:center; border-radius:21px;}
.index_about_pc_bg a.rongyu { top:295px; left:30px; width:110px; height:40px; color:#ffffff; font-size:20px; line-height:40px; text-align:center; padding:66px 0 0px 0; background:url(../images/rongyu_bg.png); background-size:100% 100%;}
.index_about_pc_bg a.jiagou { top:189px; left:170px; width:110px; height:40px; color:#ffffff; font-size:20px; line-height:40px; text-align:center; padding:66px 0 0px 0; background:url(../images/jiagou_bg.png); background-size:100% 100%;}
.index_about_pc_bg a.lianxi { top:83px; left:310px; width:110px; height:40px; color:#ffffff; font-size:20px; line-height:40px; text-align:center; padding:66px 0 0px 0; background:url(../images/lianxi_bg.png); background-size:100% 100%;}
.index_about_pc_bg a.gongshi1 { top:-330px; left:585px; width:248px; height:42px; background:#eff1f2; color:#2e457c; font-size:24px; line-height:42px; text-align:center;}
.index_about_pc_bg a.gongshi2 { top:-310px; left:585px; width:248px; height:42px; background:#eff1f2; color:#2e457c; font-size:24px; line-height:42px; text-align:center;}
.index_about_pc_bg a.gongshi3 { top:-290px; left:585px; width:248px; height:42px; background:#eff1f2; color:#2e457c; font-size:24px; line-height:42px; text-align:center;}
.index_about_pc_bg a.zhuanxiang1 { top:-190px; left:1045px; width:248px; height:42px; background:#eff1f2; color:#2e457c; font-size:24px; line-height:42px; text-align:center;}
.index_about_pc_bg a.zhuanxiang2 { top:-150px; left:1045px; width:248px; height:42px; background:#eff1f2; color:#2e457c; font-size:24px; line-height:42px; text-align:center;}
.index_about_pc_box { width:1400px; margin:0 auto;}
.index_about_pc_box1 { width:466px; height:274px; background:url(../images/about_box1_bg.jpg) center bottom; background-size:cover; float:left; margin:0px 0; overflow:hidden;}
.index_about_pc_box1 ul.a1 { text-align: center; position: relative; top: 65px; }
.index_about_pc_box1 ul.a1 img { width:170px; height:100px;}
.index_about_pc_box1 ul.a1 p { font-size:24px; color:#ffffff; font-weight:bold; line-height:60px;}
.index_about_pc_box1 ul.a2 { background: rgba(0,45,110,0.6); position: relative; top: 115px; font-size: 16px; line-height: 24px; color: #ffffff; text-align:center; height: 272px;}
.index_about_pc_box1 ul.a2 a { display:block; color:#ffffff; font-size:16px; line-height:24px; padding:5px 10px;}
.index_about_pc_box1:hover > ul.a1 { top:-150px; transition: all 0.5s;}
.index_about_pc_box1:hover > ul.a2 { top:-160px; transition: all 0.5s;}
.index_about_pc_box2 { width:466px; height:274px; background:url(../images/about_box2_bg.jpg) center bottom; background-size:cover; float:left; margin:0px 0;overflow:hidden;}
.index_about_pc_box2 ul.a1 { text-align: center; position: relative; top: 65px; }
.index_about_pc_box2 ul.a1 img { width:170px; height:100px;}
.index_about_pc_box2 ul.a1 p { font-size:24px; color:#ffffff; font-weight:bold; line-height:60px;}
.index_about_pc_box2 ul.a2 { background: rgba(0,45,110,0.6); position: relative; top: 115px; font-size: 16px; line-height: 24px; color: #ffffff; text-align:center; height: 272px;}
.index_about_pc_box2 ul.a2 a { display:block; color:#ffffff; font-size:26px; line-height:48px; padding:20px 10px;}
.index_about_pc_box2:hover > ul.a1 { top:-150px; transition: all 0.5s;}
.index_about_pc_box2:hover > ul.a2 { top:-160px; transition: all 0.5s;}
.index_about_pc_box3 { width:466px; height:274px; background:url(../images/about_box3_bg.jpg) center bottom; background-size:cover; float:left; margin:0px 0;overflow:hidden;}
.index_about_pc_box3 ul.a1 { text-align: center; position: relative; top: 65px; }
.index_about_pc_box3 ul.a1 img { width:170px; height:100px;}
.index_about_pc_box3 ul.a1 p { font-size:24px; color:#ffffff; font-weight:bold; line-height:60px;}
.index_about_pc_box3 ul.a2 { background: rgba(0,45,110,0.6); position: relative; top: 115px; font-size: 16px; line-height: 24px; color: #ffffff; text-align:center; height: 272px;}
.index_about_pc_box3 ul.a2 a { display:block; color:#ffffff; font-size:24px; line-height:48px; padding:11px 10px;}
.index_about_pc_box3:hover > ul.a1 { top:-150px; transition: all 0.5s;}
.index_about_pc_box3:hover > ul.a2 { top:-160px; transition: all 0.5s;}
/* 关于我们结束 */

/* 子公司开始 */
.index_zigongsi_pc { width:1400px; margin:20px auto;}
.index_zigongsi_pc_title { font-size:32px; text-align:left; line-height:40px; height:40px;}
.index_zigongsi_pc underline { display:block; position:relative; top:5px; left:0px; border-bottom: 4px solid #06358e; width:68px; height:4px;}

.bodyCon08{background:none}
.bodyCon08 .students{margin:0 auto;width:1100px;height:170px;position:relative;}
.bodyCon08 .students p.PP{width:510px;height:50px;font-size:16px;color:#333;text-align:center;position:absolute;top:60px; left:300px;}
#four_flash{position:relative;width:1100px;height:140px; margin:0 auto;position:absolute;}
#four_flash .flashBg{width:998px;height:140px; margin:0 auto;position:relative;overflow:hidden;}
#four_flash .flashBg ul.mobile{width:2000%;height:140px; position:absolute;top:15; left:0;}
#four_flash .flashBg ul.mobile li{float:left;width:300px;height:120px;margin-left:33px;padding-top:40px;color:#6C6E85;}
#four_flash .flashBg ul.mobile li:hover{ color:#999;}
#four_flash .flashBg ul.mobile li img{width:140px;height:140px;display:block; margin:0 auto;border:10px solid #dadce3; border-radius:82px;}
#four_flash .flashBg ul.mobile li dd{font-size:14px;width:250px;line-height:60px;text-align:center;background: #dee0e1; color: #9b9b9c;}
#four_flash .flashBg ul.mobile li dd:hover { background: #2e457c; color: #ffffff;}
#four_flash .flashBg ul.mobile li p{font-size:16px; text-align:center;width:250px; line-height:24px;margin-top:10px;}
#four_flash .but_left{width:50px;height:100px;position:absolute; top:22px; left:-30px;}
#four_flash .but_right{width:50px;height:100px; position:absolute; top:22px; right:-30px;}
#four_flash .but_left:hover{background:url(../images/qianxleft1.png) no-repeat;}
#four_flash .but_right:hover{background:url(../images/qianxr1.png) no-repeat;}
/* 子公司结束 */

/* 底部开始 */
.footer_pc { width:100%; background:#2e457c; padding: 20px 0; background-size:cover; animation: shade 2s ease-in-out,float 2s ease-in-out; margin: 0 auto 0 auto;}
.footer_pc_top { width:1400px; margin:0 auto;}
.flink_pc { background:#26396a; width:1400px; float:left;}
.flink_pc_title { font-size:24px; text-align:left; line-height:40px; height:40px; color:#ffffff; padding:20px 20px 0 20px;;}
.flink_pc_list { width:1360px; padding:0 20px 20px 20px;}
.flink_pc_list ul { width:1220px; font-size:18px; color:#ffffff; line-height:18px; margin: 0 auto;}
.flink_pc_list ul li { font-size:16px; padding:5px 10px; line-height:16px; color:#ffffff; float:left; text-align:center; overflow:hidden; margin: 5px 0;}
.flink_pc_list ul li.pic { width:275px; height:40px;}
.flink_pc_list ul li.pic img { width:100%; height:100%;}
.flink_pc_list ul li a { color:#ffffff;}
.flink_pc_list ul li a:hover { color:#97c5ff;}
.code_pc { width:150px; margin:20px 0 20px 20px; float:right;}
.code_pc img { width:100%; height:100%; max-width:150px; max-height:150px;}
.code_pc p { font-size:18px; color:#ffffff; text-align:center; margin:10px 0 0 0;}
.footer_pc_bottom { width:1400px; margin:20px auto 0 auto;}
.footer_pc_bottom ul { width:1220px; margin:20px auto;}
.footer_pc_bottom ul li { width:600px; float:left; color:#ffffff; font-size:16px; height:16px; line-height:16px; text-align:center;}
.footer_pc_bottom ul li a { color:#ffffff;}
.footer_pc_bottom ul li a:hover { color:#97c5ff;}
/* 底部结束 */

/* 列表页 */
/* 列表页头图开始 */
.list_banner_pc { width:1400px; margin:0 auto; text-align:center;}
.list_banner_pc img { max-width:1400px; height:auto; width:1400px; text-align:center;}
/* 列表页头图结束*/
/* 面包屑导航开始 */
.postion_pc { width:1400px; margin:20px auto; font-size:14px; color:#999999; line-height:27px; height:27px; text-align:left;}
.postion_pc a { font-size:14px; color:#999999; line-height:27px; height:27px; text-align:left; padding:0 10px; margin:0 10px;}
.postion_pc a:hover { color:#97c5ff;}
/* 面包屑导航结束 */
/* 列表页选项卡开始 */
.list_article_pc .main-page{ margin:0px auto 0 auto;width:1400px;height:auto; padding:10px 20px;}
.list_article_pc .main-page .left, .main-page .right{ float:left;}
.list_article_pc .main-page .nav-back{ width:160px;height:320px;background:#cccccc;opacity:.3;filter:alpha(opacity=30);}
.list_article_pc .main-page .nav{ position:relative; margin-top:-320px; width:160px; text-align:center; font-size:18px; color:#fff; cursor:pointer;}
.list_article_pc .main-page .nav div{ height:40px;line-height:36px;}
.list_article_pc .main-page .nav div.on{ background:#2e457c; color:#ffffff;}
.list_article_pc .main-page .right{width:1180px;margin-left:20px;}
.list_article_pc .main-page .content-back{width:1180px;background:#fff;opacity:.3;}
.list_article_pc .main-page .content{position:relative;width:1160px;padding:10px;overflow:hidden;}
.list_article_pc .main-page .content div{width:1160px;margin-bottom:10px;background:#fff;}
.list_article_pc .main-page .content .article_body_pc { padding:0px;}
.list_article_pc .main-page .content .article_body_pc p { font-size: 20px; padding: 0 0 30px 0; line-height: 30px; text-indent: 40px;}
/* 列表页选项卡结束 */
/* 页面内跳转开始 */
.list_article_jianjie_pc { width: 1400px; margin: -115px auto 20px auto;}
.list_article_jianjie_pc a.j1 { display:block; position:relative; top: 153px; left: 427px; width: 160px; height: 44px;}
.list_article_jianjie_pc a.j2 { display:block; position:relative; top: 109px; left: 612px; width: 160px; height: 44px;}
.list_article_jianjie_pc a.j3 { display:block; position:relative; top: 65px; left: 800px; width: 160px; height: 44px;}
.list_article_jianjie_pc a.t1 { position:absolute; top:280px; left:300px;}
.list_article_jianjie_pc a.t2 { position:absolute; top:890px; left:300px;}
.list_article_jianjie_pc a.t3 { position:absolute; top:1550px; left:300px;}
.list_chanpin_position {}
.list_chanpin_position a.t1 { position: absolute; top: 125px; left: 300px;}
.list_chanpin_position a.t2 { position:absolute; top:595px; left:300px;}
.list_chanpin_position a.t3 { position:absolute; top:955px; left:300px;}
/* 页面内跳转结束 */
/* 列表页手风琴特效开始 */
.dh sfq { width:1400px; margin:0 auto;}
.dh ul{position: relative;overflow: hidden;width: 1400px;height: 640px;margin: 10px auto 0 10px;}
.dh ul li{float: left;width: 240px;overflow: hidden;height: 100%;position: relative;cursor: pointer;}
.dh ul li a{display: block;width: 100%;height: 100%;}
.dh ul li a img { height:640px; width:auto;}
.dh ul li .layer{position: absolute;bottom: 0;left: 0;width: 100%;background:rgba(27,29,36,0.75);height: 100%;}
.dh ul li .layer .p1{position: absolute;bottom: 260px;left: 40px; z-index:20; height:160px; width:168px;}
.dh ul li .layer .p1 a img { height:160px; width:auto;}
.dh ul li .layer .p2{position: absolute;bottom: 10px;right: -800%; padding:0 0 0 15px;}
.dh ul li .layer .p2 b {display: block;font-size: 14px;line-height: 30px; height: 30px; overflow: hidden;}
.dh ul li .layer .p2 span{display: block;font-size: 14px;line-height: 22px; height: 88px; overflow: hidden;}
.dh ul li .layer .p1 b,.dh ul li .layer .p1 span{display: block;font-weight:bold;font-size:14px;}

.dh ul li.curr{}
/* .dh ul li.curr .layer .p1{left: -200%;}
.dh ul li.curr .layer .p2{left: 10px;} */

.col1{color: #ffffff;}
.col2{color: #84d7ff;}
/* 列表页手风琴特效结束 */
/* 产业布局开始 */
.list_buju_pc { width: 100%; height: auto; margin: 0 auto 0px auto; text-align: center; background: #f2f2f2;}
.list_buju_bg_pc { width:1920px; height:560px; background:url(../images/buju_bg.jpg) #f2f2f2 center bottom; background-size:cover; margin: 0 auto;}
.list_buju_pc img { width:1920px; height:auto; margin:0 auto;}
.list_buju_bg_pc a { position:relative; font-size:24px; background:#f2f2f2; display:block; width:220px; height:100px; line-height:50px; overflow:hidden; color:#2e457c;padding: 10px; border-radius: 15px; z-index: 10;}
.list_buju_bg_pc a span { display:block; clear:both; font-size:18px; line-height:24px; color:#2e457c; height: 48px; overflow: hidden;}
.list_buju_bg_pc a:hover { background:#2e457c; color:#ffffff;}
.list_buju_bg_pc a:hover span { color:#dddddd;}
.list_buju_bg_pc a.list_buju1 { left:350px; top:395px;}
.list_buju_bg_pc a.list_buju2 { left:1109px; top:275px;}
.list_buju_bg_pc a.list_buju3 { left:1355px; top:155px;}
.list_buju_bg_pc a.list_buju4 { left:600px; top:35px;}
.list_buju_bg_pc a.list_buju5 { left:855px; top:-85px;}
/* 产业布局结束 */
/* 列表开始 */
.list_article_pc { width:1400px; animation: shade 1s ease-in-out,float 1s ease-in-out; margin: 0 auto 0 auto;}
.list_article_list_pc { padding:0 0px 20px 0px; margin: 0 0 20px 0;}
.list_article_list_pc li { font-size:20px; line-height:30px; border-bottom:1px solid #cccccc; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.list_article_list_pc li a { font-size:20px; line-height:50px; display:block; width:1230px; float:left; color:#2e457c; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin:20px 0 0px 0;}
.list_article_list_pc li a:hover { color:#97c5ff}
.list_article_list_pc li span { display:block; float:right; color:#888888; font-size:20px; line-height:50px; margin:20px 0 0px 0;}
/* 列表结束 */
/* 重点业务列表开始 */
.list_article_pc_zhongdian {  width:1400px; animation: shade 1s ease-in-out,float1 1s ease-in-out; margin: 20px auto 0 auto;}
.list_zhongdian_title { width: 100%; height:450px; margin: 0 auto 0px auto;background: url(../images/yewu_banner_bg.jpg) center center; background-size:cover;}
.list_zhongdian_title1 { width: 100%; height:450px; margin: 0 auto 0px auto;background: url(../images/yewu_banner_bg1.jpg) center center; background-size:cover;}
.list_zhongdian_title2 { width: 100%; height:450px; margin: 0 auto 0px auto;background: url(../images/yewu_banner_bg2.jpg) center center; background-size:cover;}
.list_zhongdian_title3 { width: 100%; height:450px; margin: 0 auto 0px auto;background: url(../images/yewu_banner_bg3.jpg) center center; background-size:cover;}
.list_zhongdian_title4 { width: 100%; height:450px; margin: 0 auto 0px auto;background: url(../images/yewu_banner_bg4.jpg) center center; background-size:cover;}
.list_zhongdian_title5 { width: 100%; height:450px; margin: 0 auto 0px auto;background: url(../images/yewu_banner_bg5.jpg) center center; background-size:cover;}
.list_zhongdian_info { width:100%; height:185px; background:rgba(0,0,0,0.1); overflow:hidden;}
.list_zhongdian_info_box { width:1400px; margin:0 auto;}
.list_zhongdian_info p { font-size: 32px; color: #2e457c; font-weight: bold; padding: 10px 20px 0px 0px;width: 480px; line-height:50px;}
.list_zhongdian_info span { font-size: 20px; color: #2e457c; line-height: 40px;  text-indent: 40px; padding: 0px 20px 0px 0px; width: 920px; text-align: left; display: block;}
.list_article_list_pc_box_img { width: 100%; height: 275px; margin: 0 auto;}
.list_article_list_pc_box1 { width: 420px; margin: 0 0px 20px 0; text-align: center; background: rgba(100,100,100,0.05); float: left; overflow: hidden; padding: 20px;}
.list_article_list_pc_box1:hover { box-shadow: 0px 0px 5px 5px #dddddd; transition: all 0.5s ease-in-out;}
.list_article_list_pc_box1 a { text-align:center;}
.list_article_list_pc_box1 a img { max-width:480px; max-height:500px; width:auto; text-align:center; padding:0 20px; padding: 5px 20px 5px 5px;}
.list_article_list_pc_box1 p { }
.list_article_list_pc_box1 a p { display:block; text-align:left; margin: 0 auto;}
.list_article_list_pc_box1 a p.p1 { color:#2e457c; font-size:24px; line-height:48px; height:48px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align: center;}
.list_article_list_pc_box1 p.p2 { color:#888888; font-size:16px; line-height: 32px; height: 32px; overflow: hidden; text-overflow: ellipsis; text-align: center;}
.list_article_list_pc_box2 { width: 420px; margin: 0 0px 20px 0; text-align: center; background: rgba(100,100,100,0.1); float: left; overflow: hidden; padding: 20px;}
.list_article_list_pc_box2:hover {  box-shadow: 0px 0px 5px 5px #dddddd; transition: all 0.5s ease-in-out;}
.list_article_list_pc_box2 a { text-align:center;}
.list_article_list_pc_box2 a img { max-width:480px; max-height:500px; width:auto; text-align:center; padding:0 20px; padding: 5px 5px 5px 20px;}
.list_article_list_pc_box2 p { }
.list_article_list_pc_box2 a p { display:block; text-align:left; margin: 0 auto;}
.list_article_list_pc_box2 a p.p1 { color:#2e457c; font-size:24px; line-height:48px; height:48px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align: center;}
.list_article_list_pc_box2 p.p1 { color:#2e457c; font-size:24px; line-height:48px; height:48px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align: center;}
.list_article_list_pc_box2 p.p2 { color:#888888; font-size:16px; line-height: 32px; height: 32px; overflow: hidden; text-overflow: ellipsis; text-align: center;}
/* 重点业务列表结束*/
/* 创新平台开始 */
.list_pingtai_banner_pc { width:100%; height: 450px; background:url(../images/pingtai_banner_bg.gif) center center; background-size:cover; margin: 0 auto; overflow:hidden;}
.list_pingtai_banner_pc img { width:auto; height:100%;}
.list_pingtai_banner_pc h3 { display:block; position:relative; top:70px; left:24%; font-size:32px; font-weight:bold; color:#ffffff; background:rgba(0,0,0,0.2); border-radius:5px; line-height:48px; padding: 5px 20px; width: 130px; text-align:left;}
.list_pingtai_banner_pc p { display:block; position:relative; top:110px; left:24%; font-size:20px; color:#ffffff; background:rgba(0,0,0,0.2); border-radius:5px; line-height:30px; padding: 5px 20px; width:525px; text-align:left;}
.list_pingtai_banner_pc li { display:block; position:relative; top:150px; left:24%;font-size:20px; color:#ffffff; background:rgba(0,155,228,1); border-radius:5px; line-height:30px; width: 505px; padding: 10px; text-align:left;}
.list_pingtai_banner_pc li img { width:75px; height:75px; float:left; padding:7px 10px;}
.list_pingtai_title_pc { width:100%; background:#2e457c; height:150px; overflow:hidden; }
.list_pingtai_title_pc h3 { width:1400px; margin:0 auto; font-size:24px; font-weight:bold; color:#ffffff; line-height:48px; padding: 15px 0px 5px 0px; text-align:left;}
.list_pingtai_title_pc p { width:1400px; margin:0 auto; font-size:18px; color:#ffffff; padding: 0px 0px 10px 0px; text-align:left; text-indent:0px;}
.list_pingtai_jianjie_pc { width:100%; margin: 0px auto 0px auto;}
.list_pingtai_jianjie_box1 { width:50%; height:400px; background:#f4f1ed; float:left;}
.list_pingtai_jianjie_box1 li { display:block; width:700px; height:400px; background:url(../images/pingtai_jianjie_left.png) right bottom no-repeat; float:right;}
.list_pingtai_jianjie_box1 li h3 { font-size:32px; font-weight:bold; color:#ffffff; line-height:64px; padding: 20px 0px 5px 0px; text-align:left;}
.list_pingtai_jianjie_box1 li h3 a { color:#2e457c;}
.list_pingtai_jianjie_box1 li p { font-size:20px; color:#ffffff; line-height:40px; padding: 0px 0px; text-align:left;}
.list_pingtai_jianjie_box1 li p a { color:#2e457c;}
.list_pingtai_jianjie_box2 { width:50%; height:400px; background:#e3dbd1; float:right;}
.list_pingtai_jianjie_box2 li { display:block; width:700px; height:400px; background:url(../images/pingtai_jianjie_right.png) right bottom no-repeat; float:left;}
.list_pingtai_jianjie_box2 li h3 { font-size:32px; font-weight:bold; color:#ffffff; line-height:64px; padding: 20px 0px 5px 20px; text-align:left;}
.list_pingtai_jianjie_box2 li h3 a { color:#2e457c;}
.list_pingtai_jianjie_box2 li p { font-size:20px; color:#ffffff; line-height:40px; padding: 0px 0px 0px 20px; text-align:left;}
.list_pingtai_jianjie_box2 li p a { color:#2e457c;}
.list_pingtai_yuanze_pc { width:1400px; margin:0 auto;}
.list_pingtai_yuanze_pc img { width:100%; height:auto;}
.list_pingtai_jiagou_pc { width:1400px; margin:0 auto;}
.list_pingtai_jiagou_pc img { width:100%; height:auto;}
.list_pingtai_zhuanweihui_pc { width:1400px; animation: shade 2s ease-in-out,float 2s ease-in-out; margin: 20px auto 0 auto;}
.list_pingtai_zhuanweihui_pc_title { font-size:32px; text-align:left; line-height:40px; height:40px; width: 1400px; margin: 0 auto;}
.list_pingtai_zhuanweihui_pc_underline { display:block; position:relative; top:5px; left:0px; border-bottom: 4px solid #06358e; width:68px; height:4px; margin: 0 0 20px 0px;}
/* 
.list_pingtai_zhuanweihui_pc a { display:block; position:relative;}
.list_pingtai_zhuanweihui_pc a.a1 { width: 1388px; height: 283px; top: 85px; left: 5px;}
.list_pingtai_zhuanweihui_pc a.a2 { width:407px; height:400px; top:119px; left:27px;}
.list_pingtai_zhuanweihui_pc a.a3 { width:407px; height:400px; top:-280px; left:495px;}
.list_pingtai_zhuanweihui_pc a.a4 { width:407px; height:400px; top:-683px; left:961px;}
.list_pingtai_zhuanweihui_pc a.a5 { width:407px; height:400px; top:-634px; left:26px;}
.list_pingtai_zhuanweihui_pc a.a6 { width:407px; height:400px; top:-1033px; left:492px;}
.list_pingtai_zhuanweihui_pc a.a7 { width:407px; height:400px; top:-1433px; left:961px;}
*/
.list_pingtai_list_pc { width:1400px; margin:0 auto;}
.list_pingtai_list_box_pc { width:660px; float:left; padding:0 10px; margin:0 10px;}
.list_pingtai_list_box_pc h3 { font-size:24px; color:#26396a; line-height:50px; border-bottom: 1px solid #dddddd; }
.list_pingtai_list_box_pc h3 span { font-size:16px; float:right; width:85px; color:#26396a; line-height:24px; padding:18px 0 0 0; text-align:right;}
.list_pingtai_list_box_pc h3 span a { font-size:16px; color:#26396a; line-height:24px; padding:0 0 0 0;}
.list_pingtai_list_box_pc li { margin:20px 0;}
.list_pingtai_list_box_pc li a { display:block; float:left; font-size:18px; color:#888888; line-height:24px; padding:0 0 0 0; width:504px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.list_pingtai_list_box_pc li span { float:right; font-size:18px; color:#888888; line-height:24px; padding:0 0 0 0; width:120px; text-align: right;} 
.list_pingtai_list_box_pc li a:hover { color:#2e457c;}
/* 创新平台结束 */
/* 分页开始 */
.list_article_page_pc { width:960px; margin:0 auto; border-top:2px solid #dddddd;}
.list_article_page_pc li { font-size:16px; line-height:24px; color:#888888; border:1px solid #cccccc; padding:5px 15px; float:left; margin:20px 2px;}
.list_article_page_pc li.thisclass { color:#993300;}
.list_article_page_pc li.thisclass a { color:#993300;}
.list_article_page_pc li a { color:#888888;}
.list_article_page_pc li a:hover { color:#2e457c;}
.list_article_page_pc li span { font-size:16px; line-height:24px; color:#888888;}
.list_article_page_pc li span strong { font-weight:bold; color:#2e457c;}
.list_article_page_pc td { color:#993300; font-size:154x; line-height:24px; color:#888888; float:left; margin:20px 5px;}
.list_article_page_pc td a { color:#888888;}
.list_article_page_pc td a:hover { color:#2e457c;}
.list_article_page_pc td input { padding:5px;}
.list_article_page_pc td b { font-weight:bold; color:#2e457c;}
/* 分页结束 */


/* 文章页 */
/* 文章页主体开始 */
.article_pc { width:1400px; margin:20px auto; background:#f7f8f8;}
.title_pc { font-size:28px; font-weight:bold; text-align:center; line-height:56px; margin:60px auto 30px auto;}
.title_pc h2 { padding:30px 20px;}
.title_pc h3 { font-size: 26px; line-height: 72px; text-align: right; padding: 0 65px 0 0; font-weight: normal; margin-top: -30px;}
.title_pc h4 { font-size: 26px; line-height: 72px; text-align: center; padding: 0 65px 0 0; font-weight: normal; margin: -10px 0 -55px 0;}
.info_pc { margin:0px auto; text-align:center; border-bottom:2px solid #bbbbbb; padding:0 30px 40px 30px; width:1200px;}
.info_pc span { font-size:16px; color:#888888; padding:0 30px;}
.article_pc underline { display:block; margin:0 auto; width:60px; height:9px; position:relative; top:-9px; left:0px; z-index:5; background:#2e457c;}
.article_body_pc { padding:40px 70px;}
.article_body_pc img { max-width:860px; text-align:center; padding:0 0 30px 0;}
.article_body_pc p { font-size:20px; padding:0 0 30px 0; line-height:30px; text-indent:40px;}
.article_body_pc div { font-size:20px; padding:0 0 30px 0; line-height:30px; text-indent:40px;}
.article_body_pc br { font-size:20px; padding:0 0 30px 0; line-height:30px; text-indent:40px;}
/* 文章主体结束 */
/* 推荐阅读开始 */
.article_near_pc { margin:0 auto; padding:0px 70px 60px 70px;}
.article_near_pc li { font-size:18px; color:#888888; line-height:24px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.article_near_pc li a { color:#888888;}
.article_near_pc li a:hover { color:#97c5ff;}
.article_near_pc li.before { float:left; width:600px; text-align:left;}
.article_near_pc li.next { float:right; width:600px; text-align:right;}
/* 推荐阅读结束 */

/* 2023春节 */
	@keyframes cjwidth {
	from{width:0%;}
	1%{width:20%;}
	2%{width:50%;}
	5%{width:100%;}
	95%{width:100%;}
	98%{width:50%;}
	99%{width:20%;}
	to{width:0%;}
	}
	/* @keyframes cjheight {
	from{height:0;}
	1%{height:200px;}
	2%{height:500px;}
	5%{height:1000px;}
	95%{height:1000px;}
	98%{height:500px;}
	99%{height:200px;}
	to{height:0px;}
	}*/
	@keyframes cjleft {
	from{left:50%;}
	1%{left:40%;}
	2%{left:25%;}
	5%{left:0%;}
	95%{left:0%;}
	98%{left:25%;}
	99%{left:40%;}
	to{left:50%;}
	}
	@keyframes cjwindow {
	from{display:block !important;}
	1%{display:block !important;}
	2%{display:block !important;}
	5%{display:block !important;}
	95%{display:block !important;}
	98%{display:block !important;}
	99%{display:block !important;}
	to{display:none;}
	}
	.chunjie {z-index:9999; position:absolute; top:0; /*left:0; background:#ff0;*/ animation:cjwidth 27s 1,cjheight 27s 1,cjleft 27s 1,cjwindow 27s 1; animation-fill-mode:forwards; overflow:hidden;}
/* 2023春节结束 */