﻿@charset "utf-8";
/* common */
body { margin: 0px; padding: 0px; background:#F8F8F8; font-family:Arial,Helvetica,sans-senif,"Microsoft YaHei"!important; }
div, form, img, ul, ol, li, dl, dt, dd, p, input { margin: 0; padding: 0; border: 0; }
h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-size: 12px; font-weight: normal; }
table, td, tr, th { font-size: 12px; }
ul, li { margin: 0px; padding: 0px; list-style: none; }
/* link */
a { text-decoration: none; color: #3f3b3b; cursor: pointer; }
a:hover { color: #007bcd; text-decoration: none; }
.c { clear: both; }


/*头部*/

.common{ width:1170px; margin:0 auto; height: 70px;}
/*.common{ overflow: hidden;}*/
.topHeader{ background:#ffffff; height:90px; border-bottom:1px solid rgba(235,235,235,1);}

.headLeft{ float:left; width:118px;}
.headRight{ float:right; width:1000px;}
.headLeft{ float:left; width:118px;}
.headRight{ float:right; width:1000px;}
.headLeft span a{ display:block; width:118px; height:51px; margin-top:19px;}
.headLeft span a img{ display:block; width:100%;}

.topHeader{ height: 141px;}

.channelNav{ width:1170px; margin: 0px auto; margin-top: 20px;}
.channelNav ul li{ padding:0 39px 0px 0px;  float: left; text-align: left;}
/*.channelNav ul li:nth-last-child(1) {padding:0;  line-height: 35px;}*/
/*.channelNav ul li:nth-last-child(2){ line-height: 35px;}*/
.channelNav ul li:nth-last-child(9) { line-height: 35px; }
.channelNav ul li a{ font:15px/15px Arial,Helvetica,sans-senif,"Microsoft YaHei"; color:#999999;}
.channelNav ul li a:hover ,.channelNav ul li a.navCur{ color:#007CCD;}
.headerIcon{  margin-top:20px;}
.headerIcon ul li{ float:right; margin-left:16px; position:relative;}
.headerIcon ul li a{ display:block; width:18px; height:18px;}
.headerIcon ul li a img{ display:block; width:100%;}
.headerIcon ul li p{ display:block; background:#ffffff; width:110px; height:110px; padding:5px; position:absolute; right:-60px; top:23px;-moz-box-shadow:1px 1px 13px #ebebeb; -webkit-box-shadow:1px 1px 13px #ebebeb; box-shadow:1px 1px 13px #ebebeb;}
.headerIcon ul li p img{ display:block; width:100%;}
.headerIcon:after{content:"."; display:block; height:0; visibility:hidden; clear:both; }




/*底部*/
.footerCommon{width:1170px; margin:0 auto;}
.footer{ background:#ffffff; border-top:1px solid #EBEBEB; margin-top:40px; padding:28px 0;}
.footer p { height:15px; font:bold 14px/15px Arial,Helvetica,sans-senif,"Microsoft YaHei"; display:block; overflow:hidden; text-align:center;}
.footer p a{ text-decoration:underline; padding:0 3px;}
.footer span{ display:block; font:13px/15px Arial,Helvetica,sans-senif,"Microsoft YaHei"; color:#666; text-align:center; margin-top:20px;}
.footer span a{ padding:0 3px; color:#666; }
.footer span a:hover{ color:#007CCD;}
.copy{ text-align:center; display:block; font:13px/15px Arial,Helvetica,sans-senif,"Microsoft YaHei"; color:#666; margin-top:30px;} 



/*page*/
.page{text-align:center; margin-top:30px;  }
.page ul{}
.page ul li{ display:inline-block; border:1px solid #EBEBEB; background:#ffffff; width:40px; height:40px; text-align:center; line-height:40px; font:14px/40px Arial,Helvetica,sans-senif,"Microsoft YaHei"; color:#999999; margin:0 8px;  }
.page ul li a{ color:#999; display:inline-block; background:#ffffff; width:40px; height:40px;}
.page ul li a:hover{ background:#007CCD; color:#ffffff;}
.page a.pageleft ,.page a.pageright{ width:8px; height:13px; padding:13px 16px 14px;}
.page a.pageleft em{ background:url(../images/leftarrow.png) no-repeat top center; width:8px; height:13px; display:inline-block; }
.page a.pageright em{ background:url(../images/rightarrow.png) no-repeat top center; width:8px; height:13px; display:inline-block; }
.page a.pageleft:hover em{background:#007CCD url(../images/leftarrowcur.png) no-repeat;}
.page a.pageright:hover em{background:#007CCD url(../images/rightarrowcur.png) no-repeat;}
.page a.pageCur{ background:#007CCD; color:#ffffff;}

