/* 轮播 */
.banner {
    position: relative;
    width:100%;
    min-width: 1200px;
    overflow: hidden;
    height: 851px;
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
}

.banner .imgBox {
    position: relative;
}
.banner .imgBox li {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
}

.banner .imgBox li:first-child {
    position: relative;
}

.banner .imgBox li.cur {
    z-index: 10;
}

.banner-mask {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    margin-left: -960px;
    width: 1920px;
}

.banner-mask .current {
    position: absolute;
    top: 0;
    right: 1.65%;
    width: 178px;
    height: 88px;
    padding:0px 30px;
}

.banner-mask .current span {
    display: inline-block;
    /* vertical-align: middle; */
    color: #ffffff;
    line-height:88px;
}

.banner-mask .current span b {
    font-size:25px;
    font-weight:normal;
    /* vertical-align: middle; */
}

.banner-mask .current span.prev,
.banner-mask .current span.next {
    width: 15px;
    height: 30px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
.banner-mask .current span.prev {
    margin-right:10px;
    background: url(../images/prev_01.png) no-repeat center;
}

.banner-mask .current span.next {
    margin-left:10px;
    background: url(../images/next_01.png) no-repeat center;
}

.banner-mask .current span.prev:hover,
.banner-mask .current span.next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner-mask .current span.count {
    /* width: 32px; */
    text-align: center;
    font-size:30px;
    font-weight:bold;
    color: rgb( 88, 148, 208 );
    vertical-align: middle;
}

/*  */
.data_fir{
    height:1050px;
}
.data_fir>div{
    width:50%;
    height:100%;
    float:left;
}
.data_fir>.datf_img{
    padding:70px 0px 80px 0px;
}
.data_fir>.datf_img>img{
    display:block;
    width: 850px;
    height: 900px;
}
.data_fir>.datf_tex{
    padding:250px 0px 264px 0px;
}
.data_fir>.datf_tex b{
    font-size: 15px;
    color: rgb( 19, 20, 21 );
    font-weight: bold;
}
.data_fir>.datf_tex>a>h1{
    font-size: 50px;
    color: rgb( 88, 148, 208 );
}
    .data_fir > .datf_tex > .has {
        margin-top:0px;
    }
.data_fir>.datf_tex>p{
    font-size: 35.75px;
    color: rgb( 150, 160, 171 );
    line-height:60px;
    /*padding:30px 0px 20px*/
}
.data_fir>.datf_tex>a{
    display:block;
    font-size: 14px;
    color: rgb( 174, 128, 48 );
    font-weight: bold;
    text-transform: uppercase;
}
.data_fir>.datf_tex>a:hover{
    transform: translate(10px, 0px);
    -ms-transform: translate(10px,0px);
    -webkit-transform: translate(10px,0px);
    -o-transform: translate(10px,0px);
    -moz-transform: translate(10px,0px);
}
.data_fir>.datf_tex>.datf_cons{
    margin-top:70px;
}
.datf_cons>ul>li{
    margin:20px 40px 20px 0px;
    float:left;
}
.datf_cons>ul>li>a>.em{
    display:block;
    width:50px;
    height:50px;
    margin:0 auto;
    transition: all ease 0.3s;
}
.datf_cons>ul>.li1>a>em{
    background:url(../images/datf_2a.png) no-repeat center;
}
.datf_cons>ul>.li2>em{
    background:url(../images/datf_3a.png) no-repeat center;
}
.datf_cons>ul>.li3>em{
    background:url(../images/datf_4a.png) no-repeat center;
}
.datf_cons>ul>.li4>em{
    background:url(../images/datf_5a.png) no-repeat center;
}
.datf_cons>ul>.li5>em{
    background:url(../images/datf_6a.png) no-repeat center;
}
.datf_cons>ul>.li6>em{
    background:url(../images/datf_7a.png) no-repeat center;
}
.datf_cons>ul>li>p{
    font-size: 13px;
    color: rgb( 124, 132, 138 );
    font-weight: bold;
    text-transform: uppercase;
    text-align:center;
    padding-top:20px;
}
.datf_cons>ul>li:hover p{
    font-size: 13px;
    color: rgb( 39, 44, 47 );
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}
.datf_cons>ul>.li1:hover em{
    background:url(../images/datf_2b.png) no-repeat center;
}
.datf_cons>ul>.li2:hover em{
    background:url(../images/datf_3b.png) no-repeat center;
}
.datf_cons>ul>.li3:hover em{
    background:url(../images/datf_4b.png) no-repeat center;
}
.datf_cons>ul>.li4:hover em{
    background:url(../images/datf_5b.png) no-repeat center;
}
.datf_cons>ul>.li5:hover em{
    background:url(../images/datf_6b.png) no-repeat center;
}
.datf_cons>ul>.li6:hover em{
    background:url(../images/datf_7b.png) no-repeat center;
}
.li_sec{
    width:100%;
    height:790px;
    background: url(../images/dats_bg.jpg) no-repeat center;
    padding-top:70px;
}
.li_sec>img{
    display:block;
    width:100%;
    height:auto;
}
.data_sec>h1{
    font-size: 40px;
    color: rgb( 255, 255, 255 );
    text-align:center;
    line-height:60px;
}
.data_sec>p{
    font-size: 14px;
    color: rgb( 255, 255, 255 );
    line-height: 24px;
    text-align: center;
    width: 20%;
    margin: 0 auto;
}
.data_sec>.dats_box{
    margin-top:50px;
}
.dats_box>ul>li{
    width:50%;
    height:636px;
    background:#ffffff;
    box-shadow: 10px 17.321px 25px 0px rgba( 2, 12, 50 ,0.3);
    float:left;  
}
.dats_box>ul>.lione{
    padding:50px 30px;
}
.dats_box>ul>.lione>h1{
    font-size: 26px;
    color: rgb( 5, 5, 6 );
}
.dats_box>ul>.lione>span{
    display:block;
    font-size: 14px;
    color: rgb( 118, 123, 128 );
    padding:20px 0px 30px 0px;
}
.dats_box>ul>.lione>p{
    font-size: 14px;
    color: rgb( 90, 95, 100 );
    line-height:30px;
}
.dats_box>ul>.lione>a{
    /*background-image: -moz-linear-gradient( 20deg, rgb(235,66,6) 0%, rgb(255,145,0) 100%);
    background-image: -webkit-linear-gradient( 20deg, rgb(235,66,6) 0%, rgb(255,145,0) 100%);
    background-image: -ms-linear-gradient( 20deg, rgb(235,66,6) 0%, rgb(255,145,0) 100%);
    box-shadow: 0px 18px 50px #fdc8b2;
    margin-top:112px;*/
}
.more{
    display:block;
    width: 121px;
    height: 41px;
    border-radius: 20px;
    font-size: 15px;
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    line-height: 41px;
    text-align:center;
}
.dats_box>ul>li>img{
    display:block;
    width:100%;
    height:auto;
}
.li_the{
    width:100%;
    height:900px;
    background: url(../images/datt_bg.png) no-repeat center;
}
.li_the>.data_the{
    margin-top:180px;
    text-align:center;
}
.li_the>.data_the>h1{
    font-size: 30px;
    color: rgb( 5, 6, 6 );
}
.li_the>.data_the>p{
    font-size: 14px;
    color: rgb( 86, 92, 98 );
    padding:30px 0px 60px 0px;
}
.li_the>.data_the>a{
    margin:0 auto;
    background-image: -moz-linear-gradient( 20deg, rgb(2,172,158) 0%, rgb(8,215,197) 100%);
    background-image: -webkit-linear-gradient( 20deg, rgb(2,172,158) 0%, rgb(8,215,197) 100%);
    background-image: -ms-linear-gradient( 20deg, rgb(2,172,158) 0%, rgb(8,215,197) 100%);
}


.banner-mask .current span{
    line-height: 100px;
}
.banner-mask .current span.count{
    font-size: 32px;
    vertical-align: baseline;
}
.li_sec{
    padding: 70px 0px;
    height: auto;
    background-size: 100% 100%;
}
/* .banner-mask .current{
    position: absolute;
    top: 0;
    right: 1.2%;
    width: 179px;
    height: 89px;
    padding: 0px 40px;
    border-width: 10px;
    border-color: rgb( 255, 255, 255 );
    border-style: solid;
    border-radius: 43px; 
} */
.data_sec .dats_box .ilio_rig{
    padding: 0 
}
.lio_ite{
    width: 100%;
    padding: 37.3px 0;
    border-bottom: 1px dashed #dfdfdf;
    transform: all .9s;
}
.ilio_rig .lio_ite:last-child{
    border-bottom: none;
}
.lio_itlef{
    width: 140px;
    /* width: 116px; */
}
.lio_itrig{
    width: 482px;
    width: calc(100% - 140px);
    padding-right: 20px;
}
.lio_itlef{
    padding: 0 29px;
    text-align: center;
}
.lio_itlef>span{
    display: block;
    font-size: 36px;
    line-height: 45px;
    color: #333333;
    margin-bottom: 10px;    
}
.lio_itlef>p{
    font-size: 16px;
    color: #858585;
}
.lio_itrig>h1{
    font-size: 17px;
    color: #333333;
    margin-bottom: 20px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}
.lio_itrig>p{
    font-size: 14px;
    color: #858585;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.data_sec>.dats_box>ul>li{
    height: auto;
    /* border: 1px solid red; */
}
.lio_ite.on,
.lio_ite:hover{
    background:url(../images/lite_bg.jpg) no-repeat;
    background-size: 100% 100%;
    border-bottom: none;
}
.lio_ite.on .lio_itlef>span,
.lio_ite:hover .lio_itlef>span,
.lio_ite.on .lio_itlef>p,
.lio_ite:hover .lio_itlef>p,
.lio_ite.on .lio_itrig>h1,
.lio_ite:hover .lio_itrig>h1,
.lio_ite.on .lio_itrig>p,
.lio_ite:hover .lio_itrig>p{
    color: #fff;
}
.ind_newm{
    margin: 90px 0 0px;
    text-align: center;
}
.ind_newm .more{
    display: block;
    width: 120px;
    height: 41px;
    border-width: 1px;
    border-color: rgb( 255, 255, 255 );
    border-style: solid;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
}

/*  */
