@media only screen and (max-width: 768px){
.page-wrapper section {top:55px;padding-top:0px;}
}
.main-menu .navigation > li > a {
    font-weight: 300;
}
.header-style-two .nav-outer .outer-box {
    margin-left: 15px;
    margin-top: 14px;
}
.header-style-two {
    padding-top: 6px;
}
.main-header .sticky-header .main-menu .navigation > li {
    padding: 16px 0px 10px;
	margin-left: 40px;
}
.main-menu .navigation > li {
    margin-left: 40px;
}
.ct_baojia {
    background: rgb(249 249 249);
    width: 100%;
    padding: 30px 0px 45px;
}
.ct_baojia_tc {
    color: #000;
    padding: 12px;
    font-size: 20px;
    text-align: center;
}
.ct_baojia_tc_b {
    font-size: 28px;
    font-weight: bold;
    color: rgb(209, 170, 118);
    vertical-align: middle;
}
.ct_baojia_tc_dib {
    vertical-align: middle;
}
.ct_baojia_con {
    height: 44px;
    padding: 0 56px;
}
.ct_baojia_con_form {
    width: 85%;
    height: 44px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dedede;
    float: left;
}
.ct_baojia_con_div {
    float: left;
    padding: 0!important;
}
.ct_baojia_con_dimg {
    float: left;
    padding-top: 8px;
    padding-left: 20px;
    box-sizing: border-box;
    align-items: center;
}
.ct_baojia_con_img {
    width: 24px;
    vertical-align: bottom;
}
.ct_baojia_con_num {
    font-size: 16px;
    padding-left: 10px;
    color: #666;
}
.ct_baojia_con_button {
    width: 14%;
    line-height: 44px;
    background: #d5ac63;
    border-radius: 4px;
    font-size: 18px;
    border: none;
    float: right;
}
.ct_baojia_con_js {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.ct_baojia_con_input {
    width: 100%;
    height: 24px;
    line-height: 24px;
    background-color: transparent;
    border: none;outline: none;
    padding: 0 20px;
    margin: 10px 0;
    border-right: 1px solid #dedede;
}

.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: none;
    position: relative;
    z-index: 1;
}
.parallax-box.slider-box img {
    opacity: 1;
}
.parallax-box.slider-box {
    z-index: 3;
}
.single-slider .item {
    position: relative;
}
.parallax-box {
    position: relative;
    left: 0%;
    z-index: -1;
    float: left;
    width: 100%;
}
.fullwidth-slider-holder, .single-slider-holder {
    float: left;
    width: 100%;
    position: relative;
}
.single-slider-holder {
    margin-bottom: 0px;
}
.customNavigation a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.31);
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    z-index: 20;
}
.customNavigation a.next-slide {
    right: 50px;
}
.customNavigation.ssn a.next-slide {
    right: 10px;
}
.customNavigation a:hover {
    opacity: 1;
}
.customNavigation.ssn a.prev-slide {
    left: 10px;
}
.customNavigation a i {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.customNavigation a:hover i {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
}
@media only screen and (max-width: 1140px){
.parallax-box {
    position: relative;
    left: 0;
    padding-top: 80px;
}
@media only screen and (max-width: 868px){
.parallax-box {
    position: relative;
    left: 0;
    padding-top: 150px;
}
@media only screen and (max-width: 768px){
.parallax-box {
    position: relative;
    left: 0;
    padding-top: 0px;
}
.parallax-box img {
    opacity: 1;
}
}