body{
    background-color: #fff;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration:none
}
ul li{
    list-style: none;
}
@font-face {
  font-family: "仿宋_GB2312";
  src: url("../fonts/仿宋_gb2312.woff2") format("woff2"),
       url("../fonts/仿宋_gb2312.woff") format("woff"),
       url("../fonts/仿宋_gb2312.ttf") format("truetype"),
       url("../fonts/仿宋_gb2312.eot") format("embedded-opentype"),
       url("../fonts/仿宋_gb2312.svg") format("svg");
      font-weight: normal;
      font-style: normal;
}

    .Nums {
        position: absolute;
        top: 20px;
        right: 134px;
        font-size: 18px;
        width: 30px;
        height: 30px;
        border: 3px solid #ff6633;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
    }

    .count-down {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 100px;
        color: #ff6633;
        text-shadow: black 1px 1px 1px;
        top: 0;
        left: 0;
        z-index: 99999999;
        width: 100%;
        min-height: 1080px;
        background-image: url(../images/2.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        transition: all 1s;
    }

    .count-down.active {
        width: 0;
        height: 0;
        top: 0px !important;
        bottom: auto !important;
        left: 0%;
        right: auto !important;
        font-size: 16px;
    }

    .count-down.move {
        left: -20px !important;
        top: 400px !important;
        bottom: auto !important;
        right: auto !important;
    }

.centerBox{
    margin:0 auto;
    width:100%;
    max-width:1200px;
}
.centerBox:after{
    content:"";
    display:block;
    clear:both;
}
.tutu img{
    max-width: 100%;
    display: block;
    height: auto!important;
    margin: auto;
}
.clearBoth:after,
.clearboth:after {
    content:"";
    display: block;
    clear: both;
}

.left {
    float: left;
}
.right {
    float: right;
}
.left {
    float: left;
}
.right {
    float: right;
}

.centerBox{
    margin:0 auto;
    width:100%;
    max-width:1200px;
}
.centerBox:after{
    content:"";
    display:block;
    clear:both;
}
.clearBoth:after,
.clearboth:after {
    content:"";
    display: block;
    clear: both;
}
.header{
    width: 1200px;
    margin: auto;
    background-color: #b5b5b6;
}
.home{
    background: white;
    margin: 0 auto;
}
.home a{
/*    float: left; */
    font-size: 14px;
    color: #bc0c16;
}
.home .collect{
    margin-left: 20px;
}
.home .collect:hover{
    color: red;
}
.home .she:hover{
    color: red;
}
.home .register{
    float: right;
}
.home .register:hover{
    color: red;
}
.home .logo{
    width: 517px;
	float: left;
}
.head{
	height: 60px;
	background-color: #efefef;
}
.head .shouye{
	width: 400px;
	float: left;
	margin-left: 50px;
}
.head .shouye .data{
	font-size: 16px;
	line-height: 60px;
	color: #666666;
}
.head .form1{
	width: 340px;
	float: left;
	margin-top: 15px;
	margin-left: 110px;
}
.head .form1 input{
	width: 260px;
	height: 36px;
	float: left;
}
.head .form1 .sub{
	height: 36px;
	border: 0;
	width: 43px;
	background-color: #bc0f16!important;
	background: url(../images/ss.png)no-repeat center;
}
.head .deng{
    width: 200px;
    height: 15px;
    float: left;
	color: #b5b5b6;
	margin-left: 100px;
}
.head .deng a{
	color: #b5b5b6;
	font-size: 14px;
	line-height: 60px;
}
.head .deng img{
	width: 18px;
	height: 20px;
	margin-top: 19px;
	margin-right: 10px;
	float: left;
}
.logo a img{
    width: 512px;
    height: 120px;
}
.head1{
	margin-top: 30px;
}
.head1 .logo2{
	float: right;
}
.head1 .logo2 h3{
	font-size: 18px;
	line-height: 36px;
	color: #be141c;
}
.head1 .logo2 h3 span{
	float: right;
}
 .nav{
    height: unset!important;
    position: relative;
/*    top: 10px;
    left: 12px;*/
    margin-top: 0!important;
    margin-bottom: 0!important;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
 .nav ul li {
     text-align: center;
     width: 150px;
     float: left;
     padding-top: 15px;
     bottom: 14px;
	 display: block;
	 position: relative;
	 font-size: 16px;
	  margin-right: 40px;
}
.nav ul li:before{
	    position: absolute;
	    content: "";
	    width: 1px;
	    height: 16px;
	    width: 2px;
	    background-color: #d5d5d5;
	    top: 18px;
	    left: 0;
}
.nav ul li:after{
	    position: absolute;
	    content: "";
	    width: 1px;
	    height: 16px;
	    width: 2px;
	    background-color: #d5d5d5;
	    top: 18px;
	    right: 0;
}
.nav ul .checked {
    color: red;
}
.meng{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 998;
	background-color: rgba(0,0,0,0.8);;
}
.meng .meng1{
	    width: 487px;
	    height:487px;
	    border-radius: 5px;
	    position: absolute;
	    top: 50%;
	    transform: translate(0%,-50%);
	    left: 0;
	    right: 0;
	    margin: auto;
		background-color: #FFFFFF;
}
.meng .meng1 .quxiao{
	float: right;
	margin-right: 26px;
	margin-top: 26px;
}
.meng .meng1 h3{
	margin-top: 72px;
	font-size: 26px;
	text-align: center;
	color: #333333;
}
.meng .meng1 input{
    width: 355px;
    height: 55px;
    display: block;
    margin: 20px auto;
    border: 1px solid #b7b7b7;
	
}
.meng .meng1 .bb1{
	font-size: 18px;
	color: #999999;
	line-height: 55px;
	background: url(../images/226f0d39ae9b443a9346181b07798f2e.gif)no-repeat;
}
.meng .meng1 .bb2{
	font-size: 18px;
	color: #999999;
	line-height: 55px;
	background: url(../images/8bed03b4a0b34437a5f4a80e6414df8b.gif)no-repeat;
}
.meng .meng1 .dl{
	background-color: #bc0e18;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 55px;
	border: 0;
	border-radius: 5px;
}
.meng .meng1 h5{
    font-size: 16px;
	float: right;
	margin-right: 66px;
}
.meng .meng1 h5 span{
	color: #bc0e18;
}
.meng2{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 998;
	background-color: rgba(0,0,0,0.8);;
}
.meng2 .meng1{
	    width: 487px;
	    height:620px;
	    border-radius: 5px;
	    position: absolute;
	    top: 50%;
	    transform: translate(0%,-50%);
	    left: 0;
	    right: 0;
	    margin: auto;
		background-color: #FFFFFF;
}
.meng2 .meng1 .quxiao{
	float: right;
	margin-right: 26px;
	margin-top: 26px;
}
.meng2 .meng1 h3{
	margin-top: 72px;
	font-size: 26px;
	text-align: center;
	color: #333333;
}
.meng2 .meng1 input{
    width: 355px;
    height: 55px;
    display: block;
    margin: 20px auto;
    border: 1px solid #b7b7b7;
}
.meng2 .meng1 .bb1{
	font-size: 18px;
	color: #999999;
	line-height: 55px;
	background: url(../images/226f0d39ae9b443a9346181b07798f2e.gif)no-repeat;
}
.meng2 .meng1 .bb2{
	font-size: 18px;
	color: #999999;
	line-height: 55px;
	background: url(../images/8bed03b4a0b34437a5f4a80e6414df8b.gif)no-repeat;
}
.meng2 .meng1 .dl{
	background-color: #bc0e18;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 55px;
}
.meng2 .meng1 h5{
    font-size: 16px;
	float: right;
	margin-right: 66px;
}
.meng2 .meng1 h5 span{
	color: #bc0e18;
}
.footer{
    width: 100%;
    height: 102px;
    background-color: #d1d1d1;
    overflow:hidden;
}
.navigation{
    width: 366px;
    height: 18px;
    margin: auto;
}
.navigation ul li{
    width: 90px;
    margin-top: 20px;
    float: left;

}
.navigation ul li img{
    position: relative ;
    top: 3px;
}
.navigation ul li a{
    margin-left: 10px;
    color: #f0f0f0;
}
.navigation ul li a:hover{
    color: red;
}
.footer p{
    margin-top: 40px;
    text-align: center;
}

.bannerr{
    width: 100%;
    position: relative;

}
.bannerr img{
    width: 100%;

}

.bannerr p{
    font-size: 36px;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 50px;
    margin: auto;
    text-align: center;
}


.public_01{
    width: 100%;
    background-color: white;
    height: 90px;
}
.public_02{
    margin: auto;
    width: 1200px;
   
    background-color:white;
    padding-top: 20px;
}
.public_02 img{
    float: left;
}
.public_02 .span{
    margin-right: 15px;
    margin-top: 10px;
    float: right;
}
.public_02 span{
    margin-top:-10px;
    margin-left: 19px;
}
.public_02 span{
    display: block;
    font-size: 15px;
    color: #333333;
}

.juankuan_k{
    margin-top: 40px;
    box-sizing: border-box;
    padding-top: 40px;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    background: white;
    padding-bottom: 50px;
}
.biaodan label{
    display: block;
    overflow: hidden;
    width: 56%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.biaodan label p{
    width: 22%;
    text-align: right;
    font-size: 18px;
    color: #333333;
    float: left;
    line-height: 30px;
}
.biaodan label p span{
    color: #ff3636;
}
.biaodan label select{
    width: 70%;
    float: right;
    height: 30px;
    background: url(../images/a2_05.png) center no-repeat;
    -webkit-appearance: none;
    background-position: 97% 50%;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 1px solid #999999;

}
.biaodan label input{
    line-height: 30px;
    padding: 0px 10px;
    box-sizing: border-box;
    width: 70%;
    float: right;
    background: none;
    border: 1px solid #999999;
}

.biaodan label textarea{
    width: 70%;
    float: right;
    height: 100px;
    resize: none;
    background: none;
    border: 1px solid #999999;
    padding: 10px;
}


.biaodan label ul li input{
    float: left;
}
.biaodan label ul{
    float: left;
    width: 50%;
    padding-left: 50px;
}
.biaodan label ul li{
    width: 30%;
    overflow: hidden;
    float: left;
    line-height: 30px;
}
.biaodan label ul li:first-child{
    margin-right: 25px;
}
.biaodan label ul li span{
    float: right;
}

label input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
    vertical-align: text-bottom;
    margin-right: 0px;
    border: none;
    margin-top: 8px;
}
label input[type="radio"]:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #171112;
}

label input[type="radio"]:checked:after {
    background: #ff0000;
    border: 2px solid #ff0000;
}
.xiangtong{
    width: 33.5%!important;
    float: right!important;
    margin-right: 10px;
}

.submit{
    display: inline-block;
    line-height: 50px;
    border-radius: 10px;
    border: none;
    width: 160px;
    background: #ff0000;
    font-size: 24px;
    color: white;
    margin-right: 38px;
    cursor: pointer;
}
.quxiao{
    display: inline-block;
    line-height: 50px;
    border-radius: 10px;
    width: 160px;
    background: #fff;
    border: 1px solid #ff2222;
    font-size: 24px;
    color: #ff0000;
    cursor: pointer;
}

.xian{
    width: 100%;
    height: 1px;
    background: #333333;
    border: none;
    margin-top: 80px;
    margin-bottom: 80px;
}

.yhhk_bt{
    width: 132px;
    height: 47px;
    margin-bottom: 40px;
}
.yhhk_bt img{
    width: 100%;
    height: 100%;
}

.yhhk ul li{
    float: left;
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
}
.yhhk ul li p{
    font-size: 18px;
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
}
.juan_k{
    padding: 80px;
    box-sizing: border-box;
    margin-top: 40px;
}
.juan_zk{
    width: 40%;
   
    box-sizing: border-box;
    /*padding: 80px 0px;*/
    background: white;
}
.juan_zk img{
    width: 240px;
    /*height: 300px;*/
    margin: 0 auto;
    display: block;
}
.juan_zk_lm{
    width: 240px;
    margin: 0 auto;
    padding-left: 30px;
    box-sizing: border-box;
    padding-top: 20px;

}
.juan_zk_lm_t{
    float: left;
    width: 30px;
    height: 26px;
    margin-top: 10px;
    margin-right: 60px;
}
.juan_zk_lm_t img{
    width: 100%;
    height: 100%;
}

.juan_zk_lm_z p{
    font-size: 18px;
    color: #000000;
}
.juan_yk{
    width: 45%;
}
.biaodann label{
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.biaodann label p{
    width: 44%;
    color: #333;
    font-size: 18px;
    float: left;
    line-height: 30px;
    text-align: right;

}
.biaodann label p span{
    color: #ff3636;
}
.biaodann label select{
    width: 66%;
    height: 30px;
    padding-left: 20px;
    background: url(../images/a2_05.png) center no-repeat;
    -webkit-appearance: none;
    background-position: 97% 50%;
    box-sizing: border-box;
    float: right;
    color: #666666;
    text-align: center;
}
.biaodann label input{
    width: 52%;
    float: right;
    line-height: 30px;
    border: 1px solid #999999;
    box-sizing: border-box;
    background: none;
    padding: 0px 10px;
}

.biaodann label textarea{
    width: 52%;
    height: 100px;
    padding: 10px;
    float: right;
    line-height: 30px;
    border: 1px solid #999999;
    box-sizing: border-box;
    background: none;
    resize: none;
}


.biaodann label ul li input{
    float: left;
    border: none;
}
.biaodann label ul{
    float: left;
    width: 50%;
    padding-left: 50px;
}
.biaodann label ul li{
    width: 30%;
    overflow: hidden;
    float: left;
    line-height: 30px;
}
.biaodann label ul li:first-child{
    margin-right: 25px;
}
.biaodann label ul li span{
    float: right;
}


.xiangtongg{
    width: 23%!important;
    float: right!important;
    margin-right: 10px;
}

.kuan_k{
    background: white;
    padding-top: 70px;
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 80px;
    margin-top: 40px;
    padding-bottom: 200px;
}
.kuan_k .aixin{
    margin: 0 auto;
    display: block;
    margin-bottom: 100px;
}

.kuan_k p{
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
    padding: 20px 0px;
    text-align: center;
    width: 668px;
    margin: 0 auto;
    font-size: 60px;
    color: #333333;
    margin-bottom: 136px;

}
.kuan_k .kuan_d{
    float: right;
}

.llyj_k{
    margin-top: 40px;
}
.llyj_zk{
    width: 836px;
}

.llyj_zk_1{
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    background: white;
    padding-bottom: 0px;
}
.llyj_zk_1 h2{
    line-height: 30px;
    font-size: 20px;
    color: #f8030c;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
    margin-bottom: 26px;
}
.llyj_zk_2 h2{
    line-height: 30px;
    font-size: 20px;
    color: #f8030c;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
    margin-bottom: 26px;
}
.llyj_zk_2 h2:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 1px;
    background: #f8030c;
}
.llyj_zk_2 h2 a{
    font-size: 16px;
    color: #999999;
    float: right;
}
.llyj_zk_1 h2 a{
    font-size: 16px;
    color: #999999;
    float: right;
}
.llyj_zk_1 h2:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 1px;
    background: #f8030c;
}
.llyj_zk_1 ul li{
    float: left;
    width: 48%;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 20px;
}
.llyj_zk_1_t{
    width: 175px;
    height: 110px;
}
.llyj_zk_1_t img{
    width: 100%;
    height: 100%;
}
.llyj_zk_1 ul li ul li{
    padding-bottom: 7px;
    font-size: 16px;
    color: #333333;
    width: 180px;
    float: unset;
    overflow: unset;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: unset;
    margin-right: unset;

}
.llyj_zk_1 ul li ul{

}
.llyj_zk_1 ul li ul li:hover{
    color: #f8030c;
    text-decoration: underline;
}

