/*******************公共通用_开始**************************/
html {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #cccccc;
}

body {
    background-color: #fff;
    min-width: 1210px;
    font: 12px/1 "Microsoft Yahei", "微软雅黑", sans-serif;
    vertical-align: baseline;
    overflow-y: scroll;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #858585;
}

a:HOVER {
    color: red;
    text-decoration: none;
}

.dot-1 {
    padding-left: 10px;
    background: url(../images/dot_1.gif) no-repeat 3px center
}

/*圆点*/
.box-1 {
    padding-left: 10px;
    background: url(../images/box_1.gif) no-repeat 3px center
}

/*小方块*/
.jt-1 {
    padding-left: 18px;
    background: url(../images/jt_1.gif) no-repeat 3px center
}

/*箭头1*/
.jt-2 {
    padding-left: 18px;
    background: url(../images/jt_2.gif) no-repeat 3px center
}

/*箭头2*/
.jt-3 {
    padding-left: 18px;
    background: url(../images/jt_3.gif) no-repeat 3px center
}

/*箭头3*/

/*******************公共通用_结束**************************/

/**************公共顶部_开始************************/
#myHeader {
    background-color: #B7DEF1;
    background-image: url('../images/logo_bg_new.png');
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 1210px;
}

#myHeader > .topLogo {
    width: 1210px;
    height: 140px;
    margin: 0 auto;
    background-image: url('../images/logo.png');
    background-position: 0px 16px;
    background-repeat: no-repeat;
}

#myHeader .topLink {
    position: relative;
    vertical-align: bottom;
    border: 0px blue solid;
    text-align: center;
    max-width: 400px;
    float: right
}

#myHeader .logoLink {
    display: block;
    width: 678px;
    height: 90px;
    float: left;
    margin-top: 5px;
}

.rongyu {
    display: block;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    font-size: 14px;
    color: #BF3030;
    line-height: 18px;
    letter-spacing: -1px;
    padding-top: 8px;
}

/**************公共顶部_结束************************/

/**************公共菜单_开始************************/
#menu-gzgs {
    margin-top: 0px;
    min-width: 1210px;
    width: 100%;
    background-color: #0062AD;
    border-color: #0062AD;
    border-bottom: #0062AD 0px solid;
    -moz-box-shadow: 0 0 2px #333333;
    -webkit-box-shadow: 0 0 2px #333333;
    box-shadow: 0px 1px 2px #333333;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    clear: both;
}

.navbar-gzgs {
    background-color: #0062AD;
    max-width: 1220px;
    margin: 0 auto;
    border-width: 0px;
    border-radius: 0px;
    clear: both;
}

.navbar-gzgs .navbar-brand {
    color: #ddd;
}

.navbar-gzgs .navbar-brand:hover, .navbar-gzgs .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-gzgs .navbar-text {
    color: #ddd;
}

.navbar-gzgs .navbar-nav > li.nav-heading {
    margin-top: -6px;
    color: #ffffff;
    background-color: #1251b6;
}

.navbar-gzgs .navbar-nav > li {
    padding: 0px 0px;
}

.navbar-gzgs .navbar-nav > li > a {
    color: #ffffff;
    font-size: 17px;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    padding-top: 15px;
    padding-bottom: 16px;
    padding-left: 18px;
    padding-right: 18px;
}

.navbar-gzgs .navbar-nav > li > a:hover, .navbar-gzgs .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #BF3333;
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.navbar-gzgs .navbar-nav > .active > a, .navbar-gzgs .navbar-nav > .active > a:hover, .navbar-gzgs .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #BF3333;
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.navbar-gzgs .navbar-nav > .disabled > a, .navbar-gzgs .navbar-nav > .disabled > a:hover, .navbar-gzgs .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-gzgs .navbar-toggle {
    border-color: #0062AD;
}

.navbar-gzgs .navbar-toggle:hover, .navbar-gzgs .navbar-toggle:focus {
    background-color: #2A74EA;
}

.navbar-gzgs .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-gzgs .navbar-collapse, .navbar-gzgs .navbar-form {
    border-color: #2A74EA;
}

.navbar-gzgs .navbar-nav > .open > a, .navbar-gzgs .navbar-nav > .open > a:hover, .navbar-gzgs .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #BF3333;
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.navbar-gzgs .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-gzgs .navbar-nav > .dropdown > a .caret {
    border-top-color: #ddd;
    border-bottom-color: #ddd;
}

