@charset "UTF-8";
/* reset css start */
/* @font-face {
    font-family: AdobeHei;
    src: url(../fonts/zkwyt.eot);
    src: url(../fonts/zkwyt.otf),
    url(../fonts/zkwyt.woff) format('woff'),
    url(../fonts/zkwyt.ttf) format('truetype'),
    url(../fonts/zkwyt.svg) format('svg');
    font-weight: 400;  font-style: normal  }
    
@font-face {   
  font-family: alibaba;   字体名称 
    src: url(../font/Alibaba-PuHuiTi-Bold.eot),    
    url(../font/Alibaba-PuHuiTi-Bold.woff) format('woff'),
    url(../font/Alibaba-PuHuiTi-Bold.ttf) format('truetype'),
    url(../font/Alibaba-PuHuiTi-Bold.svg) format('svg');      字体源文件
}    
@font-face {   
  font-family:SourceHanSansCN;   字体名称 
    src: url(../font/SourceHanSansCN-Medium.eot),    
    url(../font/SourceHanSansCN-Medium.woff) format('woff'),
    url(../font/SourceHanSansCN-Medium.ttf) format('truetype'),
    url(../font/SourceHanSansCN-Medium.svg) format('svg');      字体源文件
}    */
body {  
    font-family: 微软雅黑, Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;  
    overflow-x: hidden;  
}    

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

input, textarea {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    width: 100%;
    background-color: #ffffff;
}

select {
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    color: #777777;
    background-color: #ffffff;
}

textarea {
    min-height: 150px;
    resize: none;
}

span {
    display: inline-block;
}

/* reset css end */
/* global css strat */
.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-none-30 {
    margin-bottom: -30px;
}

.mb-none-50 {
    margin-bottom: -50px;
}

.pt-120 {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 90px;
    }
}

@media (max-width: 575px) {
    .pt-120 {
        padding-top: 80px;
    }
    #zxdt .container{
    	max-width:95%!important;  
    	padding:0;
   	    width: 95% !important;
    }
}

.pb-120 {
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .pb-120 {
        padding-top: 70px;
    }
}

.bg_img {
    background-size: cover;
    background-position: center;
    overflow:hidden;     
}  
/* banner图片 */  
#bannerimg{
	position:absolute; 
	width:100%;   
}
label {
    color: #555555;
}

input {
    min-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.nice-select {
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.nice-select .list {
    width: 100%;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}

.section-sub-title {
    font-size: 20px;
    /*font-family: AdobeHei;*/
    color: #4285f4;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .section-sub-title {
        font-size: 18px;
    }
}

.section-title {
    font-size: 50px;
    text-transform: capitalize;
    /* font-family: alibaba;   */
    color: #fa6501; 
    -webkit-box-reflect: below -0.3em -webkit-linear-gradient(top, transparent, transparent 50%, rgba(0, 0, 0, 0.296875))
} 
.section-title small {
    margin-left: 1.5em;
    font-size: 0.5em;
}  
#jdxw-title {
	display:none;
}
.section-title:hover{  
	cursor: pointer; 
}
@media (max-width: 767px) {
    .section-title {
        font-size: 44px;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 36px;
    }
}

.section-title-line {
    position: relative;
    display: inline-block;
    margin-top: 15px;
}

.section-title-line::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -85px;
    width: 80px;
    height: 3px;
    border-top: 1px solid #4285f4;
    border-bottom: 1px solid #4285f4;
    margin-top: -1px;
}

.section-title-line::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -85px;
    width: 80px;
    height: 3px;
    border-top: 1px solid #4285f4;
    border-bottom: 1px solid #4285f4;
    margin-top: -1px;
}

.section-header {
    margin-bottom: 50px;
    margin-top: -4px;
}

.section-header p {
    margin-top: 17px;
    font-size: 20px;
}

@media (max-width: 767px) {
    .section-header p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .section-header p {
        font-size: 16px;
    }
}

.section-header.style--two {
    margin-bottom: 30px;
    margin-top: 0;
}

.section-header.style--two .section-sub-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.section-header.style--two .section-title-line {
    padding-left: 85px;
}

.section-header.style--two .section-title-line::before {
    left: 0;
}

.section-header.style--two .section-title-line::after {
    display: none;
}

.section-bg {
    background-color: #f9f9f9;
}

.base-overlay {
    position: relative;
}

.base-overlay::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4285f4;
    opacity: 0.75;
}

.video-button {
    width: 105px;
    height: 105px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    background-color: #4285f4;
    text-align: center;
    line-height: 125px;
    animation: pulse 2000ms linear infinite;
    -webkit-animation: pulse 2000ms linear infinite;
    -moz-animation: pulse 2000ms linear infinite;
}

.video-button::before, .video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background-color: #4285f4;
    opacity: 0.15;
    z-index: -10;
}

.video-button::before {
    z-index: -10;
    animation: inner-ripple 2000ms linear infinite;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
    z-index: -10;
    animation: outer-ripple 2000ms linear infinite;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
}

.video-button i {
    margin-left: 10px;
    font-size: 36px;
}

@-webkit-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-moz-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-ms-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-ms-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.d-pagination {
    margin-top: 50px;
}
.d-pagination .pagination li input{
	min-height: 30px;   
}
.d-pagination .pagination {
    margin: -5px;
}

.d-pagination .pagination li {
    margin: 5px 5px;
}

.d-pagination .pagination li.active a {
    background-color: #4285f4;
    color: #ffffff;
}

.d-pagination .pagination li.active a:hover {
    background-color: #4285f4;
    color: #ffffff;
}

.d-pagination .pagination li a {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    color: #777777;
    font-weight: 500;
    width: 45px;
    height: 45px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 28px;
}

.d-pagination .pagination li a:hover {
    color: #4285f4;
    background-color: transparent;
    border-color: #4285f4;
}

.cmn-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cmn-list li {
    margin-top: 10px;
    width: 50%;
    padding: 0 15px;
    position: relative;
}

@media (max-width: 575px) {
    .cmn-list li {
        width: 100%;
    }
}

.cmn-list li::before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f101";
    left: 0;
    top: 0;
    color: #000000;
}

.cmn-accordion .card + .card {
    margin-top: 15px;
}

.cmn-accordion .card {
    border: none;
}

.cmn-accordion .card-header {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0 !important;
    border: 1px solid #e5e5e5;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.cmn-accordion .card-header .acc-btn {
    display: block;
    width: 100%;
    justify-content: space-between;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    text-align: left;
    padding-right: 50px;
}

.cmn-accordion .card-header .acc-btn:focus {
    outline: none;
}

/* .cmn-accordion .card-header .acc-btn.collapsed .plus-icon::after { */
/*     -webkit-transform: translate(-50%, -50%) rotate(0deg); */
/*     -ms-transform: translate(-50%, -50%) rotate(0deg); */
/*     transform: translate(-50%, -50%) rotate(0deg); */
/* } */

.cmn-accordion .card-header .acc-btn .text {
    color: #05253a;
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
}

@media (max-width: 991px) {
    .cmn-accordion .card-header .acc-btn .text {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .cmn-accordion .card-header .acc-btn .text {
        font-size: 15px;
    }
}

.cmn-accordion .card-header .acc-btn .plus-icon {
    position: absolute;
    width: 70px;
    right: 0;
    top: 0;
    height: 100%;
}

.cmn-accordion .card-header .acc-btn .plus-icon::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    background-color: #000000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cmn-accordion .card-header .acc-btn .plus-icon::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 25px;
    width: 1px;
    background-color: #000000;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cmn-accordion .card-body {
    padding: 0;
}

blockquote {
    padding: 0 50px;
}

@media (max-width: 767px) {
    blockquote {
        padding: 0 30px;
    }
}

blockquote p {
    font-size: 24px;
    font-style: italic;
    text-align: center;
    font-family: "Playfair Display", serif;
}

@media (max-width: 767px) {
    blockquote p {
        font-size: 20px;
    }
}

input:focus,
textarea:focus,
.nice-select.open {
    border-color: #4285f4;
}

.scroll-to-top {
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 5%;
    right: 5%;
    display: none;
    z-index: 99999;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    line-height: 65px;  
    background-color: #fa6401;  
}

.scroll-to-top .scroll-icon {
    font-size: 31px;
    line-height: 1;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 70%;
}

.scroll-to-top .scroll-icon:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* global css end */
/* reset css start */
body {
    font-family: 微软雅黑, Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}

img {
    max-width: 100% !important;
    height: auto !important;   
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

input, textarea {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    width: 100%;
    background-color: #ffffff;
}

select {
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    color: #777777;
    background-color: #ffffff;
}

textarea {
    min-height: 150px;
    resize: none;
}

span {
    display: inline-block;
}

/* reset css end */
h1 {
    font-size: 62px;
}

h2 {
    font-size: 50px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;  
}

@media (max-width: 767px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
}

@media (max-width: 767px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 900;  
    margin: 0;
    line-height: 1.2;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #000000;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.4;
}

p, li, span {
    font-size: 16px;  
    color:#777777;  
    line-height: 1.7;
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    /*font-family: AdobeHei;*/
    color: #777777;
}

a:hover {
    text-decoration: none;
}

/* header-section start */
.header-top {
    background-color: #4285f4;
    padding: 20px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#navbarSupportedContent{
	height: 60px; 
}
.header-top.open {
    right: 0;
}

@media (max-width: 991px) {
    .header-top {
        position: fixed;
        top: 0;
        right: -400px;
        z-index: 999;
        width: 350px;
        padding: 20px 20px;
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15);
        background-color: #4285f4;
        min-height: 100vh;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .header-top {
        width: 100%;
        right: -100%;
    }
}

.header-top .close-btn {
    display: none;
    color: #000000;
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    z-index: 9;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 991px) {
    .header-top .close-btn {
        display: block;
    }
}

.header-top .cmn-btn-border {
    margin-top: 5px !important;
}

.header-top .header-info-item {
    width: calc(100% / 3);
    float: left;
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-top: 9px;
}

@media (max-width: 991px) {
    .header-top .header-info-item {
        width: 100%;
        padding: 15px 0;
        margin-top: 0;
    }
}

.header-top .header-info-item:first-child {
    padding-left: 0;
}

.header-top .header-info-item:last-child {
    padding-right: 0;
}

.header-top .header-info-item:last-child::after, .header-top .header-info-item:last-child::before {
    display: none;
}

.header-top .header-info-item::after {
    position: absolute;
    content: '';
    top: 5px;
    right: 0;
    width: 2px;
    height: 35px;
    background-color: #0749b5;
}

@media (max-width: 991px) {
    .header-top .header-info-item::after {
        display: none;
    }
}

.header-top .header-info-item::before {
    position: absolute;
    content: '';
    top: 5px;
    right: 2px;
    width: 2px;
    height: 35px;
    background-color: #77a8fa;
}

@media (max-width: 991px) {
    .header-top .header-info-item::before {
        display: none;
    }
}

.header-top .header-info-item .icon {
    width: 48px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
}

.header-top .header-info-item .content {
    width: calc(100% - 48px);
}

.header-top .header-info-item .content .caption {
    display: block;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
}

.header-top .header-info-item .content a, .header-top .header-info-item .content p {
    color: #ffffff;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .header-section {
        margin-top:0px; 
    }
    
    
    #zxdt .sssjBox .ssNumBox.csrsrcBox .ssNumName,  
    #zxdt .sssjBox .ssNumBox .ssNumName{
    	font-size: 20px!important;    
    }  
    #zxdt .sssjBox .ssNumBox.csrsrcBox .ssNumNum,
   #zxdt .sssjBox .ssNumBox .ssNumNum{
    	font-size: 80px!important;  
    }     
    #zxdt .sssjBox{   
    	height: 300px;   
	    margin-top: 20px;
	    margin-bottom: 20px;     
    }
    #zxdt .sssjBox .jdxx-img{
    	height: 300px!important;
    }  
    .floatMain{
    	display: none;  
    }
}
.indexheader-section{
	margin-top:-60px; 
}   

.header-section .header-bottom {
    background-color:transparent;  
    height: 60px; 
    position: relative; 
    background-image: linear-gradient(to right, #0f64ff 0%, #186eef 100%);
}

.header-section .header-bottom .container{
    width: 85%!important;
    max-width: 85%!important;
}  
section .container {   
    width: 85% !important;
    max-width: 85% !important;
}
@media (max-width: 1199px) {
    .header-section .header-bottom {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    }
}

.header-section .header-bottom .header-top-open-btn {
    display: none;
    color: #000000;
    font-size: 28px;
    cursor: pointer;
    margin-left: 30px;
}

@media (max-width: 991px) {
    .header-section .header-bottom .header-top-open-btn {
        display: block;
    }
}

@media (max-width: 1199px) {
    .header-section .header-bottom .site-logo {
        padding: 0;  
    }
}

@media (max-width: 380px) {
    .header-section .header-bottom .site-logo img {
        max-width: 150px;
    }
}

@media (max-width: 1199px) {
    .header-section .header-bottom .main-menu {
        padding: 15px 0;
    }
    .navbar{
	 	width: 100%; 
	 }
	 .navbar-toggler{
	 	height: 60px; 
	 }
	 .header-section .header-bottom .main-menu{
	 	background-color: #fff;
	    height: 330px;
	    box-shadow: 0 0 5px #c3c3c3;
	    overflow-y: scroll;     
	    overflow-x: hidden;      
	 }  
	 /* .header-section .header-bottom .main-menu li a{
	 	color: #4c4c4c !important;  
	 } */
	 .header-section .header-bottom .main-menu li .sub-menu{
	 	border-radius: 0 !important; 
	 }   
	 .header-section .header-bottom .main-menu li .sub-menu li a{
	 	color: #ffffff !important;     
	 }
}

.header-section .header-bottom .main-menu li {
    position: relative;
}

.header-section .header-bottom .main-menu li.menu_has_children {
    position: relative;  
    /* border-right:5px solid transparent;  
    -moz-border-image:url(../images/yypmfg.png) 0 30 stretch;	Old Firefox
	-webkit-border-image:url(../images/yypmfg.png) 0 30 stretch;	Safari and Chrome
	-o-border-image:url(../images/yypmfg.png) 0 30 stretch;		Opera
	border-image:url(../images/yypmfg.png) 0 30 stretch; */  
	font-weight: 600;  
}     
   .header-section .header-bottom .main-menu li.menu_has_children:last-child{
   		border:none;  
   }
.header-section .header-bottom .main-menu li.menu_has_children.open .sub-menu {
    display: block;
}
@media (max-width: 768px) {  
    .header-section .header-bottom .main-menu li.menu_has_children{
   		border:none;  
   } 
}
/*@media (max-width: 1199px) {*/
    /*.header-section .header-bottom .main-menu li.menu_has_children > a {*/
        /*display: block;*/
    /*}*/
/*}*/

/*.header-section .header-bottom .main-menu li.menu_has_children > a::before {*/
    /*position: absolute;*/
    /*content: "\f107";*/
    /*font-family: 'FontAwesome';*/
    /*top: 0;*/
    /*right: 0;*/
    /*color: #000000;*/
    /*-webkit-transition: all 0.3s;*/
    /*-o-transition: all 0.3s;*/
    /*transition: all 0.3s;*/
    /*display: none;*/
/*}*/

@media (max-width: 1199px) {
    .header-section .header-bottom .main-menu li.menu_has_children > a::before {
        display: block;
        top: 9px;
    }
}

.header-section .header-bottom .main-menu li.menu_has_children:hover > a::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #4285f4;
}
.dropdown-toggle::after{
	display:none !important;
}
.header-section .header-bottom .main-menu li a {
    padding: 0 40px;      
    text-transform: capitalize;  
    /* font-family: "AdobeHei"; */
    /* font-family: "alibaba"; */
    font-size: 18px; 
    /* color: #f6470e; */
    color:#fff;  
    position: relative; 
    line-height: 60px; 
    /* transform:scale(1,1.2);缩放属性；两个参数：(水平缩放比例,垂直缩放比例)；1表示原比例
    私有缩放属性，为了兼容各浏览器；注：不兼容IE8以下浏览器
    -ms-transform:scale(1,1.2);
    -webkit-transform:scale(1,1.2);
    -moz-transform:scale(1,1.2);
    -o-transform:scale(1,1.2); */
}
@media (max-width: 1729px) { 
    .header-section .header-bottom .main-menu li a {
    	padding: 0 25px;         
    }
}
@media (max-width: 1447px) {
    .header-section .header-bottom .main-menu li a {
    	padding: 0 15px;            
    }
	.header-section .header-bottom .container{
	    width: 100%!important;
	    max-width: 100%!important;
	}   
}
@media (max-width: 1288px) {
    .header-section .header-bottom .main-menu li a {
    	padding: 0 15px;      
    }
}
.header-section .header-bottom .main-menu li{
	box-shadow: 0 0 40px #19368e96; 
	background: #fa6501;
    /* border-radius: 15px;     */  
} 
#a3020,#a261{
    display: none;
}
#a3017,#a228,#a3019{
    background: #f0c020;
}
/*.header-section .header-bottom .main-menu li:nth-child(even) {
	background: #fa6501;
}
.header-section .header-bottom .main-menu li:nth-child(odd) {
	background: #f0c020;  
}*/
.indexheaderr-section .header-bottom .main-menu li:nth-child(even){
	/* background: rgba(255,255,255,0.5); */
}      

