
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    width: 100%;
    height: 100%;    
    color: #222;
    font-family: 'Helvetica Neue', 'Helvetica', 'Microsoft Yahei', 'sans-serif';
    font-size: 15px;
	background: #fff;
}

a {
    color: #444;
}

a:hover {
    color: #b50e2c;
    text-decoration:none;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

ul {
    list-style: none;
}

img{border:none;}


/* 列表图标 */
.icon-list{
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background:url("/_upload/tpl/00/02/2/template2/htmlRes/base_res/icon-grey.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-dot{
    display: inline-block;
    margin-right: 3px;
    width: 10px;
    height: 20px;
    background:url("/_upload/tpl/00/02/2/template2/htmlRes/base_res/icon-dot1.gif") center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-dot2{
    display: inline-block;
    margin-right: 3px;
    width: 10px;
    height: 12px;
    background:url("/_upload/tpl/00/02/2/template2/htmlRes/base_res/icon-dot2.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;

}
/* ------ header部分 ------ */
.header{
    width: 100%;
}
.top {
    width: 1200px;
	height: 280px;
	margin: 0 auto;
	background-image:url(/_upload/tpl/00/02/2/template2/htmlRes/base_res/banner-wgy.jpg);
}


/* ------导航部分 menu menucon------ */

.menu{position: relative; z-index: 1200; font-size:17px;height:40px;width:1200px; margin:0px auto 0 auto;background: #b40e0e;}
.menucon{width:1120px; margin:0 auto;}
.menu li{float:left;position:relative;}
.menu li a{display:block;color:#fff;width:140px;height:39px;line-height:38px;overflow:hidden;text-align:center;}

.menu li ul{display:none;}
.menu li:hover ul{display:block;z-index:10;position:absolute;top:40px;}
.menu li:hover a{color:#fff;background:#f3c21a;border-bottom:solid 1px #fff;}
.menu li:hover li a{color:#fff;display:block;line-height:36px;}
.menu li li{background: #b40e0e;}
.menu li li a{font-size:16px;}
.menu li li:hover a{background:#666;}


/*----------首页 banner----------*/

.banner{width:880px; height:330px; overflow:hidden; position:relative; clear:both; z-index:0}
.banner .d1{width:100%;height:330px;display:block;position:absolute;left:0px;top:0px;}
.banner .d1 img{ margin:0px auto}
.banner .d2{width:100%;height:10px;clear:both;position:absolute;z-index:100;left:0px;bottom:10px;}
.banner .d2 ul{float:left;position:absolute;left:25%;top:-20px;margin:0 0 0 -76px;display:inline; background:rgba(0,0,0,0.3); color:#00dd00}
.banner .d2 li{width:100%;height:28px; line-height:28px;overflow:hidden;cursor:pointer;background:url(/_upload/tpl/00/02/2/template2/htmlRes/base_res/img1.png) no-repeat left;float:left;margin:0 3px; text-indent:25px;display:none; z-index:5;}
.banner .d2 li.nuw{background: url(/_upload/tpl/00/02/2/template2/htmlRes/base_res/img1_1.png) no-repeat left;width:96%;height:28px; line-height:28px;overflow:hidden;cursor:pointer;margin:0 3px;display:none; position:relative; z-index:5; display:inline}


/*----------bottom部分----------*/
.bottom{
	margin: 0 auto;
	width: 1200px;
	height: 68px;
	background: url(/_upload/tpl/00/02/2/template2/htmlRes/base_res/bottom-bj.gif);
	padding-top: 40px;
	text-align: center;
	font-size: 14px;
	font-family:"SimSun","STSong",'Microsoft Yahei', 'sans-serif';
	color: #ffffff;
}

.bottom-content{
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}
