article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
    display:block;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section{
    margin: 0;
    padding: 0;
    border: 0;
    /*font: inherit;*/
    vertical-align: baseline;
}
/*body{
    font-size: 14px;
}*/
a,button,input,select,textarea{
    border-radius:0 !important;
}
ol,ul{
    list-style: none;
}

 @media (max-width:1920px){
    .flyt-banner .tools{
        width: 30% !important;
    }
} 
@media (max-width:1440px){
    .flyt-banner .tools {
        width: 37% !important;
    }
}

/*hzp*/
@media (max-width:992px) {
    .flyt-header {
        display: none;
    }

    .flyt-logo-nav {
        height: 70px;
        margin-bottom: 0px!important;
    }

    .flyt-logo-nav .logo {
        height: 70px;
        display: flex;
        align-items: center;
        /*justify-content: center;*/
    }
    .flyt-logo-nav .logo img {
        width: 150px;
        height: auto;
    }

    .flyt-logo-nav .col-xs-9 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 70px;
    }

    .glyphicon-menu-hamburger {
        font-size: 24px;
        position:absolute;
        right:15px;
        top:25px;
        z-index:99;
    }

    .nav .list-inline {
        display: none;
    }
    .flyt-banner .tools {
        width: 100% !important;
        padding: 5px 15px;
        box-sizing: border-box;
        background-color: #65B0EA;
    }
    .flyt-banner .tools .nav {
        margin-bottom: 15px;
    }
    .flyt-banner .tools .form-horizontal .control-label {
        text-align: right;
    }
    .footer-column{
        display:none;
    }
    .flyt-news-container > .new-list{
        padding-top:0px!important;
    }
    .blog-article h3{
        font-size:18px!important;
    }
}


/*菜单下拉--屏幕小于等于992*/
.m-header-menu {
    width: 100%;
    height: 100%;
    background: #0A4487;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1501;
    overflow: hidden;
    transition: height .8s ease-out;
    padding:0 30px;
    box-sizing:border-box;
    display: none;
}
.top-bar{
    height:70px;
    display:flex;
    align-items:center;
}
.top-bar .language-content {
    margin-right:15px;
}
.top-bar .contact {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.top-bar .contact img{
    margin-top: -5px;
}
.m-header-menu .glyphicon-remove {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    right: 20px;
    top: 25px;
}
.m-header-menu li {
    font-size: 18px;
    padding: 15px 0;
    line-height: 25px;
    cursor: pointer;
    font-family: Noto Sans SC,SourceHanSansCn-Normal;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #4a747c;
}
.m-header-menu li a{
    color:#ffffff;
    width:100%;
    display:inline-block;
}

.link-group{
    height:50px;
    line-height:50px;
    text-align:center;
    margin-top:50px;
    font-size:16px;
}
.link-group a {
    color: #fff;
    font-weight: bold;
    margin:0 20px;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif);
}


body {
    background-color: #fff;
    overflow-x:hidden;
}

/************************ 顶部 *********************************/
.flyt-header {
    /* width:100%; */
    height: 50px;
    background-color: #0A4487;
}
.flyt-header .language-content{
    margin-top:10px;
    height:30px;
    /*background-color: #162f3a;*/
    padding:5px;
    float:left;
}
.flyt-header .language-content > div{
    margin:0 10px;
}
.language-content > .language-icon{
    display: block;
    width: 25px;
    height: 15px;
    margin-top: 3px;
}
.language-content > .language-text{
    color:#fff;
}
.language-content > .nav-arrow{
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 5px;
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
}
.language-content > .language-icon.english { background: url(../images/materials.png) no-repeat scroll 0px -54px; }
.language-content > .language-icon.china { background: url(../images/materials.png) no-repeat scroll 0px 0px; }
.language-content > .language-icon.down{
    background: url(../images/materials.png) no-repeat scroll 0px -28px;
}
.flyt-header .contact{
    padding:13px;
    color:#fff;
    font-weight: bold;
    font-size:14px;
}
.flyt-header .contact > img{
    margin-top:-5px;
}
.flyt-header .entey-link{
    padding:15px;
}
.flyt-header .entey-link li{
    margin-left:30px;
}
.flyt-header .entey-link li > a{
    font-weight:bold;
    color:#fff;
}
.flyt-header .entey-link li > a:hover{
    color:orange;
}

