/*

Workforce Template

http://www.templatemo.com/free-website-templates/461-workforce

*/

body {
    background: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    /* overflow-y: hidden; */
}

/* start hr */
hr {
    border: 1px solid #55acee;
    width: 100px;
    margin-top: 20px;
}

/* end hr */

/* start h2 */
h2 {
    font-size: 60px;
    text-align: center;
}

/* end h2 */

/* start h4 */
h4 {
    text-align: center;
    padding-bottom: 50px;
}


/* end h4 */
.btn {
    background: transparent;
    border-radius: 10px;
    color: #ffffff;
    margin-top: 40px;
    padding: 12px 22px;
    transition: all 0.4s ease-in-out;
}

.btn:hover {
    background: #55acee;
    border-color: transparent;
}

/* start overlay */
.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

/* end overlay */

/* start preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #55acee;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* end preloader */

/* start navigation */
.ti .custom-navbar {
    /* 不清楚作用 */
    margin-bottom: 0;
    background-color: #fff;
    text-align: right;

}

/* 网站导航的logo区域（左侧） */
.custom-navbar .navbar-brand {
    /* 字体内容设置 */
    color: #55acee;
    font-weight: bold;
    font-size: 28px;
    /* 整体内容设置 */
    /* background: red; */
    width: 200px;


}

/* 电脑端的logo 样式，  */
.mylogo {
    height: 40px;
    width: 112px;
    /* background: yellow; */

    /* 默认情况下 logo超出了边界范围 */
    margin-top: -10px;
    /* margin-left: 15%; */

}

/* 网站导航的标题区域（右侧） */
.custom-navbar .nav li a {
    color: #999;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;

}

/* 网站导航的标题区域-鼠标悬浮颜色加重 */
.custom-navbar .nav li a:hover {
    background: transparent;
    color: #55acee;
}

.custom-navbar .nav li.active>a {
    background-color: transparent;
    color: #55acee;
}

/* 打开折叠的(按钮) */
.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;


}

/* button */
.custom-navbar .navbar-toggle .icon-bar {
    background: #55acee;
    border-color: transparent;
}

/* 电脑宽屏时，采用自动隐藏横向布局 */
@media(min-width:768px) {

    /* 置顶时 导航状态 */
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0;
        transition: all 0.3s ease;
        /* background:  #ffffff; */
    }

    /* PC:导航栏  向下移动时状态*/
    .custom-navbar.top-nav-collapse {
        padding: 5px;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        background: #ffffff;
        /* 新增内容 */
        /* position: fixed; */
    }
}

/* 手机屏幕显示格式 */
@media(max-width:768px) {
    .custom-navbar .nav li.active>a {
        background-color: transparent;
        color: #55acee;
        border-left: 2px solid #55acee;

    }

    .custom-navbar .nav li {
        border-top: 0.5px solid rgb(196, 191, 191);
        text-align: center;

    }

    /* 手机导航栏 */
    .custom-navbar {
        background: #f1f5f7;
        /* position 默认 fiexd 置顶上方 */
        width: 100%;
    }

    /* 导航区域(div 1) */
    /* .custom-navbar .navbar-header{
      
        
    } */

    /* 手机：导航 商标区域(div 2) */
    /* .custom-navbar .navbar-brand {

        

    } */

    /* 手机：导航 商标logo */
    .mylogo {
        height: 40px;
        width: 112px;


    }

    .custom-navbar .navbar-toggle {

        /* align-content: center; */
        width: 10%;

    }


}

/* end navigation */

/* start home */
#home p.h1-new {
    font-size: 80px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 2px;
    padding-top: 10px;
    text-shadow: 2px 2px 2px black;
}


/* 修改 展示图 上第三种类型的字体 */
#home span {
    /* color: #55acee; */
    color: white;
    font-weight: bold;

}

/* #home .btn {
    background: rgba(0, 0, 0, 0.6);
    border: none;
} */

/* #home .btn:hover {
    background: rgba(255, 255, 255, 0.6);
} */


.templatemo_homewrapper {
    padding-left: 15px;
    padding-right: 15px;
}


/* 自定义增加的字体阴影效果 */
.templatemo_homewrapper h2 {
    text-shadow: 2px 2px 2px black;
}

.templatemo_homewrapper h3 {
    text-shadow: 2px 2px 2px black;
}

.flexslider {

    margin: 0 0 60px;
    /* margin: 0px; */
    background: #ffffff;
    padding: 0;
    position: relative;
    zoom: 1;
    background-color: #ffffff;
    /* 内容超出后，进行内容裁剪 */
    overflow: hidden;
    margin: 0;
    text-align: center;
    width: 100%;
    /* height: 950px; */
    /* height: 0px; */
}

