@charset "utf-8";
/* CSS Document */

    body{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
    }
    .container{
        background-color: #E9E9EC;
        text-align: center;
        margin: 0 auto;
        font-size: 20px;
    }
    /* PC或中大型笔记本设备 desktop
    @media all and (min-width: 1201px) {
        .title-desktop{
            display: block !important;
        }
        .container {
            width: 1100px;
        }
 */

/* 头部分*/
.top {
	margin: auto;
	height: 80px;
	width: 100%;
	text-align: center;
	background-color: #000;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #333;
	position: fixed;
	top: 0px;
	z-index: 9999999;
	-webkit-box-shadow: 0px 0px 1px;
	filter: alpha(opacity=50);
	-moz-opacity: 1.0;
	-khtml-opacity:1.0;
	opacity: 1.0;
}
.top-x {
	height: 26px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;
	line-height: 26px;
	font-family: "微软雅黑";
	color: #CCCCCC;
	font-size: 14px;
	background-color: #FFFFFF;
}
.zhanshi2 {
	height: auto;
	overflow: hidden;
}

.top5 {
	height: 80px;
	width: 100%;
	background-color: #000;
}
.top-x1 {
	height: 25px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
.top-1 {
	background-image: url(image/logo.png);
	height: 80px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
}
.top-2 {
	vertical-align: top;
	width: 255px;
	height: 140px;
	float: right;
	text-align: left;
	font-size: 16px;
}
.ad1 {
	height: 400px;
	width: 100%;
	margin-bottom: 15px;
	background-color: #333333;
}
.daohang {
	height: 45px;
	width: 100%;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.news9 {
	font-size: 14px;
	height: 60px;
	width: 370px;
	margin: 5px;
	float: left;
	padding: 5px;
	line-height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #333;
}
.wenzi14 {
	font-size: 14px;
	color: #999;
	text-decoration: none;
	font-weight: lighter;
}

.news9 a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.news9:hover{
	font-size: 14px;
	height: 60px;
	width: 370px;
	margin: 5px;
	float: left;
	padding: 5px;
	line-height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}


/* 导航菜单*/
#menu {
	width: 880px;
	height: 80px;
	z-index: 101;
	font-family: "微软雅黑";
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	float: right;
	margin-right: 150px;
}
 


#menu ul {
	list-style: none;
	padding: 0px;
	z-index:101;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #999999;
}
#menu ul li {
	float: left;
	color: #000;

}
#menu ul li a {
	display: block;
	width: 108px;
	height: 55px;
	color: #FFFFFF;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-top-width: 0px;
	border-top-style: none;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 25px;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #FF0000;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	height: 53px;
	padding-top: 25px;
}
 

#menu ul li a#current {
	font-weight:bold;
	color:#fff;
}

#menu ul li ul {
	display: none;
	position: absolute;
	height: 30px;

}
#menu ul li ul li {
	float: none;
	margin: 0;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 5px;
	text-align: center;
	color: #000000;
}
#menu ul li ul li a {
	text-decoration: none;
	text-align: center;
	text-indent: 5;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: none;
	height: 40px;
	width: 90px;
	line-height: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#menu ul li ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	height: 40px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 40px;
}
#menu ul li:hover ul {
	display:block;
}
#menu ul li.sfhover ul {
	display:block;
}


 
 
/*首页样式*/

