/*common*/
.top,.content,.foot{overflow: hidden;}
.main{overflow: hidden;margin: auto;width: 1010px;}

/* ================================================  top start ============================================ */
.top{position: fixed;z-index:111;width: 100%;overflow: hidden;top: 0;}
.top_xian{height: 2px;background: url("../image/top_xian.jpg") repeat-x;}
.top_head{overflow: hidden;height: 110px;background: url("../image/top_bg.png") repeat-x;}
.top_logo{overflow: hidden;display: block;float: left;}
.top_right{padding-top: 15px;overflow: hidden;float: right;}
.top_w{overflow: hidden;padding-bottom:17px;float: right;}
.top_search{overflow: hidden;border-bottom: 1px solid #e6e6e6;height: 17px;float: right;*width: 150px;}
.top_search input{outline: none;}
.top_text{height: 16px;float: right;padding-left: 10px;width: 25px;color: #666;}
.top_btn{width:16px;height: 16px;float: right;background: url("../image/top_search.jpg") no-repeat;cursor: pointer;}
.top_language{overflow: hidden;width: 110px;float: right;color: #4c4948;padding-left: 20px;}
.top_language a{color: #4c4948;}
.top_language a:hover{color: #e43f2e;}
.top_language a.hover{color: #e43f2e;}

/*navigation*/
.navigation{overflow: hidden;float: right;clear: both;*clear: inherit;}
.navigation span{display: block;float: left;padding-left: 25px;}
.navigation span a{display: block;color: #000;font-size: 15px;background: url("../image/nav_line.jpg") no-repeat 0px;padding-left: 25px;}
.navigation span a:hover{color: #e43f2e;}
.navigation span a.hover{color: #e43f2e;}
/* ================================================  top end ============================================ */



/* ================================================  content start ============================================ */
.content{position: relative;padding-top: 100px;}
/*common*/
.product,.strength,.news,.diy,.customer{padding: 50px 0px;overflow: hidden;}
.product h1,.strength h1,.news h1,.diy h1,.customer h1{text-align: center;padding-bottom: 40px;}
/*产品*/

/*我们的产品*/
.flexslider{position:relative;overflow:hidden;width: 1010px;height:215px;}
.flex-viewport{
    /*max-height:2000px;*/
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
    width: 880px;
    margin: auto;
}
.flexslider .slides{zoom:1;}
.flexslider .slides li{float: left;width: 870px;height: 215px;}
.flexslider .slides li a{display: block;}

.flexslider .slides li ol{overflow: hidden;}
.flexslider .slides li ol li{
    color: #999;
    text-align: center;
    width: 150px;
    height: 175px;
    float: left;
    padding-right: 24px;
    position: relative;
}
.flexslider .slides li ol li a{display: block;width: 150px;height: 150px;background: url("../image/p_bg.png") no-repeat;text-align: center;-webkit-transition: all 0.5s ease-in-out 0s;}
.flexslider .slides li ol li a img{height: 95px;margin-top: 25px;}
.flexslider .slides li ol li a:hover{background: url("../image/p_bg_hover.png") no-repeat;}
.flexslider .slides li ol li p{line-height: 35px;color: #000;}
.flexslider .slides li ol li:hover p{color: #fbc80d;}

.flex-direction-nav a{
    width:60px;
    height:90px;
    line-height:99em;
    overflow:hidden;
    margin:-33px 0 0;
    display:block;
    position:absolute;
    top:50%;
    z-index:10;
    cursor:pointer;
}
.flex-direction-nav .flex-next{right:0;background: url("../image/p_next.png") no-repeat;}
.flex-direction-nav .flex-prev{left:0;background: url("../image/p_prev.png") no-repeat;}
.flexslider .flex-next:hover{background: url("../image/p_next_hover.png") no-repeat;}
.flexslider .flex-prev:hover{background: url("../image/p_prev_hover.png") no-repeat;}

.flex-control-nav{width:100%;position:absolute;bottom:-8px;text-align:center;}
.flex-control-nav li{margin:0 -1px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{
    background:url(../image/dot.png) no-repeat 0px -16px;
    display:block;
    height:16px;
    overflow:hidden;
    text-indent:-99em;
    width:50px;
    cursor:pointer;
}
.flex-control-paging li a.flex-active{background-position:-46px -16px;}



/*创新能力*/
.strength{height:525px;background: url("../image/strength_bg.jpg") no-repeat center;}
.str_cont{overflow: hidden;padding-top: 5px;}
.str_cont li{width: 230px;float: left;padding-right: 30px;}
.str_cont li.r{padding-right: 0;}
.str_cont li .str_i{width: 230px;border-radius: 10px;}
.str_i a{display: block;}
.str_i img{border-radius: 10px 10px 0px 0px;height: 174px;width: 230px;}
.str_i_a{display: block;background: #fff;padding: 10px;border-radius:0px 0px 10px 10px;-webkit-transition: all 0.5s ease-in-out 0s;}
.str_i_a h1{color: #cb2c1c;font-size: 18px;text-align: center;border-bottom: 1px solid #efefef;padding-bottom: 8px;-webkit-transition: all 0.5s ease-in-out 0s;}
.str_i_a p{padding-top: 10px;line-height: 18px;height: 35px;overflow: hidden;color: #898989;margin-bottom: 10px;-webkit-transition: all 0.5s ease-in-out 0s;}
.str_cont li:hover .str_i_a{background: #fbc80d;}
.str_cont li:hover .str_i_a h1{color: #fff;border-bottom: 1px solid #f1be0b;}
.str_cont li:hover .str_i_a p{color: #fff;}


/*新闻中心*/
.news{height: 427px;background: url("../image/news_bg.jpg") no-repeat center;}
.news_title{width: 500px;height: 35px;background:url("../image/news_bg.png") no-repeat;margin:-20px auto;overflow: hidden;text-align: center;}
.news_title a{line-height: 35px;color: #fff;font-size: 14px;width: 80px;margin-left: 20px;display: inline-block;*display: inline;*zoom: 1;}
.news_title a:hover{background: url("../image/news_hover.png") no-repeat 0px;}
.news_title a.hover{background: url("../image/news_hover.png") no-repeat 0px;}
/*cont*/
.news_c{overflow: hidden;margin-top:50px;padding-top: 10px;background: url("../image/news_c_bg.png") no-repeat center 15px;}
.news_cu{overflow: hidden;height: 251px;position: relative;}
.news_cu li{float: left;width: 230px;padding-right: 30px;position: relative;}
.news_cu li.r{padding-right: 0;}
.news_cu li .news_ci{
    overflow:hidden;
    width: 230px;
    background: url("../image/news_c_p.png") no-repeat;
    padding: 55px 0px 0px 0px;
    text-align: center;
}
.news_ci img{border-radius: 10px;width: 210px;height: 160px;}
.news_ci p{height: 36px;line-height: 36px;color: #fff;font-size: 16px;}
.news_ch{
    width: 190px;
    height: 140px;
    background: #fff;
    border-radius: 10px;
    margin-left:10px;
    position: absolute;
    padding: 10px;
    /**margin-left: 0;*/
    left: 0;
    display: none;
}
.news_ch p{color: #595757;font-size: 12px;line-height: 18px;height: auto;text-align: left;}
.news_more{
    width: 102px;
    height: 22px;
    background: url("../image/read_more.png") no-repeat;
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    color: #fff;
    margin:15px auto;
}
.news_more:hover{background: url("../image/read_more_hover.png") no-repeat;}
.news_m{
    width: 120px;
    height: 33px;
    line-height: 37px;
    text-indent: 30px;
    color: #fff;
    float: right;
    display: block;
    margin-top: 25px;
    background: url("../image/n_more.png") no-repeat;
}
.news_m:hover{background: url("../image/n_more_hover.png") no-repeat;color: #fff;}

/*DIY*/
.diy{height: 540px;background: url("../image/diy_bg.jpg") no-repeat center;}
.diy_c{overflow: hidden;margin-bottom: 6px;}
.diy_c1,.diy_c2,.diy_c3{overflow: hidden;height: 195px;position: relative;}
.diy_c1 a,.diy_c2 a,.diy_c3 a{display: block; }
.diy_c1{float: left;width: 460px;}
.diy_c2{float: right;width: 545px;}
.diy_c3{float: left;width: 755px;}

.diy_c1 img,.diy_c2 img{width: 229px;height: 195px;float: left;border-radius: 10px;}
.diy_c3 img{width: 290px;height: 195px;float: right;border-radius: 10px;}

.diy_c_c{
    overflow: hidden;
    padding: 35px 10px 0px 10px;
    background: #f77400;
    display: block;
    border-radius: 10px;
    height: 160px;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.diy_c_c1{float: right;}
.diy_c_c2{float: left;width: 440px;}

.diy_c_c h2{font-size: 16px;color: #fff;padding-bottom: 10px;}
.diy_c_c p{color: #ffead8;line-height: 20px;}

.diy_c1_c{width: 207px;}
.diy_c1_c p{height: 80px;overflow: hidden;}
.diy_c2_c{width: 292px;}
.diy_c2_c p{height: 95px;overflow: hidden;}

.diy_c_c2 p{height: 100px;overflow: hidden;}

.diy_c_c:hover{background: #e43f2e;}

.diy_c1_i,.diy_c2_i{
    width:13px;
    height: 22px;
    background: url("../image/diy_i.png") no-repeat;
    position: absolute;
    top: 45%;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.diy_c1_i{left: 48.1%;}
.diy_c2_i{left: 40.6%;}
.diy_c3_i{
    width:13px;
    height: 22px;
    background: url("../image/diy_i2.png") no-repeat;
    position: absolute;
    top: 45%;
    left: 60.85%;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.diy_c_c:hover .diy_c1_i,.diy_c_c:hover .diy_c2_i{background: url("../image/diy_i_hover.png") no-repeat;}
.diy_c_c:hover .diy_c3_i{background: url("../image/diy_i2_hover.png") no-repeat;}

.diy_more{display: block;width: 252px;height: 195px;background: url("../image/d_more.png") no-repeat;float: right;}
.diy_more:hover{
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    -khtml-opacity: 0.8;
}

/*哪些客户选择我们*/
.customer{height: 407px;background: url("../image/customer_bg.jpg") repeat-x center;padding: 40px 0px;}
.cus_c{overflow: hidden;width: 885px;margin: auto;}
.c_prev,.c_next{display: block;width: 20px;height: 35px;margin-top: 110px;}
.c_prev{float: left;background: url("../image/c_prev.png") no-repeat;}
.c_next{float: right;background: url("../image/c_next.png") no-repeat;}
.c_prev:hover{background: url("../image/c_prev_hover.png") no-repeat;}
.c_next:hover{background: url("../image/c_next_hover.png") no-repeat;}

.cus_cu{width: 773px;height:293px;float: left;overflow: hidden;margin-left: 40px;position: relative;}
.cus_cu ul{overflow: hidden;}
.cus_cu ul li{float: left;overflow: hidden;height:293px;}
.cus_cu ul li ol{overflow: hidden;height: 293px;width: 773px;}
.cus_cu ul li ol li{width: 130px;float: left;padding: 0px 30px 30px 0px;height: auto;}
.cus_cu ul li ol li.r{padding-right: 0;}
.cus_cu ul li ol li a{width: 130px;height: 130px;text-align: center;display: block;border-radius: 65px;-webkit-transition: all 0.5s ease-in-out 0s;}

.c1{background: url("../image/c1.png") no-repeat center #fff;}
.c2{background: url("../image/c2.png") no-repeat center #fff;}
.c3{background: url("../image/c3.png") no-repeat center #fff;}
.c4{background: url("../image/c4.png") no-repeat center #fff;}
.c5{background: url("../image/c5.png") no-repeat center #fff;}
.c6{background: url("../image/c6.png") no-repeat center #fff;}
.c7{background: url("../image/c7.png") no-repeat center #fff;}
.c8{background: url("../image/c8.png") no-repeat center #fff;}
.c9{background: url("../image/c9.png") no-repeat center #fff;}
.c10{background: url("../image/c10.png") no-repeat center #fff;}

.c1:hover{background: url("../image/c1_hover.png") no-repeat center #fff;}
.c2:hover{background: url("../image/c2_hover.png") no-repeat center #fff;}
.c3:hover{background: url("../image/c3_hover.png") no-repeat center #fff;}
.c4:hover{background: url("../image/c4_hover.png") no-repeat center #fff;}
.c5:hover{background: url("../image/c5_hover.png") no-repeat center #fff;}
.c6:hover{background: url("../image/c6_hover.png") no-repeat center #fff;}
.c7:hover{background: url("../image/c7_hover.png") no-repeat center #fff;}
.c8:hover{background: url("../image/c8_hover.png") no-repeat center #fff;}
.c9:hover{background: url("../image/c9_hover.png") no-repeat center #fff;}
.c10:hover{background: url("../image/c10_hover.png") no-repeat center #fff;}

/* ================================================  content end ============================================ */



/* ================================================  foot start ============================================ */

.foot_one{padding: 40px 0px;background: #e6e6e6;}
.foot_in{width: 431px;overflow: hidden;float: left;}
.foot_in h6{color: #7b7b7b;padding-bottom: 8px;}
.foot_put{overflow: hidden;padding-bottom: 5px;}
.foot_put input{
    width: 130px;
    background: #fff;
    float: left;
    margin-right: 5px;
    border-radius: 5px;
    padding-left: 10px;
    height: 38px;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    *line-height: 38px;
    color: #333;
}
.foot_put input:hover{background: #f03320;color: #fff;}

.foot_in textarea{
    width: 409px;
    background: #fff;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    margin-bottom: 5px;
    height: 55px;
    color: #333;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.foot_in textarea:hover{background: #f03320;color: #fff;}
.foot_btn{width: 430px;height: 35px;background: url("../image/btn.png") no-repeat;cursor: pointer;outline: none; -webkit-transition: all 0.5s ease-in-out 0s;}
.foot_btn:hover{
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    -khtml-opacity: 0.6;
}

.foot_r{float: right;overflow: hidden;padding:45px 0px 0px 0px;}
.foot_ru{overflow: hidden;}
.foot_code{float: left;}
.foot_ru_z{float: left;padding-left: 15px;overflow: hidden;}
.foot_ru_z p{color: #818181;font-size: 28px;font-family: fantasy;}
.foot_u{overflow: hidden;padding-top: 15px;clear: both;color: #595757;}
.foot_u span{color: #595757;float: left;display: block;}
.foot_u span a{font-size: 14px;}
.foot_u span a:hover{color: #e43f2e;}

/*foot_two*/
.foot_two{overflow: hidden;background: #b6b6b6;height: 46px;line-height: 46px;text-align: center;}
.foot_two p{display: inline-block;*display: inline;*zoom: 1;color: #2a2a2b;font-size: 13px;}
.foot_two p a{padding: 0px 10px;color: #2a2a2b;font-size: 13px;}
.foot_two p a:hover{color: #e43f2e;}
.foot_ico{display: inline-block;*display: inline;*zoom: 1;padding-left: 20px;}
.foot_ico a{width:22px;height:22px;display: inline-block;*display: inline;*zoom: 1;margin:0px 2px;vertical-align: middle;}
.foot_i1{background: url("../image/i1.png") no-repeat;}
.foot_i2{background: url("../image/i2.png") no-repeat;}
.foot_i3{background: url("../image/i3.png") no-repeat;}
.foot_i1:hover{background: url("../image/i1_hover.png") no-repeat;}
.foot_i2:hover{background: url("../image/i2_hover.png") no-repeat;}
.foot_i3:hover{background: url("../image/i3_hover.png") no-repeat;}

/* ================================================  foot end ============================================ */



/* ================================================  内页 开始 ============================================ */
.in_content{overflow: hidden;background: url("../image/cont_bg.jpg") repeat-y center;}
.in_head{width: 1010px;height: 21px;background: url("../image/a_top.png") no-repeat center;}
.in_cont{overflow: hidden;background: url("../image/a_c.jpg") repeat-y center;padding:25px 0px;}
.in_foot{width: 1010px;height: 19px;background: url("../image/a_foot.png") no-repeat center;}

.in_title{
    width: 970px;
    height: 55px;
    background: url("../image/title.jpg") no-repeat;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin:auto;
}

.in_lei{overflow: hidden;width: 970px;margin: auto;text-align: center;margin-bottom: 30px;height: 64px;position: relative;}
.in_lei li{width: 120px;height: 65px;display: inline-block;*display: inline;*zoom: 1;padding: 0px 5px;}
.in_lei li a{
    display: block;
    width: 120px;
    height: 65px;
    background: url("../image/lei.png") no-repeat;
    line-height: 84px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    float: left;
    margin-top: -5px;
}
.in_lei li a:hover{background: url("../image/lei_hover.png") no-repeat;}
.in_lei li a.hover{background: url("../image/lei_hover.png") no-repeat;}

.in_center{text-align: center;}

/*关于我们*/
.in_ct{width:745px;margin: auto;overflow: hidden;padding-top: 20px;text-align: center;}
.in_ct p{text-align: left;line-height: 25px;font-size: 14px;}
.in_ct_b{padding-bottom: 30px;}

/*DIY你的想法*/
.in_diy{overflow: hidden;width: 500px;margin:15px auto;}
.in_diy_t{width: 500px;height: 66px;background: url("../image/d1.jpg") no-repeat;}
.in_diy textarea{
    width: 480px;
    height: 130px;
    padding: 10px;
    color: #eee;
    outline: none;
    background: url("../image/d2.jpg") no-repeat;
}
.in_diy .in_diy_p1,.in_diy .in_diy_p2{
    width: 240px;
    height: 55px;
    color: #eee;
    padding-left:10px;
    line-height: 70px;
    outline: none;
    margin-top: -4px;
    background: url("../image/d3.jpg") no-repeat;
}
.in_diy_p1{float: left;}
.in_diy_p2{float: right;}
.in_diy_btn{
    width: 500px;
    height: 50px;
    background: url("../image/d_btn.jpg") no-repeat;
    margin-top: 15px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.in_diy_btn:hover{background: url("../image/d_btn_hover.jpg") no-repeat;}

/*大家的想法*/
.diy_th{overflow: hidden;padding-top: 40px;}
.diy_thg{background: url("../image/dy.jpg") no-repeat center;height: 279px;}
.diy_li{padding-top: 40px;}
.diy_li ul{overflow: hidden;}
.diy_li ul.r{margin-right: 0;}
.diy_li li{width: 310px;margin-bottom: 20px;overflow: hidden;float: left;margin-right: 25px;}
.diy_li li .diy_head{width: 310px;height:55px;background: url("../image/diy_head.jpg") no-repeat;}
.diy_li li .diy_foot{width: 310px;height: 25px;background: url("../image/diy_foot.jpg") no-repeat;}
.diy_li li .diy_zi{overflow: hidden;background: url("../image/diy_cont.jpg") repeat-y;padding: 0px 22px 0px 22px;}
.diy_li li .diy_zi p{color: #898989;font-size: 14px;line-height: 30px;}
.diy_li li .diy_w{text-align: right;padding: 15px 20px 0px 0px;color: #a5a5a5;width: 290px;height: 30px;background: url("../image/diy_name.jpg") repeat-y;}
.diy_li li .diy_w span{color: #c95e00;}



.dy_more{width: 1010px;height: 42px;background: url("../image/diy_more.png") no-repeat;clear: both;display: block;-webkit-transition: all 0.5s ease-in-out 0s;margin:30px auto;}
.dy_more:hover{background: url("../image/diy_more_hover.png") no-repeat;}

/*新闻资讯*/
.in_news{overflow: hidden;}
.news_cont1{
    width: 950px;
    height: 140px;
    overflow: hidden;
    margin: auto;
    padding: 10px 10px 20px 10px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    background:url("../image/news_li.png") no-repeat;
}
.news_cont1:hover{background:url("../image/news_li_hover.png") no-repeat;}
.news_cont1 .img{display: block;height:120px;width: 160px;float: left;background: url("../image/logo.jpg") no-repeat center;border-radius: 5px;}
.news_cont1 .img img{height:120px;width: 160px;border-radius: 5px;}
.news_cont1 .texta{width:765px;float: right;padding: 20px 8px 0px 0px;height: 110px; overflow:hidden;}
.news_cont1 .texta span{
    font-size: 12px;
    color: #b5b5b6;
    line-height: 25px;
    display: block;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.texta div{line-height:22px;color: #8a8989;font-size: 12px;-webkit-transition: all 0.5s ease-in-out 0s;}
.news_cont1 .texta p{color: #222;font-size: 18px;padding-bottom: 5px;-webkit-transition: all 0.5s ease-in-out 0s;}
.news_cont1:hover .texta p,.news_cont1:hover .texta div{color: #fff;}
/*page*/
.page_ul{overflow: hidden;clear: both;}
.page_ul .page{
    height:35px;
    font-size:12px;
    text-align:center;
    margin-top: 30px;
    float: inherit;
    width: auto;
    margin-bottom: 0;
}
.page_ul .page a{display:inline-block;width: 31px;}
.page_ul .page .shu_1{
    background:url("../image/page_li.png") no-repeat;
    text-align:center;
    line-height:30px;
    height:30px;
    width:30px;
    color: #fff;
    margin-right: 12px;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.page_ul .page .shu_1:hover{background:url("../image/page_li_hover.png") no-repeat;color: #fff;}
.page_ul .page .shu_1.hover{background:url("../image/page_li_hover.png") no-repeat;color: #fff;}

.page_prev,.page_next{
    width:31px;
    height: 30px;
    vertical-align: top;
    cursor: pointer;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.page_prev{background: url("../image/page_prev.png") no-repeat center;}
.page_next{background: url("../image/page_next.png") no-repeat center;}
.page_prev:hover{background: url("../image/page_prev_hover.png") no-repeat center;}
.page_next:hover{background: url("../image/page_next_hover.png") no-repeat center;}


/*新闻资讯内页*/
.news_in{overflow: hidden;width: 970px;margin: auto;}
.news_in_name{text-align: center;overflow: hidden;padding-bottom: 15px;border-bottom: 1px solid #efefef;margin-bottom: 25px;}
.news_in_name h2{color: #595757;font-size: 22px;padding-bottom: 5px;font-weight: bold;}
.news_in_name p{color: #9fa0a0;display: inline-block;*display: inherit;*zoom: 1;padding-right: 10px;}
.news_in_c{overflow: hidden;text-align: center;}
.news_in_c p{line-height: 22px;text-align: left;color: #595757;}
.news_in_c img{margin: 25px 0px;}
.in_cont_p{padding-bottom: 25px;}

.tiao{
    overflow: hidden;
    height:35px;
    background: #f9f9f9;
    text-align:center;
    line-height: 35px;
    margin-top:30px;
}
.tiao a{font-size:12px;color:#e43f2e;}
.tiao a:hover{color:#f1be0b;}
.tiao span.t{color:#595757;font-size: 12px;}
.tiao span.t:hover{color:#e43f2e;}

/*明星产品*/
.starts{overflow: hidden;background: url("../image/start_bg.png") no-repeat;height: 392px;}
.start_name{
    height: 45px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    color: #db261d;
    font-size: 30px;
    font-weight: bold;
    background: url("../image/p_title.png") no-repeat center 70px;
}
.start_c{width: 1135px;margin: auto;overflow: hidden;padding-top: 10px;}
.s_prev,.s_next{width: 42px;height: 36px;display: block;margin-top: 110px;}
.s_prev{float: left;background: url("../image/st_prev.png") no-repeat;}
.s_next{float: right;background: url("../image/st_next.png") no-repeat;}
.s_prev:hover{background: url("../image/st_prev_hover.png") no-repeat;}
.s_next:hover{background: url("../image/st_next_hover.png") no-repeat;}

.start_ct{overflow: hidden;width: 1010px;float: left;height: 247px;margin-left:15px;}
.start_ct ul{padding-top: 10px;}
.start_ct li{float: left;width: 230px;padding-right: 13px;border-right: 1px solid #f7cf3a;padding-left: 10px;}
.start_ct li.r{margin-right: 0;}
.start_ct li a{display: block;width: 230px;height: 233px;background: #fff;border-radius: 5px;text-align: center;margin: 3px;}
.start_ct li a img{height: 180px;}
.start_ct li a h3{color: #595757;font-size: 16px;height:16px; overflow:hidden;}
.start_ct li a p{
    color: #898989;
    width: 205px;
    margin:0px auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 25px;
        height:25px;
    overflow:hidden;
}
.start_ct li a:hover{border:3px solid #fac70d;margin: 0px;}
.start_ct li a:hover h3{color: #db261d;}

.p_center{background: url("../image/p_start.png");}
.p_cont{overflow: hidden;padding: 30px 0px;}
.p_cont li{width: 186px;float: left;padding-right: 9px;border-right: 1px solid #f8f8f8;margin-right: 10px;margin-bottom: 40px;}
.p_cont li.r{margin-right: 0;padding-right: 0;border-right: none;}
.p_cont li a{display: block;width: 186px;text-align: center;}
.p_cont li a img{height: 140px;width: 186px;}
.p_cont li a h3{color: #595757;font-size: 16px; height:16px; overflow:hidden;}
.p_cont li a p{
    color: #898989;
    width: 186px;
    margin: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 25px;
    height:25px;
    overflow:hidden;
}
.p_cont li a:hover h3{color: #db261d;}
.p_cont li a:hover p{color: #111;}

/*产品内页*/
.in_cont_pc{overflow: hidden;width: 970px;margin: auto;}
.prod_in_le{overflow: hidden;float: left;}

.prod_in_r{width: 515px;overflow: hidden;float: left;padding: 20px 0px 0px 40px;}
.prod_in_r h1{font-size: 16px;color: #333;line-height: 28px;}
.prod_in_r_p{background: #f6f6f6;padding: 20px 20px 20px 20px;width: 435px;color: #666;font-size: 15px;margin-top: 15px;line-height: 20px;}

.prod_ask{
    width: 160px;
    height: 40px;
    display: block;
    clear: both;
    margin-top: 30px;
    background: url("../image/xun.png") no-repeat;
}
.prod_ask:hover{background: url("../image/xun_hover.png") no-repeat;}

/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:395px;height:295px;border:5px solid #dcdcdc;padding:5px;border-radius: 8px;text-align: center;}
.spec-scroll{clear:both;margin-top:15px;width:410px;overflow: hidden;}
.spec-scroll .prev{float:left;margin-right:0px;background: url("../image/p_prev.png") no-repeat;}
.spec-scroll .next{float:right;background: url("../image/p_next.png") no-repeat;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:30px;height:37px;cursor: pointer;margin-top: 22px;}
.spec-scroll .prev:hover{background: url("../image/p_prev_hover.png") no-repeat;}
.spec-scroll .next:hover{background: url("../image/p_next_hover.png") no-repeat;}
.spec-scroll .items{float:left;position:relative;width:345px;height:90px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:90px;}
.spec-scroll .items ul li{float:left;width:117px;text-align:center;cursor: pointer;}
.spec-scroll .items ul li img{border:1px solid #dcdcdc;width:97px;height:80px;padding: 3px;border-radius: 5px;}
.spec-scroll .items ul li img:hover{border:1px solid #f1be0b;}
.spec-scroll .items ul li img.hover{border:1px solid #f1be0b;}

.p_xi{overflow: hidden;clear: both;padding: 40px 0px;}
.p_xi h1{font-size: 20px;color: #333;text-align:center;height: 40px;background: url("../image/gai_line.png") no-repeat center 30px;}
.p_xi_c{overflow: hidden;width: 960px;margin: auto;padding: 20px 0px;}
.p_xi_c p{color: #666;line-height: 25px;}

.p_xi_t{overflow: hidden;border-top: 1px solid #ccc;padding-top: 10px;}
.p_xi_ti{overflow: hidden;float: left;}
.p_xi_ti a{display: block;color: #666;line-height: 20px;}
.p_xi_ti a:hover{color: #0067a6;}

/*产品中心栏目左右按钮*/
.p_btn{overflow: hidden;width: 860px;margin: auto;*padding-bottom: 30px;}
.pin{float: left;width: 805px;margin-left: 20px;}
.pin li{float: left;padding: 0px 7px;}
.pin_prev,.pin_next{width: 10px;height: 20px;display: block;margin-top: 25px;}
.pin_prev{background: url("../image/pin_prev.png") no-repeat;float: left;}
.pin_next{background: url("../image/pin_next.png") no-repeat;float: right;}
.pin_prev:hover{background: url("../image/pin_prev_hover.png") no-repeat;}
.pin_next:hover{background: url("../image/pin_next_hover.png") no-repeat;}

/*employ*/
.cz_employ{
    width:850px;
    padding:0 2px;
    margin:0 auto;
    border-radius: 5px;
}
.cz_employt{
    height:110px;
    border-bottom:1px dashed #e5e5e5;
}
.cz_employtl{
    float:left;
    margin-top:15px;
}
.cz_employtr{
    float:right;
    margin-top:15px;
}
.cz_employc_a{
    line-height:23px;
    padding:10px 0;
    color:#666666;
    font-size:12px;
}
.cz_employc_b{
    border-radius: 5px;
    border-top:1px solid #ffd743;
    border-left:1px solid #ffd743;
    border-right:1px solid #ffd743;
}
.cz_employc_bt{
    height:33px;

}
.cz_employc_bt.a{
    background:#FCE17B;
    border-radius: 5px;
}
.cz_employc_bt div{
    line-height:33px;
    color:#666666;
    text-align:center;
    float:left;
    display:block;
    font-size:12px;
}
.cz_employc_bt .a{
    width:405px;
    border-right:1px solid #ffd743
}
.cz_employc_bt .b{
    width:140px;
    border-right:1px solid #ffd743
}
.cz_employc_bt .c{
    width:170px;}

.cz_employc_bt .a.cz_a{
    text-align:left
}
.cz_employc_bt .a.cz_a span{
    width:20px;
    height:33px;
    background:url(../image/employ_c.png) no-repeat 10px 12px;
    display:block;
    float:left
}
.cz_employc_bt .cz_current{
    background:url(../image/employ_b.png) no-repeat 7px 15px !important;
}
.czem_a_cont{
    padding:30px 10px;
    border-bottom:1px solid #ffd743;
    display:none}

.czem_a_cont p{
    color:#666666;
    font-size:12px;
    line-height:25px;
    margin:5px 0
}
.cz_employc_bt.bo{
    border-bottom:1px solid #ffd743;
    cursor:pointer;
    border-radius: 5px;
}

/*荣誉资质*/
.honor{overflow: hidden;width: 970px;margin: auto;}
.honor li{float: left;width: 200px;text-align: center;margin:0px 20px 10px 0px;border-radius: 10px;padding: 10px;}
.honor li.r{padding-right: 0;}
.honor li img{width: 200px;height: 300px;border-radius: 10px;border:3px solid #FFD742;padding: 5px;}
.honor li p{line-height: 35px;font-size: 14px;}

/*返回顶部*/
.backup{overflow: hidden;position: fixed;right: 1%;bottom:4%;z-index:7;}
.backup a{display: block;width: 65px;height: 65px;background: url("../image/top.png") no-repeat;-webkit-transition: all 0.5s ease-in-out 0s;}
.backup a:hover{filter: alpha(opacity=65);-moz-opacity: 0.65;opacity: 0.65;-khtml-opacity: 0.65;}

/* ================================================  内页 结束 ============================================ */