*:not(table) {
    margin: 0px; 
}
*{
  box-sizing: border-box;
}

body {
    color: #444;
    background: #f7f7f7;
    font-size: 14px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #f00;
}

button{
    cursor: pointer;
}

.mainCon {
    /*width: 1200px;*/
    /*margin: 0 auto;*/
    background: #fff;
}

.topCon {
    height: 280px;
    background: url(PublicServerresourcesimageresource2top.png) center #fff no-repeat;
}

.middleBanner,
.banner {
    width: 100%;
    display: block;
}



/*导航*/

.nav {
    position: relative;
}

.nav,
.secNav {
    width: 100%;
    height: 39px;
    background: #0166B6;
}

.secNav {
    background: #707070;
}

.nav {
    background: url(PublicServerresourcesimageresource2menu_bj.png) #fff repeat-x;
}

.secNav {
    /*background-image: url(/PublicServer/resources/image/resource1/head3.jpg);*/
    height: 30px;
}

.nav>ul,
.nav>ul>li,
.secNav>ul,
.secNav>ul>li {
    float: left;
}

.nav ul,
.secNav ul,
.nav li,
.secNav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav ul {
    width: 100%;
    width: 1200px;
    height: 39px;
    margin: 0 auto;
    float: none;
}

.nav>ul>li {
    width: 12.3%;
    /*border-right: 1px solid #0156aa;*/
    border-bottom: 1px solid #0156aa;
}

.navText {
    text-align: center;
}

.nav>ul>li>a,
.secNav>ul>li>a {
    width: 100%;
    /*padding-left: 5px;
    padding-right: 5px;*/
    display: block;
    /*font-weight: bold;*/
    line-height: 39px;
}

.secNav>ul>li>a {
    line-height: 30px;
}

.nav a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.secNav a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    /*!important*/
}

.subNav {
    /*width: 980px;*/
    border: 1px solid #2786e3;
    border-top: none;
    position: absolute;
    top: 40px;
    left: 10px;
    background: #fff;
    z-index: 999;
    display: none;
}

.subNavItem {
    width: 245px;
    height: 185px;
    padding: 5px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #ccc;
    float: left;
}

.subNavItemHead {
    padding: 10px;
    font-size: 17px;
    color: #2786e3;
}

.subNavItemList {
    width: 100%;
    /*height: 80%;*/
    padding-left: 10px;
    float: left;
}

.subNavItemList a:hover {
    color: #2786e3;
}

.subNavItemList a {
    /* width: 33.33%; */
    min-width: 50%;
    /* height: 25%; */
    line-height: 25px;
    vertical-align: middle;
    display: inline-block;
    color: #666;
    font-size: 15px;
    text-align: left !important;
}

.navSelectType {
    background: #ffffff;
}

.navSelectType>a {
    color: #2786e3;
}

.nav>ul>li>a:hover {
    color: #2786e3 !important;
}

.nav ul li:hover {
    background: #ffffff;
}

.nav ul li.itemCons:hover {
    background: url(../../image/nav_cur.png) no-repeat bottom #ffffff;
    background-size: 10px;
}

.nav ul li.itemCons:hover>a {
    color: #2786e3;
}

.secNav ul {
    padding: 0 10px;
    width: 1200px;
    height: 39px;
    margin: 0 auto;
    float: none;
}

.secNav li a {
    min-width: 145px;
    text-align: center;
}

.secNav li a:hover {
    background: #ffffff;
}

.secNav li span {
    color: #fff;
    font-size: 17px;
    width: 44px;
    display: block;
    line-height: 18px;
    padding-top: 2px;
}

.secNav li input {
    width: 160px;
    margin-left: 8px;
    height: 24px;
    background: transparent;
    border: 0px;
    vertical-align: top;
}

.secNav li #titleSearchbtn {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.secNav li.titleSearchCon {
    background: url(/PublicServer/resources/image/resource1/titleSearch.png) no-repeat;
    width: 203px;
    margin-top: 8px;
    margin-left: 10px;
    height: 30px;
}



/*日期电话条*/

.timeTelLine {
    /*width: 100%;*/
    /*background: url(/PublicServer/resources/image/resource1/head5.jpg);*/
    height: 31px;
    /*width: 99.8%;*/
    /*border:1px solid #CCC;*/
    text-align: center;
    display: none;
}

.timeTelLine .timeCon {
    font-size: 14px;
    line-height: 31px;
    color: red;
    padding-left: 10px;
    display: inline-block;
    width: 170px;
    height: 31px;
    vertical-align: top;
}

.timeTelLine .telCon {
    display: inline-block;
    width: 1200px;
    height: 31px;
    overflow: hidden;
    line-height: 31px;
    font-size: 13px;
    white-space: nowrap;
    text-align: left;
}

.timeTelLine .telCon div {
    position: relative;
    width: 1200px;
    display: inline-block;
}

#body_div {
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    padding:10px 50px;
    border: solid 2px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #3762b1;
    box-shadow: 1px 1px 7px #aaaaaa
}

#footer_div {
    min-width: 1200px;
    margin: 0 auto;
    height: 175px;
    background: #dedede;
    margin-top: 40px;
}

#header_div {
    margin-top: -20px;
    min-width: 1200px;
}

a[href^=javascript]:hover,


/* 选择href属性包含"javascript"的所有元素 */

a[href^="#"]:hover {
    /* 选择href属性值以"#"开头的所有元素 */
    cursor: default !important;
    color: inherit !important;
    text-decoration: none !important;
}


.relativeConnect {
    margin-bottom: 8px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 35px;
}


.relativeImgLink {
    float: left;
    width: 185px;
    height: 50px;
    margin-left: 37px;
    margin-right: 10px;
    margin-bottom: 8px;
    display: inline-block;
}

.relativeImgLink img {
    width: 100%;
    height: 50px;
    border: 0;
}

.webFootInfo {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.crumbsDiv {
    background: #f0f0f0;
    padding: 10px 10px 10px 10px !important;
    margin-bottom: 10px;
}

.crumbsDiv img {
    vertical-align: middle;
}
#areaTitleCon
{
    width: 1200px;
    margin:0 auto;
}
#areaTitle
{
    background-image: url();
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
    left: 665px;
    position: relative;
    top: 57px;
}

.showDataDiv div:last-child
{
    min-height: 25px;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more
{
    float: right !important;
}
.bd_weixin_popup
{
    box-sizing: content-box;
}

/* add by junyuan.huang on 2017-09-27 */
.footerWebMap{
    color: #3e3c3c;
    vertical-align: inherit;
}
.footerWebMap:hover{
    cursor: pointer;
    color:red;
}

.footerMap{
    width: 1200px;
    letter-spacing: 1px;
    padding-left: 5%;
    text-align: center;
    margin: auto;
}

/**
导航栏 修改18-03-05 znh
**/
.subNav_ {
    /*width: 980px;*/
    position: absolute;
    top: 40px;
    left: 150px;
    z-index: 999;
    display: none;
    color:white;
}
.first{
    background-color: rgb(0,179,253);
    width:100px;
    float:left;
}
.first div{
    width:146px;
    text-align:center;
    padding:10px 0px;
    background-color: rgb(0,179,253);
}
.second{
    width:146px;
    float:left;
    display:none;
    margin-left: 46px;
}
.lastLink{
    width:150px;
    padding:10px 0px;
    background-color: rgb(0,133,198);
    border:none;
}
.arrow-right {
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid white;
}