.navbar-gzgs .navbar-nav > .open > a .caret, .navbar-gzgs .navbar-nav > .open > a:hover .caret, .navbar-gzgs .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-gzgs .navbar-nav .open .dropdown-menu > .active > a, .navbar-gzgs .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-gzgs .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #BF3333;
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.navbar-gzgs .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-gzgs .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-gzgs .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-gzgs .navbar-link {
    color: #ddd;
}

.navbar-gzgs .navbar-link:hover {
    color: #ffffff;
}

.dropdown-menu > li > a {
    font-size: 16px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #E8F2FE;
    color: #0062AD;
}

.my-dropdown-menu {
    min-width: 180px !important;
}

#leftMenuUl1 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 23px;
    font-family: "Microsoft YaHei";
    padding-left: 15px;
}

#leftMenuUl1 i {
    font-size: 22px;
    width: 28px;
}

.leftMenuUl2 {
    padding-top: 10px;
    padding-bottom: 15px;
}

#leftMenuUl3 > li > a {
    font-size: 14px;
    font-style: italic;
}

/**************公共菜单_结束************************/

/**************首页轮播_开始************************/
#mySlide {
    background-color: #F8F8F8;
    min-width: 1210px;
    max-width: 1920px;
    margin: 0 auto;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0px;
    left: 15%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    font: normal 22px/15px '微软雅黑';
    color: #fff;
}

.carousel-caption a {
    font-size: 14px;
    color: #ffffff;
}

.carousel-caption a:HOVER {
    color: red;
    text-decoration: none;
}

.carousel-indicators {
    bottom: 0px;
}

/**************首页轮播_结束************************/

/**************首页主题内容_开始************************/
#mycontent {
    width: 100%;
    min-width: 1210px;
    margin: 20px 0px;
}

.mid-box {
    min-width: 1210px;
    width: 1210px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mid-box > .left-box {
    width: 540px;
    height: 320px;
    padding: 2px;
    border: 1px #ccc solid;
}

.mid-box > .right-box {
    width: 635px;
    height: 365px;
}


.redian {
    width: 100%;
}

.redian .r-wrap {
    max-width: 1210px;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
    border: 0px red solid;
    overflow: hidden;
}

.redian .r-wrap .news-1 {
    float: left;
    border: 0px red solid;
    width: 780px;
}

.news-1 .tab-nav {
    overflow: hidden;
    border-bottom: 2px solid #dedfe2;
    margin: 0px;
    padding: 0px;
    padding-top: 12px; /*background-color:#F8F8F8;*/
}

.news-1 .tab-nav li {
    font-weight: bold;
    cursor: pointer;
    float: left;
    display: inline-block;
    margin: 0px 10px 10px 0;
    color: #808080;
    font-size: 20px;
    width: 140px;
    padding-left: 5px;
}

.news-1 .tab-nav li > i {
    font-size: 20px;
}

.news-1 .tab-nav .hover {
    color: #0062AD;
}

.news-1 .tab-box {
    margin-top: 10px;
}

.news-1 .tab-box p {
    font-size: 16px;
    line-height: 23px;
    margin: 0px;
    padding: 0px;
}

.news-1 .tab-box p i {
    float: left;
    font-style: normal;
    margin-right: 13px;
}

.xian {
    height: 2px;
    width: 120px;
    background: #0062AD;
    position: relative;
    left: 45px;
    margin-top: -2px;
}

.none {
    display: none;
}


/************************首页新闻轮播_开始******************************/
.redian .r-wrap .stock {
    float: left;
    width: 365px;
    padding: 2px;
    border: 1px #ccc solid;
    margin-top: 20px;
}

#myNiceCarousel img {
    width: 100%;
    height: 314px;
    object-fit: cover;
}

.r-wrap .stock h1 {
    color: #595d6f;
    font-size: 13px;
}

.r-wrap .stock .stock-num {
    height: 55px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 18px;
}

.r-wrap .stock .stock-num h2 {
    float: left;
    color: #e62b1e;
    font-size: 55px;
    font-family: dincond-medium-webfont;
}

.r-wrap .stock .stock-num h3 {
    float: left;
    font-size: 25px;
    color: #e62b1e;
    font-family: dincond-medium-webfont;
    position: absolute;
    left: 118px;
    top: 27px;
}

