.tc{text-align: center;}
.tl{text-align: left;}
.tr{text-align: right;}
table{border-collapse: collapse;}
/*注册成功提示*/
.registerok_wk{width:100%;margin:0 auto;display:none;}
.registerok{width:1144px;margin:0 auto;padding:28px;text-align:center;}
.show_data span {
    vertical-align: middle;
}
.odometer_item {
    background-color: #ed6500;
    color: #fff;
    display: inline-block;
    font-size: 34px;
    /*font-family: 'Trebuchet MS', Helvetica, sans-serif;*/
    font-family: '微软雅黑';
    font-weight: bold;
    position: relative;
    border-radius: 3px;
    margin: 1px;
    overflow: hidden;
    -moz-border-radius: 3px;
    /* Old Firefox */
    -webkit-border-radius: 3px;
    /* Safari and Chrome */
    -o-border-radius: 3px;
    /* Opera */
}

.odometer_space{
    padding: 0px;
    display: inline-block;
    height: 41px;
    width: 100%;
    visibility: hidden;
}

.odometer_text {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    height: 41px;
    width: 100%;
}

.odometer_text span {
    display: block;
    height: 41px;
    line-height: 37px;
    color: Red;
}

.odometer_line {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #aaa;
    opacity: 0.6;
    top: 50%;
    left: 0px;
}
.show_data {
    position: relative;
    z-index: 1;
    width: 100%;
    
    margin-bottom: 10px;
    font-size: 14px;
    color: #262626;
    padding-top: 17px;
    padding-bottom: 17px; 
    font-size: 0;
    text-align: center;
    height:41px;
    margin-bottom: 40px;
    margin-top: 17px;
}

.show_data .wrap {
    width: 1200px;
    margin: 0 auto;
    /*display: table;*/
    position: relative;
    background-color: #f7f7f7;
    overflow: hidden;
    padding: 15px 0;
    padding-left: 22px;
}

.show_data .wrap > span:last-child {
    text-align: right;
    padding-right: 8px!important;
}

.show_con {
    margin: 0 20px;
    display: inline-block;
}