/************************ logo和导航 *********************************/
.flyt-logo-nav{
    width:100%;
    background-color: #fff;
    margin-bottom:15px;
}
.flyt-logo-nav li{
    padding:30px 20px;
}
.flyt-logo-nav li.active{
    border-bottom:5px solid #014484;
}
.flyt-logo-nav li:hover{
    border-bottom:5px solid #014484;
}
.flyt-logo-nav li > a{
    text-decoration:none;
    font-weight:bold;
    color:#014484;
    font-size:16px;
}


/************************ 验证码 *********************************/
.verification-code {
    width: 50%;
    float: left;
}
.verification-img {
    width: 50%;
    float: left;
}
#changeValidateCode {
    cursor: pointer;
}
/*************************** 验证码 *************************************/

/************************ banner轮播图 *********************************/

.flyt-banner {
    width: 100%;
    position: relative;
}
    .flyt-banner .swiper-container {
        width: 100%;
        min-height: 125px;
        position: relative;
        margin-bottom: 20px;
        background:#eee;
    }

.flyt-banner .swiper-container img {
    width: 100%;
}
.flyt-banner .slide_container {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

    .flyt-banner .rslides {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
    }
.flyt-banner .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.flyt-banner .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.flyt-banner .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.flyt-banner .slide {
    position: relative;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.flyt-banner .slide li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.flyt-banner .slide img {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    border: 0;
    max-height: 580px;
}

.flyt-banner .slide .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.flyt-banner .slide_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.5;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../images/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.flyt-banner .slide_nav:active {
    opacity: 1.0;
}

.flyt-banner .slide_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

/*
.flyt-banner .banner {
    position: relative;
    overflow: hidden;
}
.banner-view {
    position: relative;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
}

.banner-view i {
    position: relative;
    display: block;
    float: left;
    background-repeat: no-repeat;
}

.banner-btn {
    position: absolute;
    width: 100%;
    height: 0;
    top: 45%;
    font-family: "宋体";
    font-size: 20px;
    z-index: 1000;
}

.banner-btn span {
    display: block;
    float: left;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    color: #74dcff;
    cursor: pointer;
    font-weight: 800;
}

.banner-btn span:hover {
    background-color: rgba(0,0,0,0.6);
}

.banner-btn span + span {
    float: right;
}

.banner-number {
    position: absolute;
    bottom: 35px;
    width: 100%;
    height: 0;
    font-size: 0;
    text-align: center;
    z-index: 1000;
}

.banner-number > * {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 8px;
    width: 10px;
    height: 10px;
    background-color: #00c3ff;
    cursor: pointer;
}

.banner-number > *:hover,
.banner-number > *.on {
    background-color: #ffc300;
}

.banner-progres {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 3px;
    z-index: 1000;
}

.banner-progres i {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    display: block;
    height: 100%;
    width: 0;
}

.banner-picture {
    position: relative;
}*/
/*************************** banner 中等屏幕（桌面显示器，大于等于 992px） *************************************/
@media (min-width: 992px) and (max-width: 1920px) {
    .flyt-banner .swiper-container {
        width: 100%;
        min-height: 410px;
        margin-bottom: 50px;
    }
    /*.flyt-banner .slide_container {
        min-height: 410px;
        margin-bottom: 50px;
    }*/
    /*************************** 运费试算、包裹查询 *************************************/
    .flyt-banner .tools {
        position: absolute;
        background-color: #65B0EA;
        padding: 5px;
        /*top: 8%;*/
        bottom:0;
        left: 7%;
        /*-webkit-box-shadow: 5px 5px 15px #888888;
    -moz-box-shadow: 5px 5px 15px #888888;
    box-shadow: 5px 5px 15px #888888;*/
        z-index: 8;
    }

        .flyt-banner .tools .tabs-left > .nav-tabs {
            top: auto;
            margin-bottom: 0;
            border-color: #c5d0dc;
            float: left;
             width:30%; 
        }

        .flyt-banner .tools .tabs-left > .tab-content {
            float: left;
            width: 70%;
            margin-left: -2px;
            background-color: #fff;
            min-height: 270px;
            overflow: auto;
        }

        .flyt-banner .tools .tabs-left > .nav-tabs > li {
            /*float: none;*/
        }

        .flyt-banner .tools .tabs-left > .nav > li > a {
            padding: 15px 30px;
            /* color:#fff; */
            font-size: 14px;
            font-weight: bold;
        }

        .flyt-banner .tools .tabs-left > .nav > li.active > a {
            color: #0462ac;
        }

    .flyt-banner .nav-tabs > li.active > a, .flyt-banner .nav-tabs > li.active > a:focus, .flyt-banner .nav-tabs > li.active > a:hover {
        border: none;
    }

    .flyt-banner .tools .tabs-left .nav-tabs {
        border: none;
    }

    .flyt-banner .tools .form-horizontal .form-group {
        margin: 8px 0;
    }

    .flyt-banner .tools .volume-text {
        font-weight: 400;
        width: 12%;
        text-align: center;
    }

    .flyt-banner .tools .input-small {
        width: 19%;
    }

    .flyt-banner .tools .btn {
        padding: 6px 30px;
    }

    .flyt-banner .tools .form-horizontal .control-label {
        font-weight: 400;
    }

    .flyt-banner .tools .form-horizontal input.form-control {
        height: 30px;
    }

    .flyt-banner .tools .form-horizontal .padding-right-0 {
        padding-right: 0;
    }
}

/*************************** banner *************************************/

/*.flyt-banner .tools .form-horizontal .input-group-addon:last-child {
    border-radius: 0;
}
.flyt-banner .tools .form-horizontal .verification-code {
    position: relative;
    background-color: #e8e8e8;
    width: 200px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.flyt-banner .tools .form-horizontal .verification-code .handler {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 34px;
    border: 1px solid #ccc;
    cursor: move;
}

.flyt-banner .tools .form-horizontal .handler_bg {
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEyNTVEMURGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEyNTVEMUNGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MTc5NzNmZS02OTQxLTQyOTYtYTIwNi02NDI2YTNkOWU5YmUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YiRG4AAAALFJREFUeNpi/P//PwMlgImBQkA9A+bOnfsIiBOxKcInh+yCaCDuByoswaIOpxwjciACFegBqZ1AvBSIS5OTk/8TkmNEjwWgQiUgtQuIjwAxUF3yX3xyGIEIFLwHpKyAWB+I1xGSwxULIGf9A7mQkBwTlhBXAFLHgPgqEAcTkmNCU6AL9d8WII4HOvk3ITkWJAXWUMlOoGQHmsE45ViQ2KuBuASoYC4Wf+OUYxz6mQkgwAAN9mIrUReCXgAAAABJRU5ErkJggg==") no-repeat center;
}

.flyt-banner .tools .form-horizontal .handler_ok_bg {
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlBRDI3NjVGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlBRDI3NjRGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphNWEzMWNhMC1hYmViLTQxNWEtYTEwZS04Y2U5NzRlN2Q4YTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+k+sHwwAAASZJREFUeNpi/P//PwMyKD8uZw+kUoDYEYgloMIvgHg/EM/ptHx0EFk9I8wAoEZ+IDUPiIMY8IN1QJwENOgj3ACo5gNAbMBAHLgAxA4gQ5igAnNJ0MwAVTsX7IKyY7L2UNuJAf+AmAmJ78AEDTBiwGYg5gbifCSxFCZoaBMCy4A4GOjnH0D6DpK4IxNSVIHAfSDOAeLraJrjgJp/AwPbHMhejiQnwYRmUzNQ4VQgDQqXK0ia/0I17wJiPmQNTNBEAgMlQIWiQA2vgWw7QppBekGxsAjIiEUSBNnsBDWEAY9mEFgMMgBk00E0iZtA7AHEctDQ58MRuA6wlLgGFMoMpIG1QFeGwAIxGZo8GUhIysmwQGSAZgwHaEZhICIzOaBkJkqyM0CAAQDGx279Jf50AAAAAABJRU5ErkJggg==") no-repeat center;
}

.flyt-banner .tools .form-horizontal .verification-code .drag_bg {
    background-color: #7ac23c;
    height: 34px;
    width: 0px;
}

.flyt-banner .tools .form-horizontal .verification-code .drag_text {
    position: absolute;
    top: 0px;
    width: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}*/

.flyt-column {
    margin-top: 20px;
    width: 100%;
    margin-bottom:3px;
}
.flyt-column a{
    text-decoration: none;

}
.flyt-line {
    border-bottom: 1px solid #e8e8e8;
}
.flyt-column > .flyt-title {
    border-left: 5px solid #0462ac;
    margin-bottom: 20px;
    overflow: hidden;
    display:flex;
    align-items:center;
}
.flyt-column > .flyt-title > h1{
    font-weight: 700;
    font-size:29px;
    margin:0 10px;
    float: left;
    width: 80%;
}
.flyt-column > .flyt-title > span {
    float: right;
    width: 15%;
    text-align: right;
    height: 31px;
    line-height: 31px;
}
.flyt-column > .flyt-title > span > a {
    margin: 0 10px;
    color: orange;
}
.flyt-column > .flyt-content{
    width:100%;
    overflow: hidden;
}
.flyt-column > .flyt-content .new-box{
    background-color:#fff;
    padding:20px;
    border:1px solid #f4f4f4;
}
.flyt-column > .flyt-content .new-box > .new-title{
    overflow:hidden;
    border-bottom:1px solid #d3d3d3;
    padding:15px 0;
    margin-bottom:20px;
}
.flyt-column > .flyt-content .new-box > .new-title > h4{
    width:60%;
    float:left;
    font-size:16px;
    font-weight:bold;
    color:#0462ac;
}
.flyt-column > .flyt-content .new-box > .new-title > span{
    width:40%;
    float:right;
    text-align: right;
}
.flyt-column > .flyt-content .new-box > .new-title > span > a{
    color:#f09202;
    margin:10px 0;
}
.flyt-column > .flyt-content .new-box > .new-picture > img{
    width:100%;
}
.flyt-column > .flyt-content .new-box > .new-content{
    margin:10px 0;
}
.flyt-column > .flyt-content .new-box > .new-content > ul li{
    padding:5px;
    margin:20px 0;
}
.flyt-column > .flyt-content .new-box > .new-content .time{
    float:right;
    width:30%;
    text-align: right;
    color:#9f9f9f;
    font-style:italic;
    font-size:13px;
}
.flyt-column > .flyt-content .new-box > .new-content .title{
    float:left;
    width:70%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.flyt-column > .flyt-content .new-box > .new-content .title > a{
    color:#4f4f4f;
}
.flyt-column > .flyt-content .new-box > .new-content .title a:hover {
    color: #fdbb5a;
    text-decoration: none;
}
.flyt-footer{
    margin-top:100px;
    background:#575757;
    width:100%;
    color:#fff;
}
.flyt-footer .return-top{
    position: relative;
    height:50px;
}
.flyt-footer .return-top img{
    margin-top: -55px;
}
/* .flyt-footer .footer-column{
    border-right:1px solid #929292;
} */
.flyt-footer .footer-column h3{
    font-size:16px;
    color:#fff;
    font-weight:bold;
    padding:10px;
    margin:20px 0;
}
.flyt-footer .footer-column > ul{
    border-right:1px solid #929292;
}
.flyt-footer .footer-column:last-child > ul{
    border-right:none;
}
.flyt-footer .footer-column > ul > li{
    margin:10px 0;
}
.flyt-footer .footer-column > ul > li > a{
    color:#fff;
    padding:10px;
}
.flyt-footer .flyt-clause li > a{
    color:#fff;
}
.flyt-footer .col-xs-2 .title-hover a:hover {
    color: #fdbb5a;
    text-decoration: none;
}

.flyt-content-list-container {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    z-index: 10;
}

@media (max-width:992px) {
    .flyt-content-list-container {
        display: none;
    }
}
   
    .flyt-content-list {
        margin: 20px 0;
        overflow: hidden;
    }
.flyt-content-list-container > .content-list-title {
    background-color: #162f3a;
    padding: 20px 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
/*.flyt-content-list-container > .flyt-content-list {
    width: 80%;
    margin-left: 20%;
}*/
/*.flyt-content-list-container > .flyt-content-list > li {
    padding: 10px 30px;
}*/
/*.flyt-content-list-container > .flyt-content-list > li.active {
    background-color: #014484;
}*/
/*.flyt-content-list-container > .flyt-content-list > li {
    overflow: hidden;
}*/
.flyt-content-list-container > .flyt-content-list > li.active > a {
    color: #fff;
    background-color: #014484;
}
/*.flyt-content-list-container > .flyt-content-list > li:hover {
    background-color: #014484;
}*/
.flyt-content-list-container > .flyt-content-list > li:hover > a{
    color: #fff;
    background-color: #014484;
}
.flyt-content-list-container > .flyt-content-list > li > a {
    color: #666666;
    text-decoration: none;
    float: right;
    width: 80%;
    padding: 10px 0 10px 30px;
    font-size: 14px;
}
.flyt-news-container {
    background-color: #fff;
    border: 1px solid #e0e0e0;
}
.flyt-news-container > .flyt-position {
    padding: 20px 0 10px 20px   
}
.flyt-news-container > .new-list {
    padding: 20px;
    overflow: hidden;
}
.flyt-news-container > .new-list .table > thead > tr > th {
    border-bottom: none;
}
.flyt-news-container > .new-list .table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    border-top: none;
}
.flyt-news-container > .new-list .table > tbody > tr > td > a {
    color: #666666;
    text-decoration: none;
}
.flyt-news-container > .new-list .table > tbody > tr > td > a:hover {
    color:#014484;
}
.flyt-news-container > .new-desc {
    padding: 20px;
}
.flyt-news-container > .new-desc > h3 {
    font-size: 18px;
    text-align: center;
    color: #014484;
    font-weight: bold;
}
    .flyt-news-container > .new-desc > .content {
        padding: 20px;
        word-wrap: break-word;
        overflow-x:auto;
    }
.flyt-news-container > .new-desc > .content img{
    max-width:100%;
}
.flyt-news-container > .new-desc > .time{
    color:#666666;
    text-align:center;
    margin:10px 0;
}
/*.container .flyt-column .flyt-content .col-xs-2 .product {
    border: 1px solid #d3d3d3;
}*/
.container .flyt-column .view-more {
    margin:5px auto;
}



/* ==============================
    Global styles
   ============================== */

.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}
.sec-padd {
    padding: 75px 0 80px;
}
.sec-padd2 {
    padding: 75px 0 30px;
}

.sec-padd-top {
    padding-top: 75px;
}
.sec-padd-bottom {
    padding-bottom: 80px;
}
.no-padd {
    padding: 0px;
}
.clear_fix { clear:both;}
.clear_fix:after {
    display: table;
    content: '';
    clear: both;
}
.list_inline li {
    display: inline-block;
}
.social li {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
}
.social li a {
    color: #fff;
    transition: .5s ease-in-out;
    font-size: 14px;
}
.default_link {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #48c7ec;
    font-weight: 600;
}
.default_link:hover {
    color: #48c7ec;
}

.default_link i {
    margin-left: 3px;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.default-overlay-outer{
    position:absolute;
    display:block;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    padding:10px;
    transition:all 700ms ease;
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
    -moz-transition:all 700ms ease;
}

.default-overlay-outer .inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    text-align:center;
}

.default-overlay-outer .inner .content-layer{
    position:relative;
    display:table-cell;
    vertical-align:middle;
    color:#ffffff;
}


.rating {
    font-size: 14px;
    color: #48c7ec;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #292121;
    background: #292121;
}

::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.75);
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.75);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,255,255,0.75);
}