.r-wrap .stock .stock-num .stock-bt {
    width: 17px;
    height: 13px;
    background-size: 100%;
    display: inline-block;
    float: left;
    position: absolute;
    bottom: 6px;
}

.r-wrap .stock p {
    color: #aaacb5;
    font-size: 12px;
}

/************************首页新闻轮播_结束******************************/

/*********** 新闻列表_开始 ***********/
#pic_lb {
    /*float: right;*/
}

#pic_lb ul {
    padding: 0px;
    min-height: 320px;
}

#pic_lb .pic_lb_bt {
    width: 100%;
    height: 34px;
    border-bottom: solid 1px #0a3f89;
    margin-bottom: 10px;
}

#pic_lb .pic_lb_bt h3 {
    margin: 0px;
    padding: 0px;
    border-bottom: solid 2px #0a3f89;
    height: 32px;
    color: #0a3f89;
    font: 20px/32px "微软雅黑";
    text-align: center;
    float: left;
}

#pic_lb .pic_lb_bt a {
    margin: 0px;
    padding: 0px;
    width: 74px;
    height: 23px;
    color: #fff;
    font: 14px/23px "微软雅黑";
    float: right;
    margin: 6px 6px 0px 0px;
    background: #0a3f89;
    text-align: center;
    display: block;
    -webkit-border-radius: 20px; /*适配以webkit为核心的浏览器(chrome、safari等)*/
    -moz-border-radius: 20px; /*适配firefox浏览器*/
    -ms-border-radius: 20px; /*适配IE浏览器*/
    -o-border-radius: 20px; /*适配opera浏览器*/
    border-radius: 20px; /*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/
}

#pic_lb .pic_lb_bt a:hover {
    background: #1958b0;
}

#pic_lb ul li {
    height: 74px;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    margin-bottom: 2px;
    list-style: none;
}

#pic_lb ul li a {
    float: left;
    display: block;
    width: 540px;
}

#pic_lb ul li a h3 {
    margin: 0px;
    padding: 0px;
    margin-left: 14px;
    height: 30px;
    overflow: hidden;
    float: left;
    color: #272727;
    font: 16px/30px "微软雅黑";
    width: 100%;
}

#pic_lb ul li a p {
    margin-left: 14px;
    height: 36px;
    overflow: hidden;
    float: left;
    color: #a4a4a4;
    font: 12px/18px "微软雅黑";
}

#pic_lb ul li h4 {
    margin: 0px;
    padding: 0px;
    width: 78px;
    height: 73px;
    padding-top: 6px;
    float: right;
    display: block;
    color: #0062AD;
    font: 30px/36px "微软雅黑";
    text-align: center;
}

#pic_lb ul li h4 span {
    width: 78px;
    height: 24px;
    display: block;
    color: #0062AD;
    font: 13px/24px "微软雅黑";
}

#pic_lb ul li:hover {
    background: #f8f8f8;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

#pic_lb ul li:hover h4 {
    background: #eaf3fb;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.subBanner {
    height: 130px;
    margin: 0px;
    padding: 0px;
}

/*********** 新闻列表_结束 ***********/

/**************首页主题内容_结束************************/
.nav-box ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.artShowTitle {
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    margin: 10px 0px;
    color: #3D3A3A;
    font-weight: bold;
}

/**************通用底部_开始************************/
.fl {
    float: left;
}

.fr {
    float: right;
}

#footer {
    width: 100%;
    background-color: #0062AD;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    clear: both;
}

#footer .row {
    width: 1120px;
    margin: 0 auto;
    padding: 40px 0px 30px 0px;
}

#footer .cont {
    max-width: 1120px;
    margin: 0 auto;
    padding: 30px 0px;
    border: 1px red solid;
}

#footer .anq {
    border-right: 1px #fff solid;
    padding-right: 20px;
}

#footer ul {
    width: 100%;
}

#footer ul li {
    list-style: none;
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    text-align: left;
}

#footer a {
    color: #ffffff;
}

#footer a:hover {
    color: red;
}


/**************通用底部_结束************************/

.tlist {
    margin-top: 8px;
}

.tlist li {
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px 5px;
    border-bottom: 1px #E6E2D9 dashed;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
}

.tlist li a {
    font: normal 16px/30px '微软雅黑';
    color: #4e4e4e;
    text-decoration: none;
    display: inline-block;
    width: calc(100% - 100px);
}

.tlist li a:HOVER {
    color: red;
}

.tlist .time {
    font-size: 14px;
    font-family: Arial;
    color: #999;
    float: right;
}

