﻿/***
-----------------------------
common  css
----------------------------
**/
html,body{
    position: relative;
    height: 100%;
    min-height: 700px;
}
.ie7,.ie7 body{
    height: auto;
}
body{
    overflow-x: hidden;
    max-width: 100%;
}

#bottom{
    height: 43px;
}
.wrap{
    width: 100%;
    min-width: 960px;
}
.box{
    width: 960px;
    margin: 0 auto;
}
.rel{
    position: relative;
}
.topmost{
    z-index: 100000000;
}
.alpha-bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0!important;
    background: #000;
    transition: all 0.2s;
}
.header{
    position: absolute;
    height: 100px;
}
.header .alpha-bg{
    opacity: 0.95;
    -ms-filter: alpha(opacity=95);
    filter: alpha(opacity=95);
}
.header .logo-box{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 387px;
    height: 100%;
    background: url("../img/logo-bg.png");
}

.header .logo-box .logo{
    position: absolute;
    display: inline-block;
    top: 22px;
    left: 50px;
    width: 52px;
    height: 52px;
    background: url("../img/logo.png");
}
.header .logo-box .company-name{
    position: absolute;
    top: 58px;
    left: 106px;
    color: #FFF;
    letter-spacing: 10px;
}
.header .share-box{
    position: absolute;
    top: 18px;
    right: 75px;
}
.header .share-box a{
    display: block;
    float: left;
    margin-right: 3px;
    width: 21px;
    height: 20px;
    background: url("../img/sprite.png") no-repeat;
}
.header .share-box .sina{
}
.header .share-box .weixin{
    background-position: -24px 0px;
}
.header .share-box .qqwb{
    background-position: -49px 0px;
}
.header .share-box .qq{
    background-position: -73px 0px;
}
.header .nav{
    position: absolute;
    height: 46px;
    top: 54px;
    overflow: hidden;
    right: 75px;
}
.header .nav a{
    padding: 0 13px 25px 13px;
    display: inline-block;
    transition: all 0.2s;
    border-bottom: 3px solid transparent;
}
.header .nav a:hover,.header .nav a.active{
    border-bottom-color: #72b41c;
}
.header .nav .eng{
    margin-right: 3px;
    font: 14px Arial;
    color: #888;
}
.header .nav .ch{
    font: 14px "Microsoft Yahei";
    color: #FFF;
}

.header .nav a:hover .ch,.header .nav a.active .ch{
    color: #72b41c;
}
.footer{
    position: fixed;
    bottom: 0;
    height: 43px;
    background: #000;
}
.footer .copyright{
    margin-left: 50px;
    line-height: 43px;
    color: #8a8a8a;
}
.footer .link{
    margin-right: 65px;
    text-align: right;
    color: #f8f8f8;
}
.footer .link a{
    line-height: 43px;
    color: #f8f8f8;
    transition: all 0.2s;
}
.footer .link a:hover{
    color: #72b41c;
}


.u-h1{
    padding-top: 40px;
    margin: 0 auto;
    border-bottom: 2px solid #2a8d34;
}
.u-h1 .eng{
    text-align: center;
    font: 24px Arial;
    color: #7c7c7c;
}
.u-h1 .ch{
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
    color: #000;
    padding-bottom: 16px;
}

.u-nav2{
    position: relative;
    left: 50%;
    overflow: hidden;

}
.u-nav2 li{
    float: left;
    margin-right: 3px;
    width: 150px;
    height: 35px;
    background: #ececec;
    transition: all 0.2s;
}
.u-nav2 li a{
    display: block;
    text-align: center;
    line-height: 35px;
    color: #666;
}
.u-nav2 li.active,.u-nav2 li:hover{
    background: #70b11d;
}
.u-nav2 li.active a,.u-nav2 li:hover a{
    color: #FFF;
}

.page-box{
    margin: 45px auto 60px auto;
    text-align: center;
}

.page-box a{
    display: inline-block;
    min-width: 18px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ccc;
    color: #aaa;
    transition: all 0.2s;
    background: #FFF;
}
.page-box a:hover{
    color: #FFF;
    background: #6cac00;
    border-color: #6cac00;
}
.page-box .prev,.page-box .prev:hover{
    border-color: #CCC;
    background: #FFF url("../img/sprite.png") no-repeat -11px -136px;
}
.page-box .next,.page-box .next:hover{
    border-color: #CCC;
    background: #FFF url("../img/sprite.png") no-repeat -11px -184px;
}
/***
-----------------------------
common  css   end
----------------------------
**/


