﻿*
{
    margin:0;
    padding:0;
}
.ui-wapper
{
    width:100%;
    height:100%;
    margin:0 auto;
}
.ui-header
{
    width:100%;
    height:100%;
    overflow:hidden;
}
.ui-head
{
    width:100%;
    height:35px;
    background:#e6e6e6;
}
.ui-head1
{
    width:1200px;
    margin:0 auto;
    overflow:hidden;
}
.ui-head-icon
{
    font-family:微软雅黑;
    font-size:12px;
    color:#727272;
    line-height:35px;
    display:inline-block;
    list-style-type:none;
    text-decoration:none;
    float:right;
}
.ui-logo
{
    width:100%;
    height:126px;
}
.ui-logo1
{
    width:1200px;
    height:100%;
    margin:0 auto;
    overflow:hidden;
}
.ui-img
{
    width:460px;
    height:126px;
}
.ui-search
{
    float: right;
    width: 260px;
}
.ui-search-form
{
    float: left;
    width: 260px;
    height:36px;
    margin-top:50px;
    
}
.ui-search-text
{
    float: left;
    width: 216px;
    height:34px;
    line-height:34px;
    border: 1px solid #cacaca;
    border-radius:5px 5px 5px 5px;
}
.ui-search-submit
{
    float:right;
    width:42px;
    height:36px;
    background: url("../images/img.png") right top no-repeat;
    background-position: 0px 0px;
}
.ui-nav
{
    width:100%;
    height:50px;
    float:left;
    clear:both;
    background:#cd070b;
    position:relative;
    z-index:9999;
}
.ui-nav1
{
    width:1200px;
    height:50px;
    margin:0 auto;
}
.ui-nav1-tab
{
    float:left;
    width:120px;
    height:50px;
    position:relative;
    list-style-type:none;
}
.ui-nav1-tab-item
{
    float:left;
    width:100%;
    height:100%;
    font-size:17px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:50px;
    text-decoration:none;
}
.ui-nav1-tab-item:hover
{
    width:110px;
    height:50px;
    background:url("../images/img.png") right top no-repeat;
    background-position:0px -89px;
}
.ui-nav .ui-nav1 .ui-nav1-tab .ulsa
{
    width:100%;
    position:absolute;
    z-index:9999;
    left:0;
    top:49px;
    background:#3c434a;
    display:none;
}
.ui-nav .ui-nav1 .hover .ulsa
{
    display:inline-block;
}
.ui-nav .ui-nav1t .ui-nav1-tab:hover .ulsa
{
    visibility:visible; 
}
.ui-nav .ui-nav1 .ui-nav1-tab .ulsa .titleaa
{
    width:116px;
    float:left;
    font-family:黑体;
    font-size:16px;
    color:#fff;
    line-height:40px;
    text-align:center;
    text-decoration:none;
    display:inline-block;
    border-bottom:1px solid #30363b;
}
.ui-banner
{
    float:left;
    position:relative;
    width:100%;
    height:500px;
    z-index:20;
}
.ui-banner-slider
{
    float:left;
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
}
.ui-banner-slider img
{
    float:left;
    width:100%;
    height:500px;
}
.slide-prev{
	top: 50%; width: 73px !important; height: 74px !important; margin-top: -37px; display: none; position: absolute; z-index: 11111;
	background: url("../images/hover_left.png") no-repeat left top; left: 15px;
}
.slide-next{
	top: 50%; width: 73px !important; height: 74px !important; margin-top: -37px; display: none; position: absolute; z-index: 11111;
	background: url("../images/hover_right.png") no-repeat right top; right: 20px;
}
.ui-content
{
    width:1200px;
    height:100%;
    margin:0 auto;
    overflow:hidden;
    margin-top:27px;
}
.ui-footer
{
    float:left;
    position:relative;
    width:100%;
    background:#868686;
    padding:50px 0 69px 0;
    margin-top:35px;
}
.ui-footer-text
{
    float:left;
    width:100%;
    font-family:微软雅黑;
    font-size:14px;
    color:#e7e7e7;
    text-align:center;
    line-height:25px;
}
.ui-footer-link
{
    font-family:微软雅黑;
    color:#e7e7e7;
    text-align:center;
    line-height:25px;
}
.ui-footer-link:hover
{
    color:#000000;
}