.odometer_name {
    width: auto;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.odometer_name:last-child {
    width: auto;
    margin-left: 5px;
}

.odometer_item {
    background-color: #fff;
    color: #000;
    display: inline-block;
    font-size: 25px;
    line-height: 34px;
    /*font-family: 'Trebuchet MS', Helvetica, sans-serif;*/
    font-family: '微软雅黑';
    font-weight: bold;
    position: relative;
    border-radius: 6px;
    margin: 1px;
    overflow: hidden;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border: 1px solid #ff0000;
    padding: 0 2px;
}

@media only screen and (max-width:1188px) {
    .odometer_item {
        font-size: 21px;
    }
}

@media only screen and (max-width:1120px) {
    .odometer_item {
        font-size: 18px;
    }
}

@media only screen and (max-width:1090px) {
    .odometer_item {
        font-size: 15px;
    }
}

.odometer {
    padding-left: 6px;
}

.show_data .wrap > span {
    /*display: inline;
    padding: 0 1px!important;
    margin-right: 10px;*/

    display: block;
    float: left;
    margin-right: 22px;
}
.show_data .wrap > span:first-child {
    text-align: center;
    /*padding-left: 8px!important;*/
}
.show_data .wrap > span:last-child {
    text-align: center;
    /*padding-right: 8px!important;*/
}

/*bainian.jsp */
.video{padding:15px 0;text-align:center;min-height:405px;width:720px;overflow:hidden;}


/*公共的 */
a:hover{text-decoration:none!important;}
body{background-color:#fff;}
.widthbox{width:1200px;margin:auto;}
.nav{height: 125px;border: 0px solid #000;margin-bottom: 15px;}
.nav .logo{margin-top: 35px;}
.nav .logo img{margin-top: 5px;}
.nav .nav_right{width: 967px;height: 80px;margin-top: 20px;}
.nav .nav_right .topf{}
.nav .nav_right .topf span.jj{margin-top:10px;font-size:24px;font-weight:bold;;display:inline-block;color:#FA9412;letter-spacing: 2px;    float: left;}
.nav .nav_right .login_re{height: 38px;border: 0px solid red;line-height: 38px;max-width:538px;}
/*公共提示框*/
.ggts{box-shadow: 3px 3px 3px #787878;color: #ef6000;text-align: center;text-shadow: 1px 2px 3px;border-radius: 0.1rem;height: 60px;width: 194px!important;text-align:center;position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto; background-color: #efefef;display: none;   z-index: 1000;padding:30px;;}
/*公共提示框2样式*/
#ggts2{box-shadow: 3px 3px 3px #787878;color: #ef6000;text-align: center;text-shadow: 1px 2px 3px;z-index: 9;width: 194px;height: 60px;background-color: aquamarine;position: fixed;background-color:#efefef;display:none;padding:30px;left: 50%;margin-left: -82px;top: 50%;margin-top: -30px;}

#myConfirm{display:none;box-shadow: 3px 3px 3px #787878;color: #ef6000;text-align: center;text-shadow: 1px 2px 3px;z-index: 9;width: 194px;height: 60px;background-color: aquamarine;position: fixed;background-color:#efefef;padding:30px;left: 50%;margin-left: -82px;top: 50%;margin-top: -30px;}
#myConfirm h4{font-weight: normal;}
#myConfirm p{margin-top: 15px;}
#myConfirm p a{background: #ccc;margin: 5px 0;color: #333;border-radius: 5px;padding: 5px;text-shadow: 0 0 0 #F1F1F1;}
#myConfirm p a:hover{background:#ddd;}
#myConfirm .sure{margin-right:30px;}
#myConfirm .cancel{}	
	
	
#delSure{display:none;box-shadow: 3px 3px 3px #787878;color: #ef6000;text-align: center;text-shadow: 1px 2px 3px;z-index: 9;width: 194px;height: 60px;background-color: aquamarine;position: fixed;background-color:#efefef;padding:30px;left: 50%;margin-left: -82px;top: 50%;margin-top: -30px;}
#delSure h4{font-weight: normal;}
#delSure p{margin-top: 15px;}
#delSure p a{background: #ccc;margin: 5px 0;color: #333;border-radius: 5px;padding: 5px;text-shadow: 0 0 0 #F1F1F1;}
#delSure p a:hover{background:#ddd;}
#delSure .delsure{margin-right:30px;}
#delSure .delcancel{}



	
.nav .nav_right .login_re .login{color: #FF7F27;font-size: 15px;margin-right: 10px;}
.nav .nav_right .login_re .register{color: #212020;font-size: 15px;margin:0 10px;}

.nav .nav_right .login_re .inputtext{border: 1px solid #DADADA;color: #8F8B8B;padding:10px 20px 10px 10px;border-radius: 5px;
    margin-bottom:20px;behavior: url(/PIE.htc);position:relative;z-index:1;line-height: normal;}
.nav .nav_right .login_re  .finput{position: relative;}
.nav .nav_right .login_re img{position: absolute;right:5px;top:11px; z-index: 9;}

.login_re .zhandian{    z-index: 999;cursor: pointer;position:relative;border:1px solid #DADADA; width: 110px;border-radius: 5px;text-align: center;color: #000;margin-left: 15px;behavior: url(/PIE.htc);position:relative;}
.zhandian:hover{color:#ea5504;;}
.zhandian ul{z-index: 9;display:none;position:absolute;top:39px;left:0;background-color: #fff;width:111px;}
.zhandian ul a{display:block;color:#5e5e5e ;}
.zhandian ul a:hover{background-color:#ea5504;color:#fff;}

.login_re .zhandian a{color: #000;}
.yjbgc {color: #ea5504;}

.nav .nav_right .nav_type{width: 950px;height: 20px;border: 0px solid red;margin-top: 13px;}
.nav .nav_right .nav_type ul li a{font-family: "微软雅黑";cursor: pointer;color: #000;}
.inav ul li a{font-family: "微软雅黑";cursor: pointer;color: #000;}


.nav .nav_right .nav_type ul li a:hover{color:#EA5504;}
.inav  ul li a:hover{color:#EA5504;}
.nav .nav_right .nav_type ul li .yjbgc{color:#ea5504;font-weight:600;font-size:19px;}
.inav  ul li .yjbgc{color:#ea5504;font-weight:600;font-size:19px;}

.index_action{color:#EA5504 !important;}


/*顶部广告*/
#top-guanggao-wk{display:none;background: #fb2105 url('../image/index/g-bg-top.jpg') no-repeat top center;}
#top-guanggao-wk .top-guanggao{margin: 0 auto;width: 1200px;position:relative;}
#top-guanggao-wk .top-guanggao #top-guanggao-a{display: block;}
#top-guanggao-wk .top-guanggao #topclose{
	cursor: pointer;position: absolute;right: 5px;top: 5px;font-weight: bold;font-size: 14px;color: #FFF;background: rgb(154,0,0);opacity: .3;filter: alpha(opacity=30);width: 20px;text-align: center;line-height: 20px;border-radius: 10px;
}

/*左边广告*/
#left_small{display:none;cursor:pointer;display: block;overflow: hidden;position: absolute;left: -350px;top: 0;width: 350px;height: 400px;}
#left_small img{float:right;height: 400px;margin-right: -2px;}
#left_big{z-index:9999999!important;overflow: hidden;position: absolute;left:0px;top: 0;width: 0px;height: 400px;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#left_big a{display: block;width:100%;height: 400px;position:relative;}
#left_big a img{max-width: 100%;height: 400px;max-width: inherit;position:relative;}
#left_big i{position: absolute;right: 20px;top: 20px;width: 20px;height: 20px;line-height: 20px;font-weight: bold;font-size: 14px;color: #FFF;background: rgb(45,45,45);border-radius:10px;text-align: center;cursor: pointer;}
.categorysone{width:1200px;margin: 0 auto;position: relative;z-index: 9999999;}
/*这里本来可以直接写在.categorys容器上的，由于已经写好了就没改了*/


/*底部广告*/
#footer_big{display: block;position: fixed;left: 0;width: 100%;height: 82px;bottom: 0px;-webkit-transition: bottom .3s ease;-moz-transition: bottom ease .3s;transition: bottom .3s ease;background: url(../image/index/footer-creditbg.png) top no-repeat;z-index: 10;}
#footer_big .footer_c{position: relative;height: 85px;margin: 0 auto;width: 100%;}
#footer_big .footer_c .ti{position: absolute;left: 57px;top: 21px;width: 415px;height: 52px;}
#footer_big .footer_c .ti a.tia{display: block;width: 100%;height: 100%;}
#footer_big .footer_c .main ul{position: absolute;left: 473px;top: 6px;width: 660px;height: 33px;overflow: hidden;}
#footer_big .footer_c .main ul li{float: left;margin: 0 5px 15px;}
#footer_big .footer_c .main ul li a{display: block;width: 120px;height: 32px;}
#footer_big .footer_c .main ul li a img{display: block;width: 100%;height: 100%;}
#footer_big .footer_c #footerclose{
	cursor: pointer;position: absolute;right: 10%;top: 13px;font-size: 14px;color: #83b3f1;
	/*background: rgb(152,10,10);*/border-radius: 10px;width: 20px;text-align: center;line-height: 20px;
}
#footer_big .footer_c #footerclose:hover{color:#fff;}
.middle_guanggao_f #footer_big{bottom:-1px;}
	    /*底部 盈创信用 动态效果*/
   #popup{
            width:100%;height:90px;background:url("../image/index/footer-creditbg.png") no-repeat center;
            position: fixed;bottom:0;left:0;z-index:1000000;
            animation: up 0.5s ease 1;
            -webkit-animation: up 0.5s ease 1;
            -ms-animation: up 0.5s ease 1;
            -o-animation: up 0.5s ease 1;
        }
        @keyframes up { 0%{bottom:-90px;} 100%{bottom:0;} }
        .wordbox{width:1200px;margin:0 auto;text-align: center;position: relative;}
        #credit-word{position:absolute;width:100%; }
        #credit-word img{
            opacity: 0;
            animation: scale 3s ease  infinite;
            -webkit-animation: scale 3s ease  infinite;
            -ms-animation: scale 3s ease  infinite;
            -moz-animation: scale 3s ease  infinite;
            -o-animation: scale 3s ease  infinite;

        }

        @keyframes scale {
            0%{transform: scale(0.2);  opacity:0;} 85%{transform: scale(1); opacity:1;} 100%{transform: scale(1); opacity:1;}
            0%{-webkit-transform: scale(0.2); opacity:0;} 85%{-webkit-transform: scale(1); opacity:1;} 100%{-webkit-transform: scale(1); opacity:1;}
            0%{-ms-transform: scale(0.2); opacity:0;} 85%{-ms-transform: scale(1); opacity:1;} 100%{-ms-transform: scale(1); opacity:1;}
            0%{-moz-transform: scale(0.2); opacity:0;} 85%{-moz-transform: scale(1); opacity:1;} 100%{-moz-transform: scale(1); opacity:1;}
            0%{-o-transform: scale(0.2); opacity:0;} 85%{-o-transform: scale(1); opacity:1;} 100%{-o-transform: scale(1); opacity:1;}
        }
        #wordClose{position: absolute;top:12px;font-size:20px;right:0;color:#ddd;cursor: pointer;}
        #wordClose:hover{color:#fff;}

.index_cj_nav {width:979px;height:32px;margin: 0 auto;}
.index_cj_nav > ul > li{ float:left; width: 81px;  }
.index_cj_nav > ul > li > a{width: 100%;clear: both;height:80px; DISPLAY:block; FONT-SIZE:16px; color:#333; vertical-align:middle; TEXT-ALIGN:center; word-break:break-all; font-family:"微软雅黑"; /* margin:0px 1px */;line-height:80px;}
.index_cj_nav > ul > li > a span{font-size:9px; font-family:Arial; padding-top:10px; margin:0; color:#171717; display:block;}
.index_cj_nav > ul > li > a:hover span{font-size:9px; font-family:Arial; padding-top:10px; margin:0; color:#fff; }
.index_cj_nav > ul > li > a:hover{color:#ea5504;}
.index_cj_nav > ul > li > a.navhover{color:#ea5504;}
.index_cj_nav > ul > li > a.navhover2{color:#ea5504;}
.index_cj_nav > ul > li > a.navhover span{color:#fff}
.index_cj_nav > ul > li > ul.subnavs{background:#fff url("../image/index/hengx.png") no-repeat top; height:160px;width:95px;;position:absolute;left:0;top: 106px;width: 100%;text-align:center;display:none;z-index:99;font-family:"宋体";}
.bbtom{background:url("../image/index/hengx.png") no-repeat bottom;}
ul.subnavs > li{line-height:34px;}
ul.subnavs > li a{color:#5e5e5e !important; display:block; background:#fff;height:34px;}
ul.subnavs > li a:hover{ background:#fff;color:#ffffff !important;font-size: 14px;border-bottom: 0px !important;background-color: #ea5504;}

.yijinav a{color:#ea5504;}
.index_cj_nav > ul > li > .yjbgc{color: #ea5504;}





.index_banner_box{
    width: 100%;
    position: relative;
    height: 400px;
    z-index:1;
}
.index_nav_box{
    width:1200px;
    margin: 0 auto;
    position: relative;
    z-index: 9999999;
}
.all_nav {
    width: 200px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
.all_nav dd {
    /*border-bottom: 1px dashed #f6eadd;*/
    padding: 24px 10px 10px 60px;
    height:100px;
    box-sizing: border-box;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; 
    /*border-right: 1px solid #e37904;*/
}
.all_nav dd{background-color: #333e52;}
.all_nav dd:hover{background-color: #fff;}
.all_nav dd:hover a.big_nav,.all_nav dd:hover a:hover{color: #ea5504;}
.all_nav dd:hover a{color: #363a42;}

.zen_icon {
    background:url('../image/index/index_icon1.png') no-repeat 20px 27px;
}
.gu_icon {
    background:url('../image/index/index_icon2.png') no-repeat 20px 27px;
}
.zhai_icon {
    background:url('../image/index/index_icon3.png') no-repeat 20px 27px;
}
.last {
	padding-top:20px !important;
    background:url('../image/index/index_icon4.png') no-repeat 20px 27px;
}
.zen_icon:hover {
    background:url('../image/index/index_icon1h.png') no-repeat 20px 27px;
}
.gu_icon:hover {
    background:url('../image/index/index_icon2h.png') no-repeat 20px 27px;
}
.zhai_icon:hover {
    background:url('../image/index/index_icon3h.png') no-repeat 20px 27px;
}
.last:hover {
    background:url('../image/index/index_icon4h.png')  no-repeat 20px 27px;
}


.all_nav dd a.big_nav {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #fff;

}
.all_nav dd a {
    font-size: 12px;
    margin-right: 5px;
    color: #a2a8b4;
}
.index_nav_box a:hover,.all_nav dd a.big_nav:hover{
    color:#ea5504;
}

.categorys .cate-content-list {
    background: #fff;
    position: absolute;
    top: 0;
    left: 200px;
    width: 600px;
    height: 400px;
    z-index: 999;

   
}
.categorys .cate-mc {position: absolute;top: 0;left: 0;width: 600px;height: 400px;padding: 30px 80px;
box-sizing: border-box;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; 
}
.categorys .cate-mc h2{color: #333;font-size: 34px;padding: 25px 41px;
    background: url("../image/index/nav_hide_title.png") no-repeat 0 0;margin-bottom: 60px;
}
.categorys .cate-mc h2>span{display: block;font-size: 14px;color: #666;font-weight: normal;}
.categorys .fore1 {background:url("../image/index/zhaiquanbg.png") no-repeat left top;}
.categorys .cate-mc  p{float:left;width:28%;margin-bottom:30px; font-size:16px;color: #666;
    padding-left:20px;background: url("../image/index/nav_hide_point.png") no-repeat 0 center;
}

/*.categorys .fore1 p{padding-left:136px;margin-bottom:30px;height:50px;line-height: 50px;}*/
/*.categorys .fore1 .p1{background:url("../image/index/f1p1bg.png") no-repeat 58px center;}*/
/*.categorys .fore1 .p2{background:url("../image/index/f1p2bg.png") no-repeat 58px center;}*/
/*.categorys .fore1 .p3{background:url("../image/index/f1p3bg.png") no-repeat 58px center;}*/
/*.categorys .fore1 .p4{background:url("../image/index/f1p4bg.png") no-repeat 58px center;}*/
/*.categorys .fore1 .p5{background:url("../image/index/f1p5bg.png") no-repeat 58px center;}*/
/*.categorys .fore1 .p1:hover{background:url("../image/index/f1p1bgh.png") no-repeat 58px center;}*/
/*.categorys .fore1 .p2:hover{background:url("../image/index/f1p2bgh.png") no-repeat 58px center;}*/
/*.categorys .fore1 .p3:hover{background:url("../image/index/f1p3bgh.png") no-repeat 58px center;}*/
/*.categorys .fore1 .p4:hover{background:url("../image/index/f1p4bgh.png") no-repeat 58px center;}*/
/*.categorys .fore1 .p5:hover{background:url("../image/index/f1p5bgh.png") no-repeat 58px center;}*/

.categorys .fore2 {background:url("../image/index/guquanbg.png") no-repeat left top;}
/*.categorys .fore2 p{padding-left:136px;margin-bottom:30px;height:50px;line-height: 50px;}*/
/*.categorys .fore2 .p1{background:url("../image/index/f2p1bg.png") no-repeat 58px center;}*/
/*.categorys .fore2 .p2{background:url("../image/index/f2p2bg.png") no-repeat 58px center;}*/
/*.categorys .fore2 .p1:hover{background:url("../image/index/f2p1bgh.png") no-repeat 58px center;}*/
/*.categorys .fore2 .p2:hover{background:url("../image/index/f2p2bgh.png") no-repeat 58px center;}*/

.categorys .fore3 {background:url("../image/index/zengzhibg.png") no-repeat left top;}
/*.categorys .fore3 p{padding-left:136px;margin-bottom:30px;height:50px;line-height: 50px;}*/
/*.categorys .fore3 .p1{background:url("../image/index/f3p1bg.png") no-repeat 58px center;}*/
/*.categorys .fore3 .p2{background:url("../image/index/f3p2bg.png") no-repeat 58px center;}*/
/*.categorys .fore3 .p3{background:url("../image/index/f3p3bg.png") no-repeat 58px center;}*/
/*.categorys .fore3 .p4{background:url("../image/index/f3p4bg.png") no-repeat 58px center;}*/
/*.categorys .fore3 .p5{background:url("../image/index/f3p5bg.png") no-repeat 58px center;}*/
/*.categorys .fore3 .p1:hover{background:url("../image/index/f3p1bgh.png") no-repeat 58px center;}*/
/*.categorys .fore3 .p2:hover{background:url("../image/index/f3p2bgh.png") no-repeat 58px center;}*/
/*.categorys .fore3 .p3:hover{background:url("../image/index/f3p3bgh.png") no-repeat 58px center;}*/
/*.categorys .fore3 .p4:hover{background:url("../image/index/f3p4bgh.png") no-repeat 58px center;}*/
/*.categorys .fore3 .p5:hover{background:url("../image/index/f3p5bgh.png") no-repeat 58px center;}*/

.categorys .fore4 {background:url("../image/index/touzhibg.png") no-repeat left top;top:0;}
/*.categorys .fore4 p{padding-left:136px;margin-bottom:30px;height:50px;line-height: 50px;}*/
/*.categorys .fore4 .p1{background:url("../image/index/f4p1bg.png") no-repeat 58px center;}*/
/*.categorys .fore4 .p2{background:url("../image/index/f4p2bg.png") no-repeat 58px center;}*/
/*.categorys .fore4 .p3{background:url("../image/index/f4p3bg.png") no-repeat 58px center;}*/
/*.categorys .fore4 .p4{background:url("../image/index/f4p4bg.png") no-repeat 58px center;}*/
/*.categorys .fore4 .p1:hover{background:url("../image/index/f4p1bgh.png") no-repeat 58px center;}*/
/*.categorys .fore4 .p2:hover{background:url("../image/index/f4p2bgh.png") no-repeat 58px center;}*/
/*.categorys .fore4 .p3:hover{background:url("../image/index/f4p3bgh.png") no-repeat 58px center;}*/
/*.categorys .fore4 .p4:hover{background:url("../image/index/f4p4bgh.png") no-repeat 58px center;}*/

.categorys .cate-mc .title {
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 30px;
    position: relative;
}
.categorys .cate-mc .title .text {
    font-size: 18px;
    color: #323232;
    padding-right: 10px;
}
.categorys .cate-mc .title .extra {
    color: #a5a5a5;
    font-size: 14px;
}
.categorys .cate-mc .title .more {
    font-size: 14px;
    color: #60a3ff;
    position: absolute;
    top: 0;
    right: 0;
}
.categorys .cate-mc .goods-list {
    margin: 0 28px;
    height: 72px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 58px;
    z-index: 1;
    padding-top: 5px;
}
.categorys .cate-mc .goods-list a {
    color: #5e5e5e;
    font-size: 14px;
    border-left: 1px solid #e6e6e6;
    padding: 0 10px 0 11px;
    margin-top: 17px;
    float: left;
    height: 14px;
    line-height: 14px;
    margin-left: -1px;
    white-space: nowrap;
}

.categorys .cate-mc .goods-list a:hover{color: #ea5504;}

.categorys .cate-mc .goods-promotion {
    width: 510px;
    height: 310px;
    overflow: hidden;
    position: absolute;
    bottom: -33px;
    left: 49px;
    margin-top: 19px;
}



.current{
    /*border-bottom: 1px solid #e37904 !important;
    border-top: 1px solid #e37904;
    border-right: 0px solid #e37904 !important;*/
    /*margin: -1px 0 0;*/
}
.all_nav dd:last-child{
    border-bottom: 0px solid #e37904 !important;
}

/*背景图*/
.bjt{width:1792px;margin:auto;}

/*通知公告*/
.notice_wk{margin:0 auto;font-size:14px;}
.notice_wk .horn{float: left;margin-top: 10px;width: 20px;height: 20px;background: url(../image/index/noticetop.png) no-repeat;background-position: 0 -44px;}
.notice_wk .mealist{padding: 0px 12px;width: 1177px;margin: 0 auto;background: #EAEAEA url("../image/index/noticeyy.png") repeat-x;}
.notice_wk .lis{width:1156px;margin:0 auto;;height: 41px;overflow: hidden;}
.notice_wk .lis p{padding: 10px 17px;}
.notice_wk .lis p span.t{margin-left: 27px;color:#666;}
.notice_wk .lis p a{color:#428bca;}
.notice_wk .lis p a:hover{text-decoration: underline!important;color: #ea5504;}
.notice_wk .lis p span.title{color:#333;}
.notice_wk .lis p span.ti{color:#428bca;}




/*数据展示*/
.data_show{height: 130px;border-left: 1px solid #DDDDDD;margin-top: 30px;margin-bottom: 30px;clear:both;overflow:hidden;}
.data_show .data_list{ width: 198px;height: 103px;font-family: "微软雅黑";text-align: center;padding-top: 28px;border-right: 1px solid #DDDDDD;float: left;overflow: hidden;}
.data_show .data_list .data_num{font-size: 39px;color: #E95704;}
.data_show .data_list .jia{font-size: 22px;margin-left: 10px;}

.clear{clear:both;}

/*数据展示修改，左右排列*/
.rdata{height:160px;clear:both;overflow:hidden;margin-bottom: 40px;margin-top: 36px;}
.rdata .divlwk{float:left;}
.rdata .divlwk .divl{width:696px;height:100%;}
.rdata .divlwk .divl .divlist{cursor: pointer;width: 212px;border: 5px solid #fff;float: left;margin-right: 10px;}
.rdata .divlwk .divl .divlist:hover{border-color: #e6e6e6;}

.rdata .divlwk .divl .pimg{text-align:center;height: 71px;}
.rdata .divlwk .divl .pimg img{height: 56px;}
.rdata .divlwk .divl .ptitle{font-size: 18px;color: #474747;text-align: center;margin-top: 12px;}
.rdata .divlwk .divl .pjj{color: #7D7B7B;text-align: center;margin:5px 0 12px 0 ;}
.rdata .divrwk{float:right;}
.rdata .divrwk .divr{width:472px;padding: 20px 15px;border: 0px solid #F8F8F8;}
.rdata .divrwk .divr ul{float:left;width: 50%;}
.rdata .divrwk .divr ul li{font-size: 12px;	color: #666;line-height: 36px;padding-left: 36px;}
.rdata .divrwk .divr ul li b{font-size: 20px;color: #ff7801;margin-left: 5px;}

/*信息内容*/
/*企业动态 title*/
.info_content{margin-bottom: 44px;overflow:hidden;    padding: 25px 20px;}
.info_content .rzeglish{color:#999999;font-size: 14px;font-weight: normal;}
.info_content .dynamic{width:624px;overflow: hidden;padding-left:20px;}
.info_content .dynamic .dynamic_title{width:476px;height: 55px;}
.info_content .dynamic .dynamic_title_left{height: 35px;width:29px;margin-right: 1px;font-size: 25px;color: #EA5505;font-family: "微软雅黑";text-align: center;line-height: 35px;font-weight: bold;clear: both;}
.info_content .dynamic .dynamic_title_right{height: 35px;width:439px;;}
.info_content  .dynamic_title_right_text{font-family: "微软雅黑";font-size: 24px;clear: both;margin-bottom:4px;font-weight: bold;
    background: url("../image/fenzhan/kindLine.png") no-repeat 0 center;    padding-left: 15px;
}
.info_content .dynamic .dynamic_title_right .dynamic_title_right_img{width:50px;height: 35px;background: url("../image/index/more.png") no-repeat 0px;cursor:pointer;}
.info_content .dynamic .dynamic_title_right .dynamic_title_right_backgroundimg{display:none;height: 6px;width: 477px;
    background: url("../image/index/hr.jpg") no-repeat 0px ;margin-bottom:40px;}
/*企业动态 list*/
.info_content .dynamic .dynamic_list{height: 240px;width:100%;}
.info_content .dynamic .dynamic_list ul li{width:100%;height: 40px;line-height:40px;margin: auto;}
.info_content .dynamic .dynamic_list ul li:hover,.info_content .dynamic .dynamic_list ul li:hover a,.info_content .dynamic .dynamic_list ul li:hover span{color:#ea5504;cursor:pointer}
.info_content .dynamic .dynamic_list ul li:hover div{color:#ea5504!important;cursor:pointer}
.info_content .dynamic .dynamic_list ul li:hover div.dynamic_list_type {color:#fff!important}
.info_content .dynamic .dynamic_list .dynamic_list_type{width: 28px;height: 28px;background: url("../image/index/redyuan.jpg")no-repeat center left;margin-right: 15px;color:#fff;text-align: center;font-size: 17px;}
.info_content .dynamic .dynamic_list .dynamic_list_info{color: #333;width:250px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;padding: 0 20px;}
.info_content .dynamic .dynamic_list .dynamic_list_timeimg{
    /*background:url("../image/index/time.jpg")no-repeat center right;*/
    width: 14px;height: 14px;display: inline-block;margin-right: 5px;margin-top:13px;}
.info_content .dynamic .dynamic_list .dynamic_list_condition{color: red;width:200px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}
.info_content .dynamic .dynamic_list .dynamic_list_date{color: #8B8B8B;width: 100px;}

/*盈创资讯 title*/
.info_content .information{width:250px;overflow: hidden;border-right: 1px solid #f0f0f0;}
.info_content .information .dynamic_title{width:100%;height: 55px;
}
.info_content .information .dynamic_title_left{height: 35px;width:28px;margin-right: 1px;font-size: 25px;color: #EA5505;font-family: "微软雅黑";text-align: center;line-height: 35px;font-weight: bold;}
.info_content .information .dynamic_title_right{height: 35px;width:312px;}
.info_content .information .dynamic_title_right .dynamic_title_right_img{width:78px;height: 35px;background: url("../image/index/more.png") no-repeat center right;cursor:pointer;}
.info_content .information .dynamic_title_right .dynamic_title_right_backgroundimg{display:none;height: 6px;width: 345px;background: url("../image/index/hr.jpg") no-repeat 0px;margin-bottom:45px;}
/*盈创资讯 list*/
.info_content .information .information_list{width:100%;}
.info_content .information .information_list ul{height: 29px;width:100%;}
.info_content .information .information_list .informationpic{height: 200px;;width:100%;margin-bottom:13px;}


/*盈创咨询切换图 start*/
.picqh {width: 344px;height: 200px;}
.picqh #KSS_content  a:hover{color:#2a2a2a;text-decoration: underline!important;}
.banner_main{ width: 100%; background: #d7efff; min-width: 1200px;overflow: hidden;}
.banner{ width: 1200px; min-width: 1200px; margin: auto; height: 200px;}
.banner .banner_left{ width: 344px; float: left; height: 200px;}
.banner .banner_rig{ width:330px; float: right; height: 200px; background: #ffffff;}
.banner .banner_rig ul li{ width: 330px; text-align: right;margin: 0px 0px 2.5px 0px;}
.banner .banner_rig ul li img{max-width: 322px;max-height: 144px;}
/*新闻banner开始*/
#wrap{overflow:hidden;height:200px;width:344px;white-space:nowrap;}
#wrap .d1{width:344px;height:200px;overflow:hidden;  position:relative;}
#wrap .loading{position: inherit;width:344px;border:#666666 2px solid;   color:#FFCC00;font-size:12px;height:200px;text-align:center;padding-top:30px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold;}
#wrap .d2{width:100%;height:200px;overflow:hidden;}
#wrap .newtt{position:absolute;width:344px;text-align:left; bottom:0px; color:white;font-size:12px;height:42px;overflow:hidden; line-height: 42px;}
#wrap .newtt span{display:inline-block;height:16px;padding-left:6px;}
#wrap .newtt2{position:absolute;width:344px;text-align:left;text-indent:1em;bottom:0px;color:white;font-size:14px;height:30px; line-height:30px;overflow:hidden;background: url("../img/lobg_03.png");color:#fff;}
#wrap .newtt2 span{display:inline-block;height:16px;padding-left:6px;}
#wrap .newtt2 p{width:252px;overflow:hidden;}
#wrap img{border:0px;}
#wrap ul{display:none;}
#wrap .button{position:absolute;z-index:9; bottom:6px; font-size:12px;font-family:"微软雅黑", Helvetica, sans-serif;right: 10px;}
#wrap .button a{margin-left:5px;;}
#wrap .b1,.b2{background-color:#B37001; width:12px;height:12px;border-radius:50%;font-size: 0;line-height:16px;display:inline-block;text-align:center;color:#FFFFFF;text-decoration:none;cursor:pointer;}
#wrap .b1{background-color:rgba(255,255,255,0.5);color:#bababa;}
#wrap .b2{background: #fff;color: #fff;}

.graymore{color: #999;padding-right:20px; margin-top: 10px;background: url("../image/fenzhan/more.png") no-repeat center right;}
.graymore:hover{color: #ea5504;background-image:url("../image/fenzhan/moreh.png") }

/*盈创咨询切换图 end*/











.info_content .information .information_list ul li{width: 230px;overflow: hidden;}
.info_content .information .information_list ul li:hover a,.info_content .information .information_list ul li:hover span,.info_content .information .information_list ul li:hover p{color:#ea5504;cursor:pointer}
.info_content .information .information_list ul li:hover span.news{color:#fff;}
.info_content .information .information_list .information_list_bor{float: right;}
.info_content .information .information_list .information_list_bor2{width:27px;}
.info_content .information .information_list .information_list_bor span.new{background: url("../image/index/new_bb9f513.gif") no-repeat center left;float: right;
    display:inline-block;
    width:28px;
    height:14px;
    margin-top: 3px;
}
.info_content .information .information_list .information_list_info{color: #333;float:left;}
.info_content .information .information_list .information_list_info span.tsss{font-weight: bold;margin-right: 5px;}

.info_content .information .information_list .information_list_date{color: #848484;margin-right:0px;}

/*盈创学院 title*/
.info_content .college{width:224px;padding:0 20px;border-right: 1px solid #f0f0f0;overflow: hidden;}
.info_content .college .dynamic_title{height: 55px;}
.info_content .college .dynamic_title_left{height: 35px;width:28px;margin-right: 1px;font-size: 25px;color: #EA5505;font-family: "微软雅黑";text-align: center;line-height: 35px;font-weight: bold;}
.info_content .college .dynamic_title_right{height: 35px;width:302px;}
.info_content .college .dynamic_title_right .dynamic_title_right_img{width:50px;height: 35px;background: url("../image/index/more.png") no-repeat center right;cursor:pointer;}
.info_content .college .dynamic_title_right .dynamic_title_right_backgroundimg{display:none;height: 6px;width: 335px;
    background: url("../image/index/hr.jpg") no-repeat center left;margin-bottom:30px;}
/*盈创学院 info*/
.info_content .college .college_info{width:100%;;border:0px solid #000;}
.info_content .college .college_info ul{width:100%;margin-bottom: 6px;}
.info_content .college .college_info_img{width: 100%;height: 143px;border:0px solid #FAE6B1;margin-bottom: 11px;}
.info_content .college .college_info .college_info_test{margin-bottom: 15px;}
.info_content .college .college_info .college_info_test a{color: #000;}
.info_content .college .college_info .college_info_test a:hover{color: #ea5504;}
.info_content .college .college_info .college_info_list{margin-top:20px;}
.info_content .college .college_info .college_info_list ul li{widows: 300px;height: 15px;padding-bottom: 10px;}
.info_content .college .college_info .college_info_list ul li:hover a,.college_info_list ul li:hover span{color:#ea5504;cursor:pointer;}
.info_content .college .college_info .college_info_list .ollege_info_list_bor{width:4px;height:6px;background: url("../image/index/sj.jpg") no-repeat center left;display: inline-block;margin-right: 12px;}
.info_content .college .college_info .college_info_list .ollege_info_list_info{color: #4E4D4D;clear: both;}
.info_content .college .college_info .college_info_list .ollege_info_list_date{color: #4E4D4D;clear: both;}
.information_list{float:left;}
.college .information_list li {overflow:hidden;}
.college .information_list li>a{display: block;height: 45px;overflow: hidden;}


.college_info .information_list li.lef{color:#f52f3e;font-size: 16px;background: url("../icon/act_date.png") no-repeat 0 center;padding-left:25px;margin-bottom: 5px;}
.college .information_list a:hover h3{color:#ea5504!important;cursor:pointer;text-decoration: none!important;}
.information_list li h3.cur {font-size: 14px;color: #333;max-height: 45px;line-height: 22px;overflow: hidden;cursor: pointer;font-weight: normal;}
.information_list li h3 span.new{float:right; margin-top: 3px;width:28px;height:14px;background: url("../image/index/new_bb9f513.gif") no-repeat bottom right;}
.information_content {height: 38px;margin-top: 3px;}
.information_time {display: none;height: 36px;border: 1px solid #ff7801;width: 54px;float: left;border-radius: 3px;text-align: center;font-size: 12px;color: #ff7801;}
.information_time p {height: 20px;line-height: 20px;color: #fff;background: #ff7801;}
.information_text {float: left;height: 38px;font-size: 12px;color: #666;line-height: 160%;overflow: hidden;}
.information_text a {color: #333333;}
.information_text a:hover {color: #FF7F27;}



/*middle_add start*/
.middle_addwk{width:100%;margin:0 auto;}
.middle_add{width:1210px;margin:0 auto;}

.middle_add .midUl{padding-top:8px;}
.middle_add .midUl>li{width: 390px;margin-left: 15px;position: relative;float: left;cursor: pointer;}
.middle_add .midUl>li:hover{margin-top:-8px;box-shadow: 2px 2px 6px rgba(0,0,0,0.1);-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.1);}
.middle_add .midUl>li:first-child{margin-left:5px;}
.middle_add .midUl>li img{display: block;}
.middle_add .midUl>li>div{position: absolute;top:20px;left:26px;}
.middle_add .midUl>li>div>h3{font-size: 34px;margin-bottom:5px; color: #333;}
.middle_add .midUl>li>div>span{display: inline-block;width: 110px;height: 25px;line-height:25px;border-radius: 20px;text-align: center;color: #fff;}
.middle_add .midUl>li>div>span.midApply1{background: #ff573a;}
.middle_add .midUl>li>div>span.midApply2{background: #4793f3;}
.middle_add .midUl>li>div>span.midApply3{background: #01c8a9;}




/*债权融资项目*/
.debt_info{position: relative;border:0px solid #000;width: 1200px;height: 422px;margin-bottom: 44px;}
.debt_info .debt_info_img{width: 230px;height: 280px;margin:0 auto;position: relative;
    /*border:0px solid #5DC5FC;background:url("../image/index/debtbg.jpg") no-repeat center;*/
}
.debt_info .debt_info_right{width:970px;height: 419px;
    /*border-top: 2px solid #409ae6;border-right:1px solid #D6D3D3;border-bottom:1px solid #D6D3D3;*/
}
.debt_info .debt_info_right .debt_info_right_bor{width: 970px;margin:0 auto;overflow:hidden;    float: left;}
.debt_info .debt_info_right .debt_info_right_gd{color:#8e8e8e;margin-top: 5px;}
.debt_info .debt_info_right .debt_info_right_gd:hover{color:#ea5504;}

.debt_info .debt_info_right .debt_info_right_date{width:980px;height: 346px;margin:0 auto;   clear: both;
    overflow: hidden;}
.debt_info_right_date .shuxing{text-indent: 10px;margin-top: 12px;float:left;}
.debt_info_right_date .shuxing span{padding: 2px 4px;background-color: #FD7F07;color: #fff;}
.debt_info .debt_info_right .debt_info_right_date .debt_info_right_datea{  background: #fff;width: 220px;height: 336px;overflow: hidden;margin-right:15px;}
.debt_info .debt_info_right .binline{overflow:hidden;display: none;}

.debt_info .debt_info_right .debt_info_right_date .debt_info_right_datea .debt_info_right_datea_title,.debt_info_right_dateb .debt_info_right_datea_title,.debt_info_right_datec .debt_info_right_datea_title,.debt_info_right_dated .debt_info_right_datea_title{margin-left:30px;font-size: 20px; margin-bottom: 20px;margin-top: 10px;text-align:center;}

.debt_info .debt_info_right .debt_info_right_date .debt_info_right_datea .debt_info_right_datea_info,.debt_info_right_dateb .debt_info_right_datea_info,.debt_info_right_datec .debt_info_right_datea_info,.debt_info_right_dated .debt_info_right_datea_info{margin-left:26px;color: #7F7F7F;margin-bottom: 11px;;padding-left:-10px;overflow:hidden;height:21px;}
.debt_info_right_datea .debt_info_right_datea_test,.debt_info_right_dateb .debt_info_right_datea_test,.debt_info_right_datec .debt_info_right_datea_test,.debt_info_right_dated .debt_info_right_datea_test{color: #242424;}
.lineik .liw{height:30px!important;}
.debt_info_right_datea_info i{float:left;font-style:normal;margin-top: 5px;}
.debt_info .debt_info_right .debt_info_right_date .debt_info_right_datea .debt_info_right_datea_bot,.debt_info_right_dateb .debt_info_right_datea_bot,.debt_info_right_datec .debt_info_right_datea_bot,.debt_info_right_dated .debt_info_right_datea_bot{width: 180px;height: 33px;border:1px solid #fc5b5b;border-radius:20px;margin:0 auto;margin-top: 25px;color: #fc5b5b;text-align: center;line-height: 33px;}
.debt_info_right_datea_bot:hover{color:#fc5b5b;background: #fc5b5b}
.debt_info_right_datea_bot a{color:#fc5b5b;display: inline-block;width: 100%;}
.debt_info_right_datea_bot:hover a{color: #fff;}
.debt_info .debt_info_right .debt_info_right_date .debt_info_right_dateb,.debt_info_right_datec,.debt_info_right_dated{width: 221px;height: 333px;}

.debt_info_right_date .index_cj_flg{border-collapse:collapse;display: block;padding-top: 10px;position:relative;}
.debt_info_right_date .index_cj_flg .biaoqiaowk{height:62px;width:100%;overflow:hidden;position:absolute;left:0;top:0;}


.debt_info_right_date .index_cj_flg .biaoqiaowk div{line-height:18px;padding-top:7px;float: right;text-align: center;padding-right: 12px;color: #fff;font-size: 12px;padding-left: 7px;}
.debt_info_right_date .index_cj_flg .biaoqiaowk .sxbq{float: right;width:47px;height:58px;background:url("/image/index/rongzbq.png") no-repeat top;}
.debt_info_right_date .index_cj_flg .biaoqiaowk .sxbq2{float: right;width:48px;height:58px;background:url("/image/index/rongzbq2.png") no-repeat top;}
.debt_info_right_date .index_cj_flg .biaoqiaowk .sxbq>span{height: 34px;overflow: hidden;display: inline-block;}
.debt_info_right_date .index_cj_flg .lineik{/*border:1px solid #e9e9e9;*/padding-bottom: 10px;}
.debt_info_right_date .index_cj_flg .lineik .debt_info_right_datea_title{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.debt_info_right_date .index_cj_flg:hover{border-color:#5fc7fc;}

/*.debt_info_right_date .index_cj_flg:nth-child(1n):hover{border-right:0px solid #5fc7fc;}
.debt_info_right_date .index_cj_flg:nth-child(1n){border-right:0px;}

.debt_info_right_date .index_cj_flg:last-child{border-right:0px solid #e9e9e9;}
*/


.debt_info .debt_info_right .debt_info_right_date .debt_info_right_datea .debt_info_right_datea_info.zqtips{color:#fc5b5b;text-overflow: ellipsis ;white-space: nowrap;overflow: hidden;}
/*债权融资项目 边框布局*/
.thigh_info{border:0px solid #000;width: 1200px;height: 578px;margin-bottom: 44px;}
.thigh_info .thigh_info_left_img{width: 230px;height:280px;position: relative;
    /*border:0px solid red;background:url("../image/index/thignimg.jpg") no-repeat center;*/
}
.thigh_info .thigh_info_right{width:970px;
    /*border-top: 2px solid #FF5156;border-right:1px solid #D6D3D3;border-bottom:1px solid #D6D3D3;margin:auto;*/
}
.thigh_info .thigh_info_right .thigh_info_right_bor{height: 353px;margin:auto;/*margin-top: 5px;*/}
.thigh_info .thigh_info_right .thigh_info_right_gd{color:#8e8e8e;margin-bottom: 4px;text-align: right;width:100%;}
.thigh_info .thigh_info_right .thigh_info_right_gd a{color:#8e8e8e;}
.thigh_info .thigh_info_right .thigh_info_right_gd a:hover{color:#ea5504;}
.thigh_info .thigh_info_right .thigh_info_right_center{height: 515px;border:0px solid #D6D3D3;}
.thigh_info .thigh_info_right .thigh_info_right_center .num1{border-right:0!important;border-bottom:0!important;}
.thigh_info .thigh_info_right .thigh_info_right_center .num2{border-bottom:0!important;}
.thigh_info .thigh_info_right .thigh_info_right_center .num3{border-right:0!important;}
.thigh_info .thigh_info_right .thigh_info_right_center .thigh_info_right_center1>a,.thigh_info_right_center2>a{
    display: block;width:437.5px;height: 150px;padding:15px 20px;background: #fff;}
.thigh_info .thigh_info_right .thigh_info_right_center .thigh_info_right_center1{margin-right: 15px;margin-bottom: 15px;}
.gqrzxmp{font-size:30px;font-weight:bold;color:#fff;margin-top: 40px;}
.gqrzxmul{}
.gqrzxmul p{margin-bottom: 4px;}
.gqrzxmul p a{color:#fff;}
.gqrzxmul p a:hover,.gqrzxmul li a:hover{color: #ea5504;}
.gqrzxmul li,.gqrzxmul .zq{background:url("../image/index/indexTitlePoint.png") no-repeat 0 center;margin-bottom: 10px;height: 35px;line-height: 35px; padding-left: 20px;}
.gqrzxmul.gqrzxmul2 li{background-image:url("../image/index/indexTitlePoint2.png");}


.gqrzxmul li.zq{margin-bottom: 9px;}
.gqrzxmul li a{font-size:16px;color:#fff;text-decoration:none;display: block;width: 182px;}
.gqrzxmul2 li a{color: #333;}
/*.gqrzxmul li:hover{background:url("../image/index/gqrzxmlibgh.png") no-repeat center;}*/
/*.gqrzxmul li.zq:hover{background:url("../image/index/gqrzxmlibgh2.png") no-repeat center;}*/
/*.gqrzxmul .zq:hover{background:url("../image/index/gqrzxmlibgh2.png") no-repeat center;}*/
/*.gqrzxmul li.zz:hover{background:url("../image/index/gqrzxmlibgh3.png") no-repeat center;}*/
.woshif {line-height: 44px;background:url("../image/index/cyzbg.png") no-repeat -4px 0;height:44px;margin-left: 48px;margin-top: 9px;margin-bottom: 7px;}
.woshif a{text-shadow: 1px 1px 2px #F3F1F1;font-size:16px;color: #fff;display: inline-block;width: 176px;height: 36px;line-height: 36px;border-radius: 2px;font-size: 16px;text-align:center;font-weight:bold;}
.woshif a:hover{border: 1px solid #FFA6A9;background-color:#f32f33;color:#fff;}


.leftLookMore{position: absolute;bottom: 0;font-size: 16px;
    width: 180px;height: 40px;line-height:40px;text-align:center;color:#fff;background-repeat: no-repeat;background-position: 0 0;}
.leftLookMore:hover{bottom:3px; text-shadow: 2px 2px rgba(0,0,0,0.2);}
.lookRed{background-image: url("../image/index/lookRed.png")}
.lookOrange{background-image: url("../image/index/lookOrange.png")}
.lookBlue{background-image: url("../image/index/lookBlue.png")}
.lookGreen{background-image: url("../image/index/lookGreen.png")}

/*债权融资项目 内容填充*/
.thigh_info .thigh_info_right .thigh_info_right_center .thigh_info_right_center1_img{    width: 240px;height: 150px;}
.thigh_info .thigh_info_right .thigh_info_right_center .thigh_info_right_center1_test{width: 180px;}
.thigh_info .thigh_info_right .thigh_info_right_center .thigh_info_right_center1_test a:hover{color:#fff!important;}
.thigh_info .thigh_info_right .thigh_info_right_center .thigh_info_right_center1_test_title{
    border-top:0px dashed #B9B9B9; padding-top: 10px;color: #fc5d5d;margin-bottom: 10px;height: 18px;
    overflow: hidden;font-size:14px;}
 .zqrzjdt{width: 99%;height: 10px;border-radius: 5px;overflow: hidden;}
.thigh_info .thigh_info_right .thigh_info_right_center .thigh_info_right_center1_test_info ul{position:relative;margin-top: -4px;}
.jdtyy{bottom: 10px;padding: 0px;color: #FD0219;display:none;margin-bottom: 2px;background-color: #f7f9f9;height:40px;line-height:40px;padding-left: 14px;}
.item_cj_right_price .jdtyy{position: absolute;bottom: 24px;padding: 0px;color: #FD0219;margin-bottom: 0px;background: none;height: auto;line-height: auto;}
.item_cj_right_price .zqrzjdt{width: 95%;height: 12px;border-radius: 5px;overflow: hidden;margin-top: 27px!important;float:none;margin-right:0px;}

.zqrzjdt .zqrzjdt_left{float:left;height:100%;background: url("../img/zqrzjdt.png")  0px -24px repeat;}
.zqrzjdt .zqrzjdt_right{float:left;height:100%;background: url("../img/zqrzjdt.png") 330px -4px repeat;}
.thigh_info .thigh_info_right .thigh_info_right_center .thigh_info_right_center1_test_info ul .li{
    margin-bottom: 3px;height:30px;line-height:30px;padding-left: 5px;overflow: hidden;}
.thigh_info .thigh_info_right .thigh_info_right_center .thigh_info_right_center1_test_but{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.thigh_info .thigh_info_right .thigh_info_right_center .thigh_info_right_center1_test_but li{
   background:rgba(0,0,0,0.5);text-align: center;padding: 0 5px;
    color: #fff;line-height: 37px;    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}

.thigh_info .thigh_info_right .thigh_info_right_center .thigh_info_right_center1_test_but li a{
    color: #fff;font-size: 16px;}

/*.thigh_info .thigh_info_right .thigh_info_right_center .thigh_info_right_center1_test_but:hover li{background-color:#fc5b5b;}*/
.thigh_info .thigh_info_right .thigh_info_right_center>div>a:hover .thigh_info_right_center1_test_but li{background-color:#fc5b5b;}




/*增值服务*/
.serve_info{border:0px solid #000;width: 1200px;height: 493px;margin-bottom: 44px;}
.serve_info .serve_info_left_img{width: 230px;height:280px;position: relative;
    /*border:0px solid red;background:url("../image/index/severimg.jpg") no-repeat left center;*/
}
.serve_info .serve_info_right{width:970px;
    /*border-top: 2px solid #fc9a27;border-right:1px solid #D6D3D3;border-bottom:1px solid #D6D3D3;*/
}
.serve_info .serve_info_right .serve_info_right_bor{}
.serve_info .serve_info_right .serve_info_right_gd{color:#8e8e8e;margin-top: 5px;}
.serve_info .serve_info_right .serve_info_right_gd a{color:#8e8e8e;}
.serve_info .serve_info_right .serve_info_right_gd a:hover{color:#ea5504;}
.serve_info .serve_info_right .serve_info_right_content{height: 390px;overflow: hidden;}
.serve_info_right_content1{overflow: hidden; padding-top: 5px;}
.serve_info .serve_info_right .serve_info_right_content .serve_info_right_content1 >img{width: 437px;height: 208px;margin:auto;border:0px solid red;float:left;margin-right: 10px}

.serve_info .serve_info_right .serve_info_right_content .serve_info_right_content2{width: 440px;height: 208px;}
.serve_info .serve_info_right .serve_info_right_content2_bor_left{    cursor: pointer;width: 313.33px;height: 180px;float: left;margin-right: 15px;margin-bottom: 15px;background: #fff;position: relative;}
.serve_info .serve_info_right .serve_info_right_content2_bor_left:hover{margin-top:-5px;margin-bottom:20px;}
/*.serve_info .serve_info_right .serve_info_right_content2_bor_left:hover .serve_info_right_content2_info_title{text-shadow: 2px 2px rgba(0,0,0,0.2)}*/
.serve_info .serve_info_right .serve_info_right_content1>a:nth-child(3n) .serve_info_right_content2_bor_left{margin-right: 0;}
/*.serve_info .serve_info_right .serve_info_right_content2_bor_left:hover{background:url("../image/index/severimg.jpg") no-repeat right -180px;}*/
/*.serve_info .serve_info_right .serve_info_right_content2_bor_left:hover .serve_info_right_content2_info_title {color:#fff;}*/
/*.serve_info .serve_info_right .serve_info_right_content2_bor_left:hover .serve_info_right_content2_info_info {color:#fff;}*/
/*.serve_info .serve_info_right .serve_info_right_content2_bor_left:hover{border: 0px solid #feb14c;border-top: 0px solid #feb14c;}*/
.serve_info .serve_info_right .serve_info_right_content2_bor_left .serve_info_right_content2_img{margin: auto;text-align: center;}
.serve_info .serve_info_right .serve_info_right_content2_bor_left .serve_info_right_content2_img img{
    /*width: 74px;height: 70px;border: none;margin: 20px auto;*/
    position: absolute;bottom:0;right: 0;
}
.serve_info .serve_info_right .serve_info_right_content2_info{color: #666;   padding: 20px;position: absolute;z-index: 1;}
.serve_info .serve_info_right .serve_info_right_content2_bor_left .serve_info_right_content2_info_title{   font-weight: bold;font-size: 18px;color:#333;}
.serve_info .serve_info_right .serve_info_right_content2_info_info{margin-top: 8px;}
.serve_info .serve_info_right .serve_info_right_content2_info_vel{margin-top: 15px;font-size: 16px;color: #FD7F07;    z-index: 2;position: absolute;}
.serve_info .serve_info_right .serve_info_right_content2_info_vel span{font-size: 23px;}
.serve_info .serve_info_right .serve_info_right_content3,.serve_info_right_content4{width: 440px;height: 208px;margin-top: 8px;}

.invest_info{margin-bottom: 50px;}
.invest_info .invest_info_title{height: 30px;padding: 40px 0;}
.invest_info .invest_info_titletest{font-size: 21px;width: 100px;}


.invest_info .invest_info_list{height: 145px;border:0px solid red;}
.invest_info .invest_info_list1,.invest_info_list2,.invest_info_list3{height: 145px;width:290px;border:0px solid red;border-bottom: none;margin-right: 15px;}
.invest_info_titlegd a{color: #8e8e8e;}
.invest_info_titlegd a:hover{color: #ea5504;}
.invest_info .invest_info_list4{width:285px;border:0px solid red;border-bottom: none;}

.invest_info .invest_info_list1_top{height: 143px;border:1px solid #D0D0D0;}

.invest_info .invest_info_list1:hover .invest_info_list1_top{border:1px solid #FFB957;}
.invest_info .invest_info_list1:hover .invest_info_list1_bottom1{background-color: #31BFF0 !important;cursor:pointer;}

.invest_info .invest_info_list2:hover .invest_info_list1_top{border:1px solid #FFB957;}
.invest_info .invest_info_list2:hover .invest_info_list1_bottom2{background:url("../image/index/jig2h.png") no-repeat -1px center;/*background-color: #FF7478;*/cursor:pointer;}

.invest_info .invest_info_list3:hover .invest_info_list1_top{border:1px solid #FFB957;}
.invest_info .invest_info_list3:hover .invest_info_list1_bottom3{background:url("../image/index/jig3h.png") no-repeat -1px center;/*background-color: #32D9DA;*/cursor:pointer;}

.invest_info .invest_info_list4:hover .invest_info_list1_top{border:1px solid #FFB957;}
.invest_info .invest_info_list4:hover .invest_info_list1_bottom4{background:url("../image/index/jig4h.png") no-repeat -1px center;/*background-color: #F9C557;*/cursor:pointer;}

.invest_info .invest_info_list1_top img{width: 105px;height: 86px;margin-top:30px;margin-left: 20px;float: left;}
.invest_info .invest_info_list1_top_info{width: 150px;height: 80px;margin-top: 35px;font-size: 16px;}
.invest_info .invest_info_list1_top_info1_name{color: #FC7F09;margin-top: 20px;font-size: 14px;}
.invest_info .invest_info_list1_top_info1_name .namemain{margin-right: 10px;}
.invest_info .invest_info_list1_bottom1{display:none;height: 122px;background-color: #05ABE5 !important;overflow: hidden;}
.invest_info .invest_info_list1_bottom2{display:none;height: 122px;/*background-color: #FF6064;*/overflow: hidden;background:url("../image/index/jig2.png") no-repeat -1px center;}
.invest_info .invest_info_list1_bottom3{display:none;height: 122px;/*background-color: #27CFD0;*/overflow: hidden;background:url("../image/index/jig3.png") no-repeat -1px center;}
.invest_info .invest_info_list1_bottom4{display:none;height: 122px;/*background-color: #F1B636;*/overflow: hidden;background:url("../image/index/jig4.png") no-repeat -1px center;}

.invest_info .invest_info_list1_bottom_test{display:block;border: 0px solid red;width: 245px;height: 70px;margin-left: 20px;;margin-top: 25px;}
.invest_info .invest_info_list1_bottom_test span{word-break : break-all;color: #fff;}

hr{border: 1px solid #ECECEC;}

.partner{border: 1px solid #fff;
    padding-bottom: 40px;
    background: #fff;}
.partner_title{color:#000;font-size: 21px;padding: 40px 0;}
.partner_type{width: 1200px;overflow: hidden}
.partner_type ul{width:1300px;}
.partner_type ul li{
    float: left;
    width: 180px;
    margin-right: 20px!important;;
    margin-bottom: 23px;
    text-align:center;
    overflow: hidden;
    border:1px solid #E3E3E3;
}
.partner_type ul li img{max-width:179px;;}
.partner_type ul li:nth-child(7n){
    margin-right: 0px;
}

/*footer  color: #B7BBC5;*/
.footer{width: 100%;height: 330px;border:0px solid red;background: #37383B;border-top: 5px solid #FF7500;clear: both;}
.footer_box{border:0px solid #fff;overflow: hidden;margin-top: 35px;    height: 192px;}
.footer_box_left{border:0px solid #fff;width: 916px;height: 168px;}
.footer_box_left .footer_box_left_info{width: 65px;border:0px solid #B7BBC5;margin-right: 105px;color:#B7BBC5;}
.footer_box_left .footer_box_left_info ul li{margin-bottom:13px;}
.footer_box_left .footer_box_left_info ul li a{color: #B7BBC5;}
.footer_box_left .footer_box_left_info .title{font-size: 16px;margin-bottom:15px;}

.footer_box .footer_box_center_info{border:0px solid #fff;width: 283px;height: 168px;color: #B7BBC5;}
.footer_box .footer_box_center_info ul li a{font-size: 16px;color: #B7BBC5;}
.footer_box .footer_box_center_info ul .title a{font-size: 16px;color: #B7BBC5;}

.footer_box .footer_box_center_info .title{margin-bottom: 13px;}
.footer_box .footer_box_center_info .phone{margin-bottom: 20px;background: url("../image/index/phone.jpg") left center no-repeat;height: 35px;line-height: 35px;font-size: 22px;font-weight: bold;padding-left: 39px;}
.footer_box .footer_box_center_info .qq{background: url("../image/index/qq.jpg") left center no-repeat;height: 35px;line-height: 35px;text-align: center;padding-left: 30px;}

/*code部分*/
.footer_box_right{border:0px solid #fff;width: 244px;height: 168px;}
.footer_box_right .code{width:122px;height: 122px; line-height: 28px;text-align: center;color: #B7BBC5;margin-top: 10px;}
.footer_box_right_test li{margin-top: 10px;color:#B7BBC5; }
/*凹槽水平线*/
.border{height: 0px;border-bottom: 1px solid #656769;border-top: 1.5px solid #000;margin:20px auto;}
.booter_bottominfo li span{margin-right: 10px;color: #B7BBC5;}


/*盈创榜单，固定左边*/
.fixedleft{width: 82px;height: 132px;border:0px solid #000;position: fixed; top:50%;left:0;margin-top: -203px;z-index: 999;}
.fixedleft a{width:100%;height:100%;display:block;background:url(../image/index/bangdanleft.png) no-repeat 0 0;}
.fixedleft a:hover{filter:alpha(opacity=80);opacity:0.8;}

/*固定侧边框*/
.fixed{width: 110px;border:1px solid #f0f0f0;background:#fff;position: fixed; top:43%;right:0;margin-top: -180px;z-index: 999;border-radius: 5px;}
.fixed .fixed{width: 81px;height:103px;border:0px solid #000;text-align: center;color: #191A1B;}
/*.fixed .fixed_img{width: 81px;height:81px;border: 0px solid red;}*/
.fixed .code .fixed_img img{width: 81px;height:81px;}
.fixed .fixed_test{text-align: center;/*margin: 6px 0; */ cursor: pointer;  padding: 12px 0;border-bottom: 1px solid #f0f0f0;}
.fixed .fixed_test:hover,.fixed .fixed_test:hover a{color: #ea5504;}
.fixed .fixed_test2{padding:0;}
.fixed .fixed_test a{display: block;padding:12px 0;}
.fixed .fixed_test b{color: #666;margin-top:5px;    display: block;}

.fixed .publish .fixed_img{background-color: #3d98e7;cursor: pointer;}
.fixed .publish .fixed_img img{margin-top: 18px;margin-left: 22px;}
.fixed .publish .fixed_img:hover{background-color: #7AB4E6;}

.fixed .investor:nth-child(1){position:relative;}
.fixed .investor img.HOT_c{position: absolute;top: -1px;left: -1px;width:30px;}
.fixed #addcreditor .fixed_test{color:#ea5504}
.fixed #addcreditor .fixed_test{color:#ea5504;position: relative;}
.fixed #addcreditor .fixed_test img.tsyd_c{position: absolute;top: 8px;left:15px;}
.fixed #addcreditor .fixed_test .fixed_test_release{position: absolute;left: -110px;top: 5px;background-image: url(../image/index/dhk.png);width: 110px;height: 35px;line-height: 33px;text-align: center;color: #fff;}
.fixed #addcreditor .fixed_test .fixed_test_release img{margin-right: 5px;}

.publish2{width:82px;text-align:center;margin-left: 20px;margin-bottom: 40px;}
.publish .fixed_img{background-color: #238ACC;cursor: pointer;}
.publish2 .fixed_img img{margin-top: 6px;}
.publish2:hover{background-color: #4A99CC;color:#fff;cursor:pointer;}


.fixed .investor .fixed_img{cursor: pointer;    text-align: center;}
/*.fixed .investor .fixed_img img{margin-top: 18px;margin-left:15px;}*/
/*.fixed .investor .fixed_img:hover{background-color: #FEDF73;}*/

.fixed .investor .fixed_img1{background-color: #fd931d;cursor:default;}
.fixed .investor .fixed_img1:hover{background-color: #FDAA4D;}
.fixed .investor .fixed_img1 img{margin-left:23px;margin-top: 12px;margin-bottom: 8px;}
.fixed .investor .fixed_img1 p{text-align:center;color:#fff;cursor:default;}
.fixed .investor .fixed_img1 a{cursor:default;}

.fixed .investor .fixed_img2{background-color: #4cdbcb;cursor:default;}
.fixed .investor .fixed_img2:hover{background-color: #8FE1D8;}
.fixed .investor .fixed_img2 img{margin-left:23px;margin-top: 12px;margin-bottom: 8px;}
.fixed .investor .fixed_img2 p{text-align:center;color:#fff;cursor:default;}
.fixed .investor .fixed_img2 a{cursor:default;}

.fixed .home .fixed_img{background-color: #ffffff;cursor: pointer;}
/*.fixed .home .fixed_img img{margin-top: 12px;margin-left:9px;}*/
/*.fixed .home .fixed_img:hover{background-color: #F2FDFF;}*/

/*cjstyle*/
.thigh_info_right_center1_img{
    overflow: hidden;
    position: relative;
}

.thigh_info .thigh_info_right .thigh_info_right_center>div>a:hover .thigh_info_right_center1_img img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.thigh_info_right_center1_img img {
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    line-height: 1em;
}


/*企业动态效果style*/
ul,li{margin:0;padding:0;text-indent:0!important;}
#scrollDiv{width:100%;height: 240px;overflow:hidden;}
/*#scrollDiv li{height:37px;}*/

/*banner*/
.focusBox { position: relative; width:100%;height:400px; overflow: hidden;}
.focusBox .pic{ position:relative; z-index:0;margin:0 auto; }
.focusBox .pic img { width:100%; height:400px; display: block; }
.focusBox .hd { width:100%; position: absolute; bottom: 10px; text-align: center; font-size:0; z-index:1; }
.focusBox .hd li{margin: 0 5px; background:rgba(255,255,255,0.5);height: 12px; overflow: hidden; width: 12px;border-radius:50%; -webkit-border-radius:50%; cursor: pointer;display:inline-block; *display:inline; zoom:1; _background:#bababa url(../image/index/dot8x.png) no-repeat 0 -16px;}
.focusBox .hd .on{background-color:#fff; background-position:0 0; }
.focusBox .prev,.focusBox .next { width: 60px; height: 90px; margin: -60px 0 0; display: none; background: url(../image/index/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2; }
.focusBox .prev { left: 0; }
.focusBox .next { background-position: 0 -90px; right: 0; }
.focusBox .prev:hover,.focusBox .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important; }



/*
	赢创数据 ycdata.html css样式
*/

/*头部导航  yccollege.html,ycdata.html使用了该样式*/
.ycdata_bgimg img{width: 100%;height:200px;display:block;}
.ycdata_info{width: 100%;border-bottom: 1px solid #DCDCDC;margin-bottom: 40px;margin-top: 20px;overflow: hidden;}
.ycdata_info_inlist{margin-bottom:0;}
.ycdata_info .data_info_nav .data_info_gzs li{font-size: 16px;border-bottom: 2px solid #EA5504;padding-bottom: 7px;}
.ycdata_info .data_info_nav .data_info_gzs .totalname{font-size:12px;color:#888;}
.ycdata_info .data_info_nav .data_info_gzs .totalnumber{font-size:16px;color:#EA5504;}
.ycdata_info .data_info_nav .data_info_search{    margin-right: 40px;width:165px;border: 1px solid #DCDCDC;border-right:0;padding: 6px 0px 6px 12px;margin-top: 0px;    position: relative;
    color: #A0A0A1 ;   border-radius: 5px 0 0 5px;behavior: url(/PIE.htc);margin-bottom: 20px;}
.ycdata_info .data_info_nav .data_info_search img{right:-40px;position: absolute;top:-1px;display: inline-block;height: 37px;
}

.data_info_search span{padding:0x 0 4px 0;height:100%;width:100%;display:inlie-block;}
.data_info_search input{padding:4px 0;    padding-top: 0;}

.ycdata_info .data_info_nav .data_info_search input{color: #A8A7A7;font-family: "微软雅黑";}
.ycdata_info .data_info_nav .sele{padding:4px 0;padding-top:0;font-size:14px;width:60px;padding-top: 0;color: #A8A7A7;border: 1px solid #DCDCDC;padding: 10px 0px 8px 12px;border-radius: 5px;}
.ycdata_info .data_info_nav .selewk{margin-top: 2px;margin-left: 752px;}
.ycdata_typesss{width: 1200px;height: 80px;border: 0px solid #DCDCDC;margin-bottom: 50px;border-bottom:1px dashed #5FB8F6;}
.ycdata_typesss .type ul{margin-left: -40px;}
.ycdata_typesss .type ul li{float:left;height:26px;margin-left: 45px;padding:4px 10px;color: #000;margin-top: 20px;color:#000;line-height: 26px;}
.ycdata_typesss .type .li{background: none;color: #000;cursor: pointer;}
.ycdata_typesss .type .li:hover{background: #3598DB;color: #fff}
.ycdata_typesss .type .li0{background: #3598DB;color: #fff;}
.ycdata_typesss .type .types:hover{background:none;color: #000}
.ycdata_typesss .shaixuan{margin-top: 30px;color: #E84C3D;cursor: pointer;}



/*头部*/
.ycdata_center{overflow: hidden;width:100%;}
.ycdata_center_inlist{background-color:#f4f5f7;padding: 42px 0;}

.ycdata_title {border:0px solid blue;clear: both;    overflow: hidden;}
.widthbox_inlist{background-color:#fff;border-radius:5px;    padding: 32px 20px 45px 20px;    width: 1160px;}
/*政策申报list页面*/
.intrestlistwk{width:1200px;}
.intrestlistwk .blockwk{float:left;}
.intrestlistwk .blockwk .jj{width: 248px;margin-bottom: 18px;font-size: 16px;color: #D5280E;padding: 0 15px;letter-spacing: 2px;}
.intrestlistwk .li{position:relative;width:276px;height:178px;border-radius:5px;overflow:hidden;margin:13px 18px 8px  0;background-color:#ddd;}
.intrestlistwk .li p.t{font-size:22px;color:#fff;text-align:center;font-weight:bold;margin: 49px 0 16px 0;}
.intrestlistwk .li p span.w{display:block;width:72px;margin:0 auto;background-color:#fff;border-radius:5px;text-align:center;padding: 3px 0;}
.intrestlistwk .li p span.st{font-size:16px;color:#666666;}
.intrestlistwk .li p span.sjx{background: url('../img/sjxh.png') no-repeat 4px 5px;}
.intrestlistwk .li .yy{width: 100%;height:100%;left:0;top:0;background: url('../img/yy2.png') no-repeat;position:absolute;}
.intrestlistwk .li a:hover .yy{background:none;}
.intrestlistwk .li a:hover p span.w{background-color:#ff871d;}
.intrestlistwk .li a:hover p span.sjx{background: url('../img/sjx.png')  no-repeat 4px 5px;}
.intrestlistwk .li a:hover p span.st{color:#fff;}
.intrestlistwk .li a:hover p.t{color:#ff871d;}

/*政策申报list页面新切换框区域*/
.tx_wk{background: #fff;width: 1200px;margin: 0 auto;}
.tx_wktwo{margin-bottom: 30px;border-left: 1px solid #d0d0d0;border-right: 1px solid #d0d0d0;border-bottom: 1px solid #d0d0d0;border-top: 1px solid #d0d0d0;}
.tx_titlewk{padding-bottom:26px;background: #fff;}
.tx_title{}
.tx_title span{background: #f9f9f9;float:left;border-radius: 0px 0px 5px 5px;font-size: 16px;cursor:pointer;display:inline-block;width: 299px;text-align: center;padding: 10px 0;}
.tx_title span.first{margin-left: 0px;}
.tx_title span.first{width:297px;}
.tx_title span:hover{background:#f5f5f5!important;}
.tx_title span.active{background:#DFD9D9;}
.tx_wktwo1 .tx_title span.active{background:#DFD9D9;}
.tx_content{}
.tx_content table{width: 1178px;border: 1px solid #d0d0d0;border-collapse: collapse;margin: 0 auto;margin-bottom:20px;}
.tx_content table tr th,td{border: 1px solid #d0d0d0;padding: 10px 10px;text-align:left;/*min-width: 60px;*/color: #333;}
.tx_content table tr .alink{border: 0px solid red;background: url("../image/box/cre_icon3.png") center -80px no-repeat;border-radius: 5px;display: block;padding: 3px;color: #fff;text-align: center;}
.tx_content table tr .alink:hover{background-position: 0px -16px;    color: #fff;}
.tx_content table tr .awlink{background:#ddd;    color: #555;}
.tx_content table tr .awlink:hover{color: #555;}

.tx_content table tr .guide{background:url("../image/ico_guide.gif") no-repeat center ;}
.tx_content table tr .word{background:url("../image/ico_word.gif") no-repeat center ;}
.tx_content table tr .word span ,.guide span{cursor:pointer;padding: 8px 15px;}
.tx_table{display:none;}
.tx_content .tx_table.active{display:block;}
.tx_wktwo2 tr td{border: 1px dotted #D7D7D7;}
.tx_wktwo2 tr td span.title{line-height:40px;}
.tx_wktwo2 tr td span.source{font-size: 12px;text-align: left;line-height: 25px;color: #999999;}
.tx_wktwo2 tr td a:hover{color:#FF9308;}
.tx_wktwo tr td a:hover{color:#FF9308;}


/*赢创数据-》企业（新列表table加载更多）*/
.newtable{border-collapse: collapse;width:100%;width:1200px;}
.newtable tr:hover{background: #F5F5F5;cursor: default;}
.newtable tr.first{background: #F5F5F5;}
.newtable th,.newtable td{padding:12px;text-align:center;border:1px solid #000;}
.newtable th{font-weight:normal;padding:18px;}
.newtable td.status{color: #E84C3D;}
.newtable td .star{display:inline-block;width:17px;height:16px;background:url("../image/star.gif") no-repeat 0 -17px ;}
.newtable td .nostar{display:inline-block;width:17px;height:16px;background:url("../image/star.gif") no-repeat 0 0px ;}
.newtable td a:hover{color: #FF9308;}

/*机构详细页面样式*/
.jigoudetail{background-color:#f4f5f7;}
.jigoudetailwk{padding:0;width:1200px;overflow:hidden;background: none;    border-radius: 0px;}
.jigoudetailwk .jigoudetailwk_left{width:332px;overflow:hidden;float:left;}
.jigoudetailwk .jigoudetailwk_left .top{padding:20px;background-color: #fff;}
.jigoudetailwk .jigoudetailwk_left .list{padding:26px 0;border-bottom:1px dashed #dedede;clear: both;overflow: hidden;}
.jigoudetailwk .jigoudetailwk_left .list a:hover .ejtitle{color:#FA9412;}
.jigoudetailwk .jigoudetailwk_left .list a:hover .ejjj{color:#000;}
.jigoudetailwk .jigoudetailwk_left .top .list p{margin-left: 58px;}
.jigoudetailwk .jigoudetailwk_left .list p.ejtitle{color:#000;}
.jigoudetailwk .jigoudetailwk_left .list p.ejjj{color:#666666;}
.jigoudetailwk .jigoudetailwk_left .top .list p.ejjj span{margin:0 3px;}
.jigoudetailwk .jigoudetailwk_left .top .list1{background: url('../img/nimg1.png')  no-repeat 0px;}
.jigoudetailwk .jigoudetailwk_left .top .list2{background: url('../img/nimg2.png')  no-repeat 0px;}
.jigoudetailwk .jigoudetailwk_left .top .list3{background: url('../img/nimg3.png')  no-repeat 0px;}
.jigoudetailwk .jigoudetailwk_left .top .list4{background: url('../img/nimg4.png')  no-repeat 0px;}
.jigoudetailwk .jigoudetailwk_left .top .list5{background: url('../img/nimg5.png')  no-repeat 0px;}
.jigoudetailwk .jigoudetailwk_left .bot{padding:20px;background-color: #fff;margin-top:10px;}
.jigoudetailwk .jigoudetailwk_left .bot .list .left{behavior: url(/PIE.htc);position:relative;overflow:hidden;background-size:66px!important;width: 66px;height:66px;border-radius:33px;margin-right:10px;float:left;}
.jigoudetailwk .jigoudetailwk_left .bot .list .right{width: 215px;float:right;padding-top: 10px;}
.jigoudetailwk .jigoudetailwk_left .bot .list .right p{}
.jigoudetailwk .jigoudetailwk_left p.title{background:url("../img/titlebg.png") no-repeat bottom ;padding:4px 0  20px 0 ;}

.jigoudetailwk .jigoudetailwk_right{width:840px;overflow:hidden;float:right;background-color: #fff;}
.jigoudetailwk .jigoudetailwk_right p.title{padding: 22px 0 10px 22px;font-size:22px;color: #333;}
.jigoudetailwk .jigoudetailwk_right .con{background-color:#fafafa;padding:24px;border-top:1px dashed #dedede;border-bottm:1px dashed #dedede;overflow: hidden;}
.jigoudetailwk .jigoudetailwk_right .con .content{overflow: hidden;}
.jigoudetailwk .jigoudetailwk_right .con .content .left{behavior: url(/PIE.htc);position:relative;background-size: 106px!important;overflow: hidden;width:106px;float:left;height:106px;margin-right:17px;border-radius:53px;background-size:106px;}
.jigoudetailwk .jigoudetailwk_right .con .content .right{float:right;width: 669px;}
.jigoudetailwk .jigoudetailwk_right .con .content .right .jj{color:#666;margin: 11px 0 20px 0;}
.jigoudetailwk .jigoudetailwk_right .con .content .right p.ejtitle{color:#000;font-size:18px;}
.jigoudetailwk .jigoudetailwk_right .con .content .right a{behavior: url(/PIE.htc);position:relative;width: 35px;border-radius:5px;background-color:#ff9900;color:#fff;font-size:16px;display:block;clear:both;padding:4px 44px;}
.jigoudetailwk .jigoudetailwk_right .con .content .right a:hover{background-color:#F7B44F;}
.jigoudetailwk .jigoudetailwk_right p.xxtitle{background:url('../img/bline.png') no-repeat 23px 64px;}

.jigoudetailwk .jigoudetailwk_right .detail{} 
.jigoudetailwk .jigoudetailwk_right .detail ul{padding: 24px;} 
.jigoudetailwk .jigoudetailwk_right .detail ul li{overflow:hidden;max-width:745px;min-width: 336px;margin: 22px;margin-right: 20px;float:left;background:url('../img/rjt.png') no-repeat 0px;padding-left: 11px;} 
.jigoudetailwk .jigoudetailwk_right .detail ul li .t{font-size:16px;color:#333;margin-right:10px;} 
.jigoudetailwk .jigoudetailwk_right .detail ul li .jj{font-size:14px;color:#666;} 
.jigoudetailwk .jigoudetailwk_right .detail ul li .jj img{max-height:42px;} 





.ycdata_title .data_title_head{height: 61px;border-top: 1px solid #E7E7E7;border-bottom: 1px solid #E7E7E7;background:#F5F5F5;}
.ycdata_title .data_title_head li{width: 90%;margin: 0 auto;}
.ycdata_title .data_title_head .name{width: 498px;height: 61px;line-height: 61px;text-indent: 30px;border:0px solid #000;width: 40%;}
.ycdata_title .data_title_head .scale {width: 198px;height: 61px;border:0px solid red;width: 20%;}
.ycdata_title .data_title_head .scale li{text-indent: 55px;line-height: 61px;}
.ycdata_title .data_title_head .profession {width: 198px;height: 61px;border:0px solid #000;width: 20%;}
.ycdata_title .data_title_head .profession li{text-indent: 70px;line-height: 61px;}
.ycdata_title .data_title_head .school {width: 298px;height: 61px;border:0px solid red;width: 20%;}
.ycdata_title .data_title_head .school li{text-indent: 107px;line-height: 61px;}
/*排序调节图片样式*/
.ycdata_title .data_title_head .icon_img{width: 7px;height: 16px;line-height: 6px;margin-top: 22px;margin-left: 5px;}
.ycdata_title .data_title_head .scale .jia{width: 7px;height: 6px;}
.ycdata_title .data_title_head .scale .jian{width: 7px;height: 6px;}

/*数据列表展示*/
.ycdata_box :hover{background-color: #F0F0F0;}
.ycdata_list{height: 105px;width:1200px;border-bottom: 1px solid #EBEBEB;}
.ycdata_list li{line-height: 105px;width: 90%;margin: 0 auto;}
.ycdata_list .data_list_name{width: 498px;height: 105px;border:0px solid #000;width: 40%;}
.ycdata_list .data_list_name a{display:inline-block;}
.ycdata_list .data_list_name a:hover{color:#FF9308!important;}
.ycdata_list .data_list_name img{width: 69px;height: 69px;margin-right:20px;margin-top: 17px;margin-left: 30px;}
.ycdata_list .data_list_name li{margin-bottom:53px;}
.ycdata_list .data_list_name .data_list_name_info{height: 50px;width: auto;}
.ycdata_list .data_list_name .data_list_name_info a{color: #000;}
.ycdata_list .data_list_scale{width: 198px;height: 105px;border:0px solid #000;width: 20%;}
.ycdata_list .data_list_profession{width: 198px;height: 105px;border:0px solid #000;width: 20%;}
.ycdata_list .data_list_school{width: 298px;height: 105px;border:0px solid #000;width: 20%;}

.ycdata_list1{height: 105px;width:1200px;border-bottom: 1px solid #EBEBEB;border-top: 1px solid #fff;}
.ycdata_list1 li{width: 90%; margin: 0 auto;float: none;min-height: 20px;word-wrap: break-word;overflow: hidden;max-height: 100px;}
.ycdata_list1:hover{background-color: #F5F5F5;border-top:1px solid #F5F5F5;border-bottom:1px solid #F5F5F5;}
.ycdata_list1 .data_list_name1{width: 498px;height: 105px;border:0px solid #000;width: 40%;}
.ycdata_list1 .data_list_name1 img{width: 69px;height: 69px;margin-right:20px;margin-top: 17px;margin-left: 30px;}
.ycdata_list1 .data_list_name1 li{margin-bottom:37px;}
.ycdata_list1 .data_list_name1 .data_list_name_info1{display: block;margin-top: 46px;}
.ycdata_list1 .data_list_name1 .data_list_name_info1 a{color: #000;margin-right: 20px;}
.ycdata_list1 .data_list_name1 .data_list_name_info1 a:hover{color:#FF9308!important;}
.ycdata_list1 .data_list_name1 .data_list_name_info1 .xiamian1 a{color: #3598DB;}
.ycdata_list1 .data_list_scale1{line-height: 105px;width: 198px;height: 105px;border:0px solid #000;width: 20%;}
.ycdata_list1 .data_list_profession1{line-height: 105px;width: 198px;height: 105px;border:0px solid #000;color: #E84C3D;width: 20%;}
.ycdata_list1 .data_list_school1{text-align: center;width:88px;height:30px;color: #fff;padding:5px 10px;background-color: #E84C3D;margin-top: 35px;margin-left: 100px;line-height: 30px;cursor:pointer;}
.ycdata_list1:hover .data_list_school1{background-color: #EA5504;}

/*loading 加载更多*/
.data_loading_gd{width:1200px;height: 48px;border:1px solid #fff;background:#DFDFDF;margin-bottom: 50px;line-height:48px;text-align: center;cursor: pointer;margin-top:15px;}
.data_loading_gd:hover{background-color: #DDDBDB;}
.data_loading_gd li{color: #000;}









/*
	赢创学院 yccollege.html css样式  
*/
.college_info_list{    overflow: hidden;padding: 20px 0;border:1px solid transparent;margin-bottom: 25px;background-color: #fff;    position: relative;}
.college_info_list:hover{    box-shadow: 3px 3px 8px #E5EEF7;background-color: #ddd;}
.college_info .college_info_list_l{width:344px;}
.college_info .college_info_list_l img{width: 304px;height: 122px;position:absolute;top:50%;left:20px;margin-top:-61px;}
.college_info .college_info_list_r_title{width:840px;color: #000;}
.college_info .college_info_list_r_title li{list-style-type:none;_zoom:1;_display:inline;text-indent:0px!important;clear:both;}
.college_info .college_info_list_r_title h3{margin-bottom: 5px;font-weight: normal; padding-bottom:8px;border-bottom: 1px dashed #D9D9D9;}
.college_info .college_info_list_r_title h3 a:hover{color:#FF9308!important;}
.college_info .college_info_list_r_title h3 a{color: #000;}
/*.college_info .college_info_list_r_info{width:840px;color: #717171;}*/
.college_info .college_info_list_r_title h3 span{color:#E80909;}
.college_info .college_info_list_r_title>div{line-height:25px;}


.college_info .college_info_list_r_info{width:840px;height:42px;color: #717171;overflow: hidden;}
.college_info .college_info_list_r_info a:hover{color:#FF9308!important;}
.college_info .college_info_list_r_info li a:hover{color:#FF9308!important;}
.gaizhang{height: 234px;top: 0px;left: 0px;background: url('../image/box/about_icon31.png') no-repeat 460px 16px;position: absolute;width: 1200px;}
.gaizhang img{ position: absolute;top:40px; left:460px;; width:300px;height:160px;display:none;}
.gaizhang1 img{ position:absolute ;top:0px;left:200px;width:300px;height:160px;}
.widthbox .libg{/*background: url('../image/box/about_icon31.png') no-repeat 460px 16px;*/}

/*增值服务 increase.html css样式 */

/*increlist*/
.box,.box *{box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.increlist{padding:20px 0;}
.increlist>li{height:420px;padding:40px 0;position: relative;}
.increlist>li>a{color: #8e8e8e;position: absolute;right: 0;top:10px;}
.increlist>li:nth-child(4n+1)>a:hover{color:#3bbd9b;}
.increlist>li:nth-child(4n+2)>a:hover{color:#ff9621;}
.increlist>li:nth-child(4n+3)>a:hover{color:#fd5a5b;}
.increlist>li:nth-child(4n+4)>a:hover{color:#3f99e7;}
.increlist>li>ol{overflow: hidden;}
.increlist>li>ol>li{float:left;width: 20%;height:338px;padding:15px;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;border-top:2px solid #ddd;}
.increlist>li>ol>li img{display:inline-block;width: 210px;height: 210px;}
.increlist>li:nth-child(4n+1)>ol>li{border-top-color: #3bbd9b;}
.increlist>li:nth-child(4n+2)>ol>li{border-top-color: #ff9621;}
.increlist>li:nth-child(4n+3)>ol>li{border-top-color: #fd5a5b;}
.increlist>li:nth-child(4n+4)>ol>li{border-top-color: #3f99e7;}


.increlist>li>ol>li h3,.tocre>li>h3{color:#141414;font-size: 20px; margin: 5px 0 2px;font-weight: normal;  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.increlist>li>ol>li p,.tocre>li>p{color:#666;font-size: 14px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.increlist>li>ol>li>a,.tocre>li>a{display: inline-block;width: 115px;line-height: 30px; margin-top: 5px;border-radius: 4px;color:#fff;background: #3bbd9b;}
.increlist>li:nth-child(4n+1)>ol>li>a{background: #3bbd9b;}
.increlist>li:nth-child(4n+2)>ol>li>a{background: #fe9721;}
.increlist>li:nth-child(4n+3)>ol>li>a{background: #fd5a5b;}
.increlist>li:nth-child(4n+4)>ol>li>a{background: #3f99e7;}
.increlist>li:nth-child(4n+1)>ol>li>a:hover,.tocre>li>a:hover{background: #32b190;}
.increlist>li:nth-child(4n+2)>ol>li>a:hover{background: #ea8614;}
.increlist>li:nth-child(4n+3)>ol>li>a:hover{background: #e54142;}
.increlist>li:nth-child(4n+4)>ol>li>a:hover{background: #308ad8;}
.increlist>li>ol>li:nth-child(1){border: 0;background:url("../image/incre/increSprite.png") no-repeat;}
.increlist.tocre>li>ol>li:nth-child(1){background:none;}
.increlist>li>ol>li:nth-child(1)>h2{font-size: 34px;color:#fff;margin-top: 10px;}
.increlist>li>ol>li:nth-child(1)>h6>a{display: inline-block;width: 204px;height: 66px;background:transparent url("../image/incre/increSprite.png") no-repeat;    margin-top: 170px; }
.increlist>li>ol>li:nth-child(1)>h6>a:hover{background:transparent url("../image/incre/increSprite.png") no-repeat;}
.increlist>li:nth-child(4n+1)>ol>li:nth-child(1)>h6>a{background-position:-18px -3010px;}
.increlist>li:nth-child(4n+2)>ol>li:nth-child(1)>h6>a{background-position:-18px -3084px ;}
.increlist>li:nth-child(4n+3)>ol>li:nth-child(1)>h6>a{background-position:-18px -3158px ;}
.increlist>li:nth-child(4n+4)>ol>li:nth-child(1)>h6>a{background-position:-18px -3232px ;}
.increlist>li:nth-child(4n+1)>ol>li:nth-child(1)>h6>a:hover{background-position:-18px -3307px ;}
.increlist>li:nth-child(4n+2)>ol>li:nth-child(1)>h6>a:hover{background-position:-18px -3383px ;}
.increlist>li:nth-child(4n+3)>ol>li:nth-child(1)>h6>a:hover{background-position:-18px -3459px ;}
.increlist>li:nth-child(4n+4)>ol>li:nth-child(1)>h6>a:hover{background-position:-18px -3535px ;}
.increlist>li:nth-child(1)>ol>li:nth-child(1){ background-position: 0 0;}
.increlist>li:nth-child(2)>ol>li:nth-child(1){ background-position: 0 -380px;}
.increlist>li:nth-child(3)>ol>li:nth-child(1){ background-position: 0 -760px;}
.increlist>li:nth-child(4)>ol>li:nth-child(1){ background-position: 0 -1140px;}
.increlist>li:nth-child(5)>ol>li:nth-child(1){ background-position: 0 -1520px;}
.increlist>li:nth-child(6)>ol>li:nth-child(1){ background-position: 0 -1900px;}
.increlist>li:nth-child(7)>ol>li:nth-child(1){ background-position: 0 -2280px;}
.increlist>li:nth-child(8)>ol>li:nth-child(1){ background-position: 0 -2660px;}



/*.increase*/
.increase .increase_nav{width:1212px;height: 94px;border:0px solid red;margin-top: -10px;margin-bottom: 65px;}
.increase .increase_nav_bg{width:188px;height: 94px;border:0px solid red;margin-right: 14px;}
.increase .increase_nav_test{border:0px solid red;width:80px;height:94px;font-size: 20px;color: #fff;font-weight:bold;margin:auto 15px;overflow: hidden;}
.increase .increase_nav_test li{line-height: 94px;}
/*.audit 服务审计列表*/
.increase .audit{width:100%;background-color: #fff;padding: 20px;overflow: hidden;}
.increase .audit .agreement{width:279px;border:1px solid #fff;border-top:2px solid #FFA319;margin-right:15px;margin-bottom: 30px;}
.increase .audit .agreement .incimg{width: 279px;height: 279px;overflow: hidden;}
.increase .audit .agreement .incimg img{width:279px;}
.increase .audit .agreement:hover{width:279px;border:1px solid #FFA319;border-top: 2px solid #FFA319;}

.increase .agreement .info{text-align: center;margin:35px 0px;}
.increase .agreement .info1{font-size: 18px;color: #1A1A1A;margin-bottom: 10px;}
.increase .agreement .info2{font-size: 13px;color: #656565;margin-bottom: 35px;}
.increase .agreement:hover .info2{color: #ED1C24;}
.increase .agreement .info3 a{font-size: 27px;color: #FF7F27;}
.increase .agreement .but{width:260px;height: 38px;margin:0 9px;background: #fff;border-top: 1px solid #DCDCDC;text-align: center;line-height: 38px;margin-bottom: 20px;}
.increase .agreement:hover .but{width:260px;height: 38px;margin:0 9px;background: #FF9000;border-top: 1px solid #DCDCDC;text-align: center;line-height: 38px;margin-bottom: 20px;}
.increase .agreement .but .divbg{width:13px;height: 13px;background: url("../image/box/inc_fdj1.png") left center no-repeat;display: inline-block; margin-bottom: -2px;margin-right:3px;}
.increase .agreement:hover .but .divbg{cursor:pointer;width:13px;height: 13px;background: url("../image/box/inc_fdj2.png") left center no-repeat;display: inline-block;}
.increase .agreement .but a{color: #666666;display: inline-block;width: 100%;line-height:36px;}
.increase .agreement .but a span{display:inline-block;width: 57px;cursor:pointer;}
.increase .agreement:hover .but a{color: #fff;}



/*
    增值服务三级页面 increases.html css样式  
*/
.increases{width: 1200px;border: 0px solid red;overflow: hidden;}
.increases .increases_left{width: 332px;background-color:#fff;margin-top: 30px;border: 0px solid #000;}
.increases_left .title{margin-top: 25px;margin-left: 20px;font-size: 16px;}
.increases_left .infobox{width: 290px;height: 246px;border: 1px solid #EEEEEE;margin-left: 20px;margin-top: 30px;margin-bottom: 40px;}
.increases_left .infobox:hover{border: 1px solid #FF7F27;}
.increases_left .infoimg img{margin-left: 5px;margin-top: 5px;width: 280px;height: 165px;}
.increases_left .content{font-size: 15px;margin-left: 15px;margin-top: 10px;}
.increases_left .qian{font-size: 16px;margin-left: 15px;margin-top: 10px;color: #EA5504;}

.increases .increases_right{width: 843px;background-color: #fff;margin-top: 30px;}
.increases_right .infobox{width: 790px;height: 350px;border: 0px solid #000;margin-left: 25px;margin-top: 75px;}
.increases_right .img img{width: 320px;height: 320px;display: inline-block;}
.increases_right .textinfo{width: 360px;height: 373px;border: 0px solid #000;}
.increases_right .title{font-size: 26px;}
.increases_right .title>i{font-style: normal;font-size: 14px;color: #fff;background: #ff003e;padding:3px 5px;}
.increases_right .daikuan{width: 360px;height: 68px;background-color: #f5f5f5;line-height:68px;overflow: hidden;margin-top: 20px;margin-bottom: 30px;}
.increases_right .daikuan .zongjia{margin-left: 20px;}
.increases_right .daikuan s{color: #999;}
.increases_right .daikuan .jiacu{font-weight:bold;margin: -5px 10px 0 -5px;color: #ec1337;}
.increases_right .daikuan .jiacu>b{font-size: 30px;}
.increases_right .daikuan .shuanchu{text-decoration:line-through;margin-right: 10px;}
.increases_right .daikuan .dazhe{width: 40px;height: 20px;background-color:#EEEEEE;font-size: 12px;color: #EA5504;margin-top: 23px;text-align: center;line-height: 20px;border-radius: 4px;}
.increases_right .fuwudiqu{display: inline-block;border: 0px solid red;height: 45px;width: 260px;margin-right: 18px;}
.increases_right .info{margin-top: 30px;margin-bottom: 30px;}
.increases_right .info select{border: 1px solid #DDDDDD;border-radius: 5px;}
.increases_right .edu{margin-bottom: 30px;}
.increases_right .xuanze{border: 1px solid #dddddd;padding:1px 10px;margin-right: 10px;font-size: 12px;cursor: pointer;}
.increases_right .xuanze:hover{background: #ea5504;color: #fff;} 
.increases_right .zijianju{letter-spacing:2em;display: inline-block;}
.increases_right .zijianju div{height: 26px;width: 26px;color: #7A7979;font-size:20px;background-color: #F1F1F1; border: 1px solid #dbdbdb;text-align: center;cursor: pointer;}
.increases_right .gw_num{margin-bottom: 30px;}
.increases_right .gw_num .bao{border: 1px solid #DDDDDD;margin-left: -3px;}
.increases_right .gw_num .jian{padding: 0px 7px;background-color: #F1F1F1;cursor: pointer;}
.increases_right .gw_num input{width: 30px;text-align: center;}
.increases_right .gw_num .add{padding: 0px 5px;background-color: #F1F1F1;cursor: pointer;}
.increases_right .bot{clear: both;width: 198px;height: 46px;background-color: #ea5504;border-radius: 5px;cursor: pointer;}
.increases_right .imgbot{clear: both;width: 198px;height: 46px;background-color: #ea5504;line-height: 46px;background:url("../image/box/ins_icon.png")50px center no-repeat;font-size: 18px;color: #fff;text-indent: 75px;}
.increases_right .imgbot a{color: #fff;}

.increases .beijing{width: 790px;height: 50px;border: 1px solid #dddddd;background-color: #F8F8F8;margin-left: 25px;margin-top:60px;}
.increases .beijing .xqjs{width: 187px;height: 48px;background-color: #fff;border-top: 2px solid #ea5504;text-align: center;line-height: 48px;color: #ea5504;font-size: 16px;}
.increases .content_fwlr{margin-left: 25px;margin-top: 60px;width: 790px;}
.increases .content_title{font-size: 18px;color: #484848;border-left: 5px solid #ea5504;padding-left: 10px;}
.increases .content_fwlrinfo{margin-top: 20px;padding-bottom: 20px}

.increases .fuquneirong{margin-left: 25px;margin-top: 50px;width: 790px;margin-bottom: 60px;}
.increases .fuquneirong_title{background:url("../image/box/crs_dayu.png")left center no-repeat;font-size: 16px;text-indent: 15px;margin-bottom: 20px;}
.increases .fuquneirong_info{margin-top: 10px;}



/*
	债权融资  creditor.html css样式
*/
/*数据搜索*/
.creitdor{margin:auto;}
.creitdor .creitdor_num{width:100%;height: 90px;border:0px solid red;margin-bottom: 29px;margin-top: 20px;}

.creitdor .num_l{width: 214px;height:90px;background: url("../image/box/cre_icon1.png") left center no-repeat;text-align: center;}
.creitdor .title{color: #fff;font-size: 22px;font-weight:bold;margin-top:16px;}
.creitdor .content{color: #fff;font-size: 16px;}
.creitdor .num_r{width: 984px;height: 88px;border:1px solid #F98D4A;background: #FBF9EE;padding-right:-50px;line-height: 90px;text-align: center;}
.creitdor .num_r .ssppan {vertical-align: middle;display:inline-block;position:absolute;top:0;left:0;}
.creitdor .form_text{width:160px;border:1px solid #D4D1BF;margin-right: 28px;padding:8px 10px;}
.creitdor .form_select{width:160px;border:1px solid #D4D1BF;margin-right: 28px;height:30px;line-height:26px;display:inline-block;margin-left:30px;}
.creitdor .submit{width:121px;height:36px;border-radius: 5px;background:url("../image/box/cre_icon2.png") left center no-repeat;color: #fff;font-size: 16px;font-family: "微软雅黑";cursor: pointer;}
.creitdor .submit:hover{    background-position: 0px -20px;}
/*贷款产品专区*/
.creitdor .product{height: 95px;border-bottom:1px solid #D3D4D6;text-align: center;margin-bottom: 50px;}
.creitdor .p_title{font-size: 27px;margin-bottom: 30px;}
.creitdor .p_show .list{margin-right: 60px;}
.creitdor .p_show a{color: #000;}
.creitdor .list:hover,.lists:hover{width: 35px;height: 30px;border-bottom: 2px solid #EA5504;padding-bottom: 4px;}

/*贷款产品列表*/
.creitdor .product_list{      padding-bottom: 50px;  clear: both;width:1178px;border:1px solid #fff;border-bottom:1px solid #E5E5E5;padding-left: 20px;overflow: hidden;}
.creitdor .product_list:hover{border:1px solid #F98D4A;background:#FBF9EE;}

.creitdor .product_list .list_title{    margin-left: 5px;width: 290px;border:0px solid #000;margin-top: 40px;margin-right: 0px;    overflow: hidden;}
.creitdor .lt,.lt a{font-size: 22px;color: #343434;margin-bottom: 10px;overflow:hidden;display:inline-block;}
.creitdor .lt{position:relative;font-size: 22px;color: #343434;margin-bottom: 10px;overflow:hidden;width:100%;clear:both;}
.creitdor .ltdiv1{    height: 20px;
    line-height: 20px;
    text-align: center;border: 1px solid #FF9F59;padding: 1px 5px;font-size: 12px;  display: inline-block;overflow:hidden;}
.creitdor .ltdiv1 a{color:#FF9F59;display:inline-block;font-size: 12px;  }
.creitdor .ltdiv2{border: 1px solid #FF9F59;padding: 1px 5px;font-size: 12px;}
.creitdor .ltdiv2 a{color:#FF9F59;display:inline-block;font-size: 12px;  }
.creitdor .ltdiv1:hover,.product_list .ltdiv2:hover{background-color: #FF9F59;cursor: pointer;}
.creitdor .ltdiv1:hover a,.product_list .ltdiv2:hover a{color:#FFF;}

.creitdor .list_money{width:140px;text-align: center;border:0px solid #000;margin-top: 40px;margin-right: 50px;overflow:hidden;}
.creitdor .lm{font-size: 22px;color:#FC5858;margin-bottom: 8px;overflow: hidden;}
.creitdor .lms{color: #4B4B4B;}
.creitdor .list_date{width:150px;text-align: center;border:0px solid #000;margin-top: 40px;margin-right: 20px;    overflow: hidden;}
.creitdor .lm{font-size: 22px;color:#FC5858;margin-bottom: 8px;overflow: hidden;}
.creitdor .lms{color: #4B4B4B;}
.creitdor .list_fangshi{width:170px;text-align: center;border:0px solid #000;margin-top: 40px;margin-right: 20px;    overflow: hidden;}

.creitdor .ld{font-size: 22px;margin-bottom: 8px;overflow: hidden;}
.creitdor .lds{color: #4B4B4B;}
.creitdor .list_addr{width:163px;text-align: center;border:0px solid #000;margin-top: 40px;margin-right: 20px;    overflow: hidden;}
.creitdor .la{font-size: 22px;margin-bottom: 8px;overflow: hidden;}
.creitdor .las{color: #4B4B4B;}
.creitdor .list_but{width: 122px;border: 0px solid red;background:url("../image/box/cre_icon3.png") center center no-repeat;border-radius: 5px;line-height: 44px;text-align:center;font-size: 18px;color: #fff;margin-top: 50px;    overflow: hidden;}
.creitdor .list_but:hover{    background-position: 0px -6px;;}
.creitdor .list_but a{width: 100%;display: inline-block;;}
.creitdor .list_but a{color:#fff;}



/*creditors.html 债权融资三级页面 css样式*/
.creditors{width:1200px;overflow: hidden;}
.creditors .creditors_left{width:333px;border:0px solid #000;background-color: #fff;margin-top: 50px;margin-bottom: 30px;padding-top: 25px;}
.creditors_left .title{border: 0px solid #000;width:290px;margin-left: 20px;}
.creditors_left .titles{font-size: 16px;}
.creditors_left .title img{margin-left: 1px;margin-top: 20px;}
.creditors_left .list{border: 0px solid #000;margin-top: 20px;}
.creditors_left .list .icon{width: 4px;height: 10px;background: url("../image/box/crs_icon.png") no-repeat left center;margin-top: 5px;margin-right: 15px;    display: inline-block;}
.creditors_left .list li{margin-bottom: 15px;height: 20px;overflow: hidden;}
.creditors_left .list li a{color: #000;}
.creditors_left .list li a:hover{color: #FF7F27;}
.creditors_left .huise{width: 340px;height: 10px;min-height:10px;background-color: #F4F5F7;margin-top: 25px;}
.creditors_left .top{border: 1px solid #fff;width:290px;margin-left: 20px;margin-top: 25px;margin-bottom: 20px;}
.creditors_left .top .title{font-size: 16px;margin-left: -0px;border-bottom: 1px solid #E5E5E5;padding-bottom: 10px;}
.creditors_left .top .li{margin-top: 55px;border: 0px solid #000;}
.creditors_left .top li{margin-top: 20px;width: 290px;border: 0px solid #000;overflow:hidden;}
.creditors_left .top li a{color: #000;}
.creditors_left .top .topicon1{display: inline-block;width: 17px;height: 17px;background:url("../image/box/crs_yuan1.png") no-repeat left center;text-align: center;color: #fff;line-height: 17px;margin-top: 2px;margin-right:15px;}
.creditors_left .top .topicon2{width: 17px;height: 17px;background:url("../image/box/crs_yuan2.png") no-repeat left center;text-align: center;color: #fff;line-height: 17px;margin-top: 2px;margin-right:15px;}
.creditors_left .top .topicon3{width: 17px;height: 17px;background:url("../image/box/crs_yuan3.png") no-repeat left center;text-align: center;color: #fff;line-height: 17px;margin-top: 2px;margin-right:15px;}
.creditors_left .top .topicon0{width: 17px;height: 17px;background:url("../image/box/crs_yuan0.png") no-repeat left center;text-align: center;color: #fff;line-height: 17px;margin-top: 2px;margin-right:15px;}

.creditors .creditors_right{width:840px;border: 0px solid #000;background-color: #fff;margin-top: 50px;}
.creditors_right .type{width: 790px;border: 0px solid #000;margin-left: 25px;margin-top: 20px;}
.creditors_right .title{font-size: 26px;margin-bottom: 20px; margin-right: 7px;}
.creditors_right .fkk{height:20px;border: 1px solid #EA5504;color: #EA5504;text-align: center;line-height: 20px;margin-left: 10px;margin-top: 8px;font-size: 13px;padding: 0 5px;border-radius: 1px;}
.creditors_right .zljb{width:72px;height:24px;border: 1px solid #EA5504;color: #EA5504;text-align: center;line-height: 24px;margin-left: 20px;margin-top: 8px;font-size: 13px;}

.creditors_right .dked{clear:both;height: 37px;background-color: #EA5504;font-size: 17px;line-height: 37px;color: #fff;margin-top: 30px;margin-bottom: 20px;text-indent: 20px;    border-radius: 3px;}
.creditors_right .list{padding-bottom:20px;background-color: #F1F1F1;    overflow: hidden;}
.creditors_right .list .li{width:100%;height: 17px;border: 0px solid red;line-height: 17px;color: #7C7C7C;margin-right: 90px;margin-top: 20px;margin-left: 20px;}
.creditors_right .list .li a{color: #000;}
.creditors_right .list .dian{width: 6px;height: 6px;background: url("../image/box/crs_dian.png") no-repeat left center;margin-right: 10px;margin-top: 6px;}
.creditors_right .ljsqdk {width: 140px;height: 37px;background: #EA5504;border-radius: 3px;margin-top: 20px;cursor: pointer;line-height: 37px;text-align: center;font-size: 16px;float:left;}
.creditors_right .dktishi{width: 555px;float: right;margin-top: 31px;color: #333;}
.creditors_right .dktishi a{color:#EA5504;}
.creditors_right .ljsqdk a{color:#fff;display: block;}
.creditors_right .content{width:790px;margin-top: 30px;border: 0px solid #000;margin-left: 25px;margin-bottom: 20px;}
.creditors_right .content .title{border-bottom: 1px solid #F1F1F1; color: #383838;font-size: 22px;border-bottom: 1px solid #F1F1F1;overflow: hidden;clear: both;}
.creditors_right .content .text{border-bottom: 1px solid #EA5504;width: 90px;height: 98%;margin-top: 20px;}
.creditors_right .info{margin-bottom:25px;overflow: hidden;clear: both;}
.creditors_right .info .biaoti{height: 18px;margin-top: 3px;font-size: 16px;margin-top: 40px;margin-bottom: 30px;}
.creditors_right .info .dainli .dayu{display: inline-block;background:url("../image/box/crs_dayu.png") no-repeat left center;width: 8px;height: 12px;margin-right: 10px;margin-top: 4.5px;}
.creditors_right .info .neirong{margin-top: 10px;color: #737373;}
.creditors_right .info .dainli{color: #737373;margin-top: 12px;line-height: 24px;}
.creditors_right .info .dian{width: 7px;height: 12px;background:url("../image/box/crs_icon.png")no-repeat left center;margin-top: 5px;margin-right: 10px;}
.creditors_right .content .biaoti{font-size:16px;}
/*
	赢创资讯   rmation.html  css样式
*/
.rmation{border: 0px solid #000;overflow:hidden;margin-bottom: 40px;}
.rmation .outside_bor{border: 0px solid red;height: 180px;margin-bottom: 15px;background-color: #fff;}
.rmation .outside_bor:hover{box-shadow:3px 3px 8px #E5EEF7;background-color:#ddd;}
.rmation .img{border: 0px solid blue;width: 207px;height: 138px;margin-top: 25px;margin-left: 20px;}
.rmation .info{border: 0px solid blue;width: 923px;height: 127px;margin-top: 35px;margin-right: 20px;}
.rmation .title{height:20px;font-size: 16px;overflow: hidden;border-bottom: 1px dashed #D9D9D9;padding-bottom: 10px;margin-bottom: 10px;}
.rmation .title a:hover{color: #E73A00;}
.rmation .title a{color: #333;}
.rmation .datatime{max-width:500px;height: 15px;border: 0px solid #000;font-size: 13px;margin-bottom: 15px;white-space: nowrap;color: #666666;}
.rmation .time{padding-left: 20px;background: url("../image/box/rm_time.png") left center no-repeat;text-align: center;line-height: 15px;margin-right: 30px;text-indent: 25px;overflow: hidden;}
.rmation .source,.rmation .source a{margin-top: -2px;overflow: hidden;color: #666666;}
.rmation .center{color: #484848;}
.rmation .center a{color: #EA5504;}

/*赢创资讯三级   rmations.html  css样式*/
.bgcolor{width:100%;background-color: #F4F5F7;margin-top: -20px;padding-bottom:30px;}
.rmations{width:1200px;overflow: hidden;}
.zhongchouwk{min-height:300px;}
.rmations_left{width:333px;border: 0px solid #000;background-color: #fff;margin-top: 30px;}
.rmations_left>.tiltle{margin-bottom:30px;}
.rmations_left span{color: #000;font-size: 16px;margin-top: 20px;margin-left: 20px;display: block;}
.rmations_left .hotimg {border: 0px solid red;width:289px;height: 181px;border-radius: 5px;margin-left: 20px;margin-top: 30px;}
.rmations_left .rmsimg{height: 180px;}
.rmations_left .content{padding-top: 20px;width: 290px;height: 85px;border: 0px solid red;margin-left: 20px;border: 1px solid #F4F5F7;margin-top: 30px;}
.rmations_left .content:hover{border-color:#FF7F27;}
.rmations_left .content .dian{width:8px;height:8px;background:url("../image/box/rms_dian.png")no-repeat left center;margin:7px 10px 0;}

.rmations .content .text{width: 256px;height: 41px;border: 0px solid red;margin-bottom: 10px;overflow: hidden}
.rmations .content .text a{color: #000;}
.rmations .content .text a:hover{color: #FF7F27;}
.rmations .content .time{width: 73px;height: 13px;font-size: 12px;margin-left: 30px;color: #8F8F8F;}

.rmations .rmations_right{width:843px;border: 0px solid #000;background-color: #fff;margin-top: 30px;margin-bottom: 30px;}
.rmations_right .title{font-size: 28px;margin-top: 45px;margin-left: 25px;text-align: center;}
.rmations_right .info_icon{margin-top: 10px;text-align: center;}
.rmations_right .info_icon>div{display: inline-block;}
.rmations_right .icon{width: 18px;height: 18px;margin-top:2px;margin-right:7px;background:url("../image/box/rms_time.png")no-repeat left center;}
.rmations_right .time{color: #515151;margin-right: 30px;}
.rmations_right .content{width: 800px;font-size: 15px;margin-top: 30px;margin-right: 15px;text-indent: 30px;margin-bottom: 30px;padding-left: 20px;}


/*通用下载文件a标签样式*/
.downloadfile{height: 31px;line-height: 31px;}
.info_icon .downloadfile{margin-top: -6px;float: right;margin-right: 32px}
.downloadfile a{font-size: 16px;color:#ffffff;background: #ea5504;padding: 5px 28px;border-radius: 5px;}
.downloadfile a:hover{background: #EC651B;}

/*
	资料下载页  download.html  css样式 
*/
.download{border:0px solid #000;margin-bottom: 45px;overflow: hidden;}
.download .border{width:286px;height: 381px;border: 1px solid #FDD0C3;margin-right: 12px;}
.download .border:hover{border: 1px solid #FF6B42;}
.download .border .title_img{width:286px;height: 122px;border: 0px solid #000;background: url("../image/box/dl_img1.png") left -2px no-repeat;}
.download .border:hover .title_img{background: url("../image/box/dl_img2.png")left -2px no-repeat;}
.download .border .fk{width:35px;height: 35px;background-color: #E28870;text-align: center;line-height: 35px;font-size: 15px;color: #fff;}
.download .border:hover .fk{background-color: #D94B24;color: #FFf;}
.download .border .title_img .title{max-width:255px;max-height: 42px;border:0px solid #000;position: relative;bottom: 10px;left:15px;overflow: hidden;text-align: center;}
.download .border .title_img .title a{color: #fff;}
.download .border .type{width:120px;height: 37px;border: 0px solid red;margin-left: 80px;margin-top: 20px;cursor: pointer;margin-bottom: 25px;}
.download .border .type1{width:31px;height: 37px;}
.download .border .type2{margin-left: 20px;font-size: 27px;line-height: 37px;}
.download .border .type2 a{color: #333333;}
.download .border:hover .type2 a{color: #FF6B42;}
.download .border .content{width:243px;height:75px;border:0px solid blue;font-size: 13px;color: #404040;line-height: 25px;margin-left: 20px;margin-bottom: 35px;}
.download .border .button{width:142px;height: 38px;border: 1px solid #FDD0C3;font-size: 16px;line-height: 38px;text-align: center;border-radius: 20px;margin-left: 74px;}
.download .border:hover .button{border: 1px solid #FF6B42;background-color:#ea5504;}
.download .border .button a{color: #666666;display: block;}
.download .border:hover .button a{color: #ffffff;}

.downlist,.downlist *,.morebox,.morebox *,.downkind,.downkind *{box-sizing:border-box;}
.downlist,.morebox{overflow: hidden;}
.morebox{padding:20px 0;}
.downlist>li,.morebox>li{width:584px;float: left;margin-bottom:35px;border-radius:5px;border:1px solid #e5e5e5;height:240px;margin-right:24px;transition: 0.5s;}
.downlist>li:nth-child(even),.morebox>li:nth-child(even){margin-right:0;}
.downlist>li:hover,.morebox>li:hover{box-shadow: 3px 4px 9px rgba(0,0,0,0.1);}

.downtitle{position:relative;height:130px;padding:50px 0 0 160px;font-size: 18px;background:url("/icon/downbg.png") no-repeat;color: #fff;border-radius: 5px 5px 0 0;}
.downtitle>p{ position: absolute; top: 50%; transform: translateY(-50%);}
.downtitle>p>i{position: absolute;top: -40px;left: -5px;display:inline-block;width:48px;height:48px;background: url("/icon/hot_zlxz.gif") no-repeat;}
.downintro{height:108px;padding: 0 40px;}
.downintro>div{float: left;height:100%;}
.downintrotxt{width:70%;color:#1f1f1f;font-size: 15px;line-height: 23px;position: relative;}
.downintrotxt>p{position: absolute;top:50%;left:0;transform: translateY(-50%)}
.downnow{width:30%;line-height:108px;text-align: right;}
.downnow>a{border-radius: 5px;padding: 4px 15px;transition: 0.5s;border-width: 1px;border-style: solid;}

.downlist>li:hover .downnow>a,.morebox>li:hover .downnow>a{box-shadow: 1px 1px 3px rgba(0,0,0,0.2);}

/*xls,xlsx*/
.downlist>li.xls.odd .downtitle,.downlist>li.xlsx.odd .downtitle{background-position: 0 0;}
.downlist>li.xls.even .downtitle,.downlist>li.xlsx.even .downtitle{background-position: -614px 0;}
.downlist>li.xls.odd .downnow>a,.downlist>li.xlsx.odd .downnow>a{color:#60b581;border-color:#60b581;}
.downlist>li.xls.even .downnow>a,.downlist>li.xlsx.even .downnow>a{color:#78c09f;border-color:#78c09f;}

/*ppt,pptx*/
.downlist>li.ppt.odd .downtitle,.downlist>li.pptx.odd .downtitle{background-position: 0 -270px;}
.downlist>li.ppt.even .downtitle,.downlist>li.pptx.even .downtitle{background-position: -614px -270px;}
.downlist>li.ppt.odd .downnow>a,.downlist>li.pptx.odd .downnow>a{color:#f2916f;border-color:#f2916f;}
.downlist>li.ppt.even .downnow>a,.downlist>li.pptx.even .downnow>a{color:#ff9b87;border-color:#ff9b87;}


/*pdf*/
.downlist>li.pdf.odd .downtitle{background-position:0 -1082px;}
.downlist>li.pdf.even .downtitle{background-position: -614px -1082px;}
.downlist>li.pdf.odd .downnow>a{color:#ff778d;border-color:#ff778d;}
.downlist>li.pdf.even .downnow>a{color:#ff8fa1;border-color:#ff8fa1;}

/*rar*/
.downlist>li.rar.odd .downtitle{background-position: 0 -1350px;}
.downlist>li.rar.even .downtitle{background-position: -614px -1350px;}
.downlist>li.rar.odd .downnow>a{color:#c282f3;border-color:#c282f3;}
.downlist>li.rar.even .downnow>a{color:#ce6fff;border-color:#ce6fff;}

/*def*/
.downlist>li.def.odd .downtitle{background-position: 0 -1620px;}
.downlist>li.def.even .downtitle{background-position: -614px -1620px;}
.downlist>li.def.odd .downnow>a{color:#bacd5e;border-color:#bacd5e;}
.downlist>li.def.even .downnow>a{color:#b8d142;border-color:#b8d142;}

/*doc,docx*/
.downlist>li.doc.n1 .downtitle,.downlist>li.docx.n1 .downtitle{background-position: 0 -540px;}
.downlist>li.doc.n2 .downtitle,.downlist>li.docx.n2 .downtitle{background-position: -614px -540px;}
.downlist>li.doc.n3 .downtitle,.downlist>li.docx.n3 .downtitle{background-position: 0 -810px;}
.downlist>li.doc.n4 .downtitle,.downlist>li.docx.n4 .downtitle{background-position: -614px -810px;}

.downlist>li.doc.n1 .downnow>a,.downlist>li.docx.n1 .downnow>a{color:#727fc3;border-color:#727fc3;}
.downlist>li.doc.n2 .downnow>a,.downlist>li.docx.n2 .downnow>a{color:#6fc5f4;border-color:#6fc5f4;}
.downlist>li.doc.n3 .downnow>a,.downlist>li.docx.n3 .downnow>a{color:#78aaf1;border-color:#78aaf1;}
.downlist>li.doc.n4 .downnow>a,.downlist>li.docx.n4 .downnow>a{color:#6F97F2;border-color:#6F97F2;}

/*更多*/
/*xls,xlsx*/
.morebox>li.xls.odd .downtitle,.morebox>li.xlsx.odd .downtitle{background-position: 0 0;}
.morebox>li.xls.even .downtitle,.morebox>li.xlsx.even .downtitle{background-position: -614px 0;}
.morebox>li.xls.odd .downnow>a,.morebox>li.xlsx.odd .downnow>a{color:#60b581;border-color:#60b581;}
.morebox>li.xls.even .downnow>a,.morebox>li.xlsx.even .downnow>a{color:#78c09f;border-color:#78c09f;}

/*ppt,pptx*/
.morebox>li.ppt.odd .downtitle,.morebox>li.pptx.odd .downtitle{background-position: 0 -270px;}
.morebox>li.ppt.even .downtitle,.morebox>li.pptx.even .downtitle{background-position: -614px -270px;}
.morebox>li.ppt.odd .downnow>a,.morebox>li.pptx.odd .downnow>a{color:#f2916f;border-color:#f2916f;}
.morebox>li.ppt.even .downnow>a,.morebox>li.pptx.even .downnow>a{color:#ff9b87;border-color:#ff9b87;}


/*pdf*/
.morebox>li.pdf.odd .downtitle{background-position:0 -1082px;}
.morebox>li.pdf.even .downtitle{background-position: -614px -1082px;}
.morebox>li.pdf.odd .downnow>a{color:#ff778d;border-color:#ff778d;}
.morebox>li.pdf.even .downnow>a{color:#ff8fa1;border-color:#ff8fa1;}

/*rar*/
.morebox>li.rar.odd .downtitle{background-position: 0 -1350px;}
.morebox>li.rar.even .downtitle{background-position: -614px -1350px;}
.morebox>li.rar.odd .downnow>a{color:#c282f3;border-color:#c282f3;}
.morebox>li.rar.even .downnow>a{color:#ce6fff;border-color:#ce6fff;}

/*def*/
.morebox>li.def.odd .downtitle{background-position: 0 -1620px;}
.morebox>li.def.even .downtitle{background-position: -614px -1620px;}
.morebox>li.def.odd .downnow>a{color:#bacd5e;border-color:#bacd5e;}
.morebox>li.def.even .downnow>a{color:#b8d142;border-color:#b8d142;}

/*doc,docx*/
.morebox>li.doc.n1 .downtitle,.morebox>li.docx.n1 .downtitle{background-position: 0 -540px;}
.morebox>li.doc.n2 .downtitle,.morebox>li.docx.n2 .downtitle{background-position: -614px -540px;}
.morebox>li.doc.n3 .downtitle,.morebox>li.docx.n3 .downtitle{background-position: 0 -810px;}
.morebox>li.doc.n4 .downtitle,.morebox>li.docx.n4 .downtitle{background-position: -614px -810px;}

.morebox>li.doc.n1 .downnow>a,.morebox>li.docx.n1 .downnow>a{color:#727fc3;border-color:#727fc3;}
.morebox>li.doc.n2 .downnow>a,.morebox>li.docx.n2 .downnow>a{color:#6fc5f4;border-color:#6fc5f4;}
.morebox>li.doc.n3 .downnow>a,.morebox>li.docx.n3 .downnow>a{color:#78aaf1;border-color:#78aaf1;}
.morebox>li.doc.n4 .downnow>a,.morebox>li.docx.n4 .downnow>a{color:#6F97F2;border-color:#6F97F2;}


.downkind{font-size:16px;color:#666;margin-bottom:20px;padding:20px 60px;background: #fafafa; border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px; }
.downkind>div>span{margin-top:10px;}
.downkind>div>ul{width: 1032px;}
.downkind>div>ul>li{float: left;margin:5px 10px;}
.downkind>div>ul>li>a{display: inline-block;color:#666;}
.downkind>div.fenlei>ul>li>a{padding:5px 17px;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;}
.downkind>div.fenlei>ul>li>a.active,.downkind>div.fenlei>ul>li>a:hover{color:#fff;
    background: linear-gradient(to right,#ffae12,#f07d17);
    background: -webkit-linear-gradient(left, #ffae12 , #f07d17);
    background: -o-linear-gradient(right, #ffae12, #f07d17);
    background: -moz-linear-gradient(right, #ffae12, #f07d17);
}
.downkind>div.geshi>ul>li>a{padding:5px 12px;}
.downkind>div.geshi>ul>li>a.active,.downkind>div.geshi>ul>li>a:hover{color:#f28316;}
.downtitle>span{position: absolute;top:0;right: 0;background: rgba(255,255,255,0.2);padding:4px 15px;font-size: 15px;}

/*
    个人中心页  centrality.html  css样式
*/

.background{width:100%;height:186px;background-color: #E73A00;}
.creditor{width:1200px;border:0px solid red;overflow:hidden;margin-bottom: 50px;margin-top: -140px;}
.creditor .show{width:306px;border:0px solid #000;background: #fff;/*box-shadow: 3px 3px 10px #E4E4E4;*/}
.creditor .show .leftbox{width: 245px;height: 900px;margin-top: 40px;margin-left: 30px;border: 0px solid blue;}

.creditor .list{width:894px;border:0px solid #000;background: #fff;position: relative;}
.creditor .list .rightbox{width:860px;border: 0px solid red;margin-top: 40px;}
/*<%-- 列出可以申请的类别，(现阶段有5个)--%>*/
.creditor .list .rightbox .zqrz_list{}
.creditor .list .rightbox .zqrz_list ul{background-color: #FA9412;overflow: hidden;}
.creditor .list .rightbox .zqrz_list ul li{overflow:hidden;float: left;width: 172px;padding: 4px 0px;text-align: center;min-height: 100px;line-height: 100px}
.creditor .list .rightbox .zqrz_list ul li a{font-size: 20px;
    color: #fff;     background-color: #fff;width: 164px;height: 103px;display: inline-block;}
.creditor .list .rightbox .zqrz_list ul li a:hover{color:#000;background:#fff!important;}
.creditor .list .rightbox .zqrz_list ul li a:hover span{background: url("../image/box/cre_icon3.png") 0px -65px no-repeat;    background-size: 100%;}
.creditor .list .rightbox .zqrz_list ul li a span{filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity: 0.9; opacity: 0.9;border-radius: 4px;padding: 6px;background: url("../image/box/cre_icon3.png") 0px 0px no-repeat;background-size: 100%;}
.creditor .list .rightbox p.ptitle{overflow: hidden;margin-bottom: 20px;}
.creditor .list .rightbox p.ptitle2{    margin-top:40px;}
.creditor .list .rightbox p span.trleft{float:left;font-size: 16px;}
.creditor .list .rightbox p span.trright{float:right;}
.creditor .list .rightbox #err{color: #fff;border-radius: 5px;line-height: 36px;background-color: #ea5504;text-indent: 15px;width:50%;overflow:hidden;clear: both; margin: 0 auto; margin-top: 20px;}
.creditor .list .rightbox .wk{clear:both;overflow: hidden;}

/* 二级导航菜单 */

/*.v{float:right;width:14px;height:14px;overflow:hidden;display:inline-block;margin-top:-5px;margin-bottom:-5px;}
.v01{background-position:0 0;}
.v02{background-position:0 -16px;}
.vtitle1{width:246px;height: 52px;border: 0px solid #000;background:#E84600;line-height:52px;margin-top:-1px;padding-left:20px;font-size:15px;color:#4d4d4d;cursor:pointer;border-radius: 5px;color: #fff;font-size: 18px;margin-bottom: 15px;}
.vtitle2{width:265px;height: 52px;border: 1px solid #666666;line-height:52px;font-size:15px;color:#4d4d4d;cursor:pointer;border-radius: 5px;margin-bottom: 15px;font-size: 18px;}
.vtitle .image{width:20px;height: 22px;background: url("../image/box/cen_icon.png")left center no-repeat;float: left;margin-top: 15px;margin-right: 10px;}
.vtitle .image1{width:11px;height:11px;background:url("../image/box/cen_yuan.png")left center no-repeat ;float: left;margin-top: 20px;margin-left: 20px;margin-right: 20px;}
.vtitle em{margin:20px 10px 0 0;margin-bottom: 20px;}
.vtitle1 em{margin:10px 10px 0 0;}
.vconlist{background:#fff;width:246px;margin-bottom: 20px;}
.vconlist li{height:30px;line-height:30px;padding-left:30px;display:block;font-size:14px;color:#866f67;font-family:"\5FAE\8F6F\96C5\9ED1";list-style: disc;border-bottom: 1px dashed #DBDBDB;margin-bottom: 10px;}
.vconlist li a{color:#866f67;}
.vconlist li.select a,.vconlist li a:hover{color:#E84600;text-decoration:none;}*/
.operate{width: 250px;/*height: 500px;*/border: 1px solid #eeeeee;border-right:0;margin-left: 30px;margin-top: 40px;}
.operate ul div.li{background-color:#fff;vertical-align:middle;overflow: hidden;border-right:1px solid #eee;}
.operate ul div.li.selected{border-right: 0;}
.operate ul div.li .gerenzl{width: 244px;height: 52px;border: 1px solid #DDDDDD;margin-bottom: 17px;border-radius: 5px;line-height: 52px;text-indent: 30px;color: #333;font-size: 18px;font-weight:100;background:url("../image/box/cen_icon.png") 20px center no-repeat;background-color:#ea5504;color: #fff;text-indent: 60px;cursor: pointer;}
.operate ul div.li .qitaxx{  background: #fafafa;border-left:2px solid transparent;font-size: 15px;
    height: 46px;line-height: 45px;color: #333;font-weight:normal;cursor: pointer;
    position:relative;    display: block;clear: both;
    box-sizing: border-box;padding:0 20px;margin:0;
}
.operate ul div.li .qitaxx>span{display: block;border-bottom:1px solid #eee;
    background: url("/icon/left_up.png") no-repeat right center;background-size: 9px 5px;
}
.operate ul div.li:last-child .qitaxx>span{border-bottom: 0;}
.operate ul div.li .qitaxx>span:hover{color:#e85504;}
.operate ul div.li .qitaxx>span>i{display: inline-block;width:18px;height:16px;margin-right:10px;background-image: url("../icon/leftnav.png");float: left;margin-top:13px;}
.operate ul div.li:nth-child(1) .qitaxx>span>i{background-position: 0 0;}
.operate ul div.li:nth-child(2) .qitaxx>span>i{background-position: -28px 0;}
.operate ul div.li:nth-child(3) .qitaxx>span>i{background-position: -57px 0;}
.operate ul div.li:nth-child(4) .qitaxx>span>i{background-position: -84px 0;}
.operate ul div.li:nth-child(5) .qitaxx>span>i{background-position: -112px 0;}
.operate ul div.li:nth-child(6) .qitaxx>span>i{background-position: -140px 0;}
.operate ul div.li:nth-child(7) .qitaxx>span>i{background-position: -168px 0;}
.operate ul div.li:nth-child(8) .qitaxx>span>i{background-position: -196px 0;}
.operate ul div.li.selected .qitaxx>span>i,.operate ul div.li .qitaxx:hover>span>i{background-image: url("../icon/leftnav_h.png"); }
.operate ul div.li.selected .qitaxx{border-color:#e85504;background: none;}
.operate ul div.li.selected .qitaxx>span{background-image: url("/icon/left_down.png");color:#e85504;border-bottom: 0;}
/*.operate ul div.li .qitaxx:active{background-color: #ea5504;color: #fff;}*/
.operate .list-item{background-color: #fff;position:relative;zoom:1;    border-bottom: 1px solid #eee;}
.operate .list-item p,.operate .list-item .third-list{/*height:32px;*/text-indent:50px;margin-bottom: 4px; line-height: 32px;behavior: url(/PIE.htc);position:relative;overflow: hidden;}

.operate .list-item .third-list>span{display: block;cursor: pointer;color:#666;}
.operate .list-item .third-list>span:hover,.operate .list-item .third-list>ul>li:hover a{color:#e85504;}
.operate .list-item .third-list>span>b{padding-left:10px;font-size:12px;}
.operate .list-item .third-list>ul{width:90%;padding-left:10%;}
.operate .list-item .third-list>ul>li{margin:5px 0;padding-left:37px; overflow: hidden;border-radius: 5px}
.operate .list-item .third-list>ul>li.leftnavhover{border-bottom: 0;}
.operate .list-item .third-list{border-bottom:0;}
.operate .list-item .third-list>ul>li>a{font-size:14px;color:#777;    padding: 3px 0; display: inline-block;}
.operate .list-item p.listlvshi{text-indent: 0;height:34px;}
.operate .list-item p.listlvshi a:hover img{filter:alpha(opacity=85);opacity: 0.85;}
.operate .list-item a{color: #666;}
.operate .list-item a:hover{color:#ea5504;}
.operate .leftnavhover {}
.operate .leftnavhover  a{color:#e85504!important;float:left;}
.operate .leftnavhover:hover a{color:#e85504!important;}

.btn-xs {display:inline;}


.creditor .rightbox .progress{width:570px;    background-color: #eee;    position: relative;}
.creditor .rightbox .sceilwk{position:absolute;left:94px;;top:0;width: 570px;cursor:auto;border-radius: 3px; }
.creditor .rightbox .lhover{background: url("../image/box/cre_iconbg.png") center center repeat;}
.creditor .rightbox .sceilwk .lhover{background: #feab79 url("../image/box/cre_iconbg.png") center center no-repeat;}
.creditor .rightbox .sceilwk .sceil{width:66px;background:url('../img/jdtrightline.png') repeat-y right center;    display: inline-block;position:relative;float:left;display: inline;    overflow: hidden;}
.creditor .rightbox .sceilwk .detail{position:absolute;left:0;top:-90px;display:none;width: 264px;;z-index: 99;background-color:#66;}
.creditor .rightbox .sceilwk .detail .cont{color:#fff;width: 264px;background-color: #ddd;z-index: 99;height: 90px;background: #feab79  url("../image/box/cre_iconbg.png") center center;}
.creditor .rightbox .sceilwk .detail .cont p{text-indent:10px;;}
.creditor .rightbox .sceilwk .detail .cont p.t{padding-top:5px!important;;}
.creditor .rightbox .sceilwk .sceillast{background:none;}
.creditor .rightbox .sceilwk .hidediv1{    z-index: 9;position:absolute;min-width:100px;height:20px;background:#fff url('../img/jdtbg_03.png') no-repeat left 5px ;    padding-left: 20px;background-size: 15px 13px;display:none;top:-20px;left:48px;font-size:12px;}
.creditor .rightbox .sceilwk .hidediv2{    z-index: 9;position:absolute;min-width:100px;height:20px;background:#fff url('../img/jdtbg_03.png') no-repeat left 5px ;    padding-left: 20px; background-size: 15px 13px;display:none;top:-20px;left:105px;font-size:12px;}
.creditor .rightbox .sceilwk .hidediv3{    z-index: 9;position:absolute;min-width:100px;height:20px;background:#fff url('../img/jdtbg_03.png') no-repeat left 5px ;    padding-left: 20px; background-size: 15px 13px;display:none;top:-20px;left:162px;font-size:12px;}
.creditor .rightbox .sceilwk .hidediv4{    z-index: 9;position:absolute;min-width:100px;height:20px;background:#fff url('../img/jdtbg_03.png') no-repeat left 5px ;    padding-left: 20px; background-size: 15px 13px;display:none;top:-20px;left:219px;font-size:12px;}
.creditor .rightbox .sceilwk .hidediv5{    z-index: 9;position:absolute;min-width:100px;height:20px;background:#fff url('../img/jdtbg_03.png') no-repeat left 5px ;    padding-left: 20px; background-size: 15px 13px;display:none;top:-20px;left:275px;font-size:12px;}
.creditor .rightbox .sceilwk .hidediv6{    z-index: 9;position:absolute;min-width:100px;height:20px;background:#fff url('../img/jdtbg_03.png') no-repeat left 5px ;    padding-left: 20px; background-size: 15px 13px;display:none;top:-20px;left:332px;font-size:12px;}
.creditor .rightbox .sceilwk .hidediv7{    z-index: 9;position:absolute;min-width:100px;height:20px;background:#fff url('../img/jdtbg_03.png') no-repeat right 5px ; background-size: 15px 13px;display:none;top:-20px;right: 164px;padding-right: 20px;font-size:12px;}
.creditor .rightbox .sceilwk .hidediv8{    z-index: 9;position:absolute;min-width:100px;height:20px;background:#fff url('../img/jdtbg_03.png') no-repeat right 5px ; background-size: 15px 13px;display:none;top:-20px;right: 107px;padding-right: 20px;font-size:12px;}
.creditor .rightbox .sceilwk .hidediv9{    z-index: 9;position:absolute;min-width:100px;height:20px;background:#fff url('../img/jdtbg_03.png') no-repeat right 5px ; background-size: 15px 13px;display:none;top:-20px;right: 49px;padding-right: 20px;font-size:12px;}
.creditor .rightbox .sceilwk .hidediv10{    z-index: 9;position:absolute;min-width:100px;height:20px;background:#fff url('../img/jdtbg_03.png') no-repeat right 5px ;background-size: 15px 13px;display:none;top:-20px;right: -10px;padding-right: 20px;font-size:12px;}
.creditor .rightbox .xgwk{    position: relative;}
.creditor .rightbox .xgwk .sceilwktitle{float: left;width: 94px;text-align: center;}
.creditor .rightbox .annui{width: 162px; float: right; position: absolute; right: 0px;top: -2px;;    text-align: right;}



/*个人资料*/
.creditor .rightbox .personal{width:809px;height: 269px;border: 1px solid #E6D774;border-radius: 5px;margin-bottom: 20px;}
.creditor .personal .personall{width:154px;height: 157px;border: 1px solid #DADADA;border-radius: 5px;margin-left: 27px;margin-top: 27px;background:url("../image/box/cen_bg.png")no-repeat center 25px;}
.creditor .personal .personalb{width: 154px;height: 30px;color: #fff;background: #AEAEAE;margin-top: 127px;text-align:center;line-height: 30px;}
.creditor .personal .personalb a{color: #fff;}

.creditor .personal .personalr{width:574px;height: 182px;border: 0px solid #DADADA;margin-top: 65px;margin-right: 30px;}
.creditor .personalr li{border-bottom: 1px solid #EEEFC8;padding-bottom: 15px;margin-bottom: 20px;}
.creditor .personalr li a{color: #E73A00;font-size: 16px;}
.creditor .personalr .cue{width:573px;height: 42px;border: 1px solid #F3DADF;background-color: #FFF1F3;border-radius: 5px;color: #333333;line-height: 42px;padding-left: 20px;}
.creditor .personalr .cue a{color: #E73A00;font-size: 16px;}

.creditor .rightbox .vipinfo{padding: 30px;;border: 1px solid #E2E2E2;border-radius: 5px;margin-bottom: 30px;clear: both;padding-bottom: 35px;overflow: hidden;}
.creditor .rightbox .vipinfo .fadeIn{margin-bottom: 5px;color:red;font-family: 微软雅黑;margin-left: 14px;padding: 7px 24px;background-color: #fff;border:1px solid #E8E8E8;cursor:pointer;}
.creditor .rightbox .vipinfo .fadeIn:hover{background-color: #F9F9F9;}
.creditor .rightbox .vipinfo .fadeInbtn{clear:both;}
.creditor .rightbox .vipinfo .fadeIndiv{clear:both;overflow: hidden;border: 1px dashed #BEBDBD;margin: 15px 0px; padding: 15px 0px;}
.creditor .rightbox .vipinfo .firstreaddiv{clear:both;overflow: hidden;}


.creditor .vipinfo .title{height:47px;background:/*#f5f5f5*/ url("../image/box/cen_icon1.png") 10px 11px no-repeat;border-bottom: 1px dashed #ddd;margin-bottom: 10px;clear: both;line-height: 47px;}
.creditor .vipinfo p.zaiquanxinxi_red{font-weight: bold;color:red;font: 14px/1.5 "微软雅黑";}
.creditor .vipinfo .img_yangben{width:810px;}
.creditor .vipinfo .img_yangbenl{ width:178px;padding:3px;padding-top: 5px;margin-right:18px;margin-bottom: 18px;background-color:#FAB897;float: left;text-align: center;}
.creditor .vipinfo .img_yangbenl:hover{-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);}
    
.creditor .vipinfo .img_yangbenl a{display: block;color:#fff;height:100%;width:100%;    overflow: hidden;}
.creditor .vipinfo .img_yangbenl a:hover{background-color:#FF8040;color:#fff;}
.creditor .vipinfo .img_yangbenl img{height: 194px;display: block;margin: 0 auto;    max-width: none;}
.creditor .vipinfo .img_yangbenl p{/* background-color: #ccc; */padding: 5px}
.creditor .vipinfo .title li{margin-left: 43px;display:block;clear: both;overflow: hidden;    font-size: 18px;}
.creditor .vipinfo .title li span.t{float:left;line-height: 47px;}
.daochutishi{font-weight: bold;}
.statusok{color:#FAA941;}
.creditor .vipinfo .title .update{float: right;color:#fff; background-color: #C5B716;padding: 5px 10px;border-radius: 4px;margin-top: 8px;line-height: normal;}
.creditor .vipinfo .title .update:hover{color: #fff;cursor: pointer;background-color: #ff6753;}
#jibenxinxi .basicbg{    border: 1px solid #E2E2E2;padding: 25px 45px;border-radius: 5px;overflow:hidden;}
.creditor .vipinfo .inputtest{display: block;border-bottom:1px solid #fff;color:#333333;overflow: hidden; width: 50%;float: left;margin-bottom: 9px;}
.creditor .vipinfo .jiange{clear: both;text-indent: 30px;font-size: 16px;margin: 15px 0;float: left;min-width: 760px;}
.creditor .vipinfo .niantable{padding-left: 18px;}
.creditor .vipinfo .niantable td{border:none;padding:6px;}
.creditor .vipinfo .niantable .nop{padding-right: 0;}
.creditor .vipinfo .niantable th{font-weight:normal;}
.creditor .vipinfo .niantable tr{margin-bottom:5px;}
.creditor .vipinfo .niantable tr .pr0{padding-right:0px;}
.creditor .vipinfo .niantable tr .pr16{padding-right:16px;}
.creditor .vipinfo .niantable .trbg{background-color: #ea5504;color:#fff;}
.creditor .vipinfo .rongzicheckbox label{margin-right:10px;}
.creditor .vipinfo .inputtestl{width:50%;float: left;}
.creditor .vipinfo .inputtest22{width:100%;}
.base-icons{width:100%;overflow: hidden;box-sizing: border-box;padding: 40px 5px 25px;border-top:1px dashed #ddd;}
        .base-icons>li{width:154px;height:64px;   box-sizing: border-box;line-height:64px;float:left;margin-right:18px;}
        .base-icons>li>a{font-size:15px;color:#fff;display:block;border-radius:5px; padding-left:74px;}
        .base-icons>li:nth-child(1) a{background:#889fe3 url("/icon/base-icon1.png") no-repeat 16px 9px;}
        .base-icons>li:nth-child(2) a{background:#fbc155 url("/icon/base-icon2.png") no-repeat 16px 9px;}
        .base-icons>li:nth-child(3) a{background:#61bce8 url("/icon/base-icon3.png") no-repeat 16px 9px;}
        .base-icons>li:last-child a{margin-right:0;background:#58d6b1 url("/icon/base-icon4.png") no-repeat 16px 9px;}
        
        .base-icons>li:nth-child(1) a:hover{background-color:#7A8FCC;}
		.base-icons>li:nth-child(2) a:hover{background-color:#fbc10a;}
		.base-icons>li:nth-child(3) a:hover{background-color:#57AAD2;}
		.base-icons>li:last-child a:hover{background-color:#4FC5A2;}

/* 贴息申报第二步中的经营情况列表是用div来写的 */
.creditor .vipinfo .jyqkdiv{width:781px;overflow: hidden;clear: both;}
.creditor .vipinfo .jyqkdiv .left{width:164px;float:left;line-height: 50px;text-indent: 61px;border-right: 1px solid #E0E0E0; }
.creditor .vipinfo .jyqkdiv .right{width:616px;float:right;background-color: #ddd;}
.creditor .vipinfo .jyqkdiv .right .ceil{background: #eaeaea;line-height: 38px;width:118px;float:left;border-right:1px solid #E0E0E0;border-bottom:1px solid #E0E0E0;}
.creditor .vipinfo .jyqkdiv .right .ceil.t{text-align:center;background:#ea5504;color:#fff;}
.creditor .vipinfo .jyqkdiv .right .ceil input{background: #fff;padding:10px 0;;    border: 1px solid #E0E0E0;text-align:center;    width: 115px;}
.creditor .vipinfo .jyqkdiv .right .ceil.b{border-bottom:none;;}
.creditor .vipinfo .jyqkdiv .right .ceil.r{border-right:none;;}


.creditor .vipinfo .xkk{overflow: hidden;width: 791px;border: 1px dashed #ef6a07;margin: 8px 0;padding: 10px 8px 10px 0;}
.creditor .vipinfo .adddel{width:32px;margin-right: 15px;border-radius: 3px;width: 58px;height: 34px;color:#fff;background:#5bc0de;;border:0px solid #ea5d49;text-indent: 0;padding: 6px 7px;}
.creditor .vipinfo .addde2{width:32px;margin-right: 15px;border-radius: 3px;width: 58px;height: 34px;color:#fff;background:#f0ad4e;border:0px solid #ea5d49;text-indent: 0;padding: 6px 7px;}
.creditor .vipinfo .adddel:hover {background:#B1EAFA;cursor:pointer;}
.creditor .vipinfo .addde2:hover {background:#F8CD90;cursor:pointer;}
.creditor .vipinfo .xkk.djbox{width:100%;float:left;margin:0;padding-top:19px;}


.creditor .vipinfo .inputtestlrow{width:100%;float: left;}
.creditor .vipinfo .leftnamesex label{height:23px;line-height:23px;}
.creditor .vipinfo .gszcddiv{overflow: hidden;clear: both; padding-left: 49px;margin-bottom: 10px;color:#333;}
.creditor .vipinfo .gszcddivr{ padding-left: 50px;margin-bottom: 0px;text-align:left;}
.creditor .vipinfo .gszcddiv3{padding-left: 27px;}
.creditor .vipinfo .gszcddiv span.leftnamel{margin-right:6px;}
.creditor .vipinfo .gszcddivr span.leftnamel{margin-right:46px;}
.creditor .vipinfo .gszcddiv span.leftnamelt{margin-right:23px;}
.creditor .vipinfo .gszcddiv select{border: 1px solid #E0E0E0;text-align: left;padding: 7px 10px;color: #666;width: 105px;background-color: #fff;}
.creditor .vipinfo .gszcddivr select{width: 106px;border-color:#fff;}
.creditor .vipinfo .inputtest .rightinfo{float:left;color:#666;display:block; width: 222px;line-height: 38px;}
.rightinfo span.error {padding:1px 2px;font-size:13px;border:1px solid  #f00;color: #f00;text-indent: 6px;line-height: normal;display: inline-block;display:none;float: left;}
.rightbox td span.error {padding:1px 2px;font-size:12px;border:1px solid  #f00;color: #f00;text-indent: 6px;line-height: normal;display: inline-block;display:none;float: left;}
.creditor .vipinfo .inputtest .rspan{width:132px;}
.creditor .vipinfo .inputtest .ooselect select{width: 222px;border: 1px solid #E0E0E0;padding: 7px 10px;}
/*.creditor .vipinfo .inputtest .indent{text-indent: 30px;}*/


#publishguquanappedit p.jg{overflow:hidden;clear:both;margin-bottom: 10px;}


.vipinfo .selectli select{width:222px;border: 1px solid #E0E0E0;text-align:left;padding:7px 10px;}
.creditor .vipinfo .inputtest .input{width:200px;border: 1px solid #E0E0E0;text-align:left;padding:7px 10px;}
.creditor .vipinfo .inputtest .ibg{background: url("../image/wanyuan.png") no-repeat 93% center;}
.creditor .tstextarea{height:auto!important;}
.creditor .vipinfo .inputtest .inputrow{width:597px;}
.creditor .vipinfo .inputtest .input.rad{width:16px;vertical-align: middle;}
.creditor .vipinfo .inputtest input .set{margin-top: 50px;}
.creditor .vipinfo .inputtest .zhuozhong{color: red;margin-left:15px;}
.creditor .vipinfo .inputtest .leftname{width:92px;height:38px;border:0px solid red;display: block;float: left;line-height: 38px;text-align: right;margin-right: 10px;}
.creditor .vipinfo .inputtest2 .leftname{width:120px;}
.creditor .vipinfo .inputtest2 .rightinfo a{color:#ea5504; }
.creditor .vipinfo .inputtest2 .rightinfo a:nth-child(1){font-weight:bold;color:#ea5504;}
.creditor .vipinfo .inputtest2 .rightinfo a:hover{color:#177bbb;}

.creditor .vipinfo .inputtest .leftnamel{width:139px;}
.creditor .vipinfo .inputtest .leftname img{float: left; margin-top: 10px;}
.creditor .vipinfo .inputtest:nth-child(2) .leftname img{margin-top:12px;}
.creditor .vipinfo .inputtest .lspan{width:230px;}
.creditor .vipinfo .inputtestlrow .leftname{width:286px;}
.creditor .vipinfo .inputtestlrow .rightinfo input{width:449px;}
.creditor .rightbox .vipinfo .inmin{width:188px;margin-right: 12px;}
.creditor .rightbox .vipinfo .rightinfoinmin{width:190px;}
.creditor .rightbox .vipinfo .rightinfoinmin input{width:166px;}
.creditor .rightbox .vipinfo .midm{width:188px;margin-right: 12px;}
.creditor .rightbox .vipinfo .rightinfomidm{width:190px;}
.creditor .rightbox .vipinfo .rightinfomidm input{}

.biankuang{border:1px solid #f00;}

.creditor .vipinfo .inputtest .textareanew{width: 188px;margin-right: 15px;}
.creditor .vipinfo .inputtest .textareanewtext{width: 549px;min-height: 46px;}
.creditor .vipinfo .inputtest .leftnamel a{color:#FF7F27;}
.creditor .vipinfo .inputtest .leftnamel a:hover{color:red;}
.creditor .vipinfo .xzxld{display:none;}
    
.creditor .vipinfo .inputtest input{color: #666;font-size: 14px;font-family: "微软雅黑";}
.creditor .vipinfo .inputtest .rinput{width:109px;}
.creditor .vipinfo .inputtest textarea{width:599px;color: #666;font-size: 14px;font-family: "微软雅黑";border:1px solid #E0E0E0;padding:10px;min-height: 80px;}
.creditor .vipinfo .inputtest .select{width:222px;border: 1px solid #E0E0E0;padding:7px 10px;outer:none;}
.creditor .rightbox .vipinfo .rightinfoinmin .select{width:188px;}
.creditor .vipinfo .inputtest select{color: #666; text-align: center;width: 116px;}
.creditor .vipinfo .inputtest select option{color: #666; text-align: center;}
.creditor .vipinfo .zhidu input{color: #ccc;border-color: #eee;}
.creditor .vipinfo .inputtest #choose{width: 90px;height: 30px;background: #ea5d49;border-radius: 5px;color: #fff;margin-left: 10px;}
.creditor .vipinfo .inputtest #choose:hover{background: #FE9485;}
	
.creditor .vipinfo .revise{width:100%;margin-top: 50px;text-align: center;font-size: 16px;margin-bottom: 30px;overflow: hidden;clear:both;float: left;color: #FF8040;}
.creditor .vipinfo .revise input.tj{width:145px;height: 41px;border-radius: 5px;background-color: #ea5d49;cursor: pointer;text-align: center;height: 41px;font-size: 16px;margin:0 auto;}
.creditor .vipinfo .revise input.tj:hover{background:#FE9485!important;}
/* .creditor .vipinfo .revise:hover{background-color: #F78373;} */
.creditor .vipinfo .revise input{    display: block;width: 100%;height: 100%;color: #fff;cursor:pointer;}
.creditor .vipinfo .revise input.shenqingdkt {display:inline-block;width: 120px;height: 40px;border-radius: 5px;cursor: pointer;background-color: #ea5d49;text-align: center;font-size: 15px;color:#fff;margin:0 8px 8px 0;font-family: "微软雅黑";}
.creditor .vipinfo .revise input.shenqingdkt:hover{background:#FE9485;}

.creditor .vipinfo .revise a,input.tj{color: #fff;}

.creditor .vipinfo .revise .fbbox{margin-top:20px;}
.creditor .vipinfo .revise input.upbacktoguquan{background: #7A8FCC; }
.creditor .vipinfo .revise input.upbacktozhaiquan{background: #57AAD2;}
.creditor .vipinfo .revise input.upbacktozhengce{background:#4FC5A2;width: 230px; }
.creditor .vipinfo .revise input.upbacktoguquan:hover{background:#889fe3; }
.creditor .vipinfo .revise input.upbacktozhaiquan:hover{background: #61bce8;}
.creditor .vipinfo .revise input.upbacktozhengce:hover{background:#58d6b1; }


/*赢创数据是三级页面 equitys.html*/

.huise{background-color:#F4F5F7;border: 1px solid #F4F5F7;margin-top: -10px;min-height:298px;}
.equitys{width: 1200px;overflow: hidden;margin-top: 50px;margin-bottom: 48px;}
.equitys .info_left{width: 100%;border: 0px solid #000;background-color: #F66719;}
.equitys .info_left .dkk{overflow:hidden;width:470px;position: relative;float: right;height: 100px;margin-top: -22px;}
.jdtyy2{bottom: 5px;left: 65px;display: block;color: #fff;}
.equitys .info_left .dkk .jdtyy{position: absolute;bottom: 8px;padding: 0px;color: #fff;margin-bottom: 0px;background: none;height: auto;line-height: inherit;}
.equitys .info_left .dkk .zqrzjdt{width: 99%;height: 10px;border-radius: 5px;overflow: hidden;margin-top: auto;margin-right: auto;}
.jdtyy3{bottom: 34px;left: 125px;display:block;}
.equitys .info_left .dkk .jdtwkk{float: left;width: 71%;margin-left: 36px;margin-top: 15px;clear: both;}
.equitys .info_left .dkk .jdtwkk2{margin-left: 62px;}
.equitys .top{height: 95px;border: 0px solid #000;margin: 25px 0 0 25px;}
.equitys .top .test{width:1070px;}
.equitys .image{width: 66px;height: 90px;border-radius: 5px;margin-top: 2px;margin-right: 15px;}
.equitys .image img{}
.equitys .title{font-size: 16px;color: #fff;font-weight: bold;float: left;margin-right: 30px;}
.equitys .miaoshu{color: #fff;font-size: 13px;float: left;line-height: 24px;margin-right: 30px;}
.equitys .address{color: #fff;font-size: 13px;float: left;line-height: 24px;margin-right: 30px;}
.equitys .hangye{height: 25px;clear: both;padding-left: 15px;}
.equitys .hexinjingzhengli{padding-left: 15px;color: #fff;}
.equitys .top .test .ytl{float: right;color: #fff;width:132px;}
.equitys .top .test .ytl span{width: 76px;color: #fff;}
.equitys .jieshao{margin-top: 15px;clear: both;color:#fff;}
.equitys .hangye .list1{height: 22px;border: 1px solid #F0864D;background-color: #F57027;border-radius: 5px;margin-right: 8px;text-align: center;color: #fff;}
.equitys .list{width: 560px;height: 82px;border: 0px solid #000;padding-left: 27px;margin-top: -10px;margin-bottom: 2px;float: left;}
.equitys .list_bor{border: 1px solid #ED641A;width: 134px;height: 68px;background-color: #E55507;text-align: center;    overflow: hidden;}
.equitys .tianshi{color: #fff;font-size: 16px;font-weight: bold;margin-top: 8px;}
.equitys .lunci{color: #fff;margin-top: 3px;}
.equitys .bot{cursor: pointer;width: 195px;height: 40px;border-radius: 5px;background-color: #fff;margin-left: 27px;text-align: center;line-height: 40px;color: #ea5504;}
.equitys .bot .size{font-size: 18px;margin-right:5px;}
.equitys .bot:hover{background-color: #F5EAEA;}
/*三级页面  约谈右边进度条*/
.zqrzjdt{width: 126px;height: 10px;border-radius: 5px;overflow: hidden;margin-top: 16px;float: left;margin-right: 25px;}







/*约谈按钮*/
.equitys  #appoint{}
.equitys  #appoint_wk{padding: 5px;display:none;width:589px;background-color:#F57027;overflow: hidden;position: relative;margin-top: 15px;margin-left: 586px;margin-bottom: 10px;clear: both;}
.equitys  #appoint_wk #close{background: url("../img/delete.png") no-repeat;position: absolute;right: 10px;top:10px;width: 16px;height: 16px;cursor: pointer;}
.equitys  #appoint_wk .con{border-radius: 6px;width:589px;background-color:#fff;overflow: hidden;float: left;}
.equitys  #appoint_wk .con #ifsuccess{text-align: center; margin-bottom: 10px;color: #ea5504;clear: both;overflow: hidden;}
.equitys  #appoint_wk .con input{border-radius:5px;}
.equitys  #appoint_wk .con .input{text-align:center;margin-bottom: 20px;}
.equitys  #appoint_wk .con .input input{cursor:pointer;padding: 4px 12px;background-color: #999;font-size: 14px;    margin-right: 12px;}
.equitys  #appoint_wk .con .input input.res{color: #444;background: url("../image/box/cre_icon3.png") -2px -54px no-repeat;}
.equitys  #appoint_wk .con .input input.res:hover{color:#fff;background-position:-2px -139px;;}
.equitys  #appoint_wk .con .input input.sure{color: #444;background: url("../image/box/cre_icon2.png") -2px -7px  no-repeat;}
.equitys  #appoint_wk .con .input input.sure:hover{color:#fff;background-position:-2px -45px;;}
.equitys  #appoint_wk .con .content input{width: 84px;padding: 4px 6px;background-color: #FDA02B;font-size: 18px;margin-right: 8px;margin-LEft: 3PX;color:#fff;}
.equitys  #appoint_wk .con .content p{color: #666;font-size: 17px;margin: 20px;text-align: center;}
.equitys  #appoint_wk .con .ifsuccess{text-align: center;}

.equitys .info_right{width: 579px;height: 350px;background-color: #ea5504;}
.equitys .info_right .jingzhen{width: 550px;height: 293px;border:0px solid #000;border-radius: 5px;margin-left: 15px;margin-top: 28px;}
.equitys .info_right .tou{width: 550px;height: 42px;background-color: #F57027; text-align: center;}
.equitys .info_right .left{width: 22px;height: 22px; background:url("../image/box/eqs_yuan.png")left center no-repeat;text-align: center;line-height: 22px;margin-top: 10px;margin-left: 10px;color: #fff;}
.equitys .info_right .right{width: 22px;height: 22px; background:url("../image/box/eqs_yuan.png")left center no-repeat;text-align: center;line-height: 22px;margin-top: 10px;margin-right: 10px;color: #fff;}
.equitys .info_right .center{line-height: 42px;color:#fff;font-size: 16px;margin-left: 200px;font-weight: bold;}
.equitys .info_right .info{width: 550px;height: 250px;background-color: #fff;border-radius: 0 0 5px 5px;}
.equitys .info_right li{padding-top: 30px;padding-left: 20px;line-height: 25px;text-indent: 30px;}

/*从这里开始equitys页面的下面部分的css重新写*/
.e_bottomwk{width:100%;margin:0 auto;background-color:#F4F5F7;}
.e_bottomt{width:1200px;margin:0 auto;background-color:#ddd;height: 65px;line-height: 65px;font-size: 22px;color:#000;}
.e_bottomt span{width:1200px;margin:0 auto;}
.e_bottomb{width:1200px;margin:0 auto;min-height:200px;overflow: hidden;}
.e_bottomb .e_bottomb_left{width:770px;float:left;min-height:800px;margin-bottom: 15px;}
.e_bottomb .e_bottomb_left .block{padding:46px 18px 76px 18px;background-color:#fff;margin-bottom: 30px;}
.e_bottomb .e_bottomb_left .block2{padding-bottom: 61px;}
.e_bottomb .e_bottomb_left .block .p{font-size:24px;color:#000000;}
.e_bottomb .e_bottomb_left .block .p i{color: #EA5504;}   
.e_bottomb .e_bottomb_left .block .cont{overflow: hidden;line-height:24px;color:#676c70;margin-top:20px;}
.e_bottomb .e_bottomb_left .block .cont .contimg{margin-top:10px;max-width: 600px;max-height: 400px;}

.e_bottomb .e_bottomb_left .block .cont .wkk{width:754px;}
.e_bottomb .e_bottomb_left .block .cont .wk{float:left;float: left;width: 232px;border: 1px solid #E7E5E5;margin-right:15px;margin-bottom: 15px;}
.e_bottomb .e_bottomb_left .block .cont .wk:hover{border: 1px solid #FF9035;}
.e_bottomb .e_bottomb_left .block .cont .wk .pic{padding:6px;text-align:center;width: 220px;height: 160px;overflow:hidden;}
.e_bottomb .e_bottomb_left .block .cont .wk .pic img{width:220px;}
.e_bottomb .e_bottomb_left .block .cont .wk .title{padding:6px;text-align:center;font-size: 16px;}
.e_bottomb .e_bottomb_left .block .cont .wk .jj{padding:6px 10px 20px 10px;overflow:hidden;}


.e_bottomb .e_bottomb_right{float: right;color: #3e4149;overflow: hidden;width: 345px;}
.e_bottomb .e_bottomb_right .txmdt{padding:15px;background-color:#fff;overflow: hidden;}
.e_bottomb .e_bottomb_right .txmdt .title{background:url("../image/box/eqs_listicon.png") left center no-repeat;text-indent: 30px;margin-bottom: 20px;}
.e_bottomb .e_bottomb_right .txmdt ul li{height: 20px;line-height:20px;margin-bottom: 20px;overflow: hidden;}
.e_bottomb .e_bottomb_right .txmdt ul li b{width:8px;height:8px;background:#ea5504;border:2px solid #ea5504;margin:5px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;overflow:hidden;display:inline-block;float:left;}
.e_bottomb .e_bottomb_right .txmdt ul li .span{width: 191px;margin-right:31px;float: left;overflow: hidden;margin-left: 5px;}
.e_bottomb .e_bottomb_right .txmdt ul li .span1{font-size:12px;color: #999;}

.e_bottomb .e_bottomb_right .barlist{margin-top: 60px;}
.e_bottomb .e_bottomb_right .barlist ul{width:142px;overflow:hidden;background-color:#fff;}
.e_bottomb .e_bottomb_right .barlist ul a{display:block;text-align:center;line-height:50px;border-bottom:1px solid #F4F4F4;}
.e_bottomb .e_bottomb_right .barlist .active{border-left:2px solid #FF9035;color:#FF9035;}
.e_bottomb .e_bottomb_right .barlist a:hover{color:#FF9035;}
.barlistfixed{position:fixed;top:0px;box-shadow: 3px 2px 2px #E7E5E5;}








.baise{width: 100%;background-color: #fff;margin-bottom: 50px;}

.dynamics{width: 1200px;height: 410px;border:0px solid #000;margin-top: 40px;}
.dynamics .dynamics_left{width: 598px;height: 398px;margin-right: 20px;border:1px solid #ccc;}
.dynamics .dynamics_left img{max-wwidth: 100%;height: 100%;}
.dynamics .dynamics_right{width: 464px;height: 400px;border: 0px solid #000;overflow: hidden;}
.dynamics .dynamics_right .title{background:url("../image/box/eqs_listicon.png")left center no-repeat;text-indent: 30px;margin-bottom: 20px;}
.dynamics .dynamics_right .axis{width: 65px;height: 21px;border-radius: 4px; text-align: center;line-height: 21px;background: #ea5504;color: #fff;}
/*时间轴*/
.timess {display:block;margin:15px 0;}
.timess ul {margin-left:11px;border-left:1px solid #FFD5BE;}
.timess ul li {width:100%;margin-left:-12px;line-height:20px;font-weight:narmal;margin-bottom: 20px;float: left;}
.timess ul li b {width:8px;height:8px;background:#ea5504;border:2px solid #ea5504;margin:5px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;overflow:hidden;display:inline-block;float:left;}
.timess ul li span{padding-left:7px;font-size:12px;line-height:20px;}
.timess ul li span a{color:#333;font-size: 14px;float: left;width: 333px;}
.timess ul li span{padding-left:15px;font-size:12px;line-height:25px;float: left;}
.timess ul li .span1{color:#999;}
/*项目介绍和团队介绍*/
.introduction .auto{height: 9px;border-top: 1px solid #E9E9E9;margin-top: 35px;}
.introduction .widthbox .xiangmu{border-bottom: 2px solid #ea5504;font-size: 15px;margin-right: 130px;color: #ea5504;line-height: 60px;cursor: pointer;}
.introduction .widthbox .tuandui{font-size: 15px;margin-right: 130px;color: #333333;line-height: 60px;cursor: pointer;}
.introduction .widthbox .tuandui:hover{color: #ea5504;border-bottom: 2px solid #ea5504;}
.introduction .widthbox .rengou{width: 106px;height: 37px;background-color: #ea5504;border-radius:5px;text-align: center;line-height: 37px;color: #fff;font-size: 20px;margin-top: 13px;}
.introduction .testxmjs{font-size: 22px;color:#000;width:1200px;border:1px solid #fff;height: 72px;line-height: 60px;text-align: center;margin:20px auto;    margin-top: 0;}
.introduction .xiangmubg{background-color: #F4F5F7;width: 1200px;margin-top: -20px;padding:30px 0;}
.introduction .width990{width: 990px;border: 0px solid #000;margin-left: 105px;}
.introduction .width990 img{border-radius:5px;width: 990px;height: 384px;}
.introduction .width990 .title{border-radius:5px;width: 990px;height: 44px;background-color: #ea5504;color: #fff;font-size: 16px;text-indent: 50px;line-height: 44px;margin-top: 20px;}
.introduction .width990 .xmcpjs{font-size: 16px;color: #333;margin-top: 40px; }
.introduction .width990 .content{margin-top: 15px;}
.introduction .width990 .xuqiuxinxi{margin-top: 40px;background-color: #FCF0E9;width: 990px;height: 266px;margin-bottom: 40px;padding:28px 0px;}
.introduction .width990 .rzxq{display:block;font-size: 18px;color: #333333;margin-left: 28px;margin-bottom:20px;font-weight: 500;}
.introduction .width990 .rzxqinfo{width: 250px;height:20px;margin-right:47px;margin-left: 28px;color:#545454;border: 0px solid #000;margin-bottom: 15px;overflow: hidden;}
.introduction .width990 .xuqiu{margin-bottom:40px;border:0px solid #000;overflow: hidden;}

.introduction .testtdjs{font-size: 22px;color:#000;width:1200px;border:1px solid #fff;height: 60px;line-height: 60px;text-align: center;margin:20px auto;}
.introduction .tdlist{width: 1200px;height: 503px;}
.introduction .tdlistinfo{width: 288px;height: 501px;border: 1px solid #E7E5E5;margin-right: 10px;}
.introduction .tdlistinfo img{width: 280px;height: 224px;margin-top: 4px;margin-left: 4px;}
.introduction .tdlistinfo .title{width:280px;height: 50px;font-size: 16px;line-height: 50px;text-indent:120px;}
.introduction .tdlistinfo .content{margin-left: 15px;margin-right:15px;height: 190px;overflow: hidden;border:1px solid #fff;color: #3B3B3B;}



/*💗💗💗💗
🍀*/



.none{display:none}
/* operate */
/*.operate{width:221px;margin:20px auto;border:1px solid #eaeaea;}
.operate h3{font-family:"Microsoft YaHei",微软雅黑;font-size:16px;background:#f7f7f7;height:43px;line-height:43px;padding-left:12px;}
.operate li{border-bottom:1px dotted #d2d2d2;display:inline-block;width:100%;position:relative;min-height:43px;_height:43px;z-index:10;zoom:1 }
.operate li h4{cursor:pointer;padding-left:80px;text-decoration:none;font-size:14px;color:#555;display:block; line-height:43px;font-weight:normal;}
.operate li.selected h4{background-position:200px -37px;}
.operate li .list-item{padding:5px 0;position:relative;zoom:1 }
.operate li .list-item p{padding-left:8px;}
.operate li .list-item p.on a{color:#8caf00;font-weight:bold;}
.operate li .list-item p a{background:url(images/bg1.png) no-repeat 42px 12px;color:#333333;display:block;height:32px;line-height:32px;margin:0 -1px 0 1px;padding-left:60px; position:relative;text-decoration:none;font-size:12px;}
.operate li .list-item p.hover a{background-color:#8caf00;color:#fff;text-decoration:none;background-position:42px -14px;font-weight:800;}*/




/*table*/
#TB {width:700px; background:#fff;}
#TB .TT {height:30px; background:#ea5504;}
#TB .TT:hover {height:30px; background:#ea5504;}
#TB .TT td {color:#FFF;font-weight:bold; text-align:center;}
#TB tr {height:30px; background:#eaeaea;}
#TB tr:hover {height:30px; background:#fadada;}
#TB tr td {text-align:center; color:#000;}
#TB tr td input{border:1px solid #999;
    background-color: #f5f5f5;padding:2px 5px;border-radius: 3px;margin-right: 5px;}
#TB tr td input:hover{
    background-color: #ff8900;color: #fff;border:1px solid #ff8900;}
#TB img{width:30px;height: 20px;margin-top: 5px;}
#TBs input{border:1px solid #999;
    background-color: #f5f5f5;padding:2px 5px;border-radius: 3px;margin-top:20px;margin-right: 10px;margin-left: 10px;}

#TBs input:hover{
    background-color: #ff8900;color: #fff;border:1px solid #ff8900;}



.tabletanchuang{border:1px solid #ffb044;width:600px;overflow: hidden;border-radius: 30px;z-index: 999;position: fixed;top:300px;left:720px;background-color:#fff;}
.tabletanchuang .title{width:520px;height:26px;background: url("../image/box/cen_icon1.png")left center no-repeat;
    border:1px solid #fff;border-bottom: 1px dashed #BEBDBD;padding-bottom: 21px;margin-left: 40px;margin-bottom: 20px;clear: both;}
.tabletanchuang .title li{margin-top: 15px;margin-left: 30px;display:block;clear: both;}
.tabletanchuang .inputtest{display: block;border:1px solid #fff;margin-bottom:1px;line-height: 35px;color:#333333;}
.tabletanchuang .inputtest .rightinfo{color:#666;border:1px solid #fff;width:410px;margin-left: -170px;}
.tabletanchuang .inputtest .input{width:200px;height: 35px;border: 1px solid #cccccc;text-align:left;padding:0 10px;}
.tabletanchuang .inputtest .file input{cursor:pointer;}
.tabletanchuang .inputtest .leftname{width:100%;height:38px;border:0px solid red;display: block;float: left;line-height: 38px;
    text-align: left;margin-left: 60px;}
.tabletanchuang .inputtest input{color: #666;font-size: 14px;font-family: "微软雅黑";}
.tabletanchuang .inputtest textarea{width:400px;color: #666;font-size: 14px;font-family: "微软雅黑";border:1px solid #cccccc;
    padding:10px;min-height: 80px;}
/*.tabletanchuang .inputtest .select{width:222px;height: 35px;border: 1px solid #E0E0E0;padding:0 10px;}*/
/*.tabletanchuang .inputtest select{color: #666; text-align: center;}*/
/*.tabletanchuang .inputtest select option{color: #666; text-align: center;}*/
.tabletanchuang .revise{margin-left:132px;width:145px;height: 41px;border-radius: 5px;background-color: #ea5d49;cursor: pointer;margin-top:10px;text-align:center;line-height: 41px;font-size: 16px;margin-bottom: 20px;}
.tabletanchuang .revise a{color: #fff;}


.tabletanchuang1{border:1px solid #ffb044;width:650px;overflow: hidden;border-radius: 30px;z-index: 999;position: fixed;top:300px;left:720px;background-color:#fff;}
.tabletanchuang1 .title{width:570px;height:26px;background: url("../image/box/cen_icon1.png")left center no-repeat;
    border:1px solid #fff;border-bottom: 1px dashed #BEBDBD;padding-bottom: 21px;margin-left: 40px;margin-bottom: 20px;clear: both;}
.tabletanchuang1 .title li{margin-top: 15px;margin-left: 30px;display:block;clear: both;}
.tabletanchuang1 .inputtest{display: block;border:1px solid #fff;margin-bottom:1px;line-height: 35px;color:#333333;}
.tabletanchuang1 .inputtest .rightinfo{color:#666;border:1px solid #fff;width:410px;margin-left: 20px;}
.tabletanchuang1 .inputtest .input{width:200px;height: 35px;border: 1px solid #cccccc;text-align:left;padding:0 10px;}
.tabletanchuang1 .inputtest .file input{cursor:pointer;}
.tabletanchuang1 .inputtest .leftname{width:240px;height:38px;border:0px solid red;display: block;float: left;line-height: 38px;
    text-align: right;margin-left: -80px;}
.tabletanchuang1 .inputtest input{color: #666;font-size: 14px;font-family: "微软雅黑";}
.tabletanchuang1 .inputtest textarea{width:400px;color: #666;font-size: 14px;font-family: "微软雅黑";border:1px solid #cccccc;
    padding:10px;min-height: 80px;}
/*.tabletanchuang1 .inputtest .select{width:222px;height: 35px;border: 1px solid #E0E0E0;padding:0 10px;}*/
/*.tabletanchuang1 .inputtest select{color: #666; text-align: center;}*/
/*.tabletanchuang1 .inputtest select option{color: #666; text-align: center;}*/
.tabletanchuang1 .revise{margin-left:182px;width:145px;height: 41px;border-radius: 5px;background-color: #ea5d49;cursor: pointer;margin-top:10px;text-align:center;line-height: 41px;font-size: 16px;margin-bottom: 20px;}
.tabletanchuang1 .revise a{color: #fff;}




#ycacti {width:100%; background:#fff;border-collapse: collapse;}
#ycacti  #daikuantd{position:relative;display:inline-block;}
#ycacti  #daikuanlist{position: absolute;width:226px;min-height:100px;background-color:#ccc;letf:0;top:32px;display:none;}
#ycacti  .textinput{ width: 96px;margin-right: 0; border: none;background: none;text-align: center;}
.list .TT {height:30px; background:#ea5504 !important;}
.list .TT:hover {height:30px; background:#ea5504 !important;}
/* #ycacti  .ttnobg:hover {height:30px; background:#ea5504;} */
.list  .TT  td {color:#FFF !important;;font-weight:bold;}
#ycacti  tr {height:30px; }
#ycacti  tr:nth-child(even){background:#f5f5f5;}
#ycacti  tr .sdkyh {display:none;width:230px;padding: 4px;background-color:#fff;}
#ycacti  tr.shuoming td {text-align:left;}
#ycacti  tr.tijiao {height:80px; background:none;}
#ycacti  tr.tijiao input {width: 145px;height: 41px;border-radius: 5px;cursor: pointer;background-color: #ea5d49;text-align: center;font-size: 16px;color:#fff;}
#ycacti  tr.tijiao:hover {height:80px;background:none!important;}
#ycacti  tr.tijiao input {margin-top: 36px;}
#ycacti  tr.tijiao .nextnotice {text-align: center;line-height: 41px;font-size: 16px;color: #FF8040;}
#ycacti  tr.tijiao input:hover {background:#FE9485!important;}
#ycacti  tr:hover {height:30px; background:#fadada;}
#ycacti  tr td {text-align:center; color:#000;padding: 3px 5px;}
#ycacti  tr td.showh{position:relative;}
#ycacti  tr td span.showhspan{border:1px solid #fadada;display:block;position:absolute;top:0;left:0;text-align:left;background-color:#fff;z-index:9999;width:235px;padding:3px;font-size:12px;letter-spacing:1px;display:none;}
#ycacti  tr td.trleft {text-align:left;padding: 3px;}
#ycacti  tr textarea.trleft {text-align:left;padding: 3px;text-indent: inherit;width:783px;    min-height: 84px;}
.ycactifs  tr:hover {background:#eaeaea!important;}
.ycactifs  tr td.input{text-align:left!important;color:#333!important;;}
.ycactifs  .dbselect{border:1px solid #ccc;padding: 2px;}
.ycactifs  tr td.tdtwo{width:235px;}
.ycactifs  tr td.trleft{text-align:left;}
.ycactifs  tr td.input:hover{background:#fadada;}
.nohover:hover{background:none!important;;}
.ycactifs  tr td.inputtwo:hover{background:#fadada;}
.ycactifs  tr td input {text-indent: 6px;font-size: 12px;padding: 5px 3px;width:203px;color:#333;background-color: #fff;border:none;}
.ycactifs  tr td .langtd{/*width:497px;*/width:358px;} 
.gdqkinputs  tr td .langtd{width:314px;} 
.fzlc  tr td .langtd{/*width:640px;*/width:538px;} 
.ycactifs  tr td #e_daikuanpingz {width: 227px;padding: 4px;background-color: #fff;}



#ycacti.zqrztable tr,#ycacti.zqrztable tr:hover{background:none!important;}
#ycacti.zqrztable  tr td{padding:10px;font-size:14px;}
#ycacti.zqrztable  tr td input[type=text],#ycacti.zqrztable  tr td select,#ycacti.zqrztable  tr td textarea{border:1px solid #e0e0e0;padding:8px 3px;font-size: 14px;width:100%;height:auto;
    background: #fff;
    box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
#ycacti.zqrztable tr td .gszcddiv{padding-left:0;}
#ycacti.zqrztable tr td .gszcddiv  select{width:110px;}
.zqrztable .tabletitle{background: #eee;}
#ycacti.zqrztable  tr.tijiao .nextnotice{font-size: 12px;color:red;}
#ycacti.zqrztable  .TT  td{color:#333!important;font-weight: normal !important;}

.pcwxx  tr td input {width:95%;}
.ycactifs  tr td input.bfb {width:98.8%;}
.ycactifs  tr td.inputtwo input {width:86%;height:100%;color:#333;background-color: #fff;    text-indent: 6px;}
.ycactifs  tr td #gbadd {width:32px;margin-right: 15px;float: right;border-radius: 3px;width: 32px;height: 19px;color:#333;background:#EFEFEF;border:1px solid #A0A0A0;text-indent: 0;padding:1px 3px;}
.ycactifs  tr td #gbaddx {width:32px;margin-right: 15px;float: right;border-radius: 3px;width: 32px;height: 19px;color:#333;background:#fff;border:1px solid #A0A0A0;text-indent: 0;padding:1px 3px;}
.ycactifs  tr td #gbdel {width:32px; margin-right: 20px;float: right;border-radius: 3px;width: 32px;height: 19px;color:#333;background:#EFEFEF;border:1px solid #A0A0A0;text-indent: 0;padding:1px 3px;}
.ycactifs  tr td #gbdelx {width:32px; margin-right: 20px;float: right;border-radius: 3px;width: 32px;height: 19px;color:#333;background:#fff;border:1px solid #A0A0A0;text-indent: 0;padding:1px 3px;}
.ycactifs  tr td #gbadd:hover {background:#dFdFdF;cursor:pointer;}
.ycactifs  tr td #gbdel:hover{background:#dFdFdF;cursor:pointer;}
.ycactifs  tr td #gbadd2{margin-right: 15px;float: right;border-radius: 3px;width: 32px;height: 19px;color:#333;background:#EFEFEF;border:1px solid #A0A0A0;text-indent: 0;padding:1px 3px;}
.ycactifs  tr td #gbadd2x{margin-right: 15px;float: right;border-radius: 3px;width: 32px;height: 19px;color:#333;background:#fff;border:1px solid #A0A0A0;text-indent: 0;padding:1px 3px;}
.ycactifs  tr td #gbadd3{width:32px;    margin-right: 15px;float: right;border-radius: 3px;width: 32px;height: 19px;color:#333;background:#EFEFEF;border:1px solid #A0A0A0;text-indent: 0;padding:1px 3px;}
.ycactifs  tr td #gbdel2 {    margin-right: 20px;float: right;border-radius: 3px;width: 32px;height: 19px;color:#333;background:#EFEFEF;border:1px solid #A0A0A0;text-indent: 0;padding:1px 3px;}
.ycactifs  tr td #gbdel2x {    margin-right: 20px;float: right;border-radius: 3px;width: 32px;height: 19px;color:#333;background:#fff;border:1px solid #A0A0A0;text-indent: 0;padding:1px 3px;}
.ycactifs  tr td #gbdel3 {width:32px;      margin-right: 20px;float: right;border-radius: 3px;width: 32px;height: 19px;color:#333;background:#EFEFEF;border:1px solid #A0A0A0;text-indent: 0;padding:1px 3px;}
.ycactifs  tr td #gbadd2:hover {background:#dFdFdF;cursor:pointer;}
.ycactifs  tr td #gbdel2:hover{background:#dFdFdF;cursor:pointer;}



.ycactifs  tr input.inputgap{width: 92.05%;float: left;height: 24px;display: block;;}
.ycactifs  tr td textarea{width: 100%;background-color: #fff;color:#333;text-indent:6px;line-height:24px;float: left;min-height:60px;}
.ycactifs  tr td .spgap{float: left;}
.ycactifs  tr td input.rad {width:16px;height:16px;text-indent: nomorl;    vertical-align: middle;}
.ycactifs  tr td input.check {width:16px;height:16px;text-indent: nomorl;    vertical-align: middle;}
.ycactifs  tr td input.num {width:30px;text-indent: nomorl;    vertical-align: middle;color:#ccc;height: 30px;}
#ycacti  tr td input.an{color:#10c9f1;background-color: #ffffff;border: 1px solid #10c9f1;height: 22px; border-radius: 3px; padding: 2px 5px;   margin: 2px 0;cursor: pointer;}
#ycacti  tr td input.an:hover{background: #10c9f1;color:#fff;}
#ycacti  tr td input.an:disabled{border-color:#cecece;background: transparent;color:#cecece;}
/*#ycacti  tr td input.an{background: url("../image/anniuzu.png") no-repeat;display:inline-block;margin-right: 5px;}*/
/*#ycacti  tr td input.xg{background-position:0 0 ;width: 43px;height: 22px;}*/
/*#ycacti  tr td input.ck{background-position:-52px 0 ;height: 22px;}*/
/*#ycacti  tr td input.xzp{background-position:-104px 0 ;width: 52px;height: 22px;}*/
/*#ycacti  tr td input.xzw{background-position:-165px 0 ;width: 52px;height: 22px;}*/
/*#ycacti  tr td input.xzw{background-position:-226px 0 ;width: 63px;height: 22px;}*/
/*#ycacti  tr td input.dcshouju{background-position:-484px 0 ;width: 83px;height: 22px;}*/
/*#ycacti  tr td input.dcsbcl{background-position:-576px 0 ;width: 111px;height: 22px;}*/
/*#ycacti  tr td input.delete{background-position:-360px 0 ;}*/
/*#ycacti  tr td input.shjl{background-position:-412px 0; ;}*/

/*#ycacti  tr td input.xg:hover{background-position:0 -31px ;}*/
/*#ycacti  tr td input.ck:hover{background-position:-52px -31px ;}*/
/*#ycacti  tr td input.xzp:hover{background-position:-104px -31px ;}*/
/*#ycacti  tr td input.xzw:hover{background-position:-226px -31px ;}*/
/*#ycacti  tr td input.dcshouju:hover{background-position:-484px -31px;}*/
/*#ycacti  tr td input.dcshouju:disabled{background-position:-484px -62px;}*/
/*#ycacti  tr td input.dcsbcl:hover{background-position:-576px -31px;}*/
/*#ycacti  tr td input.dcsbcl:disabled{background-position:-576px -62px;}*/
/*#ycacti  tr td input.delete:hover{background-position:-360px -31px ;}*/
/*#ycacti  tr td input.shjl:hover{background-position:-412px -31px ;}*/
/*#ycacti  tr td input.op{padding:2px 7px;border-radius: 3px;cursor:pointer;}*/
/*padd对应修改按钮，padd2对应下载pdf按钮,padd3对应下载word按钮*/
/*#ycacti  tr td input.padd{padding:2px 5px;background-position:0 -62px ;}*/
/*#ycacti  tr td input.padd:hover{background-position:0 -62px ;}*/
/*#ycacti  tr td input.padd2{padding:2px 5px;background-position:-104px -62px ;}*/
/*#ycacti  tr td input.padd2:hover{background-position:-104px -62px ;}*/
/*#ycacti  tr td input.padd3{padding:2px 5px;background-position:-165px -62px ;}
#ycacti  tr td input.padd3:hover{background-position:-165px -62px ;}
*/

/*#ycacti  tr td input.padd3{padding:2px 5px;background-position:-226px -62px ;width: 63px;}*/
/*#ycacti  tr td input.padd32{padding:2px 5px;background-position:-297px -62px ;width: 53px;}*/
/*#ycacti  tr td input.padd3:hover{background-position:-226px -62px ;}*/
/*#ycacti  tr td input.padd32:hover{padding:2px 5px;background-position:-297px -62px ;}*/

/*#ycacti  tr td input.delete:disabled{background-position:-360px -62px;}*/
/*#ycacti  tr td input.shjl:disabled{background-position:-412px -62px;}*/




#ycacti  tr td input.opl{}
#ycacti  tr td input.opone{ margin-right: 0px;}
#ycacti  tr td input.oplsave{ margin-right: 5px;}
#ycacti  tr td input.op:hover{}
#ycacti  tr td input.ophover{border:0px solid #ff8900;}
#ycacti  img{width:30px;height: 20px;margin-top: 5px;}
#ycacti  .operinput{border: 1px solid #999;
    background-color: #f5f5f5;    border-radius: 3px;padding: 2px 5px;;}


.tabletanchuangpxhd{border:1px solid #ffb044;width:400px;overflow: hidden;border-radius: 30px;z-index: 999;position: fixed;top:300px;left:920px;background-color:#fff;}
.tabletanchuangpxhd .title{width:320px;height:26px;background: url("../image/box/cen_icon1.png")left center no-repeat;
    border:1px solid #fff;border-bottom: 1px dashed #BEBDBD;padding-bottom: 21px;margin-left: 40px;margin-bottom: 20px;clear: both;}
.tabletanchuangpxhd .title li{margin-top: 15px;margin-left: 30px;display:block;clear: both;}
.tabletanchuangpxhd .inputtest{display: block;border:1px solid #fff;margin-bottom:1px;line-height: 35px;color:#333333;}
.tabletanchuangpxhd .inputtest .rightinfo{color:#666;border:1px solid #fff;width:410px;margin-left: -180px;}
.tabletanchuangpxhd .inputtest .input{width:200px;height: 35px;border: 1px solid #cccccc;text-align:left;padding:0 10px;}
.tabletanchuangpxhd .inputtest .file input{cursor:pointer;}
.tabletanchuangpxhd .inputtest .leftname{width:240px;height:38px;border:0px solid red;display: block;float: left;line-height: 38px;
    text-align: left;margin-left: 60px;}
.tabletanchuangpxhd .inputtest input{color: #666;font-size: 14px;font-family: "微软雅黑";}
.tabletanchuangpxhd .inputtest textarea{width:400px;color: #666;font-size: 14px;font-family: "微软雅黑";border:1px solid #cccccc;
    padding:10px;min-height: 80px;}
/*.peixunhuodong .inputtest .select{width:222px;height: 35px;border: 1px solid #E0E0E0;padding:0 10px;}*/
/*.peixunhuodong .inputtest select{color: #666; text-align: center;}*/
/*.peixunhuodong .inputtest select option{color: #666; text-align: center;}*/
.tabletanchuangpxhd .revise{margin-left:122px;width:145px;height: 41px;border-radius: 5px;background-color: #ea5d49;cursor: pointer;margin-top:10px;text-align:center;line-height: 41px;font-size: 16px;margin-bottom: 20px;}
.tabletanchuangpxhd .revise a{color: #fff;}


.zgezhaoceng{
    /* background-color: #ccc;
    filter:alpha(opacity=70);
    opacity:0.7; */
    z-index:1;
    position:absolute;
    background: url("../img/lobg_03.png") repeat;
}


.shjlTab{
    display:none;
    border-radius: 5px;z-index: 1000;height:60%;overflow: hidden;
    width:700px;position: fixed;left:50%;top:50%;margin-left:-210px;border: 1px solid #e2e2e2;
    transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%); -webkit-transform:translateY(-50%);-o-transform:translateY(-50%);
    background:#fff;box-sizing: border-box;  padding: 5px 25px 30px;  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
/*审核记录弹出框*/
.sbhzTab td{width: 25%;padding-left:10px;}
.sbhzTab{width:100%;border-collapse: collapse;}
.shjlTab .shjl_tit{margin:10px 0 20px;border-bottom: 1px solid #e5e5e5;padding-bottom: 6px;}
.shjlTab .shjl_tit>h2{font-size: 17px;color:#666;font-weight: normal;}
.shjlTab .shjl_tit .shjl_close{font-size: 22px;cursor: pointer;color:#ddd;margin-top:-4px;}
.shjlTab .shjl_tit .shjl_close:hover{color: #000;}
.sbhzTab>tbody>tr:nth-child(even){background: #f5f5f5;}
.sbhzTab>tbody>tr:hover{background:#fadada;}
.shjl_over{height:78%;overflow-y: auto;}
.sbhzTab>tbody>p{margin:20px 5px;color:#999;}
/*table*/
#TB1 {width:700px; background:#fff;}
#TB1 .TT {height:30px; background:#ea5504;}
#TB1 .TT:hover {height:30px; background:#ea5504;}
#TB1 .TT td {color:#FFF;font-weight:bold; text-align:center;}
#TB1 tr {height:30px; background:#eaeaea;}
#TB1 tr:hover {height:30px; background:#fadada;}
#TB1 tr td {text-align:center; color:#000;}
#TB1 tr td input{border:1px solid #999;
    background-color: #f5f5f5;padding:2px 5px;border-radius: 3px;margin-right: 5px;}
#TB1 tr td input:hover{
    background-color: #ff8900;color: #fff;border:1px solid #ff8900;}
#TB1 img{width:20px;height: 20px;}
#TBs1 input{border:1px solid #999;
    background-color: #f5f5f5;padding:2px 5px;border-radius: 3px;margin-top:20px;margin-right: 10px;margin-left: 10px;}

#TBs1 input:hover{
    background-color: #ff8900;color: #fff;border:1px solid #ff8900;}



/*table*/
#TBjc {width:700px; background:#fff;}
#TBjc .TTjc {height:30px; background:#ea5504;}
#TBjc .TTjc:hover {height:30px; background:#ea5504;}
#TBjc .TTjc td {color:#FFF;font-weight:bold; text-align:center;}
#TBjc tr {height:30px; background:#eaeaea;}
#TBjc tr:hover {height:30px; background:#fadada;}
#TBjc tr td {text-align:center; color:#000;}
#TBjc tr td input{border:1px solid #999;
    background-color: #f5f5f5;padding:2px 5px;border-radius: 3px;margin-right: 5px;}
#TBjc tr td input:hover{
    background-color: #ff8900;color: #fff;border:1px solid #ff8900;}
#TBjc img{width:20px;height: 20px;}
#TBsjc1 input{border:1px solid #999;
    background-color: #f5f5f5;padding:2px 5px;border-radius: 3px;margin-top:20px;margin-right: 10px;margin-left: 10px;}

#TBsjc1 input:hover{
    background-color: #ff8900;color: #fff;border:1px solid #ff8900;}

/*债权信息*/
#TBzq {width:700px; background:#fff;}
#TBzq .checkbox{margin-left:5px;}
#TBzq .TTjc {height:30px; background:#ea5504;}
#TBzq .TTjc:hover {height:30px; background:#ea5504;}
#TBzq .TTjc td {color:#FFF;font-weight:bold; text-align:center;}
#TBzq tr {height:30px; background:#eaeaea;}
#TBzq tr:hover {height:30px; background:#fadada;}
#TBzq tr td {text-align:center; color:#000;}
#TBzq tr td input{border:1px solid #999;
    background-color: #f5f5f5;padding:2px 5px;border-radius: 3px;margin-right: 5px;}
#TBzq tr td input:hover{
    background-color: #ff8900;color: #fff;border:1px solid #ff8900;}
#TBzq img{width:20px;height: 20px;}
#TBszq1 input{border:1px solid #999;
    background-color: #f5f5f5;padding:2px 5px;border-radius: 3px;margin-top:20px;margin-right: 10px;margin-left: 10px;}

#TBszq1 input:hover{
    background-color: #ff8900;color: #fff;border:1px solid #ff8900;}



/*增值服务*/
#TBzzfw {width:700px; background:#fff;}
#TBzzfw .checkbox{margin-left:5px;}
#TBzzfw .TTjc {height:30px; background:#ea5504;}
#TBzzfw .TTjc:hover {height:30px; background:#ea5504;}
#TBzzfw .TTjc td {color:#FFF;font-weight:bold; text-align:center;}
#TBzzfw tr {height:30px; background:#eaeaea;}
#TBzzfw tr:hover {height:30px; background:#fadada;}
#TBzzfw tr td {text-align:center; color:#000;}
#TBzzfw tr td input{border:1px solid #999;
    background-color: #f5f5f5;padding:2px 5px;border-radius: 3px;margin-right: 5px;}
#TBzzfw tr td input:hover{
    background-color: #ff8900;color: #fff;border:1px solid #ff8900;}
#TBzzfw img{width:20px;height: 20px;}
#TBszzfw1 input{border:1px solid #999;
    background-color: #f5f5f5;padding:2px 5px;border-radius: 3px;margin-top:20px;margin-left: 20px;}

#TBszzfw1 input:hover{
    background-color: #ff8900;color: #fff;border:1px solid #ff8900;}




.morejz{color:#333;wifth:1200px;margin: 0 auto;height:40px;background-color:#cfcfcf;text-align:center;line-height:40px;cursor:pointer;}



/*首页特别推荐弹出广告样式*/
#topad_wk{width: 100%;height: 100%;position: fixed;left: 0;top:0;bottom: 0;right: 0;z-index: 9999!important;/*background:url("../img/lobg_03xxxxxx.png") repeat;*/display: none;}
.topad_wk2{width: 100%!important;height: 100%!important;position: fixed;left: 0;top:0;bottom: 0;right: 0;z-index: 9999!important;/*background:url("../img/lobg_03xxxxxx.png") repeat;*/}
#topad{display:none;box-shadow: 3px 3px 3px #a7a4a6;position:relative;background-color: #fff;width: 796px;height:490px;/*position: absolute;top:0;left:0;right:0;bottom: 0;*/margin:auto;/*border-radius: 5px;behavior: url(PIE.htc);*/padding:4px;}
#topad #topad_img{width:100%;height:100%;}
#topad #topad_img img{width:100%;height:100%;}
#topad #topad_bottom{font-family:"宋体";position:absolute;bottom:4px;width:796px;font-size: 12px;}
#topad #topad_bottom #topad_close{cursor:pointer;float:right;padding:0px 2px;color:#666;background-color: #fff;filter:alpha(opacity=90);opacity: 0.9;}
#topad #topad_bottom #topad_close:hover{color:#333;}
#topad #topad_bottom .sea_topad:hover{color:#333!important;cursor:pointer;}
#topad #topad_bottom #topad_close span{border:1px solid #ccc;}
#topad #topad_bottom #topad_countdown{color:#666;background-color: #fff;float:left;padding:0px 2px;filter:alpha(opacity=90);opacity: 0.9;}


/*子网站样式*/
/*巴中*/
.bazhong{width:100%;}
.bazhong img{width:100%;vertical-align: top;}
.bazhong .backindex{float:left;background:#f6a801;width:100%;height: 126px;margin:0 auto;font-size:30px;}
.bazhong .backindex a.back{border-radius: 6px;color:#fff;display:block;text-align:center;line-height:67px;width:202px;height:67px;background:url('../img/backindex.png') no-repeat center;margin:0 auto;margin-top:30px;}
.bazhong .backindex a.back:hover{background-color:#fdd80c;}

/*攀枝花*/
.panzhihua{width:100%;}
.panzhihua img{width:100%;vertical-align: top;}
.panzhihua .backindex{float:left;background:#1284b4;width:100%;height: 126px;margin:0 auto;font-size:30px;}
.panzhihua .backindex a.back{border-radius: 6px;color:#fff;display:block;text-align:center;line-height:67px;width:202px;height:67px;background:url('../img/backindex.png') no-repeat center;margin:0 auto;margin-top:30px;}
.panzhihua .backindex a.back:hover{background-color:#2aa2d5;}

/*内江*/
.neijiang{width:100%;}
.neijiang img{width:100%;vertical-align: top;}
.neijiang .backindex{float:left;background:#167543;width:100%;height: 126px;margin:0 auto;font-size:30px;}
.neijiang .backindex a.back{border-radius: 6px;color:#fff;display:block;text-align:center;line-height:67px;width:202px;height:67px;background:url('../img/backindex.png') no-repeat center;margin:0 auto;margin-top:30px;}
.neijiang .backindex a.back:hover{background-color:#329662;}

/*雅安*/
.yaan{width:100%;}
.yaan img{width:100%;vertical-align: top;}
.yaan .backindex{float:left;background:#ab2629;width:100%;height: 126px;margin:0 auto;font-size:30px;}
.yaan .backindex a.back{border-radius: 6px;color:#fff;display:block;text-align:center;line-height:67px;width:202px;height:67px;background:url('../img/backindex.png') no-repeat center;margin:0 auto;margin-top:30px;}
.yaan .backindex a.back:hover{background-color:#bd3e41;}

/*乐山*/
.leshan{width:100%;}
.leshan img{width:100%;vertical-align: top;}
.leshan .backindex{float:left;background:#211249;width:100%;height: 126px;margin:0 auto;font-size:30px;}
.leshan .backindex a.back{border-radius: 6px;color:#fff;display:block;text-align:center;line-height:67px;width:202px;height:67px;background:url('../img/backindex.png') no-repeat center;margin:0 auto;margin-top:30px;}
.leshan .backindex a.back:hover{background-color:#f2e91a;}

/*广安*/
.guangan{width:100%;}
.guangan img{width:100%;vertical-align: top;}
.guangan .backindex{float:left;background:#19aaa3;width:100%;height: 126px;margin:0 auto;font-size:30px;}
.guangan .backindex a.back{border-radius: 6px;color:#fff;display:block;text-align:center;line-height:67px;width:202px;height:67px;background:url('../img/backindex.png') no-repeat center;margin:0 auto;margin-top:30px;}
.guangan .backindex a.back:hover{background-color:#56ccc7;}

/*德阳*/
.deyang{width:100%;}
.deyang img{width:100%;vertical-align: top;}
.deyang .backindex{float:left;background:#19aaa3;width:100%;height: 126px;margin:0 auto;font-size:30px;}
.deyang .backindex a.back{border-radius: 6px;color:#fff;display:block;text-align:center;line-height:67px;width:202px;height:67px;background:url('../img/backindex.png') no-repeat center;margin:0 auto;margin-top:30px;}
.deyang .backindex a.back:hover{background-color:#56ccc7;}


/*兼容手机问题*/

body{min-width:1300px;!important;}





/*重写首页样式-20170509版本*/

.headertop{height:40px;background-color:#363636;}
.bl{width:1200px;margin:0 auto;font-size:16px;}
.headertop .bl{color:#bababa; position:relative;}
.headertop .bl a{color:#bababa;}
.headertop .bl .left{line-height: 40px;}
.headertop .bl .phone{font-size:16.46px;padding-left:17px;background:url('../image/index/i_tel.png') no-repeat left center;margin-left:10px;}
.headertop .bl .right{ position: relative;padding-left:63px;box-sizing: border-box;line-height: 40px;}
.headertop .bl .right.zin{z-index: 991;}
.headertop .bl .lo{line-height:40px;}
.headertop .bl .lo a{padding:0 15px; }
.headertop .bl .lo a.login{background: #f66718;color:#fff;
    position: relative; height: 42px; z-index: 10; line-height: 38px;float:left;
}

.headertop .bl .lo a.logined b{font-weight: normal;max-width:85px;margin:0 7px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.headertop .bl .lo a.logined span{font-size:10px;background:#f66718;border-radius: 8px;color:#fff;padding: 0 5px;}
.headertop .bl .lo a.logined img{
    vertical-align: middle; height: 22px; width: 22px; margin-top: -5px;}
.headertop .bl .lo a.logined span:hover{background: #eb5400;}
.headertop .bl .lo a.login:hover{color:#fff;background: #eb5400;}
.headertop .bl a.bor{float:left;padding:0 15px;border-right:1px solid #999;height: 16px;   line-height: 14px;  margin-top: 13px;}
.headertop .bl a.bor:hover{color: #FF7F27;}
.headertop .bl .lo a.re{margin-right:11px;}
.headertop .bl .help a{padding:0 15px 0 35px;  background: url("../icon/helpMark.png") no-repeat 15px center}
.headertop .bl .help a:hover{background-image:url("../icon/helpMark_h.png")}
.headertop .bl .se{position:relative;width:192px;height: 40px;}
.headertop .bl .se span{position:absolute;top:10px;right:5px;}
.headertop .bl .se .inp{display: inline-block;color:#bababa;margin: 6px 11px 0 11px;border:1px solid #e0e0e0;border-radius: 15px;font-size:14px;padding:5px 8px;width: 180px;box-sizing:border-box;}
.headertop .bl .se a{display:block;width:20px;height:22px;position:absolute;top:10px;right:13px;background:url('../image/index/i_search.png') no-repeat center center;cursor: pointer;}
.headertop .bl .zhandian{width:85px;z-index: 999;cursor: pointer;position:relative;}
.headertop .bl .zhandian p{padding: 9px 9px 10px 11px;background: url('../image/index/i_sexiaosj.png') no-repeat 60px 17px;}
.headertop .bl .zhandian ul{width: 74px;top:40px;}
.headertop .bl .zhandian a{color:#333;line-height: 38px;text-align:center;}
.headertop .bl .zhandian a:hover{color:#fff;}

.headernav{position:relative;    background: #fff;}
.headernav .bl{}
.headernav .logo{width: 190px;line-height: 80px;}
.headernav .logo img{max-width: 180px;vertical-align: middle;}
/*.headernav .inav{margin-top: 35px; margin-right: -15px;}*/
.index_cj_nav > ul > li > a{position:relative;z-index:990;}

.xhwk{position:relative;height: 160px;overflow: hidden;width: 1200px;overflow: hidden;}
.xhwk .i_jtl{height: 100%;left: 0;position:absolute;width:26px;background: url('../image/index/i_jtl.png') no-repeat center;}
.xhwk .i_jtr{height: 100%;right: 0;position:absolute;width:26px;background: url('../image/index/i_jtr.png') no-repeat center;}
.xhwk .xhnrk{height: 100%;position: absolute;top: 0px;left: 0px;}
.xhwk .xhnrk .listli{width:316px;height:118px;margin:20px 0;overflow: hidden;float: left;}
.xhwk .xhnrk .li{}


/*分站头部*/

.headertop .substation{position: relative; display: inline-block;cursor: pointer;
    padding-right: 35px;
    background-image: url("../image/fenzhan/addr_down.png");
    background-repeat: no-repeat;
    background-position: 90% center;
   border-right:1px solid transparent;;
   border-left:1px solid transparent;;
}
.headertop .substation:hover{background-color: #fff;border-color: #e7e7e7;background-image: url("../image/fenzhan/addr_up.png");}
.headertop .substation>img{ float: left; margin: 10px 5px 0 8px;}
.headertop .subList{display:none;position: absolute;left:-1px;background: #fff;border:1px solid #e7e7e7;font-size: 14px;width: 350px;z-index: 100000000;line-height: 30px;padding: 0 25px;}
.headertop .substation>i{ display:none;width: 100%;height: 1px;background: #fff;position: absolute;top: 40px;z-index: 100000001;}
.headertop .substation:hover>.subList,.headertop .substation:hover>i{display: block;}
.headertop .subList>ul{border-bottom:1px solid #e7e7e7;padding-bottom: 10px;}
.headertop .subList>ul:last-child{border-bottom: 0;}
.headertop .subList li>a{color: #000;}
.headertop .subList li>a:hover{color: #f66718;}
.headertop .subList>h2{font-size: 14px;color: #999;font-weight: normal;margin-top:10px;}


.subheadertop{background: #f5f5f5;}
.subheadertop .bl,.subheadertop .bl a{color: #333;    font-size: 14px;}

.subheadertop .bl .backToIndex{color: #666;background: #e2e2e2; padding:0 5px; margin-left: 20px;}
.subheadertop .bl .backToIndex:hover{color: #f66718;}
.subheadertop .bl .lo a.login,.subheadertop .bl .lo a.login:hover{background: none;color:#f66718;line-height: 40px;}
.subheadertop .bl .lo a.login:hover{text-decoration: underline !important;}
.subheadertop .bl .se .inp{background: #fff;}
.subheadertop .bl .addrName{margin-left: 15px;}

.subheadertop .bl .lo{margin-left:15px;}
.subheadertop .bl .lo a{padding:0 10px;}
.subheadertop .bl .lo a.bor{padding:0 15px 0 10px;}





/*使用场所和制造工艺 start------------------------------------------------*/
.csgy{padding-top: 40px;}
.csgyl{margin: 0 auto;width: 1200px;position: relative;}

.csgylt{width: 100%;height: 36px;}
.csgyltl{float: left;}
.csgyltr{float: right; border-bottom: 2px solid #ccc;width: 442px;padding-top: 12px;}
.csgyltr span{color: #9b9b9b;font-size: 12px;}

.csgylb{position:relative;height: 160px;width: 1200px;overflow: hidden;}
.csgylb .listwk{height: 100%;position: absolute;top: 2px;left: 0px;}
.csgylb .listwk .listli{width:316px;height:118px;overflow: hidden;float: left;background:url("../image/index/i_sx.png") no-repeat left 30px;}
.csgylb .listwk .listli:hover a{color:#ea5504;}
.csgylb .listwk .listli.ft{background:url("../image/index/i_sx.png") no-repeat -10px 30px;}}
.csgylb .listwk .listli .csgyicon{float: left;width: 50px;height: 52px;}
.csgylb .listwk .listli .hotel{background: url("../image/icon/icon_hotel.jpg") no-repeat center;}
.csgylb .listwk .listli .airplane{background: url("../image/icon/airplane.jpg") no-repeat center;}
.csgylb .listwk .listli .scenery{background: url("../image/icon/scenery.jpg") no-repeat center;}
.csgylb .listwk .listli .leaf{background: url("../image/icon/leaf.jpg") no-repeat center;}
.csgylb .listwk .listli .tableware{background: url("../image/icon/tableware.jpg") no-repeat center;}
.csgylb .listwk .listli .person{background: url("../image/icon/person.jpg") no-repeat center;}

.csgylb .listwk .listli a{color:#333;}
.csgylb .listwk .listli a:hover{color:#ea5504;}

.csgylb .listwk .listli .csgycontent{float: right;width: 328px;margin-top: 20px;}
.csgylb .listwk .listli .csgycontent li{font-size:24px;}
.csgylb .listwk .listli .csgycontent h3{font-size: 16px;margin-bottom: 2px;height: 64px;}
.csgylb .listwk .listli .csgycontent h3.kaihang{background: url("../image/index/kaihang.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.kaihang{background: url("../image/index/kaihangh.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.kouhang{background: url("../image/index/kouhang.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.kouhang{background: url("../image/index/kouhangh.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.chengzd{background: url("../image/index/chengzd.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.chengzd{background: url("../image/index/chengzdh.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.zhuangdd{background: url("../image/index/zhuangdd.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.zhuangdd{background: url("../image/index/zhuangddh.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.xincd{background: url("../image/index/xincd.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.xincd{background: url("../image/index/xincdh.png") no-repeat center;}

.csgylb .listwk .listli .csgycontent h3.guqxm{background: url("../image/index/guqxm.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.guqxm{background: url("../image/index/guqxmh.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.touzjg{background: url("../image/index/touzjg.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.touzjg{background: url("../image/index/touzjgh.png") no-repeat center;}

.csgylb .listwk .listli .csgycontent h3.shangbzc{background: url("../image/index/shangbzc.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.shangbzc{background: url("../image/index/shangbzch.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.famzl{background: url("../image/index/famzl.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.famzl{background: url("../image/index/famzlh.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.shiyxx{background: url("../image/index/shiyxx.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.shiyxx{background: url("../image/index/shiyxxh.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.guqrz{background: url("../image/index/guqrz.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.guqrz{background: url("../image/index/guqrzh.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.jiekqy{background: url("../image/index/jiekqy.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.jiekqy{background: url("../image/index/jiekqyh.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.daiktx{background: url("../image/index/daiktx.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.daiktx{background: url("../image/index/daiktxh.png") no-repeat center;}

.csgylb .listwk .listli .csgycontent h3.tianfzx{background: url("../image/index/tianfzx.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.tianfzx{background: url("../image/index/tianfzxh.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.biaozdz{background: url("../image/index/biaozdz.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.biaozdz{background: url("../image/index/biaozdzh.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.biaozzz{background: url("../image/index/biaozzz.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.biaozzz{background: url("../image/index/biaozzzh.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.biaozzx{background: url("../image/index/biaozzx.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.biaozzx{background: url("../image/index/biaozzxh.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.kuaijs{background: url("../image/index/kuaijs.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.kuaijs{background: url("../image/index/kuaijsh.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.pingjjg{background: url("../image/index/pingjjg.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.pingjjg{background: url("../image/index/pingjjgh.png") no-repeat center;}

.csgylb .listwk .listli .csgycontent h3.zaixsb{background: url("../image/index/zaixsb.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.zaixsb{background: url("../image/index/zaixsbh.png") no-repeat center;}
.csgylb .listwk .listli .csgycontent h3.fuczc{background: url("../image/index/fuczc.png") no-repeat center;}
.csgylb .listwk .listli:hover .csgycontent h3.fuczc{background: url("../image/index/fuczch.png") no-repeat center;}


.csgylb .listwk .listli .csgycontent p{color: #666;text-align: left;font-weight: normal;}
.leftlinebg{position: absolute;width: 2px;height: 90%;top:10%;left: 0;background-color:#fff;}
.qiehuan{position: absolute;width: 50px;height: 60px;top:46px;left: 10px;}
.qiehuan2{position: absolute;width: 50px;height: 60px;top:46px;right: 10px;}
.qiehuan .prev{
    /*加上这几句，背景色在改变的时候是带有透明效果的,但是不兼容IE   */
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    border-radius: 18px;padding: 5px;
    float: left;width: 26px;height: 100%;cursor: pointer;background:/*#BAD4FF*/  url("../image/index/i_jtlh.png") no-repeat center;}
.qiehuan .prev:hover{/*background-color: #528FEE;*/}
.qiehuan .prev.disabled{cursor: auto;/*background-color: #efefef !important;*/ background:/*#cfcfcf*/ url("../image/index/i_jtl.png") no-repeat center;}
.qiehuan .prev.disabled:hover{/*background-color: #efefef !important;*/}
.qiehuan2 .next{
    /*加上这几句，背景色在改变的时候是带有透明效果的*/
     transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    border-radius: 18px;padding: 5px;
    float: right;width: 26px;height: 100%;cursor: pointer;background:/*#BAD4FF*/  url("../image/index/i_jtrh.png") no-repeat center;}
.qiehuan2 .next:hover{/*background-color: #528FEE;*/}
.qiehuan2 .next.disabled{background:/*#cfcfcf*/ url("../image/index/i_jtr.png") no-repeat center;cursor: auto;/*background-color: #efefef !important;*/}
.qiehuan2 .next.disabled:hover{/*background-color: #efefef !important;*/}

.csgyr{float: right;width: 410px;height: 276px;position: relative;}
.csgyr h3{font-size: 16px;height: 36px;}
.csgyr .gycontent{height: 240px;padding-top: 0px;overflow: hidden;position: relative;}
.csgyr .gycontent ul{display:none;position:absolute;left:0;top:0;width:380px;height:210px;background-color: #EEE;text-shadow: 1px 1px 1px #FFF;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;padding: 15px;}
.csgyr .gycontent ul p{text-align: left;font-weight: normal;color: #656565;}
/*使用场所和制造工艺 end*/

/*首页*/
.indexbg{width: 100%;height:560px;background-repeat: no-repeat;background-position: center center;}
.zqbg{background-image: url("../image/index/bg_zq.png")}
.gqbg{background-image: url("../image/index/bg_gq.png")}
.zjbg{background-image: url("../image/index/bg_zj.png")}
.zcbg{background-image: url("../image/index/bg_zc.png")}

.indexTitle{color:#fff;font-size: 30px;padding:40px 0;}
.indexTitle2{color:#333;}
.indexTitle>span{font-size:14px;color: #cac9cf;font-weight: normal;}

/*首页新数字样式*/
.circlenum{width:100%;margin:0 auto;background-color:#f1f1f1;margin-top: 67px;margin-bottom: 44px;}
.ov{overflow:hidden;}
.circlenum .numwk{height:266px;width: 1244px;}
.circlenum .numwk div{position:relative;float:left;padding-top:60px;margin-right:45px;}
.circlenum .numwk .wen{height:126px;position:absolute;width:100%;top:0;left:0;text-align:center;font-size:16px;}
.circlenum .numwk .wen span{display: block;margin-top: 102px;}
.circlenum .numwk .fuwqycj{background:url("/image/index/fuwqycj.png") no-repeat center 42px;}
.circlenum .numwk .zhaiqrzcw{background:url("/image/index/zhaiqrzcw.png") no-repeat center 42px;}
.circlenum .numwk .zhaiqrzcb{background:url("/image/index/zhaiqrzcb.png") no-repeat center 42px;}
.circlenum .numwk .guqxmcg{background:url("/image/index/guqxmcg.png") no-repeat center 42px;}
.circlenum .numwk .guqrzcw{background:url("/image/index/guqrzcw.png") no-repeat center 42px;}
.circlenum .numwk .hezjgcj{background:url("/image/index/hezjgcj.png") no-repeat center 42px;}
canvas{background:#fff;border-radius:50%;}


  /*6个统计*/
.lxl-count{width:100%;height:71px;line-height:70px;background: #fff;box-sizing: border-box; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;}
.lxl-count ul{width:100%;overflow: hidden;}
.lxl-count ul li{float: left;text-align:center;height:70px;font-size:14px;color:#888;padding:0 22.8px;background: url("../image/index/count-line.png") no-repeat right 60%;}
.lxl-count ul li:first-child{padding-left:0;}
.lxl-count ul li:last-child{padding-right:0;background: 0 0;}
.lxl-count ul li span{color:#ff5e4d;font-size:30px;}
.lxl-count ul li i{color:#ff5e4d;font-style: normal;}
 /*征信搜索框*/
 .credit-search{background: #fff;/*height:190px;*/box-sizing: border-box;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; /* padding:67px 0 60px;*/font-size:20px;}
.credit-search .searchbox{width:900px;margin:0 auto;padding:20px 0;}
.credit-search .search{width:900px;float:right;}
.credit-search .search input{float:left;height:45px;font-family: "微软雅黑"}
 ::-webkit-input-placeholder {color:#b3b3b3;  }
:-moz-placeholder { color:#b3b3b3;  }
::-moz-placeholder { color:#b3b3b3;  }
:-ms-input-placeholder { color:#b3b3b3;  }
.credit-search #searchWord{width:82.5%;font-size:16px;padding:0 15px;
    /*background: url("../image/index/credit-search-icon.png") no-repeat 20px center;*/
    background: #f7f7f7;
    border-right: 0;border-radius: 10px 0 0 10px;
    box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing:border-box;}
.credit-search #searchBtn{width:17.5%;font-size:20px;border:0;color:#fff;background: #ff6f1f;border-radius: 0 10px 10px 0;cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
 }
.credit-search #searchBtn:hover{background:#ff5614;}

/*首页政策申报*/
.indexZc{box-sizing: border-box;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; }
.indexZc *{box-sizing: border-box;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; }
        .indexZc>div{float:left;}
        .indexZc .zcLeft{width:230px;height:280px;position: relative;
            /*padding:45px 0;*/
            /*background: url("../image/index/greenBg.png") no-repeat center;*/
            }
        .indexZc .zcRight{width:970px;height:100%;padding-top:5px;
            /*border-top:2px solid #3bbc9a;border-right:1px solid #D6D3D3; border-bottom:1px solid #D6D3D3;*/
        }
        .indexZc .zcLeft dl{color:#333;}
        .indexZc .zcLeft dl dt{font-size:30px;margin-bottom:25px;}
        .indexZc .zcLeft dl dd{width:100%;float: left;padding-left:20px;  margin-bottom: 16px;
            line-height: 35px;
            /*border:1px solid #a4e0ca;*/
            margin-bottom:10px;
            /*border-radius:7px;-webkit-border-radius:7px;*/
            background: url(../image/index/indexTitlePoint2.png) no-repeat 0 center;
        }
        /*.indexZc .zcLeft dl dd:hover{background:#339f82 url("../image/index/zcArraw.png") no-repeat 17px center;border-color:#339f82;}*/
        .indexZc .zcLeft dl dd a{display: block;color:#333;    font-size: 16px;}
        .indexZc .zcLeft dl dd a:hover{color: #ea5504;}
        .zcRight{position: relative;}
        .zcRight ul{}
        .zcRight li{width:477.5px;float:left;height:180px;background: #fff;margin-right: 15px ;margin-bottom: 15px;position: relative;}
        .zcRight li:hover{margin-top:-5px;margin-bottom: 20px;}
        .zcRight li a{display: block;width:100%;height:100%;padding:20px;}
        .trans5{ transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;}
        .trans3{ transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s;}
        .zcRight li:nth-child(even){margin-right: 0;}
        /*.zcRight li:nth-child(2) a{padding:35px 9px;}*/
        .zcRight li a>img{position: absolute;right: 0;top:0;}
        .zcRight li i{display:inline-block;width:74px;height:74px;
            background-image: url("../image/index/zcindex-icons.png");background-repeat: no-repeat;
        }
        .zcRight li h2{font-size:18px;color:#333;margin-bottom: 10px;
            /*background: url("../image/index/zc-line.png") no-repeat center bottom;*/
        }
        .zcRight li p{color:#666;font-size:14px;line-height: 28px;}
        /*.zcRight li:hover a{background: #3BBC9A;}*/
        /*.zcRight li:hover h2, .zcRight li:hover p{color:#fff;}*/
        /*.zcRight li:nth-child(1) i{background-position: 0 0;}*/
        /*.zcRight li:nth-child(2) i{background-position: -215px 0;}*/
        /*.zcRight li:nth-child(3) i{background-position: -430px 0;}*/
        /*.zcRight li:nth-child(4) i{background-position: -639px 0;}*/
        /*.zcRight li:nth-child(1):hover i{background-position: 0 -82px;}*/
        /*.zcRight li:nth-child(2):hover i{background-position: -215px -82px;}*/
        /*.zcRight li:nth-child(3):hover i{background-position: -430px -82px;}*/
        /*.zcRight li:nth-child(4):hover i{background-position: -639px -82px;}*/
        .zcRight .zcmore{color:#8e8e8e;font-size:14px;position: absolute;top:10px;right:20px;}
        .zcRight .zcmore:hover{color:#3BBC9A;}
        
        /*十九大*/
        .nineteen{position: relative;z-index:110;}
		.nineteen #newyear-title{display: block;width: 100%;}
		#newyear-tile{position: absolute;width:100%;top:0;left:0;z-index:130;}
        .newyear-curtain{position: absolute;top:0;z-index:120;width:auto;height:710px;}
        .newyear-curtain.curtain-left{left:0;}
        .newyear-curtain.curtain-right{right:0;}
		#nineteen-close{cursor:pointer;position: absolute;right:3%;top:30%; z-index: 150;}
		@media (max-width: 1800px) {
		            .newyear-curtain{height:650px;}
		}
		@media (max-width: 1600px) {
		            .newyear-curtain{height:410px;}
		}
		@media (max-width: 1550px) {
		            .newyear-curtain{height:370px;}
		}
		@media (max-width: 1450px) {
		            .newyear-curtain{height:280px;}
		}
		@media (max-width: 1400px) {
            .newyear-curtain{height:260px;}
		}
		
        .curtainSide{width:calc((100% - 1200px)/2);height:1211px;position: absolute;top:0;z-index: 100;}
        .curtainSide.sideLeft{left:0;background:url(../image/celebration/newyear-left.png) no-repeat left 0;background-position-x: 100%;}
        .curtainSide.sideRight{right:0;background:url(../image/celebration/newyear-right.png) no-repeat right 0;background-position-x: 0;}
.rect{width:10px;height:40px;background:#363636;position:absolute;top:0;z-index:101;}
.rect-lt{left:-10px;}
.rect-rt{right:-10px}

/*app上线提示弹窗*/

#popbanner,.modalbg{position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,0.6);z-index:1000;}
#popbannerimg{position: fixed;top:50%;left:50%;z-index:1001;
    transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%); }
.indexPop #popbannerimg{width:62.6%;}
.usercenterPop #popbannerimg{width:35.4%;}
#popbannerimg>img{max-width: 100%;}
@keyframes pop{
    0%{transform: scale(0.95)}
    100%{transform: scale(1)}
}
@-webkit-keyframes pop{
    0%{transform: scale(0.95)}
    100%{transform: scale(1)}
}
@keyframes erwm{
    0%{top:75%;}
    60%{top:78%}
    80%{top:75%}
    90%{top:77%;}
    100%{top:75%}
}
@-webkit-keyframes bounceInDown{
    0%{top:75%;}
    60%{top:78%}
    80%{top:75%}
    90%{top:77%;}
    100%{top:75%}
}
#waittime{position: absolute;top:6%;left: 2%;color:#fff;font-size: 13px;text-decoration: underline;cursor:pointer;}
.usercenterPop #waittime{top:1%;right:2%;left:auto;}
#waittime>i{font-style: normal;}
#poperwm{position: fixed; top:75%;left:1%;display: none;z-index:500;cursor: pointer;}
.indexPop #poperwm{width:7%; }
.usercenterPop #poperwm{width:9.2%;}

#apppopclose{position: absolute;top:0%;right:-4%;color:#fff;font-size: 25px;cursor: pointer;}
.usercenterPop #apppopclose{top:-6%;right:-5.5%;}
#apppopclose:hover{font-weight: bold;}
#popbannerimg>#poperwm2{width:20%;position: absolute;left:74%;top:74%;
    -webkit-animation:pop 0.5s infinite alternate;
}

/*自贸通*/
.zimaotong{display: none;}
.zimaotong,.zimaotong *{ box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing:border-box;}
.zmtformbox{width:700px;position: absolute;top:50%;left:50%;background: #fff;border-radius: 6px;
    height: 90%;overflow: auto;
    transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.zmtformbox::-webkit-scrollbar{width:6px;height:10px;background-color:#CCC}
.zmtformbox::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #fff;border-radius:10px;background-color:#eee}
.zmtformbox::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px #CCC;background-color:#aaa}
.zmtformbox>h2{color:#333;font-size: 18px; line-height: 44px;border-bottom: 0px solid #ddd;padding: 10px 15px;text-align: center;
    /*background: url("../image/index/zmtlogo.jpg") no-repeat 25px center;*/
    /*background-size: 40px auto;*/
}
.zmtformbox>h2>b{float:right;font-size: 26px;color: #666; margin-top: -5px;cursor: pointer;font-weight: normal;}
.zmtformbox>h2>b:hover{color: #333;font-weight: bold;}
.zmtform{padding:10px 25px 0 10px;font-size: 14px;overflow: hidden;}
.zmtform input,.zmtform textarea{padding:3px 5px;border:1px solid #ebebeb;width: 100%;height: 28px;}
.zmtform input[type=checkbox],.zmtform input[type=radio]{width: 15px;height: 15px;}
.zmtform input[type=radio]+label{margin-right: 10px;padding:0 5px;}
.zmtform textarea{width: 100%;height: 60px;}
.zmtform #writecode{width: 120px;}
.zmtform #getcode,.publish #getcode2{cursor:pointer;font-weight: normal;font-size: 12px;width: 55px;text-align: center;  background: #ff991d;  color: #fff;  display: inline-block;  border-radius: 2px;  line-height: 28px;}
.zmtform #getcode{
	background: -webkit-linear-gradient(left, #ffc045 , #ff7223); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ffc045 , #ff7223); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ffc045 , #ff7223); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ffc045 , #ff7223); /* 标准的语法 */
}

.zmtform #getcode:hover,.publish #getcode2:hover{background: #f35600;}
.zmtform #getcode:hover{
	background: -webkit-linear-gradient(left, #ff9445 , #ff5223); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff9445 , #ff5223); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff9445 , #ff5223); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff9445 , #ff5223); /* 标准的语法 */
}
.zmtform .inputrow{width: 50%; float:left;overflow: hidden;margin:10px 0;}
.zmtform .inputrow>span,.zmtform .inputrow>div{ float:left;}
.zmtform .inputrow>span{width:130px;text-align: right;padding-right: 10px;}
.zmtform .inputrow>div{ width:180px;}
.zmtform .inputrow2>div{ width:511px;}
.zmtform .inputrow2,.zmtform h2{width: 100%;}
.zmtform h1{ width: 100%;float: left;font-size: 18px;font-weight: normal;padding-left: 25px;margin:10px 0;}
.zmtform h2{ width: 100%;float: left;font-weight: normal;font-size: 16px;padding-left: 64px;margin:10px 0;}
.zmtform .listbox{width: 80%;margin: 0 auto;padding: 10px;border: 1px solid #ddd;overflow: hidden;}
.zmtform .allow{text-decoration: underline;margin: 25px 0 15px;margin-left:8%; cursor: default;    color: #999;}
.zmtform .allow.on{color: #333;}
.zmtform .notice{ margin-left: 10%;margin-top:10px;line-height: 25px;font-size: 13px;}
.zmtlink{cursor: pointer;}
.zmtbtn{float:left;width: 100%;text-align: center;}
.zmtbtn>span{display:inline-block;cursor:pointer;border: 0;background:#ff991d;color: #fff;width: 70px;margin: 20px 10px;height: 30px;line-height: 30px;border-radius: 3px; }
.zmtbtn>span:hover{background:#f35600; }
.zmtbtn>span{width: 185px;
    background: -webkit-linear-gradient(left, #ffc045 , #ff7223); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ffc045 , #ff7223); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ffc045 , #ff7223); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ffc045 , #ff7223); /* 标准的语法 */}
.zmtbtn>span:hover{
	background: -webkit-linear-gradient(left, #ff9445 , #ff5223); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff9445 , #ff5223); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff9445 , #ff5223); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff9445 , #ff5223); /* 标准的语法 */
}
    
.zmtbtn>span.zmtclose,.zmtbtn span.gray,.zmtform #getcode.gray,.publish #getcode2.gray{background: #ddd;color: #666;}
.zmtbtn .zmtclose:hover{background: #ccc;}
.zmtbtn>span.zmtclose{background: #f0f0f0;}
.zmtformbox{position: relative}
.zmtformbox img.zimaotong_logo{position: absolute;top: 20px;left: 20px;width:114px;}

/*个人信息*/
.personHello{border:1px solid #f4d19f;background: #fff6ea;padding:10px 15px;margin-bottom: 20px;}
.personHello .helloMsg{color:#775730;}
.personHello .helloMsg>h2{font-size: 16px;font-weight: normal;}
.personHello .helloMsg>p a{color:#f66718;}
.personHello .relaBtn>a{display:inline-block;color:#fff;text-align:center;background:#ffbd43;font-size:16px;width:150px;height:36px;line-height: 36px;margin-top:6px;border-radius: 5px;}
.personHello .relaBtn>a:hover{background: #e89700;}
.perSonHeadImg{width:160px;}


/*业务中心*/
.ywbox{border:1px solid #eee; }
.ywbox>h2{font-weight: normal;height:40px;line-height: 40px;border-left:2px solid #f76458;padding-left:20px;font-size: 14px;}
.ywcontent>li{position: relative;width: 135px;height:105px;border-radius: 5px;float:left;text-align: center;margin-right: 30px;margin-bottom: 40px;
    transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;-o-transition: 0.3s;
}
.ywcontent>li:hover{box-shadow: 3px 3px 3px rgba(0,0,0,0.2);margin-top:-7px;margin-bottom:47px;}
.ywcontent>li>a{display: block;color:#fff;width:100%;height: 90px;position: relative;padding-top:15px;}
.ywcontent>li>a>i{display: block;background: url("../icon/usercenterIcons.png") no-repeat;width:54px;height:50px;margin:0 auto 7px;}
.ywcontent>li:nth-child(10n+1){background: #889fe3;}
.ywcontent>li:nth-child(10n+2){background: #fbc155;}
.ywcontent>li:nth-child(10n+3){background: #61bce8;}
.ywcontent>li:nth-child(10n+4){background: #58d6b1;}
.ywcontent>li:nth-child(10n+5){background: #c271aa;}
.ywcontent>li:nth-child(10n+6){background: #f76458;}
.ywcontent>li:nth-child(10n+7){background: #58d6b1;}
.ywcontent>li:nth-child(10n+8){background: #c271aa;}
.ywcontent>li:nth-child(10n+9){background: #fbc155;}
.ywcontent>li:nth-child(10n+10){background: #889fe3;}
.ywcontent>li:nth-child(5n){margin-right: 0;}
.ywcontent>li:nth-child(10n+1)>a>i{background-position: 0 0;}
.ywcontent>li:nth-child(10n+2)>a>i{background-position: -64px 0;}
.ywcontent>li:nth-child(10n+3)>a>i{background-position: -128px 0;}
.ywcontent>li:nth-child(10n+4)>a>i{background-position: -192px 0;}
.ywcontent>li:nth-child(10n+5)>a>i{background-position: -256px 0;}
.ywcontent>li:nth-child(10n+6)>a>i{background-position: -320px 0;}
.ywcontent>li:nth-child(10n+7)>a>i{background-position: -384px 0;}
.ywcontent>li:nth-child(10n+8)>a>i{background-position: -448px 0;}
.ywcontent>li:nth-child(10n+9)>a>i{background-position: -512px 0;}
.ywcontent>li:nth-child(10n+10)>a>i{background-position: -576px 0;}
.ywcontent{padding:40px 30px 20px;}
.ywcontent>li.gray{background:#e5e5e5;}
.ywcontent>li.gray span{display:none;position:absolute;top:0;left:0;width:100%;height:75px;background:rgba(0,0,0,0.6); z-index: 10;border-radius:5px;color:#fff;padding-top:30px;}
.ywcontent>li.gray:hover span{display:block;}
.ywcontent>li>a>b{position: absolute;top:0;right:0;width: 40px;height: 40px;font-weight:normal;background: url("../icon/usercenterIcons.png") no-repeat;}
.ywcontent>li>a>.complete1{background-position:  -87px -176px;}
.ywcontent>li>a>.complete2{background-position:  -45px -176px;}
.ywcontent>li>a>.number{width:22px;height:22px;line-height:22px;background-position: 0 -127px;top:-11px;right:-11px;}

/*分站列表分隔线*/
.listSeparate{display: block;width: 1200px;margin:50px auto;}

.btnDefault{-webkit-appearance: none;border: 0;background: #eee;border-radius: 3px;cursor: pointer;color: #666;font-size: 12px;}
.btnDefault:hover{background: #faa732;color: #fff;}



.creitdor_num_xiu{
	height: 80px;
	width: 100%;
    border: 0px;
    margin-bottom: 29px;
    margin-top: 20px;
    background: #fafafc;
}
.creitdor_num_xiu .num_l{
	width: 214px;
	height: 80px;
	background-image: none;
}
.creitdor_num_xiu .num_l p{
	line-height: 80px;
	font-size: 16px;
	color: #999999;
}
.creitdor_num_xiu .num_r{
	border:0px;
	background: none;
	line-height: 80px;
    text-align: left;
}
.creitdor_num_xiu .num_r .form_text{
	margin-right: 0px;
	border:#cccccc 1px solid;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.creitdor_num_xiu .num_r .submit{
	position: absolute;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-image: none;
    background: #ff7a27;
    width: 70px;
    top:22px;
    right:50px;
}
.creitdor_num_xiu .num_r .sou{
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 99;
	margin-left: 20px;
	top: 6px;
	background-image: url(../image/box/sousuo.png);
	background-size: 100%;
	background-position: center;
	cursor: pointer;
}
.creitdor_num_xiu .num_r p{
	width: 520px;
	text-align: center;
	margin-left: 55px;
}
.creitdor_num_xiu .num_r p span{
	font-size: 16px;
	color: #141414;
	margin: 0px 30px;
	cursor: pointer;
}
.creitdor_num_xiu .num_r p span.active{
	color: #fc5858;
	font-weight: bold;
	}
	


.ywbox .dbyw{
	margin: 0px 20px;
}
.ywbox{
	margin-bottom: 20px;
}
.ywbox h2 span{color: #ff2323;}
.ywbox .dbyw li{
	font-size: 14px;
	line-height: 36px;
	height: 36px;
}
.ywbox .dbyw li.dbyw_title{
	background: #fff6ea;
}
.ywbox .dbyw li.dbyw_title{color: #e85504;}
.ywbox .dbyw li span{
	display: inline-block;
	width: 24.5%;
	text-align: center;
}
.ywbox .dbyw li span a{
	color: #e85504;
	margin-left: 10px;
}