﻿/* CSS Document */
*{ margin:0; padding:0; list-style:none;}
body{ font-size:14px; font-family:'微软雅黑','宋体'; overflow-x:hidden;}
img{ border:0;}
a:link,a:visited{ color:#000; text-decoration:none;}
a:hover{ text-decoration:none;}
/*头部*/
#header{ width:100%; height:146px; background:url(../images/cloud_bg.png) #006632; background-size:cover; margin:0 auto;}
#header .header_con{ width:1240px; height:100px; margin:0 auto; background:url(../images/htgjzx_bg.png) right center no-repeat; padding:23px 0;}
#header .header_con .header_con_logo{ width:324px; height:100px;}
/*头部结束*/
/*导航*/
#nav{ width:100%; height:46px; box-shadow:0 3px 3px #f7f7f7;z-index:999;position:relative;}
#nav .nav_con{ width:1240px; height:46px; margin:0 auto; position:relative;}
#nav .nav_con ul{ width:1000px; height:px; line-height:46px; margin:0 auto; display:flex; position:relative; left; center;}
#nav .nav_con ul li{ float:left; font-size:16px; box-sizing:border-box; height:46px; width:111px; text-align:center;}
#nav .nav_con ul li .nav_hover{ width:111px; height:px; background:#006232; z-index:999; display:none; position:relative;}
#nav .nav_con ul li .nav_hover li{ width:111px; height:46px; display:inline-block; float:none;}
#nav .nav_con ul .current{ background:#006632;}
#nav .nav_con .last{ margin-right:auto}
/*导航结束*/
/*内容区域*/
#content_out{ width:100%; height:auto;}
#content{ width:980px; height:; background:; margin:0 auto; padding:40px 10px; }
#content .row1{ width:980px; height:400px; margin:10px auto;}
#content .content_link{ width:320px; height:400px; border-radius:10px; display:inline-block; overflow:hidden; float:left; margin-left:10px; position:relative; box-shadow:0 3px 3px #DBDBDB}
#content .content_link .alphabg{ width:100%; height:100%; position:absolute; top:0; background:url(../images/alpha_bg.png) no-repeat;}
#content .leftlink{ margin-left:0;}
#content .centerlink{ }
#content .rightlink{ margin-right:0; float:right}
#content .content_link a{ position:absolute; left:132px; top:190px; color:#fff; z-index:10; font-size:20px;}
#content .content_link a:hover{ }
/*内容区域结束*/
/*footer开始*/
#footer_out{ width:100%; height:345px; background:#363636 url(../images/cloud_bg.png); background-size:cover; }
#footer_out .footer{ width:1000px; height:275px; margin:0 auto; padding-top:70px;}
#footer_out .footer_logo{ width:228px; height:70px; margin:0 auto;}
#footer_out .footer_link{ width:980px; height:90px; margin:60px auto 0; padding:0 10px;}
#footer_out .footer_link h6{ font-size:14px; color:#fff;}
#footer_out .footer_link ul{ margin-top:10px;}
#footer_out .footer_link ul li{ float:left; margin-right:18px;}
#footer_out .footer_link ul .lastli{ float:right; margin:0}

/*footer结束*/