﻿body , html , p , span , ul , li , h1 , h2 , h3 , h4, h5, h6 , a{
	padding: 0;
	margin: 0;
	/*background-color: #fff;*/
}
img{
	/*width: 100%;*/
	/*display: block;*/
}
a{
	text-decoration: none;
	color: #333;
}
li{
	list-style: none;
}
.mianbao {
    width: 100%; margin: 0;
    /*text-align: center;*/
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
    line-height: 22px;
    padding: 10px 0;
}
.mianbao a {
    color: #999;
}
.mianbao a:hover {
    color: #1e4a7b;
}
.page2{
    font-size:12px;
    /*padding-left: 15px;
    text-align:center;*/
}
.page2 a{
    color:#0368A8;
    text-decoration:none;
    border:1px solid #C8D8EC;
    height:20px;
    line-height:20px;
    padding:0 7px;
    margin:0 3px;
    display:inline-block;
    background:#FFF;
}
.page2 a:hover{
    background:#FD8C00;
    border:1px solid #EF5927;
    color:#FFFFFF;
}
@media screen and (min-width: 1240px) {
    .zong {
        width: 1240px;
        margin: auto;
        text-align: left;
    }
    .wrapper{display: none;}
    .shipin_list img{width: auto;}
}
@media screen and (max-width: 800px) {
    .zong {
        width: 92%;
        margin: auto;
    }
}
/*
.container {
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 999999999999999;
    cursor: pointer;
    position: fixed;
    top: -5px;
    right: 0;
    display: block;
}
.container .nav {
    overflow: hidden;
    width: 300px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: auto;
    overflow: scroll;
}
.container .nav form {
    margin: 15px auto;
    width: 258px;
    height: 26px;
    border: 1px solid #fff;
}
.container .nav form .iptc {
    box-sizing: border-box;
    padding-left: 15px;
    background-color: #fff;
    width: 80%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
}
.container .nav form .ipsc {
    width: 20%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: right;
    background: #000 url(/images/sousuo.png) no-repeat center center;
}
.container .nav>ul {
    display: none;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: scroll;
}
.container .nav>ul>li {
    line-height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    text-indent: 20px;
    position: relative;
}
.container .nav>ul>li .addition {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    background: url("/images/shizi.png") no-repeat center center;
    background-size: 100% 100%;
}
.container .nav>ul>li .addition.fa:before {
    margin-right: 5px;
    color: #fff;
    text-indent: 0;
}
.container .nav>ul>li>a {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
}
.container .nav>ul>li>a span {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}
.container .nav>ul>li .c-show {
    display: none;
    width: 100%;
}
.container .nav>ul>li .c-show .c-s1 {
    position: relative;
}
.container .nav>ul>li .c-show .c-s1>a {
    text-indent: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}
.container .nav>ul>li .c-show .c-s1>a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}
.container .nav>ul>li .c-show .c-s1 .c-s2 {
    display: none;
}
.container .nav>ul>li .c-show .c-s1 .c-s2 a {
    text-indent: 30px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}
.container .nav>ul>li .c-show .c-s1 .c-s2 a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}
.container .nav>ul>dl {
    padding: 20px;
}
.container .nav>ul>dl dd {
    float: left;
    margin: 0 0px;
}
.container .menubtn {
    width: 35px;
    height: 30px;
    position: absolute;
    top: 28px;
    right: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}
.container .menubtn span {
    display: block;
    width: 100%;
    height: 5px;
    margin-bottom: 5px;
    background-color: #1e4a7b;
}
@media screen and (min-width: 980px) {
    .container,
    .nav {
        display: none;
    }
}*/

