@charset "gb2312"; /* CSS Document */
/* html{*/
/*    -webkit-filter:grayscale(100%);*/
/*    -moz-filter:grayscale(100%);*/
/*    -ms-filter:grayscale(100%);*/
/*    -o-filter:grayscale(100%);*/
/*    filter:grayscale(100%);*/
/*    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)*/
/*}*/
body {
    font-family: "å¾?è½???é»?";
    font-size: 12px;
    color: #333333;
    background-image: url(../images/top_bg.jpg);
    background-repeat: repeat-x;
    background-position-y: 27px;
}

* {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

a {
    color: #333333;
    text-decoration: none;
   
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}

img {
    border: 0px;
    vertical-align: top;
}

#main {
    width: 1000px;
    height: auto;
    margin: 0px auto 0px auto;
}
.img_box{
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}
.img_box>img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.main {
    width: 1000px;
    height: auto;
    float: left;
}
.nav_box_top{
    width: 100%;
    overflow: hidden;
}
.top, .top01 {
    width: 100%;
    height: auto;
    float: left;
}

.nav {
    width: 1000px;
    /*float: left;*/
    margin: 0 auto;
    
}

.navbox01 {
    width: 100%;
    height: 32px;
    float: left;
}

.navbox01 ul li {
    width: 10%;
    height: 32px;
    text-align: center;
    float: left;
    display: block;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
}

.ph_a1 {
    DISPLAY: block;
    height: 32px;
    display: block;
    background-image: url(../images/menue.jpg);
    color: #ffffff !important;
    background-position: center bottom;
    width: 100%;
    background-repeat: no-repeat;
}

.ph_a2 {
    height: 32px;
    display: block;
    color: #025cb2;
    width: 100%;
}

.navbox02 {
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
}

.navbox02 ul {
    display: none;
    color: #FFFFFF
}

.navbox02 ul a {
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF
}

.navbox02 ul a:hover {
    color: #FFFF00;
}

#phta91 {
    padding-left: 0px;
}

#phta92 {
    padding-left: 20px;
}

#phta93 {
    padding-left: 150px;
}

#phta94 {
    padding-left: 200px;
}

#phta95 {
    padding-left: 250px;
}

#phta96 {
    padding-left: 350px;
}

#phta97 {
    padding-left: 500px;
}

#phta98 {
    padding-left: 550px;
}

#phta99 {
    text-align: right;
    padding-right: 100px;
}

.date {
    display: block;
    width: 300px;
    float: left;
    color: #FFFFFF;
}

.search {
    width: 300px;
    height: auto;
    float: right;
    display: block
}

.search span {
    width: 60px;
    background-image: url(../images/serch_03.jpg);
    display: block;
    background-position: center left;
    background-repeat: no-repeat;
    line-height: 32px;
    height: 32px;
    padding-left: 20px;
    float: left;
}

.search_type {
    width: 160px;
    height: 20px;
    background-color: #FFFFFF;
    float: left;
    border: none;
    margin-top: 5px;
    line-height: 20px;
    padding-left: 10px;
}

.sumbit {
    width: 40px;
    height: 18px;
    border: none;
    float: left;
    background-image: url(../images/sumbit01.jpg);
    margin-top: 6px;
    margin-left: 10px;
    background-color: #CCCCCC;
    cursor: pointer;
}

.index_box {
    width: 1000px;
    height: auto;
    padding-top: 10px;
    float: left;
}

.right {
    width: 752px;
    height: auto;
    float: left;
}

.left {
    width: 230px;
    height: auto;
    float: right;
}

.box01 {
    width: 316px;
    height: 242px;
    float: left;
    border: #e8e8e8 1px solid;
    padding: 5px;
    background-color: #e8f4f5;
    overflow: hidden;
}

