.margin_center {
    overflow: hidden;
    width: 100%;
}

.mycontainer,.margin_center>div {
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*图片移动*/
/*botbg*/
.bot_bg {
    position: relative;
    width: 100%;
}

.bot_lb {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
    height: 710px;
}

.icon_left {
    position: absolute;
    top: 45%;
    left: -60px;
    width: 50px;
    height: 50px;
    background: url("../images/iconleft.png") no-repeat center;
}

.icon_right {
    position: absolute;
    top: 45%;
    right: -60px;
    width: 50px;
    height: 50px;
    background: url("../images/iconright.png") no-repeat center;
}

.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;
    -webkit-transform: translate3d(0,0px,0);
    -moz-transform: translate3d(0,0px,0);
    -o-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
    -ms-transform: translate3d(0,0px,0);
}

.bot_show ul:after {
    clear: both;
    display: block;
    content: '';
}

.bot_show ul li {
    float: left;
    margin: 35px 0 35px 30px;
    width: 380px;
}

.bot_show ul li a {
    position: relative;
    display: block;
}

.bot_img {
    position: relative;
    overflow: hidden;
    width: 380px;
    height: 285px;
}

.bot_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    max-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.bot_text h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 50px;
    -webkit-transition: 500ms 0s all ease;
    -moz-transition: 500ms 0s all ease;
    -o-transition: 500ms 0s all ease;
    transition: 500ms 0s all ease;
    -ms-transition: 500ms 0s all ease;
}

.bot_text h2:hover {
    height: 120px;
    background: rgba(2, 104, 179, 0.6);
    font-weight: bold;
    font-size: 20px;
    line-height: 120px;
}

/*子页面统一样式*/
#info {
    position: relative;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 1200px;
    padding-bottom: 50px;

/*    box-shadow: 0px 0px 19px 0px #9a9898;*/
}

#info:after {
    clear: both;
    display: block;
    content: '';
}

.info-right {
    width: 930px;
    float: right;
    margin-top: 30px;
}

.info-right h3 {
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.info-right h3 span {
    color: #105ac0;
    font-size: 14px;

}

.info-right h3 span a{
    color: #acabab;
    font-weight: 400;
}
.info-right h3 .right{
    font-weight: 400;
     color: #acabab;
}
.info-right h3 .left {
    font-weight: bold;
    font-size: 20px;
}

.info-loca {
    top: -186px;
    overflow: hidden;
    margin-bottom: 30px;
    color: #105ac0;
}

.info-loca h3 {
    float: left;
    color: #434343;
    font-size: 25px;
    line-height: 50px;
}

.info-loca .loca {
    float: right;
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.info-loca .loca a {
    color: #fff;
}

.new_height a {
    display: block;
    height: 160px;
}


#prev_next .next,#prev_next .prev {
    padding: 5px 25px;
    border-top: 1px solid #ccc;
    font-size: 13px;
}

#prev_next li a {
    color: #000;
}

#prev_next .next a:hover,#prev_next .prev a:hover {
    color: #105ac0;
}

#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 {
    float: right;
    clear: both;
    margin: 20px 0 20px 0;
    font-size: 14px;
}

div.page a {
    margin: 2px;
    padding: 2px 5px;
    background: #eee;
    color: #666;
    text-decoration: none;
}

div.page a:hover {
    background: #105ac0;
    color: #fff;
}

div.page span.current {
    margin: 2px;
    padding: 2px 8px;
    background-color: #105ac0;
    color: #fff;
    font-weight: 700;
}

div.page span.disabled {
    margin: 2px;
    padding: 2px 5px;
    color: #ddd;
}

ul.jobs li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom: 2px dotted #ccc;
    font-size: 15px;
    line-height: 30px;
}

ul.jobs li a {
    position: absolute;
    top: 50px;
    left: 500px;
    display: block;
    padding: 1px 8px;
    background-color: #105ac0;
    color: #fff;
}

ul.jobs li a:hover {
    border-radius: 8px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -ms-transition: all .2s;
}

ul.jobs li strong {
    color: #105ac0;
}

.input-group {
    margin-bottom: 10px;
    width: 50%;
    float:left;
    box-sizing: border-box;
}

.input-group:after {
    clear: both;
    display: block;
    content: '';
}

.input-group label {
    display: inline-block;
    width: 62px;
    color: #606060;
    font-weight: 700;
    font-size: 15px;
    text-align-last: justify;
}

