@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;}
img {border:0;margin:0; padding:0;}
ul,li,ol,h1,h2,h3,dl,dt,dd,form,p,span,b,u,s,i{
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;
}
em,i{ font-style:normal; }
.clearfix{display:inline-table;}
* html .clearfix{height:1%;/*ie6*/}
*+html .clearfix{min-height:1px;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0;}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
input,textarea {outline:none;}/*去掉输入框得到焦点时边框会出现阴影效果----例如370 火狐*/
a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } 
a:focus{ -moz-outline-style: none; /* FF */ } /*去掉a标签超链接的虚线框*/
body {margin: 0px; color:#3F3F3F; font-size:14px; font-family: Microsoft YaHei,宋体,Arial, Helvetica, sans-serif;}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
a:link { text-decoration: none;color: #131313;}
a:visited {text-decoration: none; color: #131313;}
a:hover { text-decoration: none; color: #131313;}
a:active {text-decoration: none; color: #131313;}

::selection {background-color: #0078c6; color: #fff;}
::-moz-selection {background-color: #0078c6; color: #fff;}
::-webkit-selection {background-color: #0078c6; color: #fff;}

/*头部*/
.top_box{ width:100%; height:30px; background:#eee;}
.top{ width:1180px; height:30px; margin:0 auto;}
.top_l{ height:30px; line-height:30px; float:left;}
.top_r{ height:30px; line-height:30px; float:right;}
.top_r a:hover{ text-decoration:underline;}

/*logo*/
.zxlg{ width:1180px; height: 168px; margin:0 auto;}
.zxlg h4{ font-size:16px;float:left;line-height:26px; color:#0078c6; padding: 62px 0 0px 0;}
.zxlg h1{ float:left;padding-top: 50px;}
.zxlg h1 img{ width:550px; height:75px; float:left;}
.logo_r{ width:230px; height:58px; float:right; padding-top: 50px;}
.logo_dh{ width:37px; height:55px; float:left; }
.logo_dh img{ width:37px; height:55px; padding-top:7px;}
.logo_hm{ float:right; line-height:32px; font-size:14px;color:#0078c6; font-weight:bold;}
.logo_hm span{color:#0078c6; font-family:Impact;display:block; font-size:32px; line-height: 28px;}

/*导航*/
.nav_box{ width:100%; height:54px; background:#0078c6;}
.nav{ width:1200px; height:54px; margin:0 auto;}
.nav ul li{text-align:center; float:left; height:54px; line-height:54px; color:#fff; background:url(../images/03.jpg) no-repeat right;}
.nav ul li a{ display:block; font-size:15px; text-decoration:none; display:block; padding: 0 27px; float:left; color:#fff;}
.nav ul li a:hover{ color:#fff; background:#e50112;}
.nav ul .another a{color:#fff;background:#e50112;}
.fixedNav {position: fixed; top: 0px;left: 0px; width: 100%;z-index: 100000; _position: absolute; _top: expression(eval(document.documentElement.scrollTop));}

/*底部导航*/
.foot{ height:264px; width:100%; background:url(../images/12.jpg) no-repeat center;}
.footzx{ width: 1140px; height:264px; margin:0 auto; margin-top:36px;}
.ul_01{}
.ul_01 li{ float:left; padding-top: 20px;}
.ul_01 li a{ color:#fff;}
.ul_01 li em{ float: right;padding: 0 25px; color:#fff;}
.ul_02{ line-height:30px; float:left; margin-top: 60px;color: #fff;}
.ul_02 li a{ color:#fff;}
.footzx b{width:120px; height:120px; background:url(../images/03.png) no-repeat center; float:right;margin-top: 74px;margin-right: 24px;}
.footzx b img{ width:100px; height:100px; margin:0 auto; display:block;padding-top: 10px;}
.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;
}