.box02 {
    width: 414px;
    height: 254px;
    background-image: url(../images/pic08.jpg);
    float: left;
    background-position: top;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.title01 {
    width: 100%;
    height: 27px;
    float: left;
    line-height: 27px;
}

.title01 span {
    width: 80px;
    padding-left: 30px;
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold
}

.linkmore, .linkmore02 {
    width: 50px;
    float: right;
    text-align: right;
    font-size: 12px;
    padding-right: 10px;
}

.linkmore a {
    color: #0066CC;
}

.linkmore a:hover {
    color: #FF0000
}

.linkmore02 a {
    color: #ffffff;
}

.linkmore02 a:hover {
    color: #FFFF00
}

.box02list {
    width: 414px;
    height: auto;
    padding-top: 10px;
    float: left;
}

.box02list p {
    width: 414px;
    height: 30px;
    line-height: 30px;
    color: #FF0000;
    text-align: center;
    float: left;
    font-size: 16px;
    margin-bottom: 5px;
}

.box02list p a {
    color: #FF0000;
}

.box02list p a:hover {
    color: #3366CC;
    text-decoration: underline;
}

.box02list ul {
    padding-left: 10px;
    padding-right: 10px;
}

.box02list ul li {
    width: 394px;
    height: 25px;
    line-height: 25px;
    background-image: url(../images/type02.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    border-bottom: #e1e1e1 1px dashed;
    float: left;
}

.box02list ul li a {
    width: 284px;
    padding-left: 10px;
    float: left;
}

.box02list ul li span {
    width: 100px;
    text-align: right;
    float: left;
    color: #666666
}

.box03 {
    width: 752px;
    height: auto;
    margin-top: 10px;
    float: left;
}

.box04 {
    width: 370px;
    height: auto;
    float: left;
    margin-top: 10px;
}

.title02 {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background-image: url(../images/pic02.jpg);
    float: left;
}

.title02 span {
    width: 80px;
    padding-left: 30px;
    float: left;
    color: #0266bb;
    font-size: 14px;
    font-weight: bold
}

.box04list {
    padding: 10px;
    border: #a9cbee 1px solid;
    width: 348px;
    float: left;
    border-top: none;
    height: 180px;
}

.box04list ul li {
    width: 350px;
    height: 25px;
    line-height: 25px;
    background-image: url(../images/type02.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    border-bottom: #e1e1e1 1px dashed;
    float: left;
}

.box04list ul li a {
    width: 240px;
    padding-left: 10px;
    float: left;
}

.box04list ul li span {
    width: 100px;
    text-align: right;
    float: left;
    color: #666666
}

.box05 {
    width: 670px;
    height: auto;
    background-image: url(../images/pic03.jpg);
    margin-top: 10px;
    float: left;
    background-repeat: no-repeat;
    padding-top: 22px;
    padding-left: 62px;
    padding-right: 20px;
}

#demo {
    overflow: hidden;
    width: 100%;
    height: 116px;
    float: left;
}

#demo a {
    width: 164px;
    height: 111px;
    margin-left: 10px;
    text-align: center;
}

#demo img {
    width: 160px;
    height: 107px;
    border: #e1e1e1 1px solid;
    padding: 1px;
}

#indemo {
    float: left;
    width: 800%;
}

#demo1, #demo2 {
    float: left;
}

#demo1 a, #demo2 a {
    float: left;
    text-align: center;
    line-height: 25px;
}

.box06 {
    width: 230px;
    height: auto;
    float: left;
}

.title03 {
    width: 100%;
    height: 28px;
    background-image: url(../images/pic01.jpg);
    float: left;
    line-height: 28px;
}

.title03 span {
    width: 80px;
    padding-left: 30px;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold
}

.box06list {
    width: 208px;
    height: 114px;
    background-color: #eaf1f7;
    border: #a9cbee 1px solid;
    float: left;
    padding: 10px;
    overflow: hidden;
}

.sc {
    font-weight: bold;
    font-size: 16px;
    font-family: 'Arial Black', Gadget, sans-serif;
    color: #ff8608
}

.box07 {
    width: 230px;
    height: auto;
    float: left;
    margin-top: 10px;
    padding-bottom: 4px;
}

.box07list {
    width: 208px;
    height: auto;
    background-color: #eaf1f7;
    border: #a9cbee 1px solid;
    float: left;
    padding: 10px;
    padding-bottom: 5px;
}

.box07list img {
    margin-left: 8px;
    margin-bottom: 5px;
}

.box08 {
    width: 230px;
    height: auto;
    float: left;
    margin-top: 10px;
}

.box08list {
    width: 208px;
    height: auto;
    background-color: #eaf1f7;
    border: #a9cbee 1px solid;
    float: left;
    padding: 10px;
    height: 178px;
}

.box08list01 {
    width: 204px;
    height: 60px;
    float: left;
    border: #a9cbee 1px solid;
    padding: 1px;
    background-color: #FFFFFF;
}

.box08list ul {
    width: 208px;
    height: auto;
    margin-top: 10px;
    float: left;
}

