/* CSS Document */
/*header*/
.header {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.header .top {
	height: 45px;
	line-height: 45px;
	background: #fff;
	border-bottom: 1px solid #f6f6f6;
}
.header-c {
	width: 1180px;
	margin: 0 auto;
}
.header .top dl dt {
	float: left;
	
}
.header .top dl dd {
	float: right;
}
.header .top dl dd a {
	margin: 0 6px;
}
.header .logo {
	height: 133px;
	background:url(../images/logo-bg.gif)
}
.header .logo .logo-l {
	float: left;
	
}
.header .logo .logo-l dl dt {
	float: left;
	margin-top: 40px;
}
.header .logo .logo-l dl dd {
	float: left;
	width: 335px;
	margin: 29px 0 0 30px;
}
.header .logo .logo-l dl dd p {
	padding-left: 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	color:#1849a2;
}
.header .logo .logo-l dl dd p span {
	font-weight: 600;
	font-size:18px;
	color:#333333;
}
.header .logo .phone {
	background:url(../images/head-tel.gif) no-repeat;
	width:198px;
	height:73px;
	float: right;
	width: 245px;
	margin-top: 30px;
}
.header .logo .phone p{
	color:#f3830a;
	padding-left:70px;
	}
.header .logo .phone span {
	color: #f3830a;
	font-size: 24px;
	padding-left: 28px;
}

.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));

}
.header .nav {
	height: 49px;
	background:#1849a2;
	line-height: 49px;
}
.header .nav ul li {
	float: left;
	padding: 0 35px;
}
.header .nav ul li.another {
	padding: 0 35px;
	background: #fda504;
}
.header .nav ul li a {
	color: #FFF;
}
.header .nav ul li:hover {
	padding: 0 35px;
	background: #fda504;
}
/*footer*/
.footer {
	width: 100%;
	background:#1849a2;
}
.footer-c {
	width: 1180px;
	margin: 0 auto;
	color: #FFF;
}
.footer-c a {
	color: #FFF;
}
.f-nav ul{
	background:url(../images/nav-bg.gif);
	height:50px;
	box-shadow: 0px 0px 4px #0d2e69;
	}
.f-nav ul li {
	float: left;
	margin: 0 35px;
	line-height: 50px;
}
.f-text {
	margin-top: 32px;
	text-align: center;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
}

.f-text p {
	line-height: 34px;
}
.f-text h2 {
	font-size: 14px;
	display: inline;
}



.wjdh-ico1,.wjdh-ico2{vertical-align: middle;}

.UrbansubstationBox {
    display: inline-block;
    position: relative;
    z-index: 999;
}

.Urbansubstation {
    position: absolute;
    bottom: 40px;
    left: -50%;
    transform: translateX(-25%);
    background: #f8f8f8;
    width: 0;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 0;
    font-size: 0;
    border-radius: 10px;
    color: #333 !important;
}

.Urbansubstationfenzhan {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-align: center;
    color: #333 !important;
}

.UrbansubstationBoxCenter p {
    width: 94%;
    height: 100%;
    border: 1px dashed #e2e2e2;
    margin: 0 auto 10px;
    border-radius: 5px;
    line-height: 0 !important;
}

.UrbansubstationBoxCenter p a {
    text-align: left;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: block;
    color: #666 !important;
    padding: 5px 10px 5px 30px;
    line-height: 26px !important;
    font-size: 16px;
    -webkit-transition: .5s;
    transition: .5s;
}

.UrbansubstationBox:hover .Urbansubstation {
    min-width: 160px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.Urbansubstation p a:hover::before {
    border-color: #c30d23;
}

.Urbansubstation p a:hover::after {
    background: #c30d23;
}

.Urbansubstation p a::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #ddd;
    position: absolute;
    top: 16px;
    left: 15px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
}

.Urbansubstation p a::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    position: absolute;
    top: 11px;
    left: 10px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
}

.Urbansubstation p a:hover {
    transform: translateY(-2px);
    color: #c30d23 !important;
}

.disablemouserightclick,.disablechoose,.disablecopy{
    display: none;
}
