@charset "utf-8";

/*
    header
*/

.header{
     border-bottom: 3px solid #f9bb3a;
}
#div1{width: 82px; 
    height: 274px; 
    background: url(../images/line.jpg) no-repeat;
    position: absolute;
    right: 0;
    bottom: 45%;
    z-index: 555;
    cursor: pointer;
}
#div1 div{
    position: relative;
    height: 75px;
}
#div1 div:hover{
    background: rgba(0,0,0,0.2);
}
#div1 div img{
    margin:0px auto 0;
    padding-top: 10px;
}
#div1 div img.erweima1{
    position: absolute;
    top: -15px;
    left: -82px;
    display: none;
}
#div1 div.weixin:hover img{
    display: block;
}
#head{
    width: 1137px;
    margin: 0 auto 0px;
    position: relative;
    padding-bottom: 10px;
}
.head-t{
    position: absolute;
    right: 0;
    top: 8px;
    border-bottom: 1px solid #f0f0f1;
    z-index: 2
}

.head-t-r{
    width: 105px;
}
.head-t-r>div{
    float:left;
    position: relative;
}
.head-t-r>div img.erweima{
    display: none;
    position: absolute;
    max-width: 146px;
    width: 146px;
    height: 153px;
    z-index: 9;
    left: -70px;
    top: 25px;
    cursor: pointer;
}
.head-t-r>div:hover img.erweima{
    display: block;
}
.head-t-r img{
    display: inline-block;
    margin:0 5px;
}

.head-b .logo{
    float: left;
    width: 14%;

}
.head-b{
    padding-top: 14px;
}
.head-b .nav{
    float: right;
    width: 40%;
}
#nav {
    position: relative;
    top: 24px;
}

#nav ul li {
    text-align: center;
    overflow: hidden;
    width:88px;
    height: 44px;
    line-height: 44px;
    float:left;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

#nav ul li.curr,#nav ul li:hover{
    background: #eeb133;
}
#nav ul li.curr a,#nav ul li:hover a{
    color: #fff;
}
#nav ul li a {
    color:#000;
    font-size: 16px;
    position: relative;
    display: block;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

#menu {
    display: none;
    text-align: right;
    margin-top: -.5em;
}

#menu a {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
    border-top-color: #e5e5e5;
    border-bottom-color: #bfbfbf;
    color: #fff;
    width: 50px;
    text-shadow: none;
    margin: 0 auto 0;
    display: inline-block;
    border: 0;
    text-transform: none;
    background: #f8bc3a !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 1% 0;
}

#menu a:hover {
    background: #000 !important;
}

.bar {
    display: block;
    width: 55%;
    height: 5px;
    margin: 10% auto;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 1px;
}

#close_menu {
    display: none;
}


/*
    banner
*/
.pc_banner{
    position: relative;
   
}
.pc_banner > img{
    position: absolute;
    left: 0;
    bottom: -13.9%;
}
.hiSlider-wrap{
    margin:0 auto;
}
.hiSlider {
    overflow: hidden;
    height: auto;
    width: 100%;
}

.hiSlider-item {
    float: left;
}

.hiSlider-item img {
    width: 100%;
	height:657px;
    margin:0 auto; 
}

.phone_banner {
    display: none;
}


/*
    WRAP
*/
#list{
    width: 1137px;
    margin: 20px auto 45px;
}
#list .list{
    width: 1112px;
    margin: 0 auto;
}
#list .list li{
    float: left;
    width: 23.38129%;
    background: #ececec;
    margin-right: 17px;
    max-width: 260px;
    padding: 20px 0 15px;
    text-align: center;
    transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
}
#list .list li h3{
    font-size: 16px;
    color: #272727;
    margin:5px 0;
}
#list .list li p{
    font-family: arial;
    font-size: 12px;
    color: #514c4c;
}
#list .list li div{
    position: relative;
    width: 31px;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
}
#list .list li img.img{
    position: relative;
    left: 0;
    transition: left 0.5s;
    -o-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -webkit-transition: left 0.5s;
}
#list .list li img.img1{
    position: absolute;
    top: 0;
    right: -31px;
    transition: right 0.5s;
    -o-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -webkit-transition: right 0.5s;
}
#list .list li:hover{
    background: #eeb133;
}
#list .list li:hover img.img{
    left: -31px;
}
#list .list li:hover img.img1{
    right: 0;
}
#list .list li h3,#list .list li p{
    transition: color 0.5s;
    -o-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;

    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s; 
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s; 
}
#list .list li:hover h3,#list .list li:hover p{
    color: #fff;
}

