* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
ul, ol {
    list-style: none;
}
a {
    background: transparent;
}
img {
    border: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
}
.banner {
    width: 100%;
    margin-top: 150px;
}
.banner-ul {

}
.banner-li {
    display: none;
}
.banner-li:first-child {
    display: block;
}
.banner-li a {
    display: block;
    height: 397px;
    background-size:auto;
    background-position: center;
    background-repeat: no-repeat;
}
.banner .owl-theme .owl-controls{
    margin-top:0;
    left:0;
    margin-bottom: 0;
}
.banner .owl-theme .owl-controls .owl-buttons{
    opacity:1;
}
.banner .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    margin: -33px 0 0 0;
    width: 67px;
    height: 67px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    background-color: transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.banner .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left:5%;
    background:url(../images/inleft.png) no-repeat left center;
}
.banner .owl-theme .owl-controls .owl-buttons div.owl-next {
    right:5%;
    background:url(../images/inright.png) no-repeat right center;
}
.banner .owl-theme .owl-controls .owl-page span {
    margin:7px;
    opacity: 1;
    background-color: #fff;
    width:10px;
    height:10px;
    border-radius:25px;
}
.banner .owl-theme .owl-controls .owl-page.active span, .banner .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color:#0e459d;
    width:10px;
    height:10px;
    border-radius:25px;
}
.banner .owl-theme .owl-pagination {
    position: relative;
    margin-top: -30px;
    bottom: 0px;
    display:none;
}
@media only screen and (max-width:1280px ){
    .banner-li a {
        height:265px;
        background-size: auto 100%;
    }
}
@media only screen and (max-width:1200px ){
    .banner-li a {
        height:248px;
        background-size: auto 100%;
    }
}
@media only screen and (max-width:1024px ) {
    .banner-li a {
        height: 212px;
        background-size: auto 100%;
    }
}
@media only screen and (max-width:992px ) {
    .banner-li a {
        height: 205px;
        background-size: auto 100%;
    }
}
@media only screen and (max-width:768px ) {
    .banner-li a {
        height: 159px;
        background-size: auto 100%;
    }
}
@media only screen and (max-width:414px ) {
    .banner-li a {
        height: 159px;
        background-size: auto 100%;
    }
}
@media only screen and (max-width:375px ) {
    .banner-li a {
        height: 159px;
        background-size: auto 100%;
    }
}
@media only screen and (max-width:320px ) {
    .banner-li a {
        height: 159px;
        background-size: auto 100%;
    }
}





.inner_banner {
    width:100%;
    position: relative;
}
.banner-uls {
}
.banner-lis {
    display: none;
}
.banner-lis:first-child {
    display: block;
}
.banner-lis a {
    display: block;
    height: 397px;
    background-size:auto;
    background-position: center;
    background-repeat: no-repeat;
}
.inner_banner .owl-theme .owl-controls{
    margin-top:0;
    left:0;
    margin-bottom: 0;
}
.inner_banner .owl-theme .owl-controls .owl-buttons{
    opacity:1;
}
.inner_banner .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    margin: -33px 0 0 0;
    width: 67px;
    height: 67px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    background-color: transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.inner_banner .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left:5%;
    background:url(../images/inleft.png) no-repeat left center;
}
.inner_banner .owl-theme .owl-controls .owl-buttons div.owl-next {
    right:5%;
    background:url(../images/inright.png) no-repeat right center;
}
.inner_banner .owl-theme .owl-controls .owl-page span {
    margin:7px;
    opacity: 1;
    background-color:#fff;
    width:10px;
    height:10px;
    border-radius:25px;
}
.inner_banner .owl-theme .owl-controls .owl-page.active span, .banner .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color:#0e459d;
    width:10px;
    height:10px;
    border-radius:25px;
}
.inner_banner .owl-theme .owl-pagination {
    position: relative;
    margin-top: -30px;
    bottom: 0px;
    display:none;
}
@media only screen and (max-width:1280px ){
    .banner-lis a {
        height:265px;
        background-size: auto 100%;
    }
}
@media only screen and (max-width:1200px ){
    .banner-lis a {
        height:248px;
        background-size: auto 100%;
    }
}
@media only screen and (max-width:1024px ) {
    .banner-lis a {
        height: 212px;
        background-size: auto 100%;
    }
}
@media only screen and (max-width:992px ) {
    .banner-lis a {
        height: 205px;
        background-size: auto 100%;
    }
}
@media only screen and (max-width:768px ) {
    .banner-lis a {
        height: 159px;
        background-size: auto 100%;
    }
}
@media only screen and (max-width:414px ) {
    .banner-lis a {
        height: 159px;
        background-size: auto 100%;
    }
}
@media only screen and (max-width:375px ) {
    .banner-lis a {
        height: 159px;
        background-size: auto 100%;
    }
}
@media only screen and (max-width:320px ) {
    .banner-lis a {
        height: 159px;
        background-size: auto 100%;
    }
}



