body {
  font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
    letter-spacing: 1px;
    color: #888;
}

a {
    /* color: #28166f; */
    color: #888;
    text-decoration: none;
}

a:hover {
    color: #28166f;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ol,
ul {
    list-style: none;
}

#page {
    position: relative;
    margin: 0 auto;
    width: 100%;
    /* min-width: 300px; */
}


/***
====================================================================
	Main Slider style
====================================================================
***/

.main-slider {
    position: relative;
    z-index: 10;
    /* padding-top: 80px; */
}

.tp-dottedoverlay {
    background-color: rgba(0, 143, 254, 0) !important;
    z-index: 2;
}

.main-slider .tp-caption {
    z-index: 5;
}

.main-slider .text {
    font-weight: 400;
    line-height: 1.8em;
    color: #00428e;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.main-slider h2 {
    font-size: 72px;
    color: #ccc9c8;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 2px;
}

.main-slider h2.ban-2 {
    text-align: center;
    color: #ffffff;
}

.main-slider .btn-style-one,
.main-slider .btn-style-two {
    border-width: 2px !important;
}

.main-slider .tp-bullets.preview3 .bullet {
    background: none !important;
    width: 10px !important;
    height: 10px !important;
    border: 2px solid #009d42!important;
    border-radius: 50%!important;
    margin: 0px 7px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected {
    background: #009d42 !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
    background: none !important;
    width: 54px !important;
    overflow: hidden;
    margin-top: 0px !important;
    height: 54px !important;
}

.main-slider .tparrows.preview3::after {
    top: 0px;
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
    font-size: 22px;
    height: 54px !important;
    line-height: 52px;
    width: 50px !important;
    border: 2px solid #ffffff;
    padding: 0px;
    border-radius: 2px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
    content: '\f104';
    font-family: 'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
    content: '\f105';
    font-family: 'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow {
    left: 30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
    right: 30px !important;
}

.main-slider .tparrows.preview3:hover::after {
    background: #28166f;
    border-color: #28166f;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.main-slider .tp-bannertimer {
    display: none !important;
}

.section-padding {
    position: relative;
    padding: 30px 0;
}

.tit {
    position: relative;
    margin-bottom: 48px;
}

.tit h2 {
    font-size: 40px;
    color: #333;
    line-height: 1.5em;
}

.tit h4 {
    font-size: 12px;
    letter-spacing: 2px;
    color: #28166f;
    line-height: 1em;
}

.sec-tit {
    font-size: 20px;
    color: #28166f;
    line-height: 1.8em;
    font-weight: 700;
}

.tit .text {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1.75em;
    text-align: center;
    margin-top: 16px;
}

.btn-arrow {
    width: 72px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.btn-more {
    font-size: 1rem;
    color: #fff;
    font-weight: normal;
    background: #28166f;
    padding: 12px 48px;
    margin: 48px auto 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.btn-more:hover,
.btn-more:focus {
    color: #fff;
    background: #28166f;
}

.btn-contact {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    background: none;
    border: 1px solid #fff;
    padding: 32px 96px;
    margin: 48px 30px 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    text-transform: uppercase;
}

.btn-contact:hover,
.btn-contact:focus {
    color: #fff;
    background: #28166f;
    border: 1px solid #28166f;
}

.idx-pro {
    background: url(../image/idx_bg_01.jpg) center top no-repeat;
}

.idx-new-pro {
    position: relative;
    background: #fff;
    height: 320px;
    padding: 16px;
    border: 1px solid #eee;
    border-left: 0;
}

.idx-pro-tit {
    position: absolute;
    left: 16px;
    top: 0px;
    padding: 16px;
    z-index: 1
}

.idx-pro-img {
    width: 280px;
    height: auto;
    position: absolute;
    right: 16px;
    bottom: 16px;
    transform: scale(1, 1);
    transition: .3s;
}

.idx-new-pro:hover .idx-pro-img {
    transform: scale(1.1, 1.1);
    transition: .3s;
}

.idx-sol {
    background: #f2f2f2;
}

.idx-news {
    background: url(../image/idx_bg_02.jpg) left top repeat-y;
    background-size: 100%;
}

.idx-news-box1 {
    margin-bottom: 60px;
}

.idx-news-box1 .img {
    height: 400px;
    overflow: hidden;
}

.more {
    margin-top: 16px;
    text-align: right;
}

.idx-news-box1 .date {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    margin: 60px 0 16px;
}

.idx-news-box2 .date {
    font-size: 0.875rem;
    font-weight: bold;
    color: #999;
    margin-bottom: 20px;
}

.idx-news-box2 .date::after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background-color: #28166f;
    margin-top: 8px;
}

.idx-news-box1 h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #28166f;
    line-height: 1.25em;
    margin-bottom: 16px;
}

.idx-news-box2 h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #111;
    line-height: 1.5em;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.idx-news-box1 p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5em;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.idx-news-box2 li {
    padding: 0 30px;
}

.idx-loc {
    background: url(../image/idx_bg_03.jpg) no-repeat;
    background-attachment: fixed;
}


/*** Scroll To Top style ***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 48px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
    border-radius: 3px;
    background: #28166f;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #28166f;
}


/*Privacy Bottom Bar*/

#privacyBottomBar {
    font-size: 14px;
    background: #28166f;
    color: #fff;
    text-align: left;
    height: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 999;
    border-top: 1px solid #ddd;
}

#privacyBottomBar .privacyBarAcceptBtn {
    float: right;
    margin-left: 30px;
    border: 1px solid white;
    color: white;
    padding: 6px 20px;
    text-decoration: none;
}

#privacyBottomBar .privacyBarAcceptBtn:hover {
    background: rgba(255, 255, 255, 0.2);
}

#privacyBottomBar.expand {
    padding: 14px 70px 14px 14px;
    height: auto;
}

#privacyBottomBar a {
    color: #fff;
    text-decoration: underline;
}

#privacyBottomBar a:hover {
    color: rgba(255, 255, 255, .8);
}

#privacyBottomBar label {
    cursor: pointer;
}

#privacyBottomBar .privacyBarCloseBtn {
    cursor: pointer;
    display: block;
    background: url(../../common/img/icon_close_10x10_white.png) no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    z-index: 10;
}

#privacyBottomBar .privacyBarCloseBtn:hover {
    /* opacity:0.5; */
    cursor: not-allowed;
}

#privacyBottomBar .privacyBarCloseBtn.checked {
    cursor: pointer;
}

@media screen and (max-width:767px) {
    #privacyBottomBar.expand {
        padding-right: 50px;
        padding-bottom: 60px;
    }
    #privacyBottomBar .privacyBarAcceptBtn {
        float: none;
        position: absolute;
        bottom: 14px;
        margin-left: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    /*
    .tp-banner {
        height: 479px!important;

  }
  .tp-simpleresponsive ul,.tp-simpleresponsive ul li{
    height: 479px!important;
  }
  .main-slider .tp-caption{
    top: 50%!important;
    transform: rotateY(-50%)!important;
  }
*/
    .main-slider h2.ban-2 {
        font-size: 36px!important;
        line-height: 44px!important;
    }
}