@charset "utf-8";

.head_003 {
    position: relative;
    background-color: #111;
    width: 100%;
    z-index: 999999;
}

.indexbg {
    padding: 50px 0;
    background: url(../images/bg_pattern.png);
}

.aboutimg {
    overflow: hidden;
    cursor: pointer;
    width: 90%;
}

.aboutimg:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.aboutimg img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}

.aboutit span {
    color: #fd474b;
    font-size: 16px;
    text-transform: uppercase;
}

.aboutit {
    padding-top: 80px;
}

.aboutit h1 {
    padding-top: 4%;
    width: 90%;
    font-size: 40px;
    font-weight: bold;
}

.aboutit h2 {
    width: 90%;
    display: block;
    line-height: 30px;
    padding-top: 4%;
    font-size: 16px;
    color: #696969;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.more {
    margin-top: 30px;
    text-transform: capitalize;
}

.more a {
    display: block;
    font-size: 18px;
    width: 180px;
    line-height: 50px;
    background-color: #fd474b;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
}

.more a:hover {
    text-decoration: none;
    background-color: #212121;
    transition: all 0.5s;
}

.indexnumber {
    padding: 50px 0 0 0;
}

.num {
    text-align: center;
    border-right: 1px solid #DCDCDE;
    font-size: 72px;
    color: #fd474b;
    font-weight: bold;
}

.num .number {
    font-size: 72px;
    color: #fd474b;
    font-weight: bold;
}

.num p {
    color: #696969;
    font-size: 16px;
}
.num_border_none{
    border-right: 0;
}
.border_none {
    border-right: none !important;
}

/* product_category */
.product_category {
    border: 5px #ddd solid;
    padding: 20px 10px;
    transition: all 0.5s;
    cursor: pointer;
    margin-bottom: 30px;
}

.product_category_img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}

.product_category_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.product_category_tit {
    padding: 20px 20px;
}

.product_category_tit h2 {
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
}

