@charset "UTF-8";

.slide_block {
    margin-top: 16px;
    position: relative;
}

.sls-view {
    position: relative;
    width: 960px;
    height: 360px;
    overflow: hidden;
}

.sls-container {
    position: absolute;
    top: 0;
    left: 0;
}

.sls-content {
    position: relative;
    float: left;
    width: 960px;
    height: 360px;
}

.slide_block .sls-pagination {
    width: 100%;
    position: absolute;
    left: 19px;
    bottom: 25px;
    z-index: 10;
}

.slide_block .sls-pagination a {
    margin-left: 28px;
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    background: #fff;
    text-indent: -9999px;
    cursor: pointer;
}

.slide_block .sls-pagination a.current {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
}

.news_block {
    padding: 19px 30px;
    position: relative;
    background: #fff;
}

.news_block .list_btn {
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.news_block .list_btn:hover {
    opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
}

.news_block .news {
    margin: 27px 40px 9px 40px;
}

.news_block .news th,
.news_block .news td {
    padding-bottom: 5px;
    font-weight: bold;
}

.news_block .news th {
    padding-right: 17px;
}

.service_block dl {
    float: left;
    width: 479px;
    background: #fff;
    border-top: 2px solid #eee;
    border-left: 1px solid #eee;
    cursor: pointer;
}

.service_block dl a {
    text-decoration: none;
}

.service_block dl.even {
    border-left: 0;
    width: 479px;
}

.service_block dt,
.service_block dd {
    float: left;
}

.service_block dt {
    padding-left: 1px;
    background: #fff;
}

.service_block .even dt {
    padding-left: 0;
}

.service_block dd {
    padding: 13px 19px;
    width: 279px;
    font-size: 1.154em;
    font-weight: bold;
    line-height: 1.5;
}

.service_block .atlink,
.service_block .atlink a {
    color: #03f;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color 0.8s linear;
}

.service_block .atlink:hover {
    background: #bfccff;
}

.service_block .atlink .txt {
    margin-top: 40px;
}

.service_block .baremetal,
.service_block .baremetal a {
    color: #2f66ad;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color 0.8s linear;
}

.service_block .baremetal:hover {
    background: #a0c0e5;
}

.service_block .baremetal .txt {
    margin-top: 40px;
}

.service_block .baresupport,
.service_block .baresupport a {
    color: #009dff;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color 0.8s linear;
}

.service_block .baresupport:hover {
    background: #80d5ff;
}

.service_block .baresupport .txt {
    margin-top: 40px;
}

.service_block .barecare,
.service_block .barecare a {
    color: #00CC99;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color 0.8s linear;
}

.service_block .barecare:hover {
    background: #A4FAE4;
}

.service_block .barecare .txt {
    margin-top: 40px;
}



.service_block .pci,
.service_block .pci a {
    color: #00bfcc;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color 0.8s linear;
}

.service_block .pci:hover {
    background: #bfeff2;
}

.service_block .pci .txt {
    margin-top: 40px;
}

.service_block .paytg,
.service_block .paytg a {
    color: #ff6666;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color 0.8s linear;
}

.service_block .paytg:hover {
    background: #ffb3b3;
}

.service_block .paytg .txt {
    margin-top: 40px;
}

.service_block .smarttg,
.service_block .smarttg a {
    color: #ff6616;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color 0.8s linear;
}

.service_block .smarttg:hover {
    background: #ffb3b3;
}

.service_block .smarttg .txt {
    margin-top: 25px;
}


.service_block .shouin-sales,
.service_block .shouin-sales a {
    color: #0768B2;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color 0.8s linear;
}

.service_block .shouin-sales:hover {
    background: #84CCFF;
}

.service_block .shouin-sales .txt {
    margin-top: 35px;
}

.service_block .customercore,
.service_block .customercore a {
    color: #ffaf26;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color 0.8s linear;
}

.service_block .customercore:hover {
    background: #ffd593;
}

.service_block .customercore .txt {
    margin-top: 40px;
}


.service_block .biztel,
.service_block .biztel a {
    color: #17485c;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color 0.8s linear;
}

.service_block .biztel:hover {
    background: #3bbddb;
}

.service_block .biztel .txt {
    margin-top: 40px;
}

.service_block .shouin,
.service_block .shouin a {
    color: #3BC181;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color 0.8s linear;
}

.service_block .shouin:hover {
    background: #86D9B1;
}

.service_block .shouin .txt {
    margin-top: 40px;
}


.service_block .nakahora,
.service_block .nakahora a {
    color: #5c8251;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color 0.8s linear;
}

.service_block .nakahora:hover {
    background: #d6e0d4;
}

.service_block .nakahora .txt {
    margin-top: 18px;
}

.service_block .e_select,
.service_block .e_select a {
    color: #ed6c00;
    -webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    transition: background-color 0.8s linear;
}

.service_block .e_select:hover {
    background: #fadabf;
}

.service_block .e_select .txt {
    margin-top: 40px;
}

.button_block {
    margin-top: 22px;
}

.button_block li {
    margin-left: 2px;
    float: left;
    background: #fff;
}

.button_block li:first-child {
    margin-left: 0;
}

.button_block a img {
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

.button_block a:hover img {
    opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
}


/**
 * clearfix
 */
.slide_block .flex-control-nav:after,
.service_block:after,
.service_block:after,
.button_block ul:after {
    content: "";
    display: table;
    clear: both;
}

.slide_block .flex-control-nav,
.service_block,
.service_block,
.button_block ul {
    zoom: 1;
}

/*banner_block*/
.banner_block{
    margin: 24px auto;
}
.banner_block .banner{
    display: block;
    margin: 0 auto;
    max-width: 900px;
}
.banner_block .banner a{
    display: block;
    transition: 0.5s ease;
}
.banner_block .banner a:hover{
    opacity: 0.8;
}