/*Index_news*/
.index_news{
    width: 1090px;
    margin: 40px 0 0 13px;
}
.index_news li{
    position: relative;
}
.index_news li img{
    float: left;
    width: 33.363309%;
}
.index_news li .in_r{
    width:60.7014388%;
    float: right;
    margin-top: 30px;
}
.index_news li .in_r h2{
    font-weight: 400;
    color: #eeb133;
}
.index_news li .in_r p{
    font-size: 13px;
    color:#515151 ;
    line-height: 20px;
    margin-top: 20px;
}
.index_news li .more{
    display: block;
    width: 96px;
    height: 25px;
    background: #eeb133;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom:0;
}
.index_news li:hover h2{
    color: #ffac00;
}

/*
    footer
*/
#footer{
    background:#fed100;
    padding:5px 0 0px 0;
}
.footer{
    width: 1137px;
    margin:0 auto;
    color: #fff;
}
.footer .f-l p{
    color: #000;
    font-size: 14px;
    line-height: 22.5px;
}
.footer p.p1{
    font-size: 12px;
    margin-top: 0px;
    color:#474747;
    position: relative;
    cursor: pointer;
}
.footer p.p1:hover img.erweima1{
    display: block;
}
.footer p img{
    display: inline-block;
    margin-right: 5px;
}
.footer p img.erweima1{
    position: absolute;
    top: -75px;
    left: 240px;
    display: none;
}
.footer .f-l{
    width:50%;
    float: left;
}
.footer .f-r{
    float: right;
    width: 50%;
}
.f_nav ul{
    width: 100%;
    font-size: 15px;
}
.f_nav li{
    width: 20%;
    text-align: center;
    float: left;
}
.f_nav li a{
    color: #000;
    transition: color 0.5s;
}
.f_nav li:hover a{
    color:#fff;
}
.f-r div{
    margin: 30px 0 0 40px;
}
.f-r p{
    font-size: 12px;
    color: #000;
}
/*
    SIDE_ABOUT
*/
.side-about{
    width: 1137px;
    margin:35px auto 0;
    padding-bottom: 30px;
}
.side-about .title{
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
}
.side-about .title h3{
    font-size: 40px;
    color: #eeb133;
    font-weight: normal;
}
.side-about .title p{
    font-size: 21px;
    color: #e17300;
}
.about{
    margin:60px auto 0;
}
.about,.about2{
    width: 958px;
}
.about2{
    margin:45px auto 0;
}
.about img{
    width: 34.86%;
    float: left;
}
.about p{
    line-height:27px;
    color: #000;
    text-indent: 2em;
    width: 60.34%;
    float: right;
    font-size: 13px;
}
.about2 li{
   width: 19.5%;
   float: left;
   margin-right: 7.335%;
}
.about2 li img{
    width: 100%;
}
.about2 li h4{
    font-size: 17px;
    color:#e56b01;
    text-align: center;
    margin-top: 15px;
}
.about2 li p{
    font-size: 14px;
    line-height: 25px;
    color:#4e4d4d;
    margin-top: 5px;
}
.pz{
    margin-top: 50px;
}