.flex{
	display: flex;
}
.space-around{
	justify-content: space-around;
}
.space-between{
	justify-content: space-between;
}
.i_center{
	align-items: center;
}
.wrap{
	flex-wrap: wrap;
}
.flex-end{
	justify-content: flex-end;
}
.max_w_1200{
	max-width: 1200px;
	margin: 0 auto;
}
.zz_banner{
	background: url(../image/bannner1.png) no-repeat center top;
	height: 951px;
}
.zz_ban_li{
	padding-top: 200px;
}
.zz_ban_li li{
	width: 35%;
	margin-bottom:25px;
}
.zz_ban_li li img{
	width:38%;
}
.zz_ban_li li span{
	display: block;
	width: 100%;
	color: #fff;
	height:35px;
	margin-top:10px;
	font-size:16px;
}
.zz_ban_li li:nth-child(even){
	text-align: right !important;
} 
.zz_ban_li li:nth-child(even) img{
	display: inline-block;
}
.pro_title{
	text-align: center;
	margin-bottom:30px;
}
.zz_case_all{
	margin-top:30px;
}
.header{
	border-bottom: 1px solid #F4F2EF;
}
.pro_title h2{
	padding:10px 30px;
	color: #1e4a7b;
	text-align: center;
	font-size:30px;
	font-weight: normal;
}
.pro_title span{
	background: #fff;
	text-align: center;
	padding:20px;
	font-size: 12px;
}
.bg_fff_span{
	text-align: center;
	margin: -15px auto 0;
}
.pro_li_txt{
	background:#f90;
	padding: 20px;
}
.pro_list_img{
	width: calc( 1200px - 410px );
}
.pro_list_img li{
	width: 48.3%;
	border:1px solid #eee;
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
}.pro_main li{
	width: 32.3%;
	border:1px solid #eee;
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
}
.pro_list_li li img{
	width: 100%;
}
.pro_li_txt{
	background: #f90;
	color: #fff;
}
.pro_list_li li h3{
	margin-bottom: 15px;
	font-size:14px;
}
.pro_li_right{
	flex-shrink: 0;
}
.pro_li_right a{
	background: #fff;
	border-radius: 35px;
	padding: 10px 30px;
	flex-shrink: 0;
	color: #1E4A7B;
	font-size: 14px;
}
.pro_li_right a:hover{
	color: red;
}
.pro_list_li img {-webkit-transition:.8s;-o-transition:.8s;transition:.8s;}
.pro_list_li img:hover {-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}
.kedingzhi:before{
	content: "Customizable";
	font-size:14px;
	display:block;
	color:#fff;
	height: 0;
	width: 80px;
	line-height:40px;
	padding-left:10px;
	border-width: 0px 40px 40px 0px;
	border-style: none solid solid;
	border-color: transparent transparent #1e4a7b;
	position: absolute;
	top: 20px;
}
.zz_youshi{
	background:#f6fbff;
	padding: 25px 0 70px 0;
}
.zz_youshi .pro_title span{
	background: #f8f8f7;
	text-transform:uppercase;
	color: #1E4A7B;
}
.t_F0A70B{
	color: #F0A70B;
}
.zz_youshi_ul li{
	background: #fff;
	width: 285px;
	overflow: hidden;
}
.zz_product {
	margin-top: 35px;
}
.zz_youshi_ul_txt{
	display: block;
	padding: 20px;
	width: calc( 100% - 40px );
}
.zz_youshi_ul li img{
	width: 100%;
}
.zz_youshi_ul li h3{
	margin-bottom: 30px;
}
.zz_youshi_ul li p{
	font-size: 13px;
	line-height:20px;
}
.zz_hangye{
	padding-top: 20px;
	padding-bottom: 50px;
}
.zz_hangye li {
	margin: 20px 60px;
}
.zz_hangye li{
	position: relative;
	width: 260px;
	height: 260px;
	border-radius: 100%;
	overflow: hidden;
}

.zz_hangye li span{
	background: #1E4A7B;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zz_hangye .pro_title span{
	letter-spacing: 0;
	
	background: #fff;
}
.zz_shipin{
	background: #f9f9f9;
	padding: 30px 0 60px 0;
}
.zz_shipin .pro_title{
	margin-top: 0px !important;
}
.zs_shipin_left{
	width: 500px;
	height: 450px;
	background: #eee;
}
.zs_shipin_right{
	margin-left:55px;
	position:relative
}
.zs_shipin_right h3{
	font-size:18px;
	padding: 15px;
	font-weight: bold;
	color: #fff;
	font-weight: normal;
	background: #1E4A7B;
}
.zs_shipin_right ul{
	margin-top: 35px;
}
.zs_shipin_right li{
	padding:5px;
	background: url(../image/zzimg11.png) no-repeat left 6px;
	margin-top:25px;
	padding-left: 45px;
	font-size:16px;
	color: #1E4A7B;
}
.zz_shipin .pro_title span{
	background:#f9f9f9;
}
.zz_shipin_tel{
	position: absolute;
	bottom:0px;
	padding: 20px 0;
}
.shipin_list_div{
	width: 280px;
	height: 190px;
	background: #eee;
}
.shipin_list_div img{
	width: 100%;
	height: 100%;
}
.shipin_list{
	margin-top:30px;
	padding:0 10px;
}
.shipin_list_abt{
	margin-top:30px;
	padding:0 10px;
}
.shipin_list li span{
	text-align: center;
	margin-top: 10px;
	display: block;
	width: 280px;
}
.shipin_list ul:after{
    content: '';
    width: 280px;
 }
