﻿html{
 /* -webkit-filter: grayscale(100%); */
 /* -moz-filter: grayscale(100%);*/
 /* -ms-filter: grayscale(100%);*/
 /* -o-filter: grayscale(100%);*/
 /* filter: grayscale(100%); */
 /*filter: gray;*/
}
body{overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
    color: #040404
}
table,td,th{
    border-spacing:0;
    border-collapse: collapse
}
fieldset,img,input,button {
    border: 0;
    outline: none;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;}
img{    vertical-align: middle;}
.mt60{margin-top: 60px !important;}
.blank40{height:30px;clear:both}
.fl{float:left}
.fr{float:right}
/* Custom CSS
 * --------------------------------------- */
body{
    background-position: 0 center;
    font-family: "Microsoft YaHei",arial,helvetica;
    background: url(/material/img/bgtt.jpg) no-repeat;
    /* background: url(/material/img/gcdclaooznbg.jpg) no-repeat; */
    /* background: url(/material/img/20dbj.jpg) no-repeat; */
    background-size: 100%;
    color: #000;
    font-size:14px;
}

/* ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨ */
.head{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    /* padding: 160px 0 18px 0; */
    padding: 18px 0;
}
.head .head_search{
    overflow: hidden;
    margin-top: 40px; 
}
.head .head_search input{
    float: left;
    height: 30px;
    line-height: 30px;
    width: 180px;
    text-indent: 5px;
    /* background: #ebebec; */
    border: 1px solid #eee;
    background: -webkit-linear-gradient(#ebebec, #fff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ebebec, #fff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ebebec, #fff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#ebebec, #fff); /* ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ¥Ã¢â‚¬Â¡Ã¢â‚¬Â ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¨Ã‚Â¯Ã‚Â­ÃƒÂ¦Ã‚Â³Ã¢â‚¬Â¢ */
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.head .head_search button{
    float: left;
    width: 50px;
    height: 32px;
    background: #147be2;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.head .head_search button::after{
    content: '';
    width: 20px;
    height: 30px;
    background: url(/material/img/se.png) no-repeat;
    position: absolute;
    top: 2px;
    left: 13px;
}

#Content1{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
/* ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª */
.nav{
    height: 55px;
    width: 100%;
    background: #028CD8;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.nav .nav_radius{
    border-top-left-radius: 15px;
}
.nav>ul>li{
    float: left;
    line-height: 55px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.nav ul li:hover{
    background: #f29215;
}
.nav ul li a{
    color: #fff;
}
.nav ul li.active{
    background: #f29215;
}
.nav>ul>li ul{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}
.nav>ul>li ul li {
    background: #028CD8;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}


.notice{
    background: #eee;
    overflow: hidden;
}
.notice_p{
    float: left;
    height: 40px;
    line-height: 45px;
    margin-right: 20px;
    font-weight: bold;
    padding-left: 60px;
    position: relative;
}
.notice_p::before{
    content: '';
    width: 25px;
    height: 25px;
    background: url(/material/img/laba.png) no-repeat;
    position: absolute;
    top: 13px;
    left: 27px;
}
.notice ul {
    float: left;
    width: 1100px;
    height: 40px;
    line-height: 45px;
}
.notice ul li {
    float: left;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
    margin-right: 30px;
}
.notice ul li::before{
    content: '';
    width: 4px;
    height: 4px;
    background: #147be2;
    position: absolute;
    top: 22px;
    left: 0px;
}

/* ÃƒÂ§Ã¢â‚¬Â°Ã‹â€ ÃƒÂ¥Ã‚Â¿Ã†â€™ */
#Content2{
    background: #fff;
    padding: 10px 20px;
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
}
.sy{
    width: 825px;
}
.sz{
    width: 310px;
}
.sy .headlines{
    padding: 5px 0 20px;
}
.sy .headlines p{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.sy .headlines ul{
    overflow: hidden;
    width: 620px;
    margin: 0 auto;
}
.sy .headlines ul li{
    width: 280px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.sy .headlines ul li a{
    color: #828282;
}
/* ÃƒÂ§Ã¢â‚¬Å¾Ã‚Â¦ÃƒÂ§Ã¢â‚¬Å¡Ã‚Â¹ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ */
.sliod{
    width: 420px;
}

.dtnews{
    width: 420px;
    border: 1px solid #ccc;
}
.dtnews .dtnews_tab{
    height: 40px;
    line-height: 40px;
    background: #f4f3f3;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.dtnews .dtnews_tab li,
.dtnews2 .dtnews_tab2 li{
    float: left;
    font-size: 18px;
    padding: 0 10px;
    margin-left: 10px;
}
.dtnews .dtnews_tab li a,
.dtnews2 .dtnews_tab2 li a{
    color: #6b6b6b;
}
.dtnews .dtnews_tab li.active,
.dtnews2 .dtnews_tab2 li.active{
    font-weight: bold;
    border-top: 2px solid #147be2;
}
.dtnews .dtnews_tab li.active a,
.dtnews2 .dtnews_tab2 li.active a,
.dtnews2 .dtnews_tab2 li.active span{
    color: #147be2;
}
ul.dtnews_list,
ul.dtnews_list2 {
    display: none;
    padding: 5px 10px 5px 0px;
}
ul.dtnews_list2{
    padding-right:0;
}
ul.dtnews_list li,
ul.dtnews_list2 li {
    padding: 7px 0 7px 20px;
    overflow: hidden;
    position: relative;
}
ul.dtnews_list li::before,
ul.dtnews_list2 li::before{
    content: '';
    width: 3px;
    height: 3px;
    background: #f29215;
    position: absolute;
    top: 17px;
    left: 10px;
}
ul.dtnews_list li a,
ul.dtnews_list2 li a{
    float: left;
    width: 270px;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
ul.dtnews_list li span,
ul.dtnews_list2 li span{
    float: right;
    color: #bdbdbd;
    font-size: 14px;
}

/* ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ÃƒÂ¦Ã…Â Ã‚Â¥ÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ©Ã¢â‚¬â€Ã‚Â» */
.sliod2{
    width: 390px;
}
.dtnews2{
    width: 390px;
}
.dtnews2 .dtnews_tab2{
    height: 40px;
    line-height: 40px;
    background: #f4f3f3;
    border: 1px solid #ccc;
    overflow: hidden;
}
.dtnews2 .dtnews_list2_more::before{
    content: '';
    width: 0;
}
.dtnews2 .dtnews_list2_more a{
    display: block;
    width: 290px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eeeeee;
    color: #878787;
    font-size: 18px;
    border-radius: 31px;
    margin: 15px 30px; 
}
/* ÃƒÂ¦Ã‚Â°Ã¢â‚¬ÂÃƒÂ¨Ã‚Â±Ã‚Â¡ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Å“ÃƒÂ©Ã‚Â¢Ã‹Å“ */
.zt_tit{
    width: 390px;
    position: relative;
}
.zt_tit span{
    font-size: 18px;
    font-weight: bold;
    color: #147be2;
    padding-left: 15px;
}
.zt_tit::before{
    content: '';
    width: 3px;
    height: 20px;
    background: #147be2;
    position: absolute;
    top:2px;
    left: 0;
}
.zt_tit::after{
    content: '';
    width: 280px;
    border-bottom: 1px solid #eee;
    position: absolute;
    top: 10px;
    right: 0;
}
.zt ul{
    overflow: hidden;
    margin-top: 20px;
}
/* .zt ul li img{
    width: 190px;
    height: 125px;
    border:1px solid #eee;
} */
.swiper-wrapper img{
    height: 148px;
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

/* ÃƒÂ¦Ã‚Â°Ã¢â‚¬ÂÃƒÂ¨Ã‚Â±Ã‚Â¡ÃƒÂ©Ã‚Â¢Ã¢â‚¬Å¾ÃƒÂ¨Ã‚Â­Ã‚Â¦ */
.warn{
    width: 300px;
    height: 150px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    background: #f9f9f9;
}
.warn_text{
    height: 100%;
    position: relative;
}
.warn_text iframe{
    position: absolute;
    top: 30px;
    left: -20px;
}
.warn_data{
    width: 238px;
    margin: auto;
    height: 137px;
    overflow: hidden;
    position: relative;
}
.warn .warn_tit,
.infd .infd_tit,
.bmgkl .bmgkl_tit{
    height: 40px;
    border-bottom: 1px solid #eee;
    border-top: 2px solid #147be2;
    line-height: 40px;
    color: #fff;
}
.warn .warn_tit span,
.infd .infd_tit span,
.bmgkl .bmgkl_tit span{
    display: block;
    height: 40px;
    background: url(/material/img/titbg.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 20px;
    padding-right: 60px;
    float: left;
} 
.warn_tit a {
    float: right;
    margin-right: 10px;
}
.infd ul{
    overflow: hidden;
}
.infd ul li{
    width: 33%;
    float: left;
}
.infd ul li img{
    width: 50px;
    display: block;
    margin: auto;
}
.infd ul li span{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 9px;
}

/* ÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ÃƒÂ©Ã¢â‚¬Å“Ã‚Â¾ÃƒÂ¦Ã…Â½Ã‚Â¥ */
.mainLink {
    width: 100%;
    background: #e5e5e5;
    margin-top: 30px;
}
.link {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 1160px;
    height: auto;
    margin: 0 auto;
}
.link div {
    width: 100%;
    background: #f5f5f5;
    height: 47px;
    float: left;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 71px;
    letter-spacing: 1px;
    color: #118cd9;
}
.container_b {
    margin-top: 10px;
}

.container_b .btn {
    float: left;
    width: 386px;
    height: 47px;
    border-right: 1px solid #e0e0e0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 47px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.container_b .gdsrmzf {
    text-align: center;
    line-height: 46px;
    border: none;
    background: #f5f5f5;
}
.container_b .gdsrmzf em {
    display: inline-block;
    width: 22px;
    height: 23px;
    background: url(/material/img/guohui.png);
    vertical-align: middle;
}
.container_b .gdsrmzf span {
    color: red;
    padding-left: 10px;
}
.link div span {
    vertical-align: middle;
}
.container_b .dsqxj em {
    display: inline-block;
    width: 9px;
    height: 16px;
    position: absolute;
    top: 17px;
    right: 120px;
    background: url(/material/img/yq_icon.png) -39px -10px no-repeat;
}
.container_b .zyxwz em {
    display: inline-block;
    width: 9px;
    height: 16px;
    position: absolute;
    top: 17px;
    right: 120px;
    background: url(/material/img/yq_icon.png) -39px -10px no-repeat;
}
.container_b .dsqxj span,.container_b .zyxwz span {
    color: #333;
}
.boxs_link {
    width: 100%;
    height: auto !important;
    text-align: center;
}
.boxs_link ul li {
    display: block;
    width: 250px;
    float: left;
    line-height: 28px;
    font-size: 13px;
}
.boxs_link ul li a {
    display: block;
}
.exchange_em {
    background: url(/material/img/yq_icon.png) -10px -10px no-repeat!important;
}

/* ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚Â»Ã‚Â´ÃƒÂ§Ã‚Â Ã‚Â */
.left-nav {
    width: 80px;
    position: absolute;
    right: -100px;
    top: 100px;
    z-index: 99;
    text-align: center;
}
.left-nav ul li {
    width: 80px;
    height: 80px;
    border-bottom: 1px #fff solid;
    background: rgba(64,144,212,0.8);
    line-height: 220%;
    position: relative;
}
.left-nav ul li a {
    color: #fff;
    font-size: 16px;
}
.left-nav ul li img {
    display: block;
    width: 32px;
    margin: auto;
    padding-top: 20px;
}
.left-nav .xf_show {
    display: none;
    position: absolute;
    top: 0;
    left: -160px;
    width: 150px;
    height: auto;
    z-index: 100;
}
.left-nav .xf_show img {
    width: 100%;
    height: auto;
}
.left-nav ul li.close {
    background: rgba(64,144,212,1);
    height: 80px;
    cursor: pointer;
}
.left-nav1 {
    width: 20px;
    height: 40px;
    background: rgba(64,144,212,1);
    text-align: center;
    line-height: 36px;
    font-size: 32px;
    color: #fff;
    display: none;
    position: fixed;
    right: 0px;
    top: 195px;
    z-index: 99;
    cursor: pointer;
}

/* ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¨Ã¢â‚¬Å¾Ã…Â¡ */
#Footer{
    padding: 25px;
    overflow: hidden;
}
.footin{
    width: 770px;
    margin: 0 auto;
    overflow: hidden;
}
.cavil {
    margin-top: 10px;
    margin-right: 15px;
}
.fotxx.fl p a {
    display: inline-block;
    margin: 0 10px 5px;
}
.fotxx{
    text-align: center;
}
.por{
    margin-top: 15px;
    margin-left: 25px;
}
.fotxx p {
    font-size: 14px;
    line-height: 1.6;
    color: #5e5e5e;
}



/* ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ©Ã‚Â¡Ã‚Âµ */
.erNav img {
    display: inline;
    width: 240px;
    margin-top: 20px;
}
.erNav{
    width: 240px;
}
.erNav p{
    height: 40px;
    line-height: 40px;
    background: #147be2;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.erNav ul li{
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: #f9fcff;
}
.erNav ul li:hover{
    background: #ddeaf7;
}

.erList{
    width: 890px;
    margin-bottom: 60px;
}
#path{
    padding: 5px 0;
    text-align: right;
    border-bottom: 1px solid #eee;
}
.erList #path .currentPath a{
    color: #147be2;
}
.erList #path span{
    margin-right: 5px;
}
.erList #path .pathImg{
    display: inline-block;
    width: 15px;
    height: 21px;
    position: relative;
}
.erList #path .pathImg img{
    position: absolute;
    top: 8px;
    left: 0;
}
.erList .list_list ul {
    border-bottom: 1px solid #eee;
    padding: 5px 15px 15px 20px;
}
.erList .list_list ul li,
.qxkp_txt ul li {
    list-style: square;
    color: #147be2;
    font-size: 14px;
    position: relative;
    padding-left: 5px;
    line-height: 2.2;
    font-size: 14px;
}
.erList .list_list ul li a,
.qxkp_txt ul li a {
    color: #333;
    float: left;
    width: 650px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.erList .list_list ul li span,
.qxkp_txt ul li span {
    float: right;
    color: #666666;
}
#page {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
#page a {
    border: 1px solid #eee;
    font-size: 14px;
    margin: 0 5px;
    padding: 5px 10px;
}
#page span{
    border: 1px solid #eee;
    background: #147be2;
    color: #fff;
    font-size: 14px;
    margin: 0 5px;
    padding: 5px 10px;
}

/* ÃƒÂ¦Ã‚Â°Ã¢â‚¬ÂÃƒÂ¨Ã‚Â±Ã‚Â¡ÃƒÂ§Ã‚Â§Ã¢â‚¬ËœÃƒÂ¦Ã¢â€žÂ¢Ã‚Â® */
.kbai{
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.qxkp {
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.qxkp .qxkp_tit{
    height: 40px;
    border-bottom: 1px solid #eee;
    border-top: 2px solid #147be2;
    line-height: 40px;
    color: #fff;
}
.qxkp .qxkp_tit span{
    display: block;
    height: 40px;
    background: url(/material/img/titbg.png) no-repeat;
    padding-left: 20px;
}
.qxkp_txt{
    padding: 15px;
    overflow: hidden;
}
.qxkp_txt{
    margin-left: 20px;
}
.qxkp_txt ul li{
    line-height: 2.8;
}
.qxkp_txt ul li a{
    width: 740px;
}

/*ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ§Ã‚Â»Ã¢â‚¬Â */
.erList .text_tit {
    text-align: center;
    margin-bottom: 25px;
}
.erList span#ReportIDname {
    font-size: 24px;
    display: inline-block;
    margin: 20px 0 10px;
}
.erList .text_time {
    font-size: 14px;
    color: #666;
}
.erList .text_time span {
    margin: 0 25px;
}
.erList .text_text {
    font-size: 16px;
    line-height: 1.8;
}
.erList .text_text p {
    margin-bottom: 20px;
    text-indent: 32px;
}

/* ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ©Ã¢â‚¬â€Ã‚Â¨ÃƒÂ¦Ã‚Â¦Ã¢â‚¬Å¡ÃƒÂ¥Ã¢â‚¬Â Ã‚Âµ */
.gk_l{
    width: 340px;
}
.gk_r{
    width: 780px;
}
.bmgkl{
    width: 300px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    background: #f9f9f9;
}
.bmgkl_tit a{
    font-size: 12px;
    color: #000;
    float: right;
    margin: 0 10px 0 0;
}
.gk_gk_txt{
    padding: 12px;
}
.gk_gk_txt p {
    line-height: 2;
    text-indent: 32px;
    font-size: 14px;
    text-align: left;
}
.gk_gk_txt p a {
    color: #0281e0;
}
.gk_news ul li{
    position: relative;
    font-size: 14px;
    padding: 15px 10px;
    width: 80%;
    margin: auto;
    border-bottom: 1px solid #ccc;
}
.gk_news ul li a {
    color: #000;
}
.gk_r .gk_r_tit {
    padding: 5px 0;
    border-bottom: 3px solid #0281e0;
}
.gk_r .gk_r_tit span {
    font-size: 22px;
    font-weight: bold;
    color: #0281e0;
}
.gk_r .gk_r_tit a{
    font-size: 14px;
    color: #000;
    float: right;
    margin: 5px 10px 0 0;
}
.gk_r ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.gk_r ul li img {
    float: left;
    width: 110px;
    height: 140px;
    margin-right: 20px;
}
.gk_r ul li .gk_r_text {
    float: left;
    width: 640px;
    font-size: 14px;
}
.gk_r .gk_r_text span {
    font-weight: bold;
    font-size: 18px;
}
.gk_r .gk_r_text p {
    color: #333;
    line-height: 1.6;
}

/* ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ¥Ã‚Â¼Ã¢â‚¬Â¢ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ©Ã‚Â¡Ã‚Âµ */
.guide_l{
    width: 760px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.guide_ul,.guide_ul2{
    margin:15px 0;
    width: 97%;
}
.guide_ul .guide_tit{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    background: #eee;
}
.guide_ul .guide_tit span,
.guide_ul2 .guide_tit2 span{
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #147be2;
}
.guide_ul .guide_tit a,
.guide_ul2 .guide_tit2 a{
    float: right;
    margin-right: 15px;
    color: #147be2;
}
.guide_ul ul,.guide_ul2 ul{
    padding: 5px 15px 15px 30px;
}
.guide_ul ul li,
.guide_ul2 ul li{
    list-style: square;
    color: #147be2;
    position: relative;
    padding-left: 5px;
    line-height: 2.2;
    font-size: 14px;
}
.guide_ul ul li a{
    color: #333;
    float: left;
    width: 560px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.guide_ul ul li span,
.guide_ul2 ul li span{
    float: right;
    color: #bdbdbd;
}
.guide_r{
    width: 398px;
    border-top: 1px solid #ccc;
}


.guide_ul2 .guide_tit2{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.guide_ul2 ul li a{
    color: #333;
    float: left;
    width: 290px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¬ÃƒÂ¤Ã‚Â¼Ã¢â‚¬â€ÃƒÂ¤Ã‚ÂºÃ¢â‚¬â„¢ÃƒÂ¥Ã…Â Ã‚Â¨ */
.main_hide {
    position: relative;
    padding: 8px 0px;
    width: 1144px;
}
.gzhd_content_top {
    padding-top: 10px;
    height: 370px;
}
.gzhd_form_bg {
    display: block;
    width: 100%;
    height: 34px;
    color: #147be2;
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
}
.gzhd_form_bg a {
    float: right;
    margin-right: 20px;
    font-weight: 100;
    color: #f29215;
}
.gzhd_form {
    margin-top: 10px;
    padding-top: 5px;
    font-size: 14px;
    width: 660px;
    height: 310px;
    background: url(/material/img/form_bg.png) no-repeat;
}
.form_box {
    width: 610px;
    height: 38px;
    margin: 8px auto 0;
}
#nameBox, #emailBox, #captchaBox {
    position: relative;
    width: 296px;
    height: 38px;
    background: url(/material/img/input_box2.png) no-repeat;
}
#nameBox label, #phoneBox label, #emailBox label {
    position: absolute;
    top: 10px;
    left: 12px;
}
#nameBox input, #emailBox input {
    position: absolute;
    height: 25px;
    top: 6px;
    left: 87px;
    width: 205px;
}
#phoneBox {
    position: relative;
    width: 296px;
    height: 38px;
    background: url(/material/img/input_box2.png) no-repeat;
}
#phoneBox input {
    height: 25px;
    position: absolute;
    top: 6px;
    width: 205px;
    right: 5px;
}
#phoneBox input{
    left: 90px;
}
.fi_con2 {
    height: 38px;
    line-height: 38px;
    background: #fff;
    border-radius: 10px;
}
.fi_con2 .fi_name2{
    padding-left: 25px;
    height: 38px;
    border-right: 1.5px solid #eaeaea;
    display: inline-block;
}
.fi_con2 input {
    height: 32px;
    width: 109px;
}
#problemBox {
    position: relative;
    margin: 8px auto 0;
    width: 610px;
    height: 38px;
    background: url(/material/img/input_box1.png) no-repeat;
}
#problemBox label {
    position: absolute;
    top: 10px;
    left: 12px;
}
#problemBox input {
    height: 25px;
    position: absolute;
    top: 6px;
    left: 67px;
    width: 535px;
}
#htmlContent2 {
    padding: 8px;
    display: block;
    margin: 8px auto 0;
    resize: none;
    width: 610px;
    height: 101px;
    background: url(/material/img/input_box3.png) no-repeat;
    outline: none;
    font: inherit;
    box-sizing: border-box;
}
.gzhd_form_btn {
    font-size: 16px;
    text-align: center;
    margin: 12px auto 0;
    width: 610px;
    height: 38px;
    letter-spacing: 10px;
}
.gzhd_form_btn button {
    width: 150px;
    height: 38px;
    background: url(/material/img/bd_bg_btn.png) no-repeat;
    color: #fff;
    cursor: pointer;
}