.uppercase {
    text-transform: uppercase;
}
.padd-80 {
    padding-top: 80px;
}
.tran3s {
    transition: all 0.3s ease-in-out;
}
.center {
    text-align: center;
}


.row-5 {
    margin: 0 -5px;
}
.row-10 {
    margin: 0 -10px;
}

.thm-color {
    color: #48c7ec;
}

.bold {
    font-weight: 700;
}
.s-bold {
    font-weight: 600;
}
.m-bold {
    font-weight: 600;
}

.float_left {
    float: left;
}
.float_right {
    float: right;
}

.border-bottom {
    border-bottom: 1px solid #f7f7f7;
}

@media (min-width: 1200px) {
    .container {
        padding: 0;
    }
}

.thm-btn {
    position: relative;
    background: #48c7ec;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #48c7ec;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
    background: transparent;
    color: #48c7ec;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn2 {
    position: relative;
    background: transparent;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    color: #48c7ec;
    border: 2px solid #f4f4f4;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn2:hover {
    background: #48c7ec;
    border-color: #48c7ec;
    color: #fff;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}


.thm-btn-tr {
    position: relative;
    background: transparent;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn-tr:hover {
    background: #48c7ec;
    border-color: #48c7ec;
    color: #fff;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.anim-3 {
    transition: all 0.3s ease;
}
.anim-5 {
    transition: all 0.5s ease;
}


.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.section-title h2 {
    position: relative;
    text-transform: capitalize;
}
.section-title h3 {
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
}
.section-title h4 {
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
}
.section-title:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.section-title:after {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 50px;
    height: 1px;
    background: #48c7ec;
}
.section-title.center:after {
    left: 50%;
    margin-left: -25px;
}



.inner-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.inner-title:before {
    content: "";
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.inner-title:after {
    content: "";
    position: absolute;
    top: 38px;
    left: 0;
    width: 50px;
    height: 1px;
    background: #48c7ec;
}
.inner-title h4 {
    font-size: 20px;
}

.scroll-top {
    width: 60px;
    height: 60px;
    position: fixed;
    border-radius: 50%;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #48c7ec;
    background: #10252e;
    text-align: center;
    border: 2px solid #19333e;
}
.scroll-top span:before {
    font-size: 27px;
}
.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%;
    z-index:999999; background-color:#ffffff; background-position:center center;
    background-repeat:no-repeat; background-image:url(../images/icons/preloader.gif);}




.video-image-box{
    position:relative;  
}

.video-image-box .image{
    position:relative;  
}

.video-image-box img{
    display:block;
    width:100%; 
}

.video-image-box .image .overlay-link{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    color:#ffffff;
    text-align:center;
    background:rgba(0,0,0,0.10);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease; 
}

.video-image-box .image .overlay-link:hover {
    background: rgba(72, 199, 236, 0.9);
}

.video-image-box .image .overlay-link .icon{
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-25px;
    margin-left:-25px;
    width: 58px;
    height: 41px;
    line-height: 43px;
    font-size:60px;
    color: #f7f7f7;
}


/*** 

====================================================================
    service Section style
====================================================================

***/

.service {
    position: relative;
    overflow:hidden;
}

.service .item {
    padding: 4px;
    margin-bottom: 5px;
    border: 1px solid #f4f4f4;
}
    .service .single-column {
        margin-bottom: 20px;
    }
.service.style-2 .column {
    margin-bottom: 50px;
}

.service .item:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 98%;
    left: 10%;
    right: 10%;
    height: 15px;
    width: 80%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    z-index: 9;
}
.service .item:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateY(5px);
}

