@charset "UTF-8";
/**
 * 
 * slim_curry@163.com
 * 
 */

/* normalize */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* normalize end */

/* adjust */
*{
  box-sizing: border-box;
}
body{
  margin: 0;
  font-family: "Microsoft Yahei";
}
ul,ol,li{
  list-style: none;
  margin: 0;
  padding: 0;
}
img{
  max-width: 100%;
}
img:hover{
  filter: alpha(opacity=80);
  opacity: 0.8;
}
h1,h2,h3,h4,h5,p{
  margin: 0;
}
input{
  border:none;
}
table{ 
  border-collapse:collapse;
}
a{
  text-decoration: none;
}
a.more{
  position: absolute;
}
a.more:hover{
  text-decoration: underline !important;
}
.clear:after { 
  content:"\200B"; 
  display:block; 
  height:0; 
  clear:both; 
}
.clear{
  *zoom:1;
}
.fl{
  float: left !important;
}
.fr{
  float: right !important;
}
/* adjust end */

/* customize */
body{
  font-size: 14px;
  color: #333;
}
p{
  line-height: 1.5;
}
.center{
  width: 1200px;
  margin: 0 auto;
}
.theme-blue{
  color: #0067cb !important;
}
.theme-color{
  color: #00b3b3 !important;
}
a{
  color: #333;
}
a.title:hover{
  color: #0067cb !important;
}
a.cont:hover{
  text-decoration: underline;
}
a.more{
  color: #999;
}
/* customize end */

/* 选项卡新闻列表 */
  /* 选项卡结构 */
  .slideTxtBox{
    text-align: center;
  }
  .slideTxtBox .hd{
    position: relative;
  }
  .slideTxtBox .hd li{
    float: left;
    cursor: pointer;
  }
  .slideTxtBox .bd ul,.news-list{
    position: relative;
  }
  .slideTxtBox a.more{
    font-size: 14px;
  }
  /* 新闻列表结构 */
  .news-list li{
    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
  }
  .news-list .date{
    float: right;
    color: #999;
  }
/* 选项卡新闻列表end */


/* 图文盒子焦点图 */
  /* 焦点图结构 */
  .slideBox{
    position: relative; 
    overflow: hidden;
  }
  .slideBox .hd{
    position: absolute; 
    z-index: 1;
  }
  .slideBox .hd li{
    float: left; 
    background-color: #fff;
    text-align: center;  
    cursor: pointer;
  }
  .slideBox .bd{ 
    position: relative; 
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .slideBox .prev,.slideBox .next{
    position: absolute; 
    display: block; 
  }
  .slideBox .prev:hover,.slideBox .next:hover{
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  .slideBox .prevStop{
    display: none;
  }
  .slideBox .nextStop{
    display: none;
  }

  /* 图文盒子结构 */
  .pic-box{
    position: relative;
  }
  .pic-box p{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    text-align: left;
  }
  .pic-box p a{
    color: #fff;
  }
  .pic-box:hover p{
    background-color: rgba(0, 0, 0, .2);
  }
  .pic-box p a:hover{
    text-decoration: none;
  }
/* 图文盒子焦点图end */


/* 导航 */
  /* 导航结构 */
  .nav{
    position:relative;
    z-index:1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .nav a:hover{
    text-decoration: none;
  }
  .nav li{
    position:relative;
    float:left;
  }
  .nav .sub{
    position:absolute !important; 
    left:0; 
    top:100%; 
    display:none; 
    width:100%; 
  }
  .nav .sub li{
    float: none;
  }
  .icon-nav-on{
    display: none;
  }
  .nav li:hover .icon-nav-off{
    display: none;
  }
  .nav li:hover .icon-nav-on{
    display: inline-block;
  }
  .nav li.on .icon-nav-off{
    display: none;
  }
  .nav li.on .icon-nav-on{
    display: inline-block;
  }
/* 导航end */


/* 搜索框 */
  /* 搜索框结构 */
  .search-box{
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .search-box input{
    padding-left: 10px;
    font-family: "Microsoft Yahei";
  }
  .search-box .search-icon{
    position: absolute;
  }
/* 搜索框end */


/* 当前位置 */
.loc{
  margin-bottom: 20px;
  padding-left: 20px;
  background-image: url(../images/loc.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 14px;
}
.loc a{
  margin-left: 3px;
  margin-right: 3px;
}
.loc a.on{
  color: #00b3b3;
}
.loc a:hover{
  text-decoration: underline;
}
/* 当前位置end */


/* 分页 */
  /* 分页结构 */
  .pager{
    text-align: center;
  }
  .pager a{
    display: inline-block;
    background-color: #fff;
  }

  /* 分页样式 */
  .pager1{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pager1 a{
    height: 38px;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 37px;
    border: 1px solid #ddd;
  }
  .pager1 a.green{
    color: #00b3b3;
  }
  .pager1 a.on,.pager1 a:hover{
    color: #fff;
    background-color: #00b3b3;
    text-decoration: none;
  }
/* 分页end */


/* 图文 */
  /* 图文结构 */
  .img-lit{
	margin-left: auto;
	margin-right: auto;
  }
  .img-lit .img,.img-lit .lit{
	float: left;
  }
/* 图文end */