

.ctnY-bdr{
    border: 1px solid #d3d3d3;
}
.ctnY-carouselBox,#ctnY-mid-reco{
    width: 525px;
}
.ctnY-carouselBox .news-con,#ctnY-recentNews ul,.ctnY-mainSideH,.ctnY-scrollWrapper{
    height: 291px;
    overflow: hidden;
}
#ctnY-recentNews{
    height: 550px;
}
#ctnY-recentNews ul{
    height: 510px;
}
#ctnY-recentNews ul li{
    height: 26px;
    line-height: 26px;
}
.ctnY-carouselBox .news-con li{
    padding: 0 10px;
    line-height: 26px;
}

#ctnY-mid-reco{
    margin-left: 5px;
}
#ctnY-mid-reco>p>strong,#ctnY-mid-reco li a>*,#ctnY-mid-reco li.or-tr>*{
    width: 16.5%;
}
#ctnY-mid-reco>p{
    /*    border-bottom: 1px #ed6d1a solid;*/
    background-color: #f6f6f6;
}
.ctnY-mainSideH{
    height: 515px;
}
.ctnY-mainSideH ul{
    height: 480px;
}
.Cn-top ul li.ctnY-QuotPic{
    height: 145px;
}
.Cn-top ul li.ctnY-QuotPic img{
    width: 190px;
    height: 130px;
    margin: 10px;
}
#ctnY-newsCon{
    text-indent: 3em;
    line-height: 18px;
    font-size: 14px;
    height: 55px;
    overflow: hidden;
}
#ctnY-newsCon a{
    color: #ed6d1a;
}
.ctnY-newsHead a{
    float: left;
    width: 80px;
    color: #555;
}
.ctnY-scrollWrapper{
    height: 450px;
}

/*--------------------myCarousel---------------------*/
#ctnY-banner-tabs {
    margin: 0px auto 20px;
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    zoom: 1;
}

#ctnY-banner-tabs .slides li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

#ctnY-banner-tabs .flex-direction-nav a {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .6s ease;
    border-radius: 5px;
}

#ctnY-banner-tabs .flex-direction-nav .flex-next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 37%;
    right: 2%;
    z-index: 1;
    width: 30px;
    height: 40px;
    background: url(../carousel-images/slider-arrow.png) -11px -151px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}

#ctnY-banner-tabs .flex-direction-nav .flex-prev {
    display: block;
    position: absolute;
    z-index: 1;
    top: 37%;
    left: 2%;
    z-index: 1;
    width: 30px;
    height: 40px;
    background: url(../carousel-images/slider-arrow.png) -150px -151px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}

#ctnY-banner-tabs:hover .flex-next {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#ctnY-banner-tabs:hover .flex-prev {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#ctnY-banner-tabs:hover .flex-next:hover,
#ctnY-banner-tabs:hover .flex-prev:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#ctnY-banner-tabs .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

#ctnY-banner-tabs .flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#ctnY-banner-tabs .flex-control-paging li a {
    background: #000;
    display: block;
    height: 11px;
    overflow: hidden;
    text-indent: -99em;
    width: 30px;
    cursor: pointer;
    opacity: 0.5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#ctnY-banner-tabs .flex-control-paging li a.flex-active,
#ctnY-banner-tabs .flex-control-paging li.ctnY-b-active a {
    background: #ed6d1a;
    opacity: 0.8;
    -ms-filter: alpha(opacity=80);
    filter: alpha(opacity=80);
}

#ctnY-banner-tabs .slides a img {
    width: 525px;
    height: 350px;
    display: block;
}



















