*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    font-family: 微软雅黑;
    padding :0;
}
img{
    display: block;
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
}

li{
    list-style: none;
}
.box{
    width: 1000px;
    margin: 0 auto;
}
h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
    padding-top: 50px;
}
a{
    text-decoration:none;
}
.clearfix{ clear:both;}
/*页眉*/
.header{
    background-color: #333333;
    height:51px;
}
.header .box a{
    font-size: 14px;
    float:left;
    line-height: 50px;
    color: #ffffff;
   
}
.header .dh{
    font-size: 16px;
    float: right;
}


/*导航*/
.nav-bg{
    width: 100%;
    background-color:rgba(255,255,255,0.6);
    position: absolute;
    top:50px;
    z-index: 2;
    
}
.nav-bg .box{
    position: relative;
    top:0px;
    left: 50%;
    margin-left: -500px;
}
.nav-bg .Image{
    float: left;
    margin: 10px 0;

}
.nav{
    float: right;
    margin-top: 50px;
}


.nav li{
    float: left;
    font-size: 18px;
    margin: 0 13px;
}
.nav li a{
    color: #fff;
}
.nav li a:hover{
    color: #0a64dd;
}
.nav li ul {
	display:none;
	position: absolute;
    top:74px;
	width:225px;
	background-color:rgba(255, 255,255, 0.6);
	overflow:visible;
	z-index:11;
}
.nav ul li {
    position: relative;
	width:225px;
	height: 26px;
	line-height:26px;
	text-align:left;
	overflow:visible;
	z-index:12;  
}
.nav ul li a {
	display:block;
	width:225x;
	height: 26px;
	color:#333;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nav ul a:hover {
	color: #0a64dd;
}
/*Banner*/
.banner { width: 100%; height: 600px; overflow: hidden; position: relative; margin: auto; background-color: #F4F4F2}
.banner .picChangePicList { position: absolute; overflow: visible; }
.banner .picChangePicList div { position: absolute; display: none; }
.banner .picChangePicList img { display: block}
.banner .picChangeTitle { position: absolute; background-color: #EE8800; line-height: 30px; width: 100%; text-align: center; font-size: 12px; font-weight: bold; color: white; opacity: 0; top: 0; }
.banner .picChangebtnNum { position: absolute; right: 10px; bottom: 10px; }
.banner .picChangebtnNum span { border: 1px #FF9900 solid; font-size: 12px; padding: 0px 3px; background-color: #EE8800; margin: 2px; cursor: pointer; }
.banner .picChangebtnNum span.current { background-color: #661100; cursor: pointer; color: #FFFFFF; }
.banner .picChangebtnThumb { position: absolute; bottom: 10px; text-align: center; }
.banner .picChangebtnThumb span { position: relative; opacity: 0.6; display: block; float: left; border: 3px #EE8800 solid; width: 80px; height: 50px; margin: 5px; cursor: pointer; overflow: hidden; box-shadow: 0px 0px 5px #000; border-radius: 2px; }
.banner .picChangebtnThumb span.current { opacity: 1; border: 3px #FFF solid; }
.banner .picChangebtnThumb span img { position: absolute; }







/*产品展示*/

.IcoList{
    margin-bottom: 50px;
}
.IcoList td{
    float: left;  
   margin-left: 45px;
   text-align: center;
}
.IcoList td:first-child{
    margin-left: 0;
}
.IcoList .Image{
    border:2px solid #57a6df;
    
}
.IcoList a{
    font-size: 14px;
    color: #999;
    width: 200px;
    overflow: hidden;
    display: block;
    margin: auto;
}
.IcoList a img{
    display: block;
    margin: auto;
}
.IcoList a:hover{
    color: #0a64dd;
}


/*关于我们*/
.gywm-bg{
    background-image: url(gywm-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.gywm-bg h3{
    color: #fff;
}
.gywm-bg span{
    color: #fff;
}
.gywm-bg p{
    padding: 0 108px;
    text-align: center;
    margin: 0 auto;
    color: #fff;    
}
.more{
    background-color: #0a64dd;
    width: 100px;
    line-height: 33px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.more:hover{
    background-color: #fff;
}
.more a:hover {
    color: #0a64dd;
}
.more a{
    display: block;
    color: #fff;
    width: 100px;
    line-height: 33px;
}
.gywm{
    margin: 0 auto;
    padding-bottom: 50px;
}
.gywm li{
    float: left;
    margin-left: 50px;
    position: relative;
}
.gywm li:first-child{
    margin-left: 0;
}
.gywm .Image{
    cursor: pointer;
}
.introduce{
    line-height: 40px;
    background-color: rgba(0,0,0,0.4);
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 100%;
}
.introduce a{
    color: #fff;
}




/*精品推荐*/
.jptj{
    margin: 0 auto;
    margin-bottom: 20px;
}
.jptj li{
    float: left;
    margin-left: 74px;
    margin-bottom: 30px;
    position: relative;
}
.jptj li:first-child{
    margin-left: 0;
}
.jptj .Image{
    cursor: pointer;
}
.jptj .wfb{
    margin-left: 0;
}




/*公司动态*/
.gsdt-bg{
    background-color: #edeff1;
}
.gsdt-bg Image{
    float: right;
    margin-bottom: 50px;
}
.gsdt-bg .TextList{
    float: left;
    width: 480px;
}
.gsdt-bg .TextList li{
    clear: both;
    margin-bottom: 20px;
    list-style-type: disc;
    font-size: 12px;
}
.gsdt-bg .TextList li .Name{
    float: left;
    width: 380px;
}
.gsdt-bg .TextList li .Name a{
    color:black;
}
.gsdt-bg .TextList li .Time{
    float:right;
    width:100px;
    text-align: right;
    color: #b6b7b8;
}
.gsdt-bg .TextList li .Cont{
    display:none;
    width: 360px;
    padding-top: 25px;
    color: #999;
}

.gsdt-bg .TextList li.Act{
    
}
.gsdt-bg .TextList li.Act .Cont{
    display:block;
    
}

/*页脚*/
.yj{
    padding:50px 0;
}
.yj Image{
    padding-top: 50px;
    margin-bottom: 23px;
}
.yj ul{
    float: left;
}
.yj ul li{
    font-size: 12px;
    margin-bottom: 16px;
}
.yj .logo{
    float: right;
}
.yj .gc{
    margin-left: 250px;
}

/* 友情链接 */
.fLink{
    border-top:1px solid #ccc;
    padding:20px;
    text-align: center;
    font-size:12px;
}

/*公司简介*/
.dqwz-bg{
    background-color: #edeff1;
}

.dqwz {
    width: 1000px;
    margin: auto;
    padding-top: 50px;
    text-align: right;
    background-color:  #edeff1;
    
    padding-bottom: 20px;
    color: #999;
}
.dqwz a{
    color: #999;
}


.gsje{
    background-color: #edeff1;
    padding-bottom: 50px;
    clear: both;
}
.gsje .left{
    float: left;
}
.gsje .right{
    float: right;
    width: 690px;
}
.gsje .box{
    padding-top: 30px;
    border-top:2px solid #ccc;
}


/*产品导航*/
.nave{
    float: left;
    width: 240px;
    margin-right: 70px;

}
.nave ul{
    display: none;
}
.nave li{
    line-height: 37px;
    text-align: left;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding-left:20px;
}
.nave li:hover{
    background-color: #0787e2;
}
.nave li:first-child{
    border-top:1px solid #999;
}
.nave li a{
    display: block;
    font-size: 14px;
    color: #333;
    width: 100%;
}
.nave li a:hover{
    color: #fff;
}



/*公司简介*/
.gsje .PageName{
    padding-left: 20px;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #949494;
    color: #fff;
}
.right .PageCont p{
    text-indent: 28px;
    font-size: 14px;
    color: #333;
    width: 690px;
    margin-bottom: 20px;
}




/*公司动态*/
.gsje .RecordTotal{
    display: none;
}
.gsje .PageBack{
    text-align:center;
    margin-top: 30px;
}
.gsje .PageBack a{
    color: #0787e2;
}
.gsje .CustomTextList .Name{
    float:left;
}
.gsje .CustomTextList .Name a{
    color: #333;
}
.gsje .CustomTextList .Time{
    float: right;
    font-size: 14px;
    color: #999;
}
.right .PageCont span{
    background-color: rgb(204,204,204);
    color: rgb(204,204,204);
}
.ColumnsIcoList li div.newsImg img{
    height: 150px;
}
.right .ColumnsIcoList .newsList .newsName a{
    color: #0787e2;
}
.right .ColumnsIcoList .newsList .newsBrief{
    float: right;
    width: 480px;
}
.right .ColumnsIcoList .newsList .newsBrief a{
    display: block;
    text-align: right;
    width: 100%;
    color: #999;
}
.right .ColumnsIcoList .newsList .newsBrief a:hover{
    color: #0787e2;
}
.right .PageCont span{
    background-color: #edeff1;
}






/*产品中心*/
.right .ColumnsName{
    float: left;
    padding-left:22px;
}
.right .ColumnsIcoList{
    clear:both;
    padding:0;
    padding-top: 30px;

}
.right .ColumnsIcoList li{
    width: 208px;
    height: 240px;
    margin: 0;
    margin-left: 22px;
    margin-bottom: 30px;
    
}

.right .ColumnsIcoList li img{
    display: block;
    width: 200px;
    height: 200px;
}
.right .ColumnsIcoList li a{
    color: #999;
    font-size: 12px;
}
.right .ColumnsIcoList li a:hover{
    color: #0787e2;
}
.right .ColumnsMore{
    float:right;
    background-color: #0787e2;
    border-radius: 5px;
}
.right .ColumnsMore a{
    color: #fff;
}
.right .PageCont{
    font-size: 14px;
    line-height: 28px;
}
.right .Related{
    background-color:#edeff1;
}
.right .Related li{
    padding:5px 0;
}
.right .Related li a{
    color: #999;
}
.right .Related li a:hover{
    color: #0787e2;
}
.right .PageCont img{
    margin: auto;
}
/*联系方式*/
.right .Pagination a{
    color: #999;
}


/*在线留言*/
.right .msgTable{
    width: 100%;
    margin-left: 40px;
}
.right .msgTable tr{
    border:1px solid red;
}
.right .msgTable td{
    padding-left: 20px;
}
.right tr{
     border: 1px solid #CC6600;
}

.right p{
    margin-bottom: 30px;
}
.right td{
   margin-bottom: 20px;
}
.right textarea{
    height: 100px;
    margin-bottom: 30px;
}
.right input{
    display: block;
    margin: auto;
    line-height: 30px;
    width: 100px;

}
.right .subtitle{
    padding-top: 20px;
}