.box08list ul li {
    width: 198px;
    height: 25px;
    line-height: 25px;
    background-image: url(../images/type02.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    border-bottom: #e1e1e1 1px dashed;
    float: left;
    padding-left: 10px;
}

.box09 {
    width: 230px;
    height: auto;
    float: left;
    margin-top: 10px;
}

.box09list {
    width: 228px;
    height: auto;
    background-color: #eaf1f7;
    border: #a9cbee 1px solid;
    float: left;
    padding-bottom: 10px;
}

.box09list ul li {
    width: 95px;
    height: 28px;
    display: block;
    text-align: center;
    line-height: 28px;
    margin-left: 10px;
    float: left;
    margin-top: 10px;
}

.box09list ul li a {
    width: 95px;
    height: 28px;
    display: block;
    background-image: url(../images/pic05.jpg);
    color: #025cb2;
}

.box09list ul li a:hover {
    width: 95px;
    height: 28px;
    display: block;
    background-image: url(../images/pic04.jpg);
    color: #FF0000
}

.c_sd {
    width: 95px;
    height: 28px;
    display: block;
    background-image: url(../images/pic04.jpg);
    color: #FF0000
}

.feedlink {
    width: 980px;
    height: auto;
    padding: 10px;
    background-color: #f3f3f3;
    float: left;
    margin-top: 10px;
}

.feedlink01 {
    width: 52px;
    height: 42px;
    float: left;
    padding-right: 20px;
}

.feedlink02 {
    width: 908px;
    height: auto;
    float: left;
}

.select1 {
    margin-right: 20px;
    border: none;
    margin-top: 6px;
    width: 200px;
    height: 20px;
}

.foot {
    width: 1000px;
    height: auto;
    margin-top: 20px;
    background-image: url(../images/pic06.jpg);
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    float: left;
    background-repeat: repeat-x;
}

.page_box {
    width: 1000px;
    height: auto;
    padding-top: 10px;
    float: left;
}

.page_boxright {
    width: 752px;
    height: auto;
    float: right;
    padding-bottom: 50px;
}

.page_boxleft {
    width: 230px;
    height: auto;
    float: left;
    padding-bottom: 100px;
}

.pbleft_box {
    width: 100%;
    height: auto;
    float: left
}

.pbleft_boxtitle {
    width: 100%;
    height: 28px;
    background-image: url(../images/pic01.jpg);
    float: left;
    line-height: 28px;
}

.pbleft_boxtitle span {
    padding-left: 30px;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold
}

.pbleft_boxlist {
    width: 208px;
    height: auto;
    background-color: #eaf1f7;
    border: #a9cbee 1px solid;
    float: left;
    padding: 10px;
    margin-bottom: 5px;
}

.pbleft_boxlist ul li {
    width: 208px;
    height: auto;
    float: left;
    margin-bottom: 10px;
}

.pbleft_boxlist ul li span {
    width: 186px;
    border: #a8ccec 1px solid;
    height: auto;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    background-image: url(../images/pic18.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}

.pbleft_boxlist ul li .menue {
    width: 198px;
    height: auto;
    float: left;
    padding: 5px;
}

.pbleft_boxlist ul li .menuediv {
    width: 186px;
    height: 25px;
    line-height: 25px;
    border-bottom: #C6DBE3 1px solid;
    padding-left: 10px;
    float: left;
}

.page_boxrighttitle {
    width: 100%;
    height: 28px;
    background-image: url(../images/pic19.jpg);
    float: left;
    line-height: 28px;
}

.page_boxrighttitle span {
    padding-left: 30px;
    color: #0066CC;
}

.page_boxrighttitle span a {
    color: #0066CC;
}

.page_boxrighttitle span a:hover {
    color: #FF0000;
}

.page_boxrightbox {
    width: 710px;
    height: auto;
    border-bottom: #b1cae8 1px solid;
    border-left: #b1cae8 1px solid;
    border-right: #b1cae8 1px solid;
    float: left;
    padding: 20px;
    line-height: 2.0em;
}

/*.page_boxrightbox img {
    max-width: 100%; 
  height: auto; 
  display: block; 
}*/
.page_boxrightbox table.noBorderTable td,table.noBorderTable th,table.noBorderTable caption{border:1px dashed #ddd;}
.page_boxrightbox table{margin-bottom:10px;border-collapse:collapse;display:table;width:100%!important}
.page_boxrightbox td,th{word-wrap:break-word;word-break:break-all;padding:5px 10px;border:1px solid #DDD}
.page_boxrightbox caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center}
.page_boxrightbox th{border-top:2px solid #BBB;background:#f7f7f7}
.pbrtb {
    font-size: 16px;
    color: #FF0000;
    text-align: center;
}

.pbrtz {
    font-size: 12px;
    color: #999999;
    text-align: center;
    padding-top: 5px;
    border-top: #999999 1px dotted;
    margin-top: 10px;
}

.page_news {
    width: 100%;
    height: auto;
    float: left;
}

.page_news ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: #CCCCCC 1px dotted;
    float: left;
    background-image: url(../images/top05.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}

.page_news ul li a {
    width: 80%;
    height: 30px;
    float: left;
    padding-left: 20px;
}

.page_news ul li span {
    width: 100px;
    text-align: center;
    float: right;
    margin-left: 5px;
}

.page_linkbox {
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: center;
}

.page_linkbox a, .page_linkbox span {
    display: block;
    float: left;
    margin-right: 6px;
    height: 20px;
    line-height: 20px;
}

.page_linkbox a, .page_linkbox a:active {
    display: block;
    float: left;
    border: 1px solid #c5c5c5;
    color: #1485ff;
    padding: 0 6px;
}

.page_linkbox a:hover {
    border: 1px solid #0099FF;
    text-decoration: none;
    color: #c00;
}

.page_linkbox span.current {
    background: #1485ff;
    border: 1px solid #1485ff;
    color: #fff;
    font-weight: bold;
    padding: 0 6px;
}

.page_linkbox span.disabled {
    border: 1px solid #c5c5c5;
    padding: 0 6px;
    color: #c0c0c0;
}

.page_product {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page_product ul li {
    width: 224px;
    height: 220px;
    float: left;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.page_product ul li img {
    float: left;
    width: 220px;
    height: 173px;
    padding: 1px;
    border: #CCC 1px solid;
}

.page_product ul li span {
    width: 224px;
    text-align: center;
    line-height: 25px;
    margin-top: 5px;
    height: 25px;
    font-size: 12px;
    float: left;
}

.hdjltest {
    border: #CCC 1px solid;
    line-height: 25px;
    padding-left: 10px;
    height: 25px;
}

.hdjlsumbit {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    background-color: #06C;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    border: none;
    cursor: pointer
}

.hdjl_rightbox td {
    padding: 5px;
}

.red {
    color: #F00
}

.box06list ul li {
    width: 208px;
    height: 25px;
    line-height: 25px;
    background-image: url(../images/type02.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    float: left;
}

.box06list ul li a {
    width: 148px;
    padding-left: 10px;
    float: left;
}

.box06list ul li span {
    width: 50px;
    float: left;
    color: #666666
}

.map {
    width: 98%;
    height: auto;
    float: left;
    border: 1px dashed #d6dbe1;
    margin-bottom: 10px;
}

.map .l {
    float: left;
    width: 100%;
    line-height: 3.0em;
    float: left;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px dashed #ccc;
    background-color: #F6F6F6
}

.map .l span {
    float: left;
    padding-left: 20px;
    color: #333333;
    padding-right: 30px;
}

.map .l a:hover {
    color: #FF0000;
}

.map .r {
    float: left;
    width: 98%;
    height: auto;
    padding-left: 20px;
    line-height: 2.5em;
}

.map .r a {
    float: left;
    padding-right: 30px;
    color: #006699;
    text-decoration: none;
}

.map .r span {
    float: left;
}

.map .r a:hover {
    color: #FF0000;
    text-decoration: none
}
.bread::before{
    content: '>';
}



/*cxy2022-10-08*/

/*.red_bg{overflow:hidden; background:url("../images/red_bg.jpg") no-repeat; background-size:100%;}*/

/*.nav_box_top{width:1000px; margin:0 auto;}*/
/*.img_box{width:1000px; margin:0 auto; height:100px; margin-top:195px}*/
/*body{background:url("../images/20da.jpg") no-repeat;}*/
/*.nav{background:url("../images/nav_bg.jpg");*/
/*    background-repeat: repeat-x;*/
/*     }*/

/*cxy2023-09-13*/
#swiper3 .swiper-pagination{text-align: right; }
#swiper3.swiper-container-horizontal>.swiper-pagination-bullets,#swiper3 .swiper-pagination-custom, .swiper-pagination-fraction{left: -21px;}