@media screen and (min-width:800px){
	.shipin_list_abt img{
		width: 666px;
		height: auto;
	}
}
@media screen and (max-width:800px){
	.shipin_list li span{
		text-align: center;
		margin-top: 10px;
		display: block;
		width: 100%;
	}
	.shipin_list_abt img{
		width: 100%;
		height: auto;
	}
}
.zz_case{
	background: #1E4A7B;
	color: #fff;
	padding: 30px 0 60px 0;
}
.zz_case .pro_title h2 {
	text-align: center;
}
.zz_case .pro_title h2 ,.zz_case .pro_title span{
	color: #fff;
	border-color: #EEEEEE;
}
.bg_F0A70B_span{
	margin-top: -15px;
}
.bg_F0A70B_span span{
	background: #1E4A7B;
}

.pro_fc{
	display: none;
}
.on{
	display: block;
}
.b_f90{
	background: #f90;
	color: #fff;
}
.b_blue{
	background: #1e4a7b;
	color: #fff;
}
.tab{
	border: 1px solid #f2f2f2;
	background: #1E4A7B;
	color: #fff;
}
.tab li{
	width: 50%;
	text-align: center;
	height:90px;
	font-size:24px;
	line-height:90px;
}
.product_main{
	background: #fff;
	padding: 0 10px 20px 10px;
}
.pro_fq li{
	margin-top: 15px;
	text-align: center;
}
.pro_fq li img{
	border: 2px solid #eee;
}
.zz_case_btn{
	text-align: center;
	margin-top: 50px;
}
.zz_case_btn a{
	padding:20px 70px;
	border-radius: 35px;
	font-size: 24px;
	margin: 0 10px;
}
.bg_fff{
	background: #fff;
	color: #1E4A7B;
}
.zs_resulet{
	padding:15px;
}
.zz_result_case li{
	width: 376px;
	background:#f6fbff;
	text-align: center;
	margin-bottom: 20px;
}
.zz_result_case ul:after{
    content: '';
    width: 376px;
 }
.zs_resulet p{
	font-size: 18px;
}
.zs_resulet h3{
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	text-align: center;
	background:url(../image/zzimg41.png) repeat-x center;
}
.zs_resulet h3 span{
	background: #f6fbff;
	padding: 15px;
}

.bg_1e4a7b{
	padding: 50px 0;
	background: #1E4A7B;
	color: #fff;
	margin-top: 45px;
}
.zz_dibu{
	text-align: center;
}
.zz_dibu_img img{
	margin: 0 auto;
	display: block;
}
.zz_dibu h3{
	font-weight: normal;
	padding:30px 0;
}
.zz_dibu p{
	line-height: 25px;
	opacity: 0.8;
}

.w_1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.t_red{
	color:red;
}

