@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-size: 16px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";
    color: #000;
    width: 100%;
    height: 100%;
}

ul li,
ol li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}
.ellipsis{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.wapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.boxSizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.blue{
    color: #033160;
    padding-top: 20px;
    padding-left: 10px;
}
/* 首页 */
body{
    background: #eef6fb;
}
.idx-wrapper{
	position:relative;
    width: 1200px;
    background: #ffffff;
    border-radius: 6px;
    margin: 20px auto;
    padding: 10px;
    box-sizing: border-box;
}
.idx-cont{
    width: 1200px;
    margin: 20px auto;
    box-sizing: border-box;
}
.idx-header{
    position: relative;
    width: 100%;
    height: 100px;
    background: #ffffff;
    border-top: 8px solid #1e5c92;
    border-bottom: 1px solid #1e5c92;
}
.idx-header .cont{
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: url("../images/img/logo.png") no-repeat left center;
}

.idx-header .cont .btn{
    position: absolute;
    right: 0;
    bottom: 10px;
}

.idx-header .cont .btn a{
    color: #387cbc;
    font-size: 14px;
    font-weight: bold;
}
.idx-header .cont .btn a:nth-child(1){
    margin-right: 15px;
}

.idx-header .cont .btn a .fa{
    margin-right: 3px;
}
.idx-menu-wrapper{
    width: 100%;
    background: #0d75dd;
    height: 49px;
}
.idx-menu{
    width: 1200px;
    height: 49px;
    margin: 0 auto;
}
.idx-menu a{
    display: inline-block;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: #fff;
    padding: 0 40px;
}
.idx-menu a.active{
    background: #1e5c92;
    font-weight: bold;
}
.idx-wrapper .xt-box{
    width: 98%;
    height: 45px;
    margin: 10px auto;
    padding-bottom: 25px;
    padding-top: 5px;
    border-bottom: 1px solid #eee;
}

.idx-wrapper .iconWrap{
    float: left;
    position: relative;
    width: 65px;
    height: 100%;
    box-sizing: border-box;
}
.idx-wrapper .titWrap{
    float: left;
    position: relative;
    width: 380px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
}
.idx-wrapper .iconWrap img{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 5px;
    top: 50%;
    margin-top: -20px;
}
.idx-wrapper .btnWrap{
    width: 100%;
    padding: 10px 5px 5px 5px;
    box-sizing: border-box;
}
.idx-wrapper .btnWrap .btn{
    display: block;
    float: left;
    width: 100px;
    box-sizing: border-box;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    padding: 5px 0;
    margin-right: 15px;
}
.idx-wrapper .btnWrap .btn:hover{
    background: #eef7ff;
    color: #0d75dc;
    border-color: #2f96fc;
}
.idx-wrapper .btnWrap .btn .fa{
    font-size: 16px;
    margin: 0 10px;
}
.idx-footer{
    position: relative;
    width: 100%;
    height: 120px;
    margin-top: 20px;
    background: #033b6b;
}
.idx-footer .ft-cont{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 25px;
    box-sizing: border-box;
}
.idx-footer .ft-cont span{
    font-size: 14px;
}
.idx-footer .ft-cont .fa{
    margin: 0 5px;
}
.idx-footer .ftlf{
    position: relative;
}
.idx-footer .ftlf p{
    line-height: 30px;
    color: #fff;
}
.idx-footer .conn{
    display: block;
    width: 100%;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.idx-footer .conn a{
    color: #fff;
}

.rk2{
    position: relative;
    width: 352px;
    height: 393px;
    background: url("../images/idx/rk2.png") no-repeat center;
    margin-top: 35px;

}
.rk2 a{
    position: absolute;
    display: block;
    width: 265px;
    height: 66px;
    /* background: #000; */
    opacity: .5;
    left: 45px;
}
.rk2 a:nth-child(1){
    top: 56px;
}
.rk2 a:nth-child(2){
    top: 136px;
}
.rk2 a:nth-child(3){
    top: 213px;
}
.rk2 a:nth-child(4){
    top: 291px;
}

/**/
.hx-vip{
    width: 970px;
    float: left;
    overflow: hidden;
}

.hx-vip li {
    width: 106px;
    float: left;
    margin-right: 5px;
    height: 311px;
    transition: width .2s;
    background: url("../images/idx/idx_img02.png") no-repeat left top;
    background-size: cover;
    border: 1px solid #6790cb;
    box-sizing: border-box;
}

.hx-vip li .yw-box, .hx-vip li .yw-box-other {
/*    background-color: #fff;*/
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    height: 100%
}

.hx-vip li .yw-box {
    width: 100%;
    position: relative;
    padding: 35px 15px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.hx-vip li .yw-box i {
    font-size: 42px;
    color: #00306e
}

.hx-vip li .yw-box p {
    text-align: center
}

.hx-vip li .yw-box .txt em, .hx-vip li .yw-box .txt b, .hx-vip li .yw-box .txt span {
    display: block
}

.hx-vip li .yw-box .txt b {
    margin-top: 10px;
    height: 40px;
    margin-bottom: 0;
    padding: 20px 0 0 0;
    color: #fff;
}

.hx-vip li .yw-box .txt em {
    font-size: 24px;
    color: #fff;
    font-style: normal;
}

.hx-vip li .yw-box .txt span {
    font-size: 12px
}

.hx-vip li .yw-box p.l {
    display: inline-block;
    height: 1px;
    background-color: #fff;
    width: 15px;
    margin-top: 30px;
    transition: all .3s ease-in
}

.hx-vip li .yw-box .jt {
    position: absolute;
    bottom: 20px;
    left: -50px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all .3s
}

.hx-vip li .yw-box .jt i {
    font-size: 24px;
    color: #44c3f3
}

.hx-vip li .yw-box:hover .jt {
    opacity: 1;
    left: 0
}

.hx-vip li .yw-box:hover p.l {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg)
}

.hx-vip .yw-box-other {
    display: none
}

.hx-vip .yw-box {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05)
}

.hx-vip .yw-child li{
    background: transparent;
}

.hx-vip li.active {
    width: 300px;
    font-size: 14px;
    background: url("../images/idx/idx_img01.png") no-repeat center;
    background-size: cover;
    border: 1px solid #6790cb;
    box-sizing: border-box;
}
.hx-vip li:last-child{
    margin-right:0;
}
.hx-vip li.active .yw-box {
    display: none
}

.hx-vip li.active .yw-box-other {
    padding: 15px;
    width: 300px;
    display: block;
    -webkit-box-shadow: 0 0 15px rgba(0, 48, 110, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 48, 110, 0.15);
    box-shadow: 0 0 15px rgba(0, 48, 110, 0.15);
    box-sizing: border-box;
}

.hx-vip li.active .yw-box-other i {
    font-size: 40px;
    color: #00306e;
    margin-bottom: 20px
}

.hx-vip li.active .yw-box-other i, .hx-vip li.active .yw-box-other b {
    display: block
}

.hx-vip li.active .yw-box-other b {
    font-size: 20px
}

.hx-vip li.active .yw-box-other .yw-child li {
    width: 49%;
    margin-right: 0;
    height: auto;
    margin-top: 15px;
    border: none;
}
.yw-box-other .yw-child li:nth-child(even){
    margin-left: 2%;
}
.hx-vip li.active .yw-box-other .yw-child p, .hx-vip li.active .yw-box-other .yw-child a {
    display: inline-block;
/*    border: 1px solid #b2c0d3;*/
    border-radius: 20px;
    color: #666;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    width: 100%;
    padding: 8px 0
}

.hx-vip li.active .yw-box-other .yw-child p:hover, .hx-vip li.active .yw-box-other .yw-child a:hover {
    background-color: #4c74cb;
    border: 1px solid #4c74cb;
    color: #fff;
}

.hx-vip li.active .yw-box-other .more i {
    color: #44c3f3;
    font-size: 20px
}
.idx-lcCont{
    width: 100%;
    height: 265px;
    border: 1px solid #4c74cb;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 48, 110, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 48, 110, 0.15);
    box-shadow: 0 0 5px rgba(0, 48, 110, 0.15);
    box-sizing: border-box;
}
.idx-lcCont .lcItem{
    float: left;
    width: 25%;
    height: 90%;
    margin-top: 1%;
    padding: 10px 25px;
    box-sizing: border-box;
}
.idx-lcCont .lcItem:nth-child(2){
    border-left: 1px dashed #ddd;
    border-right:1px dashed #ddd;
}
.idx-lcCont .lcItem:nth-child(3){
    border-right:1px dashed #ddd;
}
.idx-lcCont .lcItem .tit{
    font-size: 16px;
    color: #666;
}
.idx-lcCont .lcItem .btnWrap{
    text-align: left;
    padding: 10px 0;
}
.idx-lcCont .lcItem .btnWrap .btn{
    display: inline-block;
    width: 90px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    border-radius: 20px;
}
.idx-lcCont .lcItem .btnWrap span.gc{
    border: 1px solid #3cb34f;
    color: #3cb34f;
}.idx-lcCont .lcItem .btnWrap span.oc{
     border: 1px solid #ff7373;
     color: #ff7373;
 }

.idx-lcCont .lcItem .sbsj{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.idx_banner{
    width: 1200px;
    height: 90px;
    background: url("../images/img/banner01.png") no-repeat center;
    background-size: cover;
    margin: 0 auto;
}
.idx_list{
    width: 100%;
    height: 305px;
}
.idx_list .list_cont{
    width: 680px;
}
.idx_newsTitle{
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #dcdcdc;
}
.idx_newsTitle a{
    display: inline-block;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    color: #033160;
    padding: 0 16px;
    margin: 0 10px 0 0;
    border-bottom: 2px solid #033160;
}
.idx_newsTitle span.more{
    display: inline-block;
    float: right;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}
.idx_listBox{
    width: 100%;
    margin-top: 0;
    padding-top: 8px;
}
.idx_listBox ul{
}
.idx_listBox li {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px dashed #ccc;
}
.idx_listBox li:last-child{
    border: none;
}
.idx_listBox li a{
    float: left;
    display: block;
    color: #666;
    font-size: 15px;
    width: 80%;
}
.idx_listBox li a:hover{
    color: #072f75;
}
.idx_listBox li span{
    float: right;
    display: inline-block;
    font-size: 12px;
    color: #999;
}
.idx_listBox li .dian{
    float: left;
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url("../images/idx/idx_icon10.png") no-repeat center;
    background-size: cover;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
}
/*.listBox li .new{
    float: left;
    display: inline-block;
    width: 22px;
    height: 16px;
    background: url("../images/news.png") no-repeat center;
    margin-top: 15px;
    margin-right: 5px;
}*/
.idx-icon{
    display: inline-block;
    width: 42px;
    height: 42px;

}

.idx-tit{
    font-size: 18px;
    font-weight: bold;
    color: #1e5c92;
    padding: 10px 0 5px 20px;
}

.idx-tit span{
    float: right;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    padding-right: 20px;

}

.icon-01{
    background:url("../images/idx/idx_icon08.png") no-repeat center;
    background-size: contain;
}
.icon-02{
    background:url("../images/idx/idx_icon01.png") no-repeat center;
    background-size: contain;
}
.icon-03{
    background:url("../images/idx/idx_icon02.png") no-repeat center;
    background-size: contain;
}
.icon-04{
    background:url("../images/idx/idx_icon03.png") no-repeat center;
    background-size: contain;
}
.icon-05{
    background:url("../images/idx/idx_icon04.png") no-repeat center;
    background-size: contain;
}
.icon-06{
    background:url("../images/idx/idx_icon05.png") no-repeat center;
    background-size: contain;
}
.icon-07{
    background:url("../images/idx/idx_icon06.png") no-repeat center;
    background-size: contain;
}
.icon-112{
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url("../images/idx/idx_icon07.png") no-repeat center;
    background-size: cover;
}
.icon-25{
    float: left;
    width: 53px;
    height: 48px;
    background: url("../images/idx/idx_icon11.png") no-repeat center;
}

/**/


.link{
    width: 100%;

    padding: 30px 0;
}
.link a:nth-child(2){
    margin: 0 40px;
}
.link a:nth-child(3){
    margin-right: 40px;
}
.link .linkk{
    float: right;
    position: relative;
}
.link .linkk select{
    width: 200px;
    position: absolute;
    top: 22px;
    right: 18px;
    height: 25px;
    border: 1px solid #ccc;
}
.tongjsz{
    float: left;
    width: 35%;
    height: 350px;
    border: 1px solid #4074be;
    background: #fff;
    box-shadow: 0 0 5px #8cb5ee;
    padding: 10px;
}
.tongjsy{
    float: right;
    width: 63%;
    height: 350px;
    border: 1px solid #4074be;
    background: #fff;
    box-shadow: 0 0 5px #8cb5ee;
    padding: 10px;
}
.tongjx{
    width: 100%;
    height: 350px;
    border: 1px solid #4074be;
    background: #fff;
    box-shadow: 0 0 5px #8cb5ee;
    padding: 10px;
    margin-bottom: 30px;
}
.biaogex{
    width: 100%;
    min-height: 350px;
/*    border: 1px solid #4074be;*/
    background: #fff;
 /*    box-shadow: 0 0 8px rgba(0,0,0,.2); */
    padding: 10px;
    margin-top: 20px;
    padding: 20px;
    padding-bottom: 50px;
}
.biaogex .biaogell{
    width: 100%;
}
.biaogex .biaogell th{
    background: #5b8dd5;
    color: #fff;
    font-weight: normal;
    padding: 5px 0;
}
.biaogex .biaogell td{
    text-align: center;
    height: 45px;
    border-bottom: 1px dashed #ccc;
}
.biaogex .biaogell td .chakan{
    color: #5b8dd5;
}
.dakailb{
    display: inline-block;
    width: 30px;
    height: 28px;
    background: url("../images/idx/dakailb.png") no-repeat center;
}
.biaogex .xuanze{
    padding:10px 0;
}
.biaogex .xuanze .biaoti{
    color: #5b8dd5;
    font-weight: bold;
}
.biaogex .xuanze a{
    display: inline-block;
    color: #999;
    margin: 2px 8px;
    padding: 2px 5px;
}
.biaogex .xuanze a.active{
    background: #f8b551;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
}
.biaogex .xuanze .lbb{
        width: 96%
}

.biaogex .tab1lb{
    padding-left: 30px;
}
.biaogex .tab1lb .xinwen{
    width:95%;
    line-height: 65px;
    font-size: 15px;
    border-bottom: dotted 1px #ddd;
    margin-left: 10px;
}
.biaogex .tab1lb .xinwen a{
    float: left;
    width: 620px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 16px;
    background: url("../images/idx/diandian2.png") no-repeat left center;
}
.biaogex .tab1lb .xinwen .shijian{
    float: right;
    font-size: 12px;
    color: #999;
    padding-left: 16px;
    background: url("../images/idx/biao2.png") no-repeat left center;
}
.biaogex .lb-t{
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    background: url("../images/idx/lb-t.png") no-repeat left center;
    color: #033160;
    margin-left: 30px;
    padding-left: 50px;
    margin-top: 20px;
}

.wp .m-text{
    width: 100%;
    min-height: 350px;
    /*    border: 1px solid #4074be;*/
    background: #fff;
/*     box-shadow: 0 0 8px rgba(0,0,0,.2); */
    margin-top: 20px;
    padding: 60px;
    box-sizing: border-box;
}
.wp .m-text h1{text-align: center;font-size: 24px;line-height: 34px;margin-bottom: 10px;}
.wp .m-text .info{padding-bottom: 16px;color:#666;margin-bottom: 18px;border-bottom: 1px solid #ddd;font-size: 14px;text-align: center;}
.wp .m-text .info span{margin: 0 4px;}
.wp .m-text .txt{line-height: 36px;font-size: 16px;color: #666;}
.wp .m-text .txt img{display: block;background:#fff;margin: 0 auto;max-width: 100%;border: 1px solid #ccc;}

.wp .m-text .txt1 strong{color: #2d5ea6;font-size: 18px;padding-top: 30px;display: block;border-top: 1px dashed #ddd}
.wp .m-text .txt1 p:first-child strong{
    border: none;
}
.wp .m-text .txt1 p{line-height: 28px;font-size: 16px;color: #666;padding-bottom: 10px}
.wp .m-text .txt1 .wrap-pdd{padding-left: 60px;padding-bottom: 30px;}
.wp .m-text .txt1 img{display: block;background:#fff;margin: 0 auto;max-width: 100%;box-shadow: 0 2px 8px rgba(0,0,0,.1)}

.pages{overflow: hidden;text-align: center;margin-top: 60px;margin-bottom: 50px;font-size: 14px;color: #666;}
.pages .con{display: inline-block;}
.pages ul{float: left;}
.pages ul li{float: left;}
.pages ul a{display: inline-block;margin: 0 2px;width: 42px;height: 30px;line-height: 30px;
    background-color: #fff;border: 1px solid  #eee;color: #666;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.pages ul li.on a,.pages ul a:hover{color: #fff;background-color: #0288d1;}
.pages ul .pages-prev a,.pages ul .pages-next a{width: 60px;margin: 0 8px;background-color: #fafafa;border: 1px solid  #5b8dd4;color: #5b8dd4;border-radius: 3px;}
.pages ul .pages-prev a:hover,.pages ul .pages-next a:hover{background-color: #0288d1;color: #fff;}
.pages ul span{display: inline-block;width: 36px;height: 42px;line-height: 38px;}

.pages .box{float: left;margin-left: 4px;margin-top: 0;}
.pages .box span,.pages .box em{display: inline-block;line-height: 42px;}
.pages .box span{margin: 0 6px;}
.pages label{margin: 0 5px;}
.pages select{height: 30px;line-height: 30px;margin: 0 5px;border: 1px solid #5b8dd4;border-radius: 3px;}
.pages .box em{font-style: normal;margin: 0 2px;}
.pages .box input{height: 42px;line-height: 40px;width: 60px;font-size: 14px;color: #5b8dd4;}
.pages .box .inp{border: 1px solid  #eee;padding: 0 12px;background-color: #fff;}
.pages .box .btn{cursor: pointer;border: 1px solid  #e4e4e4;background-color: #fafafa;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    height: 42px;line-height: 40px;width: 60px;font-size: 14px;color: #666;display: inline-block;
    *display: inline;
    *zoom: 1;
}
.pages .box .btn:hover{background-color: #0288d1;color: #fff;}

.r-pop {
    position: fixed;
    bottom: 50%;
    margin-bottom: -136px;
    right: 10px;
    background-color: #0d75dd;
    width: 68px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    z-index: 201;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.r-pop li {
    height: 68px;
    color: #fff;
    text-align: center;
    position: relative
}

.r-pop li p {
    height: 68px;
    width: 68px;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 10;
    line-height: 1
}

.r-pop li p i {
    display: block;
    font-size: 24px;
    margin-bottom: 5px
}

.r-pop li a {
    color: #fff;
    display: block;
    height: 68px;
    padding-top: 10px
}

.r-pop li a:hover {
    color: #fff
}

.r-pop li div {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .3s ease;
    display: none;
    width: 150px
}

.r-pop li .pop-sys {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    width: 150px;
    height: auto;
    padding: 10px;
    font-size: 12px;
    color: #999
}

.r-pop li .pop-sys span {
    display: inline-block;
    margin-top: 5px
}

.r-pop li .pop-sys img {
    width: 120px
}

.r-pop li:not(:last-child) {
    border-bottom: 1px solid #005ad7
}

.r-pop li:hover {
    background-color: #00306e
}

.r-pop li:hover .pop-tel {
    right: 69px;
    background-color: #00306e;
    height: 67px;
    line-height: 68px;
    font-size: 16px;
    display: block;
    z-index: 2
}

.r-pop li:hover .pop-sys {
    display: block;
    right: 69px
}