.indexheaderr-section .header-bottom .main-menu li:nth-child(odd){
	/* background: rgba(255,255,255,0.3);  */
}

.indexheaderr-section .navbar{
	background: transparent;  
}  

@media (max-width: 1199px) {
    .header-section .header-bottom .main-menu li a {
        padding: 8px 0;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
}

.header-section .header-bottom .main-menu li a:hover{
    /* color: #ffffff;
    background-color: #f6470e;   */
    background: #9a2919;
    /* height: 70px; 
    margin-top: -10px; */      
    /* border-radius: 15px;    */
    transform: scale(1.05);          
}
.header-section .header-bottom .main-menu li a:focus {
    /* color: #ffffff;
    background-color: #f6470e;   */
    background: #9a2919;
    /* height: 70px; 
    margin-top: -10px; */      
    /* border-radius: 15px;    */
    transform: scale(1.2);      
}
.header-section .header-bottom .main-menu li .sub-menu {
    position: absolute;
    width: 240px;
    /* background-color: #ccc;   */   
    top: 60px;
    left: -20px;     
    z-index: 999; 
    /* background-color:rgba(255, 110, 63, 0.89);    */  
    padding: 10px 0;
    border-radius: 0 0 20px 20px;  
    -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a{
	background-image: linear-gradient(to bottom, #cc7a00, #cc7a00);
}
.dropdown-menu{
	background:transparent;
	border:none;
	box-shadow: none;
}
@media (max-width: 1199px) {
    .header-section .header-bottom .main-menu li .sub-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        position: static;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
    }
}

.header-section .header-bottom .main-menu li .sub-menu li a {
    padding: 8px 20px;
    display: block;
    color: #ffffff;  
    font-size: 18px; 
}

@media (max-width: 1199px) {
    .header-section .header-bottom .main-menu li .sub-menu li a {
        font-size: 16px;
    }
}

/* .header-section .header-bottom .main-menu li .sub-menu li a:hover {
    background-color: #f6470e;  
    color: #ffffff !important;      
}  */  

.header-section .header-bottom .main-menu li .sub-menu li + li {
    margin-left: 0;
}

.header-section .header-bottom .main-menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header-section .header-bottom .main-menu li + li {
    /* margin-left: 20px; */
}  

@media (max-width: 1199px) {
    .header-section .header-bottom .main-menu li + li {
        margin-left: 0;
    }
}

.header-section .header-bottom .nav-right {
    margin-left: 30px;
    position: relative;
}

@media (max-width: 1199px) {
    .header-section .header-bottom .nav-right {
        margin-left: 0;
        padding-bottom: 20px;
    }
}

.header-section .header-bottom .nav-right .header-serch-btn {
    text-align: right;
    border: none;
    background-color: transparent;
    color: #4285f4;
    cursor: pointer;
    font-size: 18px;
}

@media (max-width: 1199px) {
    .header-section .header-bottom .nav-right .header-serch-btn {
        display: none;
    }
}

.header-section .header-bottom .nav-right .header-top-search-area {
    position: absolute;
    top: 105%;
    width: 350px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .header-section .header-bottom .nav-right .header-top-search-area {
        position: static;
        opacity: 1;
        visibility: visible;
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .header-section .header-bottom .nav-right .header-top-search-area {
        width: 100%;
    }
}

.header-section .header-bottom .nav-right .header-top-search-area .header-search-form {
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.header-section .header-bottom .nav-right .header-top-search-area .header-search-form input {
    border: none;
    padding: 8px 38px 8px 15px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.header-section .header-bottom .nav-right .header-top-search-area .header-search-form .header-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 100%;
    padding: 0 12px;
    background-color: #4285f4;
    color: #ffffff;
    border-radius: 0 999px 999px 0;
    -webkit-border-radius: 0 999px 999px 0;
    -moz-border-radius: 0 999px 999px 0;
    -ms-border-radius: 0 999px 999px 0;
    -o-border-radius: 0 999px 999px 0;
}

.header-section .header-bottom .nav-right .header-top-search-area.open {
    opacity: 1;
    visibility: visible;
    top: 160%;
}

@media (max-width: 767px) {
    .navbar-collapse {
        max-height: 320px;
        overflow: auto;
    }
}

.navbar-toggler {
    padding: 0;
    border: none;
}

.navbar-toggler:focus {
    outline: none;
}


.menu-toggle {
    margin: 22px 0;
    position: relative;
    display: block;
    width: 35px;
    height: 20px;
    cursor: pointer;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #f6ce63; 
    font-size: 0;  
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.menu-toggle:before, .menu-toggle:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #f6ce63;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

span.menu-toggle:hover {
   /*  color: #000000; */
}  

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* header-section end */
/* hero-section start */
.hero-content {
    padding-top: 175px;
    padding-bottom: 354px;
}

@media (max-width: 1200px) {
    .hero-content {
        padding-top:100px; 
        padding-bottom: 100px;  
    }  
}  

@media (max-width: 768px) {   
    .hero-content {   
        padding-top:0px;
        padding-bottom: 0px;  
    }
    #zxdt {
        margin-top: 230px;
    }
}
  
.hero-content .hero-title {
    /*font-size: 100px;*/
    font-size: 75px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 0 1px #292929;
    text-transform: capitalize;
    /*  font-family:"alibaba";   */
}
.hero-content .hero-title1{
    font-size: 40px;
    text-shadow: 2px 0 1px #828282;
    padding: 10px 0;
    text-align: right; 
    color:#ffffff;  
}

@media (max-width: 1199px) {
    .hero-content .hero-title {
        font-size: 66px;
    }
    
}

@media (max-width: 991px) {
    .hero-content .hero-title {
        font-size: 55px;
    }
}

@media (max-width: 580px) {
    .hero-content .hero-title {
        font-size: 30px;    
        margin-top:20px;
    }
    .hero-content .hero-title1{  
        font-size: 22px; 
    }  
}


.hero-content p {
    /*font-size: 20px;*/
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background: #225aa2;
    padding: 10px;
    margin-top: 32px;
   /*  font-family: SourceHanSansCN;  */
}

@media (max-width: 767px) {
    .hero-content p{   
		 font-size: 16px;
		 display: -webkit-box;
		 -webkit-box-orient: vertical;
		 -webkit-line-clamp: 3;
		 overflow: hidden;
		 height: 97px;    
	}
}

.hero-setion.style--two .hero-content {
    padding-top: 278px;
    padding-bottom: 300px;
}

@media (max-width: 991px) {
    .hero-setion.style--two .hero-content {
        padding-top: 180px;
        padding-bottom: 190px;
    }
}

.hero-setion.style--two .hero-content .hero-title {
    text-align: center;
}

.hero-setion.style--two .hero-content p {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hero-setion.style--two .ship-search-form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.hero-setion.style--two .ship-search-form .custom-input-field, .hero-setion.style--two .ship-search-form .nice-select {
    width: calc((100% - 170px) / 3);
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    line-height: 65px;
    background-color: rgba(23, 68, 122, 0.341);
    height: 65px;
}

.hero-setion.style--two .ship-search-form .custom-input-field:focus, .hero-setion.style--two .ship-search-form .nice-select:focus {
    border-color: #4285f4;
}

@media (max-width: 991px) {
    .hero-setion.style--two .ship-search-form .custom-input-field {
        width: 100%;
        margin-bottom: 15px;
    }
}

.hero-setion.style--two .ship-search-form .nice-select {
    border: 3px solid rgba(255, 255, 255, 0.341);
    color: #ffffff;
}

@media (max-width: 991px) {
    .hero-setion.style--two .ship-search-form .nice-select {
        width: calc((100% - 180px) / 2);
    }
}

@media (max-width: 767px) {
    .hero-setion.style--two .ship-search-form .nice-select {
        width: calc((100% - 15px) / 2);
    }
}

@media (max-width: 480px) {
    .hero-setion.style--two .ship-search-form .nice-select {
        width: 100%;
        margin-bottom: 15px;
    }
}

.hero-setion.style--two .ship-search-form .nice-select::after {
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
}

.hero-setion.style--two .ship-search-form .nice-select span.current {
    color: #ffffff;
}

.hero-setion.style--two .ship-search-form input {
    height: 65px;
    padding-right: 40px;
    background-color: rgba(23, 68, 122, 0.341);
    border: 3px solid rgba(255, 255, 255, 0.341);
    color: #ffffff;
}

.hero-setion.style--two .ship-search-form input::-webkit-input-placeholder {
    color: #ffffff;
}

.hero-setion.style--two .ship-search-form input::-moz-placeholder {
    color: #ffffff;
}

.hero-setion.style--two .ship-search-form input:-ms-input-placeholder {
    color: #ffffff;
}

.hero-setion.style--two .ship-search-form input:-moz-placeholder {
    color: #ffffff;
}

.hero-setion.style--two .ship-search-form input:focus {
    border-color: #4285f4;
}

.hero-setion.style--two .ship-search-form .custom-input-field {
    position: relative;
}

.hero-setion.style--two .ship-search-form .custom-input-field i {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #ffffff;
    font-size: 18px;
}

.hero-setion.style--two .ship-search-form .ship-search-btn {
    width: 150px;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #4285f4;
    border: 3px solid rgba(255, 255, 255, 0.341);
}



@media (max-width: 480px) {
    .hero-setion.style--two .ship-search-form .ship-search-btn {
        margin-top: 0;
    }
}

/* hero-section end */
/* inner-page-hero-section css start */
.inner-page-hero-section {
    height: 280px;
    padding: 40px;  
}

@media (max-width: 991px) {
    /* .inner-page-hero-section {
	    padding-top: 150px;
	    background-repeat: no-repeat;
	    background-position: -1200px 0px;
	    background-size: 256% auto;
    } */
}
@media (max-width: 767px) {
    .hero-setion.style--two .ship-search-form .ship-search-btn {
        width: 100%;
        margin-top: 15px;
        min-height: 70px;
    }
   .inner-page-hero-section {
    	height: 200px; 
    	padding: 30px;
	    background-repeat: no-repeat;
	    background-position: -600px 0px;
	    background-size: 256% auto; 
    }
}
.inner-page-hero-section::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background-color: #ffffff;
}
@media (max-width: 575px) {
    .inner-page-hero-section::before {
        bottom: -1px;
    }
}  
@media (max-width: 400px) {
    /* .inner-page-hero-section {
	    padding-top: 150px;
	    background-repeat: no-repeat;
	    background-position: -490px 0px !important;
	    background-size: 256% auto;
    } */
}
.inner-page-hero-section .container{
    background-color: rgba(255,255,255,0.8);
    height:100%; 
    box-shadow: 0px 0px 7.92px 1.08px rgba(164, 164, 164, 0.19);
}
.inner-page-hero-section .content-wrapper {
	padding-top: 55px;
	/* margin-top: 20px;
    padding: 20px 5px;  */
   /*  margin-bottom: -115px; */
   /*  background-image: url(../images/titlebg.png);
    background-repeat: no-repeat;  
    background-size: 100%;  
    background-position:center;  */  
} 
@media (max-width: 767px) {
    .inner-page-hero-section .content-wrapper {
		padding-top: 30px; 
	} 
}
@media (max-width: 991px) {
    /* .inner-page-hero-section .content-wrapper {
        padding: 40px 30px;
        margin-bottom: -100px;
    } */
}
.page-title {
    text-align: center;
    font-size: 2.2em; 
}

/*@media (max-width: 575px) {*/
    /*.page-title {*/
        /*font-size: 1.7em;*/
    /*}*/
/*}*/ 

/* @media (max-width: 991px) {
    .page-title {
        font-size: 56px;
    }
}

@media (max-width: 575px) {
    .page-title {
        font-size: 30px;
    }
}
 */
.page-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.page-list li {
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 25px;
    position: relative;
    color: #d81b24; 
}  

@media (max-width: 575px) {
    .page-list li {
        font-size: 16px;
    }
}

.page-list li:last-child {
    padding-right: 0;
}

.page-list li:last-child::after {
    display: none;
}

.page-list li::after {
    position: absolute;
    content: '/';
    top: 0;
    right: 0;
    color: #777777;
}

.page-list li a {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .page-list li a {
        font-size: 16px;
    }
}

/* inner-page-hero-section css end */
/* search-area css start */
.search-area {
    margin-top: -130px;
}

.search-area .search-wrapper {
    background-color: #ffffff;
    padding: 100px 30px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media (max-width: 991px) {
    .search-area .search-wrapper {
        padding: 75px 30px;
    }
}

.search-area .search-wrapper .ship-search-form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-area .search-wrapper .ship-search-form .custom-input-field, .search-area .search-wrapper .ship-search-form .nice-select {
    width: calc((100% - 190px) / 3);
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    line-height: 63px;
}

.search-area .search-wrapper .ship-search-form .custom-input-field:focus, .search-area .search-wrapper .ship-search-form .nice-select:focus {
    border-color: #4285f4;
}

@media (max-width: 991px) {
    .search-area .search-wrapper .ship-search-form .custom-input-field {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .search-area .search-wrapper .ship-search-form .nice-select {
        width: calc((100% - 180px) / 2);
    }
}

@media (max-width: 767px) {
    .search-area .search-wrapper .ship-search-form .nice-select {
        width: calc((100% - 15px) / 2);
    }
}

@media (max-width: 480px) {
    .search-area .search-wrapper .ship-search-form .nice-select {
        width: 100%;
        margin-bottom: 15px;
    }
}

.search-area .search-wrapper .ship-search-form input {
    height: 65px;
    padding-right: 40px;
}

.search-area .search-wrapper .ship-search-form input:focus {
    border-color: #4285f4;
}

.search-area .search-wrapper .ship-search-form .custom-input-field {
    position: relative;
}

.search-area .search-wrapper .ship-search-form .custom-input-field i {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #4285f4;
    font-size: 18px;
}

.search-area .search-wrapper .ship-search-form .ship-search-btn {
    width: 150px;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #4285f4;
}

@media (max-width: 767px) {
    .search-area .search-wrapper .ship-search-form .ship-search-btn {
        width: 100%;
        margin-top: 15px;
        min-height: 70px;
    }
}

@media (max-width: 480px) {
    .search-area .search-wrapper .ship-search-form .ship-search-btn {
        margin-top: 0;
    }
}

/* search-area css end */
/* about-section css start */
.about-thumb {
    padding-right: 25px;
}

@media (max-width: 991px) {
    .about-thumb {
        margin-bottom: 45px;
        padding-right: 0;
    }
}

.about-thumb img {
    width: 100%;
}

.about-thumb .thumb-one, .about-thumb .thumb-two {
    background-color: #ffffff;
    padding: 25px;
    box-shadow: 0px 0px 25.23px 3.77px rgba(164, 164, 164, 0.13);
}

.about-thumb .thumb-one img, .about-thumb .thumb-two img {
    width: 100%;
}

.about-thumb .thumb-one {
    margin-right: 75px;
}

.about-thumb .thumb-two {
    margin-left: 70px;
    margin-top: -48%;
    position: relative;
}

.about-content p {
    margin-top: 20px;
}

.about-content .btn-area {
    margin-top: 30px;
}

.about-item {
    margin-top: -8px;
}

.about-item.mb-30 {
    margin-bottom: 22px;
}

.about-item i {
    font-size: 44px;
    color: #4285f4;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    padding-left: 10px;
}

.about-item i::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background-color: #4285f4;
    opacity: 0.12;
    z-index: -10;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about-item .title {
    text-transform: capitalize;
    font-size: 24px;
    margin-top: 8px;
}

.about-item p {
    margin-top: 15px;
}

/* about-section css end */
/* crew-details-section css start */
.crew-details-section .crew-single .thumb {
    max-height: 370px;
}

.single-block .title {
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.single-block p + p {
    margin-top: 15px;
}

.single-block + .single-block {
    margin-top: 40px;
}

.crew-single-details .about-details-list {
    margin-top: 15px;
}

.crew-single-details .about-details-list li {
    font-size: 18px;
}

.crew-single-details .about-details-list li .caption {
    font-weight: 500;
}

.crew-single-details .crew-single-form {
    margin-top: 30px;
}

/* crew-details-section css end */
/* counter-section css start */
.counter-section {
    padding-top: 61px;
    padding-bottom: 65px;
}

@media (max-width: 991px) {
    .counter-section {
        padding-top: 51px;
        padding-bottom: 55px;
    }
}

.counter-section.pt-120 {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .counter-section.pt-120 {
        padding-top: 90px;
    }
}

@media (max-width: 575px) {
    .counter-section.pt-120 {
        padding-top: 80px;
    }
}

.counter-section.pb-120 {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .counter-section.pb-120 {
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .counter-section.pb-120 {
        padding-bottom: 80px;
    }
}

.counter-item {
    text-align: center;
}

.counter-item span {
    font-size: 60px;
    font-family: "Playfair Display", serif;
    color: #ffffff;
    line-height: 1.2;
}

@media (max-width: 575px) {
    .counter-item span {
        font-size: 48px;
    }
}

.counter-item p {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    margin-top: 15px;
}

@media (max-width: 1199px) {
    .counter-item p {
        font-size: 16px;
    }
}

.counter-item.style--two {
    text-align: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 50px;
}

.counter-item.style--two img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 575px) {
    .counter-item.style--two img {
        left: 21%;
        width: 57%;
    }
}

@media (max-width: 400px) {
    .counter-item.style--two img {
        left: 6%;
        width: 85%;
    }
}

.counter-item.style--two .counter {
    font-size: 120px;
    font-family: "Playfair Display", serif;
    color: #000000;
}

@media (max-width: 1199px) {
    .counter-item.style--two .counter {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    .counter-item.style--two .counter {
        font-size: 70px;
    }
}

.counter-item.style--two .caption {
    font-size: 30px;
    margin-top: 5px;
}

@media (max-width: 1199px) {
    .counter-item.style--two .caption {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .counter-item.style--two .caption {
        font-size: 18px;
    }
}

/* counter-section css end */
/* destination-section css start */
.destination-item {
    box-shadow: 0px 0px 71px 8px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.destination-item:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.06);
}

.destination-item .thumb {
    max-height: 280px;     
    overflow: hidden;
}

.destination-item .thumb img {
    width: 100%;
}

.destination-item .content {
    background-color: #ffffff;
    padding: 20px 20px;
}

.destination-item .content .place-name i {
    color: #4285f4;
    margin-right: 6px;
}
.place-name a{
      /*  font-family: "SourceHanSansCN";    */ 
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    width: 100%;
    display: block;
    white-space: nowrap;
    /* -webkit-line-clamp: 2; */
    line-clamp: 2;
    /* -webkit-box-orient: vertical;  */    
    
}
.place-name a:hover{  
	color:#f6470e;  
}
@media (max-width: 767px) {
    .destination-item .content .place-name a {
        font-size: 20px;
    }
}

.destination-item .content .info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.destination-item .content .info span {
    font-size: 14px;
    font-weight: 500;
}

/*.destination-item .content .info .date::before {*/
    /*font-family: 'FontAwesome';*/
    /*content: "\f017";*/
    /*color: #4285f4;*/
    /*opacity: 0.5;*/
    /*margin-right: 3px;*/
/*}*/

.destination-item .content .info .price {
    padding: 1px 14px;
    background-color: #4285f4;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.destination-item .content .info .price.color-one {
    background-color: #4285f4;
}

.destination-item .content .info .price.color-two {
    background-color: #ef4676;
}

.destination-item .content .info .price.color-three {
    background-color: #e67e22;
}

.destination-item .content .info .price.color-four {
    background-color: #1abc9c;
}

.destination-single {
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.destination-single:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.destination-single:nth-of-type(odd) .thumb {
    order: -1;
}

.destination-single:nth-of-type(even) .content {
    order: -2;
}

@media (max-width: 575px) {
    .destination-single:nth-of-type(even) .content {
        order: 1;
    }
}

.destination-single .thumb {
    min-height: 250px;
    width: 45%;
}

@media (max-width: 575px) {
    .destination-single .thumb {
        width: 100%;
    	min-height: auto; 
    } 
}

.destination-single .content {
    padding: 40px 25px;
    background-color: #f4fbff;
    width: 55%;
}

@media (max-width: 575px) {
    .destination-single .content {
        width: 100%;
    }
}

.destination-single .content .destination-name {
    text-transform: capitalize;
}
.destination-name a{
    font-weight: bold;
}
.destination-single .content .date {
    color: #555555;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.destination-single .content .date i {
    color: #4285f4;
    margin-right: 3px;
}

.destination-single .content p {
    margin-top: 15px;
 /*    font-family: SourceHanSansCN;  */
}

.destination-single .content .text-btn {
    text-transform: capitalize;
    font-size: 14px;
    color: #f6470e;
    margin-top: 15px;  
}

/* destination-section css end */
/* booking-section css start */
.booking-section {
    position: relative;
    overflow: hidden;
}

.booking-section .booking-section-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    clip-path: polygon(0 0, 41% 0, 71% 100%, 0% 100%);
    background-size: cover;
    background-position: 0% 50%;
}

@media (max-width: 991px) {
    .booking-section .booking-section-shape {
        display: none;
    }
}

.booking-section .booking-section-shape::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4285f4;
    opacity: 0.75;
}

.booking-thumb {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 25.23px 3.77px rgba(164, 164, 164, 0.13);
    position: relative;
    float: right;
    width: 150%;
    margin-top: 120px;
    margin-right: 30px;
    margin-bottom: 120px;
}

@media (max-width: 991px) {
    .booking-thumb {
        float: none;
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        border: 1px solid #00000010;
        margin-bottom: 45px;
    }
}

.booking-thumb::before {
    position: absolute;
    content: '';
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: #4285f4;
    opacity: 0.35;
}

.booking-thumb img {
    width: 100%;
}

.booking-thumb .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -52px;
    margin-top: -52px;
}

@media (max-width: 575px) {
    .booking-thumb .video-button i {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .booking-thumb .video-button {
        width: 75px;
        height: 75px;
        margin-top: -37px;
        margin-left: -37px;
        line-height: 87px;
    }
}

.packages-details-area {
    background-color: #f4fbff;
    padding: 30px 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .packages-details-area {
        margin-top: 50px;
    }
}

.packages-details-area .packages-details .thumb {
    position: relative;
}

.packages-details-area .packages-details .thumb img {
    width: 100%;
}

.packages-details-area .packages-details .thumb .price {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 3px 30px;
    background-color: #4285f4;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.packages-details-area .packages-details .content {
    margin-top: 30px;
}

.packages-details-area .packages-details .content .package-name {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.packages-details-area .packages-details .content p + p {
    margin-top: 15px;
}

.packages-details-area .nav-tabs {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    justify-content: space-between;
}

.packages-details-area .nav-tabs li {
    width: calc((100% / 4) - 5px);
    overflow: hidden;
}

.packages-details-area .nav-tabs li a {
    display: block;
    padding: 0;
    border: none !important;
    position: relative;
}

.packages-details-area .nav-tabs li a.active::after {
    opacity: 0.7;
}

.packages-details-area .nav-tabs li a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4285f4;
    opacity: 0;
}

.booking-form .cmn-btn-border {
    margin-top: 15px;
}

.booking-form .form-group {
    margin-bottom: 25px;
}

/* booking-section css end */
/* crew-section css start */
.crew-single:not(.style--two):hover .thumb::before {
    opacity: 0.75;
}

.crew-single:not(.style--two):hover .thumb .plus-icon::after {
    width: 100%;
    transition-delay: 0.5s;
}

.crew-single:not(.style--two):hover .thumb .plus-icon::before {
    height: 100%;
    transition-delay: 0.3s;
}

.crew-single:not(.style--two):hover .content {
    border-color: #4285f4;
}

.crew-single:not(.style--two):hover .content::before {
    background-color: #4285f4;
}

.crew-single.style--two {
    margin-bottom: 23px;
}

.crew-single.style--two:hover .thumb {
    background-image: url(../images/crew/shape2.png);
}

.crew-single.style--two .thumb {
    background-image: url(../images/crew/shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    padding: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.crew-single.style--two .thumb img {
    height: auto;
}

.crew-single.style--two .thumb .thumb-inner {
    width: 140px;
    height: 140px;
    background-color: #4285f4;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 76px 0 70px 3px;
}

.crew-single.style--two .content {
    padding-bottom: 0;
    border-bottom: none;
}

.crew-single.style--two .content::before {
    display: none;
}

.crew-single .thumb {
    padding: 20px 20px 0 20px;
    background-color: #f2f2f2;
    max-height: 450px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.crew-single .thumb::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4285f4;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.crew-single .thumb .plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    margin-top: -55px;
    margin-left: -55px;
    background-color: transparent;
    z-index: 9;
}

.crew-single .thumb .plus-icon::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.crew-single .thumb .plus-icon::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 4px;
    height: 0%;
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.crew-single .thumb img {
    height: 435px;
    object-fit: cover;
    -o-object-position: center;
}

.crew-single .content {
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.crew-single .content::before {
    position: absolute;
    content: '';
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.crew-single .content .name {
    text-transform: capitalize;
}

.crew-single .content .designation {
    color: #4285f4;
    text-transform: capitalize;
}

.crew-single .content .social-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.crew-single .content .social-links li {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

/* crew-section css end */
/* testimonial-section css start */
.testmonial-single:hover .clinet-message {
    border-color: #2464a1;
}

.testmonial-single:hover .clinet-message::after {
    border-color: #4285f4 transparent transparent transparent;
}

.testmonial-single:hover .clinet-message::before {
    color: #4285f4;
}

/* .testmonial-single .clinet-message { */
/*     padding: 20px; */
/*     border: 5px solid #2464a1b8; */
/*     border-radius: 10px; */
/*     text-align: center; */
/*     min-height: 120px; */
/*     position: relative; */
/*     -webkit-transition: all 0.3s; */
/*     -o-transition: all 0.3s; */
/*     display: -webkit-box; */
/*     text-overflow: ellipsis; */
/*     overflow: hidden; */
/*     line-height: 25px; */
/*     -webkit-line-clamp: 3; */
/*     -webkit-box-orient: vertical; */
/*     transition: all 0.3s; */
/* } */
.testmonial-single:hover .clinet-message{
	border-color: #00a1e9;
	cursor: pointer;  
} 
.testmonial-single:hover .clinet-message p{
	color:#1a4981;   
} 
   
/*.testmonial-single .clinet-message::after {*/
    /*position: absolute;*/
    /*content: '';*/
    /*bottom: -20px;*/
    /*left: 50px;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-width: 10px 10px 10px 10px;*/
    /*border-color: #c2c2c2 transparent transparent transparent;*/
    /*border-style: solid;*/
    /*-webkit-transition: all 0.3s;*/
    /*-o-transition: all 0.3s;*/
    /*transition: all 0.3s;*/
/*}*/

/*.testmonial-single .clinet-message::before {*/
    /*position: absolute;*/
    /*font-family: 'Flaticon';*/
    /*content: "\f106";*/
    /*bottom: 20px;*/
    /*right: 45px;*/
    /*color: #e5e5e5;*/
    /*font-size: 32px;*/
    /*-webkit-transition: all 0.3s;*/
    /*-o-transition: all 0.3s;*/
    /*transition: all 0.3s;*/
/*}*/

.testmonial-single .client-details {
    margin-top: 30px;
    margin-left: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.testmonial-single .client-details .thumb {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.testmonial-single .client-details .info {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.testimonial-section.overlay {
    position: relative;
}

.testimonial-section.overlay::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.45;
}

.testimonial-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonial-item .thumb-area {
    background-color: #ffffff;
    width: 50%;
    text-align: center;
    padding-top: 95px;
    padding-bottom: 175px;
}

@media (max-width: 991px) {
    .testimonial-item .thumb-area {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 0;
        background-color: #4285f4;
    }
}

.testimonial-item .thumb-area .thumb {
    width: 280px;
    height: 280px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .testimonial-item .thumb-area .thumb {
        width: 110px;
        height: 110px;
    }
}

.testimonial-item .thumb-area .client-name {
    margin-bottom: 6px;
}

@media (max-width: 991px) {
    .testimonial-item .thumb-area .client-name {
        color: #ffffff;
    }
}

@media (max-width: 991px) {
    .testimonial-item .thumb-area .designation {
        color: #ffffff;
    }
}

.testimonial-item .content-area {
    background-color: #4285f4;
    width: 50%;
    padding: 115px 30px 50px 30px;
}

@media (max-width: 991px) {
    .testimonial-item .content-area {
        width: 100%;
        padding: 50px 30px 165px 30px;
        text-align: center;
    }
}

.testimonial-item .content-area .caption {
    color: #ffffff;
    font-size: 36px;
}

@media (max-width: 991px) {
    .testimonial-item .content-area .caption {
        font-size: 28px;
    }
}

.testimonial-item .content-area p {
    font-size: 20px;
    color: #ffffff;
    line-height: 2;
    margin-top: 30px;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

@media (max-width: 991px) {
    .testimonial-item .content-area p {
        margin-top: 18px;
        font-size: 16px;
    }
}

.testimonial-item .content-area .signature {
    margin-top: 40px;
    width: auto;
}

@media (max-width: 991px) {
    .testimonial-item .content-area .signature {
        margin-top: 25px;
    }
}

.testimonial-slider-two {
    background-color: #4285f4;
}

.testimonial-slider-two-nav {
    width: 50%;
    padding: 0 30px;
    margin-top: -140px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .testimonial-slider-two-nav {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .testimonial-slider-two-nav {
        margin-top: -115px;
    }
}

@media (max-width: 991px) {
    .testimonial-slider-two-nav {
        margin-top: -135px;
    }
}

.testimonial-slider-two-nav .testimonail-nav-item {
    display: block;
    height: 110px;
    overflow: hidden;
}

.testimonial-slider-two-nav .testimonail-nav-item img {
    width: 100%;
}

/* testimonial-section css end */
/* blog-section css start */
.blog-single {
    background-color: #ffffff;
    box-shadow: 0px 0px 25.23px 3.77px rgba(164, 164, 164, 0.13);
}

.blog-single .thumb img {
    width: 100%;
}

.blog-single .content {
    padding: 30px 30px;
}

.blog-single .post-header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.blog-single p {
    margin-top: 20px;
    font-size: 14px;
}

.blog-single .text-btn {
    text-transform: capitalize;
    font-size: 14px;
    color: #4285f4;
    margin-top: 15px;
}

.blog-single .text-btn i {
    margin-left: 5px;
}

.post-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
    margin-top: 5px;
}

.post-meta li {
    margin: 3px 8px;
}

.post-meta li a {
    font-size: 14px;
}

.post-meta li a i {
    color: #c6c5c5;
    margin-right: 5px;
}

.blog-single-classic .content {
    margin-top: 25px;
}

.blog-single-classic .content .post-meta {
    padding-bottom: 15px;
}

.blog-single-classic .content p {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.blog-single-classic .content .text-btn {
    text-transform: capitalize;
    font-size: 16px;
    color: #4285f4;
    margin-top: 15px;
    font-weight: 500;
}

.blog-single-classic .content .text-btn i {
    margin-left: 5px;
}

/* blog-section css end */
/* blog-details-section css start */
.blog-details-wrapper .blog-details-header {
    margin-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.blog-details-wrapper .blog-details-content p {
    margin-top: 22px;
}

.blog-details-wrapper .blog-details-footer {
    padding: 20px 20px;
    border: 1px solid #f2f2f2;
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-details-wrapper .blog-details-footer .post-tags-list {
    margin: -3px -3px;
}

.blog-details-wrapper .blog-details-footer .post-tags-list li {
    display: inline-block;
    margin: 3px 3px;
}

.blog-details-wrapper .blog-details-footer .post-tags-list li i {
    color: #4285f4;
}

.blog-details-wrapper .blog-details-footer .post-tags-list a {
    color: #4285f4;
}

.blog-details-wrapper .blog-details-footer .post-tags-list a::after {
    content: ',';
}

.blog-details-wrapper .blog-details-footer .post-tags-list a:last-child::after {
    display: none;
}

.blog-details-wrapper .blog-details-footer .post-share-links {
    margin: -3px -8px;
}

.blog-details-wrapper .blog-details-footer .post-share-links li {
    display: inline-block;
    font-weight: 500;
    margin: 3px 8px;
}

.blog-details-wrapper .blog-details-footer .post-share-links li a {
    color: #c2cbd8;
}

.blog-details-wrapper .blog-details-footer .post-share-links li a:hover {
    color: #4285f4;
}

.comments-area {
    margin-top: 50px;
}

.comments-area .title {
    text-transform: capitalize;
    margin-bottom: 30px;
}

.comments-list .single-comment {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.comments-list .single-comment:first-child {
    padding-top: 0;
}

.comments-list .single-comment:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.comments-list .single-comment .thumb {
    flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.comments-list .single-comment .content {
    flex: 0 0 calc(100% - 80px);
    -ms-flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding-left: 20px;
}

@media (max-width: 480px) {
    .comments-list .single-comment .content {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

.comments-list .single-comment .content .name {
    text-transform: capitalize;
}

.comments-list .single-comment .content .date {
    font-size: 14px;
}

.comments-list .single-comment .content p {
    margin-top: 5px;
}

.comments-list .single-comment .content .comment-action {
    margin-top: 3px;
}

.comments-list .single-comment .content .comment-action li {
    display: inline-block;
}

.comments-list .single-comment .content .comment-action li a {
    font-size: 13px;
}

.comments-list .single-comment .content .comment-action li a i {
    margin-right: 5px;
}

.comments-list .single-comment .content .comment-action li + li {
    margin-left: 8px;
}

.comment-form-area {
    margin-top: 50px;
}

.comment-form-area .title {
    margin-bottom: 30px;
}

.comment-form-area .comment-form .form-group {
    margin-bottom: 30px;
}

.comment-form-area .comment-form input, .comment-form-area .comment-form textarea, .comment-form-area .comment-form button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.comment-form-area .comment-form .submit-btn {
    text-transform: none;
}

/* blog-details-section css end */
/* brand-section start */
.brand-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .brand-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .brand-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.brand-slider-area {
    margin: -15px;
}

.brand-single {
    margin: 15px;
    padding: 15px;
    height: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.brand-single img {
    width: auto !important;
}

/* brand-section end */
/* service-section css start */
.service-section {
    position: relative;
}

.service-section .section-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
}

.service-area {
    padding-top: 120px;
    padding-bottom: 82px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f7fafc;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 7.92px 1.08px rgba(164, 164, 164, 0.19);
}

/* .service-single { */
/*         text-align: center; */
/*     padding: 30px 30px; */
/*     -webkit-transition: all 0.3s; */
/*     -o-transition: all 0.3s; */
/*     transition: all 0.3s; */
/*     box-shadow: 0 0 10px #d2d2d2; */
/*     border-radius: 10px; */
/*     height: 200px; */
/*     margin-top: 46px;   */
/* } */

@media (max-width: 991px) {
    .service-single {
        padding: 30px 20px;
    }
}

.service-single:hover, .service-single.hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 81px 9px rgba(0, 0, 0, 0.06);
}

.service-single i {
    font-size: 42px;
    color: #4285f4;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    padding-left: 10px;
}

.service-single i::after {
    position: absolute;
    content: '';
    top: -5px;
    left: 0;
    width: 45px;
    height: 45px;
    background-color: #4285f4;
    opacity: 0.12;
    z-index: -10;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.service-single .service-name {
    text-transform: capitalize;
/*     margin-top: 10px; */
	overflow: hidden;
	height: 100%;
}

.service-single .service-name a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}   
.service-single:hover{
	cursor: pointer; 
	border-radius: 5px;   
}
.service-single:hover .service-name a{
	color:#00a1e9;;   
	cursor: pointer;  
}
.service-img{
    border-radius: 50%; 
    background-color:#2464a117;
    /*opacity: 0.12;*/
}
.service-single--two {
    background-color: #ffffff;
    box-shadow: 0px 0px 81px 9px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-single--two:hover {
    box-shadow: 0px 10px 81px 9px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.service-single--two .thumb {
    max-height: 215px;
    overflow: hidden;
}

.service-single--two .thumb img {
    width: 100%;
}

.service-single--two .content {
    text-align: center;
    padding: 0 30px 30px 30px;
}

.service-single--two .content .icon {
    width: 51px;
    height: 51px;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0px 0px 25.23px 3.77px rgba(164, 164, 164, 0.13);
    border: 3px solid #a0c2f9;
    color: #4285f4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    margin-top: -17px;
    -webkit-transform: translateY(-11px);
    -ms-transform: translateY(-11px);
    transform: translateY(-11px);
}

.service-single--two .content .title {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* service-section css end */
/* service-details-section css start */
.service-details-area .description {
    margin-top: 30px;
}

.service-details-area .description .title {
    text-transform: capitalize;
}

.service-details-area .description p {
    margin-top: 15px;
}

.service-details-area .service-features {
    margin-top: 40px;
}

.service-details-area .service-features .title {
    text-transform: capitalize;
}

.service-details-area .service-features p {
    margin-top: 15px;
}

.service-details-area .service-features .cmn-list {
    margin-top: 10px;
}

.service-details-area .work-strategies {
    margin-top: 40px;
}

.service-details-area .work-strategies .title {
    text-transform: capitalize;
    margin-bottom: 20px;
}

.service-details-area .work-strategies .cmn-accordion .acc-btn .text {
    font-size: 16px;
}

.service-details-area .work-strategies .cmn-accordion .card-body {
    padding: 20px 20px 10px 20px;
}

/* service-details-section css end */
/* destination-list-section css start */
.ship-search-form-area .ship-search-form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ship-search-form-area .ship-search-form .custom-input-field, .ship-search-form-area .ship-search-form .nice-select {
    width: calc((100% - 190px) / 3);
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    line-height: 65px;
}

.ship-search-form-area .ship-search-form .custom-input-field:focus, .ship-search-form-area .ship-search-form .nice-select:focus {
    border-color: #4285f4;
}

@media (max-width: 991px) {
    .ship-search-form-area .ship-search-form .custom-input-field {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .ship-search-form-area .ship-search-form .nice-select {
        width: calc((100% - 180px) / 2);
    }
}

@media (max-width: 767px) {
    .ship-search-form-area .ship-search-form .nice-select {
        width: calc((100% - 15px) / 2);
    }
}

@media (max-width: 480px) {
    .ship-search-form-area .ship-search-form .nice-select {
        width: 100%;
        margin-bottom: 15px;
    }
}

.ship-search-form-area .ship-search-form input {
    height: 65px;
    padding-right: 40px;
}

.ship-search-form-area .ship-search-form input:focus {
    border-color: #4285f4;
}

.ship-search-form-area .ship-search-form .custom-input-field {
    position: relative;
}

.ship-search-form-area .ship-search-form .custom-input-field i {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #4285f4;
    font-size: 18px;
}

.ship-search-form-area .ship-search-form .ship-search-btn {
    width: 150px;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #4285f4;
}

@media (max-width: 767px) {
    .ship-search-form-area .ship-search-form .ship-search-btn {
        width: 100%;
        margin-top: 15px;
        min-height: 70px;
    }
    .jdxx-box {
	    height: 160px !important;
	    line-height: 150px !important;
		font-size: 26px !important;
	}
}

@media (max-width: 480px) {
    .ship-search-form-area .ship-search-form .ship-search-btn {
        margin-top: 0;
    }
}

/* destination-list-section css end */
/* destination-details-section css start */
.destination-details-area .description {
    margin-top: 30px;
}

.destination-details-area .description .title {
    text-transform: capitalize;
}

.destination-details-area .description p {
    margin-top: 20px;
}

.destination-details-area .description .cmn-list {
    margin-top: 10px;
}

.destination-details-area .destination-map {
    margin-top: 40px;
}

.destination-details-area .destination-map .title {
    text-transform: capitalize;
    margin-bottom: 30px;
}

.destination-details-area .destination-map iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

.destination-details-area .gallery-area {
    margin-top: 44px;
}

.destination-details-area .gallery-area .title {
    text-transform: capitalize;
    margin-bottom: 25px;
}

.destination-details-area .gallery-area .gallery-item img {
    width: 100%;
}

.destination-details-area .event-article-area {
    margin-top: 50px;
}

.destination-details-area .event-article-area .title {
    margin-bottom: 25px;
}

.destination-details-area .event-article-area .event-single {
    padding: 30px 30px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.destination-details-area .event-article-area .event-single:last-child {
    margin-bottom: 0;
}

.destination-details-area .event-article-area .event-single .thumb {
    width: 190px;
}

@media (max-width: 575px) {
    .destination-details-area .event-article-area .event-single .thumb {
        width: 100%;
    }
}

.destination-details-area .event-article-area .event-single .content {
    width: calc(100% - 190px);
    padding-left: 30px;
}

@media (max-width: 575px) {
    .destination-details-area .event-article-area .event-single .content {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

.destination-details-area .event-article-area .event-single .content .time {
    font-size: 14px;
    margin-top: 8px;
}

.destination-details-area .event-article-area .event-single .content .time i {
    margin-right: 3px;
}

.destination-details-area .event-article-area .event-single .content p {
    margin-top: 13px;
}

/* destination-details-section css end */
/* search-result-section css start */
.search-result-block + .search-result-block {
    margin-top: 40px;
}

.search-result-block p a {
    color: #4285f4;
}
/* .search-result-block p{
    text-indent: 2em;   
} */
.search-result-block .title {
    margin-bottom: 20px;
}
.search-result-block .title{
    text-align: center;
}
.search-result-block .title img{
    width: 60%;
}
.search-result-block p a {
    color: #4285f4;
}
@media (max-width: 575px) {
    .search-result-block .title img{
        width: 100%;
    }
}

/* search-result-section css end */
/* contact-section css start */
.map-area iframe {
    width: 100%;
    height: 565px;
    border: 0;
}

@media (max-width: 991px) {
    .contact-area {
        margin-top: 35px;
    }
}

.contact-area .title {
    margin-bottom: 30px;
}

.contact-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 30px;
}

.contact-item .icon {
    width: 60px;
    line-height: 1;
}

.contact-item .icon i {
    color: #4285f4;
    font-size: 44px;
}

.contact-item .content {
    width: calc(100% - 60px);
}

.contact-item .content .caption {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.contact-item .content a {
    display: block;
}

.contact-item + .contact-item {
    margin-top: 20px;
}

.hotline-wrapper {
    text-align: center;
    margin-top: 40px;
    background-color: #4285f4;
    padding: 30px 20px;
}

.hotline-wrapper .title {
    font-size: 30px;
    color: #ffffff;
}

.hotline-wrapper .time {
    font-size: 14px;
    color: #ffffff;
    display: block;
    margin-top: 3px;
}

.hotline-wrapper .hotline-number {
    color: #ffffff;
    font-size: 40px;
    display: block;
}

@media (max-width: 575px) {
    .hotline-wrapper .hotline-number {
        font-size: 30px;
    }
}

/* contact-section css end */
/* faq-section css start */
.faq-single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq-single .number {
    width: 95px;
    height: 95px;
    background-color: #ffffff;
    box-shadow: 0px 0px 25.23px 3.77px rgba(164, 164, 164, 0.13);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-family: "Playfair Display", serif;
    color: #777777;
    font-size: 52px;
    text-align: center;
    line-height: 85px;
}

@media (max-width: 767px) {
    .faq-single .number {
        width: 75px;
        height: 75px;
        font-size: 40px;
        line-height: 65px;
    }
}

.faq-single .content {
    width: calc(100% - 95px);
    padding-left: 20px;
}

@media (max-width: 500px) {
    .faq-single .content {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

.faq-single .content .title {
    font-size: 30px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .faq-single .content .title {
        font-size: 24px;
    }
}

.faq-single + .faq-single {
    margin-top: 30px;
}

/* faq-section css end */
/* error-section css start */
.error-content {
    text-align: center;
}

.error-content .title {
    font-size: 30px;
    margin-bottom: 50px;
    margin-top: 30px;
}

/* error-section css end */
/* preloader css start */
.preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000000;
    z-index: 10;
}

.preloader .preloader-box {
    position: absolute;
    width: 345px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -150px;
    -webkit-perspective: 200px;
}

.preloader .preloader-box div {
    position: relative;
    width: 30px;
    height: 30px;
    background: #CCC;
    float: left;
    text-align: center;
    line-height: 30px;
    font-family: Verdana;
    font-size: 20px;
    color: #FFF;
}

.preloader .preloader-box div:nth-child(1) {
    background: #3366FF;
    margin-right: 15px;
    -webkit-animation: movement 600ms ease 0ms infinite alternate;
}

.preloader .preloader-box div:nth-child(2) {
    background: #3366FF;
    margin-right: 15px;
    -webkit-animation: movement 600ms ease 75ms infinite alternate;
}

.preloader .preloader-box div:nth-child(3) {
    background: #3366FF;
    margin-right: 15px;
    -webkit-animation: movement 600ms ease 150ms infinite alternate;
}

.preloader .preloader-box div:nth-child(4) {
    background: #3366FF;
    margin-right: 15px;
    -webkit-animation: movement 600ms ease 225ms infinite alternate;
}

.preloader .preloader-box div:nth-child(5) {
    background: #3366FF;
    margin-right: 15px;
    -webkit-animation: movement 600ms ease 300ms infinite alternate;
}

.preloader .preloader-box div:nth-child(6) {
    background: #3366FF;
    margin-right: 15px;
    -webkit-animation: movement 600ms ease 375ms infinite alternate;
}

.preloader .preloader-box div:nth-child(7) {
    background: #3366FF;
    margin-right: 15px;
    -webkit-animation: movement 600ms ease 450ms infinite alternate;
}

.preloader .preloader-box div:nth-child(8) {
    background: #3366FF;
    -webkit-animation: movement 600ms ease 525ms infinite alternate;
}

@-webkit-keyframes movement {
    from {
        -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    to {
        -webkit-transform: scale(1.5) translateY(-25px) rotateX(45deg);
        box-shadow: 0 25px 40px rgba(0, 0, 0, 0.4);
        background: #3399FF;
    }
}

@-moz-keyframes movement {
    from {
        -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    to {
        -webkit-transform: scale(1.5) translateY(-25px) rotateX(45deg);
        box-shadow: 0 25px 40px rgba(0, 0, 0, 0.4);
        background: #3399FF;
    }
}

@-ms-keyframes movement {
    from {
        -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    to {
        -webkit-transform: scale(1.5) translateY(-25px) rotateX(45deg);
        box-shadow: 0 25px 40px rgba(0, 0, 0, 0.4);
        background: #3399FF;
    }
}

@keyframes movement {
    from {
        -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    to {
        -webkit-transform: scale(1.5) translateY(-25px) rotateX(45deg);
        box-shadow: 0 25px 40px rgba(0, 0, 0, 0.4);
        background: #3399FF;
    }
}

/* preloader css end */
/* sidebar css start */
.search-from .custom-input-field {
    position: relative;
}

.search-from .custom-input-field input {
    width: 100%;
    height: 60px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.search-from .custom-input-field input:focus {
    border-color: #4285f4;
}

.search-from .custom-input-field i {
    position: absolute;
    top: 21px;
    right: 20px;
    color: #4285f4;
    font-size: 18px;
}

@media (max-width: 991px) {
    .sidebar {
        margin-top: 65px;
    }
}

.sidebar .widget + .widget {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .sidebar .widget + .widget {
        margin-top: 40px;
    }
}

.sidebar .widget-title {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
}

.sidebar .widget-title::before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 5px;
    height: 23px;
    background-color: #4285f4;
}

.sidebar .category-list {
    margin-top: -7px;
}

.sidebar .category-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar .category-list li:first-child {
    padding-top: 0;
}

.sidebar .category-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar .category-list li a {
    text-transform: capitalize;
    display: block;
}

.sidebar .destination-filter-widget {
    padding: 50px 30px;
    background-color: #eaf1fd;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .destination-filter-widget .widget-title {
    margin-bottom: 21px;
    padding-left: 0;
}

.sidebar .destination-filter-widget .widget-title::before {
    display: none;
}

.sidebar .destination-filter-widget .form-group, .sidebar .destination-filter-widget .nice-select {
    margin-bottom: 20px;
}

.sidebar .destination-filter-widget .nice-select, .sidebar .destination-filter-widget input {
    background-color: #f5f8fe;
}

.sidebar .destination-filter-widget label {
    font-weight: 500;
}

.sidebar .sidebar-destination-form .ui-widget {
    background-color: #b2cdfb;
    border: none;
    height: 3px;
}

.sidebar .sidebar-destination-form .ui-widget .ui-slider-range {
    background-color: #4285f4;
}

.sidebar .sidebar-destination-form span.ui-slider-handle {
    width: 14px;
    height: 14px;
    background-color: #4285f4;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.sidebar .sidebar-destination-form span.ui-slider-handle:first-child {
    display: none;
}

.sidebar .sidebar-destination-form .filter-price-result {
    margin-top: -47px;
}

.sidebar .sidebar-destination-form .filter-price-result input {
    background-color: transparent;
    border: none;
    height: auto;
    padding: 0;
    text-align: right;
}

.sidebar .sidebar-destination-form .cmn-btn-border {
    margin-top: 30px;
}

.sidebar .tag-list {
    margin: -3px -1px;
}

.sidebar .tag-list a {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    text-transform: capitalize;
    margin: 3px 1px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .tag-list a:hover {
    background-color: #4285f4;
    color: #ffffff;
    border-color: #4285f4;
}

.sidebar .help-widget {
    padding: 50px 30px;
    background-color: #eaf1fd;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .help-widget .widget-title {
    margin-bottom: 20px;
    padding-left: 0;
}

.sidebar .help-widget .widget-title::before {
    display: none;
}

.sidebar .help-widget .cmn-btn-border {
    margin-top: 20px;
}

.upcoming-destination-list .upcoming-destination-single {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.upcoming-destination-list .upcoming-destination-single:first-child {
    padding-top: 0;
}

.upcoming-destination-list .upcoming-destination-single:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.upcoming-destination-list .upcoming-destination-single .thumb {
    width: 65px;
}

.upcoming-destination-list .upcoming-destination-single .content {
    width: calc(100% - 65px);
    padding-left: 15px;
}

.upcoming-destination-list .upcoming-destination-single .content .destination-name {
    text-transform: capitalize;
}

.upcoming-destination-list .upcoming-destination-single .content .destination-name i {
    color: #b7d2ff;
    margin-right: 5px;
    font-size: 20px;
}

.upcoming-destination-list .upcoming-destination-single .content .date {
    margin-top: 8px;
}

.best-package-list .best-package-single {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.best-package-list .best-package-single:first-child {
    padding-top: 0;
}

.best-package-list .best-package-single:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.best-package-list .best-package-single .thumb {
    width: 125px;
}

.best-package-list .best-package-single .content {
    width: calc(100% - 125px);
    padding-left: 15px;
}

.best-package-list .best-package-single .content .package-name {
    text-transform: capitalize;
}

.best-package-list .best-package-single .content .place-name {
    font-size: 14px;
    display: block;
    margin-top: 6px;
}

.best-package-list .best-package-single .content .place-name i {
    font-size: 16px;
    margin-right: 3px;
}

.best-package-list .best-package-single .content .price {
    padding: 0 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-top: 10px;
}

.best-package-list .best-package-single .content .price.color-one {
    background-color: #1abc9c;
}

.best-package-list .best-package-single .content .price.color-two {
    background-color: #e67e22;
}

.best-package-list .best-package-single .content .price.color-three {
    background-color: #3498db;
}

.small-post-list .small-post-single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.small-post-list .small-post-single:first-child {
    padding-top: 0;
}

.small-post-list .small-post-single:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.small-post-list .small-post-single .thumb {
    width: 65px;
}

.small-post-list .small-post-single .content {
    width: calc(100% - 65px);
    padding-left: 15px;
}

.small-post-list .small-post-single .content .post-title a {
    font-size: 16px;
}

.small-post-list .small-post-single .content .date {
    font-size: 14px;
    margin-top: 5px;
}

/* sidebar css end */
/* footer-section css start */
.footer-section {
    position: relative;
	background: #e56008;
}

.footer-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-top {
    padding-top: 120px;
    padding-bottom: 110px;
}

@media (max-width: 991px) {
    .footer-top {
        padding-top: 90px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .footer-top {
        padding-top: 80px;
        padding-bottom: 70px;
    }
}

.footer-widget p, .footer-widget span {
    color: #ffffff98;
}

.footer-widget .site-logo {
    margin-bottom: 30px;
}

.footer-widget .social-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -5px 0 -5px;
}

.footer-widget .social-links li {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.footer-widget .social-links li a {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff32;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-widget .social-links li a:hover {
    background-color: #4285f4;
    border-color: #4285f4;
}

.footer-widget .widget-title {
    color: #ffffff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.footer-widget .widget-title::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 48px;
    height: 2px;
    background-color: #4285f4;
}

.footer-widget .small-post-list .single-post {
    padding: 15px 0;
    border-bottom: 1px solid #ffffff20;
}

.footer-widget .small-post-list .single-post:first-child {
    padding-top: 0;
}

.footer-widget .small-post-list .single-post:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.footer-widget .small-post-list .post-title a {
    color: #ffffff;
    font-size: 18px;
}

.footer-widget .small-post-list .post-title a:hover {
    color: #4285f4;
}

.footer-widget .small-post-list .post-meta {
    margin-left: -12px;
    margin-right: -22px;
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-widget .small-post-list .post-meta li {
    padding-left: 12px;
    padding-right: 22px;
    position: relative;
}

.footer-widget .small-post-list .post-meta li:last-child::after {
    display: none;
}

.footer-widget .small-post-list .post-meta li::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "/";
    color: #ffffff98;
}

.footer-widget .small-post-list .post-meta li a {
    color: #ffffff98;
    font-size: 14px;
    text-transform: capitalize;
}

.footer-widget .destination-list li {
    padding: 15px 0;
    border-bottom: 1px solid #ffffff20;
}

.footer-widget .destination-list li:first-child {
    padding-top: 0;
}

.footer-widget .destination-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.footer-widget .destination-list .place-name a {
    color: #ffffff;
}

.footer-widget .destination-list .place-name i {
    margin-right: 5px;
    color: #ffffff;
}

.footer-widget .destination-list .date {
    color: #ffffff98;
    font-size: 14px;
    margin-top: 5px;
}

.footer-widget .contact-list li + li {
    margin-top: 20px;
}

.footer-widget .contact-list .caption {
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.footer-widget .contact-list .caption i {
    margin-right: 5px;
}

.footer-widget .contact-list p {
    color: #ffffff98;
}

.footer-widget .contact-list a {
    color: #ffffff98;
}

.footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

.footer-bottom::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.07;
}

.footer-bottom p {
    color: #fff;
    text-align: center;
}
.footer-bottom p a{
	color: #fff;  
}
.footer-bottom p a:hover{
	color: #4285f4;    
}

/* footer-section css end */
.cmn-btn-border {
    padding: 13px 35px;
    font-size: 18px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #4285f4;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.cmn-btn-border:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.cmn-btn-border:hover::before {
    top: 0;
    left: 0;
}

.cmn-btn-border::before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    background-color: #4285f4;
    z-index: -10;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cmn-btn-border::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4285f4;
    z-index: -10;
    border: 2px solid #ffffff;
}
.destination-list-section{
    padding-top: 20px!important;
    min-height: 400px;
}
.search-result-section{
    padding-top: 0px!important;
}
/***************************首页左侧菜单****************************/
/*.scroll-fournav{*/
    /*position: fixed;*/
    /*height: 15%;*/
    /*top: 37.5%;*/
    /*left: 10px;*/ 
    /*width: 100px;*/
/*}*/
/*.scroll-fournav ul{*/
    /*height: 100%;*/
    /*width: 100%;*/
/*}*/
/*.scroll-fournav li{*/
    /*height: 25%;*/
    /*width: 20px;*/
    /*padding-left: 5px;*/
    /*overflow: hidden;*/
/*}*/
/*.scroll-fournav li:hover{*/
    /*width: 100px;*/
/*}*/
/*.scroll-fournav li a{*/
    /*padding-left: 15px;*/
    /*!*color: #fff;*!*/
    /*!*text-shadow: 2px 0 1px #292929;*!*/
/*}*/
/*.scroll-fournav li span{*/
    /*height: 10px;*/
    /*width: 10px;*/
    /*border-radius: 50%;*/
    /*background-color: #fff;*/
    /*padding-left: 10px;*/
    /*box-shadow: 0 0 5px #777;*/
/*}*/

@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}


/* 二级list页面最小高度 */
#newslists{
	min-height: 174px;  
    width: 100%;
    margin: 0;   
    height: 100%;
}
.listBorderShadow{
    box-shadow: 0px 0px 7.92px 1.08px rgb(164 164 164 / 19%);
    border-radius: 15px;
}
#newslists .place-name{
	height:66px; 
}
/* 静态页面日期 */
#newsdata{
	color:#b3b3b3;
	text-align:center; 
	margin-bottom: 3em;
	font-size:1em;  
}
#newsdata span{
	font-size:1em;    
	color:#b3b3b3;     
}
/* 列表形式newslist */
  .listul{
    min-height: 500px;  
    width: 100%;
    padding: 12px;
    /* -moz-box-shadow:0px 0px 10px #d4d4d4; 
    -webkit-box-shadow:0px 0px 10px #d4d4d4; 
    box-shadow:0px 0px 10px #d4d4d4; */
    position: relative;   
  }
  .listul li{
    list-style-image: url(../images/listicon.png);
    list-style-type: square;
    margin-left: 25px;
    line-height: 50px;  
  }
  .findPageNormal .listul li{
  	height:10%  
  }
  .listul li span{
    font-size: 1.3em;
   /*  font-family: "SourceHanSansCN"; */
  }
  .listul li .lititle {
	    width: 80%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    line-height: 1;
	    position: relative;
	    top: 5px;
	}
	
  .listul li .lititle a {
        width: 100%;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    	height: 30px;
   		 line-height: 30px;
	}
  .listul li .litime{
    /* float: right;   
   		 line-height: 45px;  */
		     position: absolute;
    right: 1em;
  }
  
@media (max-width:1024px){   
	.listul li span{
	    font-size: 0.8em;
	    /* font-family: "SourceHanSansCN"; */
	    line-height: 40px; 
	  }
	.listul li .lititle {
	    width: 55%;   
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    line-height: 1;
	}
	
	.listul li .lititle a { 
		width: 100%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.listul.dowebok li .litime{
    	float: right;    
    	line-height: 2.5;  
	}
}
    
.service-single p{ 
  margin-top: 20px;
  text-align: left;   
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
} 

#glzlogin{
    position: absolute;
    right: 10px;
    top: 6px;
    /* width: 10%; */
    text-align: right;
    z-index: 999;    
    /* font-family: "AdobeHei"; */
    background: #ffffff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 8px #7a7a7a;  
}  

@media (max-width:768px){    
	#glzlogin{  
		right: 20%;  
	}
}
#glzlogin img{
	width:25px;  
}  
#glzlogin a{  
	color: #1a4981;   
	font-size: 1.1em; 
} 

#glzlogin a:hover{
	color: #005aff;         
} 


/* 静态页面轮播图效果 */
.cbody988{ margin:0 auto;width:988px; position:relative;}
.cbody937{ margin:0 auto;width:937px; position:relative; padding-left:7px;}
.overhide{overflow:hidden;text-indent:-100em;}
/*位置属性*/
.marTop10{margin-top:10px;}
.left{	float:left;}
.right{	float:right;}
.clear {clear: both;}
.clearfix:after {clear: both;content: '';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix {display: +inline-block;}

/*header*/
#header{ border-bottom:1px solid #383838; height:46px; position:relative;  line-height:46px;color:#FFFFFF; }
#header h1{font-size:12px; font-weight:normal; background:url(news.png) no-repeat 50px center; padding-left:163px;}
#header span{ position:absolute; right:10px; top:0px;color:#9A9A9A;font-size:12px; font-weight:normal; }
#header span a{ color:#9A9A9A; margin:0 3px;}

/*wrapper*/
#picSlideWrap{ width:100%;height: 100%}
.titleh3{ height:70px; line-height:70px; text-align:center; background:url(../images/ico/dot.gif) repeat-x left bottom; width:910px; margin:0 auto; font-size:26px; color:#000;}
.titleh4{text-align:center; font-size:12px; color:#000; font-weight:normal; padding:10px 0 20px 0px;}

.imgnav{ width:788px; margin:10px auto;}
#content{margin:0px auto;  line-height:19px;}
#content p{ text-indent:2em; color:#333;}
    
.imgnav{  position:relative; margin:0 auto; width:100%;} 
#img{ z-index:10; width:85%; position:relative; text-align:center;margin:auto}  
#img img{ height:570px; display:none; border:4px solid #000;}
#front{ position:absolute; left:0px; top:0px; z-index:10; cursor:pointer;  width:100px; height:100%; background:url(../images/ico/blank.gif); }
#front a{  position:absolute; left:20px; top:224px;display:block; background:url(../images/ico/imgSlideLeft.png) no-repeat; width:104px; height:104px; display:none;}
#next{  position:absolute; right:0px; top:0px; z-index:10;cursor:pointer; width:100px; height:100%;  background:url(../images/ico/blank.gif);}
#next a{  position:absolute; right:20px; top:224px; display:block; background:url(../images/ico/imgSlideRight.png) no-repeat; width:104px; height:104px; display:none;}
 
@media (max-width: 768px){
	#front a{  position:absolute; left:20px; top:40%;display:block; background:url(../images/ico/imgSlideLeft.png) no-repeat center/100%; width:50px; height:50px; display:none;}
	#next a{  position:absolute; right:20px; top:40%; display:block; background:url(../images/ico/imgSlideRight.png) no-repeat center/100%; width:50px; height:50px; display:none;}
	   
} 
   
#cbtn{background:#EAEBF0; position:relative; height:122px; border:1px solid #D6D9DC; margin-top:12px; }
#cbtn ul{position:relative; width:10000px; height:122px;}
#cbtn ul li{ float:left; padding:8px 3px 3px 3px; width:116px; height:86px; cursor:pointer; text-align:center; margin-right:20px; position:relative;overflow:hidden}  
#cbtn ul li img{ width:116px; height:100% !important; display:block;}
#cbtn ul li tt{ background:#000; color:#FFF; position:absolute; right:4px; bottom:4px; z-index:20; font-family:"宋体" ;font-size:12px; line-height:16px; padding:0 5px;}
#cbtn li.hov{ background:url(../images/ico/imgHoverBg.gif) no-repeat;}
.ctrl div{ clear:both;} 
#cSlideUl{width:90%; height:116px;overflow:hidden; position:relative; top:10px; margin:0 auto;}
.picSildeLeft{cursor:pointer; position:absolute; top:32px; left:10px; z-index:9;}
.picSildeRight{cursor:pointer; position:absolute; top:32px; right:10px; z-index:9;}


/* 敬请期待图片 */
#opening{ 
	width:50%;   
	margin:177px auto;   
}
@media (max-width: 575px){
	#opening{  
		width:100%;  
		margin:10px auto;
	}   
}

/* 导航logo */
.navbar>.site-logo{
    position: absolute;
    height: 150%;
    z-index: 99;
    top: 0;
    left: -5%;   
}
.navbar>.site-logo>img{
	height: 60px!important;
}
@media (max-width: 1366px){  
	.navbar>.site-logo{
		height: 100%;  
		top: 10%;      
    	left: 10%;     
	}   
	.navbar>.site-logo>img {
	    height: 113% !important;
	    margin-left: -10%;
	    margin-top: 13%;
	}   
}    

@media (max-width: 1199px){ 
	#glzlogin {
	    left: 2%;
	    width: 50%;  
        text-align: left;  
	}
	.destination-section {
    padding-top: 0px !important;
}
}
@media (max-width: 768px){  
	.navbar{
		height:auto; 
		background: transparent !important; 
	}
	.navbar>.site-logo{  
		height: auto;     
		top: 0;       
		/* display: none !important;   */
	}   
	.navbar>.site-logo>img{
		/* height: 90px !important;
    	margin-top: 6%;   */ 
    	
    	height: 60px !important;
	    margin-top: 0px;  
	    /* margin-left: -15px;  */ 
	}
	.header-section .header-bottom .main-menu li a:focus {
	    transform: scale(1); 
	}
}  

/* ===================主页修改轮播 */
#topbanner{
	margin-bottom: 0; 
	overflow: hidden;  
	min-height: 600px;   
	position:relative;
}
#topbanner img{
	width: 100% !important;  
	z-index: 99;
}  
@media (max-width:768px){ 
	#topbanner{
		min-height:auto;     
	}
	[class*="span"], .row-fluid [class*="span"]{
		float: left;  
		width: auto;  
	}
}
  
 #topbanner  .carousel-inner {
    height:100%; 
    overflow: hidden;  
}
 #topbanner .active img{
	-webkit-box-reflect:below -1px -webkit-gradient(linear, left top, left bottom, from(white), color-stop(84%, transparent) , to(rgb(250, 250, 250)));
}  
  

/* 轮播动态字 */     
#dhworld2{  
	position: absolute; 
    top: 60%;         
    right:17%;  
    font-size: 3em;
    background:#ee550e;
    -webkit-background-clip: text;
    color: #ee550e;  
    -webkit-text-stroke: 1px #ffffff;
    font-weight: 900;
    /* font-family: alibaba;   */
    transform:rotate(-15deg);       
}  
#dhworld{   
	position: absolute;
    top: 75%;         
    right: 20%;   
    font-size: 3.5em; 
     background:#ee550e;    
    -webkit-background-clip: text;
    color: #ee550e;
    -webkit-text-stroke: 1px #ffffff;
    font-weight: 900;
    /* font-family: alibaba;  */  
     transform:rotate(-15deg);               
}  
#dhworld i,#dhworld2 i{  
	bottom:10px;   
	margin-left:10px; 
	   
}      
.aactive{   
     transform: scale(1.5)!important;    
}  
/* ====================翻新修改导航 */
/* 导航顶部固定 */
.topnav{
	position: fixed !important;
	top:0;
	width: 100%;
	z-index:99; 
}
.dropdown-submenu>a:after{
	margin-top: 28px;
}
/* 主页导航向上翻 */  
.toplist .sub-menu{  
	bottom: 60px !important; 
    top: auto !important;
    border-radius: 20px 20px 0 0 !important;   
}
.navbar{
	margin-bottom:0; 
	z-index:99; 
	/* background:#fd6734; */
}
.navbar-nav{
	margin:auto; 
}
.navbar-collapse{
    overflow: visible;  
}       

@media (max-width:1400px){ 
	/* .navbar{
	background:#fd6734;
} */
	 .navbar{
	 	width: 90%;
	 }
	/*  .header-section .header-bottom .main-menu li a{
	 	padding:0 23px;     
	 }  */
}   

  
/* 主页重点聚焦 */
.destination-single{
	border:none; 
}
/* .destination-single .thumb{  
	box-shadow:10px 10px 0px #ffdf82;  
}   */ 
 
 .destination-single:nth-child(1) .thumb{
	box-shadow:-10px 10px 0px #ff8755; 
} 
.destination-single:nth-child(2) .thumb{
	box-shadow:10px 10px 0px #7ec340;   
}     
.destination-single:nth-child(3) .thumb{
	box-shadow:10px 10px 0px #ffdf82;  
}
.destination-single:nth-child(4) .thumb{  
	box-shadow:-10px 10px 0px #ff9fd2;    
} 
#zdjj .thumb.bg_img>img{
	width: 100%;
}
 
.destination-single .content{
	/* margin-top:10px; */
	z-index:-1;  
}
/* .destination-single>.content{
	background-color: #fff7e0;  
} */

.destination-single:nth-child(1)>.content{
	background-color: #ffece4; 
}
.destination-single:nth-child(2)>.content{
	background-color: #f2f9ec;      
} 
.destination-single:nth-child(3)>.content{
	background-color: #fff7e0;  
}
.destination-single:nth-child(4)>.content{
	background-color: #ffecf6;        
}   
  


/* 主页双微互动 */
#smhd.pb-120{  
	padding-bottom:100px 
}
#smhd .destination-item{
    border-radius: 5px; 
    overflow: hidden;
    padding:10px;
}
#smhd .mb-none-30 img{
    width:100%;  
}

#smhd .mb-none-30 div{
    margin: 10px 0;
}
#smhd .destination-item .place-name{
	text-indent: 1.5em 
}
#smhd .destination-item .place-name a{
	display:-webkit-box;
	text-overflow:ellipsis;
	overflow:hidden;
	width:100%;   
	-webkit-line-clamp: 1;
	-webkit-box-orient:vertical;
    white-space: normal;
}
#smhd .destination-item:hover{
	-webkit-transform: none; 
    -ms-transform: none;
    transform: none; 
}
#smhd .destination-item .place-name::before {
    position: absolute;
    left: 30px;
    content: '';
    background: url("../images/jszdList.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
}

#zxdt{
	background: url('../images/swhdbanner.png') #ddb42408;  
	background-size: 100% 100%;
	background-repeat: no-repeat;  
	overflow: hidden;
}
#smhd .weixin,#smhd .weibo{
	width: 50%;
	text-align: center;
	margin-top:5%;  
	margin-bottom:3%; 
}
#smhd .weixin img,#smhd .weibo img{
	width: 30%;
	height: auto; 
}
#smhd .weixin:hover img,#smhd .weibo:hover img{
	cursor: pointer;
	transform: scale(1.1);   
}
@media (max-width:1200px){   
	 /* #dhworld{
	 	display:none;
	 } */
	 #topbanner {  
	    min-height: auto;
	    height: auto !important;
	} 
	 #topbanner .active {
    	min-height: 200px;
	}
	#tzgg .owl-carousel {
	    width: 90%;
	    margin: auto;
	}
	.content p {
    	display: none;
    }
}
#wz{ 
	padding:0 15px;
}
#wz span{
	color:#777777 !important;  
}
#wz>table{
	width: 100% !important;  
}
@media (max-width:1024px){ 
	#wz{
		overflow-x:auto; 
	}
}
/******************** 信息报送排行榜 ********************/
#myTabxx{
	display: inline-block;
    float: left;
    width: 20%;
}
/**====== 左侧tab ======**/
#myTabxx li{
	display: inline-block;
    float: left;
    width: 100%;
    line-height: 50px;
    text-align: center;
}
#myTabxx.nav-tabs {
    border-bottom:none;
}
/* 选中tab */
#myTabxx li a{
	display: block;
}
#myTabxx li.active a{
	background: #13a3ea;
	color: #fff;
}
#myTabxx li a:hover{
	background: #45608f;
	color: #fff;
}
/**======== 右侧内容 ========**/
#myTabxxContent{
	display: inline-block;
    float: left;
    width: 80%;
    padding:0 2%;
}
#myTabxxContent .table-bordered td, .table-bordered th{
	border:1px solid #eceaea;
}
.table thead th{ 
	border-bottom:none; 
}
.table_tif{
    width: 10%;
	text-align: center !important; 
} 
.table_tis{ 
	width: 40%;
}
.table_tifirst{
	text-align: center !important;   
	font-weight: 900; 
}
.table_tifirst>span{ 
	color:#45608f;  
}  
#myTabxxContent .table_title{
	background: #a9dcf5;
    border-bottom: 2px solid #0c91e0; 
}
/* 表格居中 */
#myTabxxContent .table th,#xxbhb .table th{
	text-align: center !important;    
}  
/* 条纹表格 */
#myTabxxContent .table-striped tbody tr:nth-of-type(odd){
    background-color: rgb(242, 250, 255); 
}
#myTabxxContent .table tbody tr:hover{
    background-color:rgb(223, 243, 255);
}  
/* 进度条 */
.progress {
	height:20px;
	margin-bottom:0;
	overflow:hidden;
	background-color:#f5f5f5;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar {
	float:left;
	width:0;
	height:100%;
	font-size:12px;
	line-height:20px;
	color:#fff;
	text-align:center;
	background-color:#337ab7;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition:width .6s ease;
	-o-transition:width .6s ease;
	transition:width .6s ease
}
.progress-bar-striped,.progress-striped .progress-bar {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	-webkit-background-size:40px 40px;
	background-size:40px 40px
}
.progress-bar.active,.progress.active .progress-bar {
	-webkit-animation:progress-bar-stripes 2s linear infinite;
	-o-animation:progress-bar-stripes 2s linear infinite;
	animation:progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
	background-color:#5cb85c
}
.progress-striped .progress-bar-success {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-info {
	background-color:#5bc0de
}
.progress-striped .progress-bar-info {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-warning {
	background-color:#f0ad4e
}
.progress-striped .progress-bar-warning {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-danger {
	background-color:#d9534f
}
.progress-striped .progress-bar-danger {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
@media (max-width:600px){ 
	#myTabxx,#myTabxxContent{
		width: 100%;
		padding: 2% 0;
	}  
	#myTabxx li{
		width: 33%;
	}
	.table_tif{
		width: 20%;
	}    
}  
/*  .top51 h4, .top52 h4, .top53 h4{
 	background-image: url(../images/top5.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: 15%;  
 } */   
 .top51 h4{ 
 	background-color: #ef7e32;  
 	color:#fff;  
 	padding:25px 0; 
 	text-align: center; 
 	border-radius: 5px;  
 }
 .top51 .topfive{
 	box-shadow:2px 2px 5px #ef7e32;
 	padding: 10px 0 5px 0;
 }
 .top52 h4{ 
 	background-color: #548033;    
 	color:#fff;  
 	padding:25px 0; 
 	text-align: center; 
 	border-radius: 5px;     
 }  
 .top52 .topfive{
 	box-shadow:2px 2px 5px #548033;
 	padding: 10px 0 5px 0;
 }
 .top53 h4{ 
 	background-color: #ffc300;    
 	color:#fff;  
 	padding:25px 0; 
 	text-align: center; 
 	border-radius: 5px;  
 }
 .top53 .topfive{
 	box-shadow:2px 2px 5px #ffc300;
    padding: 10px 0 5px 0;
 }


 .topfive{
 	width: 100%;
 	height: 82%; 
 }
 .topfive li{
 	width: 95%; 
    height: 60px;
    position: relative;
    line-height: 60px;
    box-shadow: 0px 4px 5px #c3c3c3;
    border-radius: 5px; 
    margin: 10px auto;   
 }
 .topfive li:nth-child(1){
 	margin-top:0; 
 }
  .topfive li:hover{
  	cursor:pointer;  
    box-shadow: 0 0 5px #cecece;
    transform: scale(1.1);     
    background: #ffffff; 
    border-radius: 5px; 
  }

.topfive li>.topname{
	display: block;
    width: 68%;  
    float: right;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;  
    white-space: nowrap;
}
.topfive li>.topnumber{
	float: right;
	width: 20%;
	line-height: 60px;
    display: block;
    text-align: center; 
    font-weight: 900;
    color:#45608f;    
}
.topfive li>img{    
	height:60% !important; 
    margin-left: 1.5%;
}       
.topfive li:nth-child(4) img,.topfive li:nth-child(5) img{
	height:45% !important;
}
@media (max-width:1210px){ 
	.topfive li>.topname{
		width: 66%;        
	}   
}
@media (max-width:992px) {
	.topfive li>.topname{
		width: 62%;           
	} 
}
@media (max-width:768px) {
	.topfive li>.topname{
		width: 68%;           
	} 
}
/* 媒体关注 */
/* #zxdt .col-lg-6:nth-child(1) .service-single,
#zxdt .col-lg-6:nth-child(4) .service-single,
#zxdt .col-lg-6:nth-child(5) .service-single{
	box-shadow: 0px 0px 10px #fae2d9;    
}     */
 
#xxbhb .topmore{       
    float: right;
    margin-top: 4%;
}  

.topmore img{         
    height: 45px !important;
}  
#xxbhb .topmore:hover{
	transform: scale(1.05);  
}
.newspan {
	width: 100%;  
    color: #777777; 
}   
.ertitleh3{   
	font-size:2em;  
	text-align: center;  
	padding:20px 0;  
	width: 100%;  
    margin: 0;   
}
.erbox1,.erbox2,.erbox3,
.erbox1 img,
.erbox2 img,  
.erbox3 img{
	width: 100%;   
}

