/*===============
File name：Style.css
Creators ：梦幻天龙
Q Q      ：371297552
Time     ：2014-03-12
Company  ：http://www.16198.com
=================*/
*{ margin:0; padding:0}
body{font-size:12px; -webkit-text-size-adjust:none; font-family:微软雅黑,"Microsoft YaHei";}
img{ border:0}
ul,li,a{ list-style:none; text-decoration:none;}
.clear{ clear:both}
em{ font-style:normal;}
/*Header*/
#Header{ height:105px; width:1280px; margin:0 auto; position:relative;}
#Header .logo{ width:438px; height:69px; margin-top:17px; float:left;}
#Header .tel{float:right; margin-top:70px; margin-right:15px; font-family:微软雅黑,"Microsoft YaHei"; font-size:14px; font-weight:normal; color:#b30705; font-weight:bold;}
#Header .top_nav{ position:absolute; right:0; top:15px; padding-right:15px;}
#Header .top_nav a{ height:16px; line-height:16px; text-align:center; float:left; margin-left:10px; font-size:12px; font-family:"宋体"; color:#5d5d5d;}
#Header .top_nav a:hover{color:#b30705;}

/*Navber*/
#Navber{ background:#007cdc; height:40px; width:100%;}
.Navber{ background:url(../images/navline.jpg) no-repeat; height:40px; width:1280px; margin:0 auto;}
.Navber ul li{ width:183px; display:block; float:left; background:url(../images/navline.jpg) no-repeat right; line-height:40px; text-align:center;font-family:微软雅黑,"Microsoft YaHei"; font-size:15px; color:#fff; font-weight:bold;}
.Navber ul li a{ color:#fff; text-decoration:none; width:182px; display:block; height:40px; }
.Navber ul li a:hover{ background:#016bbf; color:#ff8400; text-decoration:none;}
#sy{ background:url(../images/navline.jpg) no-repeat right #016bbf; margin-left:1px; width:180px;}
#sy a{ color:#fff; text-decoration:none; width:180px; display:block; height:40px; }
#sy a:hover{ background:url(../images/navline.jpg) no-repeat right #016bbf; color:#ff8400; text-decoration:none; width:180px; display:block; height:40px; }

/*Banner*/
#bannerk{ width:1280px; height:280px; margin:0 auto; margin-top:6px; margin-bottom:15px;}
.slider {width:1280px; height:280px; position:relative; overflow:hidden;}
.sliderContent {float:left; width:1280px; height:280px; clear:both; position:relative; overflow:hidden;}
.sliderArrows a {display:block; text-indent:-9999px; outline:none; z-index:50; background-repeat:no-repeat; width:33px; height:66px; position:absolute; top:120px;}
.slidePrev {left:20px; background:url("../images/anrrow1.png") no-repeat;}
.slideNext {background-image:url("../images/anrrow2.png"); right:20px;}
.sliderArrows a:hover {background-position:left -66px;}
.sliderContent .item {position:absolute; width:1280px; height:280px; z-index:5; text-align:center; background-repeat:no-repeat; background-position:center top; margin:0 auto;}
.slider a {hide-focus: expression(this.hideFocus=true);/* for ie 5+ */ outline:none;/* for firefox 1.5 + */}
.bbottom{ width:1280px; height:13px; margin:0 auto; background:#231816;}

/*分页*/
.fenye{ padding-top:10px; color:#333; font-family:"宋体"; font-size:12px; margin:0 auto; text-align:center; margin-top:10px; margin-bottom:20px;}
.fenye a,.fenye span{ padding:3px 6px; border:1px solid #c9c9c9; margin:0 3px; color:#333; font-family:"宋体"; font-size:12px;}
.fenye a:hover,.fenye span a:hover{ background:#00a0f4; border:1px solid #cbcbcb; color:#FFF}

/*Footer*/
#Footer{ width:100%; background:#007edf; height:120px;}
.Footer{ width:1280px; height:120px; margin:0 auto;}
.Footer p{ margin-left:350px; padding-top:20px; line-height:25px; color:#fff;font-family:宋体; font-size:12px; font-weight:normal;}
.Footer p a{ color:#FFF; text-decoration:none;}
.Footer p a:hover{ color:#ff8400; text-decoration:underline;}


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../images/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}