input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }

body{
    overflow-x: hidden;
}
.margin_center{
    width:100%;
    overflow: hidden;
}
.mycontainer{
    width:1600px;
    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%;
    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;
}


/*子页面统一样式*/
#info{
    background: #fff;
    width:1293px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 42px;
    padding-bottom: 2vw;
}
#info:after{display:block;content:'';clear:both}
.info-right{
    width:100%;
}
.info-loca{color:#fff;overflow:hidden;padding-bottom:2vw;   background: #efefef;}

.info-loca h3{    margin-top:2%;margin-bottom:0.5%;    font-size: 29px;
    font-weight: normal;
    color: #727272;}
.info-loca h3 span{
    color: #1081c7;
}
.info-loca p{
    color:#7e7d7d;
    line-height: 20px;
    font-weight: lighter;
    background: url("../images/location.png") no-repeat left bottom;
    padding-left: 25px;
}
.info-loca p a{color:#7e7d7d}
.info-loca p a:last-of-type{
    color: #1081c7;
}
.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{
    margin-top: 2vw;
    float: left;
}
#prev_next .next,#prev_next .prev{font-size:13px;border-top:1px solid #ccc;padding:5px 25px}
#prev_next li a{    color: #8a8a8a;}
#prev_next .next a:hover,#prev_next .prev a:hover{color:#1081c7}
#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;color:#929191;font-size:14px}
div.page select{color:#929191}
div.page a{padding:2px 5px;margin:2px;color:#929191;text-decoration:none;background:none;border:1px solid #ddd;}
div.page a:hover{background:#d6700b;color:#fff;}
div.page span.current{padding:2px 8px;font-weight:700;margin:2px;color:#fff;background-color:#d6700b}
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:#1081c7;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:#1081c7}
.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 #1081c7;border:1px solid #1081c7}
.input-group textarea:focus{width:99%;box-shadow:0 0 5px #1081c7;border:1px solid #1081c7}
.input-group input[type=text]#captcha:focus{width:90px;box-shadow:0 0 5px #1081c7;border:1px solid #1081c7}
.input-group textarea{margin-top:0.7vw;transition:.3s;-webkit-transition:.3s;width:98%;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:#1081c7;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:#1081c7}
.pdc_list li:hover{border:3px solid #1081c7}
.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:100%}
.specification img{max-width:100%}
#overview img{max-width:100%}
.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:#1081c7;display:block;float:left;text-align:center;line-height:40px;width:120px}
.food_name{font-size:35px;color:#1081c7;
    font-weight: bold;
    line-height: 26px;
    margin-bottom:40px;padding-bottom:30px;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:#1081c7}
.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:#1081c7}
.wrap{width:1293px;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);}

/*子页banner*/
.bannerstyle{
    height: 28.5vw;
    -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: url("../images/z_banner.jpg") no-repeat;
    background-attachment: fixed;
    background-position-y: 100px;
}
.myheight{
    width: 100%;
    height: 100px;
}
/*关于我们子页面*/



/*新闻资讯*/
.qywhList{margin:0 auto;
    width:98%; margin-top:2vw; }
.qywhList li{ padding:1.5vw 0; position:relative; overflow:hidden; border-bottom:1px dotted #ddd; transition:all 0.5s ease;}
.qywhList li a{ display: block;}
.qywhList li .fl{ float:left; width:33%;transition:all 0.5s ease;   display: block;   overflow: hidden;}
.qywhList li .fr{ float:right; width:64%;transition:all 0.5s ease;}
.qywhList li .fr h2{ height:55px; overflow:hidden; color:#333; line-height:55px; font-size:18px;}
.qywhList li .fr h2 span{ float:left; margin-right:30px; height:55px; background:#1081c7; width:115px; font-weight:normal; color:#fff; text-align:center; border-top-right-radius:30px; border-bottom-right-radius:30px;}
.qywhList li .fr p{  width:100%;font-size: 15px; line-height: 30px; font-weight:normal; color:#333; }
.qywhList li .fr .note{ padding-top:2vw;}
.qywhList li:last-child{ border:0px;}
.qywhList li:hover{ box-shadow:#bbb 0 0 30px; border:0px;}
.qywhList li:hover .fl{ margin-left:1vw;}
.qywhList li:hover .fr{ width:60%;margin-left:1vw; padding-right:2vw;}

/*问题及解决方案meter*/
.que{
    background:#ddd;
    width: 100%;
    padding:0 3%;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.que p{
    font-size: 16px;
    color: #6a6a6a;
    float:left;
}
.que small{
    font-size: 14px;
    color:#1081c7;
    float:right;
}
.que small:hover{
    cursor: pointer;
}
.ans{
    width: 100%;
    background: #b5b4b4;
    color: #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:2% 3%;
}

/*产品子页面*/
.z_product_type{
    background: #484848;
	line-height:5vw;
    border-bottom: 1px solid #fff;
}
.z_product_type ul li{
    float:left;
    width:14%;
    text-align: center;
    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;
}

.z_product_type ul li a:hover{
    background: #1081c7;
    color: #fff;
}
.heightlight{
    background: #1081c7;
    color: #fff!important;
}
.z_product_chose{
    background: #1081c7!important;
}
.z_product_chose a{
    color: #fff!important;
}

.z_product_type ul li a {
    display: block;
    margin-bottom:0vw;
	color:#7a7a7a;
}
.z_product_type ul li a b{
    position: relative;
    display: block;
    width: 80%;
    height: 10vw;
    margin:0 auto;
    margin-bottom:1vw;
    overflow: hidden;
}
.z_product_type 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_product_type ul li a p{
    width: 100%;
    line-height: 50px;
    text-align: 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;
    background:#484848 url("../images/goodline.png") no-repeat right center;
}
.z_product_type ul li i{
    display: none;
}
.linelight i{
    display: block!important;
    left:0;
    background: url("../images/projt.png") no-repeat center bottom;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 7px;
    transform-origin: center bottom;
    -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;
}

.linelights i{
    display: block!important;
    left:0;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 7px;
    transform-origin: center bottom;
    -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: url("../images/projts.png") no-repeat center bottom;
}
.z_product_type ul li:hover i{
    display: block!important;
    left:0;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 7px;
    transform-origin: center bottom;
    -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: url("../images/projts.png") no-repeat center bottom;
}

.z_product_type ul li a:hover i{
    opacity: 1;
}
.z_pro_typeshow{
    display: none;
    width:100%;
    min-height: 48px;
    background: #484848;
}
.z_pro_typeshow ul{
    display: none;
}
.z_pro_typeshow ul:after{
    display: block;
    content: "";
    clear: both;
}
.z_pro_typeshow ul li{
    float:left;
    width: 14%;
    line-height: 50px;
}
.z_pro_typeshow ul li a{   display: block;width:100%;    color: #7a7a7a;text-align: center;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
    background: url("../images/goodline.png") no-repeat right center;
}
.z_pro_typeshow ul li a:hover{
    color: #fff;
}
.z_pro_typeshow .wrap{
}


/*产品详情页*/

.z_pro_tit{
    font-weight: lighter;
    text-align: center;
    padding-bottom: 1.5vw;
    border-bottom: 1px solid #ddd;
    color: #868686;
    margin-bottom: 2vw;
    font-size: 30px;
    text-transform: uppercase;
}
.page{
    margin-top:2vw;
    float: left;
}

.intro table{
    width: 100%;
    border-collapse:collapse;
    line-height: 38px;
}
.intro table, .intro th,.intro td{
    border: 1px solid #ddd;
}
.intro td{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}
.intro tr td:first-of-type{
    width: 10%;
    vertical-align: center;
}
.intro tr td:nth-of-type(2){
    width: 90%;
}
/*产品显示页*/

.z_pro_typeshow li:nth-child(3n){
    margin-right:0;
}
.z_pro_showlist li{
    float:left;
    width:23.5%;
    margin-bottom:20px;
    margin-right:1.75%;
    border:1px solid #e6e6e6;
    background:#f7f8f8;
    -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_pro_showlist li:nth-of-type(4n){
    margin-right: 0;
}
.z_pro_showlist li a{
    display: block;
}
.z_pro_showlist li:hover{
    border:1px solid #1081c7;
    background-color:#1081c7;
}
.z_pro_showlist li a b{
    display: block;
    width: 100%;
    height:14vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    overflow: hidden;
    -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_pro_showlist li:hover a b{
    border:5px solid #1081c7;
}
.z_pro_showlist 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_pro_showlist li a p{
    text-align: center;
    width: 100%;
    color: #616060;
    line-height: 55px;
	background-color:#f7f8f8;
    -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_pro_showlist li:hover a p{
    background-color:#1081c7;
    color: #fff;
}

.z_pro_showlist li a i{
    display: block;
    width:0;
    height: 0px;
    background: #1081c7;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.z_pro_showlist li a:hover i{
    width: 100%;
}

.p_content img{
    max-width: 100%;
}

/*返回上一级*/
.back{
    float:right;
    background: url("../images/back.png") no-repeat right center;
    padding-right: 35px;
    padding-left: 10px;
    color: #1081c7;
    text-decoration: underline;
    font-style: italic;
    margin-top: 3vw;
    font-size: 19px;
}
.totop{
    display: none;
    position: fixed;
    right:0;
    bottom:15%;
    z-index:10003;
}

.text_small{
    color: #000000;
    padding-bottom: 10px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}
.mln_description p{
    font-size: 15px;
    margin-bottom: 54px;
    color: #898989;
}
.text_bold{
    text-transform: uppercase;
    display: block;
    font-size: 25px;
    color: #000000;
    padding-bottom: 18px;
}
.mln_content{
    margin-top: 25px;
    margin-bottom: 25px;
}
.mln_consult{
    padding-top: 5vw;
}
.mln_consult img{
    max-width: 100%;
}
#picontent{
    float:left;
    width: 460px;
}
.my_contact{
    width: 54%;
    float:right;
}
.my_contact label{
    min-width: 137px;
    display:block;
    font-weight: normal;
}
.my_contact .input-group textarea{
    box-shadow: none;
}
.my_contact .input-group input[type=text]{
    box-shadow: none;
}
.my_contact #submit{
    margin-left: 0;
}
.submit_text{
    float: left;
    color: #717171;
    font-size: 14px;
    margin-top: 13px;
    margin-left: 10px;
}

/*公司简介*/
.z_comtitle{
    position: relative;
    height: 112px;
    margin-bottom: 3vw;
    border-bottom: 1px solid #e7e7e7;
}
.z_comtitle>div:first-of-type{
    width: 378px;
    height: 310px;
    color: #fff;
    background: rgba(11, 95, 148, 0.85);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:45px;
    position: absolute;
    left:0;
    bottom:0;
    z-index: 1000;
}
.z_comtitle>div p{
    font-size: 18px;
    line-height: 35px;
    font-family: source_light;
}
.z_comtitle>div b{
    display: block;
    width: 83px;
    height: 2px;
    margin-top: 35px;
    margin-bottom: 25px;
    background: #fff;
}
.z_comtitle>div h2{
    font-size: 40px;
    font-weight: normal;
}
.z_comtitle>div:last-of-type{
    position: absolute;
    left:379px;
    bottom:0;
}
.z_comtitle>div:last-of-type>a{
    float:left;
    font-size: 20px;
    color: #666666;
    margin-left: 55px;
    height: 112px;
    padding-top: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.z_comtitle>div:last-of-type>a:hover{
    border-bottom: 2px solid #0b5f94;
}
.z_com_left h4{
    font-size: 40px;
    font-weight: normal;
    color: #0b5f94;
    padding-top: 50px;
    line-height: 40px;
    margin-bottom:2vw;
    background:url("../images/z_com.png") no-repeat left bottom;
}
.z_com_left{
    float:left;
    width: 70%;
}
.z_com_left>small{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 1.5vw;
}
.z_company>img{
    float:right;
    width: 27%;
}
.z_com_cont2{
    padding-top:58px;
    height: 270px;
    margin-bottom: 2vw;
    background: url("../images/z_com_cont2.png") no-repeat center;
}
.z_com_cont2 .mycontainer{
    background: url("../images/z_com_cont2bg.png") no-repeat left bottom;
    color: #fff;
    font-size: 50px;
    line-height: 46px;
    padding-top: 104px;
    font-weight: normal;
}
.z_com_cont3 div{
    float:left;
    text-align: center;
    height: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:44px;
    width: 19%;
    margin-right: 1.2%;
    margin-bottom:1.2vw;
    border:1px solid #dcdcdc;
    border-bottom: 2px solid #0b5f94;
    -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_com_cont3 div:hover{
    border:1px solid #0b5f94;
    border-bottom: 2px solid #0b5f94;
}
.z_com_cont3 div:nth-of-type(5n){
    margin-right: 0;
}

.z_com_cont3 div p{
    font-size: 20px;
    margin-bottom: 7px;
    color: #333333;
    -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_com_cont3 div small{
    font-size: 16px;
    color: #999999;
    -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_com_cont3 div:hover small,.z_com_cont3 div:hover p{
    color: #0b5f94;
}
.z_com_cont3 div:hover p{
    padding-top: 1.5vw;
}
.z_com_cont3 div b{
    display: block;
    width: 100%;
    height: 110px;
    text-align: center;
    margin-bottom: 15px;
    -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;
    position: relative;
    overflow: hidden;
}
.z_com_cont3 div b img{
    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_com_cont3 div:hover b{
    height: 0;
}
.z_com_cont4{
    padding-bottom:3vw;
    background: url("../images/zhunzebg.jpg") no-repeat center bottom;
}
.zhunze01{
    margin-top:1.5vw;
    background: url("../images/zhunze01.jpg") repeat center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:2vw 4vw;
    box-shadow: 0 0 5px #ddd;
}
.zhunze01>div{
    float:left;
    width: 45%;
}
.zhunze01>b{
    float:right;
    width: 50%;
    height: 327px;
    display: block;
    background: url("../images/zhunze.jpg") no-repeat center;
    background-size:cover;
}
.zhunze01>div>div{
    border: 1px dashed #7db5d8;
    box-sizing: border-box;
    margin-top: 1.2vw;
    padding: 1vw 4vw;
}
.zhunze01>div>div small:nth-of-type(odd){float:left;}
.zhunze01>div>div small:nth-of-type(even){float:right;text-align: right}
.zhunze01 p{
    font-size: 34px;
    color: #0b5f94;
    text-align: center;
}
.zhunze01 small{
    width: 50%;
    font-size: 20px;
    display: block;
    line-height: 40px;
    color: #333333;
}
.zhunze02{
    margin-top: 1.8vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 5px;
}
.zhunze02 li{
    background: #fff;
    float:left;
    width: 32%;
    margin-right: 2%;
    text-align:center;
    box-shadow: 0 0 5px #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px 0;
}
.zhunze02 li:last-of-type{
    margin-right: 0;
}
.zhunze02 li p{
    display: block;
    font-size: 26px;
    color: #0b5f94;
    margin-bottom: 10px;
}
.zhunze02 li small{
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 35px;
    font-family: source_light;
}

/*联系我们子页*/
.z_contact{padding:60px 25px}
.z_contact>h3{color:#0b66c1;text-align:center;font-weight:lighter;font-size:35px}
.z_contact>p{color:#898989;line-height: 29px;margin-top:45px;margin-bottom:30px;
   text-align:center;
    font-family: source_light;
    font-size:18px;
}
#allmap{float:left;width:525px;height:377px;border:3px solid #E3E2E2}
#form1{float:right;width:635px}
#form1 input[type=text]{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:12px 10px;width:49%;outline:0;border:1px solid #E3E2E2;background:0 0;color:#AEAEAE;font-size:14px;-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}
#form1 input[type=text]:nth-of-type(even){float:right}
#form1 textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:12px 10px;width:100%;border:1px solid #E3E2E2;font-size:14px;-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}
#form1 input[type=reset],#form1 input[type=submit]{
    color: #0b5f94;
    float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:12px 0;width:49%;outline:0;border:1px solid #0b66c1;background:0 0;-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}
#form1 input[type=reset]{float:right}
#form1 input[type=reset]:hover,#form1 input[type=submit]:hover{background:#0b66c1;color:#fff}
#form1 input:focus,#form1 textarea:focus{border:1px solid #0b5f94;box-shadow:0 0 10px #bfbfbf}
.z_contact ul li{float:left;margin-right:60px;width:360px;color:#333;text-align:center;font-size:16px}
.z_contact ul li:last-of-type{margin-right:0}
.z_contact ul li b{display:block;margin:0 auto;margin-bottom: 15px;width:97px;height:97px;border:3px solid #ddd;-webkit-border-radius:50% 50%;-moz-border-radius:50% 50%;border-radius:50% 50%;background-color:#0b5f94;background-position:center center;background-repeat:no-repeat;-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}
.z_contact ul li:hover b{background-color:#093a6b}
.z_contact ul li:first-of-type b{background-image:url(../images/zicon1.png)}
.z_contact ul li:nth-of-type(2) b{background-image:url(../images/zicon2.png)}
.z_contact ul li:last-of-type b{background-image:url(../images/zicon3.png)}

/*应用领域*/
.art_content{
    padding:3vw 0;
}
.art_content table{
    width: 100%;
    border-collapse:collapse;
    line-height: 40px;
}
.art_content table, .art_content th,.art_content td
{
    border: 1px solid #ddd;
}
.art_content td{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:15px;
}
.art_content tr:nth-of-type(even){
    background: #accade;
    color: #fff;
    border:1px solid #fff;
}

.swiper-zproduct .swiper-slide>div{
    width: 100%;
}