.margin_center{
    width:100%;
    overflow: hidden;
}
.mycontainer,.margin_center>div{
    width:1200px;
    margin-left:auto;
    margin-right:auto;
overflow: hidden;
}
.clear:after{
    display: block;
    content: '';
    clear: both;
}
.left{float:left;}
.right{float:right;}
.img_jz{
    display: block;
    position: relative;
    overflow: hidden;
}
.img_jz img{
    max-width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: 450ms 0s all linear;
    -moz-transition: 450ms 0s all linear;
    -ms-transition: 450ms 0s all linear;
    -o-transition: 450ms 0s all linear;
    transition: 450ms 0s all linear;
}
.img_jz:hover img{
    -webkit-transform: translate(-50%,-50%) scale(1.02);
    -moz-transform: translate(-50%,-50%) scale(1.02);
    -ms-transform: translate(-50%,-50%) scale(1.02);
    -o-transform: translate(-50%,-50%) scale(1.02);
    transform: translate(-50%,-50%) scale(1.02);
}

/*子页面统一样式*/

#info{padding:50px 0 100px 0}
#info:after{display:block;content:'';clear:both}
.info-right{width: 80%;margin: 0 auto;float: right;}
.info-loca{color:#0088d4;overflow:hidden;border-bottom:2px dotted #ccc;margin-bottom:30px}
.info-loca h3{float:left;line-height:50px;font-size:22px;color:#505050}
.info-loca .loca{float:right;font-size:13px;color:#484848;margin-top:15px;}
.info-loca .loca a{color:#484848}
.new_height a{    display: block;    height:160px;}
.new_right li{padding:15px 0}
.new_right li p{overflow:hidden}
.new_right li b{float:left;color:#000;font-weight:700;-moz-transition:all 150ms linear;-webkit-transition:all 150ms linear;transition:all 150ms linear}
.new_right li a{display:block;min-height:190px;border:1px solid #ddd;padding:15px;position:relative;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.new_right li a img{float:left;width:25%; display:block}
.new_right li a div{float:right;width:73%}
.new_right li a h2{color:#000;font-size:20px}
.new_right li a h3{ font-size:14px; color:#c09766; padding-top:20px;}
.new_right li small{color:#666;font-size:13px;display:block; padding-top:20px;}
.new_right li span{transition:0.5s 0s all ease;display:block;line-height:26px;color:#666;padding:10px 0 0 0;font-size:14px}
.new_right li:hover a{-webkit-box-shadow:0 5px 30px rgba(0,0,0,.18);box-shadow:0 5px 30px rgba(0,0,0,.18);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);}
#prev_next .next,#prev_next .prev{font-size:13px;border-top:1px solid #ccc;padding:5px 25px}
#prev_next li a{
    color: #333;}
#prev_next .next a:hover,#prev_next .prev a:hover{color:#0088d4}
#prev_next .prev{margin-top:20px;background:url(../images/prev_bg.png) no-repeat left center;background-size:18px}
#prev_next .next{border-bottom:1px solid #ccc;background:url(../images/next_bg.png) no-repeat left center;background-size:18px}
div.page{margin:20px 0 20px 0;clear:both;float:right;font-size:14px}
div.page a{padding:2px 5px;margin:2px;color:#fff;text-decoration:none;background:#9b9b9b}
div.page a:hover{background:#5c5c5c}
div.page span.current{padding:2px 8px;font-weight:700;margin:2px;color:#fff;background-color:#0088d4}
div.page span.disabled{padding:2px 5px;margin:2px;color:#ddd}
ul.jobs li{border-bottom:2px dotted #ccc;margin-bottom:10px;padding-bottom:10px;font-size:15px;line-height:30px;padding-left:20px;position:relative}
ul.jobs li a{display:block;position:absolute;background-color:#0088d4;color:#fff;padding:1px 8px;top:50px;left:500px}
ul.jobs li a:hover{border-radius:8px;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}
ul.jobs li strong{color:#0088d4}
.input-group{margin-bottom:10px;clear:both}
.input-group:after{display:block;content:'';clear:both}
.input-group label{width:62px;font-size:15px;display:inline-block;text-align-last:justify;color:#606060;font-weight:700}
.input-group input[type=text]{border:1px solid #aaa;
    /*box-shadow:0 0 3px #ccc,0 10px 15px #eee inset;*/
    border-radius:2px;line-height:30px;height:30px;width:276px;text-indent:1em;font-family:"microsoft yahei",sans-serif;transition:.3s;-webkit-transition:.3s;outline:0}
.input-group input[type=text]:focus{width:300px;box-shadow:0 0 5px #0088d4;border:1px solid #0088d4}
.input-group textarea:focus{width:550px;box-shadow:0 0 5px #0088d4;border:1px solid #0088d4}
.input-group input[type=text]#captcha:focus{width:90px;box-shadow:0 0 5px #0088d4;border:1px solid #0088d4}
.input-group textarea{transition:.3s;-webkit-transition:.3s;width:520px;border:1px solid #aaa;box-shadow:0 0 3px #ccc,0 10px 15px #eee inset;border-radius:2px;text-indent:1em;padding-top:5px;font-family:"microsoft yahei",sans-serif;outline:0}
#submit{display:block;clear:both;width:80px;line-height:30px;background:#0088d4;border:0;color:#fff;font-size:14px;font-family:"microsoft yahei";margin-left:64px}
.pdc_list{width:920px}
.pdc_list li{float:left;margin:0 25px 25px 0;border:3px solid #dadada;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}
.pdc_list li a{display:block;position:relative}
.pdc_list li img{display:block;width:275px;height:210px}
.pdc_list li span{display:block;text-align:center;line-height:40px;background:#dadada;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}
.pdc_list li:hover span{color:#fff;background:#0088d4}
.pdc_list li:hover{border:3px solid #0088d4}
.content_p{margin-top:40px}
.content_p table{border-bottom:1px solid #ccc;border-right:1px solid #ccc}
.content_p table td{border-left:1px solid #ccc;border-top:1px solid #ccc}
.content_p img{max-width:95%}
.content_p p{font-size:14px;line-height:30px}
.content_p span.sp{display:block;background-color:#ddd;color:#fff;margin-bottom:20px;overflow:hidden}
.content_p span.sp small{background:#0088d4;display:block;float:left;text-align:center;line-height:40px;width:120px}
.food_name{text-align:center;font-size:24px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px dashed #ccc}
.she{width:930px}
.she li{background:#fff;padding:10px 10px 0 10px;border:1px solid #CACACA;float:left;margin:0 24px 20px 0;cursor:pointer;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear}
.she li:hover{-webkit-box-shadow:0 15px 30px rgba(0,0,0,.18);box-shadow:0 15px 30px rgba(0,0,0,.18);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);background:#fcfcfc;border:1px solid #ccc}
.she li img{display:block;width:257px;height:206px}
.she li small{display:block;line-height:45px;text-align:center;color:#2e2e2e;-moz-transition:all 150ms linear;-webkit-transition:all 150ms linear;transition:all 150ms linear}
.she li:hover small{color:#0088d4}
.p_content{font-size:15px;line-height:30px;color:#333}
.p_content img{
    max-width: 100%;
}
.news_time{font-size:14px;margin-bottom:20px}
.pdc-list{width:960px}
.pdc-list li{float:left;padding:10px;border:1px solid #ccc;margin-right:35px;margin-bottom:35px}
.pdc-list li img{width:255px;height:200px;display:block}
.pdc-list li span{display:block;text-align:center;color:#666;font-weight:700;margin-top:5px;-webkit-transition:all .2s linear;transition:all .2s linear}
.pdc-list li:hover span{color:#0088d4}
.wrap{width:1200px;margin:0 auto;position:relative}
.case_pic ul li {
    width:280px;
    height:200px;
    margin-right:15px;
    float:left;
    position: relative;
    border:1px solid #DDDDDD;
    padding:5px;
    box-sizing: border-box;
    margin-bottom:25px;
}
.case_pic ul li img{
    max-width: 95%;
    height:95%;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.case_pic ul li:hover{-webkit-box-shadow:0 5px 30px rgba(0,0,0,.18);box-shadow:0 5px 30px rgba(0,0,0,.18);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);}
/*产品页样式*/
.newpro:after{display:block;content:'';clear:both}
.newpro li{float:left;width:24%;margin:0 .5%;margin-bottom:25px}
.newpro li a{display:block}
.newpro_pic{position:relative;width:100%;height:190px;overflow:hidden}
.newpro_pic img{position:absolute;max-width:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.newpro_pic p{width:100%;text-align:center;position:absolute;left:0;bottom:0;color:#fff;background:#0088d4;margin-bottom:0;line-height:40px;font-size:16px;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease}
.newpro li:hover a div p{background:gray;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray}
.newpro li:hover a div img{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray}
.newpro_pic:hover p{line-height:50px;font-size:18px}

/*招聘*/
/************招聘*****************/

.jobs li{overflow:hidden;margin:23px 18px 28px 28px;padding-bottom:27px;border-bottom:1px dotted #cdcdcd;}
.jobs a{position:relative;top:-90px;background:#c09766;float:right;width:71px;height:34px;color:#fff;text-align:center;line-height:34px;}
.jobs strong{color:#c09766;}
.jobs p{/*margin:6px 0 -134px 156px;*/line-height:35px;}
/***************jobs***************/
.pro_info .rel_center{margin:23px 0 6px;margin-left:-145px;padding:3px;width:290px;height:216px;border:1px solid #dcdcdc;}

.pro_name{display:block;color:#c09766;text-align:left;}
.info_title{margin:30px 0 0 0px;width:760px;height:30px;background:#ececec; float:left;}
.info_title b{display:inline-block;padding-left:10px;height:100%;border-right:1px solid #fff;background:#656565;color:#fff;line-height:30px;}
.info_title a{margin:8px;width:15px;height:15px;background-position:0 -426px;}
ul.jobs li{border-bottom:2px dotted #ccc;margin-bottom:10px;padding-bottom:10px;font-size:15px;line-height:30px;padding-left:20px;position:relative}
ul.jobs li a{display:block;position:absolute;background-color:#c09766;color:#fff;padding:1px 8px;top:50px;left:500px}
ul.jobs li a:hover{border-radius:8px;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}
ul.jobs li strong{color:#c09766}





/*侧边栏开始*/
.proside{
    float:left;
    width: 18%;
}
.protit{
    border-left:6px solid #c09766;
    padding-left: 15px;
    margin-bottom: 15px;
}
.protit h4{
    font-size: 24px;
    color: #333;
}
.protit p{
    font-size: 18px;
    color: #5e5e5e;
}
.proside ul{
    margin-bottom: 30px;
}
.proside ul li a{
    display: block;
    width: 100%;
    height: 45px;
    background: #E0E0E0;
    margin-top: 5px;
    color: #494949;
    line-height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 16px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.proside ul li a:hover{
    background: #c09766;
    color: #fff;
}

.contact{
    width: 100%;
    height: auto;
    color: #6f6f6f;
    background: #E5E5E5;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    border-bottom:3px solid #c09766;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 8px;
}
.contact h3{
    font-size: 20px;
    font-weight: normal;
    color: #4c4c4c;
}

.more{
    margin-left:auto;margin-right:auto;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    background: #c09766;
    width: 152px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
}
.more:before{
    position: absolute;
    left:10px;
    line-height: 40px;
    content: '[';
    color: #c09766;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.more:after{
    content: ']';
    color: #c09766;
    position: absolute;
    right: 10px;
    line-height: 40px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.more:hover:after{
    right:0;
}
.more:hover:before{
    left:0;
}
.more:hover{
    background: none;
    color: #c09766;
    font-weight: bold;
}

/*侧边栏结束*/


/*about*/
.bread{
    line-height: 60px;
    border-bottom:1px solid #e5e5e5;
}
.bread .mycontainer{
    font-size:14px;
    font-weight: lighter;
    color: #9b9b9b;
    background: url("../images/home.png") no-repeat left center;
	text-indent:32px;
}
.bread span{
    color: #c09766;
    font-size:14px;
    font-weight: lighter;
}
.bread a{
    font-size:14px;
    font-weight: lighter;
    color: #9b9b9b;
}
.z_company{ padding-bottom:60px;}
.z_company>h4{
    margin-top: 65px;
    color: #696969;
    font-size: 38px;
    display: inline-block;
    padding-right: 78px;
    background: url("../images/zcomlogo.png") no-repeat right 10px;
}
.z_company>div{
    font-size:16px;
    color: #5d5d5d;
    font-weight: lighter;
    line-height: 35px;
    margin-top:25px;
    margin-bottom: 35px;
}
.z_company .img_jz{
    width: 100%;
    height: 476px;
}
.z_comtit{
    color: #c09766;
    font-size: 36px;
    margin-bottom: 45px;
}
.z_company .z_com_ser{
    margin-top: 50px!important;
    margin-bottom: 50px;
    padding-top: 62px;
    padding-bottom: 69px;
    border-top:1px solid #d1d1d1;
    border-bottom:1px solid #d1d1d1;
}
.z_com_ser>.clear ul{
    float:left;
    background: #f9f9f9;
    width: 600px;
    height: 366px;
    padding:55px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.z_com_ser ul li{
    float:left;
    width: 50%;
    height: 100px;
}
.z_com_ser ul li:first-of-type,.z_com_ser ul li:nth-of-type(2){
    margin-bottom: 50px;
}
.z_com_ser ul li h4{
    font-size:20px;
    color: #555555;
    padding-left: 20px;
    background: url("../images/yuan.png") no-repeat left center;
}
.z_com_ser ul li p{
    font-size:16px;
    color: #969595;
    margin-top: 12px;
    line-height: 26px;
    font-weight: lighter;
}
.z_com_serpic{
    float:right;
    width: 600px;
    height: 366px;
    position: relative;
    overflow: hidden;
}
.z_com_serpic img{
    position: absolute;
    top:50%;
    left:50%;
    width:100%;
    height: 100%;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    -webkit-transition: 450ms 0s all linear;
    -moz-transition: 450ms 0s all linear;
    -ms-transition: 450ms 0s all linear;
    -o-transition: 450ms 0s all linear;
    transition: 450ms 0s all linear;
}
.z_com_serpic:hover img{
    -webkit-transform: translate(-50%,-50%) scale(1.02);
    -moz-transform: translate(-50%,-50%) scale(1.02);
    -ms-transform: translate(-50%,-50%) scale(1.02);
    -o-transform: translate(-50%,-50%) scale(1.02);
    transform: translate(-50%,-50%) scale(1.02);
}
.z_com_serpic h4{
    bottom:35px;
    left:35px;
    position: absolute;
    color: #fff;
    font-size: 32px;
    -webkit-transition: 350ms 0s all linear;
    -moz-transition: 350ms 0s all linear;
    -ms-transition: 350ms 0s all linear;
    -o-transition: 350ms 0s all linear;
    transition: 350ms 0s all linear;
}
.z_com_serpic:hover h4{
    text-shadow: 0 0 10px #333;
}

.z_company .savemove{
    margin-top:0;
    margin-bottom: 70px;
}
.savemove ul:after{
    display: block;
    content: '';
    clear: both;
}
.savemove ul li{
    float:left;
    width: 300px;
    height: 300px;
    background: #f9f9f9;
    border-left:1px solid #e0e0e0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 70px;
    padding-bottom: 75px;
    -webkit-transition: 350ms 0s all linear;
    -moz-transition: 350ms 0s all linear;
    -ms-transition: 350ms 0s all linear;
    -o-transition: 350ms 0s all linear;
    transition: 350ms 0s all linear;
}
.savemove ul li:last-of-type{
    border-right:1px solid #e0e0e0;
}
.savemove ul li p{
    font-size:20px;
    color: #323232;
    padding-top: 68px;
    -webkit-transition: 350ms 0s all linear;
    -moz-transition: 350ms 0s all linear;
    -ms-transition: 350ms 0s all linear;
    -o-transition: 350ms 0s all linear;
    transition: 350ms 0s all linear;
}
.savemove ul li small{
    font-size:14px;
    color: #939393;
    width: 196px;
    margin:0 auto;
    display: block;
    margin-top: 10px;
    font-weight: lighter;
    line-height: 26px;
    -webkit-transition: 350ms 0s all linear;
    -moz-transition: 350ms 0s all linear;
    -ms-transition: 350ms 0s all linear;
    -o-transition: 350ms 0s all linear;
    transition: 350ms 0s all linear;
}
.savemove ul li:hover small{
    color: #c09766;
}
.savemove ul li:first-of-type p{
    background: url("../images/z_comicon1.png") no-repeat center top;
}
.savemove ul li:first-of-type:hover p{
    background: url("../images/z_comicon1s.png") no-repeat center top;
}
.savemove ul li:nth-of-type(2) p{
    background: url("../images/z_comicon2.png") no-repeat center top;
}
.savemove ul li:nth-of-type(3) p{
    background: url("../images/z_comicon3.png") no-repeat center top;
}
.savemove ul li:nth-of-type(4) p{
    background: url("../images/z_comicon4.png") no-repeat center top;
}
.savemove ul li:nth-of-type(2):hover p{
    background: url("../images/z_comicon2s.png") no-repeat center top;
}
.savemove ul li:nth-of-type(3):hover p{
    background: url("../images/z_comicon3s.png") no-repeat center top;
}
.savemove ul li:nth-of-type(4):hover p{
    background: url("../images/z_comicon4s.png") no-repeat center top;
}
/*z_case*/
.z_case{
    margin-top:50px;
    margin-bottom: 60px;
}
.z_case>ul li {float:left;width:31.3333%;margin-right: 3%;margin-bottom: 3%;}
.z_case>ul li:nth-of-type(3n) {margin-right: 0px;}
.z_case .grid-content {position: relative;overflow: hidden; border:1px solid #dfdfdf;}
.z_case .grid-tit{ font-size:14px; text-align:center; border-bottom:1px solid #dfdfdf; line-height:42px; color:#666;}
.z_case .grid-content>img {width: 100%;height: 100%;display: block;background: #ccc;}
.z_case .grid-content .grid-shade {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(192,151,102, 0.9);
    display: none;
}
.z_case .grid-content .grid-shade .grid-enter {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.zcase_icon{
}
.zcase_icon p{
    font-size:18px;
    font-weight: lighter;
    color: #333;
    line-height: 45px;
	text-align:center;
}
.zcase_icon b{
    display: block;
    width: 27px;
    height: 3px;
    background: #333;
}

/*z_honor*/
.z_honor{
    padding:70px 0;
}
.honor_text{
    height: 180px;
    border-bottom:1px solid #f4f4f6;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    margin-bottom: 56px;
}
.honor_text:hover{
    border-bottom:1px solid #ae8350;

}
@keyframes clipMe
{
    0%,100%{clip:rect(0,240px,2px,0)}
    25%{clip:rect(0,2px,240px,0)}
    50%{clip:rect(230px,240px,240px,0)}
    75%{clip:rect(0,240px,240px,230px)}
}
.honor_text b:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
    margin: -3%;
    color: #fff;
    box-shadow: inset 0 0 0 2px;
}
.honor_text b:after{
    position: absolute;
    top: 0;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
    margin: -3%;
    box-shadow: inset 0 0 0 2px;
}
.honor_text b{
    font-size: 18px;
    color: #999999;
    display: block;
    text-align: center;
    float:left;
    width: 225px;
    font-weight: normal;
    height: 180px;
    padding-top: 115px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.honor_text:hover b{
    color: #fff;
}
.honor_text:hover b:before{
    animation: clipMe 8s linear infinite;
    animation-delay: -4s;
    color: #ae8350;
}
.honor_text:hover b:after{
    color: #ae8350;
    animation: clipMe 8s linear infinite;
}
.honor_text:first-of-type b{
    background: #f4f4f6 url("../images/jk.png") no-repeat center 30px;
}
.honor_text:nth-of-type(2) b{
    background: #f4f4f6 url("../images/test.png") no-repeat center 30px;
}
.honor_text:first-of-type:hover b{
    background: #ae8350 url("../images/jks.png") no-repeat center 30px;
}
.honor_text:nth-of-type(2):hover b{
    background: #ae8350 url("../images/tests.png") no-repeat center 30px;
}
.honor_text p{
    float:left;
    width: 975px;
    font-size:16px;
    color: #5d5d5d;
    line-height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:15px 35px;
}

.z_honorpic ul{
    width:100%;
    margin-top: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:22px;
    padding-right:22px;
    padding-bottom:10px;
    background: url("../images/honorline.png") no-repeat center bottom;
}
.z_honorpic ul li{
    float:left;
    width: 262px;
    height: 340px;
    margin-right: 35px;
    position: relative;
    overflow: hidden;
}
.z_honorpic ul li:last-child{
    margin-right:0;
}
.z_honorpic ul li img{
    max-width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*z_contact*/
#allmap{
    position: relative;
    width: 100%;
    height: 632px;
    overflow: hidden;
    margin-bottom:5vw;
    margin-top: 3vw;
}
.allmaptext{
    position: absolute;
    right:0;
    top:0;
    background: rgba(24, 28, 35, 0.8);
    width: 30%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:6%;
    padding-left: 5%;
}
.allmaptext h1{
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
}
.allmaptext p{
    font-size: 16px;
    color: #d0d0d0;
    font-weight: lighter;
    margin-top:2vw;
    line-height: 30px;
}
#z_message{
    background: #f8f8f8;
    padding-bottom: 4vw;
}
.z_mestit{
    text-align: center;
}
.z_mestit h3{
    font-size: 48px;
    color: #3c3c3c;
    font-weight: lighter;
    padding-top:4vw;
}
.z_mestit p{
    font-size: 16px;
    color: #8b8b8b;
    font-weight: lighter;
    margin-bottom:2vw;
}
#form1 input,#form1 textarea{
    font-weight: lighter;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3%;
    border:1px solid #e5e5e5;
    margin-bottom: 2vw;
}
#form1 input[type=text]{
    float:left;
    width:32%;
    margin-right: 2%;
    line-height: 62px;
    font-size: 14px;
}
#form1 input[name=email]{
    margin-right:0;
}
#form1 textarea{
    width: 100%;
    padding-top:2%;
}
#form1 #submit{
    display: block;
    line-height: 48px;
    width: 174px;
    margin:0 auto;
    background: #212c3d;
    font-size: 16px;
    color: #fff;
    padding-left:0;
    text-align: center;
    font-weight: lighter;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
#form1 #submit:hover{
    background: #ae8350;
    cursor: pointer;
}

/*z_news*/
.z_news{
    padding:70px 0;
}
.z_news ul li{
    float:left;
    width:32%;
    margin-bottom: 25px;
    border: 1px solid #e6e6e6;
    margin-right: 1.5%;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;

}
.z_news ul li:hover{
    border: 1px solid #fff;
    background: #ae8350;
    box-shadow: 0 0 10px #ddd;
}

.z_news ul li:nth-child(3n){
    margin-right:0;
}
.z_news ul li a{
    display: block;
    position: relative;
    width: 100%;
    height: 365px;
}
.z_news ul li a b{
    display: block;
    width: 100%;
    height: 260px;
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
}
.z_news ul li a b img{
    max-width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.z_text {
    position: absolute;
    padding: 10px 17px;
    position: absolute;
    left:0;
    bottom:0;
}
.z_text h3{
    font-size: 16px;
    color: #636363;
    font-weight: normal;
    line-height: 35px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.z_text p{
    font-size: 14px;
    color: #a2a2a2;
    line-height: 26px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.z_news ul li a:hover .z_text p{
    color: #e0e0e0;
}
.z_news ul li a:hover .z_text h3{
    color: #fff;
}


/*smallbanner*/
.smallbanner{
    width: 100%;
    height: 350px;
    position: relative;
}
.smallbanner>div{
    position: absolute;
    top:50%;
    left:50%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.smallbanner h4{
    text-transform: uppercase;
    font-size: 50px;
    -webkit-text-fill-color: transparent;
    background:#c09665; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(-0deg, #927350,#f5d5a6, #927350);
    background:-webkit-linear-gradient(-0deg,#927350,#f5d5a6,#927350);
    background:-o-linear-gradient(-0deg, #927350,#f5d5a6, #927350);
    -webkit-background-clip: text;
}
.smallbanner p{
    display: block;
    width: 177px;
    height: 56px;
    text-align: center;
    margin:0 auto;
    position: relative;
    margin-top: 25px;
}
.smallbanner p i{
    display: block;
    line-height: 56px;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    background:#c09665; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(-0deg, #927350,#f5d5a6, #927350);
    background:-webkit-linear-gradient(-0deg,#927350,#f5d5a6,#927350);
    background:-o-linear-gradient(-0deg, #927350,#f5d5a6, #927350);
    -webkit-background-clip: text;
    font-style: normal;
}
.smallbanner p span{
    width: 177px;
    height: 100%;
    background: url("../images/bannertit.png") no-repeat center;
    position: absolute;
    left:0;
    top:0;
    z-index:100;
}
.newsbanner{ background: url("../images/newsbanner.jpg") no-repeat center top;}
.productbanner{ background: url("../images/productbanner.jpg") no-repeat center top;}
.companybanner{ background: url("../images/companybanner.jpg") no-repeat center top;}
.casebanner{ background: url("../images/casebanner.jpg") no-repeat center top;}
.honorbanner{ background: url("../images/honorbanner.jpg") no-repeat center top;}
.contactbanner{ background: url("../images/contactbanner.jpg") no-repeat center top;}

/*产品表格样式*/
table{
    width: 100%;
    border-left:1px solid #ddd;
}


table tr{
    border-bottom:1px solid #ddd;
}
table tr td{
    border-right:1px solid #ddd;
    padding-left: 5px;
}


/*滚动条整体*/
.scrolltiao::-webkit-scrollbar{
    width:4px; /*滚动条宽度*/
}
/*滚动条按钮*/

.scrolltiao::-webkit-scrollbar-track-piece{
    background-color:#eee; /*滑道*/
    -webkit-border-radius:4px; /*滑道圆角宽度*/
}
.scrolltiao::-webkit-scrollbar-thumb{
    width:3px;
    background-color:#9d9d9d; /*滑动条表面*/
}

#pages { 
	padding:14px 0 10px;  clear:both;
	}
#pages a { 
	display:inline-block;
	height:22px;
	line-height:22px; 
	background:#fff; 
	border:1px solid #e3e3e3; 
	text-align:center; 
	color:#333;
	font-size:13px;
	padding:0 15px;
	}
#pages a.a1 { 
	 width:56px; 
	 padding:0;
	 }
#pages a:hover { 
	background:#f1f1f1; 
	color:#000; 
	text-decoration:none;
	}
#pages span { 
	display:inline-block; 
	height:22px; 
	line-height:22px; 
	background:#c09766; 
	border:1px solid #c09766; 
	color:#fff; 
	font-size:13px;
	text-align:center;
	padding:0 15px;
	}
.page .noPage { 
	display:inline-block; 
	width:56px; 
	height:22px; 
	line-height:22px; 
	font-size:13px;
	border:1px solid #e3e3e3; 
	text-align:center; 
	color:#a4a4a4; 
	}