﻿@charset "utf-8";
@import url(comm.css);

body {
    font-family: microsoft Yahei;
    min-width: 1200px;
    background: #f5f5f5;
    _width: expression(document.documentElement.clientWidth>1200?document.documentElement.clientWidth:1200);
}

em, i {
    font-style: normal;
}
/*顶部    start*/
.yHeader {
    width: 100%;
}
/*导航   start*/
.yNavIndex {
    height: 35px; /*border-bottom: 2px solid #2d2d2d;*/
    position: relative;
    background-color:white;
}

    .yNavIndex .yMenuIndex {
        margin-left: 190px;
    }

        .yNavIndex .yMenuIndex li a {
            position: relative;
            display: inline-block;
            font-size: 16px;
            color: #333;
            line-height: 32px;
            height: 32px;
            padding: 0 21px;
        }

            .yNavIndex .yMenuIndex li a.yMenua {
                font-weight: bold;
                border-bottom: 3px solid #2d2d2d;
            }

            .yNavIndex .yMenuIndex li a:hover {
                font-weight: bold;
                border-bottom: 3px solid #2d2d2d;
            }

        .yNavIndex .yMenuIndex li {
            float: left;
            height: 33px;
            padding: 0 12px;
        }
/*下拉*/
.pullDown {
    z-index: 9999;
    position: absolute;
}

.pullDownTitle {
    height: 35px;
    width: 190px;
    background: #1cd388;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 35px;
}

.pullDownList {
    height: 470px;
    background: url(/images/pullbj.jpg);
    position: relative;
    z-index: 2;
    margin-top:10px;
}

    .pullDownList li {
        height: 75px;
        line-height:75px;
        color: #fefcfc;
        font-size: 13px;
        position: relative;
    }

        .pullDownList li i {
            position: relative;
            top: 0;
            margin-right: 25px;
            left: 20px;
            -webkit-transition: margin-left .2s linear;
            -moz-transition: margin-left .2s linear;
            -o-transition: margin-left .2s linear;
            width: 20px;
            height: 19px;
        }

        .pullDownList li.menulihover i {
            margin-left: 6px;
        }
        .pullDownList li a {
            color: #fefcfc;
            font-size: 13px;
        }

        .pullDownList li.menuliselected {
            background: #4a4a4a;
        }

            .pullDownList li.menuliselected span {
                top: 40px;
                right: 7px;
                border-left: 4px solid transparent;
                border-top: 4px solid #fff;
                border-right: 4px solid transparent;
                border-bottom: 0;
            }

        .pullDownList li.menulihover {
            background: #a90000;
        }

        .pullDownList li span {
            display: inline-block;
            width: 0;
            height: 0;
            position: absolute;
            top: 12px;
            right: 8px;
        }

        .pullDownList li.menulihover span {
            top: 40px;
            right: 8px;
            border-left: 4px solid #fff;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-right: 0;
        }
/*下拉详细列表具体分类*/
.yMenuListCon {
    width: 400px;
    height: 480px;
    position: absolute;
    z-index: 2;
    top: 35px;
    left: 190px;
    overflow: hidden;
}

    .yMenuListCon p {
        width: auto;
        color: #7f7e7e;
        font-size: 12px;
        margin: 10px 0 0 -1px;
        overflow: hidden;
    }

        .yMenuListCon p a {
            color: #7f7e7e;
            font-size: 12px;
            padding: 0 8px;
            display: inline-block;
            float: left;
            margin-top: 5px;
            background: url(/images/indexicon1.png) 0 -1695px;
        }

            .yMenuListCon p a.ecolor610 {
                color: #a90000;
            }

            .yMenuListCon p a:hover {
                color: #a90000;
                text-decoration: underline;
            }

.yMenuListConin {
    display: none;
    background: #fff;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    padding: 0 20px;
    width: 360px;
    height: 480px;
    position: absolute;
    left: 0;
    top: 0;
}

.yMenuLCinList {
    overflow: hidden;
}
    /*详细分类标题*/
    .yMenuLCinList h3 {
        position: relative;
        height: 20px;
        width: auto;
        margin: 25px auto 0;
        border-bottom: 1px solid #000;
    }

        .yMenuLCinList h3 a {
            font-size: 12px;
            color: #2d2d2d;
            position: absolute;
            bottom: 0px;
            display: block;
        }

        .yMenuLCinList h3 .yListMore {
            color: #666666;
            font-weight: normal;
            right: 0;
            width: 40px;
            height: 20px;
        }

        .yMenuLCinList h3 .yListName {
            -webkit-transition: left .2s linear;
            -moz-transition: left .2s linear;
            -o-transition: left .2s linear;
            display: block;
            width: 90px;
            padding-top: 17px;
            padding-left: 1px;
            left: 0;
        }

            .yMenuLCinList h3 .yListName:hover {
                left: 6px;
            }
/*导航   end*/
/*顶部    end*/

/*banner  start*/
.yBanner {
    height: 480px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.yBannerList {
    height: 480px;
    width: 100%;
    background: url(/Images/index_bg.jpg) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.ybannerHide {
    display: none;
}

.ymainBanner {
    -webkit-transform: scaleX(1.05) scaleY(1.05);
    -moz-transform: scaleX(1.05) scaleY(1.05);
    -ms-transform: scaleX(1.05) scaleY(1.05);
    -o-transform: scaleX(1.05) scaleY(1.05);
    transform: scaleX(1.05) scaleY(1.05);
}

.ybannerExposure .ymainBanner {
    -webkit-transition: -webkit-transform 4s linear;
    -moz-transition: -moz-transform 4s linear;
    -o-transition: -o-transform 4s linear;
    transition: transform 4s linear;
    -webkit-transform: scaleX(1) scaleY(1);
    -moz-transform: scaleX(1) scaleY(1);
    -ms-transform: scaleX(1) scaleY(1);
    -o-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
}

.yBannerListIn {
    overflow: hidden;
    width: 950px;
    height: 460px;
    margin: 0 auto;
}

.ytextBanner {
    opacity: 0;
    position: absolute;
    right: 190px;
    top: 0;
    width: 405px;
    height: 480px;
    z-index: 1;
    background: url(/images/banner1in.png) no-repeat center center;
}

.ybannerExposure .ytextBanner {
    -webkit-transition: opacity 2s linear;
    -moz-transition: opacity 2s linear;
    -o-transition: opacity 2s linear;
    transition: opacity 2s linear;
    opacity: 1;
}

.yBannerListIn .yBannerListInRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 480px;
    z-index: 5;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.yBannerListInRight .yimaginaryLine {
    display: block;
    height: 0;
    margin:5px;
}

.yBannerListInRight img {
    vertical-align: top;
    -webkit-transition: -webkit-transform .2s linear;
    -moz-transition: -moz-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    transition: transform .2s linear;
}

    .yBannerListInRight img:hover {
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px);
    }

/*banner  end*/
