/* 页面主体使用代码 12点52分 */
/* 整个div区域  */
.cont{
	height: 100%;
}

/* ------------------- 顶部标题区域 样式开始 ------------------- */
.nav{
   
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 20px;
    left: 0;
    z-index: 9999;
    
	height: 111px;
    width: 100%;
	text-align: center;
	background: rgba(0, 74, 150, 0.72);
}
/* 控住顶部主体位置固定 */
.nav_middle{
	width: 1235px;
	margin: 0 auto;
	height: 100%;	/* 高度控制后期可以删除掉 */
}
/* 顶部左侧logo区域  鼠标点击返回首页页面*/
.nav_left {
    width: 345px;
    height: 100%;
    float: left;
    text-align: left;
}
.nav_left img{
    width: 320px;
    height: 80px;
    margin-top: 15px;
    cursor: pointer;
}
/* 右侧导航和搜索部分 */
.nav_right{
	
	height: 100%;
	float: left;
}
/* 右上侧搜索功能 */
.nav_right_top{
	color: #FFFFFF;
    height: 50px;
    line-height: 50px;
}

.search_cont{
    width: 250px;
    height: 40px;
    float: right;
    line-height: 40px;
}

.nav_right_top .textarea{
    width: 80px;
    height: 40px;
    font-size: 13px;
    color: #fff;
    float: left;
}
.textarea span{
    color: #fff;
}

.search_area{
	width: 170px;
    float: left;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 7px;
}

.search_area input[type="text"]{
 	width: 130px;
    height: 22px;
    line-height: 18px;
    float: left;
    border: none;
    background: none;
    margin: 0px 5px;
    color: #333;
    font-size: 12px;
    border-radius: 6px;
}

.search_area .search_img{
    float: left;
    background: url(search_img.png) no-repeat center center;
    width: 15px;
    height: 15px;
    margin-top: 3px;
    cursor: pointer;
}
/* 右下侧导航区域 */
.nav_right_bottom{
	width: 890px;
	height: 60px;
	color: #fff;
	font-weight: 600;
	float: right;
}
.nav_right_bottom ul li{
	float: left;
    width: 111px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.nav_right_bottom ul li a{
	color: #fff;
}

.nav_right_botton a{
	color: cornsilk; 
	margin-left: 25px;
}
/* 隐藏导航区域 */
.nav_hidden_area {
    width: 200px;
    background:#f3f3f3;
    position: absolute;
    z-index: 999;
	text-align: center;
	margin-left: -35px;
	border-bottom: 4px solid #f68d1e;

}

.nav_hidden_area ul li{
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
	width: 200px;
	text-align: center;
}
.nav_hidden_area ul li a{
	color: #333;
}



.a_underline {
	border-bottom: 4px solid #f68d1e;
    padding-bottom: 15px;
}
/* 针对业务领域单独定义 */
.show_ywly_nav{
	width: 200px;
    position: absolute;
    z-index: 999;
    text-align: center;
}

/* 负责当页面滚动时，菜单吸附 */
.scrollNav {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0
}

/* ------------------- 顶部标题区域 样式结束 ------------------- */

/* 顶部大图区域  */
.header{
	height: 640px;
    width: 100%;
    overflow: hidden;
    z-index:-1;
}

.header_area {
	width: 100%; 
	height: 100%;
}


/* -------------------   主体新闻展示区域  -------------------  */
.content{
	width: 100%;
	height: 445px; /* 暂时先手动设定高度，后续靠里面的内容撑起来就不需要设定高度 */
	background:#fff
}

/* 图片新闻展示区域开始 */

/*第一部分  左侧滚动新闻  右侧标题列表*/
.newsArea{
	width: 1235px;
	margin: 20px auto;
	height: 389px; /* 暂时先手动设定高度，后续靠里面的内容撑起来就不需要设定高度 */
}
.newsArea_title{
    border-bottom: 4px solid #ccc;
    margin-bottom: 30px;
    height: 40px;
}

.newsArea_title  p{
    font-size: 23px;
    width: 92px;
    border-bottom: 4px solid #f68d1e;
    padding-bottom: 10px;
    color: #004a96;
}




/* 左侧图片切换区域 */
.newsArea_left{
	width: 620px;
    height: 355px;
    float: left;
}
/* 左侧图片切换区域 */
.newsArea_right{
	width: 560px;
    height: 350px;
    float: right;
}
.slider-item-showpic img{
	width: 620px;
	height: 355px;
}

#news_slider_sy ul li a img{
	width: 620px;
	height: 355px;	
}

