@charset "utf-8";
/* CSS Document */

/*****黑色************/
/*html{filter:grayscale(100%);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter:grayscale(1);}
}*/

/*****公共样式*******/
*{padding:0;margin:0;font-family:"微软雅黑"; border-image:none;}
html,body{margin:0;background:#fff;min-width:1270px;}
li,ul,dl,dt,dd,ol,ul{list-style:none; text-decoration:none;}
a{text-decoration:none; color:none; cursor: pointer;}
img{ border:0; text-decoration:none;}
h1, h2, h3, h4, h5, h6{ font-weight: normal;}
u,b{ font-weight:normal; text-decoration:none;}
/***** 水平居中 *****/
.cen{margin:0 auto; }
/***** 清除浮动 *****/
.clear{clear:both}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1}

.top_w{ width:100%; height:36px; background:#e5e5e5;}
.top{ width:1200px; height:36px;}
.top .top_right{ float:right;}
.top .top_right a{ float:left;height:36px; color:#363636;font:14px/36px "微软雅黑"; margin-right:16px;}
.top .top_right a img{ margin-right:5px; vertical-align:middle;}
.top .top_right a:hover{ text-decoration:underline;}

/*** 搜索 ***/
#search {display:block;width:200px;height:36px; float:right; }
#search li.ipt{ float:left;width:164px; height:36px; display:block;}
#search li.ipt .keyword{ float:left;display:block; border:none;width:154px;padding-left:10px;height:36px;font:14px/36px "微软雅黑"; color:#363636;background:#f6f6f6;}
#search li.btn{ float:right;cursor:pointer;width:36px;height:36px; display:block;background:#f6f6f6 url(../images/ss_an.png) no-repeat center; }


/*** 导航 ***/
.top_nav{ width:100%; height:102px; position:relative;}
.logo{ position:absolute; top:0px; left:50%; margin-left:-79px; width:158px; height:154px; z-index:999;}
.tab{ width:1200px; height:35px;margin: 0 auto; padding-top:39px;}
.tab>li{ float: left; font-size:16px; font-family:"微软雅黑"; line-height:35px; height: 35px;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s; display:block;}
.tab>li>a{ color:#3b3b3b; position: relative; z-index: 2; display:block; padding:0px 8px; margin:0px 6px;}
.nLi_ts{ margin-left:225px;}
.tab>li:nth-child(1){ margin-left:20px;}
.tab>li.on>a{ color:#3b3b3b; display:block;}
.tab>li.on>a:hover{color:#fff; background:#eb9e1c;
-webkit-border-radius:120px;/*适配以webkit为核心的浏览�?(chrome、safari�?)*/
-moz-border-radius:120px;/*适配firefox浏览�?*/
-ms-border-radius:120px;/*适配IE浏览�?*/
-o-border-radius:120px;/*适配opera浏览�?*/
border-radius:120px;/*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/}
.tab>li .sub{ position:absolute; top:102px; height:auto; left:50%; margin-left:-715px; background:rgba(255,255,255,.9);background:#fff\9; z-index:99;display:none;}
.tab>li .sub .sub_main{width: 1200px; margin: 0 auto; height: auto;}
.tab>li .sub .sub_left{ width: 620px; margin-left:65px; display: block;float: left;overflow:hidden; min-height: 160px; margin-top:35px;}
.tab>li .sub .sub_left h5{font:24px/38px "微软雅黑"; color: #4e4e4e;line-height: 16px; margin-top: 12px; margin-bottom:5px;}
.tab>li .sub .sub_left h5 p{font:14px/45px "微软雅黑";color:#909090; text-transform:uppercase; }
.tab>li .sub .sub_left .sub_left_list{width: 100%; height: auto; overflow: hidden;}
.tab>li .sub .sub_left li{ float: left; margin-right: 22px; height: 40px;}
.tab>li .sub .sub_left li a{font-size: 15px; width:120px;line-height: 40px;color: #1d1d1d;background: url(../images/nav_ico.png) no-repeat left center;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s; display: block; padding-left:11px;}
.tab>li .sub .sub_left li a:hover{color: #f8ae31;}
.tab>li .sub .sub_left li.ky{ height: auto; width: 100%; margin-top: 10px; font-size: 16px;}
.tab>li .sub .sub_left li.ky>a{line-height: 30px;font-weight: bold; color: #1d1d1d;}
.tab>li .sub .sub_left li.ky .ky_sub{display: none;}
.tab>li .sub .sub_left li.ky .ky_sub .ky_sub_list{height: auto; overflow: hidden; width: 100%;}
.tab>li .sub .sub_left li.ky .ky_sub li{height: 35px;}
.tab>li .sub .sub_left li.ky .ky_sub li a{font-size: 14px; line-height: 35px;}
.tab>li .sub .sub_right{ float: right; margin-top:30px; margin-bottom:20px;}
.tab>li .sub .sub_right .sub_right_a{display: block; width: 298px; height:160px;border: 4px solid #fff; box-sizing: border-box; float: left; overflow: hidden;}
.tab>li .sub .sub_right .sub_right_a img{width: 100%; min-height: 100%; -webkit-transition: .8s;-moz-transition: .8s;-ms-transition: .8s;-o-transition: .8s;transition: .8s;}
.tab>li .sub .sub_right .sub_right_a:hover img{-webkit-transform: scale(1.06);-moz-transform: scale(1.06);-ms-transform: scale(1.06);-o-transform: scale(1.06);transform: scale(1.06);}
.tab>li .sub .sub_right>img{margin-top: 60px; margin-left: 25px;}

/***** banner *****/
.focusBox { position: relative; width:100%; height:630px; overflow: hidden; }
.focusBox .pic{ position:relative; z-index:0; }
.focusBox .pic img { width:100%; height:630px; display: block; text-align:center; }
.focusBox .hd { width:100%; position: absolute; bottom: 22px; text-align: center; font-size:0; z-index:1; }
.focusBox .hd li{margin: 0 5px; background: url(../images/dot.png) no-repeat top right; height:12px; overflow: hidden; width:12px; cursor: pointer;
  display:inline-block; *display:inline; zoom:1;  _background: url(../images/dot.png) no-repeat top left;}
.focusBox .hd .on{ background-position:0 0; }
.focusBox .prev,.focusBox .next { width: 60px; height: 90px; margin: -60px 0 0; display: none; background: url(../images/banner_lr.png) no-repeat 0 0; position: absolute; top: 65%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=50);opacity:0.5;  }
.focusBox .prev { left:4%; }
.focusBox .next { background-position: 0 -90px; right:4%; }
.focusBox .prev:hover,
.focusBox .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }

/*********************** 二级页面公用 ************************/
.ej_banner_w{ width:100%; height:340px; }
.ej_banner01{ width:100%; height:340px; background:url(../images/ej_banner01.jpg) no-repeat center top;}
.ej_banner02{ width:100%; height:340px; background:url(../images/ej_banner02.jpg) no-repeat center top;}
.ej_banner03{ width:100%; height:340px; background:url(../images/ej_banner03.jpg) no-repeat center top;}
.ej_banner04{ width:100%; height:340px; background:url(../images/ej_banner04.jpg) no-repeat center top;}
.ej_banner05{ width:100%; height:340px; background:url(../images/ej_banner05.jpg) no-repeat center top;}
.ej_banner06{ width:100%; height:340px; background:url(../images/ej_banner06.jpg) no-repeat center top;}
.ej_banner07{ width:100%; height:340px; background:url(../images/ej_banner07.jpg) no-repeat center top;}
.ej_banner08{ width:100%; height:340px; background:url(../images/ej_banner08.jpg) no-repeat center top;}
.ej_banner09{ width:100%; height:340px; background:url(../images/ej_banner09.jpg) no-repeat center top;}
.ej_banner{ width:1200px; text-align:center; padding-top:128px;}
.ej_banner p{ font:12px/16px "微软雅黑"; color:#ffffff; text-shadow:0px 2px 5px #4c4c4c;}
.ej_banner h3{ font:32px/75px "微软雅黑"; color:#ffffff;text-shadow:0px 2px 5px #4c4c4c; font-weight:bold; border-bottom:solid 1px #fff; width:570px; margin:0px auto; margin-bottom:12px;}
.ej_banner span{ display:block; height:44px;font:14px/22px "微软雅黑"; color:#ffffff; text-shadow:0px 2px 5px #4c4c4c; text-transform:uppercase;letter-spacing:2px;width:570px; margin:0px auto;}


/************** 二级导航和当前位�? **************/
.er_nav_dw{width:100%; height:58px; background:#a70000;}
.er_nav_dw .ej_dh_w{ width:100%; height:58px; margin-bottom:50px;}
.er_nav_dw .ej_dh{ width:1200px; height:58px;}
.er_nav_dw #colL_t{ width:850px; float:left; margin-left:6px;}
/************** 二级导航 **************/
.er_nav_dw .nav_t{width:850px; float:left;}
.er_nav_dw .nav_t dd {}
.er_nav_dw .nav_t dd ul { width:850px;}
.er_nav_dw .nav_t dd ul li a{ float:left;height:58px; font:16px/58px "微软雅黑"; display:block;color:#fff; padding:0px 10px; }
.er_nav_dw .nav_t dd ul li a:hover  { background:#ce3737;}
.er_nav_dw .nav_t dd ul li a.on  { background:#ce3737;}

/***** 当前位置 *****/
.position{padding-left:20px;height:58px;font:12px/58px "微软雅黑";color:#fffefe; float:right;}
.position span{ width:20px; height:58px; background:url(../images/dqwz_ico.png) center no-repeat; display:block; float:left; font-size:0px; text-indent:-9999; margin-right:12px; }
.position a{ font:12px/58px "微软雅黑"; height:55px;color:#fffefe; text-decoration:none; }
.position a:hover{ text-decoration:underline;}  
.fix{ position:fixed; top:0px; left:0px; z-index:999999999999999;}

.position_txt { width:1170px; padding-left:30px;background:#fafbfd url(../images/add_ico01.png) 13px center no-repeat; height:38px;font:12px/38px "微软雅黑";color:#787777; margin-top:25px;
box-shadow:0px 0px 3px #e3e3e3;/*兼容operaspace:nowrap*/
-moz-box-shadow:0px 0px 3px #e3e3e3;/*兼容firefox*/
-webkit-box-shadow:0px 0px 3px #e3e3e3;/*兼容safari或chrome*/
filter:progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3,direction=120,strength=3);/*兼容ie*/}
.position_txt a{ font:13px/30px "微软雅黑"; height:30px;color:#535252; text-decoration:none; }
.position_txt a:hover{ text-decoration:underline;}

.local{ width:100%; height:auto;background:#a70000;}
.position_O{ width:1200px;font:16px/58px "微软雅黑"; color:#fff;}
.position_O a{font:16px/58px "微软雅黑"; color:#fff;}
.position_O a:hover{ text-decoration:underline;}  




#container{width:1200px; height:auto; padding:30px 27px 25px 27px; background:#fff;}
/* 防止高度称不开 */
.clearfix:after {content: '.';clear: both;display: block;height: 0; visibility: hidden;}
.clearfix:after, .clearfix:before {content: " "; display: table;}

#warp{ width:1200px; height:auto; padding:30px 27px 25px 27px; background:#fff;}


/***** foot *****/
.foot_w{width:100%; height:226px;background: url(../images/foot_bg.jpg) no-repeat center top;}
.foot{width:1200px; height:226px;background: url(../images/foot_logo.png) no-repeat center 50px;}
.foot_left{ float:left; margin-top:34px;}
.foot_left h3{font:18px/30px "微软雅黑"; height:30px;color:#fff; font-weight:bold; margin-bottom:15px;}
.foot_left p{font:14px/30px "微软雅黑"; height:30px;color:#fff;}
.foot_left p img{ vertical-align:middle; margin-right:8px;}

.foot .foot_right{ float:right; width:200px; margin-top:40px;}
.foot .foot_right h3{ font:18px/30px "微软雅黑"; height:30px;color:#fff; font-weight:bold; margin-bottom:15px;}
.foot .foot_right .foot_ico{margin-bottom:25px; height:36px;}
.foot .foot_right .foot_ico a{ width:36px; height:36px; display:block; margin-right:17px; float:left;}

/***** 二维�? *****/
.foot_ico .top_r_erm{ width:18px;height:18px; margin-right:17px;position:relative; display:block; z-index:999999; float:left;}
.foot_ico .top_r_erm a div{display:none;} 
.foot_ico .top_r_erm a:hover div{position:absolute;right:-80px; top:38px;display:block;color:#000; overflow:hidden; border:1px #e9e9e9 solid;width:140px; height:140px; z-index:100;background:rgba(255,255,255,0.85);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9fffffff,endColorstr=#9fffffff);/*针对IE8*/ } 
.foot_ico .top_r_erm a div span{ display:block; text-align:center; color:#4f4f4f;} 
.foot_ico .top_r_erm a div img{display:block; padding:10px 10px 0px 10px; width:120px; height:120px;} 


.foot .link_list{float:right;width:200px; height:30px; background: url(../images/sele_bg.jpg) no-repeat left center; overflow: hidden;}
.foot select{width:200px; padding:0px 10px; height:30px;font:15px/30px "微软雅黑"; color:#252525; border: none; background: transparent;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none; appearance:none;}
.foot select::-ms-expand { display: none; }
.foot select option{color: #fff; background: #1e2933;line-height:30px;}

.foot_b_w{ width:100%; height:44px; background:#252525;}
.foot_b{ width:1200px; height:44px;}
.foot_b p{font:14px/44px "微软雅黑"; height:44px;color:#d3d3d3; float:left;}
.foot_b div{font:14px/44px "微软雅黑"; height:44px;color:#d3d3d3; float:right;}
.foot_b div a{font:14px/44px "微软雅黑"; height:44px;color:#d3d3d3; margin:0px 10px;}
.foot_b div a:hover{ text-decoration:underline;}