/* 导航栏隐藏 */
#a230,#a231,#a232,#a239,#a352{
	display: none; 
}
/* 22导航栏隐藏 */
#a234,#a221,#a254{
	display: none; 
}  
#a254{ 
	background: #00a1e9; 
}  
#a261{
	background: #fa6501;   
} 
/* 赛事报名页面 */ 
#sportregistration {
    margin: auto;      
}
#sportregistration .form-group{
	margin:0 30px;    
	margin-top:20px;    
}
#sportregistration .form-group label{
    background: #ff6500;
    color: #fff; 
    border-radius: 10px 0 0 10px;
    padding: 9px 15px;
}
#sportregistration .form-control{
    min-height: 34px;
    line-height: 30px;   
    width: 150px;    
}
.ssxm .form-control{   
	width: 400px !important; 
}  
#sportregistration input:focus,#sportregistration textarea:focus,#sportregistration .nice-select.open {
    border-color: #ff6500;
} 
#sportregistration .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff6500; 
    outline: 0;  
    box-shadow: 0 0 0 0.2rem rgba(255,101,0,0.25);
}
#sportregistration .nice-select{
	border: solid 1px #ffd1ba;  
	float: right; 
} 

/* 筛选列表 */
.sportlist{
	margin-top:20px;  
}
.sportlist span{  
	width:33%;      
	display: inline-block;
	padding:10px;    
	text-align: center;   
}  

