/* CSS Document */
/*导航样式开始*/
.fix { *zoom:1;
*clear:both;
}
.fix:before, .fix:after { display: table; clear: both; content: ''; }
.oh { overflow: hidden; *zoom:1;
}
.fl { float: left; }
.fr { float: right; }
.web { width: 90%; min-width: 1200px; margin: 0 auto; }
.topBar { padding: 15px 0; position: fixed; z-index: 9999999999; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; background: url(../head/topnavbg.png); width: 100%; min-width: 1200px; -moz-box-shadow: -1px -4px 9px #333333; -webkit-box-shadow: -1px -4px 9px #333333; box-shadow: -1px -4px 9px #333333; z-index: 99999999999999999999 }
.logo{ width:500px;}
.top_menu {
    width: 100%;
    height: 50px;
    background-color: #fdfdfd;
    border-bottom: 1px solid #f1f1f1;
}
@media (min-width: 992px)
.container {
    width: 970px;
}
.top_name {
    display: inline-block;
    padding-top: 10px;
}
.top_lang {
    float: right;
    height: 40px;
    padding: 6px 10px 0px 10px;
    width: 350px;
    padding-top: 10px;
    background: url(../images/home1.jpg) no-repeat;
    font-size: 12px;
}
.topBar.tophide { transform: translate(0, 0px); background: #000; border-bottom: 1px solid #dedede; }
.topBar #nav { font-size: 17px; margin-top:15px; float:right; width:50%;}
.topBar #nav .item { float: left; width:20%; list-style-type: none; display: inline-block; }
.topBar #nav .index { display: none }
.topBar #nav .item a { color: #fff; display: block; font-size: 17px; font-weight: bold }
.topBar #nav .item a:hover { color: #fff;}
.topBar #nav .on a { color: #fff; }
.topBar #nav-block {background:rgba(20, 113, 189, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1471bdd4,endcolorstr=#1471bdd4); position: absolute; top: 87px; width: 100%; z-index: 10;
background-image: url(../head/navbg1.png) }
.topBar #subnav { display: none; height: 50px; margin: 0 auto; padding-top: 5px; width: 100%; text-decoration: none; }
.topBar #subnav .item { display: none; margin: 0 auto; width: 1300px; }
.topBar #subnav .active { display: block; }
.topBar #subnav .item a { color: #fff; display: inline-block; float: left; font-size: 16px; margin-right: 25px; padding: 10px; }
.topBar #subnav .item a:hover { color:#ffe5a9}

/*banner*/
.banner { position: relative; margin: 0 auto; width: 100%; min-width: 1200px;height:650px;overflow: hidden;}
.banner .bd { position: relative; z-index: 0; }
.banner .bd li img { width: 100%; vertical-align: top;height:650px; }
.banner .hd { position: relative; z-index: 1; margin-top: -70px; height:70px; line-height:60px; text-align: center; }
.banner .hd ul { text-align: center; padding-top: 5px; }
.banner .hd ul li { cursor: pointer; display: inline-block; *display:inline;zoom: 1; width:35px; height:7px; margin: 5px; background: #fff; overflow: hidden; font-size: 0;}
.banner .hd ul .on { background:#ffb302}
.banner .prev, .banner .next { z-index: 1; display: block; width: 47px; height: 93px; position: relative; margin: -23% 0 0 3%; float: left; filter: alpha(opacity=40); opacity: 0.4; background-image: url(../head/slide_btn.png); background-repeat: no-repeat; background-position: 0 0; }
.banner .next { background-position: right 0; float: right; margin-right: 3%; width: 50px; }
.banner .prev:hover, .banner .next:hover { filter: alpha(opacity=100); opacity: 1 }
@media screen and ( max-width: 1800px){.banner{height:846px;} .banner .bd li img { height:846px;}}
@media screen and ( max-width: 1700px){.banner{height:700px;} .banner .bd li img { height:700px;}}
@media screen and ( max-width: 1600px){.banner{height:600px;} .banner .bd li img { height:600px;}}
@media screen and ( max-width: 1500px){.banner{height:500px;} .banner .bd li img { height:500px;}}

/*.tempWrap{float:left;margin-left:22px;width:1042px !important;}*/

.newsPic { position: relative; width:510px; height: 400px; overflow: hidden; text-align: left; }
.newsPic .pic img { width: 510px; height: 300px; display: block; }
.newsPic .txt-bg { position: absolute; bottom: 0; z-index: 1; height:60px; width: 100%; background: #f2f2f2; overflow: hidden; }
.newsPic .txt { position: absolute; bottom: 0; z-index: 2; height: 60px; width: 100%; overflow: hidden; }
.newsPic .txt li { height:60px; line-height:60px; position: absolute; bottom: -36px; }
.newsPic .txt li a { display: block; color: #333; padding: 0 0 0 10px; font-size: 17px; font-weight: bold; }
.newsPic .num { position: absolute; z-index: 3; bottom: 22px; right: 10px; }
.newsPic .num li { float: left; position: relative; width: 12px; height: 12px; line-height: 0px; overflow: hidden; margin-right: 5px; cursor: pointer; font-size: 0 }
.newsPic .num li a, .newsPic .num li span { position: absolute; z-index: 2; display: block; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.newsPic .num li span { z-index: 1; background: #999; }
.newsPic .num li.on a, .newsPic .num a:hover { background: #f90; }
