.margin_center{
    width:100%;
    overflow: hidden;
}
.mycontainer,.margin_center>div{
    width:1200px;
    margin-left:auto;
    margin-right:auto;

}
.clear:after{
    display: block;
    content: '';
    clear: both;
}
.left{float:left;}
.right{float:right;}

/*图片移动*/
/*botbg*/
.bot_bg{
    width:100%;
    position:relative;
}
.bot_lb{
    width:1200px;
    height: 710px;
    margin:0 auto;
    overflow:hidden;
}

.icon_left{
    width: 50px;
    height: 50px;
    background: url("../images/iconleft.png") no-repeat center;
    position: absolute;
    top: 45%;
    left: -60px;
}
.icon_right{
    width: 50px;
    height: 50px;
    background: url("../images/iconright.png") no-repeat center;
    position: absolute;
    top:45%;
    right:-60px;
}
.icon_left,.icon_right{cursor: pointer;}
.icon_left:hover{  background: url("../images/iconlefts.png") no-repeat center;}
.icon_right:hover{  background: url("../images/iconrights.png") no-repeat center;}
.bot_show{width: 4000px;}

.bot_show ul{
    transition:500ms 0s all ease;
    transform:translate3d(0,0px,0);
    -ms-transform: translate3d(0,0px,0);
    -moz-transform:translate3d(0,0px,0) ;
    -o-transform: translate3d(0,0px,0);
    -webkit-transform:translate3d(0,0px,0);

}
.bot_show ul:after{display:block;content:'';clear:both}
.bot_show ul li{
    float:left;
    width:380px;
    margin:35px 0 35px 30px;
}
.bot_show ul li a{
    display:block;
    position:relative;
}
.bot_img{
    width:380px;
    height:285px;
    position:relative;
    overflow: hidden;
}
.bot_img 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%);
}
.bot_text h2{
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    background: rgba(0, 0, 0, 0.6);
    width:100%;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size:16px;
    font-weight: normal;
    color: #ffffff;
    -webkit-transition: 500ms 0s all ease;
    -moz-transition: 500ms 0s all ease;
    -ms-transition: 500ms 0s all ease;
    -o-transition: 500ms 0s all ease;
    transition: 500ms 0s all ease;
}
.bot_text h2:hover{

    font-size:20px;
    font-weight: bold;
    height:120px;
    line-height: 120px;
    background: rgba(2, 104, 179, 0.6);
}


/*子页面统一样式*/
#info{
    position: relative;
    /*top: -184px;*/
    z-index: 1000;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:30px 40px;
    width: 1200px;margin: 0 auto;    /*box-shadow: 0px 0px 19px 0px #9a9898;
    border-radius: 10px;*/}