/* 报名列表 */
.sportdetail{
	width: 100%; 
	margin-top:50px;  
}
.sportdetail li{ 
	width: 49%;
    border: 1px solid #d6d6d6;
    padding: 15px 20px;
    float: left;
    margin: 0 0.5%;   
    position: relative; 
    margin-top: 0.5%; 
}
.sportdetail li h5{
	margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.sportdetail li span{
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;    
}
.sportdetail li button{
	position: absolute;   
    right: 10px;
    bottom: 10px;
    padding: 5px 15px;
    background: #ff784c;
    color: #fff;
    border-radius: 20px;
}
.sportdetail li button:hover{
	background: #bd5331;
}    
@media (max-width:768px) {  
	.ssxm .form-control{   
		width: 290px !important; 
	}  
	.ssxm .nice-select .option{
		padding:10px;    
		overflow: hidden;
   		 text-overflow: ellipsis;
	}
	.sportdetail li button{
		position: relative;
    	margin-top: 15px; 
    	width: 100%;  
    	right: 0;  
	}
	.sportdetail li{  
		text-align:left; 
		width: 100%;  
	}
	.sportdetail li span{
		display: block;
	    overflow: auto;     
	    text-overflow: inherit;
	    white-space: normal;
	    width: 100%;    
	}
	.service-single .service-name {
	    font-size: 1.2em;   
	}
}

/********** 赛事报名弹框 **********/
#openSsbm{
	width: 100%;
	height:100%;
	position: fixed;
	top: 0;
	left:0;
	background-color: rgb(182 182 182 / 60%);
	z-index: 999;
	display: none; 
}
#openSsbm.ssbmOpen{
	z-index: 9999;
}
#openSsbm .openMainBox .closeOpenSsbm{
    text-align: right;
	border-bottom:1px rgb(182 182 182 / 60%) solid;    
}
#openSsbm .openMainBox .closeOpenSsbm span{
	cursor: pointer;
    font-size: 2em;   
    display: inline-block;
    padding: 0 10px;  
    width: 50px;  
}
#openSsbm.ssrlOpen .openMainBox{
	width:70%;
	left:15%;
}
#openSsbm .openMainBox{
	background-color:#fff;
	position: absolute;
	width: 50%;
	height:70%;
	top: 15%;  
	left:25%;   
	overflow:hidden;  
	border-radius: 8px;  
}   
#openSsbm .openMainBox ul{
	padding:1em 1.5em;  
	overflow:auto;
}
#openSsbm .openMainBox li{
	line-height: 50px; 
	margin-bottom: 8px;
}
#openSsbm .openMainBox label{
	font-weight: bold;
	font-size: 20px;
}
#openSsbm .openMainBox span{
	font-size: 18px;  
	overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    white-space: nowrap;
}
#openSsbm .openMainBox #ssbm-smbm{
	height: 100%!important;  
}
#tzgg{
	position: relative; 
	width:100%;
	height:80px;
	box-shadow: 0 5px 5px #f2f2f2;
}
#tzgg .tzgg-title {
	display: inline-block;
    float: left;
	height:100%; 
	line-height:75px;
    padding: 0 10px;
    font-size: 20px;  
    letter-spacing: 4px;
    border-right:1px solid #f2f2f2;   
    color: #fa6501;
    font-weight: 900;
}
#tzgg .tzgg-title img{
	height: 80%!important;
    margin-right: 10px; 
}
#tzgg .tzgg-main {  
	display: inline-block;
    float: left;
	height:100%;
}
#tzgg .tzgg-main li{
	display: inline-block;
	line-height: 75px;
	margin-right: 20px;
} 

