/*共用css，模板里只能模板设计小组人员才能修改*/
/*模板设计小组人员修改以后注意本地备份一下*/
/*最新更新人员：胡平2016-07-26*/   
/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 14px "Microsoft Yahei"; color: #666;
}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol {list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#c7a36f;}


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}

.blk{margin-bottom: 25px;}
/*Main模板*/
.blk-main{width: 1200px; margin: 0 auto;}
/*小模块*/
.blk-xs{width: 270px;}
/*中模块*/
.blk-sm{width: 900px;}
/*小版块*/
.blk{margin-bottom: 30px;}

.p-trbl{padding:30px;}
.p-trl{padding:30px;padding-bottom:0;}

/*数据更新中的样式*/
.nodata {background:url("../images/nodata.gif") no-repeat 8px 20px #fff;margin: 10px 0;padding: 80px 0 80px 145px;border:1px solid #eee;text-transform: capitalize;}

/*结束数据更新中的样式*/

/*清除浮动*/
.clearafter:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.blk-main .listclear{clear:both;height:0;padding:0;margin:0;border:0;width:100%;float:none;}

/*通栏模块与main模块配套,因为需要重置white-space属性*/
.blk-md{width: 100%;clear: both;}

/*分类描述*/
.p1-describe{background: #faf9f8;border: 1px solid #d3d3d3;color: #333;margin-bottom: 35px;overflow: hidden;padding:14px;}
/*详情内容*/
.endit-content{ line-height:28px;}
.endit-content p{margin:15px 0;}
.endit-content #map img{max-width: inherit;}
.endit-desc{line-height: 26px;padding:15px 0; overflow: hidden;}


/* HTML5 display-role reset for older browsers */
.endit-content article, .endit-content aside, .endit-content details, .endit-content figcaption, .endit-content figure,
.endit-content footer, .endit-content header, .endit-content hgroup, .endit-content menu, .endit-content nav, .endit-content section {
  display: block;
}

.endit-content ol, .endit-content ul {
  list-style: none;
}

.endit-content blockquote,.endit-content q {
  quotes: none;
}

.endit-content body,.endit-content p,.endit-content div,.endit-content span {
  word-wrap: break-word;
}

.endit-content blockquote:before,.endit-content blockquote:after,
.endit-content q:before,.endit-content q:after {
  content: '';
  content: none;
}

.endit-content table {
  border-collapse: collapse;
  border-spacing: 0;
}

.endit-content em {
  font-style: italic;
}

.endit-content del,.endit-content ins {
  text-decoration: none;
}

/*li{list-style:none;}*/
.endit-content caption,.endit-content th {
  text-align: left;
}

.endit-content q:before,.endit-content q:after {
  content: '';
}

.endit-content sup,.endit-content sub {
  vertical-align: baseline;
}

.endit-content input,.endit-content select {
  vertical-align: middle;
}

.endit-content pre,.endit-content code,.endit-content kbd,.endit-content samp,.endit-content tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 100%;
}

.endit-content .txtboxcs {
  border: solid 1px #ccc;
  height: 22px;
}

/*title*/
.endit-content h1 {
  font-size: 32px;
}

.endit-content h2 {
  font-size: 26px;
}

.endit-content h3 {
  font-size: 20px;
}

.endit-content h4 {
  font-size: 14px;
}

.endit-content h5 {
  font-size: 12px;
}

.endit-content h6 {
  font-size: 10px;
}

.endit-content .mt10 {
  margin-top: 10px;
}

.endit-content div {
  margin: 5px 0;
  line-height: 32px;
}

.endit-content p {
  color: #666;
  margin:10px 0;
  line-height: 28px;
}

.endit-content img {
  border: 0;
}

.endit-content .fl {
  float: left;
}

.endit-content .fr {
  float: right;
}

.endit-content .clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.endit-content .usercontrol_tab input {
  width: 268px;
}

.endit-content .usercontrol_tab .fl {
  width: 200px;
  height: 315px;
  overflow: hidden;
}

.endit-content .tabbody {
  height: 390px;
  overflow: hidden;
}

.endit-content .tabbody span {
  margin: 5px 3px;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
}


.endit-content #map img{max-width: inherit;}
.endit-content em,.endit-content i{font-style: normal;}
.endit-content .img-p{text-indent: 0px; padding-top: 14px; margin: 0px; text-align: center;}







/*第一套模版标题样式*/

.p1-titlel-1{height:50px; background:#faf9f8; margin-bottom:40px;}
.p1-titlel-1 h3{height: 42px; font-size: 18px; line-height: 18px; color: #333; background: #fff; border-bottom: 1px solid #d3d3d3;}
.p1-titlel-1 span{display: inline-block; border-bottom: 1px solid #c7a36f;height: 41px;}
.p1-titlel-1 span a{color: #333;}

.p1-info-list-content-2-fy{height: 42px; overflow: hidden; text-align: center;}
.p1-info-list-content-2-fy a,.p1-info-list-content-2-fy span{height: 40px; padding: 0 14px; line-height: 40px; display:inline-table; vertical-align:  top; border: 1px 

solid #eee; box-sizing: border-box; overflow: hidden;margin-left:5px;}
.p1-info-list-content-2-fy .laypage_curr{background:#c7a36f;color:#fff;}
.p1-info-list-content-2-fy a:hover{border:1px solid #c7a36f;color:#c7a36f;}
.blk-main .p1-info-list-content-2-fy  .laypage_next{background: url(../images/p1-bj.png) no-repeat -105px -92px;border:0;padding-left:15px;border:1px solid #fff;display:inline-block;}
.blk-main .p1-info-list-content-2-fy  .laypage_next:hover{border:1px solid #fff;}
.blk-main .p1-info-list-content-2-fy  .laypage_prev{background: url(../images/p1-bj.png) no-repeat -80px -92px;border:0;padding-left:15px;border:1px solid #fff;display:inline-block;}
.blk-main .p1-info-list-content-2-fy  .laypage_prev:hover{border:1px solid #fff;}


/*第二套模版标题样式*/


.p2-title1{border-top: solid 1px #e1e1e1; font-size: 18px;height: 52px;line-height: 52px;position: relative;}
.p2-title1:before{content: "";position: absolute;width: 7.3%;height: 1px;background:#c7a36f;left: 0;top:-1px;}
.p2-title1 a{color: #353535}

.p2-title2{height: 50px;line-height: 50px;position: relative;font-size: 16px;color: #333;}
.p2-title2:before {content: "";position: absolute;width: 25px;height: 2px;background:#c7a36f;left: 0;bottom: 0;}

.p2-titlel1{top:-31px;right: 0;height: 22px;}
.p2-titlel1 li{width: 11px;height: 11px;border-radius: 11px;background: #e3e3e3;float: left;margin:0 0 0 9px;}
.p2-titlel1 li.cur{background:#c7a36f;cursor: pointer;}

.p2-title3{font-size: 18px;line-height:38px;color: #789753;font-weight: normal;text-align: center;height: 104px;position: relative;}
.p2-title3 span{display: block;font-family: "Times New Roman";font-size: 38px;line-height: 48px;color: #c8c8c8;text-transform: uppercase;}
.p2-title3:before,.p2-title3:after{content: "";position: absolute;width: 2.8%;height: 1px;background: #a9a9a9;top:67px;}
.p2-title3:before{left:41.2%;}
.p2-title3:after{right:41.2%;}

/*添加字体*/


/*第三套模版标题样式*/

.p3-titlel-1{height:50px; font-family: "Gotham Black"; text-transform: uppercase; background: #faf9f8 ; margin-bottom:40px;}
.p3-titlel-1 h3{height: 42px; font-size: 18px; line-height: 18px; color: #333; background: #fff; border-bottom: 1px solid #d3d3d3;}
.p3-titlel-1 span{display: inline-block; border-bottom: 1px solid #C00; height: 41px;max-width: 94%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

.p3-info-list-content-2-fy{height: 42px; overflow: hidden; text-align: center;}
.p3-info-list-content-2-fy a,.p3-info-list-content-2-fy span{height: 40px; padding: 0 14px; line-height: 40px; display:inline-table; vertical-align:  top; border: 1px 

solid #eee; box-sizing: border-box; overflow: hidden;margin-left:5px;}
.p3-info-list-content-2-fy .laypage_curr{background:#c7a36f;color:#fff;}
.p3-info-list-content-2-fy a:hover{border:1px solid #c7a36f;color:#c7a36f;}
.blk-main .p3-info-list-content-2-fy  .laypage_next{background: url(../images/p1-bj.png) no-repeat -105px -92px;border:0;padding-left:15px;border:1px solid #fff;display:inline-block;}
.blk-main .p3-info-list-content-2-fy  .laypage_next:hover{border:1px solid #fff;}
.blk-main .p3-info-list-content-2-fy  .laypage_prev{background: url(../images/p1-bj.png) no-repeat -80px -92px;border:0;padding-left:15px;border:1px solid #fff;display:inline-block;}
.blk-main .p3-info-list-content-2-fy  .laypage_prev:hover{border:1px solid #fff;}

/*第三套模版标题样式结束*/


/*第四套模版样式*/
.p4-titlel-1{height: 55px; font-size: 20px;  font-weight: normal;color: #242424; line-height:52px; margin-bottom: 24px;}
.p4-titlel-1 em{display: block;height: 1px;background: #eee;}
.p4-titlel-1 span{width:36px; height: 2px; background: #c7a36f; display: block;}

.p4-titlel-2{height: 55px;font-size: 20px; color: #ebebeb; line-height: 55px;padding-left:18px;background:#c7a36f;}
.p4-titlel-2 span{display: block;font-weight: normal;max-width: 80%; white-space: nowrap;text-overflow: ellipsis; overflow:hidden;}
.p4-page{text-align:center;}
.p4-page .laypageskin_yahei .laypage_curr{background-color:#c7a36f;}
.p4-page  .laypageskin_yahei a, .p4-page .laypageskin_yahei span{background-color: #eee;}


/*结束*/

/*样式结束*/

/*第五套英文模版样式*/
.p5_title1{font-family: "Gotham-Book";font-size: 26px;color: #333;font-weight: normal;height: 64px;position: relative;line-height: 100%;}
.p5_title1:before{content: "";position: absolute;width:27px;height: 2px;background:#333;left: 0;top: 38px;}
.p5_title1 a{color: #333;display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.p5_title1 a:hover{text-decoration: none;}

.p5_page{clear: both;padding: 40px 0;height: 60px;line-height: 24px;}
.p5_page p{float: left;}
.p5_page_con{float:right;font-size: 16px;}
.p5_page_con a{box-sizing: border-box;border: solid 1px #898989;width: 24px;line-height: 24px;text-align: center;margin: 0 0 0 5px;display: 

inline-block;color: #898989;}
.p5_page_con a.laypage_fist,.p5_page_con a.laypage_last{width:51px;}
.p5_page_con a.cur{border-color: #C00;background:#C00;color: #fff;}

.p5_info_list_content .laypageskin_default .laypage_curr{border-color: #c7a36f;background: #c7a36f;color: #fff;}
.p5_info_list_content .pageBox{margin-top:15px;}
.p5_info_list_content .pageBox p{width:50%;}
.p5_info_list_content .pageBox .page{width:50%;text-align:right;}
/*第五套英文模版样式结束2*/


/*搜索板块开始*/
.t1-search-result-list-bd h4 .t1-icon {position: absolute;left: 0;top: 5px;width: 3px;height: 18px;background-color: #999;
}
.t1-search-result-list-hd{display: block;padding-bottom: 10px;font-size: 14px;border-bottom: 4px solid #999;}

.t1-search-result .t1-mt .t1-filtrate {position: absolute;right: 20px;top: 0;z-index: 100;height: 47px;line-height: 47px;padding-left: 13px;color: #666;cursor: pointer;background: url(../images/t1-search-4.png) no-repeat left center;}


/*搜索板块结束*/

.p1-left-nav-2 .sidenavcur a{color:#c7a36f;}
        .p1-left-nav-2{margin-bottom: 32px;overflow: hidden;}
        .p1-left-nav-2 .p1-titlel-1{margin-bottom: 0; height:110px;}
        .p1-left-nav-2 .p1-titlel-1 span{border-bottom:none;}
        .p1-left-nav-2 .p1-titlel-1 h3{height: 110px;overflow: hidden;background: #333333;font-size: 26px;font-weight: normal;text-align: center;line-height: 110px;color:#fff;}
        .p1-left-nav-2 .sidenavcur a{ color:#c7a36f;}
        .p1-left-nav-2-txt{border: 1px solid #e7e7e7;border-top: none;padding-bottom: 15px;}
        .p1-left-nav-2-txt h4{height: 66px; line-height: 66px; font-size: 16px; padding:0 20px; overflow: hidden;border-bottom: 1px solid #f1f1f1; }
        .p1-left-nav-2-txt h4 a{display: block;max-width: 80%; white-space: nowrap;text-overflow: ellipsis; overflow:hidden; padding-left: 50px; background: url(../images/p1-bj.png) no-repeat -375px -456px;color:#000;}
         .p1-left-nav-2-txt h4 a:hover{color:#c7a36f;}
        .p1-left-nav-2-txt ul{margin:10px 0; overflow: hidden;}
        .p1-left-nav-2-txt li{height: 30px; line-height: 30px; padding-left: 74px;  max-width: 80%; white-space: nowrap;text-overflow: ellipsis; overflow:hidden;}
        .p1-left-nav-2-txt li a{display:block; color:#333;}