.product_category_tit h3 {
    font-size: 16px;
    text-align: center;
    color: #999;
    padding: 10px 0 0 0;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product_category_more {
    margin-top: 10px;
    text-transform: capitalize;
}

.product_category_more a {
    display: block;
    font-size: 18px;
    width: 180px;
    line-height: 50px;
    background-color: #fd474b;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    margin: auto;
    border: 3px #fd474b solid;
}

.product_category:hover {
    transition: all 0.5s;
    border: 5px #fd474b solid;
}

.product_category:hover .product_category_more a {
    text-decoration: none;
    background-color: #fff;
    color: #fd474b;
    transition: all 0.5s;
    border: 3px #fd474b solid;
}

/* showbanner */
.showbanner {
    background-image: url(../images/drone-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showbanner .showban {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.showbanner .showban .info {
    width: 40%;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.showbanner .showban .info h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
}

.showbanner .showban .info h3 {
    display: block;
    padding-top: 25px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-bottom: 25px;
}

.showban_more {
    margin-top: 30px;
    text-transform: capitalize;
}

.showban_more a {
    display: block;
    font-size: 18px;
    width: 180px;
    line-height: 50px;
    background-color: #fd474b;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    margin: auto;
}

.showban_more a:hover {
    text-decoration: none;
    background-color: #212121;
    transition: all 0.5s;

}

/* service */
.indextitle {
    width: 60%;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.indextitle span {
    color: #fd474b;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.indextitle h2 {
    margin-top: 15px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.indextitle .line {
    width: 45px;
    height: 3px;
    background-color: #fd474b;
    margin: auto;
    margin-top: 20px;
}

.service_info {
    border: 5px #ddd solid;
    padding: 30px 30px;
    background-color: #fff;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    margin-bottom: 30px;
}

.service_info:hover {
    border: 5px #fd474b solid;
    transition: all 0.5s;
}

.service_info i {
    font-size: 35px;
    color: #fd474b;
}

.service_info h2 {
    margin-top: 0.5vw;
    font-size: 24px;
    color: #292929;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service_info h3 {
    margin-top: 1vw;
    font-size: 15px;
    color: #696969;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    text-align: center;
}

.service_more {
    margin-top: 30px;
    text-transform: capitalize;
}

.service_more a {
    display: block;
    font-size: 18px;
    width: 180px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
    transition: all 0.5s;
    margin: auto;
    border: 3px #fd474b solid;
}

.service_info:hover a {
    text-decoration: none;
    background-color: #fd474b;
    transition: all 0.5s;
    color: #fff;
}

/* Promo */
.subtitle span {
    color: #fd474b;
    font-size: 16px;
    text-transform: uppercase;
}

.subtitle {
    padding-top: 30px;
}

.subtitle h2 {
    padding-top: 20px;
    width: 90%;
    font-size: 30px;
    font-weight: bold;
}

.subtitle h3 {
    width: 90%;
    display: block;
    line-height: 26px;
    padding-top: 20px;
    font-size: 16px;
    color: #696969;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* advantage */
.advantage {
    margin-top: 20px;
}

.advantage_item {
    margin-bottom: 30px;
}

.advantage_item span {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #fd474b;
    line-height: 70px;
    text-align: center;
}

.advantage_item span i {
    color: #fff;
    font-size: 36px;
}

.advantage_item .advantage_title {
    padding-left: 90px;
}

.advantage_item .advantage_title h3 {
    color: #fb474b;
    font-weight: bold;
    font-size: 18px;
    padding-top: 0;
}

.advantage_item .advantage_title p {
    font-size: 15px;
    color: #696969;
    width: 90%;
}

/* vison */
.indexbg_vison {
    padding: 100px 0;
    background: url(../images/bg_pattern.png) #111;
}

.vison {
    padding-top: 100px;
}

.vison span {
    color: #fd474b;
    font-size: 16px;
    text-transform: uppercase;
}

.vison h2 {
    padding-top: 20px;
    width: 90%;
    font-size: 44px;
    font-weight: bold;
    color: #fff;
}

.vison h3 {
    width: 90%;
    display: block;
    line-height: 26px;
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vison_img img {
    position: absolute;
}

.vison_title {
    margin-top: 50px;
    width: 90%;
}

.vison_title span {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #fd474b;
    line-height: 70px;
    text-align: center;
}

.vison_title span i {
    color: #fff;
    font-size: 36px;
}

.vison_title .vison_tit {
    padding-left: 90px;
}

.vison_title .vison_tit h3 {
    color: #fb474b;
    font-weight: bold;
    font-size: 18px;
    padding-top: 0;
}

.vison_title .vison_tit p {
    font-size: 16px;
    color: #fff;
    width: 90%;
}

/* feature */
.feature {
    padding: 120px 0 50px 0;
}

.feature_title {
    margin-bottom: 30px;
}

.feature_title h2 {
    font-size: 24px;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: #000;
    margin-bottom: 10px;
}

.feature_title h3 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    margin-bottom: 20px;
}

/* news */
.news {
    border: 5px #ddd solid;
    padding: 15px 15px 30px 15px;
    cursor: pointer;
    transition: all 0.5s;
}

.news span {
    margin-top: 10px;
    display: block;
    color: #fd474b;
}

.news h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0 10px 0;
}

.news h3 {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    ;
    margin: 10px 0;
    line-height: 22px;
}

.news:hover {
    transition: all 0.5s;
    border: 5px #fd474b solid;
}

.news_more {
    margin-top: 20px;
    text-transform: capitalize;
}

.news_more a {
    display: block;
    font-size: 18px;
    width: 180px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
    transition: all 0.5s;
    border: 3px #ddd solid;
}

.news:hover .news_more a {
    text-decoration: none;
    background-color: #fd474b;
    transition: all 0.5s;
    color: #fff;
    border: 3px #fd474b solid;
}

/* vlog */
.Vlog_title {
    padding-top: 30px;
}

.Vlogs {
    margin-top: 30px;
}

.Vlog_tit {
    font-style: italic;
    font-size: 24px;
    color: #444
}

.Vlogger {
    margin-top:20px;
    display: flex;
    align-items: center;
}

.Vlogger .Vlog_img {
    width: 50px;
    height: 50px;
}

.Vlogger .Vlog_img img {
    width: 100%;
    border-radius: 50%;
}

.Vlogger .Vlog_name {
    padding-left: 1.5vw;
}

.Vlogger .Vlog_name p {
    font-size: 17px;
    line-height: 36px;
    font-weight: bold;
    color: #696969;
}

.Vlogger .Vlog_name span {
    color: #fd474b;
    font-size: 16px;
}

.Vlogs .vlog_i {
    margin-top: 10px;
}

.Vlogs .vlog_i i {
    font-size: 22px;
    color: #F2C94C;
    padding-right: 10px;
}

/* fotban */
.fotban{
    background-image: url(../images/Start.jpg);
    background-position: center;
    background-size: cover;
}
.fotban_bg {
    background-color: rgba(33, 33, 33, 0.6);
    height: 100%;
    width: 100%;
  }
  .fotban_info {
    width:60%;
    padding:100px 0;
    box-sizing: border-box;
}
.fotban_info h2{
    color: #fff;
    width:80%;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 1.5vw;
}
.fotban_info h3{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

/* Signup_title */
.Signup_title{
    width: 90%;
}
.Signup_title p {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
}
/* footer */
footer{
    background: url(../images/bg_pattern.png) #111;
    color:#fff
}
footer a{
    color:#fff 
}
.fot_tags{
    padding: 50px 0 20px 0;
    border-bottom: 1px #ddd solid;
}
.fot_tags a{
    padding-right: 10px;
}
.foot{ 
    padding: 30px 0 50px 0;
}

.foot a:hover{
    color:#fd474b
}
.fot_logo{
    width: 70%;
}
.fot_logo img{
    margin-bottom: 10px;
}
.fot_logo h3{
    font-size:16px;
    color:#fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
}
.fot_sj{
    margin-top: 20px;
}
.fot_sj i{
    width:60px;
    height:30px;
    background-color: #999;
    display:inline-block;
    text-align: center;
    line-height: 30px;
    font-size:18px;
    margin-right: 10px;
    transition: all 0.5s;
}
.fot_sj i:hover{
    background-color: #fd474b;
    transition: all 0.5s;
    color:#fff;
    transform: scale(0.9);
}
.fot_nav h2{
    font-size:18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.fot_nav ul li{
    line-height: 24px;
}
.fot_nav ul li a{
     display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;
}
.bottom{
    border-top: 1px #ddd solid;
    padding: 15px 0;
    color:#fff
}
.bottom a{
    color: #fd474b;
}
@media (max-width:576px){
    .aboutit h1{
        width: 100%;
        font-size:30px;
        line-height: 36px;
    }
    .more{
        margin-top:10px;
    }
    .aboutit{
        padding-top: 30px;
    }
    .aboutit h2{
        width: 100%;
    }
    .num{
        border: none;
    }
    .indextitle{
        width: 100%;
    }
    .aboutimg{
        width: 100%;
    }
    .indextitle h2{
        font-size:30px
    }
    .product_category{
        padding: 10px 10px 20px 10px;
    }
    .product_category_more a {
        display: block;
        font-size: 14px;
        width: 120px;
        line-height: 40px;

    }
    .product_category_tit{
        padding:10px 0;
    }
    .showbanner .showban .info{
        width: 100%;
    }
    .showbanner .showban .info h2{
        font-size:30px;
        line-height: 36px;
    }
    .service_more a{
        display: block;
        font-size: 14px;
        width: 120px;
        line-height: 40px;
    }
    .service_info{
        padding:20px  0;
    }
    .subtitle h2{
        width: 100%;
        font-size: 30px;
    }
    .subtitle h3{
        width: 100%;
    }
    .indexbg{
        padding: 20px 0;
    }
    .vison_img img{
        position: relative;
        width: 100%;
    }
    .vison{
        padding-top: 30px;
    }
    .vison h2{
        width: 100%;
        font-size:30px
    }
    .vison h3{
        width: 100%;
    }
    .vison_title .vison_tit p{
        width: 100%;
    }
    .feature_title{
        width: 50%;
        float: left;
    }
    .feature_title{
        margin-top: 20px;
        margin-bottom: 0;
    }
    .Vlog_title{
        padding-top: 20px;
    }
    .fotban_info{
        width: 100%;
    }
    .fotban_info h2{
        width: 100%;
        font-size: 30px;
    }
    .Signup_title{
        width: 100%;
    }
    .Signup_title p{
        font-size:24px;
        line-height: 30px;
    }
    .fot_logo{
        width: 100%;
    }
    .fot_nav{
        margin-top: 20px;
    }
    footer{
        margin-bottom: 80px;
    }
    .num .number{
        font-size: 48px;
    }
    .num{
        font-size: 48px;
    }
}
@media (min-width:576px) and (max-width:768px) {
    .aboutit h1{
        width: 100%;
        font-size:30px;
        line-height: 36px;
    }
    .more{
        margin-top:10px;
    }
    .aboutit{
        padding-top: 30px;
    }
    .aboutit h2{
        width: 100%;
    }
    .num{
        border: none;
    }
    .indextitle{
        width: 100%;
    }
    .aboutimg{
        width: 100%;
    }
    .indextitle h2{
        font-size:30px
    }
    .product_category{
        padding: 10px 10px 20px 10px;
    }
    .product_category_more a {
        display: block;
        font-size: 14px;
        width: 120px;
        line-height: 40px;

    }
    .product_category_tit{
        padding:10px 0;
    }
    .showbanner .showban .info{
        width: 100%;
    }
    .showbanner .showban .info h2{
        font-size:30px;
        line-height: 36px;
    }
    .service_more a{
        display: block;
        font-size: 14px;
        width: 120px;
        line-height: 40px;
    }
    .service_info{
        padding:20px  0;
    }
    .subtitle h2{
        width: 100%;
        font-size: 30px;
    }
    .subtitle h3{
        width: 100%;
    }
    .indexbg{
        padding: 20px 0;
    }
    .vison_img img{
        position: relative;
        width: 100%;
    }
    .vison{
        padding-top: 30px;
    }
    .vison h2{
        width: 100%;
        font-size:30px
    }
    .vison h3{
        width: 100%;
    }
    .vison_title .vison_tit p{
        width: 100%;
    }
    .feature_title{
        width: 25%;
        float: left;
    }
    .feature_title{
        margin-top: 20px;
        margin-bottom: 0;
    }
    .Vlog_title{
        padding-top: 20px;
    }
    .fotban_info{
        width: 100%;
    }
    .fotban_info h2{
        width: 100%;
        font-size: 30px;
    }
    .Signup_title{
        width: 100%;
    }
    .Signup_title p{
        font-size:24px;
        line-height: 30px;
    }
    .fot_logo{
        width: 100%;
    }
    .fot_nav{
        margin-top: 20px;
    }
    footer{
        margin-bottom: 80px;
    }
    .num .number{
        font-size: 48px;
    }
    .num{
        font-size: 48px;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .aboutit h1{
        width: 100%;
        font-size:30px;
        line-height: 36px;
    }
    .more{
        margin-top:10px;
    }
    .aboutit{
        padding-top: 30px;
    }
    .aboutit h2{
        width: 100%;
    }
    .num{
        border: none;
    }
    .indextitle{
        width: 100%;
    }
    .aboutimg{
        width: 100%;
    }
    .indextitle h2{
        font-size:30px
    }
    .product_category{
        padding: 10px 10px 20px 10px;
    }
    .product_category_more a {
        display: block;
        font-size: 14px;
        width: 120px;
        line-height: 40px;

    }
    .product_category_tit{
        padding:10px 0;
    }
    .showbanner .showban .info{
        width: 100%;
    }
    .showbanner .showban .info h2{
        font-size:30px;
        line-height: 36px;
    }
    .service_more a{
        display: block;
        font-size: 14px;
        width: 120px;
        line-height: 40px;
    }
    .service_info{
        padding:20px  0;
    }
    .subtitle h2{
        width: 100%;
        font-size: 30px;
    }
    .subtitle h3{
        width: 100%;
    }
    .indexbg{
        padding: 20px 0;
    }
    .vison_img img{
        position: relative;
        width: 100%;
    }
    .vison{
        padding-top: 30px;
    }
    .vison h2{
        width: 100%;
        font-size:30px
    }
    .vison h3{
        width: 100%;
    }
    .vison_title .vison_tit p{
        width: 100%;
    }

    .feature_title{
        margin-top: 20px;
        margin-bottom: 0;
    }
    .Vlog_title{
        padding-top: 20px;
    }
    .fotban_info{
        width: 100%;
    }
    .fotban_info h2{
        width: 100%;
        font-size: 30px;
    }
    .Signup_title{
        width: 100%;
    }
    .Signup_title p{
        font-size:24px;
        line-height: 30px;
    }
    .fot_logo{
        width: 100%;
    }
    .fot_nav{
        margin-top: 20px;
    }
    footer{
        margin-bottom: 80px;
    }
    .num .number{
        font-size: 48px;
    }
    .num{
        font-size: 48px;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .aboutit{
        padding-top: 0;
    }
    .aboutimg{
        width: 100%;
    }
    .indexbg{
        padding: 30px 0;
    }
    .showbanner .showban .info{
        width: 90%;
    }
    .subtitle{
        padding-top: 0;
    }
    .subtitle h2{
        width: 100%;
        font-size:30px
    }
    .more{
        margin-top: 20px;
    }
    .vison_img{
        position: relative;
    }
    .vison{
        padding-top: 0;
    }
    .vison_title .vison_tit p{
        width: 100%;
    }
    .Vlog_title{
        padding-top: 0;
    }
    .fotban_info{
        width: 80%;
    }
    .fot_logo{
        width: 100%;
    }
}
@media (min-width:1200px) and (max-width:1400px) {
    .aboutit{
        padding-top: 30px;
    }
    .showbanner .showban .info{
        width: 80%;
    }
    .subtitle{
        padding-top: 0;
    }
    .aboutimg{
        width: 100%;
    }
    .subtitle h2{
        width: 100%;
    }
    .vison_img img{
        position: relative;
    }
    .vison{
        padding-top: 50px;
    }
    .Vlog_title{
        padding-top: 0;
    }
    .fotban_info{
        width: 80%;
    }
}
@media (min-width:1400px) and (max-width:1680px) {
    
}