@charset "utf-8";

.g-headbac{
	/* background: url(../pic/subbanner.jpg); */
	background: url(../pic/banner_index.jpg);
    background-repeat: no-repeat;
    background-size: 1920px 100%;
    background-position: center;
    height:100px;
}
.toppic{
    background: url(../pic/banner_index.jpg);
    background-repeat: no-repeat;
    background-size: 1920px 100%;
    background-position: center;
    height: 100px;
}
.u-title{ 
    color: white;
    font-size: 2.3rem;
    font-weight: bold;
    margin-left: 10px;
    margin-top:10px;
    margin-bottom:0px;
}
.u-title-sub{
	font-size:1.7rem;
	margin-top:0px;
	margin-bottom:10px;
}
.u-top{ 
	margin-top:15px;
	 float: left; 
	 width: 50%
}
.u-top-logobase{
	float:left;
}
.u-top-logoInfo{
	margin-left: 10px;
}
.u-top-logoInfo-first{
	margin-top:10px;
	margin-bottom:0px
}
.u-top-logoInfo-second{
	margin-top:0px;
	margin-bottom:10px
}
.u-tline{
    display: inline-block;
    width: 1px;
    height: 13px;
    border: 1px solid #ccc;
    /* margin-left: 10px;
    margin-right: 10px; */
   /*  margin-left: 5px; */
     margin-right: 5px;
    vertical-align: middle;
}
.u-tright{ 
     float: right; 
    color: #ccc;
    margin-top: 30px;
    font-size: 12px;
    text-align: right;
}
.u-tright .u-titlelan li{
	padding-right:0px;
    cursor: pointer;
}

.u-tright .u-titleitem li{
	padding-left:14px;
    cursor: pointer;
    position: relative;
}
.u-listdown li a{
	color:black;
}
.u-listdown{
    position: absolute;
    top: 26px;
    left: 0px;
    text-decoration: underline;
    text-align: left;
    line-height: 24px;
    background: #F3F4EC;
    display: inline-block;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    width: 120px;
    display: none;	
    padding: 5px 0px;
    z-index: 100;
}
.u-listdown li:hover{
	color:#034da2;
}
.u-titleitem{
    font-size: 19px;
    color: #fff;
}
.u-vline{
    display: inline-block;
    height: 23px;
    border-right: 2px solid #999;
    vertical-align: text-bottom;
    margin-left: 10px;
}
.u-titleitem a{
	color:white;
    text-decoration: none;
}
.u-titlelan a{
	/* color:white; */
	color:rgb(192,204,209);
}