.margin_center{
    width:100%;
    overflow: hidden;
}
.mycontainer{
    width: 1200px !important;
    margin-left:auto!important;
    margin-right:auto!important;
}

/*标题*/
.title{
    text-align: center;
    padding-top: 2%;
    margin-bottom:2%;
}
.title h3{
    font-size: 36px;
    color: #535353;
    font-weight: bold;
    text-transform: uppercase;
}

/*图片移动*/
/*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{padding-top:2%;}
#info:after{display:block;content:'';clear:both}
.info-right{    width: 75%;    margin: 0 auto;    float: right;}
.info-loca{width:100%;}
.info-loca h3{
    font-size: 25px;
}
.info-loca .loca{ margin-bottom:1%; font-size:14px;color:#111d43;margin-top:15px;}
.info-loca .loca span b{font-weight: normal; color: #85bd2b;  font-size: 14px;}
.info-loca .loca span{padding-left:2%;  background: url("../images/home.png") no-repeat left center;}
.company_d>h3{
    font-weight:bold;
    color: #232323;
    font-size: 34px;
    margin-top:3%;
    margin-bottom:3%;
}
.com_t_tit{    margin-bottom: 1%;}
.com_video{
    width: 100%;
    height: 665px;
}
.com_tit{
    margin-top: 6%;
    margin-bottom: 2%;
}
.com_tit h2{
    font-size: 30px;
    color: #5f5f5f;
    font-weight: bold;
    text-align: center;
}
.com_tit h2 span{
    color: #85bd2b;
}
.com_tit p{
    font-size: 14px;
    color: #797979;
    text-align: center;
    margin-top:1%;
}
/*来电咨询*/
.mes{
    background: url("../images/lxbg.png") no-repeat center;
    height: 538px;
    margin-top: 4%;
    position: relative;
    background-size: cover;
}
.mes_title{
    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%);
    background: rgba(255, 255, 255, 0.7);
    width:46%;
    padding:2%;
    box-sizing: border-box;
}
.mes_title h4{
    font-weight: bold;
    font-size: 30px;
    color: #373737;
    text-align: center;
    margin-bottom: 2%;
}
.mes_title h4 span{
    color: #193685;
}
 .mes_title p{
     font-size: 14px;
     color: #4b4b4b;
     text-align: center;
 }
 .com_btn{
     width:45%;
    margin:5% auto;
 }
 .mes_title a{
     display:block;
     overflow: hidden;
     float:left;
     font-size: 14px;
     width:42%;
     height:20%;
     color: #ffffff;
     line-height: 36px;
     position: relative;
     text-align: center;
     border:1px solid #1c3e9b;
     -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-index:1000;
 }