/* 英文 */
.top_bg{
	height: 35px;
	line-height: 35px;
	background: #f90;
	color: #fff;
}
.top_bg ul{
	width: 50%;
}
.top_bg a{
	color: #fff;
	margin-left: 30px;
	font-size: 14px;
}
.top_bg a:hover{
	text-decoration: underline;
}
.logo{
	max-width: 216px;
}
.top_menu li{
	margin-left: 30px;
}
.top_menu li a{
	font-size: 16px;
	display: block;
	height:120px;
	line-height: 120px;
	border-bottom: 3px solid #fff;
}
.top_menu li a:hover ,.selected{
	border-bottom: 3px solid #f90 !important;
	color: #f90 !important;
}
.banner_yw{
	width: 100%;
}
.zz_shipin_tel h4{
	width: 360px;
	height: 72px;
	line-height:72px;
	font-weight: normal;
	background: url(../image/zzimg57.png) no-repeat left center;
}
.zz_shipin_tel h4 a{
	color: #fff;
	padding-left:55px;
}
.zz_shipin_tel h5{
	margin-top: 10px;
	width: 360px;
	height: 72px;
	line-height:72px;
	font-weight: normal;
	background: url(../image/zzimg55.png) no-repeat left center;
}
.zz_shipin_tel h5 a{
	color: #fff;
	padding-left:55px;
}
/*.zz_shipin_tel h5{
	margin-top:25px;
	font-size:25px;
	font-weight: normal;
}*/
.zz_about{
	background: #f6fbff;
	padding: 35px 0;
}
/*.zz_about .flex img{
	width: 100%;
	height: auto;
}*/
.zz_about_right h3{
	font-weight: normal;
	font-size: 16px;
	margin-bottom:10px;
}
.zz_about_right{
	padding: 20px;
	margin-left: 15px;
	font-size: 14px;
	line-height: 30px;
}
.zz_about_right a{
	width: 140px;
	height: 45px;
	line-height: 45px;
	border: 2px solid #1f4b7c;
	color: #1f4b7c;
	display: block;
	text-align: center;
	margin-top:45px;
}
.zz_photo{
	margin-top: 25px;
	padding-top: 25px;
}
.zz_photo_tab{
	width: 360px;
	margin:0 auto;
	color: #fff;
	text-align: center;
	background: #1E4A7B;
}
.zz_photo_tab span{
	width: 180px;
	height: 55px;
	line-height: 55px;
	display: block;
	cursor: pointer;
}
.photo_ul{
	padding: 25px;
	display: none;
}
.btm_mune{
	height:47px;
	line-height: 47px;
}
.btm_mune a{
	color: #fff;
}
.btm_mune a:hover{
	color: red;
}
.btm_b_right span{
	margin-left: 15px;
	margin-top:15px;
}
.btm_b_left{
	width: 60%;
	margin: 15px 0;
	line-height: 35px;
}
.btm_b_left a{color: #fff;}

.btm_b_txt{
	font-size:14px;
	opacity: 0.7;
}

/* 产品详情 */
.pro_h_62{
	height: 62px;
	line-height: 62px;
	border: 1px solid #f2f2f2;
	padding: 0 20px;
	width: calc( 1200px - 40px );
	margin: 20px auto;
}
.pro_h_62 h3{
	font-weight: normal;
	font-size: 14px;
}
.pro_show{
	border: 1px solid #f2f2f2;
	margin-bottom: 25px;
	padding: 20px;
	width: calc( 1200px - 40px );
	margin: 0 auto;
	margin-bottom: 20px;
}
.w_b50{
	width: 50%;
}
.pro_show_right h2{
	font-size: 16px;
	font-weight: normal;
	background: #1E4A7B;
	color: #fff;
	height: 65px;
	line-height: 65px;
	padding-left: 25px;
}
.pro_show_right ul{
	margin-top: 20px;
}
.pro_show_right li{
	background: url(../image/dian.png) no-repeat left 8px;
	padding-left:20px;
	line-height: 25px;
}
.long li{
	width: calc( 50% - 20px );
}
.pro_two_txt{
	margin-top: 25px;
	line-height: 35px;
}
.pro_a a{
	background: #f90;
	color: #fff;
	width: 180px;
	border-radius: 8px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
}
.h3_title{
	font-weight: normal;
	text-align: center;
	height: 55px;
	line-height: 55px;
	margin-bottom:20px;
	font-size: 24px;
	background: #054086;
	color: #fff;
}
.pro_b a{
	font-size: 18px;
	line-height: 60px;
	color: red;
	margin-left: 20px;
}
.pro_b a{
	display: block;
}
.pro_list{
	margin-bottom:25px;
}
.pro_list_left{
	width: 370px;
	color: #fff;
}
.pro_list_left ul{
	border:1px solid #f2f2f2;
}
.pro_list_left h2{
	height: 100px;
	line-height: 100px;
	background: #f90;
	font-weight: normal;
	padding-left: 30px;
	font-size: 24px;
}
.pro_list_left ul li a.sel{
	background: #ff9900;
	color: #fff;
}
.pro_list_left ul li a{
	padding:35px 20px;
	background: #f4f2ef;
	display: block;
	border-bottom: 1px solid #fff;
	background: url(../image/sanjiaoxing.png) no-repeat 340px center #f4f2ef;
}
.pro_list_left ul li a:hover{
	background: url(../image/sanjiaoxing.png) no-repeat 340px center #fef7e9;
	color: #111;
}
.pro_list_left ul li font{
	display: block;
}
.pro_js_ul li{
	background: #f90;
	height: 55px;
	line-height: 55px;
	flex: 1;
	text-align: center;
	color: #fff;
	border-left: 1px solid #fff;
	cursor: pointer;
}
.liselected{
	background: #1E4A7B !important;
}
.pro_js_div1{
	padding: 25px 0;
	display: none;
}
.pro_js_divs_ul span{
	border: 1px solid #f90;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: block;
	font-size:24px;
	color: #f90;
	text-align: center;
	flex-shrink: 0;
}
.pro_js_div_right{
	margin-left: 15px;
}
.pro_js_div_right h3{
	color: #f90;
	font-weight: normal;
	margin-bottom: 15px;
}
.pro_js_divs_ul li{
	width: 48%;
	margin-bottom:45px;
}
.pro_js_divs_ul li p{
	height: 60px;
}
.pro_js_divs_ul li img{
	margin-top: 20px;
}
.cshu{
	padding:20px 30px;
}
.on{
	display: block;
}
.pro_js_hezuo li{
	width: 33%;
	margin-bottom: 5px;
}
.pc_disno{
	display: none;
}
/* 手机端 */
.header1{
	display: none;
	padding:10px 15px;
	font-size: 12px;
	border-bottom: 1px solid #F2F2F2;
}
.header1 a{
	color: #F90;
}
.header1 h1{
	width:40%;
	margin-right: 10px;
}
.banner_yw1 ,.header_mune ,.footer{
	display: none;
}
.header_mune li{
	flex: 1;
	text-align: center;
	margin-top:15px;
}
.header_mune li img{
	width: 25%;
	margin: 0 auto;
}
.header_mune li a{
	color: #1E4A7B;
	font-size: 12px;
}
.header_mune li span{
	height: 35px;
	line-height: 35px;
}
.footer{
	position: fixed;
	bottom: 0;
}
.footer{
	height: 40px;
	background: #f90;
	padding: 10px 0;
	color: #fff;
	width: 100%;
}
.footer li{
	position: relative;
	z-index: 10;
	text-align:center;
}
.footer a{
	color: #fff;
}
.footer i{
	display: block;
	font-size: 18px;
}
.footer_home{
	width: 100%;
	position: absolute;
	top: -25px;
}
.footer_home a{
	display: block;
	width:65px;
	height: 65px;
	line-height:55px;
	margin: 0 auto;	
	background:#f90;
	color:#fff;
	border-radius: 100%;
	text-align: center;
}
.footer_home a i{
	font-size:25px;
}
.dis_heise{
	background: #000;
	opacity: .5;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.quote li{
	margin-bottom: 15px;
}
.quote{
	position: relative;
	z-index: 99;
	background: #fff;
	padding:30px;
	width:700px;
	margin: 0 auto;
	top:20%;
}
.quote .label{
	width: 150px;
	line-height:50px;
	color: #666;
}
.quote input ,.quote select{
	width: 500px;
	padding-left: 20px;
	height:40px;
	line-height: 40px;
	border: 1px solid #ddd;
}
.requeir-code{
	width: 100px !important;
	margin-right: 10px;
}
.quote span{
	color: red;
	margin-left: 5px;
}
.close{
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 20px;
	cursor: pointer;
}
.button{
	width: 200px !important;
	border: none !important;
	text-align: center;
	cursor: pointer;
	padding: 0 !important;
	color:#FFFFFF;
}
.quote textarea{
	width:518px;
	height: 100px;
	border: 1px solid #ddd;
}
.tc_fixed{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.quote2{
	position: relative;
	z-index: 99;
	background: #fff;
	padding:30px;
	width:500px;
	height: 250px;
	margin: 0 auto;
	top:20%;
}
.msg_y{
	position: absolute;
	top: 60px;
	right: 250px;
}
.msg_y img{ width: 57px; }
.msg_c{
	position: absolute;
	top: 150px;
	left: 50px;
	line-height: 25px;
}
.msg_g{
	position: absolute;
	top: 230px;
	right: 220px;
}
.msg_g img{ width: 120px; }
@media screen and (max-width:1199px){
	.pro_js_div1{
		padding: 10px 0;
	}
	.header ,.dis_no{
		display:none;
	}
	.pro_list_li{
		width: 100%;
	}
	.header_mune{
		display: block;
	}
	.sj_b50{
		width: 50%;
		border-radius:8px;
		overflow: hidden;
	}
	.banner_yw{
		display: none;
	}
	.disblack{
		display:block;
	}
	.zz_product{
		margin-top: 10px;
		padding:0 10px;
	}
	.zz_youshi{
		padding-top: 10px;
	}
	.pro_title{
		margin-bottom: 10px;
		background: #f90;
	}
	.zz_youshi_ul li h3{
		margin-bottom: 10px;
	}
	.pro_title h2{
		font-size: 14px;
		margin-bottom: 10px;
		color: #fff;
	}
	.pro_list_li li{
		width: 48%;
		margin-bottom: 15px;
	}
	.pro_li_txt ,.zz_youshi_ul ,.zz_shipin_main{
		padding: 10px;
		font-size:12px;
	}
	.zz_youshi_ul{
		width:calc( 100% - 20px );
	}
	.zz_youshi_ul li{
		width:100%;
		display: flex;
		margin-bottom: 15px;
		background: #f6fbff;
	}
	.zz_youshi_ul_txt{
		width:50%;
	}
	.zz_youshi_ul_txt{
		padding: 0;
		margin-left:10px;
		font-size: 12px;
		width: calc( 100% - 20px );
		min-height:100px;
	}
	.zz_youshi ,.zz_shipin{
		padding: 0px 0 0px 0;
	}
	.zs_shipin_left{
		width: 100%;
		min-height: 150px;
		height: auto;
	}
	.zz_case ,.pro_title h2 ,.zz_result_case ,.zs_resulet{
		padding: 10px;
	}
	.tab li{
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.pro_fq li{
		width: 33.33%;
	}
	.kedingzhi:before{
		top:10px;
		font-size: 12px;
		line-height: 30px;
		border-width: 0px 30px 30px 0px;
	}
	.zs_shipin_right{
		margin-left: 0;
	}
	.zs_shipin_right h3 ,.zs_shipin_right ul ,.shipin_list ,.zz_case_all ,.pro_two_txt{
		margin-top: 10px;
	}
	.zs_shipin_right li{
		margin-top:5px;
	}
	.shipin_list li ,.zz_result_case li{
		width: 48%;
		margin-bottom: 15px;
	}
	.shipin_list_div {
		width: 100%;
	}
	.zz_case_btn{
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
	}
	.zs_resulet p{
		font-size: 12px;
	}
	.zz_case_btn a{
		width: 45%;
		padding: 0;
		height: 35px;
		display: block;
		line-height: 35px;
		font-size: 14px;
	}
	.btm_b_left{
		width: calc( 100% - 20px );
		padding:0 10px;
	}
	.pro_list_left{
		width: 100%;
	}
	.pro_list_left ul li a{
		display: block;
		width: calc( 100% - 40px );
		padding:10px 10px 10px 30px;
		line-height: 30px;
		font-size: 14px;
		background: url(../image/sanjiaoxing.png) no-repeat 10px 15px #f4f2ef;
		opacity: 0.8;
	}
	.pro_list_left ul li a:hover{
		background: url(../image/sanjiaoxing.png) no-repeat 10px 15px #f4f2ef;
		opacity: 1;
	}
	.pro_list_left h2{
		height: 40px;
		line-height: 40px;
		font-size:18px;
		padding-left: 20px;
	}
	.pro_list_right ,.pro_show_right {
		padding: 10px;
		width: calc( 100% - 20px );
	}
	.app_w100{
		width: 100%;
	}
	.app_w100 img{
		width: 100%;
	}
	.pro_show{
		padding: 0;
	}
	.pro_jieshao ul{
		font-size: 14px;
	}
	.pro_a a{
		margin-top: 20px;
	}
	.cshu{
		padding:0 10px;
	}
	.pad_btm_80{
		padding-bottom: 80px;
	}
}