#tzgg .tzgg-main li:before{
	display: inline-block;
	line-height: 75px;
	margin-right: 20px;
} 
#tzgg.pb-120 {
    padding-top: 0;  
}   
#tzgg .owl-carousel{
	width: 75%;
	margin: auto;    
}
#tzgg .owl-carousel .owl-stage-outer{
	z-index: 99;  
}
#tzgg i{
    font-style: normal;
    font-size: 6em;  
    color: #2464a1b8;
}
#tzgg .owl-nav{
    position: absolute;
    top: -15%;        
    width: 150%;
    margin-left: -25%;
}
/* #tzgg .owl-prev,#tzgg .owl-next{
	border:1px solid #ffbfa6;       
}  */  
#tzgg button{
	outline: 0;     
}
#tzgg .owl-prev:hover i,#tzgg .owl-next:hover i{
	color:#00a1e9;  
}
#tzgg button:active,#tzgg button:focus,
#tzgg button::before,#tzgg button::after{
	border:none;        
	border-color: transparent;  
	　outline: 0;  
}
#tzgg .owl-prev{
	float: right; 
}
@media (max-width:768px) { 
	#tzgg i{
	    font-size: 3em;     
	}
	#tzgg .owl-nav{
	    top: 10%;        
	}
	.header-section {
        margin-top:0px;    
    }
    .header-section .header-bottom .main-menu {
	    background-color: transparent;
	    box-shadow: inherit;
	}    
	.header-section .header-bottom .main-menu li{
		box-shadow: inherit;  
	}
    /* 通知公告 */
    #tzgg{
    	height: 60px;
    }
    #tzgg .tzgg-title{
        font-size: 1em;
    	line-height: 60px;  
    }
    #tzgg .tzgg-title img {
	    display: none;  
	}
	#tzgg .tzgg-main li{
    	line-height: 60px;    
	}
}
.menu_has_children img{
	width: 35px;       
	padding-right:12px;  
}
/*****************************三级菜单展示方式JD********************************/
@media (max-width: 5000px) and (min-width: 1198px){
	.listMore ul{
		background:rgba(255,122,69,0.95);
		border-radius: 0!important;
		width: 750px;  
		padding:5px;     
		color:#fff;
	}
	.listMore.dropdown-submenu>.dropdown-menu{
		width: 800px;    
	} 
	.listMore ul li{
		display: inline-block;  
	} 
	.header-section .header-bottom .main-menu li .listMore ul li:nth-child(even) {
		background: transparent;
	}
	.header-section .header-bottom .main-menu li .listMore ul li:nth-child(odd) {
		background: transparent;  
	}
	.header-section .header-bottom .main-menu li .listMore ul li{
		box-shadow:none;
	}
	.header-section .header-bottom .main-menu li .sub-menu li.listMore ul a{
		color:#fff;
		padding:0;
		padding-left:10px;
		font-size: 16px;    
		line-height: 40px; 
		height: 40px;   
		letter-spacing: 3px    
	}
	.header-section .header-bottom .main-menu li .sub-menu li.listMore ul a:hover{
		color:#fffa00; 
		background: transparent;
	    transform: scale(1);    
	    text-decoration: underline; 
	} 
	/*品牌赛事活动导航*/ 
	.indexheaderr-section .listMore.dropdown-submenu:nth-child(3)>.dropdown-menu{
		top:-56px;  
	}     
	.listMore.dropdown-submenu:nth-child(3)>.dropdown-menu{
		top:0;       
	}    
	/*系列赛导航*/ 
	.indexheaderr-section .listMore.dropdown-submenu:nth-child(5)>.dropdown-menu{
		top:-93px; 
	}     
	.listMore.dropdown-submenu:nth-child(5)>.dropdown-menu{
		top:0;       
	}    
}