.gzhd_text {
    width: 430px;
    height: 350px;
    padding-left: 20px;
    line-height: 2;
}
.gzhd_text p {
    font-size: 18px;
    font-weight: bold;
    color: #147be2;
}
.gzhd_text span {
    display: block;
    font-size: 15px;
    color: #9c9c9c;
}

.gzhd_content_bottom {
    margin-top: 10px;
}
.gzhd_left {
    padding-top: 10px;
    width: 670px;
}
.gzhd_xjgs {
    margin-top: 12px;
    padding: 0 20px;
}
.xjgs_title {
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: solid 1px #ccc;
}
.xjgs_title span {
    color: #00b9f1;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.xjgs_title a {
    height: 26px;
    float: right;
    color: #333333;
    font-size: 12px;
    vertical-align: middle;
    line-height: 26px;
}
.xjgs_list_ul li {
    margin-bottom: 8px;
}
.xjgs_list_ul a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 410px;
}
.xjgs_list_ul li span {
    font-size: 12px;
    float: right;
    line-height: 21px;
}

.gzhd_jzxx {
    width: 430px;
    margin-top: 60px;
}
.gzhd_xx {
    width: 430px;
    height: 100px;
    background: url(/material/img/jzxx_bg.jpg) no-repeat;
    position: relative;
}
.gzhd_xx a {
    position: absolute;
    border: none;
    width: 86px;
    height: 31px;
    background: url(/material/img/wyxx.png) no-repeat;
    cursor: pointer;
    right: 60px;
    top: 30px;
}

/* ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ§Ã¢â‚¬Â°Ã‹â€ ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ©Ã¢â‚¬â€Ã‚Â¨ÃƒÂ¦Ã‚Â¦Ã¢â‚¬Å¡ÃƒÂ¥Ã¢â‚¬Â Ã‚Âµ */
/* ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ©Ã¢â‚¬â€Ã‚Â¨ÃƒÂ¦Ã‚Â¦Ã¢â‚¬Å¡ÃƒÂ¥Ã¢â‚¬Â Ã‚Âµ */
.gk_top .bmgk_top{
    width: 100%;
    margin-bottom: 20px;
}
.gk_gk_txt{
    overflow: hidden;
}
.gk_top .gk_gk_txt img{
    float: left;
    width: 276px;
    height: 160px;
}
.gk_top .gk_gk_txt p{
    float: left;
    width: 70%;
    padding: 0 30px;
}


.gk_r2{
    width: 820px;
}
.xz_tit{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    background: #f4f4f4;
    border: 1px solid #eee;
}
.xz_tit span{
    display: inline-block;
    color: #0281e0;
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
    border-top: 2px solid #0281e0;
}
.xz_tit a{
    float: right;
    font-size: 14px;
    margin-right: 20px;
}
.xz ul{
    overflow: hidden;
    padding: 20px 70px;
}
.xz ul li{
    float: left;
    padding: 3px 0;
    width: 225px;
    border: 0;
    list-style: disc;
    color: #666;
    overflow: initial;
}
.xz .xz_sx{
    float: left;
    width: 75px;
    padding: 20px 43px;
    overflow: inherit;
}
.xz ul.xz_sx li{
    float: none;
}
.xz ul li a{
    /* color: #999; */

}
.gk_news{
    overflow: hidden;
}
.gk_news li img{
    float: left;
    width: 70px;
}
.gk_r_text{
    float: left;
    padding: 12px 20px;
    line-height: 1.8;
}
.gk_r_text span{
    font-size: 16px;
    display: inline-block;
}
.gk_news ul li{
    overflow: hidden;
}

/* ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ§Ã¢â‚¬Â°Ã‹â€  */
.headd,.nav_popup,.er_nav,#foot,.text_time .docsourcename{
    display: none;
}

/* ÃƒÂ§Ã‚Â½Ã¢â‚¬ËœÃƒÂ§Ã‚Â«Ã¢â€žÂ¢ÃƒÂ¥Ã…â€œÃ‚Â°ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ */
.mapnav{
    width: 100%;
    min-height: 600px;
}
.mapnav_content{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
}
.wzdt_al {
    margin-top: 30px;
    border: solid 1px #ccc;
    padding: 15px;
    position: relative;
}
.wzdt_al p {
    position: absolute;
    width: 100px;
    height: 40px;
    line-height: 40px !important;
    background: #edf2f6;
    text-align: center;
    font-weight: bold;
    color: #118cd9;
    font-size: 18px !important;
    top: -20px;
    left: 50%;
}
.wzdt_list a {
    display: inline-block;
    width: 275px;
    text-align: center;
    height: 40px;
    line-height: 40px !important;
    margin-top: 5px;
}
div#HeaderX {
    display: none;
    height: 69px;
    margin: 0 auto;
    /* background: url(/material/img/2022xyesd.jpg) no-repeat; */
    width: 1200px;
}

#HeaderX a {
    width: 469px;
    float: right;
    height: 69px;
}
.nav-ztimg {
    display: none;
}