﻿/*
Theme Name: Dreamer - Responsive One Page Parallax Template
Theme URI: http://www.avathemes.com/HTML5/Dreamer
Description: Dreamer - Responsive One Page Parallax Template
Author:AVA Themes
Author URI: #
/user/AVAThemes/portfolio
Version: 1.0
Tags: video, simple, grid, dark, black, responsive, mobile optimized, html5
*/

/* -----------------------------------------
   Header, Logo & Social Media Profiles
----------------------------------------- */

.clearfix:after
{
    content: ".";
    height: 0px;
    overflow: hidden;
    clear: both;
    display: block;
}

.clearfix
{
    zoom: 1;
}

#loading
{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #201E20;
    z-index: 999999;
    display: block !important;
}

    #loading img
    {
        position: fixed;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -25px;
    }

.slideshow-pattern
{
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    background: url(/Image/icons/slideshow02.png) repeat;
    z-index: 0;
}

.slideshow-overlay
{
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    background: #000;
    opacity: 0.1;
    filter: alpha(opacity=10);
    z-index: 0;
}

/*.triangle-top
{
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    background: url(/Image/icons/triangle-top.png) top left no-repeat;
    z-index: -1;
}*/


/*.triangle-bottom
{
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    background: url(/Image/icons/triangle-bottom.png) top left no-repeat;
    z-index: -1;
}*/

.homepage-text
{
    position: fixed;
    z-index: 9;
    top: 90px;
}

.top-icon
{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    padding: 3px;
    border: 3px #FF6600 solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    behavior: url(/Scripts/PIE/PIE.htc);
}

    .top-icon img
    {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 6px;
        border: 2px #fff dotted;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
        behavior: url(/Scripts/PIE/PIE.htc);
    }