.pz > img{
    margin:30px auto 0;
}
.about3 > p{
    text-align: center;
    line-height: 30px;
    color: #a3a3a3;
    margin-top: 3px;
}
.about3 > img{
    margin:35px auto 0;
}
.about3 >div{
    width: 845px;
    margin:50px auto 0;
}
.about3 >div div{
    float: left;
    width: 43.8%;
    background: #ededed;
	margin-bottom:10px;
    padding:20px 20px 35px 30px;
}
.about3 >div div:first-child p {
    line-height: 31px;
}
.about3 >div div  h2{
    font-size: 24.5px;
    text-align: center;
    color:#e56b01;
    font-weight: normal;
}
.about3 >div div p{
    line-height: 25px;
    margin-top: 5px;
}
.lc{
    margin-top: 60px;
}
.lc ul {
    width: 885px;
    margin:0px auto 0;
    position: relative;
}
.lc ul li{
    width: 60.4519774011%;
    position: relative;

}
.lc ul li:hover .time .circle{
    background: #2e50ff;
}
.lc ul li.even{
    float: left;
}
.lc ul li.even img{
    float: right;
}
.lc ul li.odd{
    float: right;
}
.lc ul li.odd .content p{
    float: right;
    text-align: left;
}
.lc ul li.odd img{
    float: left;
}
.lc ul li .content{
    width: 78.308%;
    float: left;
}
.lc ul li p{
    color:#3a3a3a;
    font-size: 24px;
}
.lc ul li.odd .content{
    float: right;
}
.lc ul li .time{
    position: absolute;
    right: 19px;
    top: 38px;
}
.lc ul li.odd .time{
    position: absolute;
    left:85px;
    top: 38px;
}
.lc ul li.odd .time p{
    position: absolute;
    left: -65px;
}
.lc ul li .time p{
    position: relative;
    float: left;
    margin-top:-10px;
}
.lc ul li .time .circle{
    float: left;
    width: 14px;
    height: 14px;
    background: #eeb133;
    border-radius: 50%;
    margin-right: 10px;
}
.lc ul li.a .time .circle{
    background: red;
}
.lc ul li .content p{
    float: left;
    width: 52%;
    text-align: right;
    font-size: 14px;
    color:#444444;
    line-height: 20px;
    margin-top: 30px;
}
.lc1{
    position: relative;
    margin-top: 45px;
    max-height: 470px;
    height: 470px;
    overflow: hidden;
}
.lc1 a{
    position: absolute;
    z-index: 2;
}
.lc1 a#prev{
    top: 0px;
    left: 49%;
}
.lc1 a#next{
    bottom: 0px;
    left: 49%;
}
.line{
    width: 1px;
    height: 516px;
    background: url(../images/line.png) no-repeat;
    position: absolute;
    top: -45px;
    left: 50%;
}
.img3{
    display: none;
}
/*
    PRODUCT
*/
.pro{
    width: 1116px;
    margin:0 auto 65px;
    padding-top: 20px;
}
.pro li{
    width:24.810394%;
    float: left;
    border:1px solid #d2d2d2;

}

.pro li:hover{
    border:1px solid #ffac00 ;
}
.pro li:hover p.buy a{
    background: #eeb133;
	display:block;
    color: #fff;
}
.pro li p{
    text-align: center;
    color: #0e0e0e;
    font-size: 18px;
    margin-top: 15px;
}
.pro li p.ml{
    font-size: 16px;
    margin-top: 5px;
}
.pro li p.buy{
    width: 114px;
    height: 28px;
    line-height: 28px;
    color: #632416;
    background: #fed100;
    
    font-size: 16px;
    margin:20px auto 10px;
}
.pro li img{
    margin:20px auto 0;
}
/*
    NEWS
*/
.news{
    width: 1114px;
    margin: 20px auto 30px;  
}
.news li{
    padding-bottom: 20px;
    border-bottom: 1px solid #c7c7c7;
    margin-top: 40px;
}
.news li img{
    float: left;
    width: 26.76%;
}
.news li .n-r{
    width: 69.57%;
    float: right;fed100
}
.news li .n-r h4{
    font-size: 20px;
    color: #2f2f2f;
}
.news li .n-r p{
    line-height: 32px;
    color: #313131;
    font-size: 14px;
}
.news li .n-r p.data{
    font-size: 14px;
    color: #818181;
    line-height: 13px;
    margin-top: 10px;
}
/*
    CONTACT
*/
.contact{
    width: 1114px;
    margin:0 auto;
    background: url(../images/02.png) no-repeat center;
    font-size: 15px;
    color:#515151;
    line-height: 22px;
}
.c-l{
    width: 44.44%;
    float: right;
    position: relative;
    left: 80px;
}
.c-l div{
    margin-bottom: 40px;
}
.c-r{
    float: left;
    width: 50%;
    color: #535353;
    line-height: 30px;
}
.c-r .map {
    margin-top: 20px;
}
.c-r .erweima{
    margin-top:30px;
}
.c-r .erweima img{
    display: inline-block;
    margin-right: 50px;
}

