.index-bg{
    background: url(../images/bg.jpg) no-repeat center fixed;
}

.index-main{
    width: 1200px;
    height:754px; /*537px; */
    background: url(../images/zyfs8_03.png) center top no-repeat;
    margin: 23px auto 0px;
}
.index-nav{
    overflow: hidden;
    padding-top: 27px;
}
.inav{
    height: 60px;
    float: left;
    padding-left: 20px;
}
.inav a{
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    position: relative;
    color: #fff;
    margin-right: 40px;
    transition: .2s;
    padding: 0 3px;
}
.inav a.active{
    font-size: 21px;
    padding-bottom: 10px;
    margin-top: 0;
}
.inav a:hover{
    font-size: 21px;
    padding-bottom: 10px;
    margin-top: 0;
}
.inav a:before{
    content: "";
    background: #fff;
    height: 2px;
    position: absolute;
    left: 0;
    transition: .2s;
    bottom: 0;
    width: 0;
}
.inav a.active:before{
    width: 100%;
}
.inav a:hover:before{
    width: 100%;
}
.iuser{
    float: right;
    margin-right: 28px;
    margin-top: 13px; display:none;
}
.iuser a{
    float: left;
    width: 100px;
    height: 35px;
    background: #69bf14;
    border-radius: 5px;
    line-height: 35px;
    text-indent: 45px;
    margin-left: 13px;
    color: #fff;
    position: relative;
}
.iuser a span{
    width: 27px;
    height: 22px;
    background: url(../images/zyfs2_03.png) no-repeat;
    position: absolute;
    left: 20px;
    top: 8px;
}
.iuser a .s1{
    background-position: -23px -22px;
}
.iuser a .s2{
    background-position: -66px -21px;
}
.iuser a:hover{
    background: #62bb0a;
}
.ibox2{
    overflow: hidden;
    margin-top: 1px;
}
.ibox2-l{
    float: left;
    width: 1033px;
}
.ibox2-r{
    float: left;
    width: 167px;
}
.ibox2-l-1{
    overflow: hidden;
}
.banner-news{
    width: 540px;
    height: 303px;
    float: left;
}
.yweb{
    float: left;
    width: 480px;
    height: 280px;
    margin-left: 10px;
    padding: 0 23px;
    position: relative;
}
.yweb:before{
    content: "";
    position: absolute;
    left: 23px;
    border-bottom: 1px dashed rgba(255, 255, 255, .2);
    top: 180px;
    width: 434px;
}
.banner-news .item{
    position: relative;
}
.banner-news .item img{
    height: 303px;
    width: 100%;
    display: block;
}
.banner-news .item span{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    line-height: 40px;
    color: #fff;
    padding: 0 18px;
}
.banner-news .item span i{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
}
.banner-news .owl-dots{
    position: absolute;
    bottom: 10px;
    right: 18px;
}
.banner-news .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    background: #fff;
    border: none;
    margin: 0 3px;
}
.banner-news .owl-dots .owl-dot.active span, .banner-news .owl-dots .owl-dot:hover span{
    background: #eea800;
}
.yweb h2{
    line-height: 56px;
    height: 56px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: relative;margin-bottom: 20px;
}
.yweb h2:before,.yweb h2:after{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background: #1280be;
    content: "";
}
.yweb h2:after{
    bottom: -1px;
    background: #84cef2;
}
.yweb li{
    float: left;
    width: 50%;
    padding: 0 11px;
    position: relative;
    height: 77px;
    margin-top: 13px;
}
.yweb li:nth-of-type(odd):before,.yweb li:nth-of-type(odd):after{
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 100%;
    right: -1px;
    background: #1280be;
    content: "";
}
.yweb li:nth-of-type(odd):before{
    right: 0;
    background: #85cbf2;
}
.yweb li h4{
    text-align: center;
}
.yweb li h4 a{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding-left: 46px;
    position: relative;
    line-height: 34px;
}
.yweb li p{
    text-align: center;
    margin-top: 10px;
}
.yweb li p a{
    display: inline-block;
    width: 90px;
    height: 35px;
    background: rgba(255, 255, 255, .1);
    border-radius: 5px;
    color: #fff;
    line-height: 33px;
    margin: 0 3px;
    border: 1px solid transparent;
	float: left;
}
.yweb li:nth-of-type(3),.yweb li:nth-of-type(4){
    margin-top: 29px;
}
.yweb li p a:hover{
    border: 1px solid #fff;
}
.yweb li h4 a:before{
    content: "";
    position: absolute;
    background: url(../images/zyfs2_03.png) no-repeat;
    width: 44px;
    height: 34px;
    left: 0;
    top: 0;
}
.yweb li h4 a.s1:before{
    background-position: -121px -16px;
}
.yweb li h4 a.s2:before{
    background-position: -188px -16px;
}
.yweb li h4 a.s3:before{
    background-position: -266px -15px;
}
.yweb li h4 a.s4:before{
    background-position: -341px -16px;
}
.yweb li:nth-of-type(4) h4 .s4{
    margin-left: 34px;
}
.yweb li h4 a:hover{
    font-weight: bold;
}
.ibox2-l-2{
    overflow: hidden;
    height: 160px;
    margin-top: 10px;
}
.inewst1{
    float: left;
    width: 539px;padding: 0 23px;
}
.inewst2{
    float: left;
    width: 480px;
    margin-left: 12px;padding: 0 23px;
}
.zy-title{
    height: 42px;
    border-bottom: 1px solid rgba(255,255,255,.45);
    overflow: hidden;
}
.zy-title a{
    float: left;
    font-size: 16px;
    line-height: 36px;
    color: rgba(255,255,255,.8);
    margin-right:15px;
    border-bottom: 2px solid transparent;
    margin-top: 3px;
}
.zy-title a.active{
    font-weight: bold;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.skin-blue a.active{
    color: #fff;
}

.inewst1-content{
    /*padding: 0 18px;*/
    margin-top: 10px;
}
.inewst1-c1 ul{
    padding-top: 2px;
}
.inewst1-c1 li a{
   color: #fff;font-size:14px;
}
.inewst2-content{
    /*padding: 0 18px;*/
}
.inewst2-c1 li{
    margin-top: 13px;
    overflow: hidden;
}
.inewst2-c1 li .time{
    width: 68px;
    height: 40px;
    background: #f9fafc;
    float: left;
    text-align: center;
}
.inewst2-c1 li .time span{
    font-size: 18px;
    font-weight: bold;
    color: #5fb829;
    display: block;
    margin-top: 2px;
}
.inewst2-c1 li .time em{
    color: #5fb829;
    font-size: 12px;
    display: block;
    margin-top: -4px;
}
.inewst2-c1 li .ytext{
    float: left;
    width: calc(100% - 68px);
    padding-left: 12px;
}
.inewst2-c1 li .ytext a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.inewst2-c1 li .ytext a:hover{
    color: rgba(255, 255, 255, .7);
}
.inewst2-c1 li .ytext p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #cafbac;
    font-size: 14px;
}
.ibox2-r li{
    width: 255px;
    height: 86px;
    margin-bottom: 10px;
}
.ibox2-r li:last-child{
    margin-bottom: 0;
}
.ibox2-r li a{
    display: block;
    height:100%;
    overflow: hidden;
}
.ibox2-r li i{
    width: 50px;
    height: 50px;
    float: left;
    background: url(../images/zyfs2_03.png) no-repeat;
    margin-left: 15px;
    margin-top: 16px;
    transition: all .2s;
}
.ibox2-r li em{
    float: left;
    margin-top: 30px;
    margin-left: 5px;
}
.ibox2-r li em .s1{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin-bottom: 3px;
}
.ibox2-r li em .s2{
    color: rgba(255, 255, 255, .7);
}
.ibox2-r li .i1{
    background-position: -13px -73px;
}
.ibox2-r li .i2{
    background-position: -96px -73px;
}
.ibox2-r li .i3{
    background-position: -186px -74px;
}
.ibox2-r li .i4{
    background-position: -281px -75px;
}
.ibox2-r li .i5{
    background-position: -379px -75px;
}
.ibox2-r li:hover i{
    transform: rotate(360deg);
}
.ibox2-r li:hover em .s2{
    color: rgba(255, 255, 255, 1);
}
.ibox3{
    width: 1187px;
    height: 120px;
    position: relative;
    margin-top: 11px; /*display:none;*/
}
.ibox3-t{
    width: 70px;
    height: 65px;
    background: #266598;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 5;
}
.ibox3-t:before{
    content: "";
    position: absolute;
    border: 8px solid transparent;
    top: 50%;
    margin-top: -8px;
    right: -15px;
    border-left-color: #266598;
}
.ibox3-t span{
    display: block;
    width: 54px;
    height: 52px;
    border: 1px solid #fff;
    margin: 6px auto 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.ibox3-banner{
    padding: 10px;
}
.ibox3-banner .item{
    position: relative;
}
.ibox3-banner .item img{
    width: 100%;
    height: 56px;
    display: block;margin:0 auto;
}
.ibox3-banner .item span{
    position: absolute;
    bottom: -40px;
    line-height: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    width: 100%;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .2s;
}
.ibox3-banner .item:hover span{
    bottom:0;
}
.ibox3-banner .owl-nav div{
    position: absolute;
    width: 38px;
    height: 56px;
    top: 50%;
    margin-top: -28px;
}
.ibox3-banner .owl-nav div:hover{
    opacity: 0.6;
}
.ibox3-banner .owl-nav .owl-prev{
    left: 0;
    background: url(../images/zl_prev.png) center no-repeat;
    background-color: rgba(0,0,0,.7);
}
.ibox3-banner .owl-nav .owl-next{
    right: 0;
    background: url(../images/zl_next.png) center no-repeat;
    background-color: rgba(0,0,0,.7);
}
.ibox3-banner .owl-nav{
    display: none;
}
.ibox3-banner:hover .owl-nav{
    display: block;
}




.zy_box{margin-bottom: 20px;}
.con_box{background: #fff; padding: 0 20px;}
.xxgk_top{margin-top: 20px;padding-bottom: 20px;}
.zy_title{ height: 47px; line-height: 47px; border-bottom: 1px solid #d2d2d2; overflow: hidden;}
.zy_title a{  font-size: 18px; color: #999999; font-weight: bold; margin-right: 30px; padding-right: 5px;}
.zy_title .on{ border-bottom: 3px solid #006eab; padding-bottom: 9px; color: #333;}
.zwgk_con{margin-top: 20px;}
.zwgk_con a{float: left; height: 140px; width: 220px; margin-right: 15px;}
.zwgk_con a:last-child{margin-right: 0;}
.zwgk_con a img{display: block; width: 100%; height: 100%;}
.ldzc{width: 100%;}
.xxgk_top_bot{margin-top: 10px;}
.ldzc_top .lf{float: left; }
.ldzc_top{margin-top: 21px;float: left;}
.ldzc_top .lf i{display: block; width: 155px; height: 205px; border: 1px solid #dfdfdf; padding: 4px;}
.ldzc_top .lf i img{display: block; width: 145px; height: 195px;}
.ldzc_top .rg{float: right;width: auto;margin-left: 30px;}
.ldzc_top .rg .top{ font-size: 18px; color: #333; font-weight: bold;}
.ldzc_top .rg .top b{ color: #0473e3; font-weight: initial;}
.ldzc_top .rg .mid{ color: #0473e3; font-size: 16px; margin-top: 15px;}
.ldzc_top .rg .mid span{color: #666;}
.ldzc_top .rg .bot i{display: block; width: 80px; border-radius: 5px; height: 30px; line-height: 30px; background: #e5f1fc; font-size: 16px; color: #0473e3; text-align: center; margin-top: 20px;}
.ldzc_top .rg .bot p{font-size: 16px; color: #666; line-height: 28px; margin-top: 10px;}
.ldzc_bot{margin-top: 18px;float: right;width: 285px;}
.ldzc_bot a img{display: block; width: 100%; height: 100%;}
.ldzc_bot a{width: 285px;height: 95px;margin-bottom: 20px;}
.ldzc_bot a:first-child{ float: left;}
.ldzc_bot a:last-child{
    margin-bottom: 0;
}
.xxpt{width: 100%;margin-top: 24px;padding-bottom: 20px;}
.xxpt_con a{float: left;width: 176px;height: 100px;background: #f7f7f7;margin-top: 18px;margin-right: 20px;border: 1px solid #f7f7f7;}
.xxpt_con a:last-child{margin-right: 0;}
.xxpt_con a i{ margin-top: 14px; display: block;}
.xxpt_con a i img{display: block; margin: 0 auto;}
.xxpt_con a span{display: block;margin-top: 8px;font-size: 16px;color: #000;font-weight: bold;text-align: center;}
.xxpt_con a:hover{ border: 1px solid #006eab;}
.xxpt_con a:hover span{color: #006eab;}
.xxgk_bot{margin-top: 20px;}

.ghjj{ float: left; width: 360px;}
.ghjj_con_banner{margin-top: 17px;}
.zy_list li{overflow: hidden; margin-bottom: 20px;}
.zy_list li i{ float: left; width: 5px; height: 5px; background: #bfbfbf; margin-top: 8px;}
.zy_list li a{ float: left; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 80%; margin-left: 15px;}
.zy_list li span{float: right; font-size: 14px; color: #999;}
.ghjj .zy_list{margin-top: 20px;}
.zy_list li:hover i{background: #0473e3;}
.zy_list li:hover a{color: #0473e3;}
.zy_list li:hover span{color: #0473e3;}
.zy_list li:last-child{margin-bottom: 0px;}
.czxx{float: left; width: 360px; margin-left: 20px;}
.czxx_con .top{ margin-top: 17px;}
.czxx_con .top a{ line-height: 24px; color: #333; font-size: 16px; font-weight: bold;}
.czxx_con .top a:hover{ color: #0473e3;}
.czxx_con .mid{ width: 100%;  background: #f7f7f7; padding: 12px 20px; margin-top: 10px;}
.czxx_con .mid span{display: block; color: #666; font-size: 16px;}
.czxx_con .mid b{display: block; font-weight: initial; font-size: 14px; color: #999; margin-top: 8px;}
.czxx_con .bot{ margin-top: 14px;}
.czxx_con .bot .zy_list li a{ width: 92%; margin-left: 10px;}
.yjgl{ float: right; width: 400px;}
.yjgl_con{margin-top: 16px;}
.yjgl_con a{ overflow: hidden; height: 45px; background: #f7f7f7; margin-bottom: 12px; display: block;}
.yjgl_con a i{float: left; width: 5px; height: 5px; background: #bfbfbf; margin-left: 20px; margin-top: 20px;}
.yjgl_con a span{ float: left; width: 85%; margin-left: 12px; line-height: 45px; color: #333; font-size: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.yjgl_con a:hover{background: #e5f1fc; }
.yjgl_con a:hover i{ background: #0473e3;}
.yjgl_con a:hover span{ color: #0473e3;}
.yjgl_con a:last-child{ margin-bottom: 0;}
.ztzl_con{margin-top: 19px; position: relative; padding-bottom: 20px;}
.ztzl_con .owl-nav div{
    position: absolute;
    width: 38px;
    height: 76px;
    top: 50%;
    margin-top: -38px;
}
.ztzl_con .owl-prev{position: absolute; left: 0; background: url(../images/zl_prev.png) no-repeat; }
.ztzl_con .owl-next{position: absolute; right: 0; background: url(../images/zl_next.png) no-repeat;}
.ztzl_con .owl-dots{display: none !important; }
.ztzl_con .item a{display: block; }
.ztzl_con .item a img{display: block; width: 100%; height: 90px;}
.ztzl_con .owl-nav{
    display: none;
}
.ztzl_con:hover .owl-nav{
    display: block;
}
.zwgk{margin-top: 20px; padding-bottom: 21px;}
.zwgk_con a:nth-of-type(1){background: url(../images/zwgk_con_a1.png) no-repeat; background-size: 100% 100%;}
.zwgk_con a:nth-of-type(2){background: url(../images/zwgk_con_a2.png) no-repeat; background-size: 100% 100%;}
.zwgk_con a:nth-of-type(3){background: url(../images/zwgk_con_a3.png) no-repeat; background-size: 100% 100%;}
.zwgk_con a:nth-of-type(4){background: url(../images/zwgk_con_a4.png) no-repeat; background-size: 100% 100%;}
.zwgk_con a:nth-of-type(5){background: url(../images/zwgk_con_a5.png) no-repeat; background-size: 100% 100%;}
.zwgk_con a span{display: block; text-align: center; color: #fff; font-size: 26px; margin-top: 42px;}


.zy_nav{ height: 50px; line-height: 50px; margin-top: 20px; font-size: 16px; color: #333;}
.zy_nav i{float: left; margin-top: 13px; margin-right: 17px;}
.zy_nav i img{display: block;}
.zy_nav b{font-weight: inherit; color: #006eab;}
.xxgkml{margin-top: 20px;}
.xxgkml_top_con{margin-top: 28px;}
.xxgkml_top_con li{ width: 570px; float: left; background: #fbfbfb; border-radius: 5px; margin-bottom: 16px; overflow: hidden;}
.xxgkml_top_con li:nth-child(2n+2){float: right;}
.xxgkml_top_con li span{ float: left;background: url(../images/xxgkml_top_con_span.png) no-repeat; width: 110px; height: 40px; text-align: center; line-height: 40px; color: #0473e3; font-size: 16px;}
.xxgkml_top_con li em{ float: left; width: calc(100% - 110px);}
.xxgkml_top_con li em a{ float: left; margin-left: 12px; height: 25px; line-height: 25px; padding: 0 10px; border: 1px solid #f1f1f1; font-size: 14px; color: #666; margin-top: 7px; background: #fff;}
.xxgkml_top_con .li2{width: 100%;}
.xxgkml_top_con li em a:hover{ border-color: #0473e3; background: #e5f1fc; color: #0473e3;}
.xxgkml_bot{ margin-top: 10px;}
.xxgkml_bot_con{margin-top: 20px; padding-bottom: 30px;}
.xxgkml_bot_con li{float: left; width:16.666%; margin-bottom: 20px;}
.xxgkml_bot_con li a{display: block; font-size: 16px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 90%; padding-left: 8px;}
.xxgkml_bot_con li a:hover{color: #0473e3;}


.zj_header{ height: 126px; background: #2fb0c5; position: absolute; top: 0; left: 0; width: 100%; z-index: 10;}
.zj_logo{margin-top: 13px; float: left;}
.zj_header_rg{float: right;}
.zj_header_rg_top{margin-top: 26px;/*overflow: hidden;*/}
.zj_header_rg_top .lf{ background: url(../images/zj_header_rg_top_lf.png) no-repeat; width: 520px; height: 30px; line-height: 30px; font-size: 14px; color: #fff; float: right; text-align: right; padding: 0 15px;}
.zj_header_rg_top .lf a{ color: #fff;}
.zj_header_rg_top .lf b{}
.zj_header_rg_top .rg{float: right ; width: 36px; height: 30px; background: #4d9309; cursor: pointer;}
.zj_header_rg_top .rg img{ display: block; margin: 0 auto; margin-top: 7px;}
.zj_header_nav{line-height: 50px;}
.zj_header_nav a{ float: left; margin-right: 30px; font-size: 16px; font-weight: bold; color: #fff; transition: all .3s;}
.zj_header_nav a:last-child{ margin-right: 0;}
.zj_header_nav .on{font-size: 18px;}
.zj_header_nav a:hover{ font-size: 18px;}

.zjzy{position: relative;}
.zjzy1{ background: url(../images/zjzy1.jpg) center no-repeat; width: 100%; height: 937px; position: relative;}
.zjzy1 img{display: block;position: absolute;left: 50%;margin-left: -330px;top:0%;opacity: 0;}
.zjzy2{background: url(../images/zjzy2.jpg) center no-repeat; width: 100%; height: 940px;}
.zjzy_logo{padding-top: 58px;}
.zjzy_logo img{display: block; margin: 0 auto;}
.zjzy2_lf{float: left; background: url(../images/zjzy2_lf.png) no-repeat; width: 561px; height: 547px; margin-left: 121px; margin-top: 40px; padding: 0 100px;}
.zjzy2_lf p{display: block;color: #666;font-size: 18px;line-height: 36px;margin-top: 85px;text-align: justify;/*text-indent: 2em;*/}
.text_more{display: block; background: url(../images/text_more.png) no-repeat; width: 38px; height: 38px; margin: 0 auto; margin-top: 20px;}
.zjzy2_rg{float: left; margin-left: 78px; margin-top: 206px;}
.zjzy2_rg a{display: block; background: url(../images/zjzy2_rg_a.png) no-repeat; width: 318px; height: 99px; margin-bottom: 34px;}
.zjzy2_rg a i{float: left; margin-left: 86px; margin-top: 31px;}
.zjzy2_rg a span{ margin-left: 25px; color: #666666; font-size: 21px; font-weight: bold; line-height: 99px;}
.zjzy2_rg a i img{display: block;}
.zjzy2_rg a:hover i img{ transform: rotate(360deg); transition: all .5s;}
.zjzy3{background: url(../images/zjzy3.jpg) center no-repeat; width: 100%; height: 940px;}
.zjzy3_con{ background: url(../images/zjzy3_con.png) no-repeat; width: 1289px; height: 381px; margin: 0 auto; margin-top: 75px; box-shadow: 0 1px 10px 4px #a7bfcd; padding: 70px 0 0 90px;}
.zjzy3_con p{display: block;color: #000;font-size: 18px;line-height: 36px;}
.zjzy3_con .p1{width: 1038px;}
.zjzy3_con .p2{width: 839px;}
.zjzy3_con .p3{width: 726px;}
.zjzy3_con .text_more{margin-top: 10px;}

.zjzy4{background: url(../images/zjzy4.jpg) center no-repeat; width: 100%; height: 938px;}
.zjzy4_con{width: 1200px;margin: 0 auto;position: relative;margin-top: 35px;}
.zjzy4_con a{position: absolute; }
.zjzy4_con a .pic_bg{width: 100%;height: 100%;background: rgba(0,0,0,.5);position: absolute;width: 100%;left: 0;top: 0;z-index: 10;display: none;}
.zjzy4_con a span{position: absolute; height: 55px; line-height: 55px; border: 1px solid #fff; width: 210px; color: #fff; font-size: 18px; font-weight: bold; border-radius: 5px; text-align: center; left: 50%; margin-left: -105px; z-index: 11; top: 50%; margin-top: -27.5px; display: none;}
.zjzy4_con a:hover .pic_bg{ display: block;}
.zjzy4_con a:hover span{ display: block;}
.zjzy4_con a img{width:100%;}
.zjzy4_con a:nth-of-type(1){left: 0;top: 0;width: 426px;}
.zjzy4_con a:nth-of-type(2){left: 446px;top: 128px;width: 276px;}
.zjzy4_con a:nth-of-type(3){left: 446px;top: 0px;width: 276px;}
.zjzy4_con a:nth-of-type(4){right: 0;top: 0;width: 461px;}
.zjzy4_con a:nth-of-type(5){left: 0;top: 303px;width: 426px;}
.zjzy4_con a:nth-of-type(6){left: 446px;top: 303px;width: 276px;}
.zjzy4_con a:nth-of-type(7){right: 0;top: 303px;width: 461px;}
.zjzy4_con a:nth-of-type(4) img{height: 284px;}
.zjzy4_con a:nth-of-type(1) img{height: 284px;}
.zjzy4_con a:nth-of-type(2) img{height: 155px;}
.zjzy4_con a:nth-of-type(3) img{height:128px;}
.zjzy4_con a:nth-of-type(5) img{height:284px;}
.zjzy4_con a:nth-of-type(6) img{height:284px;}
.zjzy4_con a:nth-of-type(7) img{height:284px;}
/*
.zjzy4_con .a1{left: 0; top: 0;}
.zjzy4_con .a2{left: 459px; top: 0;}
.zjzy4_con .a3{left: 459px; top: 175px;}
.zjzy4_con .a4{right: 0; top: 0;}
.zjzy4_con .a5{left: 0; top: 303px;}
.zjzy4_con .a6{left: 249px; top: 303px;}
.zjzy4_con .a7{right: 0; top: 303px;}*/
.zjzy4 .zjzy_logo{padding-top: 35px;}

.zjzy5{background: url(../images/zjzy5.jpg) center no-repeat; width: 100%; height: 940px;}
.zjzy5_con{margin-top: 44px;}
.zjzy5_con a{float: left;width: 590px;height: 247px;background: #fff;padding: 0 24px;padding-top: 25px;margin-bottom: 19px;}
.zjzy5_con a:nth-child(2n+2){float: right;}
.zjzy5_con a .top{ overflow: hidden;}
.zjzy5_con a .top i{float: left; width: 107px; height: 107px; border: 1px solid #d2d2d2; background: #0066cc; border-radius: 5px; padding: 0 15px;}
.zjzy5_con a .top i span{display: block; line-height: 58px; border-bottom: 1px solid #fff; font-size: 36px; font-weight: bold; color: #fff; text-align: center;}
.zjzy5_con a .top i b{display: block; font-weight: inherit; text-align: center; font-size: 18px; color: #fff; margin-top: 12px;}
.zjzy5_con a .top em{ float: right; width: 406px; line-height: 36px; color: #333333; font-weight: bold; font-size: 21px;}
.zjzy5_con a .bot{ color: #999999; font-size: 16px; line-height: 36px; margin-top: 20px;}
.zjzy5_con a font{ display: block;}


.hdjl_top{margin-top: 20px;}
.sjxx{float: left; width: 820px;}
.sjxx_top{margin-top: 21px;}
.sjxx_top a{float: left; width: 250px; height: 90px; margin-right: 15px;}
.sjxx_top a:last-child{margin-right: 0;}
.sjxx_top a:nth-of-type(1){background: url(../images/sjxx_top_a1.png) no-repeat; background-size: 100% 100%;}
.sjxx_top a:nth-of-type(2){background: url(../images/sjxx_top_a2.png) no-repeat; background-size: 100% 100%;}
.sjxx_top a:nth-of-type(3){background: url(../images/sjxx_top_a3.png) no-repeat; background-size: 100% 100%;}
.sjxx_top a i{float: left; margin-left: 59px; margin-top: 31px;}
.sjxx_top a span{ font-weight: bold; color: #fff; font-size: 18px; line-height: 90px; margin-left: 19px;}
.sjxx_top a i img{display: block;}
.sjxx_top a:hover i img{ transition: all .4s; transform: rotate(360deg);}
.sjxx_table{margin-top: 18px; padding-bottom: 9px;}
.sjxx_table table{width: 100%; font-size: 16px; text-align: center; color: #333; }
.sjxx_table table th{background: #f7f7f7; font-weight: bold; padding:12px 0;}
.sjxx_table table th:nth-of-type(1){ text-align: left; padding-left: 15px; width: 60%;}
.sjxx_table table td{ padding: 10px 0;}
.sjxx_table table td:nth-of-type(1){text-align: left; padding-left: 15px;}
.hdjl_top_rg{float: right; width: 360px; padding-bottom: 15px;}
.hdjl_top_rg a{display: block; margin-top: 15px; width: 100%; height: 125px;}
.hdjl_top_rg a img{display: block; width: 100%; height: 100%;}
.hdjl_bot{margin-top: 20px; padding-bottom: 30px;}
.hdjl_bot_lf{float: left; width: 570px;}
.hdjl_bot_lf_con{margin-top: 18px;}
.hdjl_bot_lf_con .top{ height: 66px; background: #f7f7f7; overflow: hidden;}
.hdjl_bot_lf_con .top i{float: left; background: url(../images/hdjl_bot_lf_con_topi.png) no-repeat; width: 65px; height: 66px; color: #fff; font-weight: bold; font-size: 18px; line-height: 66px; padding-left: 12px;}
.hdjl_bot_lf_con .top a{float: left; width: calc(100% - 65px); padding-left: 10px;}
.hdjl_bot_lf_con .top a b{ color: #006eab; font-size: 18px; display: block; margin-top: 8px;}
.hdjl_bot_lf_con .top a span{display: block; font-size: 16px; color: #666; margin-top: 5px;}
.hdjl_bot_lf_con ul li{margin-top: 16px; overflow: hidden; line-height: 25px;}
.hdjl_bot_lf_con ul li em{float: left; width: 60px; height: 25px; border: 1px solid #d2d2d2; border-radius: 3px;}
.hdjl_bot_lf_con ul li em i{ float: left; width: 5px; height: 5px; background: #999999; border-radius: 50%; margin-top: 10px; margin-left: 7px;}
.hdjl_bot_lf_con ul li em b{ font-weight: initial; font-size: 16px; color: #999; line-height: 25px; margin-left: 5px;}
.hdjl_bot_lf_con ul li a{ float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 70%; color: #333; font-size: 16px; margin-left: 18px;}
.hdjl_bot_lf_con ul li span{float: right; color: #999; font-size: 14px;}
.hdjl_bot_lf_con ul li:hover em{ border-color: #006eab; }
.hdjl_bot_lf_con ul li:hover em i{background: #006eab;}
.hdjl_bot_lf_con ul li:hover em b{color: #006eab;}
.hdjl_bot_lf_con ul li:hover a{color: #006eab;}
.hdjl_bot_lf_con ul li:hover span{color: #006eab;}
.hdjl_bot_lf_con .zy_list li{ margin-top: 0; margin-bottom: 16px;}
.hdjl_bot_lf_con .zy_list li:last-child{margin-bottom: 0;}
.hdjl_bot_rg{ float: right; width: 570px;}
.hdjl_bot_rg_con{margin-top: 18px;}


.jdhy_lf{ float: left; width: 420px;}
.jdhy_lf_top{ height: 150px; background: #cc1203; margin-top: 21px; padding-top: 26px;}
.jdhy{margin-top: 20px; padding-bottom: 25px;}
.jdhy_lf_top img{display: block; margin: 0 auto; }
.jdhy_lf_top span{display: block; text-align: center; font-size: 21px; color: #fff; font-weight: bold; margin-top: 12px;}
.jdhy_lf_mid{ background: #f2f2f2; padding:20px;}
.jdhy_lf_mid a{display: block; background: #fff; width: 100%; height: 40px; line-height: 40px; font-size: 16px; color: #333333; border-radius: 5px; margin-bottom: 17px;}
.jdhy_lf_mid a:last-child{margin-bottom: 0;}
.jdhy_lf_mid a i{ float: left; width: 5px; height: 5px; background: #bfbfbf; margin-top: 18px; margin-left: 17px;}
.jdhy_lf_mid a span{ float: left; width: 80%; margin-left: 13px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.jdhy_lf_mid a:hover i{background: #006eab;}
.jdhy_lf_mid a:hover span{color: #006eab;}
.jdhy_lf_bot{margin-top: 20px;}
.jdhy_rg{float: right; width: 719px;}
.zfhy{margin-top: 8px;}
.zfhy_con{margin-top: 16px;}
.zfhy_con_top i{float: left;}
.zfhy_con_top em{ float: right; width: 464px;}
.zfhy_con_top em b{display: block; color: #006eab; font-size: 18px; line-height: 30px;}
.zfhy_con_top em span{display: block; font-size: 16px; color: #666666; line-height: 24px; margin-top: 10px;}
.zfhy_con_top em font{display: block; margin-top: 10px; color: #999999; font-size: 14px;}
.zfhy_con_bot{margin-top: 20px;}
.zcwj{margin-top: 10px;}
.zcwj_con{margin-top: 20px;}
.zcwj_ss{height: 50px; width: 100%; border: 1px solid #d2d2d2; border-radius: 5px; padding: 6px 0; margin-bottom: 24px;}
.zcwj_ss_lf{float: left; width: 140px; border-right: 1px solid #d2d2d2; height: 100%; position: relative;}
.zcwj_ss_lf select{ height: 100%; border: 0; font-size: 16px; color: #333; text-align: center; width: 100%;/* padding-left: 20px; */    -webkit-appearance: none; oz-appearance: none; appearance: none;}
.zcwj_ss_lf:before{ content: ''; position: absolute; border: 4.5px solid transparent; border-top-color: #999999; right: 19px; top: 17px;}
.zcwj_ss_mid{float: left; width: 60%; height: 100%;}
.zcwj_ss_mid input{ border: 0; padding-left: 19px; font-size: 16px; color: #333; height: 100%; width: 100%;}
.zcwj_ss_rg a{ display: block; float: right; width: 130px; height: 50px; background: #0a81c3; border-radius: 0 5px 5px 0; margin-top: -7px;}
.zcwj_ss_rg a i{ float: left; margin-left: 28px; margin-top: 15px;}
.zcwj_ss_rg a span{ margin-left: 10px; color: #fff; font-size: 18px; line-height: 50px;}
.zcwj_list{margin-top: 16px;}
.zcwj_con .zy_list li{margin-bottom: 18px;}
.zcwj_con .zy_list li:last-child{margin-bottom: 0;}

.swzx-l .owl-dots .owl-dot span{border-radius: 50%; background: #fff;}
.swzx-l .owl-dots .owl-dot.active span,.swzx-l .owl-dots .owl-dot:hover span{background: #eea800;}
.swzxright .zy_title {margin-top: -20px;}
.xingwenkuang .zy_title {margin-top: -20px;}


.zfsj_bg {
    background: url(../images/zfsj_bg.png) center no-repeat;
    height: 581px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
}

.zfsj_header{ height: 508px;}
.zfsj_header_top .lf{ padding-top: 18px; float: left;}
.zfsj_header_top .rg{ float: right; margin-top: 23px;}
.zfsj_header_top .rg a{ float: left; width: 100px; text-align: center; color: #fff; font-size: 18px;}
.zfsj_header_top .rg a i{ display: none;}
.zfsj_header_top .rg .on i{ display: block;}
.zfsj_header_mid{ /*background: url(../images/zfsj_img.png) no-repeat; */width: 683px; height: 151px; margin: 0 auto; margin-top: 55px; text-align: center; font-size: 34px; font-weight: bold; color: #fff; line-height: 378px;}
.zfsj_header_bot{ margin: 0 auto; margin-top: 23px; width: 683px;}
.zfsj_header_bot .top{ width: 100%; background: #fff; height: 50px; line-height: 50px; border-radius: 5px;}
.zfsj_header_bot .top input{ float: left; width: 80%; height: 100%; border: 0; outline: 0; font-size: 16px; margin-left: 17px;}
.zfsj_header_bot .top i{ float: right; background: url(../images/zfsj_ss.png) no-repeat; width: 36px; height: 36px; margin-right: 15px; margin-top: 6px; cursor: pointer;}
.zfsj_header_bot .bot{ margin-top: 15px; width: 100%;}
.zfsj_header_bot .bot a{font-size: 14px; color: #fff; margin-right: 8px;}
.sj_top a{ float: left; height: 150px; background: #fff; width: 16.666%; cursor: pointer;}
.sj_top a i{ display: block; text-align: center; font-size: 65px; color: #0473e3; margin-top: 20px;}
.sj_top a span{ display: block; margin-top: 10px; text-align: center; font-size: 18px; color: #0473e3;}
.sj_top a:hover{ background: #0473e3;}
.sj_top a:hover i{ color: #fff;}
.sj_top a:hover span{ color: #fff; font-weight: bold;}
.sj_top .on{background: #0473e3;}
.sj_top .on i{ color: #fff;}
 .sj_top .on span{ color: #fff; font-weight: bold;}
 
 
.sj_tj{ background: #fff; margin-top: 20px; padding:20px;}
.sj_tj_lf{ float: left ; width: 684px; padding-bottom: 15px;}
.sj_tj_lf_nav span{ float: left; width: 25%; text-align: center; height: 40px; line-height: 40px; background: #0173c7; color: #fff; ffont-size: 16px; cursor: pointer;}
.sj_tj_lf_nav .on{ background: #083e72;}
.sj_tj_lf_con{ position: relative; margin-top: 16px; height: 424px;}
.sj_tj_lf_con .top{ width: 100%; height: 424px;}
.sjxz{ position: absolute; right: 0; top: 23px; z-index: 10;}
.sj_tj_lf_con .bot{ font-size: 14px; color: #666; margin-top: 30px; }
.sj_tj_rg{ float: right; width: 438px;}
.sj_tj_rg_top select{ float: right; margin-right: 29px; width: 110px; height: 32px; background: #0173c7; border: 0; color: #fff; border-radius: 5px; padding-left: 15px;}
.sj_tj_rg_top span{ float: right; font-size: 14px; color: #333; line-height: 32px; margin-right: 8px;}
.sj_tj_rg_mid{ margin-top: 24px; height: 424px; width: 100%; position: relative;}
.sj_tj_rg_bot{font-size: 14px; color: #666; margin-top: 30px;}
.sj_list_box{ float: left; width: 590px; background: #fff;padding: 0 20px;  padding-bottom: 30px; margin-top: 20px;}
.sj_list_title{ line-height: 60px; border-bottom: 1px solid #dddddd; color: #0473e3; font-size: 24px;}
.sj_list_title a{ float: right; font-size: 14px; color: #666;}
.sj_list_box:nth-child(2n+2){ float: right;}
.zfsj_bot{ width: 100%;background: #fff; margin-top: 20px; padding: 0 20px; padding-bottom: 15px;}
.zfsj_bot_con{ margin-top: 15px;}
.zfsj_bot_con li{ float: left; width: 25%; overflow: hidden; margin-bottom: 20px;}
.zfsj_bot_con li a{ display: block; }
.zfsj_bot_con li i{ float: left; width: 5px; height: 5px; background: #aaaaaa; margin-top: 10px;}
.zfsj_bot_con li span{ float: left; margin-left: 20px; font-size: 16px; color: #333;}
.zfsj_bot_con li:hover i{ background: #0173c7;}
.zfsj_bot_con li:hover span{ color: #0173c7;}
.sj_tj_zr .top{ width: 350px; float: left; margin-right: 35px;}
.sj_tj_zr{ width: 100%;}
.sj_tj_lf_con2 .top{ width: 1000px;}
.sj_tj_lf_con3 .top{ width: 1000px;}
.sj_tj_lf_con4 .top{ width: 1000px;}
.sj_tj_lf_con4 .top{width:1000px;height:424px;}

.zfsj_header_top .jdhy_logo{margin-top: 23px; float: left;}
.sjfb{background: #F7F7F7;}
.sj_list_con .zy_list{ margin-top: 20px;}

.zyfx{
	 width: 76px;
    position: fixed;
    left: 50%;
    top: 63%;
    margin-left: 630px;
}
.zyfx a{
	display: block;
	width: 100%;
	height: 76px;
	background: #6a6a6a;
	border-radius: 5px;
}
.zyfx a i{display: block; font-size: 45px; color: #fff; text-align: center; padding-top: 3px;}
.zyfx a span{display: block;text-align: center; font-size: 14px; color: #fff;}
.zyfx a:hover{background: #0473e3;}
.zyfx a:hover i{color: #fff;}
.zyfx a:hover span{color: #fff;}



.map-content{
	background: #fff;
	margin-bottom: 20px;
}
.map-title{
	height: 30px;
	background: url(../images/fsmap1_03.jpg) no-repeat;
	/* text-align: center; */
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 35px;
	line-height: 29px;
}
.map-title span{
	margin-left: 443px;
}
.map-box{
    padding-top: 0;
}
.map1{
    margin-bottom: 30px;
}
.map1:first-child{
	margin-top:0;
}
.map-title1{
    line-height: 32px;
    padding: 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bababa;
    position: relative;
}
.map-title1 span{
    font-weight: bold;
    font-size: 21px;
}
.map-title1 span:before{
    content: "";
    border-left: 5px solid #0466c7;
    position: absolute;
    left: 0;
    height: 32px;
}
.maps-nav{
    padding-top: 10px;
    padding-left: 22px;
    padding-right: 22px;
}
.maps-nav ul{
    margin-left: -8px;
    margin-right: -8px;
}
.maps-nav ul li{
    float: left;
    margin-top: 13px;
    position: relative;
    padding-left: 18px;
    width: 16.666%;
}
.maps-nav ul li:before{
	position:absolute;
	width:5px;
	height:5px;
	background:#707070;
	content:"";
	left:0;
	top: 10px;
}
.maps-nav ul li>a{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.maps-nav ul li>a:hover{
    color: #3475a9;
}
.maps-nav ul li:hover:before{
	background:#3475a9;
}
.maps-menus{
    position: absolute;
    background: #006eab;
    z-index: 2;
    font-size: 0;
    display: none;
    width: 400px;
    border-radius: 5px;
    padding-bottom: 15px;
}
.maps-menus:before{
    position: absolute;
    content: "";
    top: -14px;
    border:8px solid transparent;
    border-bottom-color: #006eab;
    left: 25px;
}
.maps-menus a{
    display: inline-block;
    color: #b8cbea;
    font-size: 14px;
    text-align: center;
   margin-top: 15px;
   margin-left: 15px;
}
.maps-menus a:hover{
   color: #fff;
}


.fbpt_gl{ padding: 0 20px;}
.ej_place{ line-height: 57px;}
.ej_place i{ float: left; margin-top: 4px; margin-right: 8px;}
.pt_lf{ float: left; width: 247px;}
.pt_lf_title{height: 51px; background: #006eab; margin-top: 20px; }
.pt_lf_title i{ float: left; margin-top: 15px; margin-left: 13px;}
.pt_lf_title i img{display: block;}
.pt_lf_title span{font-size: 18px; color: #f5f7fa; line-height: 51px; margin-left: 13px;}
.pt_lf_con{ margin-top: 14px;}
.pt_lf_li{ width: 100%; height: 49px; line-height: 49px;  cursor: pointer; border: 1px solid #e4e3e3;}
.pt_lf_li i{ float: right; width: 8px; height: 11px; background: url(../images/pt_lf_con_i.png) no-repeat; margin-top: 20px; margin-right: 21px;}
.pt_lf_li span{ float: left; margin-left: 25px; font-size: 16px; color: #333333;}
.pl_lfh .pt_lf_li{background: #f3f5f9; border-color: #f3f5f9;}
.pl_lfh .pt_lf_li i{ background: url(../images/pt_lf_con_ih.png) no-repeat; }
.pt_lf_box{  display: none; width: 100%;}
.pt_lf_box a{ display: block; line-height: 40px; border-bottom: 1px dashed #e9e9e9; overflow: hidden; font-size: 14px; color: #333; cursor: pointer; width: 100%;}
.pt_lf_box a em{ float: left; width: 5px; height: 8px;  margin-top: 18px; margin-left: 32px; margin-right: 16px; background: url(../images/pt_lf_box_a_em.png) no-repeat;}
.pt_lf_ul{ margin-bottom: 14px; }
.pt_lf_box .ac em{ background: url(../images/pt_lf_box_a_emh.png) no-repeat;}
.pt_lf_box .ac{ color: #046bbd;}
.pt_rg{ float: right; width: 893px;}
.pt_rg_top{ height: 78px; background: #f3f5f9; margin-top: 20px; display: table; width: 100%; padding: 0 20px;}
.pt_rg_top .lf{   color: #015293; font-size: 18px;  display: table-cell; vertical-align: middle;}
.pt_rg_top .mid{  width: 546px; height: 40px; border: 1px solid #dcdcdc; margin-left: 21px; display: table-cell; background: #fff; float: left; margin-top: 19px;}
.pt_rg_top .mid input{ float: left;  width: 70%; margin-left: 17px; border: 0; height: 100%; outline: 0; color: #999999; font-size: 16px;}
.pt_rg_top .mid i{ float: right; background: url(../images/pt_rg_ss.png) no-repeat; width: 21px; height: 20px; margin-top: 8px; margin-right: 17px; cursor: pointer;}
.pt_rg_top .rg{  color: #fff; font-size: 16px;  display: table-cell; width: 120px; height:40px; line-height: 40px; text-align: center; background: #006eab; float: right; margin-top: 19px;}
.pt_rg_title{ line-height: 53px; border-bottom: 1px solid #cae0f3;}
.pt_rg_title span{color: #0675bd;font-size: 18px;font-weight: bold;border-bottom: 4px solid #046bbd;display: block;/* width: 180px; */}
.pt_rg_con{margin-top: 15px;}
.pt_rg_con table{ width: 100%; border: 1px solid #e4e4e4; border-collapse: collapse;  table-layout: fixed; font-size: 16px; text-align: center;}
.pt_rg_con table .tr1{ height: 51px; background: #f3f5f9; color: #666; font-weight: bold;}
.pt_rg_con table .td2{ text-align: left; padding-left: 12px;}
.pt_rg_con table .tr2{ height: 47px; }
.pt_rg_con table .tr2 .td1{ color: #666666;}
.pt_rg_con table .tr2 .td2{ overflow: hidden;  white-space: nowrap; text-overflow: ellipsis;}
.pt_rg_con table .td2{ width: 60%;}
.pt_rg_con table .td3{ width: 15%;}
.pt_rg_bot .page{ border-top: 0;  margin-top: 20px;}
.pt_rg_bot{ margin-bottom: 20px;}
.mlgl{margin-top: 20px;}
.pt_rg_bot .ss_title{margin-top: 20px;}
.pl_lfh .pt_lf_li span{font-weight: bold; color: #006eab;}
.pt_rg_bot .zy_title .on{color: #006eab;}
.pt_rg_bot{margin-top: 10px;}


.tllb{ background: #fff; margin-top: 20px; padding: 20px 20px 40px; }
.tllb_lf{ float: left; width: 247px;}
.tllb_lf_top{ height: 51px; background: #006eab;}
.tllb_lf_top i{ float: left; margin-left: 12px; margin-top: 14px;}
.tllb_lf_top span{ margin-left: 15px; color: #fff; font-size: 18px; line-height: 51px;}
.tllb_lf_bot a{ display: block; border: 1px solid #e4e3e3; margin-top: 6px;}
.tllb_lf_bot a span{ margin-left: 26px; font-size: 16px; color: #333;}
.tllb_lf_bot a i{float: right; background: url(../images/pt_lf_con_i.png) no-repeat; width: 8px; height: 11px; margin-right: 20px; margin-top: 19px;}
.tllb_lf_bot .on{background: #f4f4f4; border-color: #f4f4f4;}
.tllb_lf_bot .on i{background: url(../images/pt_lf_con_ih.png) no-repeat;}
.tllb_lf_bot a:hover{background: #f4f4f4; border-color: #f4f4f4;}
.tllb_lf_bot a:hover i{background: url(../images/pt_lf_con_ih.png) no-repeat;}
.tllb_rg{ float: right; width: 875px;}

.yy_list li{overflow: hidden; margin-bottom: 20px;}
.yy_list li i{ float: left; width: 5px; height: 5px; background: #bfbfbf; margin-top: 8px;}
.yy_list li a{ float: left; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 80%; margin-left: 15px;}
.yy_list li span{float: right; font-size: 14px; color: #999;}
.yy_list li:last-child{margin-bottom: 0;}
.yy_list li:hover i{background: #037edb;}
.yy_list li:hover a{color: #037edb;}
.yy_list li:hover span{color: #037edb;}
.tllb_rg_con{min-height: 280px;}
.tllb_rg_con ul{ padding: 35px 0; border-bottom: 1px dashed #cccccc;}
.tllb_rg_con ul:last-child{ border-bottom: 0;}
.tllb_rg_width{ width: 100%;}

.tllb_lf .pt_lf_li{height: auto; line-height: initial; overflow: hidden; display: table;}
.tllb_lf .pt_lf_li span{ padding: 7px 0; display: table-cell; vertical-align: middle; float: none; line-height: 30px; width: 75%; padding-left: 25px;}
.pl_lfh .pt_lf_li{ background: #f4f4f4;}
.tllb_rg2{width: 100%;}


.tpxw{margin-top: 28px;}
.tpxw a{float: left; width: 408px; height: 371px; background: #f4f9ff;  padding: 14px; margin-bottom: 40px;}
.tpxw a img{display: block; width: 100%; height: 222px;}
.tpxw a b{display: block; color: #006eab; font-size: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  line-height: 48px; border-bottom: 1px solid #cccccc; font-weight: initial;}
.tpxw a em{display: block; line-height: 28px; font-size: 16px; color: #333; margin-top: 10px;}
.tpxw a em span{ text-align: center; float: right; color: #999999; font-size: 14px;}
.tpxw a:nth-child(2n+2){ float: right;}


.nry-page{
	padding: 0 55px;
	overflow: hidden;
	padding-bottom: 15px;
}
.nry-h1{
	font-size: 30px;
	text-align: center;
	margin-top: 25px;
	font-weight: bold;
	color: #006eab;
}
.nry-h2{
	text-align: center;
	color: #333;
	font-size: 25px;
	margin-top: 8px;
	font-weight: bold;
}
.nry-p1{
	margin-top: 46px;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 14px;
	background: #f7f7f7;
	    padding-top: 12px;
}
.nry-p1 span{
	margin: 0 30px;
	font-size: 14px;
	color: #666;
}
.nry-p1 span b{
	margin: 0 4px;
	cursor: pointer;
	font-weight: initial;
}
.nry-text p{
	margin-top: 10px;
	line-height: 36px;
}
.nry-text .pys{
	text-align: center;
}
.nry-text .pys span{
	display: block;
	font-size: 14px;
	color: #666;
}
.nry-ewm{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
}
.nry-ewm span{
	display: block;
	font-size: 12px;
	color: #999;
	margin-bottom: 8px;
}

.nry-share{
	margin-bottom: 35px;
	text-align: right;
}
.nry-share em {
    float: right;
}
.nry-share .print {
    padding-top: 5px;
}
.print{
	display: inline-block;
	margin-right: 18px;
	font-size: 14px;
	color: #999;
}
.closew{
	display: inline-block;
	margin-right: 18px;
	font-size: 14px;
	color: #999;
}
.bdsharebuttonbox{
	display: inline-block;
	vertical-align: middle;
}
.tyxl{margin-top: 20px; background: #fff;}
.nry-text{padding-top: 20px;}
.xl_list{ border-top: 1px solid #F7F7F7;}
.xl_list_title{line-height: 56px;}
.xl_list_title a{ font-size: 16px; color: #006eab; font-weight: bold;}
.xl_list li{ margin-bottom: 15px;}
.xl_list li a{ font-size: 16px; color: #333; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.xl_list li a:hover{ color: #1b7dde;}


.ptxl_title_bot{ width: 100%; margin-top: 20px; background: #f7f7f7; padding: 20px 30px 5px; }
.ptxl_title_bot span{ float: left; width: 33.33%; color: #666; font-size: 16px; margin-bottom: 12px;}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}


.zjdc{margin-top: 20px; padding-bottom: 26px;}
.zjdc_con{margin-top: 17px;}
.zjdc_con table{width: 100%; font-size: 16px; color: #333;text-align: center; margin-bottom:35px;table-layout: fixed;}
.zjdc_con table th{ font-weight: bold; padding: 12px 0; }
.zjdc_con table thead tr:nth-of-type(1){background: #f7f7f7;}
.zjdc_con table td{padding: 10px 0;}
.zjdc_con table tr td:nth-of-type(1){ text-align: left;}
.zjdc_con table em{float: left; width: 77px; height: 25px; border: 1px solid #d2d2d2; border-radius: 3px;  text-align: center;margin-right: 10px;}
.zjdc_con table em i{float: left; width: 5px; height: 5px; border-radius: 50%; background: #999; margin-top: 9px; margin-left: 6px;}
.zjdc_con table em b{color: #999; font-weight: inherit;}
.zjdc_con table span{margin-left: 18px;}
.zjdc_con table td:hover em{ border-color: #006eab;}
.zjdc_con table td:hover em i{background: #006eab;}
.zjdc_con table td:hover em b{color:#006eab ;}
.zjdc_con table td:hover span{ color: #006eab;}


.nbju{ width: 1200px; margin: 0 auto; }
.dishilan{ height: 50px; font-size: 14px; color: #333; line-height: 50px; padding-left: 15px; background: #fff;}
.jiange{ height: 18px; background: #f7f7f7; }
.lingdaonr{ padding: 30px 35px; background: #fff; }
.lindaopic{ width: 155px; height: 200px; float: left; }
.lalist-ul li{ width: 46%; border-bottom: 1px dashed #dfdfdf; float:left; padding-bottom: 10px; margin: 0 1% 30px 2%;}
.ldxiangxi{padding-left: 10px;/* float: left; */width: 350px;}
.ldname{ font-size: 18px; font-weight: bold; line-height: 40px;}
.ldnamexx{ font-size: 21px; font-weight: bold; line-height: 40px;}
.zhiwei{ padding-bottom: 20px;}
.fenggong{ height: 80px;}
.fenggong span{  float: left; display: inline-block;line-height: 26px;}
.ckquanbu{ float: right;}
.ckquanbu a{display: block; width: 100px; height: 40px; background: #f7f7f7; color: #015293; border-radius:5px; text-align: center; line-height: 40px; font-size: 14px;}
.ckquanbu a:hover{ background: #015293;color: #fff;}
.fgtext{ width: 80px; color: #015293; }
.ldfgtext{ color: #015293; padding-bottom: 20px;}
.fgtextxx{ width: 260px;;}
.lindaoleft{ width: 70%; float: left; background: #fff;margin-bottom: 20px;}
.lindaoright{ width: 28%;float: right; background: #fff;}
.xiangxijj{width: 550px;margin: 50px auto;}
.xxpic{ width:160px;float: left; border: 1px solid #dfdfdf; padding: 5px; height: 200px; box-shadow: 2px 2px 0 2px #eeeeee;}
.xxpic img{ width: 160px; height: 188px;}
.xxnr{width: 390px;float: left;padding-left: 30px;}
.xxnebianju{ padding: 15px;}
.xxnebianju2{ padding: 15px 50px 40px;}
.ldfgxiangxi{ padding-bottom: 10px;;}
.gerenjianli{border-bottom: 1px solid #dddddd;/* height: 55px; */margin-bottom: 15px;}
.gerenjianli ul li{ width: 90px; border-bottom: 3px solid #006eab; height: 55px;  color: #333; text-align: center; font-size: 18px; font-weight: bold; padding: 23px 0 0 0 ;}
.quanbijianli{ height: 270px; overflow: auto; margin-bottom: 10px;}
.quanbijianli p{ line-height: 33px;;}

.ldxiangxibt{border-bottom: 1px solid #dddddd; }
.ldxiangxibt a{width: 90px; height: 55px;color: #999999; text-align: center; font-size: 18px; font-weight: bold;  display:inline-block;  padding: 23px 0 0 0 ; margin-right: 15px;}
.ldxiangxibt a.active{color: #333333;border-bottom: 3px solid #006eab;}
.xxqitald{height: 50px;line-height: 50px;overflow: hidden;}

.xxqitald a{ display: block; width: 100%; height: 50px; padding: 0 10px;}
.xxqitald a:hover{ background: #0466c7; color: #fff;}
.xxqitald a span{ display: block;}
.xxqitaldleft{ width: 40%; float: left; text-align: left;}
.xxqitaldright{ width: 60%; float:right; text-align: right;}
.sxjiange{ margin: 15px 0; background: #fff;}
.laixinxuzhi{height: 135px; border: 1px  dashed #bed9f7;}
.xuzhitittle{ width: 120px; height: 120px; float: left; font-size: 32px; font-weight: bold; color: #0466c7; padding: 20px 0 0 30px;}
.xzfgx{ width: 11px; float: left;}
.xztext{ width: 700px; float: left; font-size: 14px; padding: 15px 0 0 15px;}
.xzxiangxi{ line-height: 40px; text-align: center;}
.xzxiangxi span{ color: #1b7dde;}
.xzxiangxi a:hover{color: #1b7dde;}
.xzzhuce{ width: 270px; float: right; background: url(../images/ldxxpic02.png)left center no-repeat; height: 135px; padding: 20px 0 0 100px;}
.xzzhuce button{ width: 145px; height: 40px; background: #0466c7; line-height: 40px; text-align: center; border-radius: 20px; border: none; color: 
    #fff; font-weight: bold; font-size: 18px; margin-bottom: 10px;}
.xzzhuce button a{ color:  #fff; }
.xzzhuce button:hover{ cursor: pointer;}  
.laixinbiaoti{ height: 45px; background: #e8f2fb; color: #333; font-weight: bold;}
.laixbiaog{ width: 100%; margin: 10px 0 0 0 ;text-align: center;}
.laixbiaog td{ height: 40px; }
.xriqi{ color: #999;font-size: 14px; }
.xbiaoti{ text-align: left; position: relative;}
.xbiaoti a{display:inline-block; padding-left: 20px;}
.xbiaoti a:before{position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #333;
	border-radius: 50%;
	-ms-border-radius:50%;
	left: 10px;
    top: 20px; }
    
.shujupaixing ul{ float: left; padding-top: 10px; width: 45%; margin: 0 2%;}
.shujupaixing ul li{ height: 40px; border-bottom: 1px dashed #cccccc;}
.shujupaixing ul li span{ display: inline-block; float: left;}
.paiming{ width: 20px; height: 20px; background: #808080; color: #fff;line-height: 20px; text-align: center; margin: 10px 10px 0 5px; }
.paimingdiq{ width: 400px;line-height: 40px;}
.pmlv{ width: 80px; text-align: right; color: #999; line-height: 40px;}
.hong{ background: #ef8200;}
.huang{ background: #f6ab00;}
.jing{ background: #fee100;}
.xjcxk{ width: 195px; height: 35px; border: 1px solid #dadada; border-radius: 5px;margin-right: 10px; float: left;font-size: 12px; text-indent: 10px; color: #999;}
.zy_box .jddw{ position: relative; float: none; width: 100%;}
.xinjianchaxunk{ position: absolute; right: 0; width: 380px; top: 10px;;}
.xjleixin{ border: 1px solid #dadada; padding: 7px; color: #999; font-size: 12px;border-radius: 5px;}
.xjcxanniu{ width: 65px; height: 35px; background: #006eab; text-align: center; line-height: 35px; color: #fff; border: none;border-radius: 5px;}
.biaotic1{ width: 5%;}
.biaotic2{ width: 50%;}
.biaotic3{ width: 15%;}
.biaotic4{ width: 10%;}
.qingkuanfk{ padding: 10px; border: 1px solid #eaeaea; margin-top: 15px;}
.qingkuanfkL{ width: 13%; float: left; height: 60px; border-right: 1px solid #eaeaea; text-align: center;}
.qingkuanfkR{ width: 86%;float: right;}
.riq{ font-size: 30px; color:#0466c7 ; font-weight: bold;}
.niany{ font-size: 14px; color: #999;}
.fangkuibt{ font-weight: bold;}
.fangkuibt a{ color: #000;}
.fkxingxi{ font-size: 14px; color: #999;} 
.hmbianju{ padding-top: 15px;}

.ldiaochalist-ul li a {

    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.diaochalist-ul li span {

    float: right;
    font-size: 14px;
    color: #999;

}
.diaochalist-ul li {

    line-height: 46px;
    height: 46px;
    position: relative;
    padding-left: 15px;

}
.diaochalist-ul li a {

    float: left;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.diaochalist-ul li:hover{ background: #0466c7; color:}
.diaochalist-ul li:hover a{ background: #0466c7; color: #fff;}
.diaochalist-ul li:hover span{ color: #fff;}

.diaochalist-ul li:before{position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #333;
	border-radius: 50%;
	-ms-border-radius:50%;
	left: 5px;
    top: 20px; }
.xbiaotidiaocha{ text-align: left; }
.diaocabiaoti{ color: #0466c7;}
.zjbiaoge{ width: 100%;table-layout: fixed;}
.zjbiaoge td{ height: 40px; padding: 0 5px;}
.zjbiaoge tr:hover{ background: #0466c7;}
.zjbiaoge tr:hover a{ color: #fff;} 
.zjbiaoge tr:hover td{ color: #fff;} 
.xbiaotidiaocha a{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 90%;}
.xx_top{ background: url(../images/xx_top.png) center no-repeat; width: 100%; height: 180px; margin-bottom: 15px;}
.xx_top .lf{float: left; color: #fff; font-size: 14px; text-indent: 2em; width: 738px; margin-left: 62px; margin-top: 88px; line-height: 24px;}
.xx_top .rg{float: right; margin-right: 53px; margin-top: 55px;}
.xx_top .rg a{float: left; margin-left: 25px;}
.xx_top .rg a i{display: block; width: 50px; height: 50px; border-radius: 50%; background: #fff; margin: 0 auto; padding-top: 12px;}
.xx_top .rg a i img{display: block; margin: 0 auto;}
.xx_top .rg a span{display: block; color: #fff; font-size: 16px; text-align: center; margin-top: 8px;}


.ysq{margin-top: 20px; padding-bottom: 25px; position: relative;}
.ysq_nav{line-height: 54px; border-bottom: 1px solid #d2d2d2; text-align: center;}
.ysq_nav a{ color: #999; font-size: 20px; font-weight: bold; margin-left: 45px; display: inline-block; cursor: pointer;}
.ysq_nav a:first-child{margin-left: 0;}
.ysq_nav .on{color: #333; border-bottom: 3px solid #006eab;}
.sqxz{margin-top: 22px;}
.sqxz p{ line-height: 30px; font-size: 16px; color: #333;}
.sqxz_box{ margin-bottom: 30px;}
.sqxz_box:last-child{margin-bottom: 0;}
.sllc{margin-top: 25px;}
.sllc_top h1{display: block; color: #333; font-size: 16px;}
.sllc_top .bot{margin-top: 20px;}
.sllc_top .bot i{ background: url(../images/sllc_top_i.png) no-repeat; width: 187px; height: 49px; display: flex; align-items: center; float: left; justify-content: center; text-align: center; font-size: 16px; color: #fff;}
.sllc_top .bot b{float: left; background: url(../images/sllc_top_b.png) no-repeat; width: 25px; height: 25px; margin: 10px 10px 0;}
.sllc_bot{margin-top: 20px;}
.sllc_bot p{ display: block; line-height: 30px; font-size: 16px; color: #333; margin-bottom: 35px;}
.sllc_bot p:last-child{margin-bottom: 0;}
.sllc_bot p span{display: block;}
.zxsl{margin-top: 10px;}
.zxsl_title{ text-align: center; font-size: 18px; color: #333; font-weight: bold; height: 51px; line-height: 51px; background: #ededed;}
.zxsl_title span{ font-size: 14px; color: #ff0000;}
.zxsl_top_con table{width: 100%; }
.zxsl_top_con table td{ border: 1px solid #f2f2f2; width: 100%; height: 100%; height: 59px;}
.zxsl_top_con table tr{float: left; width: 100%; }
.zxsl_top_con table .tr2{ width: 50%;}

.ysq-totb{
	border: 1px solid #f2f2f2;
}
.totb1-h1{
	height:60px;
	background:#f2f2f2;
	line-height:60px;
	text-align:center;
	font-size: 21px;
	font-weight: bold;
}
.totb1-f1{
	height: 60px;
	line-height: 60px;
	color: #666;
	padding-left: 34px;
}
.totb1-f1 label{
	margin-left: 20px;
	cursor: pointer;
}
.totb1-f1 label input{
	margin-right: 6px;
}
.totb1-f2 li{
	width: 50%;
	border-top: 1px solid #f2f2f2;
	height: 60px;
	border-right: 1px solid #f2f2f2;
	float: left;
}
.totb1-f2 li:nth-of-type(even){
	border-right: 0;
}
.totb1-f2 li .totf2-1{
	float: left;
	width: 198px;
	border-right: 1px solid #f2f2f2;
	line-height: 60px;
}
.totb1-f2 li .totf2-1 span{
	display: block;
    width: 135px;
    margin: 0 auto;
    text-align: right;
}
.totb1-f2 li .totf2-1 span i{
	color: #ff0000;
	margin-right: 10px;
}
.totb1-f2 li .totf2-2{
	float: left;
	width: calc(100% - 198px);
	padding: 10px 9px;
}
.totb1-f2 li .totf2-2 input{
	border: 1px solid #dddddd;
	height: 40px;
	text-indent: 12px;
	width: 100%;
	border-radius:4px;
	font-size: 16px;
}
.totb1-f3 li{
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
	height: 98px;
}
.totb1-f3 li .totf3-1{
	float: left;
	width: 198px;
	border-right: 1px solid #f2f2f2;
	padding-top: 30px;
	height: 100%;
}
.totb1-f3 li .totf3-2{
	float: left;
	width: calc(100% - 198px);
	padding: 10px 9px;
}
.totb1-f3 li .totf3-2 textarea{
	border: 1px solid #dddddd;
	height: 80px;
	padding: 12px;
	width: 100%;
	border-radius:4px;
	font-size: 16px;
}
.totb1-f3 li .totf3-1 i{
	color: #ff0000;
	margin-right: 12px;
}
.totb1-f3 li .totf3-1 u{
	text-decoration: none;
	display: block;
	text-align: center;
}
.totb1-f3 li .totf3-1 em{
	font-size: 14px;
	color: #ff0000;
	display: block;
	text-align: center;
}
.totb1-f4 li{
	border-bottom: 1px solid #f2f2f2;
	height: 60px;
	padding-top: 19px;
	padding-bottom: 19px;
}
.totb1-f4 li span{
	display: inline-block;
	margin-left: 17px;
	margin-right: 22px;
	width: 260px;
	text-align: right;
}
.totb1-f4 li label{
	margin-right: 20px;
	cursor: pointer;
	color: #666;
}
.totb1-f4 li label input{
	margin-right: 6px;
}
.totb1-f5 h6{
	margin-top: 20px;
	margin-left: 20px;
	font-size: 16px;
}
.totb1-f5 ul{
	padding: 5px 30px 20px;
}
.totb1-f5 li{
	width: 25%;
	float: left;
	margin-top: 17px;
}
.totb1-f5 li label{
	color: #666;
}
.totb1-f6 li{
	overflow: hidden;
	border-top: 1px solid #f2f2f2;
	height: 60px;
}
.totb1-f6 li h3{
	float: left;
	width: 198px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	padding: 8px 24px 0;
	border-right: 1px solid #f2f2f2;
	height: 100%;
}
.totb1-f6 li .f6-sc1{
	float: left;
    width: calc(100% - 198px);
    padding: 10px 9px;
}
.f6-sc1 .em1{
	float: left;
	width: 104px;
	height: 35px;
	margin-right: 10px;
	border-radius: 4px;
	background: #006eab;
	color: #fff;
	text-align: center;
	line-height: 35px;
	margin-top: 2px;
	cursor: pointer;
}
.f6-sc1 input{
	float: left;
	height: 40px;
	border: 1px solid #ddd;
	text-indent: 12px;
	width: calc(100% - 228px);
	border-radius: 4px;
}
.totb1-f6 li span{
	float: left;
	width: 198px;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #f2f2f2;
	line-height: 60px;
}
.totb1-f6 li .f6-sc2{
	float: left;
    width: calc(100% - 198px);
    padding: 10px 9px;
}
.f6-sc2 input{
	float: left;
	height: 40px;
	border: 1px solid #ddd;
	text-indent: 12px;
	width: 245px;
	border-radius: 4px;
	margin-right: 10px;
}
.f6-sc2 img{
	/*margin-top: 7px;*/
	cursor: pointer;vertical-align: middle;width: 100px;height: 40px;
}
.ysq-title i a{ color: #fff;}
.ysq-cx3 .cxyzm img{
	cursor:pointer;
	vertical-align:middle;
	width:71px;
	height: 36px;
}

.totb1-f2 li .totf2-2 select{
	float: left;
	height: 40px;
	border: 1px solid #dddddd;
	width: 100%;
	font-size: 16px;
	color: #666;
	border-radius: 4px;
	text-indent: 12px;
}
.ysq-tj{
	padding: 20px 0 10px;
	text-align: center;
}
.ysq-tj span{
	display: inline-block;
	color: #fff;
	width: 158px;
	height: 38px;
	background: #006eab;
	line-height: 38px;
	cursor: pointer;
	border-radius: 4px;
}
.ysq-title2 h2 span{
	background: url(../images/onlf14_03.png) no-repeat right 0;
}
.ysq-title3 h2 span{
	background: url(../images/onlf40_03.png) no-repeat right 0;
}
.ysq-title4 h2 span{
	background: url(../images/nlif50_03.png) no-repeat right 0;
}
.mbj-c1 table{
	width: 100%;
	border: 1px solid #f2f2f2;
}
.mbj-c1 table td{
	padding: 19px 0;
}
.mbj-c1 table td:nth-of-type(odd){
	text-align: center;
}
.mbj-c1 table td:nth-of-type(even){
	padding-left: 18px;
	color: #666;
}
.mbj-c1 table tr:first-child td{
	text-align: left;
	padding-left: 20px;
}
.mbj-c2 table{
	width: 100%;
	border: 1px solid #f2f2f2;
}
.mbj-c2 table td{
	padding: 19px 0;
}
.mbj-c2 table tr:first-child td:nth-of-type(1){
	padding-right: 10px;
	text-align: right
}
.mbj-c2 table tr:nth-of-type(2) td:nth-of-type(1){
	padding-right: 10px;
	text-align: right
}
.mbj-c2 table td:nth-of-type(even){
	padding-left: 18px;
	color: #666;
}
.mbj-c2 table td span{
	margin-left: 20px;
	display: inline-block;
	width: 260px;
	text-align: right;
	margin-right: 10px;
}
.mbj-c2 table td em{
	color: #666;
}
.mbj-c3 table{
	width: 100%;
	border: 1px solid #f2f2f2;
}
.mbj-c3 table td{
	padding: 19px 0;
}
.mbj-c3 table td:nth-of-type(odd){
	text-align: center;
}
.mbj-c3 table td:nth-of-type(even){
	padding-left: 20px;
	color: #666;
}
.ysq-totb1{border:0}
.slzn-box{
	padding:0 20px 20px 20px;
}
.slzn-box p{
	line-height: 36px;
	margin-top: 28px;
}
.ysq-title .all-a{
	float: right;
	width: 94px;
	height: 29px;
	background: #e8f2fa;
	text-align: center;
	line-height: 29px;
	color: #018bd3;
	border-radius: 4px;
	margin-top: 3px;
	cursor: pointer;
}
.ysq-cx1{
	padding: 20px;
	overflow: hidden;
	line-height: 38px;
}
.ysq-cx1 span{
	float: left;
}
.ysq-cx1 select{
	float: left;
	height: 38px;
	border: 1px solid #dddddd;
	width: 145px;
	margin-left: 4px;
	font-size: 16px;
	color: #666;
}
.ysq-cx1 i{
	float: left;
	margin-left: 10px;
	width: 120px;
	height: 38px;
	background: #359ae5;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
}
.ysq-cx2 table{
	width: 100%;
}
.ysq-cx2 table thead tr{
	background: #f2f2f2;
}
.ysq-cx2 table th{
	padding: 15px 20px;
}
.ysq-cx2 table td{
	padding: 15px 20px;
	text-align: center;
}
.ysq-cx2 table tbody tr{
	border-bottom: 1px solid #f2f2f2;
}
.ysq-totbcx{
	border-bottom: 0;
}
.ysq-cx2 table td:nth-of-type(1){
	text-align: left;
}
.ysq-cx3{
	padding: 20px;
	overflow: hidden;
	line-height: 38px;
}
.ysq-cx3 span{
	float: left;
}
.ysq-cx3 input{
	float: left;
	width: 248px;
	height: 38px;
	border: 1px solid #dddddd;
	margin-left: 4px;
	text-indent: 8px;
	margin-right: 10px;
}
.ysq-cx3 .cxyzm{
	float: left;
	/*margin-top: 5px;*/
}
.ysq-cx3 i{
	float: left;
    margin-left: 10px;
    width: 120px;
    height: 38px;
    background: #006eab;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}
.slzn-box2{
	padding: 20px;
}
.slzn-box2 ul{
	margin-top: 20px;
}
.slzn-box2 li{
	float: left;
	width: 248px;
	height: 50px;
	background: url(../images/nlif51_03.jpg) no-repeat right center;
	margin-right: 28px;
}
.slzn-box2 li span{
	display: inline-block;
	width: 205px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background: #018bd3;
}
.sllc-2 p{
	margin-top: 40px;
	line-height: 36px;
}
.slzn-box2 li:last-child{
	background: none;
}
.totb1-h1 span{ font-size: 14px; color: #ff0000;}
.zxsl_xz{position: absolute; width: 154px; height: 40px; background: #006eab; border-radius: 5px; right: 19px; top:11px;} 
.zxsl_xz i{float: left; margin-left: 16px; margin-top: 11px;}
.zxsl_xz span{ line-height: 40px; color: #fff; margin-left: 12px; font-size: 14px;}

.index-nav .inav a{
	    float: left;
	    font-size: 18px;
	    font-weight: bold;
	    margin-top: 0;
	    position: relative;
	    color: #fff;
	    margin-right: 0;
	    transition: .2s;
	    padding: 16px 38.5px;
}
.index-main .index-nav{padding-top: 15px;}
.index-main .ibox2{margin-top: 9px;}
.inav a.active{background: #0a81c3;}
.inav a:hover{background: #0a81c3;}
.inav a:before{display: none;}

.czyjs_banner{
    background: url(../images/zyczxx.jpg) no-repeat;
    width: 1200px;
    height: 180px;
    margin:20px auto 0;
}
.xingwenkuang {padding:30px 20px 10px;background: #fff;}
.gwynews{ width: 49%; float: left; padding-bottom: 25px;}
.gwyright{ width: 49%; float: right; padding-bottom: 25px;}
.xwttlist li{height:35px;overflow:hidden;line-height:35px;position:relative;padding-left:20px;margin-top:15px;height:22px;line-height:22px}
.xwttlist li a:hover{color:#006eab}
.xwttlist li:before{content:"";width:6px;height:6px;position:absolute;left:0;top:10px;background:#bfbfbf}
.xwttlist li:hover:before{content:"";width:6px;height:6px;position:absolute;left:0;top:10px;background:#006eab}
.xwttlist li a{float:left;width:78%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.xwttlist li span{float:right;font-size:14px;color:#999}
.bmline_wrb{display: block; float: left; width: 100%; padding: 10px 0px 10px 0px;}
.bmline_wrb li{display: block;float: left;width: 266px;margin: 10px 12px;padding: 0px 10px;line-height: 40px;border: 1px solid #ccc;text-align: center;overflow: hidden;font-size: 14px;border-radius: 5px;}
.bmline_wrb li a{display: block;width: 100%;height: 42px;color: #666;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.bmline_wrb li:hover {border: 1px solid #006eab;}
.bmline_wrb li:hover a{color: #006eab;}


/*2020.1.16*/
.bot_list{margin-top: 60px;}
.bot_list a{display: inline-block; width: 120px; height: 60px; background: #f7f7f7; border: 1px solid #e3e3e3; text-align: center; line-height: 60px; font-size: 16px; color: #333; font-weight: bold; margin-right: 20px;}
.bot_list a:last-child{margin-right: 0;}

.xz_list{position: relative; padding: 0 20px; background: #fff; margin-top: 23px; padding-bottom: 20px;}
.xz_list_top{line-height: 90px; border-bottom: 1px solid #d2d2d2; overflow: hidden;}
.xz_list_top span{ font-size: 28px; color: #006eab; margin-left: 13px;}
.xz_list_top i{float: left; margin-top: 32px;}
.xz_list_top i img{display: block;}
.xz_list_nav{position: absolute; top: 30px; right: 20px;}
.xz_list_nav a{ width: 149px; display: inline-block; height: 49px; line-height: 49px; text-align: center; background: #f4f4f4; font-size: 16px; color: #333; cursor: pointer;}
.xz_list_nav .on{background: #0a81c3; color: #fff;}
.xz_list_con ul{
	    padding: 35px 0;
    border-bottom: 1px dashed #cccccc;
}
.xz_list_con ul:last-child{border: 0;}


.bt{float: left; width: 80%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-left: 15px; color: #333;font-size: 16px;}

#share{margin-top: -6px !important;}
#share .bshare-custom .bshare-sinaminiblog,#share .bshare-custom .bshare-weixin{height: 16px;width: 16px; margin-right:10px; margin-top: 13px;}


/*½ñÈÕÍ·Ìõ*/
.wzsy_top{ height: 84px;}
.wzsy_top i{ float: left; margin-left: 59px; padding-top: 20px;}
.wzsy_top em{ float: left; margin-left: 28px; padding-top: 16px;}
.wzsy_top em .a1{ display: block; font-size: 22px; font-weight: bold; color: #ec4f45;}
.wzsy_top em span{ display: block; margin-top: 5px; font-size: 16px; color: #666666;}
.wzsy_top em span a{ font-size: 16px; color: #666666;}
.wzsy_top em .a1:hover{ color: #ec4f45;}
.wzsy_top em span a:hover{color: #0675bd;}



.gfwj_table{margin: 0 auto; }
.gfwj_table table{ width: 100%; border-collapse: collapse; text-align: center; table-layout: fixed;}
.gfwj_table table td{border: 1px solid #e4e4e4;}
.gfwj_table .tr1{height: 52px; background: #f2f2f2; font-size: 16px;}
.gfwj_table .tr2{font-size: 14px; }
.gfwj_table a{color: #0281df;}
.gfwj_table .td1{width: 8%;}
.gfwj_table .td2{overflow:hidden;text-overflow:ellipsis; width: 50%; padding-left:10px;text-align:left;}
.gfwj_table .td6{width: 8%;}
.gfwj_table .td5{width: 10%;}
.gfwj_page{ border: 1px solid #e4e4e4; border-top: 0;}
.gfwj_page .page{padding-bottom: 15px;}
.gfwj_table .tr2 td{padding: 10px 0;}
.gfwj_table .tr2 .td2{ padding-left:10px; padding-right: 8px; text-align: justify;}

.cxfl{padding:0}
.cxfl h2{float:left;padding:0 15px;height:30px;background:#63a3d6;font-size:16px;line-height:30px;color:#fff;text-align:center}
.cxfl .flsx{margin-left:120px;margin-bottom:10px;display:flex;flex-wrap:wrap;align-items:center}
.cxfl .flsx span{display:inline-block;padding:0 10px;margin-bottom:10px;font-size:16px;cursor:pointer;width:20%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:30px}
.cxfl .flsx span:hover{background:#0173c7;color:#fff;cursor:pointer}
.cxfl .flsx .fonthong{color:#0173c7;font-weight:600}

@media only screen and (max-width: 1200px){
.gfwj_table .td1{display:none;}
.gfwj_table .td3{display:none;}
.gfwj_table .td6{display:none;}
.gfwj_table .td5{width:25%;}
.ptxl_title_bot{ padding: 0; padding-top: 10px;}
.ptxl_title_bot span{ width: 100%; padding-left: 10px;}

.czyjs_banner{
    background-size: 100% 100%;
    width: 100%;
    height: 80px;
}

.gwynews{width:100%;}
	.xwttlist li a{width:100% !important;}
	.gwyright{float:left;width:100%;}

	
}

@media only screen and (max-width: 768px){
	.zjzy_logo{
    padding-top: 40px;
}
	.zjzy1{width: 100%;height: 450px;}
	.zjzy1 img{
    width: 70%;
    margin-left: -130px;
}
.zjzy2_lf{width:100%;background-size: 100% auto;background: unset;margin-left: 0px;padding: 0px;height: auto;}
	.zjzy2_lf p{
    margin-top: 0px;
}
	.zjzy2_rg{
    margin-left: calc((100% - 320px)/2);
    margin-top: 20px;
    width: 100%;
}
	.zjzy3_con .p1{
    width: 100%;
}
	.zjzy3_con .p2{width: 100%;}
	.zjzy3_con .p3{width:100%;}

	.zjzy4_con{width:100%;}
	.zjzy4_con a{
    position: relative;
}
	.zjzy4_con a:nth-of-type(1){width:100%;}
	.zjzy4_con a:nth-of-type(1) img{
    height: auto;
    width: 100%;
}
	.zjzy4_con a:nth-of-type(2){
    display: none;
}
	.zjzy4_con a:nth-of-type(3){
    left: 0;
    top: auto;
    width: 100%;
}
	.zjzy4_con a:nth-of-type(4){
    display: none;
}
	.zjzy4_con a:nth-of-type(5){
    display: none;
}
	.zjzy4_con a:nth-of-type(6){
    display: none;
}
	.zjzy4_con a:nth-of-type(7){
    left: 0;
    top: auto;
    width: 100%;
}
.zjzy4_con a:nth-of-type(3) img,.zjzy4_con a:nth-of-type(7) img {
    height: auto;
}

	.zjzy4_con a span{display:none;margin-left: calc((100% - 210px)/2);position: static;top: 0px;z-index: inherit;}
	.zjzy5_con a .top em{
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
}
	.zjzy5_con a .bot{
    margin-top: 0px;
}

	.zj_header_rg_top .lf{
    background: unset;
    height: 0px;
}
	.zj_header_rg_top{margin-top:0px;}
	.zj_header_rg_top .lf a:nth-of-type(1){display:none;}
	.zj_header_rg_top .lf a:nth-of-type(2){display:none;}
	.zj_header_rg_top .lf a:nth-of-type(5){display:none;}
	.zj_header_rg_top .lf b{display:none;}

.zj_header_rg{
    float: unset;
}
	.zj_header_nav{
    line-height: 30px;
    margin-top: 10px;
}
	.zj_header_nav a{
    margin-right: 0px;
    width: 25%;
    text-align: center;
}
	.zj_header{height: 160px;}
.zjzy4_con a:hover span {display: none;}


	.cxfl{display: flex;flex-direction: column;}
	.cxfl .flsx{margin: 10px auto;}
	.cxfl .flsx span{width: 50%;}
}