.bt1 {
	font-size: 30px;
	text-align: center;
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	width: 1180px;
	background-image: url(image/h1bg.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: bottom;
	margin-bottom: 45px;
	margin-top: 45px;
	font-weight: lighter;
	line-height: 90px;
}

.gsjs {
	width: 1180px;
	height: 460px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 20px;
	margin-bottom: 40px;
	margin-top: 40px;
	line-height: 30px;
	font-weight: lighter;
	}
 
 
 
 
 
 
 
 
 
 
 .neirong {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
	height: auto;
}

.neirong-zuo {
	height: auto;
	width: 1180px;
	margin-right: auto;
	padding-bottom: 10px;
	margin-left: auto;
}
.neirong-zuo1 {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	background-color: #CEA75F;
	border-radius: 0px 0px 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.neirong-zuo1-1 {
	height: auto;
	font-size: 14px;
	width: 100%;
	text-align: center;
	border-radius: 0px 0px 0px 0px;
	background-color: #FBF8F0;
	color: #C60;
}

.neirong-zuo1-1 a {
	text-decoration: none;
	font-size: 16px;
	color: #C90;
	line-height: 50px;
	height: 50px;
	width: 230px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.neirong-zuo1-1 a:hover{
	text-decoration: none;
	font-size: 16px;
	color: #C90;
	background-color: #EFE4CF;
}
.neirong-zuo2 {
	height: 46px;
	width: 100%;
	margin-bottom: 0px;
	font-size: 14px;
	text-indent: 15px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	line-height: 46px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FBF8F0;
	margin-top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
	font-family: "微软雅黑";
	text-align: left;
}






.neirong-zuo3 {
	height: auto;
	width: 214px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
	font-family: "微软雅黑";
}





.neirong1-you {
	height: auto;
	width: 930px;
	float: right;
}
.neirong-you1 {
	height: 45px;
	width: 928px;
	font-size: 18px;
	line-height: 45px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	background-color: #CEA75F;
	text-indent: 10px;
	border-radius: 0px 0px 0px 0px;
}

.neirong-you2 {
	width: auto;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-family: "微软雅黑";
	padding: 5px;
	background-color: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	overflow: visible;
}

.neirong-you22 {
	width: 918px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-family: "微软雅黑";
	padding: 5px;
	background-color: #FFFFFF;
	border-radius: 0px 0px 5px 5px;
	height: auto;
}
 

/*内页新闻样式*/

.news-li10 {
	height: 36px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 36px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
}
 

 /*内页图片产品形式*/
 
.photo2 {
	height: 170px;
	width: 164px;
	float: left;
	margin: 2px;
	padding: 3px;
	line-height: 35px;
	font-family: "微软雅黑";
	color: #666666;
	text-align: center;
	border: 1px solid #CCCCCC;
}
 
 /* 友情链接*/


.link {
	width: 1180px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: "微软雅黑";
	 }
.link-body {
	width: 1180px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	font-size: 14px;
 
	 }
.youqing {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	text-decoration: none;
	height: 80px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	font-weight: lighter;
}
.youqing a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	text-decoration: blink;
}

/* 底部样式*/

 
.jszc

 {
	color: #FFF;
	text-decoration: none;
}

 
 
 
 .neirong1 {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	height: auto;
}

.neirong1-zuo {
	height: auto;
	width: 250px;
	margin-right: 20px;
	float: left;
}
.neirong1-you {
	height: auto;
	width: 929px;
	float: left;
	position: relative;
	overflow: hidden;
}
 
 
 
 .neirong {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
	height: auto;
}

.neirong-zuo {
	height: auto;
	width: 1180px;
	margin-right: auto;
	padding-bottom: 10px;
	margin-left: auto;
}
.neirong-zuo1 {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	background-color: #CEA75F;
	border-radius: 0px 0px 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.neirong-zuo1-1 {
	height: auto;
	font-size: 14px;
	width: 100%;
	text-align: center;
	border-radius: 0px 0px 0px 0px;
	background-color: #FBF8F0;
	color: #C60;
}

.neirong-zuo1-1 a {
	text-decoration: none;
	font-size: 16px;
	color: #C90;
	line-height: 50px;
	height: 50px;
	width: 230px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.neirong-zuo1-1 a:hover{
	text-decoration: none;
	font-size: 16px;
	color: #C90;
	background-color: #EFE4CF;
}
.neirong-zuo2 {
	height: 46px;
	width: 100%;
	margin-bottom: 0px;
	font-size: 14px;
	text-indent: 15px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	line-height: 46px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FBF8F0;
	margin-top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
	font-family: "微软雅黑";
	text-align: left;
}






.neirong-zuo3 {
	height: auto;
	width: 214px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
	font-family: "微软雅黑";
}





.neirong1-you {
	width: 910px;
	float: right;
	overflow: auto;
}
.neirong-you1 {
	height: 45px;
	width: 928px;
	font-size: 18px;
	line-height: 45px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	background-color: #CEA75F;
	text-indent: 10px;
	border-radius: 0px 0px 0px 0px;
}

.neirong-you2 {
	width: auto;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-family: "微软雅黑";
	padding: 5px;
	background-color: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	overflow: visible;
}

.neirong-you22 {
	width: 918px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-family: "微软雅黑";
	padding: 5px;
	background-color: #FFFFFF;
	border-radius: 0px 0px 5px 5px;
	height: auto;
}

/*内页新闻样式*/
.news1 {
	height: 40px;
	width: 100%;
	margin-bottom: 15px;
}
.news2 {
	height: 40px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.news2-1 {
	float: left;
	height: 40px;
	width: 160px;
	line-height: 40px;
	text-align: center;
}
.news2-2 {
	background-color: #C00;
	margin: 3px;
	float: left;
	height: 30px;
	width: 100px;
	line-height: 30px;
	text-align: center;
}
.news-li {
	height: 160px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #FAFAFA;
}
.news-di2 {
	margin: 5px;
	height: 30px;
	width: 120px;
	float: left;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #666666;
}


 


.news-li1 {
	float: left;
	height: 160px;
	width: 160px;
	margin-right: 10px;
	background-color: #F0F0F0;
	text-align: center;
}


.news-li2 {
	height: 160px;
	width: 660px;
	float: left;
}
.news-di1 {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-left: 160px;
	height: 50px;
	padding-top: 20px;
}
.news-li3 {
	background-color: #F0F0F0;
	float: left;
	height: 160px;
	width: 160px;
	margin-left: 10px;
}

.photo {
	height: 252px;
	width: 270px;
	float: left;
	margin: 2px;
	padding: 3px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}


.photo:hover {
	height: 252px;
	width: 270px;
	float: left;
	margin: 2px;
	padding: 3px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	border: 1px solid #FF0000;
	font-size: 12px;
}

.zuti {
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
}
.zuti-photo {
	line-height: 36px;
	height: 200px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}


.index-zuo {
	float: left;
	height: 228px;
	width: 260px;
	margin-right: 20px;
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
}
.index-zhong {
	height: 228px;
	width: 433px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 20px;
	border: 1px solid #D9D9D9;
}
.wenzihui20 {
	font-family: "微软雅黑";
	font-size: 24px;
	color: #CCCCCC;
}

.index-you {
	background-color: #FFFFFF;
	float: left;
	height: 228px;
	width: 260px;
	border: 1px solid #D9D9D9;
}
.index-top {
	height: 32px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	line-height: 32px;
	text-indent: 15px;
	color: #CC0000;
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 5px;
	background-color: #F9F9F9;
}
.gongsi {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.index-lianxi {
	background-color: #CCCCCC;
	height: 70px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}



.index-news {
	line-height: 30px;
	height: 30px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEEEEE;
	color: #333333;
	overflow: hidden;
	font-size: 14px;
	font-weight: lighter;
}
.index-lianxi2{
	line-height: 30px;
	height: 30px;
	width: 100%;
	text-indent: 10px;
	color: #333333;
	font-size: 16px;
}
.neirong-zuo11 {
	line-height: 40px;
	height: 40px;
	width: 250px;
	text-indent: 5px;
	background-color: #FA462F;
	color: #FFF;
	text-decoration: blink;
}

/*首页样式*/

.index-kuai {
	margin: 5px;
	float: left;
	height: 144px;
	width: 320px;
	border: 1px solid #CCCCCC;
	background-image: url(image/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 1px;
	line-height: 16px;
	font-size: 12px;
	text-align: left;
}
.index-zuti {
	width: 1011px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.index-kuai1 {
	height: 135px;
	width: 145px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}
.index-kuai2 {
	height: 150px;
	width: 160px;
	float: left;
	padding-left: 5px;
	line-height: 13px;
}
.index-news {
	height: 365px;
	width: 1180px;
	background-image: url(image/bg.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.index-news-1 {
	height: 360px;
	width: 430px;
	float: left;
	background-color: #F5F5F5;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.index-news-2 {
	height: 360px;
	width: 730px;
	float: left;
	margin-left: 20px;
}
.index-news-2-2 {
	height: 100px;
	width: 730px;
	float: left;
	background-image: url(image/news1.jpg);
	margin-bottom: 20px;
}
.index-news-2-2:hover {
	height: 100px;
	width: 730px;
	float: left;
	background-image: url(image/news2.jpg);
	margin-bottom: 20px;
}
.index-news-2-3 {
	height: 100px;
	width: 130px;
	float: left;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	line-height: 50px;
}

.index-news-2-4 {
	height: 100px;
	width: 530px;
	float: left;
	margin-left: 10px;
	line-height: 20px;
}
/*内页新闻样式*/

.news-li10 {
	height: 36px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 36px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
}

 /*内页图片产品形式*/
.photo2 {
	height: 170px;
	width: 164px;
	float: left;
	margin: 2px;
	padding: 3px;
	line-height: 35px;
	font-family: "微软雅黑";
	color: #666666;
	text-align: center;
	border: 1px solid #CCCCCC;
}
 
 







/* 底部样式*/

.foot {
	height: auto;
	text-align: left;
	vertical-align: middle;
	margin-top: 15px;
	padding-bottom: 5px;
	background-color: #333;
	font-weight: lighter;
}
.foot-1 {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-size: 16px;
}




 
 


/* CSS 代码翻页部分 */ 
DIV.digg {
	TEXT-ALIGN: center;
	padding: 3px;
	height: 40px;
	margin-top: 25px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
} 
DIV.digg A {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 7px;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	COLOR: #999999;
	PADDING-TOP: 2px;
	TEXT-DECORATION: none;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	border: 1px solid #CCCCCC;
} 
DIV.digg A:hover {
	COLOR: #000;
	border: 1px solid #FF3300;
} 
DIV.digg A:active { 
BORDER-RIGHT: #000099 1px solid; BORDER-TOP: #000099 1px solid;
 BORDER-LEFT: #000099 1px solid; COLOR: #000; BORDER-BOTTOM: #000099 1px solid 
} 
DIV.digg SPAN.current {
	PADDING-RIGHT: 7px;
	PADDING-LEFT: 7px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	COLOR: #fff;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #333333;
	font-family: "微软雅黑";
	font-size: 14px;
	border: 1px solid #CCCCCC;
} 
DIV.digg SPAN.disabled { 
BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid;
 PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px;
 BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px;
 BORDER-BOTTOM: #eee 1px solid 
} 



.hotx {
	height: 350px;
	width: 1190px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.hotx a{
	text-align: center;
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	width: 207px;
	height: 280px;
	float: left;
	padding: 10px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #F8F8F8;
	text-decoration: none;
	font-weight: bold;
}

.hotx a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FA462F;
}
.hotx-1 {
	height: 200px;
	width: 200px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	border-radius: 110px 110px 110px 110px;
	border: 2px solid #F6F6F6;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(image/jifang1.jpg);
	font-weight: bold;
	
	}
.hotx-1 {
	height: 160px;
	width: 160px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	border-radius: 110px 110px 110px 110px;
	border: 2px solid #F6F6F6;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


.hotx-2 {
	height: 160px;
	width: 160px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	border-radius: 110px 110px 110px 110px;
	border: 2px solid #F6F6F6;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(image/jifang2.jpg);
}

.hotx-3 {
	height: 160px;
	width: 160px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	border-radius: 110px 110px 110px 110px;
	border: 2px solid #F6F6F6;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(image/jifang3.jpg);
}


.hotx-4 {
	height: 160px;
	width: 160px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	border-radius: 110px 110px 110px 110px;
	border: 2px solid #F6F6F6;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(image/jifang4.jpg);
}


.hotx-5 {
	height: 160px;
	width: 160px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	border-radius: 110px 110px 110px 110px;
	border: 2px solid #F6F6F6;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(image/jifang5.jpg);
}





.zhuti3zuo2 {
	height: 205px;
	width: 1200px;
	border-top-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-style: none;
	border-bottom-style: none;
}
.zhuti3zuo2 a{
	height: 200px;
	float: left;
	width: 228px;
	text-align: center;
	padding-top: 15px;
	font-size: 16px;
	margin: 5px;
	background-color: #E2E2E2;
	color: #666666;
	text-decoration: none;
}

.zhuti3zuo2 a:hover {
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #666666;

}





.news {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.news1 {
	width: 383px;
	height: 300px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.news1 a{
	float: left;
	width: 100%;
	border-bottom-style: dotted;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	text-decoration: none;
	font-weight: lighter;
}

.news1 a:hover {
	text-decoration: none;
	font-size: 14px;
	color: #F00;
	font-weight: lighter;
}





*{
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-left: 0;
}
a,img{
	border: 0;
	color: #333;
	text-decoration: blink;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
/* side */
.side{position:fixed;width:46px;height:275px;right:0;top:214px;z-index:90;}
.side ul li{
	width: 46px;
	height: 46px;
	float: left;
	position: relative;
	margin-bottom: 2px;
}
.side ul li .sidebox{position:absolute;width:46px;height:46px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.9;filter:Alpha(opacity=90);color:#fff;font:14px/46px "微软雅黑";overflow:hidden;  border-radius: 5px 0px 0px 5px;}
.side ul li .sidetop{width:46px;height:46px;line-height:46px;display:inline-block;background:#000;opacity:0.9;filter:Alpha(opacity=90);transition:all 0.3s; border-radius: 5px 0px 0px 5px;}
.side ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=90);}
.side ul li img{float:left;}




.wenzi18 {
	font-size: 16px;
	color: #999;
	font-family: "微软雅黑";
	line-height: 40px;
	font-weight: normal;
}
.wenzi30 {
	font-family: "微软雅黑";
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
}
.yiqi {
	height: 240px;
	width: 1190px;
	margin-right: auto;
	margin-left: auto;
}
.yiqi2 {
	float: left;
	height: 100px;
	width: 226px;
	border: 1px solid #CCC;
	margin: 5px;
}

.yiqi2:hover{
	float: left;
	height: 100px;
	width: 226px;
	border: 1px solid #999;
	margin: 5px;
}
 
.news8 {
	width: 1190px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 600px;
}
.i4 {
	height: 340px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}
.Aboutus-ad {
	background-color: #416BA5;
	height: 200px;
	width: 100%;
}
.Aboutus-ad1 {
	height: 200px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/Aboutus1.jpg);
	background-color: #416BA5;
}
.Aboutus-ad-wenzi {
	font-size: 36px;
	line-height: 150px;
	color: #FFF; 
 
}


.contact-ad {
	background-color: #4D79C2;
	height: 150px;
	width: 100%;
}
.contact-ad1 {
	height: 150px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/contact1.jpg);
	background-color: #416BA5;
}
.contact-ad-wenzi {
	font-size: 36px;
	line-height: 150px;
	color: #FFF; 
 
}


.news-ad {
	background-color: #A79263;
	height: 150px;
	width: 100%;
}
.news-ad1 {
	height: 150px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}
.news-ad-wenzi {
	font-size: 36px;
	line-height: 150px;
	color: #FFF; 
 
}


.anli-ad {
	background-color: #162954;
	height: 150px;
	width: 100%;
}
.anli-ad1 {
	height: 150px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/anli1.jpg);
	background-color: #FFFFFF;
}
.anli-ad-wenzi {
	font-size: 36px;
	line-height: 150px;
	color: #CCC;
 
}


.app-ad {
	background-color: #FFFFFF;
	height: 150px;
	width: 100%;
}
.app-ad1 {
	height: 150px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/app1.jpg);
	background-color: #416BA5;
}
.app-ad-wenzi {
	font-size: 36px;
	line-height: 150px;
	color: #333;
 
}


.wap-ad {
	background-color: #3579B6;
	height: 150px;
	width: 100%;
}
.wap-ad1 {
	height: 150px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/wap1.jpg);
	background-color: #416BA5;
}
.wap-ad-wenzi {
	font-size: 36px;
	line-height: 150px;
	color: #333;
 
}

.web-ad {
	background-color: #E8E8E8;
	height: 150px;
	width: 100%;
}
.web-ad1 {
	height: 150px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/web1.jpg);
	background-color: #416BA5;
}
.web-ad-wenzi {
	font-size: 36px;
	line-height: 150px;
	color: #333;
 
}
/* } */ 
.daohang2 {
	font-size: 14px;
	color: #666;
	height: 40px;
	width: 1180px;
	line-height: 40px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-decoration: none;
}
.daohang2  a {
	color: #333;
	text-decoration: none; 
}
.wenzihong18 {
	font-size: 18px;
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.bg1 {
	height: 550px;
	width: 100%;
	background-attachment: fixed;
	background-image: url(image/bg1.jpg);
	background-position: center center;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	font-family: "微软雅黑";
}
.gsjs-1 {
	float: left;
	height: 360px;
	width: 450px;
	text-align: center;
}
.gsjs-2 {
	float: right;
	height: 360px;
	width: 700px;
}
.foot3 {
	height: 40px;
	width: 1180px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.foot-gedi {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-decoration: none;
	height: 30px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}
.ad3 {
	background-image: url(../image/ad1.jpg);
	height: 400px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.gywm {
	height: 600px;
	width: 100%;
	background-image: url(image/h2.jpg);
	background-repeat: no-repeat;
}
.gywm2 {
	height: 500px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}
.gywm2-1 {
	height: 500px;
	width: 240px;
	background-image: url(image/gywm2.png);
	float: left;
}
.gywm2-2 {
	height: 240px;
	width: 920px;
	float: right;
	margin-top: 260px;
	font-size: 14px;
	color: #999;
 
}
.wenzi12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.wenzi26 {
	font-size: 28px;
	color: #000;
}
.biaotou1 {
	background-image: url(image/h1bg.png);
	height: 80px;
	width: 910px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	line-height: 60px;
}
