﻿a{
    transition: color 0.3s;
}

.ovl{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

/*清除浮动*/
.clear {
    clear: both;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
body{
    overflow-x: hidden;
}

.wrap{
    min-width: 960px;
}
.box{
    width: 960px;
    margin: 0 auto;
}
.header{
    height: 137px;
}
.top-link-wrap{
    position: relative;
    height: 38px;
    background: #727171;
    z-index: 10;

}
.top-link{
    height: 38px; 
}
.top-link a{

    display: block;
    padding: 0 15px;
    line-height: 38px;
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60); font-family:"微软雅黑";
}
.top-link a:hover{
	opacity: 1;
    filter: alpha(opacity=100);
}
.top-link a:first-child{
    padding-left: 0;
}
.top-link span{
    float: left;
    display: block;
    width: 1px;
    height: 38px;
    background: url("../img/sprite.png") no-repeat -223px 5px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.top-link .search{
    padding: 5px;
    width: 208px;
    height: 28px;
    background: url("../img/sprite.png") no-repeat 0 5px;
}
.top-link .search input{
    float: left;
    padding: 5px 0 5px 10px;
    width: 150px;
    height: 18px;
    background: none;
}
.top-link .search button{
    float: left;
    width: 45px;
    height: 28px;
    background: none;
}
.u-nav-wrap{
    position: fixed;
    z-index: 200;
    top: 38px;
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #dcdce0;
}
.u-nav{
	position: relative;
    height: 99px;
}
.u-nav .logo{
    float: left;
    display: block;
    width: 265px;
    height: 99px;
    background: url("../img/logo.jpg") no-repeat left center;
}
.u-nav .logo1{
    float: left;
    display: block;
    width: 265px;
    height: 99px;
    background: url("../img/logo2.jpg") no-repeat left center;
}
.u-nav .nav1{
    float: right;
    height: 99px;
    border-left: 1px solid #f4f4f4;
}
.u-nav .nav1 .nav1-li{
    float: left;
    position: relative;
    padding: 0 20px;
    height: 99px;
    border-right: 1px solid #f4f4f4; font-family:"微软雅黑";
}
.u-nav .nav1 .nav1-li>a{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 99px;
    height: 99px;
    color: #666;font-family:"微软雅黑";
}
.u-nav .nav1 .nav1-li .line{
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    width: 0;
    background: #df4239;
    transition: all 0.3s;
}
.u-nav .nav1 .nav1-li:hover .line{
    width: 100%;
    left: 0;
}
.u-nav .nav1 .nav1-li:hover .nav2{
    display: block;
}
.ewm{
	position: fixed;
	right: 0;
	top: 350px;
	z-index: 5;
	width: 112px;
	padding: 5px;
	background: #fff;
	text-align: center;
}
.ewm img{
	display: block;
	margin: 0 auto;
}
.nav2{
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    padding: 8px 0;
    top: 100%;
    width: 180px;
    background: #FFF;
    border-top: 1px solid #dcdce0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.nav2 li{
    float: none;
}
.nav2 li a{
    display: block;
    font-size: 14px;
    line-height: 40px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    color: #666;
}
.nav2 li a:hover{
    color: #db4338;
}
.nav2 li:first-child a{
    border: 0;
}

.u-banner{
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
}

.body-shadow{
    display: none;
    position: fixed;
    z-index: 100;
    top: 0px;
    width: 100%;
    height:100%;
    background: #000;
    opacity: 0.45;
    filter: alpha(opacity=45);
    z-index: 9;
}
.pointer span{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 3px;
    cursor: pointer;
    background: url("../img/sprite.png") no-repeat ;
}

.ny-nav {
    height: 80px;
    border-bottom: 1px solid #dbdbdb;
    line-height: 85px;
}
.ny-nav p{
    font-size: 24px;
}
.blue {
    color: #0d6abe;
}
.ny-nav .menu li {
    position: relative;
    float: left;
    margin: 0 18px;
    height: 80px;
    font-size: 14px;
    line-height: 85px;
    color: #666;
}
.ny-nav .menu li a {
    display: block;
    font-size: 14px;
    line-height: 85px;
    color: #666;
}
.ny-nav .menu li:hover a, .ny-nav .menu li.on a {
    color: #0c6fc8;
}
.ny-nav .menu li .line {
    position: absolute;
    bottom: -1px;
    left: 50%;
    height: 3px;
    width: 0;
    background: #0c6fc8;
    transition: all 0.3s;
}
.ny-nav .menu li:hover .line, .ny-nav .menu li.on .line {
    width: 100%;
    left: 0;
}














.ban{
    height: 350px;
}
.u-content{
    clear: both;
}


.linksList {
    position: absolute;
    display: none;
    left: 0;
    bottom: 22px;
    width: 146px;
    padding: 10px 0 20px;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    background: #fff;
}
.linksList ul{
    float: left;
}
.linksList li {
    position: relative;
    float: left;
    display: inline;
    width: 147px;
    height: 28px;
}
.linksList li a.tit {
    display: inline-block;
    width: 115px;
    padding-left: 12px;
    border-bottom: 1px solid #ececec;
    margin-left: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.linksList li .sub {
    position: absolute;
    left: -129px;
    top: -28px;
    width: 97px;
    padding: 12px 15px;
    border: 1px solid #e3e3e3;
    border-right: none;
    background: #fff;
    display: none;
}
.linksList li .sub a {
    display: block;
    font-size: 12px;
    line-height: 26px;
    color: #666;
}

.linksList a:hover{
    color: #1070c7!important;
}

.linksList li .sign {
    position: absolute;
    left: -6px;
    top: 9px;
    width: 6px;
    height: 13px;
    background: url(../img/bg_sign02s.jpg) no-repeat;
    display: none;
}


/*栏目*/
.gkline{overflow: hidden;margin: auto;width:960px; padding-top:60px;}
.main2{overflow: hidden;margin: auto;width:960px; padding-bottom:60px;}
.in_lan{overflow: hidden;width: 928px;margin: auto;height: 35px;}
.in_prev,.in_next{width: 28px;height: 35px;display: block;}
.in_prev{background: url("../img/in_prev.jpg") no-repeat;float: left;}
.in_next{background: url("../img/in_next.jpg") no-repeat;float: right;}
.in_prev:hover{background: url("../img/in_prev_hover.jpg") no-repeat;}
.in_next:hover{background: url("../img/in_next_hover.jpg") no-repeat;}
.in_lan_u{width: 870px;height: 35px;float: left;position: relative;overflow: hidden;}
.in_lan_u li{width: 174px;overflow: hidden;line-height:35px;text-align: center;float: left;height:35px;}
.in_lan_u li a{
	display: block;
	font-size: 14px;
	color: #000;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	height:35px;
	line-height:35px;
	
}
.in_lan_u li a:hover{background: #0d6abe;color: #fff;height:35px;line-height:35px;}
.in_lan_u li a.hover{background: #0d6abe;color: #fff;height:35px;line-height:35px;}