.service .item .img-box {
    position: relative;
    overflow: hidden;
    height:210px;
}

.service .item .img-box img {
    width: auto;
    min-height: 100px;
    max-height: 210px;
    margin: 0 auto;
}
.service .item .default-overlay-outer{
    opacity:0;
    top:-100%;
    background: rgba(16, 37, 46, 0.9);
}

.service .item:hover .default-overlay-outer{
    top:0;
    opacity:1;  
}

.service .item .thm-btn {
    padding: 0 25px;
    line-height: 34px; 
}

    .service .item .textmin {
        line-height: 18px;
        color: #848484;
        font: inherit;
        font-size: 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4; /*截取4行*/
        text-overflow: ellipsis;
        overflow: hidden;
        /*height: 120px;*/
    }



.service .content {
    padding: 12px 5px;
    min-height: 150px;
}

.service .content h5 {color: #48c7ec;
    font-size: 14px;}

    .service .content h4 {
        padding: 15px 0;
        font-size: 16px;
        color: #222;
        font-weight: 600;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }



.service .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 65px;
}

.service .owl-theme .owl-nav [class*=owl-] {
    color: #202f35;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 40px;
    width: 18px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    transition: color .3s ease;
}

.service .owl-theme .owl-nav [class*=owl-]:hover {
    color: #48c7ec;
    transition: .5s ease;
}