@media screen and (max-width: 1440px){
    .hiSlider-item img {
        width:100%;
        height:497px;
        margin:0 auto; 
    }
    
}
@media screen and (max-width: 1366px){
    .hiSlider-item img {
        width:100%;
        height:471px;
        margin:0 auto; 
    }
}
@media screen and (max-width: 1280px){
    .hiSlider-item img {
        width:100%;
        height:442px;
        margin:0 auto; 
    }
}
@media screen and (max-width: 800px) {
    .ph
    #menu {
        position: absolute;
        top: 53px;
        display: block;
        width: 20%;
        right: 12px;
    }
    #nav {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        width: 42%;
        right: -55%;
        top: 0;
        height: 100%;
        z-index: 999;
        padding: 0;
    }
    #nav > ul {
        margin: 10% 0 0;
        padding: 0;
        width: 100%;
    }
    #nav > ul > li {
        display: block;
        float: none;
        text-align: center;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 50px;
        background:none;
    }
    #nav ul li img{
        display: none;
    }
    #nav ul li.curr img.img2, #nav ul li:hover img.img2{
        display: none;
    }
    #nav ul li a{
        margin-top: 0;
    }
    #nav > ul > li > a {
        color: #fff;
        display: block;
        line-height: 50px;
        width: 100%;
        background: none;
        padding-left: 0;
    }
    #nav > ul > li > ul {
        right: -300px;
    }
    #nav ul li a:hover,
    #nav ul li a.curr {
        color: #71bd0f;
        margin: 0;
        width: 100%;
        background: none;
    }
    #close_menu {
        display: block;
        position: absolute;
        z-index: 9999999999999;
        top: 30%;
        color: #fff;
        left: -40px;
        background: #eeb133;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
    }
    #head,#list,.index-a,.friend,#index-n,.footer,.side-about,.news{
        width: 98%;
        margin:0 auto;
    }
    .head-t-l{
        width: 25%;
    }
    .head-b{
        margin-top: 10px;
    }
    .head-b .logo{
        width: 38%;
    }
    .head-t-r{
        width:33.4%;
    }
    #index-a{
        background: #4F64FF;
        padding-bottom: 20px;
    }
    .title{
        padding-top: 20px;
    }
    .index-a > p{
        color: #fff;
    }
    #roll{
        margin-top: 15px;
    }
    .mr_frUl ul li,.product li{
        height: 233px;
    }
    .ph{
        padding:0 9px;
    }
    .ph .p1{
        margin-top: 5px;
    }
    .ph .p4{
        width: 145px;
    }
    .mr_frUl ul li,.product li{
        margin:0 15px;
    }
    .mr_frUl ul li:hover > img,.product li:hover > img{
        display: none;
    }
    .mr_frUl ul li:hover > .a2,.product li:hover > .a2{
        display: none;
    }
    .mr_frUl ul li:hover .a1,.product li:hover .a1{
        display: block;
    }
    .mr_frBtnR{
        right: 2%;
        top: 100px;
    }
    .mr_frBtnL{
        left: 3%;
        top: 100px;
    }
    .list li{
        width: 48%;
    }
    .list li .n-r h1{
        padding:0;
    }
    .n-r p{
        line-height: 18px;
        margin-top: 0;
        font-size: 12px;
    }
    .footer div{
        width:66%;
    }
    .footer p{
        line-height: 28px;
    }

    .rolls{
        width: 85%;
        margin:0 auto;
    }
    .news a{
        width: 15%;
    }
}
@media screen and (max-width:414px){
    .phone_banner{
        display: block;
        margin-top: 10px;
    }
}
@media screen and (max-width:375px){
    .phone_banner{
        display: block;
        margin-top: 10px;
    }
}
@media screen and (min-width: 320px) and (max-width:500px){
    #div1{display: none;}
    .head-t{
        margin:0;
    }
    .head-t div{
        float: none;
        margin:0 auto;
        display: none;
    }
    .head-t div.head-t-l{
        width: 60%;
        margin:5px auto;
    }
    .head-t-r{
        width: 80%;
    }
    .head-t-r img{
        margin:0 3px;
    }
    .head-b .logo{
        width: 80%;
    }
    #menu{
        top:29px;
    }
    #list{
        margin:15px auto;
    }
    #list .list li{
        width: 24%;
        margin:0 0.5%;
        padding: 10px 0 5px;
    }
    #list .list,.about3 > div{
        width: 100%;
    }
    .about3 > div{
        margin-top: 20px;
    }
    .img2{
        display: none;
    }
    .img3{
        display: block;
    }
    .pz > img{
        margin-top: 20px;
    }
    .about3 > div div{
        
        float: none;
        width: 86%;
        margin-top: 4px;
    }
    .about,.about2{
        width: 98%;
    }
    .xx,.pz{
        padding-bottom: 20px;
        border-bottom: 3px solid #e0e0e0;
    }
    .about{
        margin:15px auto 0;
    }
    .about2{
        margin:0 auto;
     }
     .pz{
     	width:100%;
     	overflow: hidden;
     }
    .pz,.lc{
        margin-top: 15px;

    }
    .pz .title,.lc .title{
        padding-top: 0;
    }
    .line{
        left: 10px;
    }
    .side-about .title p{
        width: 79%;
        margin: 0 auto;
    }
    .side-about .title{
        border-bottom: none;
    }
    .about2 li {
        width: 46.4%;
        float: left;
        margin: 15px auto;
        margin-top: 10px;
		padding-right:5px;
		padding-left:5px;
    }
    .about2 li h4{
        font-size: 15px;
    }
    .about img,.about p{
        float: none;
        width: 100%;
    }
    .index_news{
        width: 98%;
        margin: 0 auto;
    }
    .index_news li .in_r{
        margin-top: 20px;
    }
    .index_news li .in_r h2{
        font-size: 16px;
        font-weight: bold;
    }
    .index_news li .more{
        position: relative;
        margin-top: 10px;
        float: right;
    }
    .index_news{
        margin:20px auto 0;
    }
    .index_news li img,.index_news li .in_r{
        float: none;
        width: 100%;
    }
    #list li p{
        margin-top: 5px;
    }
    .f-r p:last-child{
        display: none;
    }
    .footer div{
        width:100%;
        margin:0;
    }
    .pc_banner{
        display: none;
    }

    .hiSlider-item img{
        height: 280px;
        width:100%;
    }
    .head-b{
        padding-top: 0;
    }
    #index-a{
        margin-top:0;
    }
    .index-a > p{
        line-height: 28px;
    }
    .mr_frUl ul li,.product li{
        width:150px;
        height: 220px;
        margin: 0 8px;
    }
    .friend{
        margin-left: 0px;
        overflow: hidden;
    }
    .mr_frBtnL{
        left: -0%;
    }
    .pro{
        width: 100%;
        margin-bottom: 10px;
    }
    .pro li{
        width:48.81%;
    }
    .pro li img{
       
        height: 114px;
    }
    .list li{
        width: 100%;
        margin-bottom: 15px;
    }
    .pro li p{
        font-size: 11px;
    }
    .pro li p.ml,.pro li p.buy{
        font-size: 10px;
    }
    #footer{
        padding:15px 0;
    }
    .footer .f-l,.footer .f-r{
        width: 100%;
        float: none;
    }
    .footer .f-r ul{
        display: none;
    }
    .footer p{
        font-size: 10px;
    }
    
    .footer p.p1{
        display: none;
    }
    .copyright{
        font-size: 10px;
        line-height: 25px;
    }
    .mr_frUl ul li{
        width: 160px;
        height: 202px;
    }
    .list{
        margin-top: 15px;
    }
    #rolldiv li img{
        width: 85%;
    }
    .about p{
        word-break:break-all;
    }
    .lc ul,.lc ul li{
        width: 100%;
    }
    .lc ul li{
        padding-bottom: 20px;
    }
    .lc ul li .content{
        width: 95%;
        float: none;
    }
    .lc1 a#prev{
        left: 0;
        top: 0;
    }
    .lc1 a#next{
        left: 0;
        bottom: 0;
    }
    .lc ul li.odd .time{
        left: 4px;
    }
    .lc ul li.odd .content{
        width: 73%;
        margin-left: 79px;
        float: none;
    }
    .lc ul li.odd .time p{
        left: 24px;
    }
    .lc ul li.odd{
        float: left;
    }
    .lc ul li .time{
        left: 3px;
    }
    .lc ul li .content p{
        float: right;
        text-align: left;
        width: 130px;
        margin-left: 15px;
        line-height: 15px;
        font-size: 12px;
        margin-top: 20px;
    }
    .lc ul li.even img,.lc ul li.odd img{
        width: 110px;
        margin-top: 15px;
    }
    .lc ul li p{
        font-size: 20px;
    }
    .news,.news li img{
        width:100%;
    }
    .news li .n-r{
        width:97%;
    }
    .news li .n-r h4{
        margin-top: 10px;
    }
    .news li .n-r p.data{
        margin-top: 5px;
    }
    .news li{
        border:none;
        margin-top: 15px;
    }
    .contact {
        position: relative;
        width: 100%;
        background: none;
    }
    .contact .c-l{
        left: 0;
        margin-top: 100px;
    }
    .contact .c-l,.contact .c-r{
        width: 98%;
        float: none;
    }
    .c-l img{
        width: 95%;
    }
    .c-r > img{
        position: absolute;
        top: 20px;
    }
    .c-l div{
        margin-bottom: 20px;
    }
    .c-r .map{
        width: 100%;
        margin-top: 125px;
    }
    .c-r .erweima{
        position: absolute;
        top: 530px;
        left: 23%;
    }
}