/* 媒体关注 */
.service-single {
    padding: 0 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-left: 3px solid #fa6501;
    height: 100px;
    /* line-height: 53px; */
    margin-top: 46px;
    border-radius: 0 5px 5px 0;
}
/* 通知公告 */
.testmonial-single {
    /* height: 45px; */
    margin-bottom: 30px;
}
.testmonial-single .clinet-message {
    padding: 14px 20px;
    border-bottom: 2px solid #2464a1b8;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}

.trangle {
	    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #2464a1b8;
    float: left;
    margin-top: 10px;
}
.content p {
	font-size: 20px;
    display: inline-block;
    padding-left: 25px;
}
.content .litime {
    display: inline-block;
    float: right;
}
.jdxw-content i {
    display: inline-block;
    width: 25px;
    float: left;
    line-height: 0.8;
    margin-right: 10px;
}
.lsxm-icon {
	width: 20px !important;
}
@media (max-width:1450px) {  
    .jdxw-content .content p {
        font-size: 1.3vw;
    }
    .jdxw-content .content .litime {
        font-size: 1.3vw;
    }
}

@media (max-width:1200px){   
    .jdxx-box {
        width: 100%;
    }
    .indexheader-section{
    	margin: 0; 
    }
    
    .jdxw-content .content p {
        width: 55%;
        font-size: 1.6vw;
    }
    .jdxw-content .content .litime {
        font-size: 1.6vw;
    }
	/* #dhworld {
	   top: 8%;  
	}
	#dhworld2 {
	   top: 11%;    
	   right: 13%;  
	} */   
	#dhworld,
	#dhworld2 {
	    font-size: 3vw;
	    letter-spacing: 1vw;
	}
	#dhworld,
	#dhworld2 {
		text-shadow: #d18200 1px 0 0, #f7ce64 0 0 0, #f7ce64 0 0 0, #f7ce64 0 0 0;
	}
}