.indexList {
    margin-top: 5px;
    padding-left: 0px;
}

.indexList li {
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 14px;
    border-bottom: 0px #E6E2D9 dashed;
}

.datetime {
    float: right;
    color: #999;
    font: normal 16px/30px '微软雅黑';
}

.panel-my {
    border-color: #289CD8;
}

.panel-my .nav-primary li {
    font: 15px "Microsoft Yahei", "微软雅黑", sans-serif;
}

#panel-myheading {
    background-color: #289CD8;
    color: #fff;
    height: 40px;
    line-height: 22px;
    font: 16px "Microsoft Yahei", "微软雅黑", sans-serif;
}

.bread-gzgs li {
    font: 15px "Microsoft Yahei", "微软雅黑", sans-serif;
}

.searchCont {
    color: #6D6C71;
}

/*****************************二级页面开始*****************************************/
.main_container {
    width: 100%;
    margin: 0 auto;
    background: url('../images/bodybg-2.jpg') repeat-x left top #ffffff;
}

#artCont {
    margin: 2px auto;
    border: 1px #ccc solid;
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #E0E2E4;
    max-width: 1210px;
}

#indexCont {
    overflow: hidden;
}

#indexCont .menu {
    float: left;
    width: 280px;
    background-color: #F1F1F1;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    margin-bottom: -100000px;
    padding-bottom: 100000px;
}

#indexCont .menu > .nav > li > .nav {
    background-color: #FBFBFB;
}

#indexCont .menu > ul > li > a:hover {
    color: red;
}

.listRight {
    float: right;
    width: 900px;
    min-height: 550px;
    border: 0px red solid;
    padding-top: 15px;
}

#indexCont {
    max-width: 1210px;
    margin: 0 auto;
    border: 0px red solid;
    background-color: #fff;
    -moz-box-shadow: 0 0 4px #9EACAF;
    -webkit-box-shadow: 0 0 4px #9EACAF;
    box-shadow: 0 0 4px #9EACAF;
    padding: 0px 10px 0px 0px;
    clear: both;
}

.singlePageRight {
    float: right;
    width: 900px;
    border: 0px red solid;
    padding-top: 15px;
}

.contactMap {
    width: 780px;
    height: 415px
}

.searchPageBtn {
    width: 90%;
    padding-left: 10%;
}

/*****************************二级页面结束*****************************************/


.jobtitle {
    background-color: #ebf2f9;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0px 20px;
}

.jobtitleRight {
    float: right;
}

.jobtitleInfo {
    margin-top: 15px;
    text-align: center;
}

.jobtitleInfo span {
    font-weight: bold;
    margin-right: 5px;
    line-height: 25px;
}

.tree-menu li.active > a {
    background-color: #0062AD;
    border-color: #0062AD;
}

.tree-menu li.active > a:hover {
    color: #fff;
}

.tree-menu li {
    font-size: 16px;
}

.panel-my .nav-primary li {
    width: 100%;
}

.panel-my .nav-primary li:first-child {
    width: 100%;
}

.menu > .nav > li + li {
    margin-top: -1px;
}

#curPosMenu {
    color: #77161B;
    font-weight: bold;
}

/*****************************首页图标链接_开始*********************************************************/
.mhxx_w {
    width: 100%;
    min-height: 250px;
    padding-top: 20px;
    background-color: #E8F2FE;
}

.mhxx {
    max-width: 1120px;
    margin: 0 auto;
}

.mhxx ul {
    height: 122px;
    padding-top: 15px;
}

.mhxx ul li {
    list-style: none;
}

.mhxx ul li a {
    width: 180px;
    height: 122px;
    display: block;
    text-align: center;
    float: left;
}