#info:after{display:block;content:'';clear:both}
.info-right{
    width:100%;
}
.info-right h3{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}
.info-right h3 span{
    color: #333;
    font-size: 14px;
}
.info-right h3 .left{
    font-size: 20px;
    font-weight: bold;
}
.info-loca{    top: -186px;
   color:#0076c7;overflow:hidden;margin-bottom:30px;}
.info-loca h3{float:left;line-height:50px;font-size:25px;color:#434343}
.info-loca .loca{float:right;font-size:16px;color:#fff;margin-top:15px;
    line-height: 30px;}
.info-loca .loca a{color:#fff}
.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:185px;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: 30%;}
.new_right li a div{float:right;width:67%;padding-top: 17px;}
.new_right li a h2{color:#000;font-size:20px}
.new_right li small{color:#000;font-size:14px;margin-top:20px;display:block;}
.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:#0076c7}
#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:#5d6f9c}
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:#0076c7;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:#0076c7}
.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]{
    /*box-shadow:0 0 3px #ccc,0 10px 15px #eee inset;*/
    background: #eaeaea;
    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 #0076c7;border:1px solid #0076c7}
.input-group textarea:focus{width:550px;box-shadow:0 0 5px #0076c7;border:1px solid #0076c7}
.input-group input[type=text]#captcha:focus{width:90px;box-shadow:0 0 5px #0076c7;}
.input-group textarea{transition:.3s;-webkit-transition:.3s;width:520px;

    background: #eaeaea;
    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:#0076c7;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:#0076c7}
.pdc_list li:hover{border:3px solid #0076c7}
.content_p{margin-top:40px;margin-bottom: 40px;}
.content_p table{width:100%;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:#0076c7;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:#0076c7}
.p_content{font-size:15px;line-height:30px;color:#333}
.p_content img{
    max-width: 100%;
}
/*上一页+下一页*/
#prev_next{margin-top: 30px;}
#prev_next li{line-height:40px;text-indent: 20px;width: 100%;font-size: 14px;}
#prev_next li:nth-child(1){background: url('../Image/up.png')no-repeat 0px 15px;border-top: 1px solid #ccc;}
#prev_next li:nth-child(2){background: url('../Image/down.png')no-repeat 0px 15px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.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:#0076c7}
.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:#4e4e4e;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_pic:hover p{line-height:50px;font-size:18px}

/*proside*/
.pro_side{
    width: 262px;
}
.pro_side .tj{
    background: #0076c7;
    width: 100%;
    height:120px;
    box-sizing: border-box;
    padding-left: 43px;
    padding-top: 33px;
}
.pro_side .tj h3{
    font-size: 34px;
    color: #ffffff;
}
.pro_side .tj p{
    font-size: 14px;
    color: #7bea70;
    text-transform: uppercase;
}
.pro_side ul{
    background: #666261;
}
.pro_side ul li{
    width: 100%;
    border-bottom:1px solid #585858;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:50px;
    line-height: 50px;
    -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;
}
.pro_side ul li:hover{
    border-left:4px solid #0076c7;
    background: #555150 ;
}
.prohov{
    border-left:4px solid #0076c7;
    background: #555150 ;
}
.pro_side ul li a{
    display: block;
    font-size:18px;
    color: #fff;
    padding-left: 40px;
    box-sizing: border-box;
}
.pro_side ul li:last-child a{
    color: #0076c7;
}

.job_tab{
    background: #2677b9;
}
.job_tab span{
    display: inline-block;
    width: 19.6%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
}
.job_tab span:nth-child(2){
    width: 39%;
    text-align: left;
}
.job_text li{line-height: 50px;}
.job_text li span{
    font-size: 13px;
    display: inline-block;
    width: 19.6%;
    line-height: 20px;
    text-align: center;
}
.job_text li span:nth-child(2){
    width: 39%;
    box-sizing: border-box;
    text-align: left;
}
.job_text li:nth-child(even){
    background: #e9f1f8;
}
.jobs_req{
    display:none;
    padding: 2%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 27px;
    color: #ececec;
    background: #f6f9fc;
}
.req_text{
    width:100%;
    color: #565454;
    font-size: 14px;
}
.jobs_req p a{
    color: #1e55af;
}

/*产品子页面*/
.z_product ul:after{
    display: block;
    content: '';
    clear: both;
}
.z_product ul li{
    float:left;
    margin-right: 5px;
    margin-bottom: 30px;
}
.z_product ul li:nth-child(3n){
    margin-right:0;
}

.z_product ul li a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #898989;
    -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_product ul li a:hover{  
    box-shadow: 0 0 10px #ddd;
}
.z_product ul li a:after{
    display: block;
    content: '';
    clear: both;
}
.z_product ul li a b{
    display: block;
    position: relative;
    overflow: hidden;
    width:350px;
    height: 300px;
    float:left;
}
.z_product ul li a b img{
    max-width: 100%;
    max-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_product ul li a div{
    float:left;
    width: 676px;
    box-sizing: border-box;
    padding: 15px 25px;
    margin-top: 5px;
    height: 80px;
    -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: #898989;*/
    color: #5f5f5f;

}
.z_product ul li a div h2{
    color: #555555;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 32px;
}
.z_product ul li a div p{
    color: #777777;
    font-size: 16px;
    line-height: 30px;
}
.z_product ul li a div small{
    color: #c8c8c8;
    font-size: 18px;
    display: block;
    margin-top: 20px;
}
.z_product ul li a div small span{
    font-size: 16px;
}
.z_product ul li a>span{
    float:left;
    color: #bcbcbc;
    font-size: 18px;
    border-left:1px solid #ddd;
    margin-top: 121px;
    padding-left: 10px;
    padding-right: 8px;
    -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_product ul li a:hover>span{
    color: #1e55af;
}



.proinfo .info_img_detail img{
    max-width: 80%;
}
.proinfo div:last-child{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
}
.proinfo .food_name{
    margin-top: 23px;
    font-size: 20px;
    text-align: center;
}
.proinfo div:last-child p{
    font-size: 14px;
    line-height: 25px;
}
.proinfo div:last-child small{
    display: block;
    margin-top: 12px;
    line-height: 23px;
}

/*滚动后导航样式*/
.scroll{
    background: rgba(0,0,0,0.8);
    box-shadow: 0 0 10px #909090;
}
.scroll .navtext>li>a{
    color: #fff;
}
.scroll #thyNavStyle>a{
    color:#fff;
}
.scroll .navtext>li>a:hover{
    color: #fff;
    background: #008eed;
}
.scroll .lang a{
    color: #2d2d2d;
}
.scroll .lang{
    background: url(../images/earths.png) no-repeat left center;
}
.scroll .lang a b{
    background: url(../images/jts.png) no-repeat right center;
}
/*联系我们子页面样式*/
.contactpage>p{
    color: #66686a;
    font-size:16px;
    margin-top: 26px;
    width: 604px;
}
.contactpage_link{
    float:left;
    width: 205px;

}
.contactpage_link:last-child{
    width: 604px;
}
.contactpage_link small{
    color: #373636;
    font-size: 15px;
    display: block;
}
.contactpage_link p{
    color: #656665;
    padding-left: 30px;
    line-height: 40px;
    font-size: 14px;
}

/*浮动窗口*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#0076c7 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#0076c7 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#0076c7 url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#0076c7 url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}