@media (max-width: 991px) {
    #dhworld, #dhworld2 {
        font-size: 4.5vw;
    }
    #dhworld2 {
	 top: 55%;  
    } 
    .jdxx-box {
    	margin:auto;
    	padding: 0;
    }
    .jdxw-content:nth-child(1) {
		margin-top: 0
	}
	.jdxw-content i {
        width: 28px;
        line-height: 1 ;
    }
    .jdxw-content{
    	margin-top: 30px
    }
    .jdxw-content .content p {
        font-size: 2vw;
    }
    .jdxw-content .content .litime {
        font-size: 2vw;
    }
    .jdxw-content:nth-child(1) .news:hover .content {
        border-bottom: 0;
        background: none;
    }
    .jdxw-content .news:hover .content {
        padding:0;
        border-radius: 0;
    }
    .jdxw-content h3 {
        font-size: 2.8vw;
    }
    .jdxx-box {
		border-right: none;
	    border-bottom: none;
	}
}
@media (max-width:768px) { 
    .jdxw-content i {
        width: 26px;
        line-height: 0.5;
    } 
    .lsxm-icon {
        width: 16px !important;
        line-height: 0.8;
    } 
    .jdxw-content .content p {
        width: 50%;
    	font-size: 2.8vw;
    } 
    .jdxw-content .content .litime {
        font-size: 2.8vw;
    }
    .jdxw-content .news {
        padding: 8px 5px;
    }
/*     #dhworld2 {
       top: 2.5%;  
    left: 45%;    
    }
    #dhworld {
        top: 3.5%;
    	left: 42%; 
    } */
    #dhworld, #dhworld2 {
	    font-size: 18px; 
	}
    #tzgg .owl-carousel {
	    width: 90% !important;
	}
	.content p {
	    width: 55% ;
	    /* line-height: 1; */
	    font-size: 4vw;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	}
	.jdxw-content h3 {
        font-size: 4vw;
    }
}
@media (max-width:500px) { 
    .jdxw-content .content p {
    	font-size: 4vw;
    } 
    .jdxw-content .content .litime {
        font-size: 4vw;
    }
}
@media (max-width: 400px){
	/* #dhworld {
	    top: 4vh;
	} */  
}