.newsArea_right_top{
	text-align: center;
}
/* 标题居中 */
.news_title a{
    color: #004a96;
    font-size: 22px;
}

/* 时间居中 */
.news_time a{
	color: #a2a2a2;
}
/* 内容居左 */
.news_content{
    font-size: 16px;
    text-indent: 2em;
    text-align: left;
    width: 560px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 内容居左 */
.news_content a{
	color: #424242;
}

/* ----- ----- ----- ----- skins ----- ----- ----- ----- */

.wpskinTitle {
	font-size: 16px;
	letter-spacing: 1px;
	float: left;
	display: inline;
}
/* 查看全部按钮 */
.wpskinMore {
	font-size: 16px;
	float: right;
	display: inline;
}
/* 栏目边距 */
.skin_general {
	margin-bottom: 20px;
	padding: 15px 0px;
}
/* 栏目标题 */
.skin_general_title {
	width: 100%;
	height: 50px;
	line-height: 32px;
	overflow: hidden;
}

.skin_general_title ul li {
	margin-bottom: 5px;
	text-align: center;
}

.skin_general_title .twidth0 {
	width: 83px;
}

.skin_general_title .twidth1 {
	width: 140px;
}

.skin_general_title .twidth2 {
	width: 140px;
}
.skin_general_title .curtitle span{ 
	margin-right: 10px;
    color: #004a96;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    border-bottom: 4px solid #f68d1e;
    padding-bottom: 13px;
}
/* 选中的标题变蓝色 */
.skin_general_title .curtitle span a{ 
    color: #004a96;
}
.skin_general_title .othtitle span{ 
	margin-right: 10px;
    color: #868686;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
}
/* 针对未选中的标题变灰色 */
.skin_general_title .othtitle span a{ 
    color: #868686;
}
.skin_general_title ul li p {
	margin: 2px 2px 0 2px;
	padding: 0 9px 0 10px;
	font-size: 14px;
	color: #004a96;
}
.skin_general_title .more {
	padding: 0;
	color: #004a96;
}
.skin_general_title .more a { 
    font-size: 16px;
    font-weight: 500;
    color: #868686;
    cursor: pointer;
    text-decoration: none;
}
/* 栏目新闻主体 */
.skin_general_body { 
	padding-top: 10px;
}
.Depart_gennews { 
	width: 100%; 
	overflow: hidden;
	height: 180px;
}
.Depart_gennews li {
	width: 100%;
	float: left;
	display: inline;
}

.Depart_gennews li span {
    display: inline-block;
    float: left;
    width: 440px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: inherit;
	line-height: 36px;
}

.Depart_gennews li .logo {
	width: 20px;
	height: 36px;
	background: url(news_logo_1_white.png) no-repeat 3px center;
}

.Depart_gennews li .text a{
	width: 340px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
    font-size: 16px;
}

.Depart_gennews li .date {
	width: 89px;
	color: #999999;
	text-align: right;
	float: right;
	color: #333;
    font-size: 16px;
}



/* -------------------  图片新闻展示区域结束  -------------------  */


/* ------------------- 五商切换区域样式开始 ------------------- */
.wushang{
	width: 100%;
	height: 530px;
	background:#f3f3f3;
	margin-top: 15px;
}
/* 控制五商占用位置居中 */
.wushang_area{
	width: 1235px;
	height: 530px;	
	margin: 0 auto;
}

.wushang_area_top {
	width: 1235px;
	height:103px; 
	text-align: center;
}

/* 顶部五商切换小块 */
.wushangNav{
	border: 1px solid #fff; 
	box-sizing: border-box;
	width: 247px; 
	height: 103px;
	float: left;
	cursor: pointer;
	text-align: center;	 
	color: #174894;
	font-size: 15px;
	font-weight:500;
}
/* 顶部五商切换小块内的文字换行 */
.wushangNav span{
	display: inline-block;
    line-height: 21px;
	font-size: 16px;
}
.wushangNav img{
	margin-top: 12px; 
}
    

/* 五商具体单块具体内容展示 */
.wushang_area_bottom{
	width: 1235;
	height: 410px;
	margin-top: 17px;
}
/* 五商内容展示左侧 */
.wushang_area_bottom_left{
	width: 700px;
	float: left;
}
/* 五商内容区域---标题 */
.wushang_cont_title{

}
/* 五商内容区域---标题 */
.wushang_cont_title span{
	font-size: 22px;
    color: #054799;
    font-weight: 500;
    border-bottom: 4px solid #f68d1e;
    padding-bottom: 17px;
    letter-spacing: 3px;
}
.wushang_cont_title span a{
	font-size: 23px;
    color: #054799;
    font-weight: 500;
	border-bottom: 4px solid #f68d1e;
    padding-bottom: 17px;
    letter-spacing: 3px;
}

/* 五商内容区域---文字内容*/
.wushang_cont_content{
	margin-top: 35px;
    width: 700px;
    height: 93px;
}
.wushang_cont_content span{
	font-size: 16px;
    color: #131212;
    font-weight: 500;
}

/* 五商内容区域---图片区域 */
.wushang_cont_img{
	margin-top: 20px;
}
.wushang_cont_img ul li{
	float: left;
	width: 230px;
	height: 200px;
}
.wushang_cont_img ul li a{
	width: 230px;
	height: 200px;
}
.wushang_cont_img ul li img{
	width: 210px;
	height: 150px;
}
.wushang_cont_img ul li a span{
	display: block;
	width: 210px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #131212;
    font-size: 16px;
    text-align: center;
}

/* 五商内容展示右侧地址定位 */
/* .wushang_area_bottom_right{
	float: right;
	width: 530px;
	height: 427px;
	background: url(wushang_right_map.png) no-repeat center right;
} */
/* 五商内容展示右侧地址定位 */
.wushang_area_bottom_right_nav1{
	float: right;
	width: 530px;
	height: 381px;
	background: url(wushang_right_map_nav1.gif) no-repeat center right;
}
.wushang_area_bottom_right_nav2{
	float: right;
	width: 530px;
	height: 381px;
	background: url(wushang_right_map_nav2.gif) no-repeat center right;
}
.wushang_area_bottom_right_nav3{
	float: right;
	width: 530px;
	height: 381px;
	background: url(wushang_right_map_nav3.gif) no-repeat center right;
}
.wushang_area_bottom_right_nav4{
	float: right;
	width: 530px;
	height: 381px;
	background: url(wushang_right_map_nav4.gif) no-repeat center right;
}
.wushang_area_bottom_right_nav5{
	float: right;
	width: 530px;
	height: 381px;
	background: url(wushang_right_map_nav5.gif) no-repeat center right;
}

/* ------------------- 五商切换区域样式结束 ------------------- */

/* ------------------- 第四栏左右切换链接 样式开始 ------------------- */

.fastlink{
	width: 100%;
    height: 70px;
    background:#FFFFFF
}
.fastlink_area{
	width: 1235px;
	height: 70px;
    margin: 0 auto;
}

/* 左侧栏目名称 */
.fastlink_area_left{
    width: 120px;
    height: 70px;
    text-align: left;
    font-size: 22px;
    line-height: 70px;
    font-weight: 500;
    float: left;
}
/* 快速链接右侧 */
.fastlink_area_right{
	width: 1000px;
	height: 70px;
	float: left;
	overflow: hidden;
}

.fastlink_area_right ul li{
	display:block;
	list-style:none;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	float: left;
	cursor: pointer;
	margin-left: 10px;
	width: 230px;
	margin-right: 10px;
}	

.fastlink_area_right ul li a{
	color: #000;
}

.fastlink_prev{
	float: left;
}
.fastlink_prev{
	float: left;
}
/* ------------------- 第四栏左右切换链接 样式结束 ------------------- */

/* ------------------- 底部信息区域 样式开始 ------------------- */
.footer{
	width: 100%;
	height: 250px;
    background: #00499b;
    color: #fff;
    margin-top: 15px;
}
/* 控制底部主体位置区域 */
.foter_middle{
	width: 1235px;
	margin: 0 auto;
	height: 100%;	
}
/* 底部左侧区域 */
.footer_left{
    width: 370px;
    height: 255px;
    float: left;
    font-size: 14px;
    background: url(footer_left_logo1_cn.png) no-repeat center center;
}

/* 底部中间区域 */
.footer_centent{
	float: left;
    width: 500px;
    height: 255px;
    margin-left: 50px;
}
.footer_centent_link{
	font-size: 14px;
    margin-top: 40px;
}
.footer_centent_link li a{
	color: #FFFFFF;
    width: 80px;
    height: 30px;
    padding: 0 6px;
    cursor: pointer;
}

.footer_centent_msg{
	margin-top: 20px;
}
.footer_centent_msg li a{
	font-size: 14px;
	color: #F7F8F8;
}

/* 底部右侧区域 */
.footer_right{
	float: right;
    width: 300px;
    height: 255px;
    background: url(footer_right_ewm_cn.png) no-repeat center center;
}
/* ------------------- 底部信息区域 样式结束 ------------------- */
	/* 顶部大图底下留点空白 */
.wpthemeClea{
    width: 1235px;
    height: 25px;
}
