.margin_center{
    width:100%;
    overflow: hidden;
}
.mycontainer,.margin_center>div{
    width:1200px;
    margin-left:auto;
    margin-right:auto;

}
body{
    background: #eee;
}
.header{
    background: #fff;
}
.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: 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;
}
.img_jz:hover img{
    -webkit-transform: translate(-50%,-50%) scale(1.07);
    -moz-transform: translate(-50%,-50%) scale(1.07);
    -ms-transform: translate(-50%,-50%) scale(1.07);
    -o-transform: translate(-50%,-50%) scale(1.07);
    transform: translate(-50%,-50%) scale(1.07);
}

/*子页面统一样式*/

#info{
    padding:15px 0;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
#info:after{display:block;content:'';clear:both}
.info-right{    width: 895px;
    min-height:450px;
    padding-left: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;    float: right;
    border-left:1px solid #ddd;
}
.info-loca{color:#2398d9;overflow:hidden;border-bottom:2px dotted #ccc;margin-bottom:16px}
.info-loca h3{float:left;line-height:50px;font-size:25px;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;height:200px;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:270px;height:200px}
.new_right li a div{float:right;width:65%}
.new_right li a h2{color:#000;font-size:20px}
.new_right li small{color:#000;font-size:14px;margin-top:70px;display:block;position:absolute;left:322px;bottom:29px}
.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: #000;}
#prev_next .next a:hover,#prev_next .prev a:hover{color:#2398d9}
#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:#2398d9}
div.page span.disabled{padding:2px 5px;margin:2px;color:#ddd}

.page-inner {
    display: inline-block;
    overflow: hidden;
}
.page-inner a {
    display: block;
    float: left;
    min-width: 26px;
    padding: 0 5px;
    height: 23px;
    border: 1px solid #dddddd;
    background: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden;
}
.page-inner a.active,
.page-inner a:hover {
    color: #fff;
    background: #2398d9;
}
.page-inner a.prev {
    margin-right: 10px;
    background: #fff url(../images/prev.jpg) no-repeat center;
}
.page-inner a.prev.on {
    background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.page-inner a.prev:hover {
    background-color: #fff;
    border-color: #dddddd;
}
.page-inner a.next {
    margin-left: 10px;
    margin-right: 15px;
    background: #fff url(../images/next.jpg) no-repeat center;
}
.page-inner a.next.on {
    background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.page-inner a.next:hover {
    background-color: #fff;
    border-color: #dddddd;
}
.page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px;
}
.page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 32px;
}
.page-inner input {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 36px;
    height: 29px;
    margin: 2px 5px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
    color: #333;
}



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:#2398d9;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:#2398d9}
.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 #2398d9;border:1px solid #2398d9}
.input-group textarea:focus{width:550px;box-shadow:0 0 5px #2398d9;border:1px solid #2398d9}
.input-group input[type=text]#captcha:focus{width:90px;box-shadow:0 0 5px #2398d9;border:1px solid #2398d9}
.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;text-align:center;clear:both;width:80px;line-height:30px;background:#2398d9;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:#2398d9}
.pdc_list li:hover{border:3px solid #2398d9}
.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:#2398d9;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:#2398d9}
.p_content{font-size:15px;line-height:30px;color:#333}
.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:#2398d9}
.wrap{width:1200px;margin:0 auto;position:relative}
.case_pic ul li {
    width:276px;
    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:nth-of-type(3n){
    margin-right: 0;
}
.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 li a p{
    background: #2398d9;
    text-align: center;
    line-height: 35px;
    height: 37px;
    overflow: hidden;
    border-bottom:2px solid #2398d9;
    -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;
}
.newpro_pic{position:relative;width:100%;height:275px;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:#2398d9;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 li a:hover p{background:#fff; color: #2398d9;}

/*招聘*/
/************招聘*****************/

.jobs li{overflow:hidden;margin:23px 18px 28px 28px;padding-bottom:27px;border-bottom:1px dotted #cdcdcd;}
.jobs a{position:relative;top:-90px;background:#0774bc;float:right;width:71px;height:34px;color:#fff;text-align:center;line-height:34px;}
.jobs strong{color:#0774bc;}
.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:#0774bc;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:#0774bc;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:#0774bc}





/*侧边栏开始*/
.side{
    width: 290px;
    float: left;
    /*border-right: 1px solid #ddd;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}
.bt{
    background: #275dc9 url("../images/bm.png") no-repeat 265px center;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: left;
    font-size: 20px;
    padding:17px 45px;
}
.bt small{
    color: #96a9e0;
    font-size: 15px;
}
.side>img{
    display: block;
    margin-bottom: 10px;
}
.side>div{
    width: 260px;
}
.side ul li{
    border-bottom:1px dashed #a0a0a0;
    box-sizing: border-box;
    padding-left: 25px;
    -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;
}
.side ul li a{
    color: #505050;
    display: block;
    line-height: 52px;
    background: url("../images/side_jt.png") no-repeat 195px center;
    -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;
}
.side ul li a:hover,.side ul li.btclass a{
    color: #fff;
    background: url("../images/side_jts.png") no-repeat 195px center;
}
.side ul li:hover,.side ul li.btclass{
    background: #2398d9;
}
.pro_fl{
    line-height:48px;
}
.pro_fl:after{
    display: block;
    content: '';
    clear: both;
}
.side ul li .pro_fl a{
    font-size: 14px;
    color: #2f2f2f;
    float:left;
    -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;
}
.side ul li .pro_fl a:hover{
    color: #275dc9;
}
.side ul li .pro_fl b{
    float:right;
    display: block;
    margin-top: 12px;
    background: url("../images/jt.png") no-repeat center;
    width:20px;
    height: 20px;
    -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;
}
.side ul li .pro_show a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    width: 100%;
    color: #275dc9;
    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;
}
.side ul li .pro_show a:hover{
    background: #275dc9;
    color: #fff;
}
.rotatejt{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidetel{
    border: 1px solid #ddd;
    height: 95px;
    background: #f9f9f9 url(../images/side_tel.png) no-repeat 1px center;
    box-sizing: border-box;
    padding-left: 102px;
    padding-top: 17px;
    margin-top: 26px;
}
.sidetel p{
    color: #585656;
    margin-bottom: 3px;
    margin-top: 6px;
}
.sidetel span{
    font-size: 19px;
    color: #f04630;
}
/*侧边栏结束*/
.izl-rmenu{position:fixed;right:0;bottom:10px;padding-bottom:73px;z-index:999;

}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}


/*产品*/
.z_product a{
    display: block;
    width: 100%;
    color: #696969;
    line-height: 35px;
    border-bottom:1px solid #ddd;
    -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;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.z_product a:hover{
    color: #2398d9;
}

/*搜索页面样式*/
#ctable{
    border: solid 1px #979A9C;
    line-height: 20px;
    margin-top: 30px;
}
#ctable td{
    font-size: 13px;
    color: #4B4B4B;
    border-collapse: collapse;
    padding: 5px 4px;
    border: solid 1px #979A9C;
}
#ctable td.chd{
    font-weight: bolder;
    text-align: center;
    width: 80px;
    background-color: #dedede;
}

table{
    width:100%;
    line-height: 34px;
}


.zdownload li{
    border-bottom: 1px solid #ddd;
}
.zdownload li a{
    display:block;
    width:100%;
    background:url("../images/downicon.png") no-repeat right center;
    line-height: 48px;
    padding-right:34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    font-size: 16px;
    color: #666;
}
.singstyle img{
    max-width: 100%;
}

.honorlist:after{
    display:block;
    content: '';
    clear: both;
}

.honorlist a{
    display:block;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1.5vw;
    float:left;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position:relative;
    top:0;
}
.honorlist a:hover{
    top:-5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.honorlist a:nth-of-type(3n){
    margin-right: 0;
}
.honorlist a b{
    border:1px solid #ddd;
    display:block;
    width:100%;
    height: 230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
    position:relative;
    overflow:hidden;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.honorlist a:hover b {
    box-shadow: 0 0 10px #ddd;
}
.honorlist a b img{
    display:block;
    height: 100%;
    margin:0 auto;
}
.honorlist a p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 46px;
}

.zsearch{
    padding-bottom: 1vw;
    margin-bottom: 2vw;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.zsearch form{
    margin:0 auto;
    width:350px;
}
.zsearch input[type=text]{
    float:left;
}

.guanli{
    width: 140px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    line-height: 45px;
}
.guanli a{
    float:none;
}

.addcx{
    padding:10px 35px;
}
.addcx a{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.addcx a span,.addcx a p{
    font-size: 15px;
    color: #666;
    transition:350ms 0s all ease;
}
.addcx a:hover span,.addcx a:hover p{
    color: #2398d9;
    /*text-decoration: underline;*/
}