@charset "utf-8";

/*reset开始*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

:focus {
	outline:none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}





html {
    background:white;
    color:black;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
    font:14px '微软雅黑',arial,sans-serif;
}
input,select,textarea {
    font-size:100%;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration:underline;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
/*reset结束*/

/*头部*/
header{ width:100%; height:90px; background:rgba(2, 2, 2, 0.4) none repeat scroll 0 0 !important; background: #028188; position:absolute; top:20px; left:0; z-index:9999; }
.header{ width:1200px; margin:0 auto; color:#eeeeee; position:relative;}
.header .fr{ font-size:0;}
.header .logo{
    /*padding-top: 10px;*/
    /*padding:12px;*/
    /*background-color: #0267ba;*/
}
.header p{ margin-top:14px; text-align:right; padding-right:33px; font-size:13px; color:#FFF; line-height:20px;}
nav{ margin-top:16px; position:relative; height:40px;}
nav a{ display:inline-block; color:#eeeeee; font-size:16px; margin-right:33px; position:relative;}
nav ul{ position:absolute; width:100%; left:0; *top:18px;}
nav ul li{ background-image:url(bg_arrow_head.png); background-position:center center; background-repeat:no-repeat; height:18px; width:100%;}
nav div{ background:#FFF; position:absolute; z-index:999; width: 755px; top:35px; left:-5px;}
.header p a{ color:#FFF;}

.nav_img{ padding:30px 0 0 10px;}
.header p span{ padding:0 16px;}
.zjwq{ margin-right:20px; display:inline-block; background-image:url(header_arrow.png); background-repeat:no-repeat; background-position:right center; width:80px; text-align:left;}
.header p .gj{ display:inline-block; width:60px; background-image:url(header_gj.png); background-repeat:no-repeat; background-position:right center; text-align:left; margin-right:20px;}

/*底部*/
footer{ /*width:100%;*/ width:1200px; background-color:#f2f2f2; margin-top:30px; padding:20px 0; color:#333333}
footer a{ color:#333333}
.footer{ width:1170px; margin:0 auto;}
.footer p{ line-height:28px;}
.footer p span{ padding:0 8px;}
.footer_logo{ width:300px; margin-right:20px;}
.footer_logo img{ margin-top:10px;}
.footer_ewm{ width:120px;}
.footer_ewm h6{ line-height:30px; text-indent:15px;}

.chn_logo{ width:100%; height:326px; background-position:center center; background-repeat:no-repeat;}


/*首页*/

.container{ width:1170px; margin:0 auto;}
.swfw{ padding:36px 30px; background-color:#f1f2f3; margin-top:30px;}
.swfw a{ display:inline-block; font-size:20px; color:#666666; line-height:28px; margin-left:100px; text-indent:35px; background-repeat:no-repeat; background-position:center left;}
.swfw h4{ color:#333333; font-size:28px; line-height:28px; }
.jrfw{ background-image:url(a_jr.png);}
.zbcg{ background-image:url(a_zb.png);}
.gysxq{ background-image:url(a_gys.png);}
.zjzqq{ background-image:url(a_qq.png);}
.ppgs{ width:370px; position:relative;}
.ppgs h4{ line-height:48px; height:48px; text-indent:16px; font-size:18px; color:#333; background-color:#f2f2f2;}
.ppgs .more{ position:absolute; right:16px; top:12px; width:85px; line-height:26px; height:26px; background-image:url(bg_more.png); text-align:center; color:#333; font-size:14px;}
.ppgs .more a{ font-family:"黑体"; color:#333333; font-size:14px;}
.margin_t_30{ margin-top:30px;}
.ppgs span{ color:#333333; font-size:14px; display:inline-block; width:14px; text-indent:0;}
.ppgs span.num{ color:#e2000c; font-weight:bold; }
.ppgs ul{ height:120px; overflow:hidden; position:relative;}
.ppgs li{ font-size:0;}
.ppgs .ztzl_left,.ppgs .ztzl_right{ position:absolute; display:inline-block; width:26px; height:30px; top:45px; display:none; cursor:pointer;}
.pp_silder{ width:770px; border:1px solid #dbdbdb; margin-right:28px; height:398px;}
.ppgs .ztzl_left{ background-image:url(ztzl_left.png); left:0;}
.ppgs .ztzl_right{ background-image:url(ztzl_right.png); right:0;}
.ppxc{ margin-top:30px;}
.pp_asilde{ margin-right:20px;}
.pp_asilde h5{ width:150px; border-top:1px solid #d8d8d8; border-right:1px solid #d8d8d8; text-align:center; font-size:18px; color:#333333; padding:27px 30px; cursor:pointer;}
.pp_asilde h5:first-child{ border-top:1px solid transparent; padding:28px 30px;}
.pp_asilde h5.act{ font-weight:bold; color:#0053a4;}
/*
.pp_silder ul{ width:540px; position:relative; display:none}
.pp_silder h6{ height:80px; line-height:80px; font-size:24px; color:#666666;}
.pp_silder p{ line-height:200%; font-size:16px; color:#333333;}
.pp_silder aside{ margin:20px 0;}
.pp_silder aside img{ margin-left:26px; margin-left:24px;}
.pp_silder aside img:first-child{ margin-left:0;}
*/
.aside_more{ position:absolute; right:0; top:0;}
.pp_asilde h5.pp_asilde_ts{ padding:15px 30px;}
.img_news{ width:370px; height:330px; position:relative; overflow:hidden; margin-right:30px;}
.img_news li{ position:relative; font-size:0;}
.img_news h3{ width:100%; font-size:14px; position:absolute; left:0; bottom:0; height:44px; line-height:44px; text-indent:18px; background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important; filter:Alpha(opacity=80); background:#000;}
.img_news h3 a{ color:#FFF;}
.img_news_left,.img_news_right{  display:inline-block; width:45px; height:45px; position:absolute; top:100px; display:none; cursor:pointer;}
.img_news_left{ background-image:url(new_left.png); left:0;}
.img_news_right{ background-image:url(new_right.png); right:0;}
.news_con{ width:352px; background-color:#f3f3f3; padding:0 10px 20px 20px}
.news_con h2{ position:relative; color:#333; font-size:18px; line-height:54px; }
.news_con h2 a{ display:inline-block; margin-right:30px; color:#333; text-decoration:none;}
/*.news_con h2 a{ position:absolute; right:0; top:0; font-size:14px;}*/
.news_con h2 a.act{ background-image:url(bg_news1.jpg); background-repeat:no-repeat; background-position:left bottom; color:#004a96;}
.news_con ul{ margin-top:12px; display:none;}
.news_con li{ position:relative; line-height:32px; height:32px;}
.news_con li a{ color:#333333;}
.news_con li span{ position:absolute; right:0; top:0; color:#999999;}
.img_lb{ width:100%; margin:0 auto; } 



/*投资者关系--基本信息*/
.container_left{ width:240px; margin-right:40px; background-color:#f1f2f4; text-indent:40px; padding:20px 0;}
.container_right{ width:890px;}
.container_left h3{ font-size:30px; color:#333; line-height:40px; height:40px; font-family:"黑体"; margin-top:10px;}
.container_left ul li{ color:#303032; font-size:16px; line-height:200%; margin-top:10px; background-image:url(nav_arrow.png); background-repeat:no-repeat; background-position:40px 9px; text-indent:0; padding:0 30px 0 56px;}
.container_left ul li a{ color:#303032}
.container_left ul li.act{ color:#0053a4; background-image:url(nav_arrow_act.png);}
.container_right h2{ color:#333333; font-size:40px; font-weight:bold; margin-bottom:30px;}
.container_right ul.list li{ position:relative; border-bottom:1px dashed #e0e0e0; line-height:52px; height:52px;}
.container_right ul.list li a{ color:#333333;}
.container_right ul.list li span{ position:absolute; right:8px; top:0; display:inline-block;}
.container_right ul.list li span.btn_pdf{ right:100px; top:14px; width:21px; height:23px; background-image:url(bg_pdf.png);}
span.btn_pdf img{ top:2px; position:relative;}
.pages a{ display:inline-block; padding:0 8px; line-height:28px; height:28px; border:1px solid #eae6e2;  color:#333333; cursor:pointer;}
.pages a.act{ color:#ffffff; background-color:#0053a4;}


/*股价概览*/
.gjgl{ text-align:center;}
.gjgl p{ line-height:40px;}
.gjgl p a{ color:#505050; font-size:18px; font-family:"宋体"; font-weight:bold;}

/*公告通函*/
.container_right h4{ width:890px; line-height:48px; height:48px; text-align:center; border:1px solid #e4e4e4; border-top: 1px solid transparent;}
.container_right h4 span{ display:inline-block; width:444px;  border-top: 1px solid #e4e4e4; font-size:16px;}
.container_right h4 span:first-child{ border-right: 1px solid #e4e4e4;}
.container_right h4 span.act{  border-top: 2px solid #003a92; font-weight:bold; color:#003a92;}
.ggth{ display:none;}


.fxzl_list{ width:430px; background-color:#f0f0f0; margin-bottom:10px;}
.fxzl_list img{ margin-right:14px;}
.fxzl_list h6{ font-size:14px; color:#000; font-weight:bold; width:240px; margin-top:16px;}
.fxzl_list h6 a{ color:#333333;}
.fxzl_list p{ width:240px; color:#333333; font-size:14px; height:50px; line-height:50px; border-bottom:1px dotted #f1f2f3;}
.fxzl_list .btn_zxyl{ display:inline-block; width:120px; color:#333333; height:30px; line-height:30px; margin-top:10px; text-indent:40px; background-image:url(bg_books.png); background-repeat:no-repeat; background-position:2px 7px;}
.fxzl_list .download{ display:inline-block; width:120px; color:#333333; height:30px; line-height:30px; margin-top:10px; text-indent:40px; background-image:url(bg_download.png); background-repeat:no-repeat; background-position:4px 6px;}
.fxzl ul .fxzl_list:first-child{ margin-right:10px;}
.tb_lxwm{ border-bottom:1px solid #d9d9d9; width:870px;}
.tb_lxwm th{ height:50px; line-height:50px; border-bottom:3px solid #00aedf; font-size:18px; width: 890px; color:#333;}
.tb_lxwm td{ padding:10px 0; line-height:150%; width:622px; background-color:#FFF; padding-left:24px; color:#7d7d7d; padding-right:10px;}
.tb_lxwm tr td:first-child{ background-color:#e2e2e2; color:#000; width:220px; text-indent:60px; padding-left:0; vertical-align: middle; color:#000; font-weight:bold;}
.tb_lxwm .line{ height:1px; line-height:1px; font-size:0; padding:0; margin:0; background-image:url(bg_line.jpg);}




/*基本信息*/
.jbxx{ background-image:url(bg_jbxx.jpg); background-repeat:repeat-y; background-position:85px 0px; position:relative; z-index:1; padding-top:18px;}
.jbxx h5:first-child{ margin-top:0;}
.jbxx h5{ position:relative; left:80px; background-image:url(bg_year.png); background-repeat:no-repeat; background-position:0px 0px; text-indent:20px; font-size:16px; line-height:16px; color:#0053a4; font-weight:bold; margin-top:24px;}
.jbxx h6{ width:86px; background-image:url(bg_data.png); background-repeat:no-repeat; background-position:right center; height:36px; line-height:36px; margin-top:10px; padding-right: 40px;}
.jbxx li{ margin-top:24px;}
.jbxx p{ width:720px; background-color:#f5f5f5; padding:15px 20px; line-height:200%;
-moz-box-shadow: 5px 5px 5px #ccc; /* Firefox */
-webkit-box-shadow: 5px 5px 5px #ccc; /* Safari 和 Chrome */
box-shadow: 5px 5px 5px #ccc; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
behavior: url(ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */}
.pic_jbxx{ text-align:center; margin-top:40px; background-color:#fbfbfb; padding:34px 0; border:1px solid #e3e3e3;}


/*品牌工程*/
.input_con{ width:258px; height:40px;}
.input_ppgc{ position:relative; z-index:2;}
.input_ppgc h5{ width:256px; height:38px; line-height:38px; border:1px solid #f1f2f3; font-size:18px; text-indent:20px; background-image:url(bg_input1.png); background-repeat:no-repeat; background-position: 220px center; position:absolute; left:0; top:0;}
.input_ppgc h5.input_act{ background-image:url(bg_input.png);}
.input_ppgc ul{ position:absolute; top:39px; left:0; width:258px; display:none; z-index:20;}
.input_ppgc li{ background-color:#f1f2f3; height:40px; line-height:40px; border-bottom:1px solid #f9fafa; border-top:1px solid #e5e5e5; width:100%; text-indent:20px;}
.input_ppgc ul li:first-child{ border-top:none;}
.input_ppgc li.act,.input_ppgc li:hover{ color:#0053a4;}
.xmdd{ left:320px;}
.xmlx{ left:630px;}
.ppgc_list{ width:434px; height:272px; margin-top:20px; position:relative; z-index:1;}
.ppgc_list h5{ position:absolute; left:0; bottom:0; height:40px; line-height:40px; background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0; filter:Alpha(opacity=50); *background:#000; width:100%; text-indent:20px; color:#ffffff; background-image:url(bg_arrow_head1.png); background-position:400px center; background-repeat:no-repeat; z-index:2;}
.ppgc_list h5 a{ color:#FFF;}
.ppgc_detail{ position:absolute; left:0; bottom:0; z-index:10; width:100%; padding-bottom:20px;  background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0; filter:Alpha(opacity=50); *background:#000; text-indent:20px; display:none;}
.ppgc_list h6{ height:40px; line-height:40px; background-image:url(bg_arrow_head.png); background-position:400px center; background-repeat:no-repeat; font-size:16px;}
.ppgc_list h6 a{ color:#FFF;}
.ppgc_list p{ color:#ececec; line-height:150%; padding:0 20px;}
.ppgc_row .ppgc_list:first-child{ margin-right:20px;}
.pic_ppgc{ position:relative;}
.map_con{ position:absolute; left:427px; top:112px; width:227px; height:214px; background-image:url(bg_ppgc_map.png);}
.map_con ul{ padding:10px 30px 0 9px; font-size:0;}
.map_con ul h5{ margin-top:10px;}
.map_con ul h5 a{ color:#ffffff; font-size:14px; font-weight:bold;}
.map_con ul p{ margin-top:16px; font-size:10px; color:#ffffff; line-height:150%;}

/*定期报告*/
.dqbg{ display:none;}
.dqbg_nav{ height:30px; line-height:30px; position:relative;}
.dqbg_nav li{ width:165px; text-align:center; font-size:20px; cursor:pointer;}
.dqbg_nav a{ display:inline-block; width:32px; height:30px; background-position:center center; background-repeat:no-repeat; cursor:pointer; position:absolute; top:0;}
.dqbg_nav ul{ height:30px;}
.dqbg_nav_con{ width:825px; height:30px; overflow:hidden; margin:0 auto;}
.dqbg_nav .prev{ background-image:url(arrow_dqbg1.png); left:0;}
.dqbg_nav .next{ background-image:url(arrow_dqbg.png); right:0;}
.dqbg_nav .act{ color:#0053a4;}
.dqbg_list{ padding-left:85px;}
.pic_dqbg_list{ margin-right:40px;}
.dqbg_list table{ width:625px; line-height:50px; font-size:16px;}
.dqbg_list table tr{ border-bottom:1px dotted #ededed;}
.dqbg_date{ width:180px;}
.dqbg_title{ width:280px;}
.dqbg_title a{ color:#333333;}
.dqbg_title a:hover{ font-weight:bold;}
.dqbg_btn{ width:165px; background-image:url(btn_ckbg.jpg); background-repeat:no-repeat; background-position:left center; text-indent:11px;}
.dqbg_btn a{ color:#ffffff; font-size:14px;}

/*投资者服务*/
.tzz_title{ height:60px; line-height:60px; font-size:20px; border-bottom:1px solid #f1f2f3; margin-bottom:20px;}
.tzzfw_left,.tzzfw_right{ width:435px;}
.tzzfw_left{ margin-right:20px;}
.tzzfw_list{ margin-top:10px;}
.tzzfw_list h6{ height:60px; line-height:60px; position:relative; font-size:20px; border-bottom:1px solid #f1f2f3;}
.tzzfw_list h6 a{ position:absolute; right:14px; top:0; color:#9a9a9a; font-size:14px;}
.tzzfw_list li{ line-height:46px; height:46px; border-bottom:1px dashed #c3c3c3; position:relative;}
.tzzfw_list li a{ color:#333;}
.tzzfw_list li span{ color:#b6b6b6; position:absolute; right:4px; top:0;}
.tzzjd h5{ height:60px; line-height:60px; position:relative; font-size:20px; border-bottom:1px solid #c9c9c9; margin-top:10px;}
.tzzjd h5 a{ position:absolute; right:14px; top:0; color:#9a9a9a; font-size:14px;}
.tzzjd h6{ text-align:center; height:44px; line-height:44px;}
.tzzjd h6 a{ color:#333;}
.tzzjd ul{ margin-top:20px;}
.tzzjd ul li{ width:215px; text-align:center; }

/*领导致辞*/
.ldzc p{ margin-bottom:14px; font-size:16px; color:#666666; line-height:150%;}

/*公司概况*/
.gsgk{ font-size:16px; line-height:200%; text-indent:0px;}
.gsgk p{ font-size:16px; line-height:200%; text-indent:0px; margin-bottom:30px;}
.gsgk .img_m_r{ padding-right:24px; vertical-align:middle;  text-indent:0;}
.gsgk .img_m_l{ padding-left:24px; vertical-align:middle; text-indent:0;}
.gsgk td{ vertical-align: top;}
.gsgk table{ margin-bottom:30px;}
.gsgk td img{ vertical-align:middle;}

/*管理团队*/
.container_right h4.h4_gltd{ border-left:none;}
.container_right h4.h4_gltd span{ width:295px; border-left:1px solid #e4e4e4; border-right:none; height: 46px;}
.container_right h4.h4_gltd span.act{ border-right:none;}
.gltd_list ul { margin-top:30px;}
.gltd_list ul li{ margin-left:74px;}
.gltd_list ul li:first-child{ margin-left:0;}
.gltd_list{ display:none;}
.gltd_list h6{ line-height:50px; position:relative; text-indent:20px; }
.gltd_list h6 a{ font-size:16px; color:#666; font-weight:bold;}
.gltd_list h6 span{ position:absolute; left:70px; top:0;}
.gltd_list li:hover h6{background-color:#0053a4;}
.gltd_list li:hover h6 a{ color:#FFF;}
.gltd_list li:hover h6 span{ color:#FFF;}


/*组织架构*/
.zzjg{ display:none; text-align:right;}
.zzjg h5{ font-size:18px; line-height:50px; color:#0053a4; text-align:left; font-weight:bold;}
.zzjg li{ width:50%; text-align:left; line-height:200%;}
.zzjg li a{ color:#333;}

/*党群建设*/
.dqjs_list{}
.dqjs_list h5{ font-size:20px;}
.dqjs_list_con{ border:1px solid #d8d8d8; padding:0 20px 20px 20px; margin-top:20px;}
.dqjs_list_left{ margin-right:20px; padding-top:20px;}
.dqjs_list_right{ width:570px; padding-top:10px;}
.dqjs_list li{ line-height:32px; border-bottom:1px dashed #d0d0d0; position:relative;}
.dqjs_list li a{ color:#333; font-size:14px;}
.dqjs_list li span{ position:absolute; right:10px; top:0; font-size:14px; color:#333; }
.dqjs_pages{ text-align:right; margin-top:12px; color:#666666; line-height:20px;}
.dqjs_pages a{ display:inline-block; border:1px solid #cdcdcd; padding:0 8px; font-size:12px; color:#666666; text-decoration:none;}
.last_page,.next_page{ background-repeat:no-repeat;}
.dqjs_pages a.last_page{ background-image:url(page_left.jpg); background-position:7px center; text-indent:10px;}
.dqjs_pages a.next_page{ background-image:url(page_right.jpg); background-position:51px center; margin-right:10px; padding-right:18px;}
.dqjs_pages input{border:1px solid #cccccc;  line-height:12px; text-align:center;}
.input_page{ font-size:10px; width:28px; height:16px;}
.dqjs_pages a.page_no:hover{ color:#ffffff; background-color:#cccccc;}
.input_submit{ font-size:12px; color:#656565; background-color:#f0f0f0; width:40px; height:22px;}

/*发展历程*/
.fzls_p{ margin:24px 0; line-height:200%;}
.fzls_list_left{ width:225px; background-color:#f7f8fa; padding:10px; margin-right:20px;}
.fzls_list_left h5{ text-align:center; font-weight:bold; line-height:34px; font-size:20px; border-bottom:1px solid #e7e7e8; padding-bottom:10px;}
.m_l_30{ margin-left:30px;}
.fzls_list_left ul{ width:94px; margin-top:20px;}
.fzls_list_left ul li{ padding-bottom:14px; border-left:1px solid #e7e7e8; text-indent:15px;}
.fzls_list_left ul li a{ color:#333;}
.fzls_list_right{ width:625px; background-image:url(bg_line_fzlc.jpg); background-repeat:repeat-y; background-position:108px 0;}
.fzls_list_right h6{ width:130px; height:50px; line-height:50px; color:#0053a4; font-size:24px; font-weight:bold; background-image:url(bg_h_fzlc.png); background-position:104px center; background-repeat:no-repeat;}
.detail_fzlc{ width:495px; }
.detail_fzlc p{ line-height:200%; margin-bottom:18px;}
.fzls_list .btn_more{  text-align:right; width:890px; margin:44px 0; }
.fzls_list .btn_more img{ margin-right:190px; cursor:pointer;}
.fzlc_more{ display:none;}

/*企业文化*/
.container_right h4.h4_qywh{ border-left:none;}
.container_right h4.h4_qywh span{ width:221px; border-left:1px solid #e4e4e4; border-right:none; height: 46px;}
.container_right h4.h4_qywh span.act{ border-right:none;}
.qywh_list{ display:none;}
.qywh_xwgf li{ position:relative; margin-top:20px; width:276px; margin-left:31px; height:120px; border-bottom:1px solid #0053a4;}
.qywh_xwgf ul li:first-child{ margin-left:0;}
.qywh_xwgf li img{ position:absolute; left:0; top:0;}
.qywh_xwgf h5{ width:175px; margin-left:100px; font-size:16px;}
.qywh_xwgf p{ width:175px; margin-left:100px; margin-top:10px; line-height:180%;}
.qywh_whsj img{ margin-right:20px;}
.qywh_whsj ul{ margin-top:30px;}
.qywh_whsj h5{ font-size:18px; }
.qywh_whsj h5 a{ color:#333; }
.qywh_whsj p{ color:#999; margin-top:14px; line-height:190%;}


/*品牌管理*/
.ppgl_list { display:none;}
.pptx_list li.logo_pptx{ width:220px; border:1px solid #f2f2f2; height:130px; text-align:center; display: table-cell; vertical-align:middle; *display: block; *font-size: 114px; margin-right:20px; margin-top:0;}
.logo_pptx img{ vertical-align:middle;}
.pptx_list h5{ font-size:16px; font-weight:bold; color:#0053a4; padding-bottom:10px; border-bottom:1px solid #0075c2; width:648px;}
.pptx_list h5 a{ color:#0053a4;}
.pptx_list ul{ margin-top:30px; }
.pptx_list li{ margin-top:20px;}
.pptx_list p{ width:648px; line-height:150%; margin-bottom:10px;}
.ppzy_list img{ border:1px solid #e5e5e5;-webkit-box-shadow: 6px 6px #e5e5e5; -moz-box-shadow: 6px 6px #e5e5e5;box-shadow:6px 6px #e5e5e5; behavior: url(ie-css3.htc);}
.ppzy_list li{ width:150px; margin-left:96px;}
.ppzy_list ul li:first-child{ margin-left:0;}
.ppzy_list h5{ padding:16px 0 10px 0;}
.ppzy_list h5 a{ color:#333;}
.ppzy_list .btn_download{ display:inline-block; color:#333; background-image:url(btn_download.png); background-repeat:no-repeat; background-position: left center; text-indent:28px; line-height:28px;}
.ppgs_list li{ width:200px; border-bottom:4px solid #d7d7d7; margin-left:29px;}
.ppgs_list ul li:first-child{ margin-left:0;}
.ppgs_list li.act{ border-bottom:4px solid #0053a4;}
.ppgs_list p{ color:#999999;  position:relative; margin-top:12px; font-size:12px;}
.ppgs_list p a{ display:inline-block; position:absolute; width:16px; height:16px; background-image:url(bg_ppgs.png); right:14px; top:0;}
.ppgs_list p a.act{ background-image:url(bg_ppgs_h.png);}
.ppgs_list h6{ margin-top:14px; line-height:24px; height:48px;}
.ppgs_list h6 a{ color:#333;}
.pages input{ border:1px solid #dddddd; height:24px;}
.pages .input_page{ width:40px;}
.pages .input_submit{ color:#FFF; background-color:#0053a4; height:30px; width:62px; font-size:13px; font-weight:bold;}

/*品牌创建*/
.ppcj_list h5{ font-size:20px; position:relative;}
.ppcj_list h5 a{ position:absolute; right:0; top:0; color:#999; font-size:16px;}
.list_ppgc li{ margin-left:20px; position:relative; font-size:0;}
.list_ppgc ul li:first-child{ margin-left:0px;}
.m_t_19{ margin-top:19px;}
.list_ppgc li h6{ position:absolute; bottom:0; left:0; height:30px; line-height:30px; text-indent:12px; background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0; filter:Alpha(opacity=50); *background:#000; font-size:14px; width:100%;}
.list_ppgc li h6 a{ color:#FFF;}
.list_pptd li{ text-indent:50px; width:50%; line-height:50px; height:50px;}
.list_pptd li a{ color:#333333;}
.bg_pptd{ background-color:#e1e9f1;}
.list_ppyg_l{ width:305px; position:relative; font-size:0; margin-right:30px;}
.list_ppyg_l h6{ position:absolute; bottom:0; left:0; height:30px; line-height:30px; background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0; filter:Alpha(opacity=50); *background:#000; font-size:14px; width:100%; text-indent:12px;}
.list_ppyg_l h6 a{ color:#FFF;}
.list_ppyg_r{ width:555px;}
.list_ppyg img{ -webkit-box-shadow:0 0 5px #e2e2e2; -moz-box-shadow:0 0 5px #e2e2e2; box-shadow:0 0 5px #e2e2e2; behavior: url(ie-css3.htc);}
.list_ppyg_r h6{ font-size:18px; font-weight:bold; line-height:40px;}
.list_ppyg_r p{ font-size:12px; color:#999; line-height:200%;}
.last_next{ margin-top:10px;}
.last_next a{ display:inline-block; width:26px; height:26px; margin-right:10px;}
.last_next .last{ background-image:url(arrow_c_l.png);}
.last_next .next{ background-image:url(arrow_c_r.png);}
.list_ppyg_r li{ font-size:0; position:relative; margin-left:37px; margin-top: 7px;}
.list_ppyg_r ul li:first-child{  margin-left:0;}
.list_ppyg_r h3{ position:absolute; bottom:0; left:0; height:30px; line-height:30px; background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0; filter:Alpha(opacity=50); *background:#000; font-size:14px; width:100%; text-indent:12px; text-align:left;}
.list_ppyg_r h3 a{ color:#FFF;}

/*企业文化——第二版*/
.nav_qywh li{ width:216px; height:52px; line-height:52px; text-align:center; font-size:16px; color:#333; background-color:#f1f1f1; margin-left:3px;}
.nav_qywh ul li:first-child{ margin:0;}
.nav_qywh li.act{ background-color:#00aedf; color:#FFF; font-weight:bold;}

/*招标采购*/
.zpcg{ line-height:200%;}
.zpcg h6{ margin-top:20px;}

/*领导致辞第二版*/
.ldzc_new{ font-size:0; width:850px; margin-left:8px;}
.con_ldzc{ padding:20px 40px; width:790px; height:750px; background-image:url(bg_ldzc.jpg); font-size:16px; color:#666666; line-height:190%;}
.con_ldzc p{ margin-bottom:16px; text-indent:32px;}
.ldqm{ text-align:right; padding:10px 10px 0 0;}

/*组织架构第二版*/
.nav_zzjg li{ width:442px; height:52px; line-height:52px; text-align:center; font-size:16px; color:#333; background-color:#f1f1f1; margin-left:3px;}
.nav_zzjg ul li:first-child{ margin:0;}
.nav_zzjg li.act{ background-color:#00aedf; color:#FFF; font-weight:bold;}

/*业务领域*/
.con_ywly .p_ywly{ line-height:180%; color:#333;}
.con_ywly .img_ywly{ font-size:0; text-align:center; margin:20px 0 30px 0;}
.list_ywly{}
.list_ywly *{ overflow:hidden;}
.list_ywly li{ font-size:0; position:relative; margin-bottom:2px; float:left; display:inline; margin-left:2px; height:264px;}
.list_ywly li h6{ position:absolute;  background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0; filter:Alpha(opacity=50); *background:#000; left:0; bottom:0; height:44px; line-height:44px; color:#FFF; text-indent:18px; font-size:20px; width:100%;}
.list_ywly li h6 a{ color:#FFF;}
.list_ywly ul li:first-child{ margin-left:0;}
.list_ywly .one li{ width:870px;}
.list_ywly .two li{ width:384px;}
.list_ywly .two li:first-child{ width:484px;}
.list_ywly .three li{ width:288px; margin-left:3px;}
.page_ywly{ height:34px; line-height:34px; margin-top:20px;}
.page_more{ width:111px; background-image:url(bg_page_more.png); font-size:16px; text-indent:14px;}
.page_more a{ color:#004a96;}
.page_ywly li{ margin-left:20px;}
.pages_ywly *{ display:inline-block; color:#333; font-size:16px;}
.pages_ywly span{ padding:0 4px;}
.pages_ywly a{ color:#333;}
.page_ywly{ margin-right:20px;}
.page_num *{ display:inline-block; font-size:16px; color:#333; font-family:Arial,微软雅黑; padding:0 4px;}
.page_num span{ color:#023e7c;}

/*管理团队*/
.gltd_list1{ display:none; }
.cwh_list ul:first-child{ margin-top:30px;}
.cwh_list ul li{ margin-left:60px; font-size:0;}
.cwh_list ul li:first-child{ margin-left:3px;}
.cwh_list h6{ line-height:60px; text-indent:2px; font-size:16px; }
.cwh_list h6 a{ color:#333;}
.cwh_list h6 span{ padding-right:16px;}
.dsh_list{ width:734px; margin:0 auto;}
.dsh_list li{ margin-top:30px; width:340px; margin-left:54px; background-color:#f1f1f1; position:relative;}
.dsh_list ul li:first-child{ margin-left:0;}
.dsh_list h5{ color:#00addf; font-size:20px; margin-top:20px;}
.dsh_list h5 a{ color:#00addf; }
.dsh_list h6{ font-size:18px; margin-top:18px;}
.dsh_line{ width:45px; height:1px; background-color:#929292; margin-top:28px; position:relative; left:178px; top:0;}
.dsh_list img{ margin-right:22px;}
.dsh_list ul:first-child{ width:340px; margin:0 auto;}

/*栏目logo新*/
.chn_logo_new{ width:100%; height:326px; background-position:center center; background-repeat:no-repeat; position:relative;}
.nav_p{ padding:30px 20px; width:276px; font-size:14px; color:#000000; line-height:200%;}
.head_fixed{ position:fixed; left:0; top:0; margin:0 auto; background-color: #636363; /*background: rgb(99, 99, 99) none repeat scroll 0 0 !important;*/}

/*尾部*/
.footer{ border-top:1px solid #FFF; padding-top:30px;}
.footer_select li{ width:165px; height:32px; line-height:32px; background-image:url(bg_footer_input.png); text-indent:12px; margin-left:25px;}
.footer_select ul li:first-child{ margin-left:0;}
.footer_select{ font-size:14px; color:#333333;}
.footer_select p{ margin-top:30px;}
.fastlink{ width: 1170px; margin: 0 auto; line-height:50px; position:relative; margin-bottom:10px;}
.fastlink h4{ color:#333333; font-size:18px;}
.fastlink_ul{ position:absolute; left:280px; top:0; overflow:hidden; height:50px; width:800px;}
.fastlink li{ width:200px; color:#666666; font-size:18px; background-repeat:no-repeat; background-position:0 12px; text-indent:40px;}
.fl_left{ display:inline-block; width:19px; height:32px; background-image:url(foot_btn_left.png); position:absolute; left:160px; top:10px; cursor:pointer;}
.fl_right{ display:inline-block; width:19px; height:32px; background-image:url(foot_btn_right.png); position:absolute; right:40px; top:10px; cursor:pointer;}


/*头部*/
.list_gj{ position:absolute; top:44px; left:564px; background-color:#f6f6f6; padding:15px; z-index:99999;}
.list_gj table{ min-width:300px; line-height:30px;}
.list_gj p{ line-height:24px; font-size:12px; position:relative; color:#333; text-align:left; margin:0; padding:0;}
.list_gj p span{ position:absolute; right:0; bottom:0;}
.list_gj .gjsz{ background-image:url(bg_gjsy.png); background-repeat:no-repeat; background-position:0 8px; text-indent:16px; color:#db2f3d;}
.list_gj .gjxd{ background-image:url(bg_gjxd.png); background-repeat:no-repeat; background-position:0 8px; text-indent:16px; color:#27970c; }
.header .btn_gj{ display:inline-block; background-image:url(btn_gj.png); width:20px; height:20px; position:relative; top:5px; left:0; margin-right:10px;}
.header .act{ background-image:url(btn_gj_act.png);}
.list_gj{ display:none; color:#333;}
.search{ position:absolute; right:0; width:406px; height:62px; bottom:-97px; background-color:#f6f6f6; z-index:99999; padding:20px; display:none; text-indent:0;}
.search h5{ color:#000000;}
.search input{ margin-top:10px;}
.input_search{ display:inline; width:360px; height:35px; line-height:24px; text-indent:16px; color:#b2b2b2; padding:0; border:none;}

/*公司业务*/
.bg_ppxc{ background-image:url(bg_gsyw.jpg); width:770px; height:363px; position:relative;}
.bg_ppxc ul{ position:absolute; bottom:0; width:100%; z-index:10;}
.bg_ppxc li{ width:128px; text-align:center; background:rgba(80, 130, 180, 0.8) none repeat scroll 0 0 !important; filter:Alpha(opacity=80); background-color:#4e84b9; color:#FFF; font-size:12px; font-weight:bold; }
.bg_ppxc li a{ color:#FFF;}
.bg_ppxc li.act_t{background:rgba(80, 130, 180, 1) none repeat scroll 0 0 !important; filter:Alpha(opacity=100); background-color:#4e84b9;}
.bg_ppxc li:hover{ background:rgba(160, 190, 220, 1) none repeat scroll 0 0 !important; filter:Alpha(opacity=100); background-color:#9dbeda;}
.bg_ppxc li.act{ background:rgba(160, 190, 220, 1) none repeat scroll 0 0 !important; filter:Alpha(opacity=100); background-color:#9dbeda;}
.bg_ppxc li h4{ background-repeat:no-repeat; background-position:center 10px; height:38px; padding-top:46px; cursor:pointer;}
.bg_ppxc ul li:first-child{ width:130px; }
.bg_ppxc .cg h4{}
.bg_ppxc .cs h4{ }
.bg_ppxc .fdc h4{ }
.bg_ppxc .jcss h4{ }
.bg_ppxc .hyzg h4{}
.bg_ppxc .jryw h4{ }
.list_ppxc{ position:absolute; left:0; top:0; z-index:5; width:730px; height:363px; background-color:#f2f2f2; padding:0 20px; display:none;}
.list_ppxc h5{ font-size:24px; line-height:50px; height:50px; color:#666666;}
.list_ppxc h5 a{ color:#666666;}
.list_ppxc p{ line-height:200%; min-height:84px;}
.list_ppxc ol{ margin-top:10px;}
.list_ppxc ol img{ margin-left:26px; font-size:0;}
.list_ppxc ol img:first-child{ margin-left:0;}



/*scy2016.04.11*/
/*金融业务*/
.scy_jryw{ position:relative;}
.scy_jryw p{ font-size:14px; color:#333; line-height:26px; margin-bottom:25px;}
.scy_jryw_left{float:left;width:170px;}
.scy_jryw_left ul li{ font-size:16px; height:46px; background:#f1f1f1; line-height:46px; color:#333; cursor:pointer; width:170px; position:relative;}
.scy_jryw_left a:hover{ text-decoration:none;}
.scy_jryw_left ul li a{ display:block; padding-left:30px; color:#333;}
#jMenu li{ z-index:200}
#jMenu li ul{ position:absolute; display:none; z-index:999; border-left:1px solid #fff;}
.scy_jryw_left ul li ul li{ height:46px; line-height:46px; background:#00aedf; }
.scy_jryw_left ul li ul li a{ color:#fff;}
.scy_jryw_left ul li a.cur{ width:140px; height:46px; background:#00aedf url(scy_zjjt_qyry_sanji_03.png) no-repeat 152px; color:#fff; position:relative; display:block; color:#fff;}
.scy_jryw_left ul li ul li a.isParent{ background:url(scy_zjjt_qyry_sanji_03.png) no-repeat 140px;}
.scy_jryw_right{ float:right;width:510px; padding:20px 0 40px 160px; border:1px solid #f1f1f1; overflow:hidden; position:relative; overflow:hidden; height:520px;}
.jscroll-e{width:1px;height:410px;top:710px;right:8px;position:absolute;overflow:visible;z-index:10000; background:#ececec;}
.jscroll-h{position:absolute;left:-1px;top:15px;width:3px;height:80px; background:#00aedf;}
.scy_jryw_rightl{float:left;width:276px; margin-right:20px;}
.scy_jryw_rightl h3{ font-size:16px; color:#333; border-bottom:1px solid #cceff9; line-height:40px;}
.scy_jryw_rightl p{ font-size:12px; color:#333; line-height:24px; margin-top:10px;}
.scy_jryw_right div img{ margin-top:40px;}
/*专题专栏*/
.scy_ztzl{ width:890px; overflow:hidden;}
.scy_ztzl_nei{ width:900px;}
.scy_ztzl ul li{ width:270px; height:360px; float:left; margin:0 30px 30px 0; background:#f1f1f1 url(scy_zjjt_ztzl_03.png) no-repeat;}
.scy_ztzl_nei_top{ padding:30px 0 0 8px;}
.scy_ztzl_nei_top p{ width:67px; height:67px;float:left; margin-right:4px; background:url(scy_zjjt_ztzl7_vj_03.png) no-repeat left;}
.scy_ztzl_nei_toplef{ float:left; width:191px;}
.scy_ztzl_nei_toplef h3{ font-size:18px; color:#fff; height:60px;line-height:30px;}
.scy_ztzl_nei_toplef span{ font-size:16px; color:#fff;}
.scy_ztzl_nei_btt{ height:170px;margin-top:40px; padding:0 12px 0 20px; font-size:14px; line-height:26px; color:#333;}
.scy_ztzl ul li a{ float:right;width:85px; height:26px;display:block; background:url(scy_zjjt_ztzl_ljgd_03.png) no-repeat; text-align:center; line-height:26px; font-size:14px; color:#333; padding-right:12px;}
/*新闻详情*/
.scy_xwxqlf{ width:640px; float:left;}
.scy_xwxqlf h2{ font-size:20px; color:#333; line-height:30px; text-align:center; font-weight:bold;}
.scy_xwxqlf table{margin:15px 0 0 56px;}
.scy_xwxqlf table tr td{ font-size:12px; color:#666; position:relative; padding:0 15px;font-family:"宋体";}
.scy_xwxqlf table tr td a{ display:inline-block; height:24px; line-height:24px; text-decoration:none;}
.scy_xwxqlf table tr td a.xl,.scy_xwxqlf table tr td a.kj,.scy_xwxqlf table tr td a.rr,.scy_xwxqlf table tr td a.wb{ width:24px; height:24px; position:absolute;top:0; cursor:pointer;}
.scy_xwxqlf table tr td a.xl{background:url(scy_zjjt_xlbeij_03.png) no-repeat;left:54px;}
.scy_xwxqlf table tr td a.kj{background:url(scy_zjjt_xl_kjbj_03.png) no-repeat;left:90px;}
.scy_xwxqlf table tr td a.rr{background:url(scy_zjjt_xl_rrbj_03.png) no-repeat;left:126px;}
.scy_xwxqlf table tr td a.wb{background:url(scy_zjjt_xl_wbbj_03.png) no-repeat;left:162px;}
.scy_xwxqlf_btt{ width:640px; margin-top:20px; border-top:1px dashed #cbcbcb; padding-top:30px;}
.scy_xwxqlf_btt p{ font-size:14px; color:#333; margin-bottom:25px; line-height:24px;
    text-indent:0px;
}
.scy_xglj h5{ font-size:14px; color:#333;}
.scy_xglj ul li span{ float:right; font-size:14px; color:#333;}
.scy_xglj ul li a{ display:inline-block; line-height:28px; font-size:14px; color:#333;}
.scy_xwxqrt{ width:402px; float:right; border-left:1px solid #dfdfdf;}
.scy_xwxqrt_nei{ width:370px; margin-left:32px;}
.scy_rdxw{ padding:20px 14px 20px 20px; background:#f2f2f2; margin-bottom:16px;}
.scy_rdxw h2{ font-size:18px; color:#333;}
.scy_rdxw ul li span{ font-size:12px; display:inline-block; color:#626262; line-height:26px; padding-top:12px;}
.scy_rdxw ul li p{line-height:30px; border-bottom:1px solid #e8e8e8; padding-bottom:10px;}
.scy_rdxw ul li p a{font-size:14px; color:#888;}
.scy_gzwm{ width:330px; height:100px; background:#f2f2f2; margin-top:30px; padding:20px; position:relative;}
.scy_gzwm h2{ font-size:16px; color:#333; margin-bottom:10px;}
.scy_gzwm a{width:24px; height:24px; display:inline-block; margin-right:10px;}
.scy_gzwm a.xl{background:url(scy_zjjt_xlbeij_03.png) no-repeat;left:54px;}
.scy_gzwm a.kj{background:url(scy_zjjt_xl_kjbj_03.png) no-repeat;left:90px;}
.scy_gzwm a.rr{background:url(scy_zjjt_xl_rrbj_03.png) no-repeat;left:126px;}
.scy_gzwm a.wb{background:url(scy_zjjt_xl_wbbj_03.png) no-repeat;left:162px;}
.scy_zjwxh{ position:absolute; top:14px; right:114px;}
.scy_jtjsb{ position:absolute; top:14px; right:14px;}
.scy_zjwxh p,.scy_jtjsb p{ text-align:center;}
/*新闻中心-列表页*/
.scy_zbyw ul li{ border-bottom:1px dashed #e7e7e7; padding-bottom:16px;}
.scy_zbyw ul li p i{width:32px;height:22px;padding-left:22px; font-size:12px; color:#333;font-style:normal; background:url(scy_zjjt_xwzx_lbbj_03.png) no-repeat left; cursor:pointer; margin-left:20px;}
.scy_zbyw ul li p span{ font-size:12px; color:#333;}
.scy_zbyw ul li a{ font-size:16px; color:#333; line-height:40px;}
.scy_zbyw ul li > span{ float:right; font-size:14px; color:#333;line-height:40px;}


/*关于中交-发展历程*/
.scy_fzlc{color:#333;font-family:'Microsoft YaHei','微软雅黑'}
.fzlc_tabs_t:after,.fzlc_tabs_i_c2:after,.c2_txt_wp:after{content:"";display:block;clear:both}
.fzlc_tabs_t,.fzlc_tabs_i_c2,.c2_txt_wp{zoom:1}
.fzlc_tabs_t li{width:292px;margin:0 2px;font-size:16px;line-height:50px;text-align:center;float:left;background:#f1f1f1;cursor:pointer}
.fzlc_tabs_t li.fzlc_tabs_act{color:#fff;background:#00aedf}
.fzlc_tabs{position:relative;margin-top:30px}
.fzlc_tabs_i_t{width:820px;margin:0 auto;overflow:hidden;background:url(gyzj_bg_line.gif) repeat-x 0 18px}
.fzlc_tabs_i_t .swiper-wrapper{}
.fzlc_tabs_i_t .swiper-slide{width:110px;padding-top:36px;background:url(fzlc.png) no-repeat center 11px;font-size:18px;text-align:center;cursor:pointer;line-height:1.2}
.fzlc_tabs_i_t .fzlc_tabs_i_act{color:#00aedf}
.fzlc_tabs_i_prev,.fzlc_tabs_i_next{width:22px;height:35px;position:absolute;top:0;z-index:1;background-image:url(fzlc_tabs2_arr.png);opacity:0.5;cursor:pointer}
.fzlc_tabs_i_prev:hover,.fzlc_tabs_i_next:hover{opacity:1}
.fzlc_tabs_i_prev{background-position:0 0;left:0}
.fzlc_tabs_i_next{background-position:-22px 0;right:0}
.fzlc_tabs_i_c{margin-top:20px}
.fzlc_tabs_i_c>li{background:url(gyzj_bg_line.gif) repeat-y center 0}
.fzlc_tabs_i_c1{display:table;width:200px;height:200px;margin:0 auto;background:url(fzlc_tabs_i_c1.png) no-repeat center}
.fzlc_tabs_i_c1_cell{display:table-cell;text-align:center;vertical-align:middle}
.fzlc_tabs_i_c1_cell span{display:inline-block;background:#fff;font-size:30px;color:#00aedf}
.fzlc_tabs_i_c2_1,.fzlc_tabs_i_c2_2{width:445px}
.fzlc_tabs_i_c2_1,.fzlc_tabs_i_c2_2,.fzlc_tabs_i_c2_1 .c2_txt,.fzlc_tabs_i_c2_2 .c2_pit{float:left}
.fzlc_tabs_i_c2_2 .c2_txt,.fzlc_tabs_i_c2_1 .c2_pit{float:right}
.fzlc_tabs_i_c2_1{text-align:right}
.fzlc_tabs_i_c2 li{margin:20px 0}
.fzlc_tabs_i_c2 h2{margin-bottom:10px;font-size:20px;color:#00aedf}
.fzlc_tabs_i_c2_1 h2{margin-right:40px}
.fzlc_tabs_i_c2_2 h2{margin-left:40px}
.c2_txt{width:380px;padding:20px;border-radius:6px;background:#f5f5f5}
.c2_txt p{margin:5px 0;text-indent:2em;text-align:justify}
.c2_pit{margin-top:16px;background-image:url(fzlc_arr.png);background-repeat:no-repeat}
.fzlc_tabs_i_c2_1 .c2_pit{margin-right:-7px;padding-left:18px;background-position:-10px 0}
.fzlc_tabs_i_c2_2 .c2_pit{margin-left:-7px;padding-right:18px;background-position:22px 0}



/*关于中交-发展战略*/
.scy_fzzl{color:#333;font-family:'Microsoft YaHei','微软雅黑'}
.fzzl_c1{height:166px;padding:30px 340px 60px 30px;background:url(fzzl_c1_bg.jpg) no-repeat right 0;line-height:1.8}
.fzzl_c1 h3{margin-top:30px;font-size:22px}
.fzzl_c1 p{font-size:20px}
.fzzl_c2 li{}
.fzzl_itm_h:after,.fzzl_itm_h_r:after,.fzzl_itm_c:after{content:"";display:block;clear:both}
.fzzl_itm_h,.fzzl_itm_h_r,.fzzl_itm_c{zoom:1}
.fzzl_itm_h b{float:left;display:block;width:65px;margin-right:15px;font-size:60px;line-height:60px;text-align:center;color:#d6d6d6}
.fzzl_itm_h_r{width:810px;float:right;border-bottom:1px solid #e6e6e6}
.fzzl_itm_h_r h3{float:left;font-size:24px;line-height:60px}
.fzzl_itm_h_r span{display:block;float:right;width:20px;height:20px;margin-top:20px;line-height:18px;text-align:center;color:#fff;background:#00addf;border-radius:50%;transition:transform 0.2s;opacity:0.4}
.fzzl_itm_h_r span.actv{transform:rotate(45deg)}
.fzzl_itm_h_r span.enb{opacity:1;cursor:pointer}
.fzzl_itm_c{margin:20px 0 0 80px}
.fzzl_itm_c img{margin:0 20px 10px 0;float:left}
.fzzl_itm_c_txt p{display:none;margin:5px 0;text-indent:2em;}
.fzzl_itm_c_txt.actv p, .fzzl_itm_c_txt p:first-child{display:block;}


/*关于中交-资质荣誉*/
.scy_zzry{color:#333;font-family:'Microsoft YaHei','微软雅黑';}
.zzry_tabs_t:after,.zzry_tabs_c_i>li:after,.c1_2:after,.ryjx_tabs_c li:after,.ryjx_c_i2 li{content:"";display:block;clear:both}
.zzry_tabs_t,.zzry_tabs_c_i>li,.c1_2,.ryjx_tabs_c li,.ryjx_c_i2 li{zoom:1}
.zzry_tabs_t li{width:441px;margin:0 2px;font-size:16px;line-height:50px;text-align:center;float:left;background:#f1f1f1;cursor:pointer}
.zzry_tabs_t li.zzry_tabs_act{color:#fff;background:#00aedf}
.zzry_tabs_c>li:first-child{margin-top:50px;background:url(gyzj_bg_line.gif) repeat-y center 0}
.zzry_tabs_c_i>li{margin-bottom:30px}
.c1_1,.c1_2{width:445px;float:left}
.c1_1 div,.ryjx_c_i1{margin:30px auto 0;width:120px;height:120px;padding:24px;border-radius:50%;display:table}
.c1_1 p,.ryjx_c_i1 div{display:table-cell;vertical-align:middle;text-align:center;font-size:18px}
.h2_wp{background-image:url(fzlc_arr.png);background-repeat:no-repeat}
.c1_2 h2{display:table;width:50px;height:50px;border-width:2px;border-style:solid;border-radius:50%;margin-bottom:0;background:#fff}
.c1_2 h2 span{display:table-cell;vertical-align:middle;text-align:center;font-size:14px}
.zzry_tabs_c_i>li:nth-child(3) .c1_2 h2 span{font-size:12px}
.c1_2_txt{width:371px;height:260px;padding:20px 10px 20px 20px;border-radius:6px;background:#f5f5f5;overflow:auto}
.c1_2_txt h3{line-height:3;border-bottom:1px solid #d0d0d0}
.c1_2_txt p{font-size:12px;line-height:2}
.zzry_tabs_c_i>li:nth-child(odd) .c1_1,.zzry_tabs_c_i>li:nth-child(odd) .c1_2 .h2_wp,.zzry_tabs_c_i>li:nth-child(even) .c1_2,.zzry_tabs_c_i>li:nth-child(even) .c1_2 .c1_2_txt,.ryjx_c_i1,.ryjx_date{float:left}
.zzry_tabs_c_i>li:nth-child(odd) .c1_2,.zzry_tabs_c_i>li:nth-child(odd) .c1_2 .c1_2_txt,.zzry_tabs_c_i>li:nth-child(even) .c1_1,.zzry_tabs_c_i>li:nth-child(even) .c1_2 .h2_wp,.ryjx_c_i2,.ryjx_txt{float:right}
.zzry_tabs_c_i>li:nth-child(odd) .c1_2 .h2_wp{float:left;margin-left:-27px;padding-right:17px;background-position:61px center}
.zzry_tabs_c_i>li:nth-child(even) .c1_2 .h2_wp{margin-right:-27px;padding-left:17px;background-position:-10px center}
.zzry_tabs_c_i>li:nth-child(1) .c1_1 div,.ryjx_c_i1{background:url(zzry_p1.png) no-repeat center}
.zzry_tabs_c_i>li:nth-child(1) .c1_2 h2,.zzry_tabs_c_i>li:nth-child(1) .c1_2_txt h3{color:#2b6799}
.zzry_tabs_c_i>li:nth-child(2) .c1_1 div{background:url(zzry_p2.png) no-repeat center}
.zzry_tabs_c_i>li:nth-child(2) .c1_2 h2,.zzry_tabs_c_i>li:nth-child(2) .c1_2_txt h3{color:#845aa3}
.zzry_tabs_c_i>li:nth-child(3) .c1_1 div{background:url(zzry_p3.png) no-repeat center}
.zzry_tabs_c_i>li:nth-child(3) .c1_2 h2,.zzry_tabs_c_i>li:nth-child(3) .c1_2_txt h3{color:#0995dd}
.zzry_tabs_c_i>li:nth-child(4) .c1_1 div{background:url(zzry_p4.png) no-repeat center}
.zzry_tabs_c_i>li:nth-child(4) .c1_2 h2,.zzry_tabs_c_i>li:nth-child(4) .c1_2_txt h3{color:#3e625c}
.mCSB_1_scrollbar .mCSB_dragger .mCSB_dragger_bar,.mCSB_1_scrollbar.mCSB_scrollTools_onDrag .mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#2b6799}
.mCSB_2_scrollbar .mCSB_dragger .mCSB_dragger_bar,.mCSB_2_scrollbar.mCSB_scrollTools_onDrag .mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#845aa3}
.mCSB_3_scrollbar .mCSB_dragger .mCSB_dragger_bar,.mCSB_3_scrollbar.mCSB_scrollTools_onDrag .mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#0995dd}
.mCSB_4_scrollbar .mCSB_dragger .mCSB_dragger_bar,.mCSB_4_scrollbar.mCSB_scrollTools_onDrag .mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#3e625c}

.ryjx_tabs_c{margin-top:20px}
.ryjx_c_i1 p{padding-top:38px;font-size:20px;font-weight:bold;background:url(zjrr_ryjx.png) no-repeat center 0}
.ryjx_c_i2{width:682px;line-height:1.8}
.ryjx_c_i2 li{margin:15px 0}
.ryjx_date{width:60px;text-align:right}
.ryjx_txt{width:592px}


	/*公司资质*/
.zzry .l1n1 .l3:after,.zzry .l1n1 .l3n1 .l4n2:after,.zzry .l1n1 .l3n2 .l4n1:after,.zzry .l1n1 .l3n3 .l4n2:after,.zzry .l1n1 .l3n4 .l4n1:after{content:"";display:block;clear:both}
zzry .l1n1 .l3n2 .l4n1{zoom:1}
.zzry_tabs_t li{width:441px;margin:0 2px;font-size:16px;line-height:50px;text-align:center;float:left;background:#f1f1f1;cursor:pointer}
.zzry_tabs_t li.zzry_tabs_act{color:#fff;background:#00aedf}
.zzry .l1n1{margin-top:50px;background:url(gyzj_bg_line.gif) repeat-y center 0}
.zzry .l1n1 .l3{margin-bottom:30px;zoom:1}
.zzry .l1n1 .l4n1,.zzry .l1n1 .l3n1 .l4n2 .l5n1,.zzry .l1n1 .l3n3 .l4n2 .l5n1{float:left}
.zzry .l1n1 .l4n2,.zzry .l1n1 .l3n1 .l4n2 .l5n2,.zzry .l1n1 .l3n2 .l4n1 .l5n1,.zzry .l1n1 .l3n4 .l4n1 .l5n1{float:right}
.zzry .l1n1 .l4{width:445px}
.zzry .l1n1 .l3n1 .l4n1 .l5,.zzry .l1n1 .l3n2 .l4n2 .l5,.zzry .l1n1 .l3n3 .l4n1 .l5,.zzry .l1n1 .l3n4 .l4n2 .l5{margin:30px auto 0;width:120px;height:120px;padding:24px;border-radius:50%}
.zzry .l1n1 .l3n1 .l4n1 .l6,.zzry .l1n1 .l3n2 .l4n2 .l6,.zzry .l1n1 .l3n3 .l4n1 .l6,.zzry .l1n1 .l3n4 .l4n2 .l6{text-align:center;font-size:18px;}
.zzry .l1n1 .l3n1 .l4n1 .l6,.zzry .l1n1 .l3n2 .l4n2 .l6,.zzry .l1n1 .l3n3 .l4n1 .l6{padding-top:35px}
.zzry .l1n1 .l3n4 .l4n2 .l6{padding-top:45px}
.zzry .l1n1 .l3n1 .l4n2{zoom:1}
.zzry .l1n1 .l3n1 .l4n2 .l5n1,.zzry .l1n1 .l3n2 .l4n1 .l5n1,.zzry .l1n1 .l3n3 .l4n2 .l5n1,.zzry .l1n1 .l3n4 .l4n1 .l5n1{background-image:url(fzlc_arr.png);background-repeat:no-repeat;}
.zzry .l1n1 .l3n1 .l4n2 .l5n1,.zzry .l1n1 .l3n3 .l4n2 .l5n1{margin-left:-27px;padding-right:17px;background-position:61px center}
.zzry .l1n1 .l3n2 .l4n1 .l5n1,.zzry .l1n1 .l3n4 .l4n1 .l5n1{margin-right:-27px;padding-left:17px;background-position:-10px center}
.zzry .l1n1 .l3n1 .l4n2 .l5n1 .l6,.zzry .l1n1 .l3n2 .l4n1 .l5n1 .l6,.zzry .l1n1 .l3n3 .l4n2 .l5n1 .l6,.zzry .l1n1 .l3n4 .l4n1 .l5n1 .l6{width:54px;height:54px;margin-bottom:0;font-size:14px}
.zzry .l1n1 .l3n1 .l4n2 .l5n1 .l6{background:url(c1.png) no-repeat center}
.zzry .l1n1 .l3n2 .l4n1 .l5n1 .l6{background:url(c2.png) no-repeat center}
.zzry .l1n1 .l3n3 .l4n2 .l5n1 .l6{background:url(c3.png) no-repeat center}
.zzry .l1n1 .l3n4 .l4n1 .l5n1 .l6{background:url(c4.png) no-repeat center}
.zzry .l1n1 .l3n1 .l4n2 .l5n1 .l7,.zzry .l1n1 .l3n2 .l4n1 .l5n1 .l7,.zzry .l1n1 .l3n3 .l4n2 .l5n1 .l7,.zzry .l1n1 .l3n4 .l4n1 .l5n1 .l7{text-align:center;display:inline-block;width:54px}
.zzry .l1n1 .l3n1 .l4n2 .l5n1 .l7,.zzry .l1n1 .l3n4 .l4n1 .l5n1 .l7{padding-top:18px}
.zzry .l1n1 .l3n2 .l4n1 .l5n1 .l7,.zzry .l1n1 .l3n3 .l4n2 .l5n1 .l7{padding-top:10px}
.zzry .l1n1 .l3n1 .l4n2 .l5n1 .l6,.zzry .l1n1 .l3n1 .l4n2 .l5n2 h3{color: #2b6799}
.zzry .l1n1 .l3n2 .l4n1 .l5n1 .l6,.zzry .l1n1 .l3n2 .l4n1 .l5n2 h3{color: #845aa3}
.zzry .l1n1 .l3n3 .l4n2 .l5n1 .l6,.zzry .l1n1 .l3n3 .l4n2 .l5n2 h3{color: #0995dd}
.zzry .l1n1 .l3n4 .l4n1 .l5n1 .l6,.zzry .l1n1 .l3n4 .l4n1 .l5n2 h3{color: #3e625c}

.zzry .l1n1 .l3n1 .l4n2 .l5n1 .l7,.zzry .l1n1 .l3n2 .l4n1 .l5n1 .l7,.zzry .l1n1 .l3n4 .l4n1 .l5n1 .l7{font-size:14px}
.zzry .l1n1 .l3n3 .l4n2{zoom:1}
.zzry .l1n1 .l3n3 .l4n2 .l5n1 .l7{font-size:12px}
.zzry .l1n1 .l3n1 .l4n2 .l5n2,.zzry .l1n1 .l3n2 .l4n1 .l5n2,.zzry .l1n1 .l3n3 .l4n2 .l5n2,.zzry .l1n1 .l3n4 .l4n1 .l5n2{width:371px;height:260px;padding:20px 10px 20px 20px;border-radius:6px;background:#f5f5f5;overflow:auto}
.zzry .l1n1 .l3n1 .l4n2 .l5n2 h3,.zzry .l1n1 .l3n2 .l4n1 .l5n2 h3,.zzry .l1n1 .l3n3 .l4n2 .l5n2 h3,.zzry .l1n1 .l3n4 .l4n1 .l5n2 h3{line-height:3;border-bottom:1px solid #d0d0d0}
.zzry .l1n1 .l3n1 .l4n2 .l5n2 p,.zzry .l1n1 .l3n2 .l4n1 .l5n2 p,.zzry .l1n1 .l3n3 .l4n2 .l5n2 p,.zzry .l1n1 .l3n4 .l4n1 .l5n2 p{font-size:12px;line-height:2}
.zzry .l1n1 .l3n1 .l4n1 .l5{background:url(zzry_p1.png) no-repeat center}
.zzry .l1n1 .l3n2 .l4n2 .l5{background:url(zzry_p2.png)  no-repeat center}
.zzry .l1n1 .l3n3 .l4n1 .l5{background:url(zzry_p3.png) no-repeat center}
.zzry .l1n1 .l3n4 .l4n2 .l5{background:url(zzry_p4.png)  no-repeat center}
.mCSB_1_scrollbar .mCSB_dragger .mCSB_dragger_bar,.mCSB_1_scrollbar.mCSB_scrollTools_onDrag .mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#2b6799}
.mCSB_2_scrollbar .mCSB_dragger .mCSB_dragger_bar,.mCSB_2_scrollbar.mCSB_scrollTools_onDrag .mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#845aa3}
.mCSB_3_scrollbar .mCSB_dragger .mCSB_dragger_bar,.mCSB_3_scrollbar.mCSB_scrollTools_onDrag .mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#0995dd}
.mCSB_4_scrollbar .mCSB_dragger .mCSB_dragger_bar,.mCSB_4_scrollbar.mCSB_scrollTools_onDrag .mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#3e625c}

	/*荣誉奖项*/
.zzry .l1n1 .l2n2{margin-top:20px}
.zzry .l1n2 .l2n2 .l3:after,.zzry .l1n2 .l2n2 .l3 .l4n2 .l6:after{content:'';display:block;clear:both}
.zzry .l1n2 .l2n2 .l3{zoom:1}
.zzry .l1n2 .l2n2 .l4n1{border-radius:50%;height:120px; margin:30px auto 0;padding:24px;width:120px;background:url(zzry_p2.png) no-repeat center;float:left}
.zzry .l1n2 .l2n2 .l4n1 l5{font-size:18px;text-align:center;vertical-align:middle}
.zzry .l1n2 .l2n2 .l4n1 .l6{margin-top:30px;padding-top:38px;font-size:20px;font-weight:bold;background:url(zjrr_ryjx.png) no-repeat center 0;text-align:center}
.zzry .l1n2 .l2n2 .l4n2{width:682px;margin:20px 0;line-height:1.8;float:right}
.zzry .l1n2 .l2n2 .l4n2 .l6{margin:15px 0;zoom:1}
.zzry .l1n2 .l2n2 .l4n2 .l7n1{width:60px;text-align:right;float:left}
.zzry .l1n2 .l2n2 .l4n2 .l7n2{width:592px;float:right}
/*关于中交-资质荣誉结束*/

/*商务服务--中交在全球*/
.nav_zqzqq li{ width:172px;}
.img_zjzqq{ border:1px solid #f1f1f1; width:870px; font-size:0;}
.img_zjzqq img{ display:none}
.img_zjzqq img:first-child{ display:inline-block;}
.nav_zqzqq li:first-child{ margin-left:0;}
.table_zjzqq{ border-top:2px solid #e5e5e5; width:870px; text-indent:40px;border-bottom:1px dashed #f0f0f0; display:none; }
.table_zjzqq th{ height:42px; line-height:42px; color:#333; font-weight:bold;}
.table_zjzqq td{ width:172px; height:46px; line-height:46px; border-top:1px dashed #f0f0f0; border-left:1px dashed #f0f0f0; color:#333;}
.table_zjzqq tr td:first-child{ border-left:1px solid transparent;}

/*责任理念*/
.con_zrln h6{ color:#333; font-size:14px; line-height:40px;}
.con_zrln p{ color:#333; font-size:14px; line-height:200%;}

/*创新平台*/
.p_cxpt{ color:#333; line-height:200%;}
.con_cxpt li{ width:868px; line-height:56px; border:1px solid #f2f2f2; background-color:#f2f2f2; position:relative; text-indent:56px; color:#333; font-size:16px; margin-bottom:2px;}
.con_cxpt li span{ position:absolute; right:20px; top:20px; display:inline-block; background-image:url(bs_jiahao.png); width:19px; height:19px; background-repeat:no-repeat;}
.con_cxpt li.act{ border:1px solid #00aedf; background-color:#00aedf; color:#fff;}
.con_cxpt li.act span{ background-image:url(bs_jianhao.png); top:26px;}
.list_cxpt{ background-color:#ffffff; font-size:12px; color:#333; padding:24px; line-height:200%; display:none;}
.list_cxpt h5{ width:280px; text-align:left; font-size:0; padding:0; margin:0; text-indent:0;}
.list_cxpt div{ width:540px; text-indent:0;}

/*党群工作*/
.con_qtgz li{ position:relative; background-color:#f2f2f2; margin-bottom:4px; padding:10px 20px;}
.con_qtgz li p i{width:32px;height:22px;padding-left:22px; font-size:12px; color:#333;font-style:normal; background:url(scy_zjjt_xwzx_lbbj_03.png) no-repeat left; cursor:pointer; margin-left:20px;}
.con_qtgz ul li p span{ font-size:12px; color:#333;}
.con_qtgz ul li a{ font-size:16px; color:#333; line-height:40px;}
.con_qtgz ul li span.qtgz_ts{ display:inline-block; width:17px; height:22px; background-image:url(bg_dqgz.png); position:absolute; right:40px; top:28px;}
.tc{ text-align:center;}

/*责任行动*/
.con_zrxd h5{ font-size:18px; font-weight:bold; color:#333; margin-bottom:20px;}
.list_zrxd{ width:870px; overflow:hidden; position:relative;}
.list_zrxd ul{ width:10000px }
.list_zrxd li{ margin-right:12px; float:left; display:inline; width:429px; height:252px; background-color:#f0f0f0; position:relative; margin-bottom:20px;}
.list_zrxd .more{ width:86px; line-height:26px; height:26px; background-image:url(bg_more.png);  color:#333; font-size:14px; text-align:center; margin-top:10px; margin-left:12px;}
.list_zrxd img{ margin-right:12px;}
.list_zrxd .more a{ font-family:"黑体"; color:#333333; font-size:14px;}
.list_zrxd h6{ padding:12px 12px 6px 12px; line-height:150%; font-weight:bold;}
.list_zrxd h6 a{ color:#000;}
.list_zrxd p{ line-height:200%; font-size:12px; min-height:144px; padding:0 12px;}
.zrxd_prv{ position:absolute; display:inline-block; width:46px; height:81px; background-image:url(btn_zrxd_left.png); top:86px; left:0; z-index:100; cursor:pointer; display:none;}
.zrxd_next{ position:absolute; display:inline-block; width:46px; height:81px; background-image:url(btn_zrxd_right.png); top:86px; right:0; z-index:100; cursor:pointer; display:none;}

/*公司治理*/
.list_gszl{ display:none;} 

/*股价概览*/
.table_gj th{ background-color:#00aedf; line-height:52px; height:52px; text-align:center; color:#FFF; font-weight:bold; font-size:16px;}
.table_gj tbody tr{ border-bottom:1px solid #f1f2f3;}
.table_gj td{ text-align:right; padding:0 24px 0 14px; line-height:50px; height:50px; color:#333333;}
.table_gj tr td:first-child{ text-align:left;}
.table_gj .gj_sz{ color:#dd0000;}
.table_gj .gj_xd{ color:#2aca05;}


/*定期报告5.2修改*/
.c_con_r{ overflow:hidden;}
.c_con_r h1{ font-size:35px; color:#333333; font-family:"微软雅黑";}
.c_bg1{ overflow:hidden; margin-top:30px;}
.c_bg1 td{  background:#f1f1f1; font-size:16px; font-family:"微软雅黑"; color:#333333; line-height:52px; text-align:center;}
.c_bg1 td a{ display:block; width:433px; height:52px; font-size:16px; background:#f1f1f1; font-family:"微软雅黑"; color:#333333; line-height:52px; text-align:center;}
.c_bg1 td a:hover{ background:#00aedf; color:#ffffff; text-decoration:none;}
.c_yjbg_a{overflow:hidden; margin-top:25px; margin-bottom:30px;}
.c_yjbg_a1{overflow:hidden; width:433px; float:left}
.c_yjbg_a2{float:left; overflow:hidden;}
.c_yjbg_a2l{ font-weight:bold; margin-left:10px;  padding-top:10px; width:70px; height:71px; border-bottom:#333333 1px solid; border-top:#333333 1px solid; text-align:center; font-size:14px; color:#333333; font-family:'微软雅黑'; float:left}
.c_yjbg_a3{ margin-left:20px; width:315px; padding-left:35px; background:url(c_2.jpg) no-repeat top left; float:right}
.c_yjbg_a3 h2{ font-family:"微软雅黑"; color:#333333; font-size:16px; margin-bottom:20px;}
.c_yjbg_a3 h2 a{ font-family:"微软雅黑"; color:#333333; font-size:16px;}
.c_yjbg_a3 h2 a:hover{text-decoration:underline}
.c_yjbg_a3 h3{ font-family:"微软雅黑"; color:#333333; font-size:14px; line-height:24px; margin-bottom:20px;}
.c_yjbg_a3 h4{font-family:"微软雅黑"; color:#333333; font-size:16px; padding-left:30px; background:url(c_3.jpg) no-repeat left top; width:90px; border:none; height:20px; line-height:20px; padding:0 0 0 25px; text-align:left}
.c_yjbg_a3 h4 a{color:#333333;}
.c_yjbg_a3 h4 a:hover{color:#0085aa; text-decoration:none}
.c_yjbg{ width:870px; overflow:hidden; }
.c_yjbg li{ width:185px; min-height:106px; border:#f1f1f1 1px solid; padding-left:15px; float:left; margin-right:20px; margin-bottom:20px; padding-top:15px; padding-bottom:15px}
.c_yjbg li h5{ padding-left:35px; font-size:14px; font-family:"微软雅黑"; color:#333333; background:url(c_2.jpg) no-repeat left center; line-height:24px}
.c_yjbg li h6{font-size:16px; font-family:"微软雅黑"; color:#333333; margin-top:20px;}
.c_yjbg li span{ display:block; font-size:16px; font-family:"微软雅黑"; color:#333333; padding-left:30px; background:url(c_3.jpg) no-repeat left center; margin-top:30px; height:20px; line-height:20px}
.c_yjbg li span a{color:#333}
.c_yjbg li span a:hover{color:#0085aa; text-decoration:none}
.c_fyf{ text-align:center; font-size:16px; font-family:"微软雅黑"; color:#333333; margin-bottom:30px;}
.c_fyf a{text-align:center; font-size:16px; font-family:"微软雅黑"; color:#333333; text-decoration:none;}
.c_fyf a:hover{ color:#1c77d6;  }
.c_fyf a.now{ color:#023e7c}
.c_footer{ width:100%; background:#f2f2f2;}
.c_footer_a{ width:1140px; margin:0 auto; padding:0 15px;}
.c_footer_ab{ overflow:hidden;}
.c_footer_abl{ width:280px; float:left;}
.c_footer_abl h1{ color:#333333; font-family:"微软雅黑"; font-size:12px; line-height:24px; margin-top:40px;}
.c_footer_abr{ float:left; padding:30px 0 40px 40px; width:820px; }
.c_footer_abrl{ width:690px; float:left;}
.c_footer_abrl li{ width:165px; height:32px;  float:left; margin-right:25px; }
.c_footer_abrl li select{ width:163px; height:30px; background:none; border:#ffffff 1px solid; font-size:14px; color:#333}
.c_footer_abrl p{ margin-top:30px; font-size:14px; line-height:28px; color:#333333;}
.c_footer_abrl p a{font-size:14px; line-height:28px; color:#333333; text-decoration:none;}
.c_footer_abrl p a:hover{ text-decoration:underline;}
.c_footer_abrl p span{ padding:0 10px;}
.c_footer_abrr{ float:right; margin-top:10px;}
.c_footer_abrr span{ display:block; width:100px; font-size:14px; text-align:center;}


/*投资者服务5-4修改*/
.c_tzzfu{overflow:hidden;  float:left}
.c_tzzfu h1{font-size:35px; color:#333333; font-family:"微软雅黑"; margin-bottom:30px;}
.c_tzzfu_a{ overflow:hidden; border:#f1f2f3 1px solid;}
.c_rl{ float:left; margin-right:30px}
.c_tzzfu_a h2{ font-size:18px; color:#333333; padding-top:15px; padding-right:15px  }
.c_tzzfu_a h2 span{ float:right; }
.c_tzzfu_a h2 span a{ font-size:14px; color:#333333; text-decoration:none; width:80px; height:24px; line-height:24px; border-radius:12px; border:1px solid #d8d8d8; display:block; text-align:center}
.c_tzzfu_a h2 span a:hover{ color:#fff; text-decoration:none; background:#00b2e1; border:1px solid #00b2e1}
.c_tzzfu_a dd{float:left; margin-right:15px; border:none; font-size:16px; width:270px}
.c_tzzfu_a dd h3{ margin-bottom:10px; margin-top:25px;}
.c_tzzfu_a dd h4{ margin-bottom:10px;}
.c_tzzfu_b{ overflow:hidden; width:870px}
.c_tzzfu_b h2{ font-size:18px; color:#333333; padding-top:15px;   margin-bottom:15px; padding-right:15px;}
.c_tzzfu_b h2 span{ float:right; }
.c_tzzfu_b h2 span a{ font-size:14px; color:#333333; text-decoration:none; width:80px; height:24px; line-height:24px; border-radius:12px; border:1px solid #d8d8d8; display:block; text-align:center}
.c_tzzfu_b h2 span a:hover{ color:#fff; text-decoration:none; background:#00b2e1; border:1px solid #00b2e1}
.c_tzzfu_b li{ width:243px; height:140px; border:#f1f1f1 1px solid; padding-left:25px; float:left; margin-right:30px; margin-bottom:20px; padding-top:15px;}
.c_tzzfu_b li h5{ padding-left:35px; font-size:14px; font-family:"微软雅黑"; color:#333333; background:url(c_2.jpg) no-repeat left center; line-height:24px}
.c_tzzfu_b li h6{font-size:16px; font-family:"微软雅黑"; color:#333333; margin-top:20px;}
.c_tzzfu_b li span{ display:block; font-size:16px; font-family:"微软雅黑"; color:#333333; padding-left:30px; background:url(c_3.jpg) no-repeat left center; margin-top:30px; height:20px; line-height:20px}
.c_tzzfu_b li span a{color:#333}
.c_tzzfu_b li span a:hover{color:#0085aa; text-decoration:none}

.c_tzzfu_c{ overflow:hidden; margin-top:10px; clear:both; padding-bottom:30px; width:872px}
.c_tzzfu_c ul{width:890px}
.c_tzzfu_c li{ margin-right:12px; float:left;}
.c_tzzrl{ overflow:hidden; float:left; width:570px }


/*人才队伍*/
.list_rcdw h6{ line-height:40px; height:40px; font-size:18px; color:#333;}
.rcdw_left{ margin-right:140px;}
.rcdw_right h6{ text-indent:24px;}
.rcdw_right li{ color:#333; font-size:18px; line-height:50px; height:50px; background-image:url(bg_rcdw_cor.png); background-repeat:no-repeat; background-position:0 19px; text-indent:20px;}
.rcdw_right li a{ color:#333;}

/*教育培训*/
.img_jypx{ width:870px; overflow:hidden; height:203px; position:relative;}
.img_jypx li{ margin-right:30px; font-size:0;}
.img_jypx_left{ position:absolute; width:45px; height:45px; background-image:url(bg_jypx_left.png); top:79px; left:0; cursor:pointer; display:none;}
.img_jypx_right{ position:absolute; width:45px; height:45px; background-image:url(bg_jypx_right.png); top:79px; right:0; cursor:pointer; display:none;}
.con_jypx li{ position:relative; padding:20px 14px; background-color:#f2f2f2; margin-bottom:12px;}
.con_jypx h5{ color:#333; font-size:16px;}
.con_jypx h5 a{ color:#333;}
.con_jypx h6{ line-height:34px; height:34px; color:#666; font-size:12px;}
.con_jypx p{ color:#888; font-size:12px; line-height:180%;}
.jypx_ydcs{ position:absolute; top:24px; right:20px;}
.jypx_ydcs i{width:32px;height:22px;padding-left:22px; font-size:12px; color:#333;font-style:normal; background:url(scy_zjjt_xwzx_lbbj_03.png) no-repeat left; cursor:pointer; margin-left:20px;}
.jypx_ydcs span{ font-size:12px; color:#333;}
.jypx_ydcs span.qtgz_ts{ display:inline-block; width:17px; height:22px; background-image:url(bg_dqgz.png); position:absolute; right:40px; top:28px;}

/*企业精英*/
.con_qyjy{ position:relative;}
.con_qyjy_left{ width:270px;}
.con_qyjy_right{ width:574px; border:1px solid #f1f1f1; padding:12px; display:none;}
.con_qyjy_left li{ background-color:#f1f1f1; margin-bottom:1px; line-height:48px; height:48px; text-indent:28px; font-size:16px; color:#333333; cursor:pointer;}
.con_qyjy_left li.act{ color:#ffffff; background-color:#00aedf; background-image:url(bg_qyjy_cor.png); background-repeat:no-repeat; background-position:240px 18px;}
.con_qyjy_right li{ width:260px; padding-left:20px; background-color:#f1f1f1; position:relative;}
.con_qyjy_right h5{ font-size:20px; color:#00addf; line-height:50px; margin-top:10px;}
.con_qyjy_right h6{ color:#333333; line-height:150%; width:75px; min-height:42px;}
.con_qyjy_right .line{ border-bottom:1px solid #929292; width:46px;}
.con_qyjy_right a.qyjy_detail{ display:inline-block; width:21px; height:21px; background-image:url(bg_qyjy_jiahao.png); position:absolute; bottom:10px; left:20px; cursor:pointer;}
.con_qyjy_right ul li:first-child{ margin-right:14px;}
.con_qyjy_right ul{ margin-bottom:12px;}
.qyjy_detail_con{ display:none;}
.con_qyjy_detail{ position:absolute; width:808px; border:1px solid #ebebeb; background-color:#fff; top:160px; left:0; z-index:100; padding:40px 30px; display:none;}
.con_qyjy_detail_img{ margin-right:20px;}
.con_qyjy_detail_text{ width:670px;}
.con_qyjy_detail_text h5{ font-size:20px; font-weight:bold; color:#333; font-family:"黑体";}
.con_qyjy_detail_text h6{ font-size:15px; color:#666; line-height:40px;}
.con_qyjy_detail_content{ line-height:180%; color:#666; font-size:16px;}
.btn_qyjy_detail{ display:inline-block; width:21px; height:21px; background-image:url(bg_qyjy_jianhao.png); position:absolute; top:14px; right:14px; cursor:pointer;}

/*友情链接*/
.list_yqlj ul{ }

.list_yqlj ul li:first-child{ margin-left:0;}
.list_yqlj ul li{ border-bottom:1px solid #f1f2f3; line-height:40px; text-indent:14px; width:270px; margin-left:30px; float:left; display:inline;}
.list_yqlj ul li a{ color:#333;}



/*基本信息NEW*/
.jbxx_new{ background-image:url(bg_jbxx.jpg); background-repeat:repeat-y; background-position:6px 0px; position:relative; z-index:1; margin-top:30px; }
.jbxx_new li{ width:839px; background-image:url(bg_jbxx_top.png); background-repeat:no-repeat; position:relative; padding:20px 30px 0 30px; margin-top:24px;}
.jbxx_new li:first-child{ margin-top:0;}
.jbxx_new li p{ background-color:#f5f5f5; padding:0 18px; color:#333; line-height:180%;}
.bg_line{ background-image:url(bg_jbxx_bt.png); background-repeat:no-repeat; height:6px; line-height:6px;}
.jbxx_new h6{ font-size:20px; color:#00aedf; line-height:20px; background-color:#f5f5f5; padding:0 0 10px 20px;}


/*品牌管理*/
.list_ppgl{ display:none;}
.list_ppgl ul{ margin:24px 0 30px 0;}
.list_ppgl li{ margin-right:30px; position:relative;}
.list_ppgl_img{ width:470px; font-size:0; height:400px;}
.list_ppgl_img h5{ color:#ffffff; font-size:18px; background:rgba(50, 110, 170, 0.8) none repeat scroll 0 0 !important; filter:Alpha(opacity=0.8); background-color:#004a96; position:absolute; right:-20px; top:160px; padding:18px 14px; width:220px;}
.list_ppgl_img h5 a{ color:#ffffff;}
.list_ppgl_img p{ font-size:14px; padding:20px; background-color:#f1f2f3; color:#333333; position:absolute; line-height:180%; top:256px; left:20px;}
.list_ppgl_con{ width:360px; font-size:14px; line-height:180%; color:#333;}
.list_ppgl_con p{ margin-bottom:10px;}

/*网站地图*/
.list_wzdt ul{ width:270px; margin-right:26px; text-indent:0;}
.list_wzdt ul li{ font-size:14px; color:#333333; line-height:40px; border-bottom:1px solid #f1f2f3; text-indent:14px;}
.list_wzdt ul li a{ color:#333333;}
.list_wzdt ul h5{ text-indent:14px; font-size:18px; color:#00aedf; background-image:url(bg_wzdt.jpg); background-repeat:no-repeat; background-position:2px center; margin-bottom:10px;}
.list_wzdt ul h5 a{ color:#00aedf;}
.list_wzdt{ position:relative;}
.list_wzdt img{ position:absolute; bottom:0; right:0;}

.bg_ppxc{ position:relative;}
.con_ppxc{ position:absolute; top:80px; left:120px;}
.con_ppxc dt{ margin-right:48px;}
.con_zgs{ width:110px;}
.con_ywzj{ width:136px;}
.con_ppxc h6{ font-size:14px; color:#333; line-height:24px;}
.con_ppxc h5{ font-weight:bold; font-size:60px; color:#004a96;}

/*金融业务NEW*/
.nav_jryw li{ width:174px;}
.con_jryw{ padding-top:24px; display:none;}
.con_jryw p{ margin-bottom:4px;}
.nav_gyzj{width:109px;left:0px;}
.nav_xwzx{width:109px; left:102px;}
.nav_ywly{width:109px; left:214px;}
.nav_swfw{width:109px; left:327px;}
.nav_shzr{ width:250px; left:436px;}
.nav_shzr ol a{ margin-right:0;}
.nav_rlzy{width:109px; left:545px;}
.nav_shzr .nav_list_r{width:115px;}
.nav_tzzgx{width:109px; left:635px;}
.nav_tzzgx ol{ padding-left:25px;}
.nav_tzzgx ol a{ margin-right:0; margin-top:0; text-align:left; display:block; height:34px; line-height:16px;}
/*.nav_tzzgx .nav_list_r{width:80px;}*/
.nav_list_l,.nav_list_r{ width:100%; }
nav ol{padding-bottom:15px; }
nav ol a{ display:inline-block; width:100%; line-height:20px; font-size:14px; color:#333; text-align:center; margin-top:15px;}

nav ol a:first-child{ margin-top:8px;}
.nav_list{ background:#F3F3F3;border-bottom:2px #004A96 solid; }
a#nav_gyzj:hover{ background:url(nav_bg2016.png) no-repeat center; display:block; width:109px; height:34px; line-height:28px; color:#004A96; text-decoration:none;}
a.nav_on{ background:url(nav_bg2016.png) no-repeat center; display:block; width:109px; height:34px; line-height:28px; color:#004A96 !important; text-decoration:none;}

a#nav_gyzj,a#nav_xwzx,a#nav_ywly,a#nav_swfw,a#nav_shzr,a#nav_rlzy,a#nav_tzzgx{float:left;height:34px; line-height:28px; text-align:center; font-size:16px; font-weight:bold;display:block; color:#fff; font-family:"微软雅黑"; margin-right:0;width:109px;}




/*两学一做*/
.header_lxyz{ max-width:1920px; margin:0 auto; width:100%;}
.header_lxyz_con{ width:1170px; margin:0 auto; height:100px; position:relative;}
.header_lxyz_con h1{ position:absolute; left:0; top:18px;}
.header_lxyz_con p{ position:absolute; right:0; top:38px;}
.header_lxyz_con p a{ display:inline-block; width:90px; height:18px; background-image:url(bg_hy_lxyz.png); color:#FFF; line-height:18px; font-size:11px; text-align:center; margin-left:22px;}
.nav_lxyz{ max-width:1920px; margin:0 auto; width:100%; background-color:#005b9c;}
.nav_lxyz_con{ width:1170px; margin:0 auto; height:50px; }
.nav_lxyz_con ul{ margin:0 auto; width:1115px;}
.nav_lxyz_con li{ width:222px; text-align:center; height:50px; }
.nav_lxyz_con li.act{ background-image:url(nav_lxyz_act.jpg);}
.nav_lxyz_con ul li:first-child a{ border-left:none;}
.nav_lxyz_con li a{ color:#FFF; font-size:18px; text-decoration:none; display:inline-block; line-height:18px; height:18px; border-left:1px solid #FFF; margin-top:16px; width:100%;}
.lxyz_h2{ font-size:20px; color:#005b9c;}
.lxyz_h3{ font-size:20px; color:#005b9c; text-align:center; line-height:50px; height:50px; font-weight:bold;}
.lxyz_table{ margin:0 auto;}
.lxyz_table td{ font-family:"宋体"; font-size:12px; color:#666666; position:relative; height:50px; line-height:50px;}
.lxyz_table a{ display:inline-block; height:24px; line-height:24px; text-decoration:none;}
.lxyz_table a.xl,.lxyz_table a.kj,.lxyz_table a.rr,.lxyz_table a.wb{ width:24px; height:24px; position:absolute;top:12px; cursor:pointer;}
.lxyz_table a.xl{background:url(scy_zjjt_xlbeij_03.png) no-repeat;left:54px;}
.lxyz_table a.kj{background:url(scy_zjjt_xl_kjbj_03.png) no-repeat;left:90px;}
.lxyz_table a.rr{background:url(scy_zjjt_xl_rrbj_03.png) no-repeat;left:126px;}
.lxyz_table a.wb{background:url(scy_zjjt_xl_wbbj_03.png) no-repeat;left:162px;}
.lxyz_content{ border-top:1px dashed #cbcbcb; font-size:14px; color:#333333; line-height:200%; padding:24px 0;}
.lxyz_content p,.lxyz_content div{ margin-bottom:10px; font-size:14px; color:#333333; line-height:200%;}
.footer_lxyz{ max-width:1920px; margin:0 auto; width:100%; background-color:#f2f2f2; padding:24px 0; margin-top:50px;}
.footer_lxyz p{ text-align:center; font-size:14px; color:#222; line-height:200%;}
.lxyz_list { margin-top:6px;}
.lxyz_list ul{ border-bottom:1px dashed #d4d4d4; padding:10px 0;}
.lxyz_list h5{ font-size:16px; color:#333333; line-height:30px; height:30px; position:relative;}
.lxyz_list h5 span{ position:absolute; right:0; bottom:0; font-size:12px; color:#333333;}
.lxyz_list h5 a{ color:#333333;}
.lxyz_list p{ color:#999999; line-height:200%;}
.lxyz_con_left{ width:400px; margin-right:30px;}
.lxyz_con_riught{ width:740px;}
.lxyz_hp_list h5{ position:relative; font-size:20px; color:#ff0000; font-weight:bold; text-indent:46px; line-height:30px; height:32px; background-image:url(bg_lxyz_title.jpg); width:740px;}
.lxyz_hp_list h5 a{ position:absolute; right:24px; top:0; font-size:12px; color:#FFF;}
.lxyz_hp_list ul{ margin-top:10px;}
.lxyz_hp_list li{ line-height:35px; height:35px; font-size:14px; color:#333333; position:relative;}
.lxyz_hp_list li a{ color:#333333;}
.lxyz_hp_list li span{ font-size:12px; position:absolute; right:18px; top:0;}
.margin_t_10{ margin-top:10px;}
.lxyz_pic_lb{ width:400px; height:260px; overflow:hidden; position:relative;}
.lxyz_pic_lb li{ position:relative; width:400px; height:260px;}
.lxyz_pic_lb li h4{ width:400px; height:42px; line-height:42px; color:#FFF; text-indent:28px; position:absolute; left:0; bottom:0; background:rgba(0,0,0, 0.8) none repeat scroll 0 0 !important; filter:Alpha(opacity=80); background:#000;}
.lxyz_pic_lb li h4 a{ color:#FFF;}
.lxyz_btn{ display:inline-block; position:absolute; top:92px; width:59px; height:59px; z-index:100; cursor:pointer;}
.lxyz_prev{ left:0; background-image:url(bg_lxyz_cor_perv.png);}
.lxyz_next{ right:0; background-image:url(bg_lxyz_cor_next.png);}
.lxyz_xzmd{ background-color:#f3f3f3; padding:10px;}
.lxyz_xzmd h5{ font-size:16px; color:#ff0000; width:230px; margin:0 auto; line-height:28px; text-align:center;}
.lxyz_xzmd table{ color:#333333; }
.lxyz_xzmd tr{ line-height:24px;}
.lxyz_xzmd th{ font-weight:bold;}
.lxyz_link{ background-color:#f9f9f9; padding:10px;}
.lxyz_link a{ color:#005b9c; line-height:40px; text-decoration:underline;}