/************************** 0303首页 ****************************/
.indexMainBox{
	padding-top: 80px;   
	padding-bottom: 120px;
}
.indexMainBox .changePicBox,
.indexMainBox .rightListBox{
	padding:0;
	margin:0;
	float: left;
}
.indexMainBox .rightListBox{ 
	background-color:#fff; 
}
/*================== 左侧轮播图 ==================*/
.indexMainBox .changePicBox .carousel,
.indexMainBox .changePicBox .carousel-inner,
.indexMainBox .changePicBox .carousel-item{
	height:100%; 
	width:100%;
}
.indexMainBox .changePicBox img{
	height:100%!important;
	width:100%;
}
.indexMainBox .carousel-control-next:hover{
	background-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.4) 100%);
} 
.indexMainBox .carousel-control-prev:hover{
	background-image: linear-gradient(to left, transparent 0%, rgba(0,0,0,0.4) 100%);
} 
.indexMainBox .carousel-control-next span,
.indexMainBox .carousel-control-prev span{
	width: 30px;
    height: 30px;
}
.indexMainBox .carousel-caption{
	left: 0;
    width: 100%;
    bottom: 0;
    padding-bottom: 35px;
    text-shadow: 0 0 10px black;
}
/*================== 右侧列表轮播图 ==================*/
.indexMainBox .newsListBox .listRight{
    height: 100%;
}
.indexMainBox .newsListBox #scrollDiv{
    height: 100%;
    overflow: hidden;  
}     
.indexMainBox .newsListBox #scrollDiv ul{
    min-height: auto;   
}    
.indexMainBox .newsListBox #scrollDiv li{
    line-height: 60px;  
}    
.indexMainBox .titleBorder{
	border-bottom:2px #f0c020 solid
}
.indexMainBox .titleBorder .moreBtn{
    float: right;  
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
}
.topmore {
    float: right;
    margin-top: 4%;
} 
.topmore:hover{
	transform: scale(1.05);  
}
.indexMainBox .section-title{
	font-size: 1.7vw;
    -webkit-box-reflect: inherit;
    padding: 0 0 5px 0;  
}
.indexMainBox .newsListBox .listRight .listul{
	min-height: auto;
    box-shadow: none;
	/* background-color:#fff;  */
   padding:8px 0;   
   overflow: hidden;   
}
.indexMainBox .newsListBox .listRight li{
	height:25%;       
    margin-left: 0; 
	list-style-position: inside; 
	border-bottom: 1px #F0F0F0 solid;
	/* line-height: 77px; */  
}
.indexMainBox .newsListBox #scrollDiv .lititle,
.indexMainBox .newsListBox .listRight .lititle{
	margin-left: 5px;
    width: 69%;
}
.indexMainBox .newsListBox #scrollDiv .lititle{
	width:100%!important;
	cursor: pointer; 
}

.indexMainBox .newsListBox #scrollDiv .lititle a,
.indexMainBox .newsListBox .listRight .lititle a{
	/* font-size: 1.2vw; */  
}
.indexMainBox .newsListBox #scrollDiv  li .litime ,
.indexMainBox .newsListBox .listRight li .litime {
    display: inline-block;
	/* font-size: 1.2vw;   */      
}   
.indexMainBox .newsListBox #scrollDiv li::last-child,
.indexMainBox .newsListBox .listRight li::last-child{
	border-bottom: none;
}
.str_wrap {
	overflow:hidden;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;     
	white-space:nowrap;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0; 
	cursor:pointer;
}
.str_move_clone {
	display:inline-block;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
/* 右侧上下盒子 */
.indexMainBox .sxBox{
	height:50%;  
	width:100%;
   padding-left:2em;
   position: relative;
}
.indexMainBox .sxBox .row{
	margin: 0; 
	height:87%;
}
#zxdt .sssjBox{
	height: 400px;
	width: 100%;    
	margin-top: 48px;  
}
#zxdt .mtgzBox,
#zxdt .sssjBox{
	float:left;
}
#zxdt .sssjBox .jdxx-img{
    opacity: 0.2;
    z-index: 0;
    height: 400px!important;
    position: absolute;
    bottom: 0; 
}
#zxdt .sszsBox{ 
    height: 100%;
    width: 100%;  
    position: relative;
    /* background: #ffffffa3;
    box-shadow: 0 0 10px #eaeaea; */  
}
/* 赛事数据-赛事总数 */
@font-face { 
    font-family: 'YeJing';  
    src: url(../fonts/YeJing.ttf); 
}  
#zxdt .sssjBox .ssNumBox{
	height: 50%;
	width: 100%;     
	padding:10px 0;  
	z-index: 1;   
	position: relative;  
}  
#zxdt .sssjBox .ssNumBox .ssNumName{
    font-size:1.4vw;
    text-align: right;   
    height: 31%;    
}
#zxdt .sssjBox .ssNumBox .jdxx-img2{
    position: absolute;
    height: 70%!important;
    left: 1em;
    bottom: 10px; 
}
#zxdt .sssjBox .ssNumBox .ssNumNum{
    font-family: 'YeJing';
    font-size:8vw;   
    letter-spacing: 5px;      
}
#zxdt .sssjBox .ssNumBox .ssNumText{
	float: left;   
}
#zxdt .sssjBox .ssNumBox.csrsrcBox .ssNumText{
	float: none;      
}
#zxdt .sssjBox .ssNumBox:nth-child(2) .ssNumNum{
    color:#ea5437;
}
#zxdt .sssjBox .ssNumBox:nth-child(3) .ssNumNum{
    color:#f39800;
}    
#zxdt .sssjBox .ssNumBox:nth-child(4) .ssNumNum{
    color:#f8b62b;
}
/* 赛事数据-参赛人数 */
#zxdt .sssjBox .csrsrcBox{
	height: 50%;  
	width: 49%;       
	position: relative;  
}   
#zxdt .sssjBox .ssNumBox.csrsrcBox .ssNumNum{
    font-size:6.5vw;        
    text-align: center;  
    height: 60%;        
}   
#zxdt .sssjBox .ssNumBox.csrsrcBox .ssNumName{
    font-size:1.1vw;
    text-align: center;
    height: 40%;      
}
  
@media (max-width:1200px){   
	#zdjj.indexMainBox {   
	    padding-top: 60px!important;
	}
	.indexMainBox .changePicBox, 
	.indexMainBox .rightListBox{
		width:100%;
		max-width: 100%;  
	}
	.indexMainBox .rightListBox{
	    height: 300px!important;
	}   
	.indexMainBox .carousel .active {
	    min-height: auto;   
	}
	.indexMainBox .sxBox{
		padding-left: 0;
		height:100%;  
		width:50%;  
	    display: inline-block;   
	    float: left;
	    padding: 1em;
	}
	
}
@media (max-width:768px) { 
	#zdjj .container{
		width: 95% !important;
    	max-width: 95% !important;  
	}
	.indexMainBox .sxBox{  
		width:100%;
		padding:1em 0; 
	}  
	#zxdt .sssjBox {
	    height: 200px!important;
	    margin:0 0 48px 0!important;  
	}
	#zxdt .sssjBox .jdxx-img{
		height: 200px!important;
		bottom:48px;
	}  
	#zxdt .sssjBox .sszsTopBox .ssNumName, #zxdt .sssjBox .sszsTopBox .ssNumNum{
		width: 50%;   
	}
	.indexMainBox .section-title{   
	    font-size: 20px!important;
	}  
	#zxdt .sssjBox .ssNumBox.csrsrcBox .ssNumName,  
    #zxdt .sssjBox .ssNumBox .ssNumName{
    	font-size: 16px!important;    
    }  
    #zxdt .sssjBox .ssNumBox.csrsrcBox .ssNumNum,
   #zxdt .sssjBox .ssNumBox .ssNumNum{  
    	font-size: 60px!important;    
    }       
}
.btn-default {
	color:#333;
	background-color:#fff;
	border-color:#ccc
}
.btn-default.focus,.btn-default:focus {
	color:#333;
	background-color:#e6e6e6;
	border-color:#8c8c8c
}
.btn-default:hover {
	color:#333;
	background-color:#e6e6e6;
	border-color:#adadad
}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
	color:#333;
	background-color:#e6e6e6;
	border-color:#adadad
}
.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
	color:#333;
	background-color:#d4d4d4;
	border-color:#8c8c8c
}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
	background-image:none
}
.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
	background-color:#fff;
	border-color:#ccc
}
.btn-default .badge {
	color:#fff;
	background-color:#333
}

/****************** floatBox ******************/
.floatMain{
	position: fixed;
	right: 0;
	bottom:20%;     
	width: 100px;   
	z-index: 999999999
}    
.floatBox{
	height: 50px;
	width: 50px;
	background: url("../images/smIcon.png") no-repeat #ea5437 center;
	background-size: 70% 70%;
	border-radius: 50% 0 0 50%; 
    display: inline-block;
    float: left;
}       
.floatCode{
	width: 100px;
	background:#e5edf8;
    display: inline-block;
    float: left;
	padding:10px 0;  
}
.floatCode .place-name{
	padding-bottom:5px
}
.floatCode .place-name a{  
	font-size: 16px;     
}
.floatCode img{
	width: 90%;
	margin-left: 5% ;  
} 

.floatBox:hover .floatMain{
	border:1px red solid;
} 
/* #hzhbSlide{ 
	min-height:500px
}  
#hzhbSlide .carousel .item{
	display:block; 
} */ 
#hzhbSlide .col-xs-6{
	width:50% ; 
	padding: 0 15px 15px 15px;
}    
#hzhbSlide .owl-carousel .owl-item img{
	display:block!important;
}  
/********** 赛事报名 **********/
.findPage{
	display: none;
	min-height: 450px;
    margin-top: 0;
}
.findPage .chooseBox{ 
    border-bottom: 2px #f0c020 solid;
}
.findPage .chooseBox .nice-select.open .list{
    max-height: 400px; 
    overflow-y: auto;
    display: block;
}
.findPage .chooseBox select{ 
    display: block!important;
} 
.findPage .chooseBox .nice-select{    
    display: none; 
}  
.findPage h3{
	padding: 0.5em 0;
	color: #fa6501;   
} 
.findPage .chooseBox .control-label,
.findPage .chooseBox .form-control{
	display: inline-block;
	float: left;
	line-height: 50px;
}
.findPage .chooseBox .form-group{  
    margin-top: 10px;  
	width: 100%; 
}
.findPage .listTable{
    padding: 1em;
}
.findPage .listTable table{

}
.findPage .listTable table.table-striped tbody tr:nth-of-type(odd) {
    background-color:#e8f0ff;  
}
.findPage .listTable table.table-hover tbody tr:hover{
    background-color: #7f9cd6;
    color: #fff;    
}  

.findPage .listTable .table td,
.findPage .listTable .table th{
	line-height: 35px;
} 
#xxmsb .chooseBox{
	padding:10px; 
} 
/********** 赛事报名弹框 **********/
#openSsbm{
	width: 100%;
	height:100%;
	position: fixed;
	top: 0;
	left:0;
	background-color: rgb(182 182 182 / 60%);
	z-index: 99;
	display: none; 
}
#openSsbm .openMainBox .closeOpenSsbm{
    text-align: right;
	border-bottom:1px rgb(182 182 182 / 60%) solid;    
}
#openSsbm .openMainBox .closeOpenSsbm span{
	cursor: pointer;
    font-size: 2em;   
    display: inline-block;
    padding: 0 10px;  
    width: 50px;  
}
#openSsbm .openMainBox{
	background-color:#fff;
	position: absolute;
	width: 50%;
	height:70%;
	top: 15%;  
	left:25%;   
	overflow:hidden;  
	border-radius: 8px;  
}   
#openSsbm .openMainBox ul{
	padding:1em 1.5em;  
}
#openSsbm .openMainBox li{
	line-height: 50px; 
	margin-bottom: 8px;
}
#openSsbm .openMainBox label{
	font-weight: bold;
	font-size: 20px;
}
#openSsbm .openMainBox span{
	font-size: 18px;  
	overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    white-space: nowrap;
}
#openSsbm .openMainBox #ssbm-smbm{
	height: 100%!important;  
}
  
@media (max-width: 767px) {
	#cjcx .form-horizontal div:first-child,#xxmsb #ssbmForm div:first-child{
		width:90%!important
	}   
	#openSsbm .openMainBox{
	    width: 95%;
	    height:80%;  
	    top:10%;
	    left: 2.5%; 
	} 
	#openSsbm .openMainBox #ssbm-ssmc label{
		display: block; 
	}   
	#openSsbm .openMainBox span{
        overflow: inherit;  
	    text-overflow: initial;
	    width: 100%;  
	    display: block;
	    white-space: inherit;
	}
	#openSsbm .openMainBox #ssbm-smbm{
		height: 80%!important;  
	}
	.findPage .listTable .tableBox{
		width: 100%;
		overflow: auto;   
	}
	.findPage .listTable table{
		width: 450%  
	}
}


/*日历*/
.datebox {
    background-color: #ffffff;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
	margin-bottom: 50px;
}
 
.calendar {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    /*padding: 0.3rem 0;*/
    border-radius: 5px;
}
 
.calendar .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: none;
}
 
.calendar .title #month {
    color: #585858;
    font-weight: 200;
    font-size: .8rem;
}
 
.calendar .calendars {
    width: 100%;
    margin: 0 auto;
    /*background: #FFCC99;*/
}
 
.calendar .calendars .table {
    border: 0;
    margin: 0;
    width: 100%;
    text-align: center;
	border: 0.5px #f2f2f2 solid;
}
 
.calendar .calendars .table .tr {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 80px;
}
 
.calendar .calendars .table .thead {
    color: #888888;
}
 
.calendar .calendars .table .td {
    border: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: 5vh;
    position: relative;
    cursor: pointer;
    color: #333;
	border: 0.5px #f2f2f2 solid;
}
 
.calendar .calendars .table .thead .td {
    font-size: 18px;
    color: #999999;
}
 .calendar .calendars .table .td:hover{
    background-color: rgba(0, 0, 0, 0.05);
 }
.calendar .calendars .table .td.today-bg {
    background-color: #edf1fb;
    color: #f58700;
}
.lxdl_calendar .container {
    height: 56px;
    background-color: #f5f5f5;
    padding: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
 
.lxdl_calendar .date-selector {
    height: 56px;
    background-color: #f5f5f5;
}
 
.calendar .calendars .table .td.wdl {
    position: relative;
}
 
.calendar .calendars .table .td.wdl:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    background-color: #ff9b00;
    border-radius: 50%;
}
 
.calendar .calendars .table .td.ydl {
    position: relative;
}
 
.calendar .calendars .table .td.ydl:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    background-color: #31cd05;
    border-radius: 50%;
}
 
.calendar .calendars .table .td.lxdl_num {
    position: relative;
}
 
.calendar .calendars .table .td.lxdl_num:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -12px;
    width: 25px;
    height: 60px;
    line-height: 24px;
    color: #fa7c30;
    /* background-color: #fdf1d4; */
    background-image: url(/www/html/jxzq/images/gdjf_jfb.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center 20px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 800;
}
 
.calendar .calendars .table .td.today {
    position: relative;
}
 
.calendar .calendars .table .td.today:before {
    content: "今天";
    position: absolute;
    bottom: -0px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #38cd0e;
    font-weight: 800;
    font-size: 16px;
    background-color: #e1ffda;
    border-radius: 50%;
}