.flexslider .slides {
    padding: 0;
    zoom: 1;
}

.flexslider.ul {
    display: flex;
    flex-direction: row;
}

.flexslider .slides>li {
    /* margin: 0; */
    /* border: 1px solid green; */
    display: none;
    padding: 0;
    position: relative;
    /* -webkit-backface-visibility: hidden; */
    backface-visibility: hidden;
    text-align: center;

}

/*设置大图超链接和相关属性*/
/* 轮播图图片 */
.flexslider .slides.biglogo {
    /* width: 1200px; */
    min-width: 648px;
    min-height: 270px;
    /* display: block; */
}

.flexslider .slides video {

    position: relative;
    width: 100%;
    max-width: 1920px;
    max-height: 1080px;

}


.carousel-indicators {
    /* padding-bottom: 150px; */
}

.carousel-indicators li {
    width: 60px;
    height: 10px;
    background-color: #5c5c5c;

}

.carousel-indicators .active {
    width: 60px;
    height: 10px;
    background-color: #fff;
}

.carousel-inner {
    /* 相对的可以进行自适配 */
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
    /* height: 956px; */
}

.carousel-a {
    text-decoration: none;
    font-style: normal;
    color: #fff;
}

.carousel-caption-button {
    /* background-color: rgba(55, 138, 206, 0.6); */
    /* width: 228px; */

    padding: 0;

    text-align: center;


}

.carousel-caption-button a {

    margin: 0;
    margin-bottom: 10px;
}

/* 下面文字信息内容 */
.carousel-caption {

    background: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.1) 30%,
            rgba(0, 0, 0, 0.3) 50%,
            rgba(0, 0, 0, 0.1) 70%,
            rgba(0, 0, 0, 0) 100%);
  
    padding-bottom: 50px;


}

.carousel-inner.item {
    /* height: 950px; */
}

.carousel-inner video {
    width: 100%;
    /* border: 2px solid green; */
}

/* 两侧按钮区域 */
.carousel-control {
    margin: 0;
    /* padding: 200px 0px; */
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;


}

.carousel-control-prev-icon {

    margin: 0;
    padding: 0;
    display: inline-block;

    height: 3rem;
    width: 3rem;
    /* margin-top: 100px; */

    text-align: center;

    background-image: url(../images/箭头左.png);
    background-repeat: no-repeat;
    background-position: 50%;
    /* background-size: 200px; */
}

.carousel-control-next-icon {

    margin: 0;
    padding: 0;
    display: inline-block;

    height: 3rem;
    width: 3rem;
    /* margin-top: 100px; */

    text-align: center;

    background-image: url(../images/箭头右.png);
    background-repeat: no-repeat;
    background-position: 50%;
    /* background-size: 200px; */
}

@media(max-width:768px) {

    /* 淘宝购买按钮 */
    /* .carousel-caption-button .btn{

        w100+h50
    } */

    /* 视频浮标 */
    .carousel-indicators li {
        /* 一个一个待定进度 */
        width: 30px;
        height: 5px;
        background-color: #5c5c5c;

    }

    .carousel-indicators .active {
        /* 选中的待定进度 */
        width: 30px;
        height: 5px;
        background-color: #fff;
    }

    /* 轮播信息（指示牌和文字） */
    .carousel-caption {
        /* background-color: yellow; */
        padding-bottom: 20px;


    }
}

/* .flexslider img {
    position: relative;
    width: 100%;
} */

/* @media screen and (min-width: 980px) {
    .carousel-indicators{
        bottom: 130px;
    }
    .carousel-caption{
        padding-bottom: 180px;
    }

} */


/* 轮播图的文字信息描述内容(最早版本的) */
.slider-caption {
    /* background-color: red; */
    color: rgb(255, 255, 255);
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 7;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* end home */

/* start service */
#service {
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

#service .media {
    padding: 10px;
}

#service .media .fa {
    color: #55acee;
    font-size: 60px;
    margin-right: 20px;
    width: 65px;
    height: 65px;
}

#service .media .media-heading {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}




/* 新增联系样式    大标题 */
#contact .media-call .media-title {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
    /* width: 300px; */
}

#contact .media-call {
    padding: 10px;
    /* background: red; */

    /* 需要 否则 图片和文字无法对齐显示 */
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    text-align: center;

    /* top: 50%;
    left: 50%; */

}

#contact .media-call .media-logo {
    width: 114px;
    height: 75px;

    /* background-color: yellow; */
}

