﻿@charset "utf-8";
/*#region 全局字体 */

body {
    font-family: 'Microsoft YaHei';
    margin-top: 90px;
}

/*#endregion */

/*#region 布局 */

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.ml35 {
    margin-left: 35px
}

.ml40 {
    margin-left: 40px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.mr35 {
    margin-right: 35px
}

.mr40 {
    margin-right: 40px
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pt35 {
    padding-top: 35px
}

.pt40 {
    padding-top: 40px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pb35 {
    padding-bottom: 35px
}

.pb40 {
    padding-bottom: 40px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.pl30 {
    padding-left: 30px
}

.pl35 {
    padding-left: 35px
}

.pl40 {
    padding-left: 40px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr25 {
    padding-right: 25px
}

.pr30 {
    padding-right: 30px
}

.pr35 {
    padding-right: 35px
}

.pr40 {
    padding-right: 40px
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.f24 {
    font-size: 24px
}

.f28 {
    font-size: 28px
}

.f32 {
    font-size: 32px
}

.f40 {
    font-size: 40px
}

.f50 {
    font-size: 50px
}

/*#endregion */

/*#region 主色系 */
.c-light {
    color: #fc9 !important
}

.c-gold {
    color: #c96 !important
}

.c-middle {
    color: #963 !important
}

.c-dark {
    color: #412c25 !important
}

.c-black {
    color: #070a0c !important
}
/*#endregion */

/*#region 常用设置 */

.bg-gray {
    background-color: #f7f7f7
}

.c999 {
    color: #999
}

.row {
    padding-left: 0
}

ul {
    list-style: none
}

/*#endregion */

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-item {
    margin-right: 10px;
}

/*#region 头部 */
/*#region 导航的下拉菜单 */
.dropdown-menu {
    background: none;
    color: #fff;
}

    .dropdown-menu > li > a {
        color: #fff;
        padding: 12px 15px;
    }

        .dropdown-menu > li > a:hover {
            background-color: rgba(65,44,37,0.9) !important;
            border-bottom: 1px solid #c96 !important;
            color: #c96 !important;
        }

    .dropdown-menu > .active > a {
        background-color: rgba(65,44,37,0.9) !important;
        border-bottom: 1px solid #c96 !important;
        color: #c96 !important;
    }

    .dropdown-menu.navbar-drop {
        width: 260px;
        box-shadow: 0 4px 24px 0 rgba(0,0,0,0.1);
        border-radius: 2px;
        padding: 0;
        border: none;
        left: 0;
        background-color: rgba(65,44,37,0.7) !important;
    }

/*#endregion */
.common-header {
    /*background-color: rgba(7,10,12,0.7);*/
    background-color: whitesmoke;
    border-bottom: 1px solid #c96;
    /*border-bottom: 1px solid rgba(7,10,12,0.3);*/
    /*min-height: 80px !important;*/
    padding-top: 15px; /*导航文字往下一些*/
    /*高度改变后，轮播图阴影溢出修复；同时 .navTiltle,.main-silider-item 也要控制下*/
}

.navbar {
    margin-bottom: 0;
}

.navbar-toggle {
    margin-top: 18px;
    margin-bottom: 0;
}

.navbar-inverse .navbar-toggle {
    background-color: #333;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: whitesmoke;
}

.navbar-nav > .active > a {
    background-color: rgba(65,44,37,0.2) !important;
    border-bottom: 1px solid #c96 !important;
    color: #c96 !important;
}

.navbar-nav > .open > a {
    background-color: rgba(65,44,37,0.5) !important;
}
/*#region logo */
.common-header .navbar-brand {
    padding: 9px 0;
}

.container > .navbar-header {
    margin-bottom: 25px !important;
}

.common-header .navbar-brand i {
    float: left;
    width: 240px;
    height: 60px;
    display: block;
    background-image: url(https://atzscn.oss-cn-hangzhou.aliyuncs.com/atzs.cn/antong/LOGO.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 10px;
    margin-left: 10px;
    vertical-align: middle;
}

.common-header .navbar-brand span {
    float: left;
    width: 200px;
    height: 45px;
    display: block;
    background-image: url(https://atzscn.oss-cn-hangzhou.aliyuncs.com/atzs.cn/antong/ad.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
    padding-left: 10px;
    margin-left: 10px;
    vertical-align:middle;
}

.common-header .navbar-brand span {
    float: left;
    font-size: 12px;
    line-height: 42px;
    margin-left: 10px
}

.common-header .navbar-brand:hover i {
    background-image: url(https://atzscn.oss-cn-hangzhou.aliyuncs.com/atzs.cn/antong/LOGO_hover.png);
}
.common-header .navbar-brand:hover span {
    background-image: url(https://atzscn.oss-cn-hangzhou.aliyuncs.com/atzs.cn/antong/ad_hover.png)
}

.common-header .navbar-brand:hover span {
    color: #fc9 !important;
}

/*#endregion */

/*#region 响应式布局 */

/*网页端样式，大于768时*/
@media (min-width:768px) {
    .common-header .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
    }

        .common-header .navbar-nav > li > a:hover {
            color: #412c25 !important
        }


    .common-header .navbar-nav .sign {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        margin-top: 15px
    }

        .common-header .navbar-nav .sign.login {
            background-color: #c96 !important;
            border-radius: 4px;
            color: #fff;
            margin-right: 10px;
            margin-left: 15px;
        }

            .common-header .navbar-nav .sign.login:hover {
                background-color: #fc9 !important
            }

        .common-header .navbar-nav .sign.register {
            background: #fff;
            border-radius: 4px;
            color: #070a0c !important
        }
}
/*小于1024时*/
@media(max-width:1024px) {
    .common-header .navbar-nav > li > a {
        font-size: 12px;
    }

    .common-header .navbar-nav > li {
        margin-right: -5px !important;
        margin-left: -5px !important;
    }
}
/*#endregion */

/*#endregion */

/*#region 轮播图 */
.index-hd {
    background: url("../Image/Page/Home/index.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0;
    max-height: 550px;
    color: #fff;
    position: relative;
    margin-top: -50px
}

    .index-hd .desc {
        margin: 40px 15% 0;
        line-height: 200%
    }

.main-silider-item {
    display: block;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.at-nav-first {
    top: 50px;
}

    .at-nav-first p {
        line-height: 200%;
        font-size: 20px;
    }

    .at-nav-first h1 {
        line-height: 200%;
        font-weight: bold;
    }

@media (max-width:767px) {
    .main-silider-item {
        height: 300px;
        height: 70vw;
    }

    .at-nav-first h1 {
        font-size: 18px;
        margin-top: 10px;
    }

    .at-nav-first {
        top: 0;
    }

        .at-nav-first h1 {
            line-height: 140%;
            margin-bottom: 0;
        }

        .at-nav-first .text-center {
            padding: 0;
        }

        .at-nav-first p {
            line-height: 170%;
            font-size: 13px;
            margin: 10px 0 0;
        }
}
/*#endregion */

/*#region 游艇会yth0008动态 */
.index-news li {
    display: block;
    padding: 0;
}

    .index-news li .boder {
        margin: 15px;
        border: 1px solid #999;
        border-radius: 4px;
        overflow: hidden;
    }

    .index-news li h4 {
        line-height: 150%;
        color: #c96 !important;
        padding: 0 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .index-news li .imgBox {
        height: 180px;
        width: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.index-news img {
    display: inline;
    min-height: 220px;
    min-width: 100%;
    vertical-align: middle;
}

.index-news li p {
    padding: 0 15px;
    line-height: 150%;
    color: #777;
    text-indent: 2em;
    text-align: left;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
}

.index-news span {
    color: #fc9 !important;
    font-size: 12px;
    text-align: right;
    line-height: 300%;
}

/*#endregion */

/*#region 游艇会yth0008价值观 */

.index-value .row {
    margin-bottom: 0;
}

    .index-value .row li a {
        display: block;
        border-radius: 4px;
        position: relative;
        color: #fff;
        margin: 10px 0;
        margin-bottom: 10px;
        text-decoration: none;
        height: 180px;
        width: 100%;
        background-position: bottom;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .index-value .row li h4 {
        position: absolute;
        width: 100%;
        top: 20px;
        margin: 0 0;
        line-height: 20px;
        padding-top: 20px;
        color: #fc9;
        font-weight: bold;
    }

/*#endregion */

/*#region 招商技术 简介 */

.index-tech p {
    line-height: 200%;
    /*text-indent: 2em;*/
    color: #777
}

.index-tech h5 {
    font-size: 20px
}

.index-tech li > div {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*#endregion */

/*#region 行业案例 */

.index-service a {
    text-decoration: none !important;
}

    .index-service a .card-fade {
        text-align: center;
        border-radius: 4px;
        background: #fff;
        padding: 30px 20px 20px;
        margin-bottom: 20px;
        height: 220px;
        overflow: hidden
    }

        .index-service a .card-fade i {
            margin-top: 0;
            display: block;
            font-size: 100px;
            color: #999;
            line-height: 110%;
            -webkit-transition: all ease-in-out .2s;
            -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s
        }

        .index-service a .card-fade h5 {
            color: #333;
            font-size: 20px;
            margin: 0 0 30px;
            line-height: 200%;
            height: 50px;
            padding-top: 20px;
        }

        .index-service a .card-fade p {
            line-height: 160%;
            font-size: 16px;
        }

        .index-service a .card-fade:hover {
            color: #fff
        }

            .index-service a .card-fade:hover h5 {
                color: #fff
            }

            .index-service a .card-fade:hover.block1 {
                background-color: #41c18b
            }

            .index-service a .card-fade:hover.block2 {
                background-color: #6b92ff
            }

            .index-service a .card-fade:hover.block3 {
                background-color: #ffc100
            }

            .index-service a .card-fade:hover i {
                opacity: 0;
                margin-top: -140px;
                -webkit-transition: all ease-in-out .2s;
                -o-transition: all ease-in-out .2s;
                transition: all ease-in-out .2s
            }

.service-list .service-item {
    margin: 10px 0
}

    .service-list .service-item img {
        width: 100%
    }

/*#endregion */

/*#region 底部 */

.common-footer {
    background: rgba(7,10,12,0.85)
}

    .common-footer .footer-section .title {
        color: #c96;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 20px;
        border-bottom: 1px solid #c96;
        padding-bottom: 8px;
        margin-top: 25px;
    }

    .common-footer .footer-section p, a {
        color: #fc9;
        font-size: 14px;
        line-height: 28px;
    }

        a:link {
            text-decoration: none;
            color: #fc9;
        }

        a:visited {
            color: #fc9;
            text-decoration: none;
        }

        a:hover {
            color: #c96;
            text-decoration: underline;
        }

        a:active {
            text-decoration: underline;
        }

    .common-footer .copyright p, .common-footer .copyright a {
        color: #777;
        font-size: 14px
    }

    .common-footer .copyright a {
        cursor: pointer
    }

/*#endregion */


