body{
    overflow-x: hidden;
}
.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;}
.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;
}

/*子页面统一样式*/
.z_banner{
    background: url("../images/aboutbg.png") no-repeat center;
    background-size:100%;
    text-align: center;
    color: #fff;
    height: 268px;
    line-height:268px;
    margin-bottom: 25px;
    font-size: 48px;
    text-shadow: 0 3px 4px #1d1d1d;
}
.break{
    color: #94989a;
    line-height: 36px;
}
.break a{
    color: #94989a;
    font-size: 14px;
}

/*about*/
.about_ul{
    display: flex;
    justify-content: center;
}
.about_ul li{

    width:32%;
    margin-right: 2%;
    margin-bottom:24px;
    border-radius: 15px;
}
.about_ul li:nth-of-type(3n){
    margin-right: 0;
}
.about_ul li a{
    display: block;
    width:100%;
    height: 260px;
    border-radius: 15px;
}
.about_ul li a img{
    width:100%;
}
.about_ul li a p{
    width: 100%;
    background: #4a4a4a6b;
    text-align: center;
    position: absolute;
    line-height: 35px;
    color: #fff;
    left: 0;
    bottom: 0;
    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;
}
.about_ul li a:hover p{
    background: #004f9b;
}
/*.about_li{*/
    /*line-height: 33px;height:260px;  */
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*padding:20px;*/
    /*color: #fff;*/
    /*background: #66a7eb;*/
    /*background: -moz-linear-gradient(-75deg,#66a7eb,#010a1bb8);*/
    /*background: -webkit-linear-gradient(-75deg,#66a7eb,#010a1bb8);*/
    /*background: -o-linear-gradient(-75deg,#66a7eb,#010a1bb8);*/
/*}*/


/*about_type*/
.zabout_tit{
    display: flex;
    flex-wrap: nowrap;
    flex-direction:row;

}
.zabout_tit span{
    flex:1;
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
    color: #696969;
    -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;
}
.zabout_tit span.abtit_in{
    color: #004f9b;
    border-bottom: 2px solid #004f9b;
}
.zabout_cont>div{
    display: none;
}

