.bx-wrapper {
    -moz-box-shadow: 0 0 0 #ccc;
    -webkit-box-shadow: 0 0 0 #ccc;
    box-shadow: 0 0 0 #ccc;
    border: 0px solid #fff;
    background: #fff;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
    width:100%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #bbb;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #0c57b1;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-prev {
    left: 0px;
    background: url(../images/top/leftarrow.jpg) no-repeat 0 0;
}
.bx-wrapper .bx-next {
    right: -2px;
    background: url(../images/top/rightarrow.jpg) no-repeat 0 0;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}
.slider_sp img {width:100%;height:auto;}

section.inner {padding-top:70px;}
section h2 {font-size:26px;text-align:center;}
section .link {text-align:center;margin-bottom:90px;}
#news {padding:45px 0;}
#news li {font-size:17px;margin-bottom:20px;display:flex;justify-content:start;align-items: start;}
#news li span {display:inline-block;margin-right:15px;}
#news li .cate {width:130px;text-align:center;color:#fff;padding:2px 0;}
#news li .cate1 {background:#155aae;}
#news li .cate2 {background:#5aacc9;}
#news li .cate3 {background:#74ad3c;}
#news li .cate4 {background:#b086da;}
#news li .cate5 {background:#f4a20b;}
section.solution {background:url(../images/top/bg.jpg) no-repeat center top;}
section.solution div.inner {text-align:left;font-size:16px;color:#fff;line-height:2;max-width:740px;padding-top:35px;}
section.solution div.inner h2 {font-size:28px;border-bottom:1px #fff solid;text-align:left;margin-bottom:10px;}
section.solution ul {padding:70px 30px 20px 30px;display:flex;justify-content:space-between;text-align:center;}
section.solution ul li {width:32%;line-height:2;}
.topics ul {padding:50px 0 20px 0;display:flex;justify-content:space-between;text-align:center;}
.topics ul2 {padding:0px 0 20px 0;display:flex;justify-content:center;text-align:center;}
.topics ul li {width:32%;}


@media screen and (max-width: 768px) {
section.inner {padding-top:30px;}
#news {padding:20px 0;}
#news li {font-size:15px;margin-bottom:10px;flex-wrap:wrap;}
#news li .cate {width:45%;}
#news li a {display:block;padding-top:5px;}
section .link {max-width:90%;margin:0 auto 30px auto;}
section.solution {background:url(../images/top/bg_sp.jpg) no-repeat center top;background-size:cover;}
section.solution div.inner {font-size:13px;color:#fff;line-height:1.6;max-width:100%;}
section.solution div.inner h2 {font-size:23px;border-bottom:0px #fff solid;text-align:center;margin-bottom:30px;}
section.solution ul {padding:30px 20px 10px 20px;display:block;}
section.solution ul li {width:100%;margin-bottom:10px;}
.topics ul {padding:30px 0 0;display:block;}
.topics ul2 {padding:0 0 30px;display:block;}
.topics ul li {width:100%;margin-bottom:12px;}
}