.mes_title a:last-child b{   background: #85bd2b;}
.mes_title a:last-child{float:right;  border:1px solid #85bd2b;}
.mes_title a:last-child:hover{  color: #85bd2b;}
.mes_title a:hover{      color: #1c3e9b;  }
 .mes_title a b{
     width: 100%;
     height: 100%;
     position: absolute;
     top:0;
     left:0;
     z-index:-1;
     background: #1c3e9b;
     -webkit-transition: 300ms 0s all ease;
     transition: 300ms 0s all ease;
 }
.mes_title a:hover b{
    background: rgba(255, 255, 255, 0);
    top:100%;

}
.com_t_tit{
    color: #193685;
    font-size: 22px;
}

/*技术服务*/
.server:after{
    display:block;
    content: '';
    clear: both;
}
.server li{
    float:left;
    width:33.33%;
    height: 554px;
    position: relative;

}
.server li b{
    display: block;
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: absolute;
    top:0;
    left:0;
}
.server li b img{
    position: absolute;
    max-width: 100%;
    height: 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%);
    -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;
}
.server li:hover b img{
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    -moz-transform: translate(-50%,-50%) scale(1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1);
    -o-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
}
.server li div{
    position: absolute;
    top:50%;
    left:0;
    box-sizing: border-box;
    width: 100%;
    padding:5%;
    height:50%;
}
.server li:nth-child(2) div{top:0;}
.server li:nth-child(2) b{top:50%;}
.server li div h4{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom:5%;
}
.server li div p{
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
}
.server li:first-child div{background:#0078cc;}
.server li:nth-child(2) div{background:#85bd2b;}
.server li:last-child div{background:#243e86;}


/*企业形象*/
.qyxx p{
    position: absolute;
    width: 100%;
    left: 0;
    height: 19%;
    bottom: 0;
    font-size: 16px;
    box-sizing: border-box;
    color: #3e3e3e;
    background: #ecf1f4;
    padding: 4% 7%;
    -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;
}
.qyxx li:hover p{
    background: rgba(0, 105, 203, 0.69);
    color: #ffffff;
}
.qyxx:after{
    display:block;
    content: '';
    clear: both;
}
.qyxx li{
    float:left;
    width: 31%;
    height: 286px;
    margin-right: 2.33%;
    position: relative;
    margin-bottom:5%;
}
.qyxx li b{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top:0;
    left:0;
}
.qyxx li b img{
    position: absolute;
    max-width: 100%;
    height: 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%);
    -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;
}

/*视频中心*/
.slo ul:after{
    display: block;
    content: '';
    clear: both;
}
.slo li{
    width: 48%;
    height: 260px;
    margin-right:2%;
    float:left;
}
.slo li:nth-child(even){
    margin-right:0;
}


.info-loca .loca a{color:#111d43}
.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 b{display:block;float:left;width:33%;height:200px;
    position: relative;margin-right:2%;}
.new_right 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%);
}
.new_right li a div{float:right;width:65%}
.new_right li a h2{color:#000;font-size:20px;margin-top:3%;}
.new_right li small{color:#000;font-size:14px;margin-top:70px;display:block;position:absolute;left:36%;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:1c3e9b}
#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:#1c3e9b}
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:#1c3e9b;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:#1c3e9b}
.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;background:#f0f2ef;transition:.3s;-webkit-transition:.3s;outline:0}
/*.input-group input[type=text]:focus{width:300px;box-shadow:0 0 5px #1c3e9b;border:1px solid #1c3e9b}*/
.input-group textarea:focus{width:550px;box-shadow:0 0 5px #1c3e9b;border:1px solid #1c3e9b}
.input-group input[type=text]#captcha:focus{width:90px;box-shadow:0 0 5px #1c3e9b;border:1px solid #1c3e9b}
.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;background:#f0f2ef;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:#1c3e9b;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:#1c3e9b}
.pdc_list li:hover{border:3px solid #1c3e9b}
.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:#1c3e9b;display:block;float:left;text-align:center;line-height:40px;width:180px}
.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:#1c3e9b}
.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:#2a6edc}
.wrap{width:1200px;margin:0 auto;position:relative}
.case_pic ul li {
    width:436px;
    height:350px;
    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:31%;margin:1%;}
.newpro li a{display:block}
.newpro_pic{position:relative;width:100%;height:240px;overflow:hidden}
.newpro_pic img{position:absolute;max-width:100%;max-height: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{
    z-index:1000;width:100%;text-align:center;position:absolute;left:0;bottom:0;color:#fff;background:#2a6edc;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_pic b{
    width:100%;
    text-align:center;
    position:absolute;
    left:0;
    opacity: 0.5;
    top: 49%;
    color: #fff;
    transform: rotate(33deg);
}
.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}

.pro_container{
    padding-bottom:3%;
}

/*ipad端产品分类展示*/
.pro_bar{
    width: 100%;
    margin-top:2%;
}
.pro_bar>h4{
    font-size: 16px;
    font-weight: normal;
    color: #2a6edc;
}
.probar_list ul:after{
    display:block;
    content: '';
    clear: both;
}
.probar_list li{
    float: left;
    width: 15%;
    border-bottom: 1px solid #dddddd;
    padding: 1% 0;
}


.probar_list li a{
    color: #929292;
    font-size: 14px;
}
.probar_list li a:hover{
    color: #85bd2b;

}

#prev_next{
    margin-top: 2%;
    margin-bottom: 2%;
}