﻿* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

img {
  border: none;
}
.ui-header {
  width: 100%;
  height: 568px;
}
.ui-header .ui-header-top {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}
.ui-header .ui-header-top a img {
  width: 380px;
  height: 80px;
}
.ui-header-ul {
    width: 770px;
    height: 33px;
    float: right;
    margin-top: 30px;
  }
  .ui-header-li {
    width: 104px;
    height: 50px;
    float: left;
    text-align: center;
  }
  .ui-header-a {
    line-height: 50px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
  }
.ui-header-a:hover
{
     color: #2442b1;
}

.ui-header .ui-header-banner {
  width: 100%;
  height: auto;
}
.ui-header .ui-header-banner img {
  width: 100%;
  height: 490px;
}

.ui-footer {
  width: 100%;
  height: 264px;
  background: #555555;
}
.ui-footer .ui-footer-content {
  width: 100%;
  height: 194px;
  background: #000843;
  margin: auto;
}
.ui-footer .ui-footer-content .ui-addr {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.ui-footer .ui-footer-content .ui-addr .ui-wrap {
  float: left;
}
.ui-footer .ui-footer-content .ui-addr p {
  width: 496px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 40px;
  text-indent: 28px;
  text-align: start;
}
.ui-footer .ui-footer-content .ui-addr p:nth-of-type(1) {
  margin-top: 17px;
  background: url("../images/121_89.jpg") no-repeat left center;
}
.ui-footer .ui-footer-content .ui-addr p:nth-of-type(2) {
  background: url("../images/121_91.jpg") no-repeat left center;
}
.ui-footer .ui-footer-content .ui-addr p:nth-of-type(3) {
  background: url("../images/121_93.jpg") no-repeat left center;
}
.ui-footer .ui-footer-content .ui-addr ul {
  float: left;
}
.ui-footer .ui-footer-content .ui-addr ul li {
  float: left;
  margin-top: 17px;
  margin-left: 103px;
}
.ui-footer .ui-footer-content .ui-addr ul li h4 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 30px;
}
.ui-footer .ui-footer-content .ui-addr ul li a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 24px;
}
.ui-footer p {
  width: 1200px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  margin: 0 auto;
  line-height: 30px;
  text-align: center;
}
.ui-footer p:nth-of-type(1) {
  margin-top: 8px;
}

.ui-second-left img {
    height: 384px;
    width: 510px;
    
}
.slide-prev
{
	top: 55%; 
	width: 73px !important; 
	height: 85px !important; 
	margin-top: -37px; 
	display: none; 
	position: absolute; 
	z-index: 11111;
	background: url("../images/btnL.png") no-repeat left top; 
	left: 40px;
}
.slide-next
{
	top: 55%; 
	width: 73px !important; 
	height: 85px !important; 
	margin-top: -37px; 
	display: none; 
	position: absolute; 
	z-index: 11111;
	background: url("../images/btnR.png") no-repeat right top; 
	right: 40px;
}

.ui-drop
{
    position:absolute;
    z-index:100; 
    overflow:hidden; 
    top: 69px;       
}
.ui-drop-style 
{
    display:none;
    width:120px;
    list-style-type:none;
    border-top:1px solid #fff;
    padding-top: 10px;
    background:url(../images/nv.png) no-repeat;
    background-position:12px -7px;
}
.ui-drop-list 
{
    width:120px;
    text-align:center;
    border-bottom:1px solid #fff;
    background: #e7ebf6;
    opacity: 0.8;
}
.ui-drop-link
{ 
    font-size:15px;
    color:#333;
    text-decoration:none;
    line-height:30px;
}