.input-group input[type=text] {
    width: 440px;
    height: 50px;
    outline: 0;
    border-radius: 2px;
    background: #eaeaea;
    /* box-shadow:0 0 3px #ccc,0 10px 15px #eee inset; */
    text-indent: 1em;
    font-family: "microsoft yahei",sans-serif;
    line-height: 50px;
    -webkit-transition: .3s;
    transition: .3s;
    box-sizing: border-box;
}

.input-group input[type=text]:focus {
    width: 440px;
    border: 1px solid #105ac0;
    box-shadow: 0 0 2px #105ac0;
}

.input-group textarea:focus {
    width: 89.5%;
    border: 1px solid #105ac0;
    box-shadow: 0 0 2px #105ac0;
}

.input-group input[type=text]#captcha:focus {
    width: 90px;
    box-shadow: 0 0 3px #105ac0;
}

.input-group textarea {
    padding-top: 5px;
    outline: 0;
    border-radius: 2px;
    background: #eaeaea;
    text-indent: 1em;
    font-family: "microsoft yahei",sans-serif;
    -webkit-transition: .3s;
    transition: .3s;
}


.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;
    -o-transition: all .2s;
    transition: all .2s;
    -ms-transition: all .2s;
}

.pdc_list li a {
    position: relative;
    display: block;
}

.pdc_list li img {
    display: block;
    width: 275px;
    height: 210px;
}

.pdc_list li span {
    display: block;
    background: #dadada;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -ms-transition: all .2s;
}

.pdc_list li:hover span {
    background: #105ac0;
    color: #fff;
}

.pdc_list li:hover {
    border: 3px solid #105ac0;
}

.content_p {
    margin-top: 40px;
    margin-bottom: 40px;
}

.content_p table tr{
    height: 30px;
}
.content_p table input {
    border: 1px solid #bebebe;
}
.content_p table textarea{
    border: 1px solid #bebebe;
}
.content_p img {
    max-width: 95%;
}

.content_p p {
    font-size: 14px;
    line-height: 30px;
}

.content_p span.sp {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #ddd;
    color: #fff;
}

.content_p span.sp small {
    float: left;
    display: block;
    width: 120px;
    background: #105ac0;
    text-align: center;
    line-height: 40px;
}

.food_name {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    font-size: 24px;
}

.she {
    width: 930px;
}

.she li {
    float: left;
    margin: 0 24px 20px 0;
    padding: 10px 10px 0 10px;
    border: 1px solid #CACACA;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.she li:hover {
    border: 1px solid #ccc;
    background: #fcfcfc;
    -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);
}

.she li img {
    display: block;
    width: 257px;
    height: 206px;
}

.she li small {
    display: block;
    color: #2e2e2e;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    transition: all 150ms linear;
}

.she li:hover small {
    color: #105ac0;
}

.p_content {
    color: #333;
    font-size: 15px;
    line-height: 30px;
}

.p_content img {
    max-width: 100%;
}
/*上一页+下一页*/
#prev_next {
    margin-top: 30px;
}

#prev_next li {
    width: 100%;
    text-indent: 20px;
    font-size: 14px;
    line-height: 40px;
}

#prev_next li:nth-child(1) {
    border-top: 1px solid #ccc;
    background: url('../Image/up.png')no-repeat 0px 15px;
}

#prev_next li:nth-child(2) {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: url('../Image/down.png')no-repeat 0px 15px;
}

.news_time {
    margin-bottom: 20px;
    font-size: 14px;
}

.pdc-list {
    width: 960px;
}

.pdc-list li {
    float: left;
    margin-right: 35px;
    margin-bottom: 35px;
    padding: 10px;
    border: 1px solid #ccc;
}

.pdc-list li img {
    display: block;
    width: 255px;
    height: 200px;
}

.pdc-list li span {
    display: block;
    margin-top: 5px;
    color: #666;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.pdc-list li:hover span {
    color: #105ac0;
}

.wrap {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.case_pic ul li {
    position: relative;
    float: left;
    box-sizing: border-box;
    margin-right: 15px;
    margin-bottom: 25px;
    padding: 5px;
    width: 280px;
    height: 200px;
    border: 1px solid #DDDDDD;
}

.case_pic ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 95%;
    max-width: 95%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-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 {
    clear: both;
    display: block;
    content: '';
}

.newpro li {
    float: left;
    margin: 0 .5%;
    margin-bottom: 25px;
    width: 24%;
}

.newpro li a {
    display: block;
}

.newpro_pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 190px;
}