.top-divider
{
    width: 750px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.bottom-divider
{
    width: 850px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.homepage-text h1
{
    font-family: "微软雅黑";
    font-weight: 300;
    font-size: 52px;
    line-height: 52px;
    text-transform: uppercase;
    color: #fff !important;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 20px auto;
    text-shadow: 1px 1px 3px #000;
}


.homepage-text h2
{
    font-family: "微软雅黑";
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
    color: #fff !important;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 20px;
    text-shadow: 1px 1px 3px #000;
}

    .homepage-text h1 span, .homepage-text h2 span
    {
        display: inline-block;
        white-space: nowrap;
    }

        .homepage-text h1 span.spen2
        {
            margin-left: 10px;
        }

.homepage-text h1 span
{
    margin-top: 3px;
}

.bottom-icon
{
    width: 48px;
    height: 48px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 12px 7px;
    border: 5px #FF6600 solid;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    behavior: url(/Scripts/PIE/PIE.htc);
}

.content-container
{
    width: 100%;
    height: auto;
    position: absolute;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
}

.content-containerIndex
{
    width: 100%;
    height: auto;
    position: absolute;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
    background: #FFF url(/Image/icons/services-banner.png) repeat;
}

#homepage
{
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}


/* -----------------------------------------
   Parallax视差图
----------------------------------------- */

.parallax-one
{
    margin: 0px 0px 0px 0px;
    height: 500px;
    width: 100%;
    float: left;
    border-top: 0px solid #a19faa;
    border-bottom: 0px solid #a19faa;
    position: relative;
    background: #000 url(/Image/parallax/1.jpg) 50% 0 no-repeat fixed;
    background-size: 100%;
}

.quote1-pattern
{
    width: 100%;
    height: 500px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(/Image/parallax/pattern-1.png);
}

.parallax-container
{
    width: 100%;
    margin-top: 70px;
    float: left;
    z-index: 100;
}

.parallax-title
{
    width: 100%;
    font-family: "微软雅黑";
    font-weight: 300;
    font-size: 52px;
    line-height: 58px;
    text-transform: none;
    color: #fff !important;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    text-shadow: none;
    float: left;
    margin-bottom: 15px;
}

.parallax-divider
{
    width: 100%;
    height: 64px;
    float: left;
    background: url(/Image/icons/parallax-divider.png) center no-repeat;
    text-align: center;
}

    .parallax-divider img
    {
        width: 64px;
        height: 64px;
        border: 3px dotted #fff;
        padding: 2px;
        margin: 0 auto;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
        text-align: center;
        position: relative;
        z-index: 1;
        behavior: url(/Scripts/PIE/PIE.htc);
    }

.parallax-subtitle
{
    width: 100%;
    font-family: "微软雅黑";
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    text-transform: none;
    color: #fff !important;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    text-shadow: none;
    float: left;
}

/* -----------------------------------------
   Pages Common Styles页面常见的样式
----------------------------------------- */

.page-container
{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.page-content
{
    margin-top: 35px;
    background: none;
}

.page-title
{
    font-family: "微软雅黑";
    font-weight: 300;
    text-transform: none;
    color: #58595b !important;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    text-shadow: none;
}

.page-section
{
    margin-top: 60px;
    background: none;
}

.section-divider
{
    margin: 20px auto;
    height: 54px;
    background: url(/Image/icons/section-divider.png) center no-repeat;
    text-align: center;
}

    .section-divider img
    {
        width: 54px;
        height: 54px;
        padding: 6px;
        margin: 0 auto;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
        border: 3px dotted #414141;
        text-align: center;
        position: relative;
        z-index: 1;
        behavior: url(/Scripts/PIE/PIE.htc);
    }

.first-column
{
    padding-right: 16px !important;
}

.middle-column
{
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.last-column
{
    padding-left: 16px !important;
}

.pattern-1
{
    background: #FFF url(/Image/icons/lines-left.png) repeat;
    text-align: center;
}

.pattern-2
{
    background: #FFF url(../images/groovepaper.png) repeat;
}

/* ------------------------------------------------------------------------------------
   Portfolio图片新闻
------------------------------------------------------------------------------------ */
.ourHolder
{
    width: 100%;
    text-align: center;
}

    .ourHolder li
    {
        display: inline-block;
        width: 234px;
    }

.img_news
{
    width: 234px;
}

.section_big
{
    width: 100%;
}

.section_big1
{
    background-size: 95%;
}

.portfolio-categories a
{
    color: #808285;
}

    .portfolio-categories a:hover
    {
        color: #808285;
    }

.portfolio-item
{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    overflow: hidden;
    opactiy: 0.7;
    filter: alpha(opacity=70);
}

    .portfolio-item img
    {
        margin: 0;
        padding: 0;
    }

    .portfolio-item .photo-link
    {
        width: 100%;
        height: 155px;
        display: block;
        overflow: hidden;
    }

    .portfolio-item .wide-image
    {
        margin: 0;
        padding: 0;
        width: 100% !important;
        height: 100% !important;
        float: left;
        display: block;
        position: relative;
    }

.portfolio-hover-details
{
    width: 214px;
    height: 155px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    z-index: 11;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 0;
    filter: alpha(opacity=0);
}

.open-portfolio
{
    width: 90px;
    height: 40px;
    margin: 0 auto;
    margin-top: 55px;
    text-indent: -9999px;
}

a.open-portfolio-large
{
    height: 40px;
    width: 40px;
    background: url(/Image/icons/40px/white/29.png) top center no-repeat;
    float: left;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-right: 10px;
    margin-top: 40px;
    text-indent: -9999px;
    border: 2px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    behavior: url(/Scripts/PIE/PIE.htc);
}

a.open-portfolio-link
{
    width: 40px;
    height: 40px;
    background: url(/Image/icons/40px/white/27.png) top center no-repeat;
    float: left;
    opacity: 0;
    margin-top: -40px;
    text-indent: -9999px;
    border: 2px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    behavior: url(/Scripts/PIE/PIE.htc);
}

.portfolio-details
{
    width: 100%;
    height: 82px;
    background: #fff;
    margin-top: 0;
    padding-top: 10px;
    float: left;
    opactiy: 0.7;
    filter: alpha(opacity=70);
}

h4.portfolio-title
{
    font-family: "微软雅黑";
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: none;
    color: #58595b !important;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    float: left;
}

    h4.portfolio-title a
    {
        font-family: "微软雅黑";
        font-weight: 500;
        font-size: 14px;
        line-height: 26px;
        text-transform: none;
        color: #FF6600 !important;
    }

.portfolio-divider
{
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    float: left;
    height: 1px;
    background: #bcbec0;
    opactiy: 0.7;
    filter: alpha(opacity=70);
}

p.portfolio-categories
{
    font-family: "微软雅黑";
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-transform: none;
    color: #808285 !important;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 7px;
    padding-bottom: 20px;
    float: left;
}

.portfolio .item
{
    margin-bottom: 30px;
}

#menu_select
{
    display: none;
}


/*----banner_news----*/

/*公有*/
.homepage-operation
{
    width: 100%;
    height: 245px;
    position: fixed;
    z-index: 9;
    margin-top: 492px;
    text-align: center;
}

.ho
{
    width: 276px;
    height: 245px;
    display: inline-block;
    overflow: hidden;
}

.ho1, .ho2, .ho3
{
    margin-right: 19px;
}

.hd1
{
    width: 100%;
    height: 100%;
    margin-top: 0;
    font-family: 微软雅黑;
}

    .hd1 h3
    {
        color: #fff;
        width: 100%;
        text-align: center;
        padding: 20px 0;
        background: url(/Image/homepage/homepage-operation/line-icon.jpg) center bottom repeat-x;
        background-size: 100%;
    }

    .hd1 p a, .hd1 p
    {
        text-align: left;
    }

    .hd1 .ho_more
    {
        width: 100%;
        text-align: right;
    }

        .hd1 .ho_more a
        {
            color: #fff;
            padding: 5px 20px;
            font-size: 16px;
            font-weight: 600;
        }

.op1
{
    width: 100%;
    height: 100%;
    margin-top: -245px;
    position: relative;
    z-index: -1;
    opacity: 0.35;
    filter: alpha(opacity=35);
}

.corner_cut
{
    float: left;
    width: 236px;
    height: 100%;
    background-color: #fff;
}

.corner_color
{
    float: left;
    height: 100%;
    border-top: 40px solid transparent;
    border-left: 40px solid #fff;
    border-bottom: 40px solid #fff;
}
/*end公有*/
/*文章*/
.hd_news
{
    width: 100%;
    margin-top: 15px;
}

    .hd_news p, .hd_news a
    {
        color: #fff;
    }

    .hd_news p
    {
        margin-top: 10px;
        padding-left: 35px;
        margin-bottom: 20px;
        font-size: 12px;
        width: 100%;
    }

    .hd_news a:hover
    {
        text-decoration: underline;
    }
    /*end文章*/
    /*小图标*/
    .hd_news p
    {
        background: url(/Image/homepage/homepage-operation/news.png) 12px center no-repeat;
        background-size: 5px;
    }

.ry p
{
    background: url(/Image/homepage/homepage-operation/news.png) 15px center no-repeat;
    background-size: 5px;
}

.gg p
{
    background: url(/Image/homepage/homepage-operation/news.png) 15px center no-repeat;
    background-size: 5px;
}
/*end小图标*/
/* -----------------------------------------
   Responsive响应 1650 +
----------------------------------------- */

@media only screen and (max-width: 1650px)
{
    .parallax-one
    {
        background: #000 url(/Image/parallax/1.jpg) center center no-repeat;
    }
}

/* -----------------------------------------
   Responsive响应 1300 +
----------------------------------------- */

@media only screen and (max-width: 1300px)
{
    .top-icon
    {
        width: 70px;
        height: 70px;
        padding: 2px;
    }

        .top-icon img
        {
            width: 100%;
            height: 100%;
            padding: 4px;
        }

    .top-divider
    {
        width: 550px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .bottom-divider
    {
        width: 650px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .homepage-text h1
    {
        font-weight: 300;
        font-size: 42px;
        line-height: 42px;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 10px auto;
        text-shadow: 1px 1px 3px #000;
    }

    .homepage-text h2
    {
        font-family: "微软雅黑";
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin: 10px;
        text-shadow: 1px 1px 3px #000;
    }

    .bottom-icon
    {
        width: 38px;
        height: 38px;
        margin: 0 auto;
        margin-top: 5px;
        padding: 10px 7px;
        border: 4px #FF6600 solid;
    }

    .portfolio-item .portfolio-hover-details
    {
        display: none !important;
        opactiy: 0.7;
        filter: alpha(opacity=70);
    }

    .homepage-operation
    {
        margin-top: 380px;
    }

    .ho
    {
        width: 246px;
        height: 216px;
    }

    .hd_news p
    {
        margin-top: 8px;
        padding-left: 25px;
        margin-bottom: 15px;
    }

    .op1
    {
        margin-top: -216px;
    }

    .corner_cut
    {
        width: 206px;
    }
}


@media only screen and (max-width: 1100px)
{
    .homepage-text
    {
        top: 50%;
        margin: -120px auto;
        position: fixed;
        z-index: 1;
        text-align: center;
        max-width: 100%;
    }

    .homepage-operation
    {
        display: none;
    }
}

/* -----------------------------------------
   Responsive响应 800 +
----------------------------------------- */
@media only screen and (max-width: 800px)
{
    .parallax-one
    {
        background: #000 url(/Image/parallax/1.jpg) center center no-repeat;
        background-size: auto 100%;
    }

    .parallax-title
    {
        font-size: 42px;
        line-height: 42px;
    }

    .parallax-subtitle
    {
        font-size: 18px;
        line-height: 18px;
    }

    .top-icon
    {
        width: 70px;
        height: 70px;
        padding: 2px;
    }

        .top-icon img
        {
            width: 100%;
            height: 100%;
            padding: 4px;
        }

    .top-divider
    {
        width: 80%;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .bottom-divider
    {
        width: 90%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .homepage-text h1
    {
        font-weight: 300;
        font-size: 42px;
        line-height: 42px;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 10px auto;
        text-shadow: 1px 1px 3px #000;
    }

    .homepage-text h2
    {
        font-family: "微软雅黑";
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin: 10px;
        text-shadow: 1px 1px 3px #000;
    }

    .bottom-icon
    {
        width: 38px;
        height: 38px;
        margin: 0 auto;
        margin-top: 5px;
        padding: 10px 7px;
        border: 4px #FF6600 solid;
    }
}

@media only screen and (max-width: 346px)
{
    .homepage-text h1 span.spen2
    {
        margin-left: 0px;
    }

    .parallax-title
    {
        font-size: 32px;
        line-height: 32px;
    }

    .parallax-subtitle
    {
        font-size: 16px;
        line-height: 16px;
    }
}

/* -----------------------------------------
   Responsive响应 height800 +
----------------------------------------- */
@media only screen and (max-height: 800px) and (min-width:1300px)
{
    .top-icon
    {
        width: 70px;
        height: 70px;
        padding: 2px;
    }

        .top-icon img
        {
            width: 100%;
            height: 100%;
            padding: 4px;
        }

    .top-divider
    {
        width: 550px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .bottom-divider
    {
        width: 650px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .homepage-text h1
    {
        font-weight: 300;
        font-size: 42px;
        line-height: 42px;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 10px auto;
        text-shadow: 1px 1px 3px #000;
    }

    .homepage-text h2
    {
        font-family: "微软雅黑";
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin: 10px;
        text-shadow: 1px 1px 3px #000;
    }

    .bottom-icon
    {
        width: 38px;
        height: 38px;
        margin: 0 auto;
        margin-top: 5px;
        padding: 10px 7px;
        border: 4px #FF6600 solid;
    }

    .homepage-operation
    {
        margin-top: 380px;
    }

    .ho
    {
        width: 246px;
        height: 216px;
    }

    .hd_news p
    {
        margin-top: 8px;
        padding-left: 25px;
        margin-bottom: 15px;
    }

    .op1
    {
        margin-top: -216px;
    }

    .corner_cut
    {
        width: 206px;
    }
}