/* 手机屏幕显示格式 */
@media(max-width:768px) {
    #contact .media-call {
        padding: 30px;
        /* background: red; */

        display: flex;
    }

    #contact .media-call .media-logo {
        width: 76px;
        height: 50px;

        /* background-color: yellow; */
    }

}

/* end service */

/* start divider */
.divider {
    background: url('../images/真相大爆炸.jpg');
    /* background: url('../videos/宗师联络员无背景文字版.mp4'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #ffffff;
    text-align: center;
}

.divider .divider-des {
    padding: 100px 15px;
}

/* end divider */

/* start about */
h3.about-title {
    margin-top: 0;
}

#about {
    padding-top: 80px;
    padding-bottom: 80px;
}

#about .progress {
    background: #f9f9f9;
    box-shadow: none;
    border-radius: 0px;
}

#about .progress .progress-bar-danger {
    background: #55acee;
}

#about span {
    display: block;
    margin-top: 12px;
    margin-bottom: 6px;
}

#about .about-wrapper {
    background: #ffffff;
    box-shadow: 0px 8px 2px 2px rgba(50, 50, 50, 0.08);
    margin-top: 60px;
    margin-bottom: 20px;
    max-width: 500px;
    padding: 20px;
}

#about .about-wrapper h3 {
    color: #55acee;
    font-size: 20px;
    font-weight: bold;
}

/* 新增段落缩进 */
#about p {
    text-indent: 2em;
}

/* end about */

/* start portfolio */
#portfolio {
    background: #fff;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 80px;
    padding-bottom: 80px;
}

#portfolio .portfolio-thumb {
    overflow: hidden;
    margin: 0;
    position: relative;
}

#portfolio .portfolio-thumb .portfolio-overlay {
    background: #333;
    color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
    opacity: 0.9;
}

#portfolio .portfolio-thumb .portfolio-overlay .fa {
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    margin-right: 6px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

#portfolio .portfolio-thumb .portfolio-overlay .fa:hover {
    background: #55acee;
    border-color: #55acee;
}

#portfolio .portfolio-thumb .portfolio-overlay h4 {
    padding-bottom: 10px;
}

.portfolio-description {
    padding-left: 15px;
    padding-right: 15px;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
    transition: all 0.3s ease;
}

.filter-wrapper li:hover {
    background: #55acee;
}

.filter-wrapper li:hover a {
    color: #fff;
}

.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}

/* end portfolio */

/* start contact */
#contact {
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

#contact .form-control {
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #CCC;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

#contact input {
    height: 50px;
}

#contact input[type="submit"] {
    border: 2px solid #55acee;
    font-weight: bold;
    color: #55acee;
}

#contact input[type="submit"]:hover {
    background: #55acee;
    color: #fff;
}


/* end contact */

/* start footer */
footer {
    background: #202020;
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
}

footer p {
    display: block;
    padding-top: 40px;
}

footer span {
    color: #55acee;
    font-weight: bold;
}

/* end footer */

/* start social icon */
.social-icon {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    top: 20px;
}

.social-icon li {
    display: inline-block;
    list-style: none;
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 40px;
}

.social-icon li a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
}

.social-icon li:hover {
    background: #55acee;
}

/* end social icon */


/* start media 980 */
@media screen and (max-width: 980px) {
    #home p.h1-new {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

}

/* end media 980 */

/* 苹果 华为手机样式 */
/* start media 768 */
@media screen and (max-width: 767px) {
    h4 {
        padding-bottom: 20px;
    }

    #home p.h1-new {
        font-size: 30px;
        margin-top: 10px;
    }

    #home h2 {
        font-size: 20px;
    }

    #home h3 {
        font-size: 15px;
    }

    .homebtn {
        margin: 10px;
    }

    #home {
        margin-top: 50px;
    }

    .templatemo-about-left {
        margin-bottom: 30px;
    }

    #about .about-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}

/* end media 768 */

@media screen and (max-width: 440px) {
    h4 {
        padding-bottom: 15px;
        line-height: 1.5em;
    }

    .filter-wrapper li {
        margin: 2px;
    }

    .filter-wrapper li a {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 380px) {
    #service .media .fa {
        margin-right: 5px;
    }
}

/* start media 360 */
@media screen and (max-width: 360px) {
    #home p.h1-new {
        font-size: 30px;
        line-height: 1.5em;
    }
}

/* end media 360 */

/*自定义内容*/

.titleli {
    display: inline;
}

.imgGame {
    height: 86px;
    width: 86px;
}

body,
html {
    scroll-behavior: smooth;
}

.norLink {
    color: black;
    text-decoration: none;
}

.footer-a {
    text-decoration: none;
    color: #ffffff;
}

.end-call p {
    padding-top: 5px;
}