#prev_next{
    margin-top:35px;
    margin-bottom: 35px;
}
#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:#1d3f96}
#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:after{
    display: block;
    content: '';
    clear: both;
}
div.page span.current{padding:2px 8px;font-weight:700;margin:2px;color:#fff;background-color:#1d3f96}
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:#1d3f96;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:#1d3f96}
.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:#1d3f96}
.pdc_list li:hover{border:3px solid #1d3f96}
.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:#1d3f96;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}
.p_content{font-size:15px;line-height:30px;color:#333}
.p_content img{max-width: 100%;}
.p_content table{width:100%;}
.p_content table tr{
    background: #d2e9ff;
}
.p_content table tr:nth-of-type(even){
    background: #69afe28c;
}
.p_content table td{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px!important;
}
.p_content>p>strong{
    padding-left:15px;
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
.p_content>p>strong:after{
    display: block;
    content: '';
    position: absolute;
    left:0;
    height: 18px;
    top:6px;
    background: #1d3f96;
    width:3px;
}
.p_content>p>strong span{
    font-size: 18px!important;
}
.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:#1d3f96}

/*z_contact联系我们*/
.z_contact{padding-bottom:45px}
#allmap{width:100%;height:460px;overflow:hidden;border:1px solid #949494;}
#form1{float:left;width:49%}
#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 button{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 #1d3f96;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}
.verify{    width: 137px;
    float: left;
    margin-left: 14px;}
.verify img{
    width:100%;
}
#form1 input[type=reset]{float:right}
#form1 input[type=reset]:hover,#form1 button:hover{background:#1d3f96;color:#fff}
#form1 input:focus,#form1 textarea:focus{border:1px solid #1d3f96;box-shadow:0 0 10px #bfbfbf}
/*.z_contact p{*/
    /*line-height: 35px;*/
    /*border-bottom: 1px solid #ddd;*/
    /*width:48%;*/
    /*float:left;*/
    /*color: #545252;*/
/*}*/
/*.z_contact p:nth-of-type(2n){*/
    /*float:right;*/
/*}*/
#allmap p{
    width:100%;
}
.z_contact ul {
    margin-top: 25px;
    margin-bottom: 30px;
    display:flex;
    justify-content: space-between;
}
.z_contact ul li{width:253px;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:82px;height:82px;border:3px solid #ddd;-webkit-border-radius:50% 50%;-moz-border-radius:50% 50%;border-radius:50% 50%;background-color:#4d8bc5;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 p{
    font-size: 14px;color:#666;line-height: 25px;
}
.z_contact ul li:nth-of-type(1) p{
    text-align: left;
    padding-left: 56px;
}
.z_contact ul li h4{
    text-align: center;
    color: #2f2f2f;
    margin-bottom: 9px;
    font-weight: normal;
    font-size: 18px;
}
.z_contact ul li:nth-of-type(3) 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:nth-of-type(1) b{background-image:url(../images/zicon3.png)}
/*.z_contact ul li:nth-of-type(4) b{background-image:url(../images/zicon4.png)}*/
.z_contact ul li:nth-of-type(2) b{background-image:url(../images/zicon5.png)}



/*z_news 新闻中心*/
.zpage_tit{border-bottom:1px solid #ddd;line-height:42px;margin-bottom:20px;margin-top:35px}
.zpage_tit a{color:#333;font-weight:lighter;font-size:24px}
.zpage_tit a:last-of-type{font-size:20px;color:#1d3f96}
.z_news ul{    min-height: 453px;}
.z_news ul li{width:100%;
    border-bottom: 1px solid #ddd;}
.z_news ul li a{line-height35px;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:28px 15px;position:relative;top:0;-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}
.z_news ul li a:hover small{
    color: #1d3f96;}
.z_news ul li a:after{display:block;content:'';clear:both}
.z_news ul li a span{float:left;font-size:14px;color:#999}
.z_news ul li a small{float:left;font-size:14px;color:#999}
.z_news ul li a i{float:right;font-size:14px;color:#999}
.z_news_text{float:right;width:445px}
.z_news_text p{font-size:18px;color:#333;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.z_news_text small{margin-bottom:8px;color:#666;height:83px;display:block;line-height:29px;overflow:hidden}
.z_news_text i{font-style:normal;font-size:15px;display:block;color:#1d3f96;margin-top:5px}


/*z_news_info新闻详情*/
.z_news_info{padding:35px 0}
.z_news_info .zpage_tit{margin-top:0}
.newsinfo_l{float:left;width:73%;padding-right:40px;border-right:1px solid #ddd}
.newsinfo_r{float:right;width:20%}
.newsinfo_l>h3{color:#333;font-size:36px;margin-bottom:30px;font-weight:lighter}
.infotime{margin-bottom:32px}
.infotime span{padding-left:28px;margin-right:25px;font-size:15px;color:#797878}
.infotime span:first-of-type{background:url(../images/time.png) no-repeat left center}
.infotime span:last-of-type{background:url(../images/watch.png) no-repeat left center}
.info_share{border-bottom:1px solid #ddd;margin-top:20px}
.info_share span{float:left}
.share{float:left}
.newsinfo_r>h3{font-size:22px;font-weight:lighter;padding-bottom:10px;border-bottom:1px solid #ddd;margin-top:9px;margin-bottom:22px}
.newsinfo_r>p{line-height:35px;color:#666}
.newsinfo_r ul{border-bottom:1px solid #ddd;margin-bottom:35px;padding-bottom:20px}
.newsinfo_r ul li a{color:#444;width:100%;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-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;line-height:33px}
.newsinfo_r ul li a:hover{color:#1d3f96}


/*z_case工程案例页面*/
.z_case>ul li{float:left;margin-right:20px;margin-bottom:20px}
.z_case>ul li:nth-of-type(4n){margin-right:0}
.z_case>ul li a{display:block;position:relative;width:283px;height:210px;overflow:hidden}
.z_case>ul li a b{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:10px solid #ddd;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}
.z_case>ul li a b img{position:absolute;top:50%;left:50%;max-width:100%;height:auto;-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:.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}
.z_case>ul li a:hover img{-ms-filter:blur(3px);filter:blur(3px)}
.z_case>ul li a div{background:rgba(0,0,0,.61);position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-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}
.z_case>ul li a div p{position:absolute;background:url(../images/zcaseicon.png) no-repeat center;font-size:18px;color:#b12e34;font-weight:700;padding-top:106px;text-align:center;width:100%;margin-top:15px;-webkit-transition:450ms 0s all ease;-moz-transition:450ms 0s all ease;-ms-transition:450ms 0s all ease;-o-transition:450ms 0s all ease;transition:450ms 0s all ease}
.z_case>ul li a:hover div{opacity:1}
.zpage_tit_index{padding-top:35px}
.zpage_tit_index>h3{color:#ee1c25;text-align:center;font-weight:lighter;font-size:35px}
.zpage_tit_index>p{margin:0 auto;margin-bottom:40px;width:890px;color:#878787;text-align:center;font-weight:lighter;font-size:16px;line-height:35px}


/*z_product*/
.z_product_cont{
    float:right;
    width: 888px;
}
.z_product_cont li{float:left;margin-right:9px;margin-bottom:25px;}
.z_product_cont li:nth-of-type(3n){margin-right:0}
.z_product_cont li a{display:block;width:290px}
.z_product_cont li a b{display:block;position:relative;width:100%;height:284px;overflow:hidden}
.z_product_cont li a b p{font-size:14px;color:#fff;text-align:center;background:url(../images/menu.png) no-repeat center top;padding-top:48px;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:.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;opacity:0}
.z_product_cont li a:hover b p{opacity:1}
.z_product_cont li a 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:.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}
.z_product_cont li a:hover b img{filter:blur(5px) brightness(.5)}
.z_product_cont svg{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%)}
#shape{stroke-width:6px;fill:transparent;stroke-dasharray:0 400;stroke-dashoffset:-220;transition:1s all ease}
.z_product_cont li a:hover #shape{stroke-dasharray:100% 0;stroke-width:3px;stroke-dashoffset:0;stroke:#fff}
.z_product_cont li a span{width:100%;display:block;line-height:56px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff url(../images/proline.png) no-repeat 98% center;-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;font-size:14px;color:#343434;padding-left:26px;overflow:hidden;white-space:nowrap;margin-top:9px;text-overflow:ellipsis}
.z_product_cont li a:hover span{color:#fff;background:#ee1c25 url(../images/prolines.png) no-repeat 98% center}


.propic{width:300px;height:215px;float:left;}
.propic img{
    height: initial;
    max-height: 100%;
}
.proinfo_right{
    float:right;
    margin-top: 28px;
    width:525px;
}
.proinfo_right p{
    font-size: 16px;
    line-height: 35px;
    padding-left: 24px;
    color: #676767;
    background: #ececec;
    margin-bottom: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.proinfo_btn{
    display: block;
    width: 200px;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    margin-top: 20px;
    background: #004f9b;
    cursor: pointer;
    -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;
}
.proinfo_btn:hover{
    box-shadow: 0 2px 5px #676767;
}
.qzftablebg{
    display: none;
    position: fixed;
    background: rgba(26, 26, 26, 0.46);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.proinfo_close{
    position: absolute;
    right:-30px;
    top:-30px;
    display: block;
    width:30px;
    height: 30px;
    background: url("../images/close.png") no-repeat center;
}
.qzftable{
    padding: 45px;
    position: absolute;
    border-radius: 10px;
    top:50%;
    left:50%;
    box-shadow: 0 0 10px #535353;
    -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: #fff;}
.qzfaddorder h2, .qzfaddorder label{font-family:Georgia, Times, "Times New Roman", serif;}
.form_hint, .required_notification{font-size: 11px;}
.qzfaddorder ul{list-style-type:none;list-style-position:outside;margin:0px;padding:0px;}
.qzfaddorder li{padding:12px;border-bottom:1px solid #eee;position:relative;}
.qzfaddorder li:first-child, .qzfaddorder li:last-child{border-bottom:1px solid #777;}
.qzfaddorder h2{margin:0;display: inline;}
.required_notification{color:#133a58;margin:5px 0 0 0;display:inline;float:right;}
.qzfaddorder label{width:150px;margin-top: 3px;display:inline-block;float:left;padding:3px;}
.qzfaddorder input{height:20px;width:220px;padding:5px 8px;}
.qzfaddorder textarea{padding:8px; width:300px;}
.qzfaddorder button{margin-left:156px;}
.qzfaddorder input, .qzfaddorder textarea{border:1px solid #bbb;box-shadow: 0px 0px 3px #eee, 0 10px 15px #eee inset;border-radius:2px;padding-right:30px;-moz-transition: padding .25s;-webkit-transition: padding .25s;-o-transition: padding .25s;transition: padding .25s;}.qzfaddorder input:focus, .qzfaddorder textarea:focus{background: #fff;border:1px solid #ccc;box-shadow: 0 0 2px #aaa;padding-right:70px;}
.qzfaddorder input:required, .qzfaddorder textarea:required{background: #fff url(../Image/red_asterisk.png) no-repeat 98% center;}
.qzfaddorder input:required:valid, .qzfaddorder textarea:required:valid{background: #fff url(../Image/valid.png) no-repeat 98% center;box-shadow: 0 0 5px #5cd053;border-color: #133a58;}
.qzfaddorder input:focus:invalid, .qzfaddorder textarea:focus:invalid{background: #fff url(../Image/invalid.png) no-repeat 98% center;box-shadow: 0 0 5px #133a58;border-color: #133a58}
.form_hint{background: #133a58;border-radius: 3px 3px 3px 3px;color: white;margin-left:8px;padding: 1px 6px;z-index: 999; /* hints stay above all other elements */position: absolute; /* allows proper formatting if hint is two lines */display: none;}
.form_hint::before{content: "\25C0";color:#133a58;position: absolute;top:1px;left:-6px;}
.qzfaddorder input:focus + .form_hint{display: inline;}
.qzfaddorder input:required:valid + .form_hint{background: #28921f;}
.qzfaddorder input:required:valid + .form_hint::before{color:#28921f;}
button.submit{background-color: #68b12f;background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));background: -webkit-linear-gradient(top, #68b12f, #50911e);background: -moz-linear-gradient(top, #68b12f, #50911e);background: -ms-linear-gradient(top, #68b12f, #50911e);background: -o-linear-gradient(top, #68b12f, #50911e);background: linear-gradient(top, #68b12f, #50911e);border: 1px solid #509111;border-bottom: 1px solid #5b992b;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;box-shadow: inset 0 1px 0 0 #9fd574;-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;-moz-box-shadow: 0 1px 0 0 #9fd574 inset;-ms-box-shadow: 0 1px 0 0 #9fd574 inset;-o-box-shadow: 0 1px 0 0 #9fd574 inset;color: white;font-weight: bold;padding: 6px 20px;text-align: center;text-shadow: 0 -1px 0 #396715;}
button.submit:hover{opacity:.85;cursor: pointer;}
button.submit:active{border: 1px solid #20911e;box-shadow: 0 0 10px 5px #356b0b inset;-webkit-box-shadow:0 0 10px 5px #356b0b inset ;-moz-box-shadow: 0 0 10px 5px #356b0b inset;-ms-box-shadow: 0 0 10px 5px #356b0b inset;-o-box-shadow: 0 0 10px 5px #356b0b inset;}
.qzftable table{margin-left:2px;}
.qzftable table th{color:#444444;font-weight:normal;font-size:14px;font-family:'Microsoft YaHei',arial;text-align:center;vertical-align: top;padding-top: 15px;}
.qzftable table td select{font-family: 'Microsoft YaHei',arial;font-size: 14px;width: 278px;height: 32px;text-indent: 8px;border: 1px solid #d2d4d6;margin: 5px auto 6px 5px;	background: #FFF;margin-left:-3px;}
.qzftable table td ul{list-style:none;position:absolute;}
.qzftable table td ul li{	font-family:'Microsoft YaHei',arial;font-size:14px;height:28px;line-height:28px;text-indent:8px;width:276px;height:28px;border-left:1px solid #d2d4d6;border-right:1px solid #d2d4d6;background:#FFF;}
.qzftable table td ul li a{display:block;text-decoration:none;color:#444444;}
.qzftable table td ul li a:hover{color:#fe7d0c;}
.qzftable table td ul li:last-child{border-bottom:1px solid #d2d4d6;}
.qzftable table td input{font-size:14px;width:276px;height:28px;border:1px solid #d2d4d6;margin:5px auto 5px 5px;}
.qzftable table td .yanzheng{width:101px;}
.qzftable table td textarea{resize: none;width:545px;height:178px;border:1px solid #d2d4d6;margin:5px auto 5px 5px;}
.qzftable table td img{vertical-align:middle;margin-left:5px;margin-bottom:4px;margin-bottom:14px;}
.qzftable table td .but{width:74px;height:31px;line-height:27px;background:#2073CF;border-radius:2px;border:none;text-align:center;margin-top:14px;margin-left:5px;font-size:14px;font-family:'Microsoft YaHei',SimHei,sans-serif;color:#FFF;}

/*page*/
.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 10px 0 35px;
}
.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden;
}
.de-page-mian .page-inner a {
    display: block;
    float: left;
    min-width: 26px;
    padding: 0 5px;
    height: 36px;
    border: 1px solid #dddddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: #237ed2;
    background: #237ed2;
}
.de-page-mian .page-inner a.prev {
    margin-right: 10px;
    background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
    background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
    background-color: #fff;
    border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px;
    background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
    background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
    background-color: #fff;
    border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px;
}
.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 38px;
}
.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px;
}

/*slovent*/
.slovent_ul li{
    float:left;
    width:32%;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 30px;
}
.slovent_ul li:nth-of-type(3n){
    margin-right: 0;
}
.slovent_ul li a{
    display: block;
    width:100%;
}
.slovent_ul li a b{
    width:100%;
    height: 250px;
}
.slovent_ul li a div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px 25px;
    width:100%;
    height: 220px;
}
.slovent_ul li a div>p{
    font-weight: bold;
    color: #2d2d2d;
    padding: 10px 0;
}
.slovent_ul li a div>small{
    color: #333;
    line-height: 28px;
}


/*sidebar*/
.zproduct{
    padding-top: 30px;
    padding-bottom: 60px;
    border-top: 1px solid #ddd;
}
.pro_left{
    float:left;
    width: 240px;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}
.pro_tit b{
    font-size: 20px;
    padding-left: 22px;
    line-height: 15px;
    font-weight: normal;
    position: relative;
}
.pro_tit b:after{
    display: block;
    content: '';
    position: absolute;
    left:0;
    line-height: 35px;
    width:3px;
    height: 18px;
    top:6px;
    background:#004f9b;
}
.pro_tit p{
    line-height: 35px;
    color: #a5a5a5;
}
.pro_tit{
    border-bottom: 1px solid #ddd;
}
.pro_left ul li{
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.pro_left ul li>a{
    display: block;
    color: #333;
    margin-bottom: 7px;
    font-weight: bold;
    line-height: 35px;
    border-bottom: 1px dashed #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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 35px;
    position: relative;
}
.pro_left ul li>a:after{
    content: '+';
    position: absolute;
    left:10px;
    line-height: 35px;
}
.pro_left ul li>div a{
    display: block;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    font-size: 14px;
    padding:5px 0;
    padding-left: 36px;
    -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_left ul li>div>a{
    color: #004f9b;
    font-weight: bold;
}
.pro_left ul li>div small{
    display:block;
    padding-left:9px;
}
.pro_left ul li>a.pro_mousein{
    background: #004f9b;
    color: #fff!important;
}
.pro_left ul li>div a:hover{
    color: #004f9b;
}

.pro_ul{
    float: right;
    width: 865px;

}
.pro_ul li{
    width:32%;
    float:left;
    margin-right: 2%;
    margin-bottom: 30px;
}
.pro_ul li:nth-of-type(3n){
    margin-right: 0;
}
.pro_ul li a{
    width:100%;
}
.pro_ul li a b{
    width:100%;
    height: 200px;
}
.pro_ul li a div p{
    color: #666 ;
    padding:10px 0;
    height: 62px;
    text-align: center;
}

.goodsinfo_l{
    padding-right: 0;
    border-right: 0;
    float:right;
}


.hot{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    display:flex;
    justify-content: flex-end;
}
.hot a{
    line-height: 35px;
    margin-left: 25px;
    color: #848484;
    font-size: 14px;
    -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;
}
.hot a:hover{
    color: #004f9b;
}
.hot span{
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 1px;
    font-size: 16px;
}
.contact_cont1{
    margin-bottom: 30px;
    margin-top: 30px;
}
.contact_cont1 div{
    float:left;
    width:49%;
    border:1px solid #ddd;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 30px;
    height: 188px;
}
.contact_cont1 div:last-of-type{
    margin-right: 0;
}
.contact_cont1 div b{
    text-align: center;
    line-height: 35px;
    display: block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 13px;
}
.contact_cont1 div p{
    font-size: 14px;
    color: #333;
    line-height: 25px;
}