.llyj_zk_2{
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    background: white;
    margin-bottom: 40px;

}
.llyj_zk_2_z{
    width: 370px;
    height: 230px;
}
.llyj_zk_2_z img{
    width: 100%;
    height: 100%;
}
.llyj_zk_2_y{
    width: 360px;
}
.llyj_zk_2_y p{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.llyj_zk_2_y p:hover{
    color: #f8030c;
    text-decoration: underline;
}
.llyj_yk{
    margin-top: 20px;
    width: 320px;
    padding: 40px;
    box-sizing: border-box;
    background: white;
}
.llyj_yk h2{
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 20px;
}
.llyj_yk_tk{
    margin-bottom: 40px;
}
.llyj_yk_tk img{
    width: 100%;
    height: 170px;
}
.llyj_yk_tk p{
    line-height: 30px;
    background: #f2f2f2;
    width: 100%;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.llyj_yk p{
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
}
.syrg_k{
    margin-top: 20px;
}
.syrg_k ul li{
    width: 50%;
    overflow: hidden;
    float: left;
    border-bottom: 1px dashed #f0f0f0;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.syrg_zk{
    width: 200px;
    height: 200px;
	    text-align: center;
}
.syrg_zk img{
    max-width: 100%;
    height: 100%;
}
.syrg_yk{
    width: 340px;
    margin-right: 30px;
}
.syrg_yk h2{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: normal;
}
.syrg_yk h3{
    font-size: 16px;
    color: #999999;
    margin-bottom: 30px;
    font-weight: normal;
}
.syrg_yk p{
    font-size: 12px;
    color: #666666;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.shenru_k{
    width: 100%;
    margin-bottom: 40px;
}
.shenru_k img{
    width: 100%;
}
.shenru_zk{
    width: 580px;
}

.dian .swiper-pagination-bullet{
    width: 10px!important;
    height: 10px!important;
    background: white!important;
    opacity: 1!important;
    box-sizing: border-box;
}
.dian .swiper-pagination-bullet-active{
    width: 10px!important;
    height: 10px!important;
    background: #f8030c!important;
    opacity: 1!important;
    border: none!important;
}
.lunbo_tt{
    width: 100%;
    height: 370px;
}
.lunbo_tt img{
    width: 100%;
    height: 100%;
}
.shenru_yk ul li{
    overflow: hidden;
    margin-bottom: 40px;
}
.shenru_yk_z{
    width: 200px;
    height: 166px;
}
.shenru_yk_z img{
    width: 100%;
    height: 100%;
}
.shenru_yk_y{
    width: 340px;
}
.shenru_yk_y h2{
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 6px;
}
.shenru_yk_y h3{
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
    font-weight: normal;
}
.shenru_yk{
    width: 580px;
}
.shenru_yk_y p{
    font-size: 12px;
    color: #666666;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.wzxq_btk{
    margin-bottom: 40px;
}
.wzxq_btk_z{
    width: 100px;
    border: 1px solid #999999;
    box-sizing: border-box;
    padding: 14px 0px;
    margin-right: 60px;
}
.wzxq_btk_z h2{
    font-size: 30px;
    color: #999999;
    text-align: center;
}
.wzxq_btk_z h3{
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.wzxq_btk_y h2{
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}
.wzxq_btk_y ul li span{
    float: left;
    margin-right: 10px;
}
.wzxq_btk_y ul li{
    float: left;
    font-size: 12px;
    color: #999999;
    margin-right: 40px;
}
.wzxq_btk_y ul li:last-child{
    margin-right: 0px;
}
.wzxq_nrk *{
    font-size: 16px;
    color: #666666;
	font-family: "微软雅黑";
	letter-spacing:3px;
    /*font-family: "仿宋_GB2312" !important;*/
}
.wzxq_nrk{
    line-height: 2;
}
.wzxq_nrk img{
    display: block;
    margin: 0 auto;
    max-width: 100%!important;
    max-height: 100%!important;
    margin-top: 20px;
    margin-bottom: 30px;
}

.syp{
    font-size: 16px;
    color: #333333;
}
.syp a:hover{
    color: #f8030c;
    text-decoration: underline;
}
.syp a{
    color: #333333;
}
.xyp{
    font-size: 16px;

}
.xyp a{
    color: #333333;
}
.xyp a:hover{
    color: #f8030c;
    text-decoration: underline;
}

.fanpian_k .fanhui{
    float: right!important;
    width: 90px!important;
    line-height: 30px!important;
    border-radius: 6px!important;
    background: #f8030c!important;
    display: block!important;
    color: white;
    text-align: center;
}
.wzxq_zk{
    width: 840px;
    background: white;
    padding: 40px;
    box-sizing: border-box;

}

.wzxq_k{
    margin-top: 40px;
}





.fund{
    width: 1200px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
.left_l{
    width: 280px;
    float: left;
    background-color: white;
}
.left_l ul li{
    width:280px ;
    height: 82px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.left_l ul li a{
    width:280px ;
    height: 82px;
    display: block;
    text-align: center;
    line-height: 80px;
}
.left_l ul .checked_one {
    color: red;
}
.left_l ul li{
    background: url("../images/jiantou_03.jpg") no-repeat ;
    background-position: 30px 35px;
}

.left_l ul a{
    color: #999999;
}
.left_l ul li a:hover{
    color: red;
}

.constitution{
    width: 802px;
    height: 31px;
    margin: auto;
    margin-top: 20px;
    border-bottom: 2px solid #d5d5d5;
}
.constitution span{
    font-size: 16px;
    color: red;
}
.article{
    width: 802px;
    margin: auto;
    margin-top: 20px;
}
.article p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-indent:2em;
}

.fund_y{
    width: 880px;
    padding: 40px;
    box-sizing: border-box;
    background: white;
}
.fund_y h2{
    line-height: 30px;
    border-bottom: 1px solid #d5d5d5;
    box-sizing: border-box;
    font-size: 18px;
    color: #f8030c;
    margin-bottom: 10px;
}
.fund_y ul li{
    margin-bottom: 20px;
    font-size: 15px;
    color: #f8030c;
    text-decoration: underline;
    font-weight: bold;
}
.fund_y ul li span{
    color: #333333;
    float: right;
    font-weight: normal;
}
.xxzl_zk{
    width: 840px;
    background: white;
    padding: 30px 40px;
    box-sizing: border-box;
}

.xxzl_zk_1{
    width: 100%;
}
.xxzl_zk_1_z{
    width: 460px;
}
.xxzl_zk_1_z h2{
    font-size: 20px;
    color: #f8030c;
    border-bottom: 1px solid #d5d5d5;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    /*font-weight: normal;*/
}
.xxzl_zk_1_z h2:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    background: #f8030c;
}
.xxzl_zk_1_z ul li{
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eeeeee;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.xxzl_zk_1_z_t{
    width: 140px;
    height: 100px;
}
.xxzl_zk_1_z_t img{
    width: 100%;
    height: 100%;
}
.xxzl_zk_1_z_nr{
    width: 280px;
}
.xxzl_zk_1_z_nr h3{
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.xxzl_zk_1_z_nr h4{
    font-size: 16px;
    color: #999999;
    font-weight: normal;
    margin-bottom: 6px;
}
.xxzl_zk_1_z_nr p{
    font-size: 12px;
    color: #666666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.xxzl_zk_1_y{
    width: 260px;
}
.xxzl_zk_1_y_tp img{
    width: 260px;
    height: 200px;
}
.xxzl_zk_1_y_tp{
    position: relative;
    margin-bottom: 20px;
}
.xxzl_zk_1_y_tp p{
    bottom: 4px;
    position: absolute;
    width: 100%;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    color:  white;
    text-align: center;
}
.rmxx h4{
    line-height: 30px;
    background: #c2c2c2;
    padding-left: 14px;
    box-sizing: border-box;
    font-size: 14px;
    color: white;
}
.rmxx ul li{
    line-height: 50px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #e9e9e9;
    box-sizing: border-box;
}


.xxzl_zk_2 h2{
    line-height: 30px;
    font-size: 20px;
    color: #f8030c;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
    margin-bottom: 26px;
}
.xxzl_zk_2 h2:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 1px;
    background: #f8030c;
}
.xxzl_zk_2 h2 a{
    font-size: 16px;
    color: #999999;
    float: right;
}
.xxzl_zk_2 ul li{
    float: left;
    width: 175px;
    margin-right: 20px;
    /*margin-bottom: 20px;*/
}
.xxzl_zk_2 ul li:nth-child(4n){
    margin-right: 0px;
}
.xxzl_zk_2_t{
    width: 100%;
    position: relative;
}
.xxzl_k{
    margin-top: 40px;
}
.xxzl_zk_2_t img{
    width: 100%;
    height: 112px;
    display: block;
}
.xxzl_zk_2_t p{
    line-height: 40px;
    /*background: rgba(255, 255, 255, 0.51);*/
    font-size: 14px;
    color: #999;
    text-align: center;
    position: unset;
    width: 100%;
}
.xxzl_zk_2 ul li ul li{
    margin-bottom: 4px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.zcfg_lb{
    margin-top: 20px;
    margin-bottom: 40px;
}
.zcfg_lb .on a{
    color: #f8030c;
}
.zcfg_lb li{
    font-size: 18px;
    float: left;
    margin-right: 30px;
}
.zcfg_lb li a{
    color: #333333;
}
.zcfg_zk{
    padding: 40px;
    width: 840px;
    box-sizing: border-box;
    background: white;
}
.zcfg_zzk{
    width: 319px;
    height: 210px;
}
.zcfg_zzk img{
    width: 100%;
    height: 100%;
}
.zcfg_yyk{
    width: 400px;
}
.zcfg_yyk h2{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.zcfg_yyk h3{
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
}
.zcfg_yyk p{
    font-size: 14px;
    color: #666666;
    line-height: 2;
}
.zcfg_kk{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ebebeb;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.zcfg_yyk a{
    float: right;
    color: #333;
}
.zcfg_zk ul li{
    overflow: hidden;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 40px;
}
.shijian{
    width: 80px;
    padding: 24px 0px;
    box-sizing: border-box;
    background: #f2f2f2;
}
.shijian span{
    font-size: 16px;
    color: #666666;
    text-align: center;
    display: block;
}

.shijian h4{
    font-size: 14px;
    text-align: center;
    color: #666666;
    font-weight: normal;
}

.youce{
    width: 640px;
}
.youce h5{
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 10px;
}
.youce p{
    font-size: 14px;
    color: #666666;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.zcfg_zk ul li:hover .shijian{
    background: #f8030c;
}
.zcfg_zk ul li:hover .shijian span{
    color: white;
}
.zcfg_zk ul li:hover .shijian h4{
    color: white;
}
.zcfg_zk ul li:hover .youce h5{
    color: #f8030c;
}



.fenye{
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.fenye a{
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 4px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    color: #333;
}
.fenye span{
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f8030c;
    padding: 0 5px;
    margin: 0 4px;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #f8030c;
}
.fenye a:hover{
    background: #f8030c;
    color: #fff;
    border: 1px solid #f8030c;
}

.zygg_k{
    padding: 40px;
    box-sizing: border-box;
    background: white;
    margin-top: 20px;
}
.zygg_k ul li{
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px dashed #ececec;
}
.zygg_k ul li:hover p{
    color: #f8030c;
}
.zygg_k ul li span{
    float: left;
    margin-right: 40px;
}
.zygg_k ul li p{
    font-size: 16px;
    color: #3d3c3d;
    float: left;
}
.zygg_k ul li a{
    font-size: 16px;
    color: #3d3c3d;
    float: right;
}


.shenru_k{
    margin-bottom: 40px !important;
}