.mhxx ul li a p {
    width: 72px;
    height: 72px;
    display: block;
    font: 13px/16px "微软雅黑";
    color: #4f4e4e;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -webkit-border-radius: 200px; /*适配以webkit为核心的浏览器(chrome、safari等)*/
    -moz-border-radius: 200px; /*适配firefox浏览器*/
    -ms-border-radius: 200px; /*适配IE浏览器*/
    -o-border-radius: 200px; /*适配opera浏览器*/
    border-radius: 200px; /*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/
}

.mhxx ul li a span {
    width: 180px;
    height: 32px;
    display: block;
    margin-top: 8px;
    font: 18px/22px "微软雅黑";
    color: #4f4f4f;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx ul li a:hover span {
    color: #0062AD;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx ul li .mhxx_ico01 p {
    border: solid 8px #fff;
    background: #fff url(../images/mhxx_ico01.png) no-repeat center;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx ul li .mhxx_ico01:hover p {
    border: solid 8px #cce2f2;
    background: #0062AD url(../images/mhxx_ico01_hover.png) no-repeat center;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx ul li .mhxx_ico02 p {
    border: solid 8px #fff;
    background: #fff url(../images/mhxx_ico02.png) no-repeat center;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx ul li .mhxx_ico02:hover p {
    border: solid 8px #cce2f2;
    background: #0062AD url(../images/mhxx_ico02_hover.png) no-repeat center;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx ul li .mhxx_ico03 p {
    border: solid 8px #fff;
    background: #fff url(../images/mhxx_ico03.png) no-repeat center;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx ul li .mhxx_ico03:hover p {
    border: solid 8px #cce2f2;
    background: #0062AD url(../images/mhxx_ico03_hover.png) no-repeat center;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx ul li .mhxx_ico04 p {
    border: solid 8px #fff;
    background: #fff url(../images/mhxx_ico04.png) no-repeat center;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx ul li .mhxx_ico04:hover p {
    border: solid 8px #cce2f2;
    background: #0062AD url(../images/mhxx_ico04_hover.png) no-repeat center;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx ul li .mhxx_ico05 p {
    border: solid 8px #fff;
    background: #fff url(../images/mhxx_ico05.png) no-repeat center;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx ul li .mhxx_ico05:hover p {
    border: solid 8px #cce2f2;
    background: #0062AD url(../images/mhxx_ico05_hover.png) no-repeat center;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx ul li .mhxx_ico06 p {
    border: solid 8px #fff;
    background: #fff url(../images/mhxx_ico06.png) no-repeat center;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx ul li .mhxx_ico06:hover p {
    border: solid 8px #cce2f2;
    background: #0062AD url(../images/mhxx_ico06_hover.png) no-repeat center;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx ul li .mhxx_ico07 p {
    border: solid 8px #fff;
    background: #fff url(../images/mhxx_ico07.png) no-repeat center;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx ul li .mhxx_ico07:hover p {
    border: solid 8px #cce2f2;
    background: #0062AD url(../images/mhxx_ico07_hover.png) no-repeat center;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx .mhxx_more a {
    width: 43px;
    height: 120px;
    float: right;
    display: block;
    background: url(../images/mhxx_more.png) no-repeat center;
    border: solid 1px #cfd9e6;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

.mhxx .mhxx_more a:hover {
    background: #ecf2fa url(../images/mhxx_more.png) no-repeat center 46px;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
}

/*--------快速通道----- */
.page-header-my {
    border: none;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.page-header-my span {
    background-color: #E8F2FE;
    position: relative;
    z-index: 3;
    padding: 0 15px;
    color: #0062AD;
    font-size: 20px;
}

.page-header-my:before {
    content: "";
    border-bottom: solid 1px #DEDFE2;
    display: block;
    top: 10px;
    position: relative;
    z-index: 0;
}

.page-header-my:after {
    top: 10px;
    right: -50px;
}

/*****************************首页图标链接_结束*********************************************************/

/******分页样式*******/
.pageNav {
    float: none;
    clear: both;
    font-size: 0px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 18px 0px;
    text-align: center
}

.pageNav span, .pageNav a, .pageNav b {
    font-size: 14px;
    margin-right: 5px;
    overflow: hidden;
    padding: 3px 8px
}

.pageNav a {
    border: 1px solid #CCDBE4;
    cursor: pointer
}

.pageNav b {
    color: #000
}

.pageNav .mor {
    padding: 3px;
    font-weight: bold
}

.pageNav .na {
    color: #DBE1E6
}


.card .card-heading {
    text-align: center;
}

#footer .row .col-xs-12 {
    text-align: right;
}

#noteStyle {
    float: right;
    width: 410px;
}

#mymain .history-date ul li dl dt span p span {
    display: inline;
}