/***
-----------------------------
welcome
----------------------------
**/
.welcome{
    margin: 0;
}
.banner{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
.banner li{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.slogan{
    position: absolute;
    z-index: 100000000;
    top: 255px;
    padding-right: 31px;
    right: 105px;
    text-align: right;
    color: #FFF;
    border-right: 2px solid #FFF;
}
.slogan .s1, .slogan .s2{
    opacity: 0;
    filter: alpha(opacity=0);
}
.slogan .s1{
    margin-bottom: 10px;
    font: 50px Arial;
}
.slogan .s2{
    font-size: 30px;
}
.readmore{
    position: absolute;
    z-index: 100000000;
    padding-left: 24px;
    top: 380px;
    right: -100%;
    width: 241px;
    height: 102px;
    color: #FFF;
    background: url("../img/index-read.png") no-repeat;
    cursor: pointer;
}
.readmore .r1{
    margin-top: 17px;
    font-size: 28px;
}
.readmore .r2{
    font: bold 14px "Microsoft Yahei";
}
.pro-new{
    position: absolute;
    z-index: 10000000;
    left: 65px;
    bottom: 75px;
    width: 230px;
    height: 230px;
}
.pro-new .bg{
    position: absolute;
    width: 230px;
    height: 230px;
    background: url("../img/index-pro.png") no-repeat center;
}
.pro-new .bg.shake{
    animation: shake 1s alternate;
}
.pro-new h4{
    position: relative;
    top: 18px;
    font-size: 18px;
    text-align: center;
    color: #FFF;
}
.pro-new p{
    position: relative;
    top: 60px;
    margin: 0 auto;
    width: 0;
    padding-bottom: 14px;
    border-bottom: 2px solid #FFF;
    text-align: center;
    color: #FFF;
}

.pro-new .pro-name{
    position: absolute;
    display: none;
    cursor: pointer;
    top: 145px;
    left: 180px;
    padding-left: 15px;
    width: 0;
    line-height: 30px;
    height: 30px;
    background: #FFF;
    color: #333;
}
.pro-new .pro-name i{
    position: absolute;
    width: 0;
    height: 0;
    top: 7px;
    left: -16px;
    border: 8px solid #FFF;
    border-color: transparent #FFF transparent transparent;
}
/***
-----------------------------
welcome  end
----------------------------
**/


/***
-----------------------------
about
----------------------------
**/
.u-banner{
    height: 300px;
}
.about-banner{
    background: #303e78 url("../img/about-banner.jpg") no-repeat center;
}

.about-h1{
    width: 328px;
}

.about-nav{
    top: 40px;
    margin-left: -303px;
}

.about-intro{
    margin-top: 40px;
    font-size: 12px;
    line-height: 28px;
    padding: 40px 0 110px 0;
    color: #999;
}
.about-intro *{
    color: #999;
}




.about-honor{
    position: relative;
    margin-top: 122px;
}
.about-honor .left,.about-honor .right{
    position: absolute;
    top: 60px;
    width: 25px;
    height: 50px;
    cursor: pointer;
    background: url("../img/sprite.png") no-repeat;
}
.about-honor .left{
    left: -65px;
    background-position: -9px -42px;
}
.about-honor .right{
    right: -65px;
    background-position: -58px -42px;
}
.about-honor .honor-box{
    position: relative;
    height: 230px;
    overflow: hidden;
}
.about-honor .honor-list{
    width: 10000px;
}
.about-honor .honor-list li{
    float: left;
    margin-right: 8px;
    cursor: pointer;
}
.about-honor .honor-list .img-box{
    display: table-cell;
    width: 233px;
    height: 174px;
    vertical-align: middle;
    text-align: center;
    background: url("../img/honor-bg.png") no-repeat;
}
.ie7 .about-honor .honor-list .img-box{
    font-size: 136px;
}
.about-honor .honor-list .img-box img{
    max-width: 233px;
    max-height: 174px;
    vertical-align: middle;
}
.about-honor .honor-list h6{
    font: normal 12px/3 "Microsoft Yahei";
    text-align: center;
    color: #666;
}
.about-honor .honor-list .honor-date{
    text-align: center;
    color: #ccc;
}




.about-media{
    margin-top: 100px;
    overflow: hidden;
}
.about-media ul{
    padding-bottom: 50px;
    width: 1200px;
    zoom: 1;
}
.about-media li{
    float: left;
    width: 292px;
    height: 286px;
    margin-right: 39px;
    border: 1px solid #f3f3f3;
}
.about-media img{
    display: block;
    width: 100%;
    height: 170px;
}
.about-media h6{
    position: relative;
    top: -11px;
    padding-top: 11px;
    font-size: 14px;
    line-height: 50px;
    color: #70b11d;
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
    background: url("../img/sprite.png") no-repeat -742px -58px;
}
.about-media p{
    padding: 0 30px;
    height: 68px;
    line-height: 20px;
    text-align: center;
    color: #666;
}
.about-web{
    margin-top: 100px;
}
.about-web img{
    display: block;
    margin: 0 auto;
}
/***
-----------------------------
about end
----------------------------
**/


/***
-----------------------------
news
----------------------------
**/
.news-h1{
    width: 326px;
}

.news-banner{
    height: 300px;
    background: url("../img/news-banner.jpg") no-repeat center bottom;
}

.news-nav{
    margin-left: -152px;
    margin-top: 40px;
    margin-bottom: 47px;
}
.news-box{
    overflow: hidden;
}
.news-box .news-list{
    width: 980px;
    overflow: hidden;
}
.news-box .news-list li{
    float: left;
    position: relative;
    padding: 27px 23px 16px 165px;
    height: 106px;
    width: 284px;
    margin-right: 11px;
    margin-bottom: 13px;
    border: 1px solid #e4e4e4;
    background: #FFF;

}
.news-box .news-list li *:hover{
    cursor: pointer;
}
.news-box .news-list img{
    position: absolute;
    width: 131px;
    height: 95px;
    top: 27px;
    left: 15px;
}
.news-box .news-list .date{
    position: absolute;
    z-index: 2;
    top: 36px;
    left: 25px;
    width: 54px;
    height: 54px;
    border-radius: 2px;
    background: #2b3136;

}
.news-box .news-list .date .d{
    font: 24px Arial;
    text-align: center;
    color: #FFF;
}
.news-box .news-list .date .m-y{
    text-align: center;
    color: #e3e3e3;
}
.news-box .news-list h3{
    font-size: 14px;
    margin-bottom: 10px;
}
.news-box .news-list h3 a{
    color: #70b11d;
}
.news-box .news-list p{
    line-height: 20px;
    color: #666;
    height: 40px;
    overflow: hidden;
}
.news-box .news-list .read-more{
    position: absolute;
    right: 22px;
    bottom: 20px;
    padding: 0 6px;
    line-height: 24px;
    color: #FFF;
    border-radius: 3px;
    background: #70b11d;
}

.news-detail{
    padding: 40px 0;
    line-height: 24px;
    border-bottom: 1px solid #e4e4e4;
}
.news-detail h2{
    font: 20px/1.5 'Microsoft Yahei';
    text-align: center;
    color: #333;
}
.news-detail .news-date{
    margin-bottom: 20px;
    text-align: center;
    color: #999;
}
.page-to{
    padding: 40px 0;
    position: relative;
}
.page-to a{
    display: block;
    line-height: 28px;
    color: #666;
}
.page-to .next:hover, .page-to .prev:hover{
    color: #70b11d;
}
.page-to a.return{
    position: absolute;
    right: 0;
    top: 40px;
    width: 70px;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    background: #6eb01e;
}
/***
-----------------------------
news  end
----------------------------
**/


/***
-----------------------------
product
----------------------------
**/
.product-h1{
    width: 326px;
}
.product-banner{
    background: url("../img/pro-banner.jpg") no-repeat center bottom;
}
.product-box {
    margin-top: 40px;
    overflow: hidden;
}
.product-box .product-nav{
    width: 970px;
    overflow: hidden;
    padding-bottom: 60px;
}
.product-box .product-nav li{
    position: relative;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    height: 180px;
    width: 239px;
}
.product-box .product-nav li:hover .alpha-bg{
    opacity: 0.4;
    -ms-filter: alpha(opacity=40);
    filter: alpha(opacity=40);
}
.product-box .product-nav .first{
    width: 479px;
}

.product-box .product-nav img{
    width: 100%;
    height: 100%;
}
.product-box .product-nav table{
    position: absolute;
    z-index: 2;
    width: 145px;
    height: 66px;
    margin: 0 auto;
    left: 50%;
    top: 57px;
    margin-left: -72px;
    line-height: 20px;
    color: #FFF;
    border: 1px solid #FFF;
}
.product-box .product-nav td{
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
}
.product-box .product-nav .alpha-bg{
    opacity: 0.7;
    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
}
.product-box .product-nav a{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.product-wrap{
    background: #f3f3f3;
}
.product-box .return{
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    width: 70px;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    background: #6eb01e;
}
.product-box .product-list{
    width: 1000px;
}
.product-box .product-list li{
    float: left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 14px;
    width: 226px;
    height: 200px;
}
.product-box .product-list .img-box{
    padding: 5px;
    height: 140px;
    border: 1px solid #e4e4e4;

    background: #FFF;
}
.product-box .product-list .img-box img{
    width: 214px;
    height: 140px;
}
.product-box .product-list h6{
    padding: 0 11px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-align: center;
    color: #666;
}
.product-box .product-list li:hover h6{
    color: #6eb01e;
}
.product-box .product-list li a{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.product-detail{
    margin-top: 75px;
}
.product-detail .argm{
    position: relative;
    padding-left: 275px;
    min-height: 180px;
}
.product-detail .argm .img-box{
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    width: 245px;
    height: 163px;
    border: 1px solid #e4e4e4;
}
.product-detail .argm .img-box img{
    width: 245px;
    height: 163px;
}
.product-detail .argm h2{
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 48px;
    color: #70b11d;
}
.product-detail .argm table{
    line-height: 24px;
    color: #666;
}

.product-detail .argm .label{
    width: 65px;
}
.product-detail .explain-box{
    margin-top: 30px;
    padding-bottom: 60px;
    border-top: 1px dashed #e4e4e4;
}
.product-detail .explain-box h3{
    padding-top: 24px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #000;
}
.product-detail .explain-box .explain{
    line-height: 20px;
    color: #999;
}




/***
-----------------------------
product end
----------------------------
**/

/***
-----------------------------
contact
----------------------------
**/

.contact-banner{
    background: url("../img/contact-banner.jpg") no-repeat center bottom;
}
.contact-h1{
    width: 328px;
}
#map{
    margin-top: 40px;
    height: 205px;
    background: #efefef;
}

.contact-box{
    position: relative;
    box-shadow: -3px 0 2px #ccc,3px 0 2px #ccc;
    height: 205px;
    width: 252px;
    padding-left: 10px;
    left: 158px;
    margin-top: -205px;
    background: #FFF;
}
.contact-box h3{
    padding-top: 10px;
    font: 18px/2 Arial;
    color: #666;
}
.contact-box .mobile{
    font: 30px Impact,Arial;
    color: #6db01e;
}
.contact-box table{
    margin-top: 10px;
    color: #a4a4a4;
}

.contact-box .label{
    width: 36px;
    text-align: right;
}
.contact-box td{
    line-height: 24px;
}

.leave-word{
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
    width: 822px;
    height: 150px;
}
.leave-word input{
    padding: 5px 10px;
    width: 356px;
    height: 24px;
    border: 1px solid #e4e4e4;
}
.leave-word .email{
    margin-left: 62px;
}
.leave-word textarea{
    padding: 10px;
    width: 800px;
    margin-top: 16px;
    height: 74px;
    resize: none;
    border: 1px solid #e4e4e4;
}
.leave-word button{
    position: absolute;
    bottom: 0;
    right: -140px;
    width: 130px;
    height: 36px;
    color: #FFF;
    border-radius: 3px;
    background: #6db01e;
}


/***
-----------------------------
contact end
----------------------------
**/

/***
-----------------------------
project
----------------------------
**/

.project-banner{
    background: url("../img/project-banner.jpg") no-repeat center bottom;
}
.project-h1{
    width: 328px;
}

.project-box{
    margin-top: 40px;
    overflow: hidden;
}
.project-box .project-list{
    width: 1000px;
    overflow: hidden;
}
.project-box .project-list li{
    float: left;
    margin-right: 30px;
    margin-bottom: 32px;
    width: 300px;
    height: 236px;
    border-bottom: 1px dashed #999;
    cursor: pointer;
}
.project-box .project-list .img-box{
    position: relative;
    height: 200px;
}
.project-box .project-list .img-box img{
    width: 100%;
    height: 100%;
}
.project-box .project-list .img-box .alpha-bg{
    top: 160px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.project-box .project-list li:hover .alpha-bg{
    top: 0;
}
.project-box .project-list .img-box .icon{
    position: absolute;
    z-index: 3;
    width: 18px;
    height: 18px;
    top: 172px;
    left: 50%;
    margin-left: -9px;
    background: url("../img/sprite.png") no-repeat -2px -568px;
    transition: all 0.2s;
}
.project-box .project-list li:hover .icon{
    top: 50%;
    margin-top: -9px;
}
.project-box .project-list div{
    overflow: hidden;
}
.project-box .project-list h6{
    float: left;
    line-height: 36px;
    color: #000;
}
.project-box .project-list .date{
    float: right;
    line-height: 36px;
    color: #999;
}

/***
-----------------------------
project  end
----------------------------
**/


@keyframes shake {
    0%, 100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(30deg);
    }

    50% {
        transform: rotate(-30deg);
    }

    75% {
        transform: rotate(10deg);
    }

    85% {
        transform: rotate(-10deg);
    }
}

.argm .return{
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 70px;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    background: #6eb01e;
}