.newpro_pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.newpro_pic p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    background: #4e4e4e;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    -webkit-transition: .3s 0s all ease;
    -moz-transition: .3s 0s all ease;
    -o-transition: .3s 0s all ease;
    transition: .3s 0s all ease;
    -ms-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 {
    font-size: 18px;
    line-height: 50px;
}

/*proside*/
.pro_side {
    width: 262px;
}

.pro_side .tj {
    box-sizing: border-box;
    padding-top: 33px;
    padding-left: 43px;
    width: 100%;
    height: 120px;
    background: #105ac0;
}

.pro_side .tj h3 {
    color: #ffffff;
    font-size: 34px;
}

.pro_side .tj p {
    color: #7bea70;
    text-transform: uppercase;
    font-size: 14px;
}

.pro_side ul {
    background: #666261;
}

.pro_side ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #585858;
    line-height: 50px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
}

.pro_side ul li:hover {
    border-left: 4px solid #105ac0;
    background: #555150;
}

.prohov {
    border-left: 4px solid #105ac0;
    background: #555150;
}

.pro_side ul li a {
    display: block;
    box-sizing: border-box;
    padding-left: 40px;
    color: #fff;
    font-size: 18px;
}

.pro_side ul li:last-child a {
    color: #105ac0;
}

.job_tab {
    background: #737373;
    margin-top: 20px;
}

.job_tab span {
    display: inline-block;
    width: 19.6%;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

.job_tab span:nth-child(2) {
    width: 39%;
    text-align: left;
}

.job_text li {
    line-height: 50px;
}

.job_text li span {
    display: inline-block;
    width: 19.6%;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}

.job_text li span:nth-child(2) {
    box-sizing: border-box;
    width: 39%;
    text-align: left;
}

.job_text li:nth-child(even) {
    background: #e9f1f8;
}

.jobs_req {
    display: none;
    box-sizing: border-box;
    padding: 2%;
    background: #f6f9fc;
    color: #ececec;
    font-size: 14px;
    line-height: 27px;
}

.req_text {
    width: 100%;
    color: #565454;
    font-size: 14px;
}

.jobs_req p a {
    color: #1e55af;
}

/*产品子页面*/
.z_product ul:after {
    clear: both;
    display: block;
    content: '';
}

.z_product ul li {
    float: left;
    width: 100%;
    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;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
}

.z_product ul li a:hover {
    box-shadow: 0 0 10px #ddd;
}

.z_product ul li a:after {
    clear: both;
    display: block;
    content: '';
}

.z_product ul li a b {
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    width: 250px;
    height: 200px;
}

.z_product ul li a b img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.z_product ul li a div {
    float: left;
    box-sizing: border-box;
    margin-top: 5px;
    padding: 15px 25px;
    width: 763px;
    height: 80px;
    /* background: #898989; */
    color: #5f5f5f;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
}

.z_product ul li a div h2 {
    margin-bottom: 12px;
    color: #555555;
    font-weight: normal;
    font-size: 21px;
}

.z_product ul li a div p {
    color: #777777;
    font-size: 16px;
    line-height: 30px;
}

.z_product ul li a div small {
    display: block;
    margin-top: 20px;
    color: #c8c8c8;
    font-size: 18px;
}

.z_product ul li a div small span {
    font-size: 16px;
}

.z_product ul li a>span {
    float: left;
    margin-top: 85px;
    padding-right: 8px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    color: #bcbcbc;
    font-size: 18px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
}

.z_product ul li a:hover>span {
    color: #105ac0;
}
.z_product ul li:hover a div h2{
    color: #105ac0;
}
.proinfo .info_img_detail img {
    max-width: 60%;
}

.proinfo div:last-child {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
}

.proinfo .food_name {
    margin-top: 23px;
    text-align: center;
    font-size: 20px;
}

.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(255,255,255,0.8);
    box-shadow: 0 0 10px #105ac0;
    top: 0;
    position: fixed;
}
.scroll .navtext>li>a {
    color: #333;
}
.scroll .navtext>li>a>span{
    color: #333;
}
.scroll #thyNavStyle>a {
    color: #333;
}

/*联系我们子页面样式*/
.contactpage>p {
    margin-top: 26px;
    width: 604px;
    color: #66686a;
    font-size: 16px;
}

.contactpage_link {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.contactpage_link p {
    padding-left: 30px;
    color: #656665;
    font-size: 14px;
    line-height: 40px;
    width: 47%;
    float: left;
}
.contactpage_link p:last-child{
    width: 100%;
}