/********************************************************* 产品 ****************************************************************/
/*.da-thumbs {
    list-style: none;
    width: 100%;
    position: relative;
    padding: 0;
}
.da-thumbs li {
    float: left;
    margin: 5px;
    background: #fff;
    padding: 8px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    width: 15.6%;
}
.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
}
.da-thumbs li a {
    overflow: hidden;
}
.da-thumbs li a div {
    position: absolute;
    background: #333;
    background: rgba(75,75,75,0.7);
    width: 100%;
    height: 100%;
}
.da-thumbs li a div span {
    display: block;
    padding: 10px 0;
    margin: 40px 20px 20px 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}*/
/* ==============================
   5. Our Services styles
   ============================== */
.three-column.bg {
    background: #f7f7f7;
    padding-bottom: 14px;
}


.three-column .separet {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 40px;
    top: -10px;
}

.three-column .caption-box-wrapper {
    border-top: 1px solid #F4F4F4;
    margin-top: 35px;
}
.three-column .single-our-service {
    margin-bottom: 56px;
}

.three-column .single-our-service h4 {
    margin-top: 17px;
    margin-bottom: 11px;
    color: #222;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    transition: .5s ease;
}
.three-column .single-our-service:hover h4 {
    color: #48c7ec;
    transition: .5s ease;

}
.three-column .single-our-service .img-box {
    position: relative;
    max-width: 370px;
}
.three-column .single-our-service .img-box .count {
    background: #48c7ec;
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    padding: 5px 24px;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.three-column .single-our-service .text-box {
    border-top: 0px;
    padding: 20px 0px 0px;
}

.three-column .single-our-service-caption-box {
    padding-top: 40px;
}
.three-column .single-our-service-caption-box .img-box,
.three-column .single-our-service-caption-box .content-box {
    display: table-cell;
    vertical-align: middle;
}
.three-column .single-our-service-caption-box .img-box {
    width: 120px;
}
.three-column .single-our-service-caption-box .content-box {
    padding-left: 20px;
}
.three-column.service-page .has-divider {
    border-top: 1px solid #F4F4F4;
    margin-top: 60px;
    padding-top: 60px;
}
.three-column .single-our-service .img-box {
}
.three-column .single-our-service .img-box img {
    transition: .5s ease-in-out;
}
.three-column .single-our-service:hover .img-box img {
    transition: .5s ease-in-out;
}

.three-column .single-our-service .img-box a {
    position: relative;
    display: block;
}


.three-column .single-our-service .thm-btn {
    background: transparent;
    color: #48c7ec;
    border-color: #848484;
}
.three-column .single-our-service .thm-btn:hover {
    background: #48c7ec;
    color: #fff;
    border-color: #48c7ec;
}


/*form*/

.default-form-area.style-3 {
    border: 1px solid #eee;
    padding: 29px;
}

.default-form-area.style-3 .thm-btn {
    width: 100%;
}

.default-form-area.style-3 textarea {
    height: 200px;
}

.blog-img{
    max-height:210px;
}
.blog-img img {
    border: 1px solid #f1f1f1;
    width: 100%;
    max-height: 210px;
}

.blog-article h3 {
    font-size: 23px;
    margin-bottom:5px;
}

.blog-article h3 a{
    text-shadow: none;
    color: #428bca !important;
}
.blog-article p {
    color: #000;
    font-size: 13px;
}
/********************************************************* 产品 ****************************************************************/

/********************************************************* 底部菜单 ****************************************************************/
.m-footer-column {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.m-footer-column .nav-item {
    font-size: 16px;
}
.m-footer-column .nav-item a {
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
}
.m-footer-column .nav-item a:hover {
    text-decoration: none;
}

.m-footer-column .nav-item .selected .sub-list {
    display: block;
}

.m-footer-column .nav-item .selected {
    /*background-color: #243e99;
        color: #ffffff;*/
}

/* 箭头 */
.m-footer-column .glyphicon {
    float: right;
    top: 15px;
}

.m-footer-column .glyphicon-menu-up:before {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

 /* 选中样式 */
.m-footer-column .nav-item .selected .rota:before {
    color: #ffffff;
}

/* 默认样式 */
.m-footer-column .nav-item .rota:before {
    display: inline-block;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: #050505;
}

/* 二级导航 */
.m-footer-column .sub-list {
    width: 100%;
    /*background-color: rgba(255,255,255,0.5);*/
    display: none;
}

.m-footer-column .sub-list .sub-item {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.m-footer-column .sub-list .sub-item a {
    color: rgba(255,255,255,.6);
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
}


/********************************************************* 左侧菜单 ****************************************************************/
.m-menu-list {
    width: 96%;
    height: auto;
    box-sizing: border-box;
    margin: 0 2% 15px;
}

.m-menu-list .nav-item {
    font-size: 16px;
}

.m-menu-list .nav-item>a {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #0A4487;
    display:block;
    padding: 0 10px;
    box-sizing: border-box;
}

.m-menu-list .nav-item a:hover {
    text-decoration: none;
}

.m-menu-list .nav-item .selected .sub-list {
    display: block;
}

.m-menu-list .nav-item .selected {
    /*background-color: #243e99;
color: #ffffff;*/
}

/* 箭头 */
.m-menu-list .glyphicon {
    float: right;
    top: 15px;
}

.m-menu-list .glyphicon-menu-up:before {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* 选中样式 */
.m-menu-list .nav-item .selected .rota:before {
    color: #ffffff;
}

/* 默认样式 */
.m-menu-list .nav-item .rota:before {
    display: inline-block;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: #050505;
}

/* 二级导航 */
.m-menu-list .sub-list {
    width: 100%;
    background-color: #eee;
    /*display: none;*/
}

.m-menu-list .sub-list .sub-item {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.m-menu-list .sub-list .sub-item.active a {
    color: #337ab7;
}
.m-menu-list .sub-list .sub-item a {
    color: #333;
    font-size: 15px;
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
}