/**********************首页移动浏览适应_开始***********************************/
@media ( max-width: 767px) {
    body {
        min-width: auto;
    }

    #mySlide {
        min-width: auto;
        max-width: 100%;
    }

    #myHeader {
        min-width: auto;
        background-position: left top;
    }

    #mycontent {
        min-width: auto;
    }

    #myHeader > .topLogo {
        width: auto;
        height: auto;
    }

    #menu-gzgs {
        min-width: auto;
    }

    .rongyu {
        display: none;
    }

    #mySlide {
        min-width: auto;
        max-width: 100%;
    }

    /*history*/
    #mymain .history {
        background-image: none;
    }

    #mymain .history-date ul li {
        background-position: 5px 0;
    }

    #mymain .history-date ul li h3 {
        width: 58px;
    }

    #mymain .history-date ul li dl {
        width: auto;
    }

    #mymain .history-date ul li dl dt span p span {
        display: inline;
    }

    #footer .row .col-xs-12 {
        text-align: center;
    }

    #myHeader .logoLink {
        width: 320px;
        height: 50px;
        margin-top: 10px;
    }

    #indexCont {
        padding: 0px 2px 0px 2px;
    }

    #footer ul li {
        font-size: 14px;
        line-height: 20px;
    }

    #footer .row {
        width: 100%;
        padding: 10px 0px 60px 0px;
    }

    .mhxx_w {
        height: auto;
        text-align: center;
        margin: 0 auto;
    }

    .mhxx_w .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mhxx ul {
        height: auto;
    }

    .mhxx ul li a {
        width: 115px;
    }

    .mhxx ul li a span {
        width: 115px;
    }

    .mhxx .form-control {
        margin-bottom: 10px;
    }

    #noteStyle {
        width: 100%;
        padding-left: 10px;
    }

    .contactMap {
        width: 100%;
    }

    .singlePageRight {
        width: 100%;
        float: left;
    }

    .tlist li {
        white-space: normal;
    }

    #indexCont .menu {
        width: 100%;
        float: right;
        min-height: auto;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .listRight {
        width: 100%;
        height: auto;
    }

    .main_container {
        width: auto;
    }

    #pic_lb {
        height: auto;
        width: 100%;
    }

    #pic_lb ul {
        height: auto;
        width: 100%;
        min-height: 150px;
    }

    #pic_lb ul li {
        margin-bottom: 0px;
    }

    #pic_lb ul li a {
        width: calc(100% - 85px);
    }

    #pic_lb ul li a h3 {
        height: auto;
        line-height: 20px;
    }

    #pic_lb ul li a p {
        /*display: none;*/
    }

    .redian .r-wrap .news-1 {
        margin-left: 5px;
        margin-right: 5px;
        width: 580px;
    }

    #pic_lb {
        width: 100%;
        float: none;
    }

    #myNiceCarousel img {
        max-height: 220px;
        overflow: hidden;
        width: 100%;
    }

    .redian .r-wrap .stock {
        width: 100%;
        float: none;
    }

    .redian .r-wrap .news-1 {
        width: auto;
        float: none;
    }

    #myHeader .topLink {
        display: none;
    }

    #myHeader .topLogo {
        height: 70px;
        background-image: url('../images/logo_s.png');
        background-position: 0px 12px;
    }

    .navbar-gzgs .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #10479f;
    }

    .navbar-gzgs .navbar-nav .open .dropdown-menu > li > a {
        color: #ddd;
    }

    .navbar-gzgs .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-gzgs .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: #1868e8;
        background-color: rgba(255, 255, 255, 0.2);
        text-decoration: none;
        -webkit-transition: background-color 0.3s ease 0s;
        -moz-transition: background-color 0.3s ease 0s;
        -o-transition: background-color 0.3s ease 0s;
        -ms-transition: background-color 0.3s ease 0s;
        transition: background-color 0.3s ease 0s;
    }

    .artShowTitle {
        height: auto;
    }

    .mid-box {
        width: 100%;
        min-width: auto;
        flex-wrap: wrap;
    }

    .mid-box > .left-box {
        width: 100%;
        height: auto;
    }

    .mid-box > .right-box {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .xian {
        display: none;
    }

    .news-1 .tab-nav li {
        font-size: 16px;
        font-weight: normal;
        width: auto;
    }

    .news-1 .tab-nav li > i {
        font-size: 16px;
    }

    .tlist li a {
        width: calc(100% - 60px);
    }

    .news-1 .tab-nav {
        border-bottom: 1px solid #dedfe2;
    }
}

/**********************首页移动浏览适应_结束***********************************/

#zzlcmsTable td {
    border-bottom: 1px dashed #ecebeb;
    font-size: 16px;
    line-height: 25px;
}
