@charset "utf-8";

/*  HTML5 显示定义 */
*{ margin: 0; padding: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/*   基础 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin:0px; padding:0px; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: "Microsoft YaHei",Arial,"微软雅黑", Helvetica, sans-serif;  }     
em{ font-style: normal; }
#clear{ clear:both; height:0px;}
h1,h2,h3,h4,h5,h6{ font-weight: normal; }       
/*   链接 */

.news-list-pagination {text-align:center;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.page-active>a, .pagination>.page-active>a:focus, .pagination>.page-active>a:hover, .pagination>.page-active>span, .pagination>.page-active>span:focus, .pagination>.page-active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #12391e;
    border-color: #12391e;
}

a { text-decoration: none; outline:none; }

img, object, embed, video {	max-width: 100%;}
/* IE 6 不支持最大宽度，因此默认为 100% 宽度 */
.ie6 img {width:100%;}
/*    排版规则 */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: normal; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* 重新声明固定宽度字体系列: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
/* 改善所有浏览器中预先格式化的文本的可读性 */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* 放置上标和下标内容，而不影响行高: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   列表
   ========================================================================== */

ul, ol,dd { margin:0px; padding:0px; list-style:none; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   嵌入内容
   ========================================================================== */

/*
 * 1. 改善在 IE7 中缩放时的图像质量: h5bp.com/d
 * 2. 删除图像容器上的图像与边框之间的间隙
 */

img {border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * 纠正 IE9 中未隐藏的溢出 
 */

svg:not(:root) { overflow: hidden; }



/* =============================================================================
   图
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   表单
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 指示“label”会将焦点移至相关联的表单元素 */
label { cursor: pointer; }

/* 
 * 1. 纠正 IE6/7/8/9 中非继承的颜色 
 * 2. 纠正 IE6/7 中显示异常的对齐 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. 纠正所有浏览器中非继承的字体大小
 * 2. 删除 FF3/4 S5 Chrome 中的边距
 * 3. 定义在所有浏览器中一致地垂直对齐显示
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. 将行高定义为正常，以匹配 FF3/4（使用 UA 样式表中的 !important 设置）
 * 2. 纠正 IE6/7 中显示异常的内边距
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 在“table”中重新加入内边距，以避免 IE6/7 中的交迭和空白问题
 */

table button, table input { *overflow: auto; }

/*
 * 1. 显示手形光标，表示可以点击的表单元素
 * 2. 允许 iOS 中可点击的表单元素的样式
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * 一致的框大小和外观
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * 删除 FF3/4 中的内边距和边框: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. 删除 IE6/7/8/9 中的默认垂直滚动条 
 * 2. 仅允许垂直调整大小
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* 用于表单验证的颜色 */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* =============================================================================
   表格
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }




/* ==|== 非语义的 helper 类 ========================================
   请在进入此部分之前定义您的样式。
   ========================================================================== */

/* 用于图像替换 */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* 同时在屏幕读取器和浏览器中隐藏 */
.hidden { display: none !important; visibility: hidden; }

/* 仅可视隐藏，但在屏幕读取器中可用: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* 扩展 .visuallyhidden 类以允许元素可在通过键盘浏览时成为焦点 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* 可视隐藏且在屏幕读取器中隐藏，但保留布局 */
.invisible { visibility: hidden; }

/* 包含浮动: h5bp.com/q */ 
@font-face {
  font-family: 'iconfont';  /* project id 291216 */
  src: url('http://at.alicdn.com/t/font_ro3nxfma5wjnhfr.eot');
  src: url('http://at.alicdn.com/t/font_ro3nxfma5wjnhfr.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_ro3nxfma5wjnhfr.woff') format('woff'),
  url('http://at.alicdn.com/t/font_ro3nxfma5wjnhfr.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_ro3nxfma5wjnhfr.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    color: #ddddde;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  }
.contactss .position{ font-size: 20px; color: #999; margin-right: 5px; }

.clearfix:after { content: ""; display: block;visibility: hidden; height: 0;clear: both; }
.clearfix { zoom: 1; }

.head_box{ height: 174px;width: 100%;background: #fff; z-index: 999;transition: all 0.5s; }
.logo_box{ height: 120px;}
.w1200_center{ width: 1200px; margin: auto; }
.head_box .logo{ width: 235px; float: left;padding-top: 10px; }
.head_box .tel{ float: right;width: 383px;padding-top: 10px; }
.head_box .tel_pic{ float: left;width: 60px; }
.head_box .tel_text{ float: right;}
.head_box .tel_text em{ font-size: 14px; color: #444;letter-spacing: 0.25px;padding-top: 30px;display: block; }
.head_box .tel_text h2{ font-size: 24px; color: #12391e; letter-spacing: 0.25px; }
             
.classify_box{ height: 54px; background: #12391e;}
.classify_box .boxmenu{ width: 740px; margin: auto;height: 54px;float: left;  }
.classify_box .boxmenu li{float: left; position: relative;height: 54px; }
.classify_box .boxmenu a{ color: #fff; padding: 0 30px;line-height: 54px;font-size: 16px;display: inline-block;height: 54px; }
.classify_box .boxmenu span{ width: 1px ; height: 12px; background: #637b6a; display: inline-block; }
.classify_box .boxmenu li:last-child span{ width: 0; }          
.classify_box .boxmenu .current { background: #789346; }    
/*
@media \0screen {.classify_box form .text_input { top:-18px; }}
.classify_box form .text_input{ width: 232px; height: 30px; border-radius: 5px;background: #fff; border: none; outline: none; padding-left: 20px; box-sizing: border-box;position: relative;top: 10px;line-height: 30px; }
.classify_box form{ float: right;height: 42px; }
.classify_box form .submit{ position: relative; left: 250px; height: 30px; visibility: hidden;top: 12px;  }
.classify_box form .search{ position: relative; left: 223px;z-index: 10;top: 8px; }
.classify_box dl{position: absolute;z-index: 99999;background-color: #fff;top: 54px ;left: 0; }
.classify_box dt a{padding: 0 ;width: 124px; text-align: center;color: #333;line-height: 41px; }
.classify_box dt:hover a{ color: #189346; }
*/

.page-header-search {float:right;}
.page-header-search .input-group-btn {float:left; position:relative; width:40px;}
.page-header-search .input-group {position:relative;}
.page-header-search .input-group-btn .dropdown-toggle {float:left; position:relative; width:40px; top:16px; left:48px; z-index:100; background:none; border:none;}
.page-header-search .search-bttn {position:absolute; right:0; top:15px;}
.page-header-search .fc-search-keyword {float:left;     width: 332px;
    height: 30px;
    border-radius: 5px;
    background: #fff;
    border: none;
    outline: none;
    padding-left: 60px;
    box-sizing: border-box;
    position: relative;
    top: 10px;
    line-height: 30px;}
.page-header-search .input-group-btn .default {background:none; border:none; color:#666; }
.page-header-search .dropdown-menu {display:none; position:absolute; z-index: 100; width: 52px; top: 38px; background:#fff; left:42px; }
.page-header-search .dropdown-menu a {color:#333; display:block; text-align:center; line-height:22px;}



.banner{ height:470px; width:100%; background:#fff; }
.banner .picBtnLeft { height:470px; position:relative; zoom:1; width:100%; overflow:hidden;}
.banner .picBtnLeft .hd {width:100%; height:12px; position:absolute; text-align:center; bottom:32px; z-index:10;}
.banner .picBtnLeft .hd ul { overflow:hidden; zoom:1; display:block;margin-top:15px; line-height:20px; width:90px; margin:17px auto;}
.banner .picBtnLeft .hd ul li {float:left; _display:inline; text-align:center; background:#fff; width:13px; border-radius:100px; height:13px; overflow:hidden; margin-right:10px; cursor:pointer;  }
.banner .picBtnLeft .hd ul li.on { background:#789346 !important; }
.banner .picBtnLeft .bd {height:470px; left: 50%; margin-left: -960px; position: absolute; width: 1920px;}
.banner .picBtnLeft .bd img { height:470px; width:1920px; z-index:1;}

.banner .picBtnLeft .bd ul{}
.banner .picBtnLeft .bd li { position:relative; zoom:1; width:1920px;  display:inline-block; }
.banner .picBtnLeft .bd li .pic { position:relative; z-index:0; line-height:0px; }
.banner .picBtnLeft .bd li .bg { display:none;}
.banner .picBtnLeft .bd li .title { display:none;}


.fixed {  
    position: fixed;  
    top: 0;  
    width: 100%;  
    margin: 0 auto;  
    left: 0;  
    border-bottom: 2px solid #113f6c;  
    z-index: 10000;  
}