@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling : touch;
    width:100%;
    height: 100%;
}
/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
    outline:none;
}
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    /* 取消链接高亮  */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    -webkit-boxd-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 取消默认样式 */
select{
    -webkit-appearance: none;/*兼容苹果手机*/
}
button{
    border: none;
}
/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/* 图片自适应 */
img {
    width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    display: block;
    -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
    border: none;
}
body {
    font: 12px/1.5 -apple-system,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;
    color: #555;
    background-color: #f2f2f2; 
	min-width: 300px;
}
em, i {
    font-style: normal;
}
ul,li{
    list-style-type: none;
}
button{
    border: none;
    outline:none;
}
table{
	border-collapse:collapse; /*表格的边框合并，如果相邻，则共用一个边框*/
    border-spacing:0; /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}
.hide{
	display:none;
}
.show{
	display:block;
}
/* 使用webkit内核的浏览器 */
::-webkit-input-placeholder{
	color:#999;
	font-size:0.9em;
}
/* Firefox版本4-18 */
::-moz-placeholder{
	color:#999;
	font-size:0.9em;
}
/* Firefox版本19+ */
::-moz-placeholder{
	color:#999;
	font-size:0.9em;
}
/* IE浏览器 */
::-ms-input-placeholder{
	color:#999;
	font-size:0.9em;
}
.loading{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	z-index:100000;
}
.loading img{
	position:absolute;
	width:auto;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -12px;
}
.animateY{
	transform:translate(0,0px);
	-webkit-transform:translate(0,0px);
	-moz-transform:translate(0,0px);
	-o-transform:translate(0,0px);
 	-ms-transform:translate(0,0px);
}
.animateY:hover{
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
 	-ms-transform:translate(0,-10px);
}
.transitionM{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.transitionL{
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.clear{
    clear: both;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    text-decoration: none;
    color: #303030;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
.rotate{
    transform-origin:center center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
}
.rotate1{
    transform-origin:center center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
}
/*单行溢出*/
.one_txt_cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt_cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
.global_width{
    max-width: 1400px;
    margin: 0 auto;
}
.lg_global_width{
    max-width:1200px;
    margin:0 auto;
}
.fl{
    float: left!important;
}
.fr{
    float: right;
}
.mg15{
    margin:  0 15px;
}
/* 头部 */
.banner_box{
	float:left;
	width:100%;
	margin-top:100px;
}
.search_box{
	float:left;
	width:100%;
	height:72px;
	background-color:#458eec;
}
.search_input{
	float:right;
	width:40%;
	margin:14px 0 0 0;
	padding: 14px 10px;
	position: relative;
	background-color:#fff;
}
.search_input input{
	width:90%;
}
.ip_search_box{
    padding: 20px;
    position: fixed;
    z-index: 10001;
    background-color: #eee;
    top: 63px;
    width: 100%;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.1);
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    left: 0px;
}
.ip_search_box input {
    padding: 16px 10px;
    width: 80%;
    float: left;
}
.ip_header i.sz-sousuo1{
    position: absolute;
    font-size: 2.4em;
    right: 15px;
    top: 10px;
    cursor: pointer;
    color: #303030;
}
.ip_search_box .confirm_btn {
    width: 20%;
    float: left;
    text-align: center;
    padding: 16px 0px;
    background-color: #458eec;
	color:#fff;
    cursor: pointer;
}
.idsearch_list{
	float:left;
}
.idsearch_list li{
	float:left;
	line-height:72px;
	margin-right:16px;
	color:#fff;
	font-size:0.9rem;
}
.idsearch_list li:first-child{
	margin-right:0px;
}
.idsearch_list li a{
	color:#fff;
}
.header_box{
    position:fixed;
	top:0px;
	left:0px;
    width:100%;
	height:100px;
    background-color:#fff;
    text-align:center;
	z-index:10001;
	box-shadow: 0 6px 20px rgba(0,0,0,.1);
}
.header_fl{
	float:left;
}
.header_box.squashed{
	height:60px;
	transition: all linear 0.2s;
}
.header_box.squashed .header_fl span{
	margin:10px 0 0;
}
.header_box.squashed .nav_section ul li{
	line-height:60px;
	transition: all linear 0.2s;
}
.header_box.squashed .logo{
	background-size:80%;
	width:110px;
	height:40px;
	margin:12px 0 0 2rem;
	transition: all linear 0.2s;
}
.logo{
	float:left;
	background:url("/web/public/img/nlogo.png") no-repeat;
	width:130px;
	height:56px;
	margin:22px 16px 0 0;
	background-size:100%;
	text-indent: -200000px;
}
.header_fl span{
	display:inline-block;
	float:left;
	margin:30px 0 0 0;
	padding-left:16px;
	border-left:1px solid #dcdcdc;
	
}
.nav_section{
	float:right;
	width:60%;
}
.nav_section ul{
	float:left;
	width:100%;
	height:100%;
}
.nav_section ul li{
	float:left;
	line-height:100px;
	width:14.285%;
	text-align:center;
}
.nav_section ul li:hover a{
	color:#458eec;
}
.nav_section ul li a{
	display:inline-block;
	color:#303030;
	width:100%;
	font-size:1rem;
}
.index_lastpart{
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.index_lastpart .idtitle{
	margin-top:100px;
}
#section0{
	position:relative;
}
.banner_section{
	position:absolute;
	float:left;
	width:100%;
	top:0px;
	height:100%;
}
.banner_section img{
	height:100%;
	object-fit:cover;
}
.default_part{
	width:100%;
	text-align:center;
	height:100%;
}
.idtitle{
	float:left;
	width:100%;
	margin-top:120px;
	text-align:center;
}
.idtitle_box{
	display:inline-block;
	width:20%;
	min-width:260px;
}
.idsection{
	float:left;
	width:80%;
	margin:30px 10% 0;
	height:80%;
}
.abouttop{
	float:left;
	width:100%;
	height:50%;
}
.aboutshow{
	float:left;
	width:54.5%;
	margin-right:1.5%;
	/* height:18rem; */
	height:100%;
}
.aboutshow img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.abouttext{
	/* height:18rem; */
	float:left;
	width:44%;
	background-color:#cca55f;
	padding:0 40px;
	display: flex;
    justify-content:center;
    align-items:center;
	height:100%;
}
.aboutlist{
	float:left;
	width:100%;
	height:28%;
	margin-top:1.5%;
}
.aboutlist ul{
	float:left;
	width:100%;
	height:100%;
}
.aboutlist ul li{
	float:left;
	width:23.875%;
	margin-right:1.5%;
	background-color:#fff;
	padding:20px;
	height:100%;
}
.aboutlist ul li i{
	font-size:5em;
	color:#cca55f;
}
.aboutlist ul li p{
	font-size:1rem;
	color:#303030;
}
.aboutlist ul li:last-child{
	margin-right:0px;
}
.esystem{
	float:left;
	width:80%;
	margin: 30px 10% 0;
	position:relative;
	height:60%;
}
.esystem .esleft{
	float:left;
	width:20%;
	position:absolute;
	left:0px;
	height:100%;
}
.esystem .esright{
	float:left;
	width:20%;
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
}
.eslist_box{
	float:left;
	width:100%;
	margin-bottom:20px;
	height:20%;
	position:relative;
	cursor:pointer;
}
.eslist_box:hover .overmask{
	background-color:transparent;
}
.eslist_box p{
	position:absolute;
	width:100%;
	text-align:center;
	top:50%;
	font-size:1rem;
	font-weight:bold;
	color:#fff;
	margin-top:-9px;
	z-index:1000;
}
.eslist_box .overmask{
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(49,49,49,.6);	
	z-index:100;
}
.eslist_box img{
	height:100%;
	object-fit:cover;
}
.escenter{
	display:inline-block;
	width:38%;
	border:4px solid rgba(204,165,95,.4);
	border-radius:50%;
	padding:40px;
	overflow:hidden;
	background-color:rgba(49,49,49,.4);
}
.escenter_box{
	float:left;
	width:100%;
	border-radius:50%;
	overflow:hidden;
}
.footer{
	float:left;
	width:100%;
	background-color:#303030;
	padding:20px 0 0 0;
}
.index_footer{
	float:left;
	width:80%;
	margin: 0 10%;
	background-color:#0a1622;
	height:auto;
	position:absolute;
	bottom:0px;
}
.ercode{
	width:88px;
	height:88px;
	overflow:hidden;
	display:inline-block;
}
#contact .cms_infor_inter p{
	font-size:0.8rem;
}
.if_content{
	float:left;
	width:100%;
	padding-top:20px;
	margin-bottom:20px;
}
.if_right p{
	font-size:0.8rem;
	color:#999;
	padding-top:6px;
}
.if_left{
	float:left;
	width:70%;
}
.fphone{
	float:left;
	width:100%;
}
.if_left i.sz-dianhua{
	font-size:3rem;
	color:#fff;
	float:left;
}
.if_left .hot_phone {
	margin-left:10px;
	padding-top:10px;
}
.if_left .hot_phone label{
	float:left;
	color:#fff;
	width:100%;
	font-size:0.9rem;
}
.if_left .hot_phone span{
	font-size:1.3rem;
	color:#fff;
	float:left;
	width:100%;
}
.if_right{
	padding-top:30px;
	float:right;
	text-align:center;
}
.bottom_content{
	float:left;
	width:100%;
	padding:20px 0;
	text-align:center;
	border-top:1px solid #666;
}
.bottom_content span{
	color:#999;
}
.children_banner{
	float:left;
	width:100%;
	height:200px;
	background:url("/web/public/img/children_banner.jpg") center center;
	margin-top:100px;
	display: flex;
    justify-content:center;
    align-items:center;
}
.g_title{
	font-size:2rem;
	color:#0d6fb8;
	font-weight:bold;
}
.no_data_text{
	float:left;
	width:100%;
	height:200px;
	text-align:center;
	line-height:200px;
	color: #A68161;
	font-size:1.6rem;
	font-weight:bold;
	display:none;
}
.contact_content{
	float:left;
	width:100%;
	text-align:center;
}
.contact_content p{
	font-size:1rem;
	margin-bottom:10px;
}
.ercode_div{
	margin-top:10px;
	width:150px;
	height:150px;
	overflow:hidden;
	display:inline-block;
	box-shadow:0 0 10px rgba(0,0,0,.1);
}
.cced p{
	font-size:0.9rem;
}
/* 面包屑 */
.crumb{
	float:left;
	width:100%;
	padding:30px 0;
	font-size:1rem;
	color:#999;
}
.crumb label{
	color:#999;
	font-weight:normal;
}
.crumb a{
	color:#999;
}
.crumb a:hover{
	color:#458eec;
}
.case_catogary{
	float:left;
	width:100%;
	border:1px solid #bfbfbf;
	border-bottom:none;
}
.catogary_style{
	float:left;
	width:100%;
	padding:20px 20px 10px 20px;
	border-bottom:1px solid #bfbfbf;
}
.catogary_style dt{
	float:left;
	margin-right:10px;
	color:#50231e;
	font-size:1rem;
	padding:6px 10px 6px 0;
}
.catogary_style dd{
	float:left;
	font-size:1rem;
	width:90%;
}
.catogary_style dd a{
	padding:6px 10px;
	margin:0 8px 10px 0;
	float:left;
	cursor:pointer;
}
.catogary_style dd a.active{
	background-color:#50231e;
	color:#fff;
	border-radius:4px;
}
.case_section{
	float:left;
	width:100%;
	margin-top:40px;
	margin-bottom:30px;
}
.case_section li{
	float:left;
	width:49%;
	margin:0 2% 2% 0;
	cursor:pointer;
}
.case_section li .case_img_show{
	float:left;
	width:100%;
	position:relative;
}
.case_section li .case_img_show .case_img_box{
	float:left;
	width:100%;
}
.case_section li .case_img_show .case_img_text{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:42px;
	line-height:42px;
	background-color:rgba(96,78,63,.9);
	text-align:center;
}
.case_section li .case_img_show .case_img_text span{
	font-size:1rem;
	color:#fff;
}
.case_section li:nth-child(2n+0){
	margin-right:0px;
}
.case_section li .case_text{
	float:left;
	width:100%;
	padding:16px 20px;
	background-color:#fff;
}
.case_section li .case_text .caset_content{
	float:left;
	width:33.3%;
	text-align:center;
}
.case_section li .case_text .caset_content i{
	font-size:1.1rem;
}
.case_section li .case_text .caset_content span{
	font-size:1rem;
}
.aboutus_content{
	float: left;
    width: 100%;
	margin-bottom:50px;
}
.aboutus_content .aboutus_nav{
	float: left;
    width: 20%;
    margin-right: 2%;
    text-align: center;
    background-color: #fff;
}
.aboutus_content .aboutus_nav li.g_chosen{
	color: #a68161;
	border-left: 3px solid #a68161;
}
.aboutus_content .aboutus_nav li{
	float: left;
    width: 100%;
    padding: 20px 0;
    cursor: pointer;
    font-size: 1.2em;
	border-bottom: 1px solid #dcdcdc;
}
.aboutus_content .abouutus_main {
    float: left;
    width: 78%;
    background-color: #fff;
    padding: 3%;
}
.aboutus_content .abouutus_main h2, .abouutus_main h1 {
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 20px;
	color:#a68161;
}
.tline{
	display: inline-block;
    width: 57px;
    height: 1px;
    margin: 0 26px;
    background-color: #d8d8d8;
    vertical-align: middle;
}
.ab_content{
	float:left;
	width:100%;
}
.ab_content .ab_img{
	float:left;
	width:100%;
	padding-top:30px;
}
.ab_content p{
	font-size:1rem;
	line-height:1.8rem;
	text-indent:2rem;
}
.ab_content b{
   	color: #a68161;
}
.co_curtural{
	float:left;
	width:80%;
	margin:0 10%;
}
.co_curtural li{
	float:left;
	width:48%;
	margin-right:4%;
	text-align:center;
	padding:20px 0;
	background-color:#fff;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	margin-bottom:20px;
}
.co_curtural li:nth-child(2n+0){
	margin-right:0px;
}
.co_curtural i{
	font-size:3rem;
	color:#a68161;
}
.co_curtural h3{
	font-size:1.1rem;
	margin-bottom:4px;
}
.co_curtural span{
	font-size:1rem;
	color:#999;
}
.ab_content h2{
	padding-top:20px;
}
.ahead_banner{
	float:left;
	width:100%;
	height:560px;
	margin-top:100px;
}
.ahead_banner img{
	height:100%;
	object-fit:cover;
}
/* 滑动 */
.swipe_left{
	position:absolute;
	color:#fff;
	left:4%;
	top:46%;
	cursor:pointer;
}
.swipe_right{
	position:absolute;
	color:#fff;
	right:4%;
	top:46%;
	cursor:pointer;
}
.swipe_left:hover i,.swipe_right:hover i{
	color:#fff;
}
.swipe_left i{
	font-size:3rem;
	color:#999;
}
.swipe_right i{
	font-size:3rem;
	color:#999;
}
.quality_swipe{
	float:left;
	width:100%;
	padding:20px 10% 0;
	position:relative;
}
.swipe {
  overflow:hidden;
  position:relative;
  width:100%;
}
.swipe ul{
    overflow:hidden;
}
.process_title{
	float:left;
	width:100%;
	text-align:center;
	font-size:2.2rem;
	padding:50px 0 30px;
}
.process_title label{
	color:#e74c3c;
}
.process_title span{
	font-size:1.3rem;
	color:#666666;
	display: block;
}
.process_bgengin{
	float:left;
	width:100%;
	background:url("/public/img/process_engin.jpg") center center no-repeat;
	height:768px;
}
.process_bgquality{
	float:left;
	width:100%;
	background:url("/public/img/process_quality.jpg") center center no-repeat;
	height:768px;
}
.process_bgengin h2,.process_bgquality h2{
	color:#fff;
}
.process_bgengin span,.process_bgquality span{
	color:#999;
}
.gimg_content{
	float:left;
	width:100%;
	text-align:center;
}
.gimg_content .gimg_content_box{
	padding:20px 0;
	display:inline-block;
}
.process_zxht{
	float:left;
	width:100%;
	background-color:#fff;
	padding-bottom:40px;
}
.process_text{
	float:left;
	width:80%;
	margin:0 10%;
	padding-bottom:20px;
	text-align:center;
}
.process_text p{
	font-size:1.1rem;
	line-height:1.8rem;
	color:#303030;
}
.process_service{
	float:left;
	width:100%;
	padding-bottom:40px;
}
.process_service li{
	float:left;
	width:25%;
	text-align:center;
}
.process_service li i{
	font-size:2rem;
	border-radius:50%;
	border:1px solid #666;
	padding:14px;
	cursor:pointer;
}
.process_service li i:hover{
	background-color:#e74c3c;
	border:1px solid #e74c3c;
	color:#fff;
}
.process_service li h3{
	padding-top:16px;
	font-size:1rem;
	color:#303030;
}
.process_service li span{
	display:inline-block;
	padding-top:4px;
	font-size:0.9rem;
	color:#666;
}
.process_content{
	float:left;
	width:100%;
}
.process_content .procon_box{
	float:left;
	width:20%;
	text-align:center;
	padding:10px 0;
	cursor:pointer;
	position:relative;
}
.process_content .procon_box:hover{
	background-color:#fff;
}
.process_content .procon_box i{
	display:block;
	font-size:3.2rem;
	color:#303030;
}
.process_content .procon_box span{
	font-size:1.1rem;
	display:inline-block;
	color:#303030;
	padding-bottom:10px;
}
.process_content .procon_box .procon_text{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	overflow-y:auto;
	top:0px;
	font-size:0.9rem;
	line-height:1.2rem;
	background-color:#fff;
}
.process_content .procon_box .procon_text p{
	padding:20px;
	line-height:1.4rem;
}
.step_box{
	float:left;
	width:100%;
}
.step_box .step_cil_box{
	float:left;
	text-align:center;
	width:20%;
	padding-top:10px;
	position:relative;
}
.icon_round{
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:50%;
	border:1px solid #999;
	position:relative;
}
.icon_round .step_num{
	position:absolute;
	top:3px;
	left:10px;
	font-size:1rem;
}
.ljleft_line{
	position:absolute;
	top:26px;
	height:1px;
	width:38%;
	left:0px;
	background-color:#999;
}
.lj_line{
	position:absolute;
	top:26px;
	height:1px;
	width:38%;
	right:0px;
	background-color:#999;
}
.process_decdown{
	float:left;
	width:100%;
	padding-top:10px;
	margin-bottom:50px;
}
/* 自定义滚动条插件 */
.zl-scrollBarBox{
    height:100%;
    position:absolute;
    background:#f3f3f3;
}
.zl-scrollBar{
    position:absolute;
    left:0;
    top:0;
    background:#848484;
    transition:background 0.3s;
}
.zl-scrollBar.zl-verticalBar{
    min-height:10px;
}

.zl-scrollBar.zl-horizontalBar{
    min-width:10px;
}
.zl-scrollBar:hover{
    background:#000;
}
.zl-scrollContentDiv{
    position:relative !important;
    width:100% !important;
    height:100% !important;
    padding:0 !important;
    margin:0 !important;
    top:0;
    left:0;
}
.pagenavi_style{
	position:absolute;
	width:100%;
	left:0px;
	top:0px;
	height:60px;
	background-color:rgba(0,0,0,.4);
	z-index:999;
}
.pagenav_box{
	font-weight:bold;
  	font-size:20px;
  	text-align:center;
	width:100%;
	line-height:60px;
	float:left;
}
.pagenav_box .pb_right{
	float:right;
}
.pagenav_box a{
	float:left;
	color:#fff;
	display:inline-block;
	padding:0 30px;
	line-height:60px;
}
.pagenav_box a.active{
	background-color:#424649;
}
.designer_list{
	float:left;
	width:100%;
	padding-bottom:40px;
}
.designer_list li{
	float:left;
	width:32%;
	margin-right:2%;
	background-color:#fff;
	margin-bottom:2%;
}
.designer_list li:hover{
	box-shadow:0 0 10px rgba(0,0,0,.1);
}
.designer_list li:nth-child(3n+0){
	margin-right:0px;
}
.designer_list li .designer_img{
	float:left;
	width:100%;
	height:300px;
}
.designer_list li .designer_img img{
	height:100%;
	object-fit:cover;
}
.designer_list li .designer_text{
	float:left;
	width:100%;
	padding:30px 20px;
}
.designer_list li .designer_text .designer_name{
	font-size:1.2rem;
}
.designer_list li .designer_text p{
	font-size:0.9rem;
	padding-top:10px;
	color:#999;
}
.design_section{
	float:left;
	width:100%;
	margin-bottom:40px;
}
.design_section .design_img{
	float:left;
	width:30%;
}
.design_text_content{
	float:left;
	width:66%;
	margin-left:4%;
}
.design_section .design_text{
	float:left;
	width:100%;
}
.design_section .design_text .design_text_box{
	float:left;
	width:100%;
}
.design_section .design_text.closed{
	height:530px;
	overflow:hidden;
}
.design_section .design_text h1{
	font-size:2rem;
	color:#50231e;
}
.design_section .design_text h3{
	font-size:1.2rem;
	color:#303030;
	padding:8px 0 16px;
	border-bottom:1px solid #bfbfbf;
}
.design_section .design_text .design_text_infor{
	float:left;
	width:100%;
	padding-top:26px;
	padding-bottom:14px;
	border-bottom:1px solid #bfbfbf;
}
.design_section .design_text .design_text_infor .design_infor{
	float:left;
	width:100%;
	padding-bottom:16px;
}
.design_section label{
	float:left;
	width:100%;
	font-size:1.2rem;
	color:#303030;
}
.design_section .design_text .design_text_infor .design_infor span{
	float:left;
	width:100%;
	padding-top:6px;
	font-size:1rem;
	color:#666;
}
.design_case{
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #;
}
.design_case .design_case_box{
	float:left;
	padding-top:16px;
}
.design_case h2{
	float:left;
	font-size:1.4rem;
	color:#303030;
	width:100%;
}
.design_case span{
	float:left;
	width:100%;	
	font-size:1rem;
	padding-top:6px;
	color:#666;
}
.close_btn{
	float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding-top: 16px;
    border-top: 1px solid #bfbfbf;
}
.close_btn button{
	padding:8px 10px;
	border:1px solid  #6c5b4e;
	background-color:transparent;
	border-radius:4px;
	color:#98887E;
	cursor:pointer;
}
.designer_case{
	float:left;
	width:100%;
}
.designer_case .designer_case_title{
	float:left;
	width:100%;
	height:66px;
	color:#fff;
	text-align:center;
	line-height:66px;
	background-color:#6c5b4e;
	font-size:1.2rem;
}
.gl_iframe{
	float:left;
	width:100%;
	height:100%;
}
#site_iframe{
	height:1960px;
	margin-bottom:60px;
}
.designer_index{
	float: left;
    width: 70%;
    margin: 30px 15% 0;
    height: 70%;
}
.designer_index .designer_index_left{
	float:left;
	width:68%;
	margin-right:2%;
	position:relative;
	height:80%;
}
.dil_img_box{
	float:left;
	width:100%;
	height:100%;
}
.dil_img_box img{
	height:100%;
	object-fit:cover;
}
.designer_index_left .dil_text{
	position:absolute;
	bottom:0px;
	height:60px;
	width:100%;
	color:#fff;
	line-height:60px;
	background-color:rgba(0,0,0,.5);
}
.designer_index_left .dil_text p{
	float:left;
	font-size:1.1rem;
	margin-left:10px;
}
.designer_index_left .dil_text label{
	font-size:0.9rem;
}
.designer_index_right{
	float:left;
	width:30%;
	height:80%;
}
.dir_box{
	float:left;
	width:100%;
	position:relative;
	height:31%;
	margin-bottom:5%;
}
.dir_box:last-child{
	margin-bottom:0px;
}
.dir_box .dil_text{
	position:absolute;
	bottom:0px;
	height:40px;
	width:100%;
	color:#fff;
	line-height:40px;
	background-color:rgba(0,0,0,.5);
}
.case_index{
	float:left;
	width:90%;
	margin: 30px 5% 0;
	height:80%;
	background-color:#d6d1c9;
	padding:50px;
}
.conbeing_section{
	float:left;
	width:90%;
	margin: 30px 5% 0;
	height:80%;
	background-color:#d6d1c9;
	padding:20px;
}
#index_iframe{
	float:left;
	width:100%;
	height:740px;
}
.case_index .case_section li{
	width:32%;
	margin:0 2% 30px 0;
}
.case_index .case_section li:nth-child(2n+0){
	margin-right:2%;
}
.case_index .case_section li:nth-child(3n+0){
	margin-right:0px;
}
.case_index .case_section{
	margin:0px;
	height:100%;
}
.case_index .case_section li .case_img_show{
	height:70%;
}
.case_index .case_section li .case_img_show .case_img_box{
	height:100%;
}
.case_index .case_section li .case_img_show .case_img_box img{
	height:100%;
	object-fit:cover;
}
.dir_box .dil_text p{
	float:left;
	font-size:0.9rem;
	margin-left:10px;
}
.dir_box .dil_text label{
	font-size:0.8rem;
}
 /*- scrollbar -*/
/*  ::-webkit-scrollbar {
     width: 5px;
     height: 5px;
 }
 ::-webkit-scrollbar-thumb{
     background-color: #999;
     -webkit-border-radius: 5px;
     border-radius: 5px;
 }
 ::-webkit-scrollbar-thumb:vertical:hover{
     background-color: #666;
 }
 ::-webkit-scrollbar-thumb:vertical:active{
     background-color: #333;
 }
 ::-webkit-scrollbar-button{
     display: none;
 }
 ::-webkit-scrollbar-track{
     background-color: #f1f1f1;
 } */
.ip_header{
	display:none;
   float: left;
   width: 100%;
   background-color: #fff;
   padding: 6px 15px;
   text-align: center;
   position: fixed;
   z-index: 10000;
   -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
   -moz-box-shadow: 0 1px 4px rgba(0,0,0,.1);
   box-shadow: 0 1px 4px rgba(0,0,0,.1);
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    position: fixed;
    top:58px;
	left:0px;
    background-color:#fff;
    width:100%;
    text-align: center;
    display: none;
	z-index:10000;
}
.nav > li{
    position: relative;
    display: block;
}
.navbar-collapse ul li a{
    border-bottom: 1px solid #e7e7e7;
    display: inline-block;
    width:100%;
    padding: 15px 0;
    text-align: center;
    color: #666;
    font-size:1.2em;
}
.navbar-collapse ul li a:hover{
    color:#458eec;
}
.navbar-nav > li > a{
    line-height: 20px;
}
.navbar-toggle{
    position: relative;
    float: right;
    padding: 9px 0px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}
.navbar-toggle:hover{
    background-color:transparent;
}
#process .ip_ahead_banner{
    float: left;
    width: 100%;
    margin-top: 60px;
	display:none;
}
button.click .icon-bar:nth-child(3) {
    opacity: 0;
}
button.click .icon-bar + .icon-bar {
    margin-top: 0;
}
.click span.icon-bar1{
    -webkit-transform: rotate(45deg) translateX(1px);
    -moz-transform: rotate(45deg) translateX(1px);
    -ms-transform: rotate(45deg) translateX(1px);
    -o-transform: rotate(45deg) translateX(1px);
    transform: rotate(45deg) translateX(1px);
}
.click span.icon-bar2{
    -webkit-transform: rotate(-45deg) translateX(1px) translateY(-1px);
    -moz-transform: rotate(-45deg) translateX(1px) translateY(-1px);
    -ms-transform: rotate(-45deg) translateX(1px) translateY(-1px);
    -o-transform: rotate(-45deg) translateX(1px) translateY(-1px);
    transform: rotate(-45deg) translateX(1px)
}

.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.navbar-toggle .icon-bar + .icon-bar{
    margin-top:6px;
}
.navbar-toggle .icon-bar{
    height: 1px;
    display: block;
    width: 30px;
    border-radius: 1px;
    background-color: #303030;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.bg-div{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1001;
}
.cg_rotate:after{
    transform: rotate(45deg);
}

/* 报价弹窗 */
.overlay {
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9998;
}
.free_offer{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:30px;
}
.pannel .xjh-cha,.pannel_url .icon-cha{
	cursor:pointer;
	font-size:2.2em;
	color:#d2d2d2;
	position:absolute;
	right:20px;
}
.pannel{
	position: fixed;
    width: 650px;
    background-color: #fff;
    z-index: 10000;
    left: 50%;
    top: 50%;
    margin-top: -180px;
    margin-left: -325px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    padding: 20px;
}
.ask_offer .offer_btn{
	display:inline-block;
	width:300px;
	padding:10px 0;
	background-color:#cca55f;
	color:#fff;
	margin-top:30px;
	cursor:pointer;
	font-size:1.2em;
}
.free_offer h2{
	font-size:2em;
	color:#303030;
	font-weight:normal;
	margin-top:30px;
}
.tip_span{
	position: absolute;
	padding-left: 10px;
	top: 10px;
	color: #f66;
}
.free_offer h2 b{
	font-weight:normal;
	color:#cca55f;
}
.free_offer h3{
	color:#999;
	font-size:1.3em;
	font-weight:normal;
	padding-top:6px;
}
.ask_offer{
	width: 100%;
    text-align: center;
}
.ask_offer .offinput_box {
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.ask_offer input{
	display:inline-block;
	width:300px;
	padding:10px 0;
	text-indent:10px;
	border:1px solid #e5e5e5;
	font-size:1.1em;
}
/* 侧边栏 */
.sidebar{
    position:fixed;
    right:15px;
    bottom:96px;
    z-index:999;
}
.sidebar .sb_ercode{
	background-repeat: no-repeat;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlCM0MzNjhFNjdENzExRTlBQjEzQzBEQkRCOTk0MjFFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlCM0MzNjhGNjdENzExRTlBQjEzQzBEQkRCOTk0MjFFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUIzQzM2OEM2N0Q3MTFFOUFCMTNDMERCREI5OTQyMUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUIzQzM2OEQ2N0Q3MTFFOUFCMTNDMERCREI5OTQyMUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ts9gvAAABWklEQVR42mK8de3sfwbygDyUfkiOZiaGAQIDZjELGv8EEB/EodYQiN0ImLcLiM/jkLMHYgtcFh8A4kocGjOJsHgDEE/HIdeOz2IYaAFicyj7PhCnkRiSs4BYEco+CcQ1hIIaBgyA2AXKvkxGFIJ8pgtl/xzUiQsG7gDxWSQ2qeAaEP/Cpx+XxQUUeiiCVB8b4ElINkRYCFLzF0+6gQPG0SKTnqlamUy9z6C0MjWzE7ngDRB/wiEnBMQCyBbfpTBxIevPwlNWlwJxxWh9DAM7gHg9nvo0Ck3sHRCnI/HlgHgmlP0drQRcD63psFp8AVqlYQPMWCz+gqZ+GlLJ9xHN4lNQjDdVT0AqIu8QU/ZSKzupALExlM1GJbs4gZhjIBJXHTRNgDEuH4Pimh2p6UO3hkANvbOTAxB34GneogMB5NIICF4g8RnRzLKnZX2MXGTyA/GH0foYBgACDAD6t0diNjdUfQAAAABJRU5ErkJggg==');
}
.sidebar .sb_getoffer{
	background-repeat: no-repeat;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAABqlBMVEUAAAD////a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c6sdLrjAAAAjXRSTlMAAHDAILDgMGAQkP4r+trZwg/SUKvcSN4Vgiok/TrpAZhis+r7qpwDRTuIP9gE7ZIyz6hSQrLsHN+mCV08hzm+xvZEHnUIGn1JVBbmXCEvleMLo2a96GwCw+SBahJub/wjVfiUjQZAkyXHPWVjzCwo4aG3BZ40gNvd8EYiExGRgxdeM9EK9c5TYTdnmzhg/XDrAAABVUlEQVR4XqXTVW/bABRA4TNndroZggxl7kJlZmZmGjMzM8//eZIDda2oqdTv9eje+3Q5d6JiGXuNQ9LmGNYzuuhwSAHnShmG/qHaFs9kHbv7gqGXOr/HI5RexTDYSCGKGgZAVijo9l0A9PMUZBNOn1tLjsx2WzNPpCOdSpHlZ8njEwMvX9nWRk157ELO+23V/fFzT8it9sXz2a3nJX6WAdCSaLueyyP2rLaqW2RFSpPW22HZD1tTMD3zkHp53pIXnICwuMSyF1gtt2THOrCx2dhUFQR2fNm8dzHjoB44vHzFEVKA1mg2XxMz5BvATfFSu+iNw51qy3LtHhCxl9+3PwAqHlny40ogaUw/BfGZJTfpzwFe2ABScgOv32BW4wsCbxuAd1ozfEh/wsSV9n3BkNK+uuBb5XenzeSHLosVsdgvMdrsAuD3H+G4vwG1Wqr9B3C2H/sP2HdEYuuelSEAAAAASUVORK5CYII=');
}
.sidebar .sb_style{
	display: block;
	background-color: rgba(0,0,0,.4);
	font-size: 14px;
	color: #DAD6CD;
	padding-top: 56px;
	height: 85px;
	width: 85px;
	text-align: center;
	background-position: center 20px;
	position: relative;
	cursor: pointer;
}
.sidebar .sb_backtotop{
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAAKlBMVEX///8AAADa1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7a1c7R28diAAAADXRSTlMAAIhpeP1bpXtuYWCJp/l+tAAAAH5JREFUeF69yrENgzAQBdBb4WwXSKlc0EHBAC5cUbmJlGxAJmABBqHISsYN23DgLzAL8Is7Pf1PT4dzGnxYfezN9e9dWn15sIXbP7/iZbXIcfZ028nRMRs1BoQag92V1HkwHQ4drNNuIzXivBg1BmRWvjJ7Cr6wSTRymZ4ezgZLuB9ChYwctQAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
    display:none;
}
.sidebar .sb_ercode i{
    font-size:2em;
    color:#4585f5;
}
.sidebar .sb_backtotop i{
    font-size:2em;
    color:#fff;
}
.sb_backtotop{
	cursor:pointer;
}
.sidebar span{
	width:100%;
	display:inline-block;
	font-size:0.8rem;
}
.sb_ercode_div label{
    color:#458eec;
	width:100%;
	padding-top:10px;
	font-size:0.9rem;
}
.sb_ercode{
	cursor:pointer;
}
.sb_ercode_div{
    position:absolute;
    bottom:42px;
    left:-124px;
    padding:10px;
    width:110px;
    background-color:#fff;
    box-shadow:0 0 10px rgba(0,0,0,.1);
    border:1px solid #eeeeee;
    text-align:center;
}
.sb_ercode_div:before{
    -webkit-transform: translateY(-50%);
    border: 10px solid transparent;
    border-left-color: transparent;
    border-left-color: transparent;
    border-left-color: rgba(255,255,255,1);
    content: "";
    right: -18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.sb_ercode_div .bg_ercode{
    background:url('/web/public/img/ercode.jpg') no-repeat;
    width:100%;
    height:80px;
    background-size:100%;
}
.case_overing_box{
	transition: all linear 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(96,78,63,0.9);
	opacity:0;
}
.case_overing_box span{
	font-size:1.2rem;
	display:inline-block;
	color:#fff;
	height:90%;
	text-align:center;
	display: flex;
    justify-content:center;
    align-items:center;
}
.case_section li .case_img_show:hover .case_overing_box{
	opacity:1;
}
.pcshow{
	display:block;
}
.ipshow{
	display:none;
}
.construct{
	float: left;
	width: 100%;
	text-align: center;
	margin: 200px 0 160px;
}
.construct img{
	width: auto;
	display: inline-block;
}
.construct h1{
	padding-top: 30px;
	font-size: 1.6rem;
}
.search_input i.sz-sousuo1{
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 2.2em;
    color: #303030;
    cursor: pointer;
}
.ip_banners{
	display:none;
}
/* WebKit browsers */
::-webkit-input-placeholder {
	color: #303030;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
	color: #303030;
	opacity: 1;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
	color: #303030;
	opacity: 1;
}
/* Internet Explorer 10+ */
:-ms-input-placeholder {
	color: #303030;
}
.main_title{
	float:left;
	width:100%;
	text-align:center;
	padding:60px 0 20px;
}
.main_title .title_line{
	display:inline-block;
	width:60px;
	height:3px;
	background-color:#458eec;
}
.main_title .mt_text{
	font-size:2rem;
	color:#303030;
}
.main_title label{
	color:#458eec;
}
.index_bg{
	float:left;
	width:100%;
	background-color:#fff;
}
.index_product{
	float:left;
	width:100%;
}
.index_prot{
	float:left;
	width:100%;
	text-align:center;
	font-size:1.1rem;
	padding-bottom:10px;
	border-bottom:1px solid #e5e5e5;
}
.index_product{
	float:left;
	width:100%;
}
.index_product .pro_nav{
	float:left;
	width:100%;
	margin:20px 0;
}
.index_product .pro_nav li{
	float:left;
	width:12.5%;
	padding:10px 0;
	font-size:0.9rem;
	text-align:center;
	cursor:pointer;
}
.index_product .pro_nav li a{
	display:inline-block;
	width:100%;
	height:100%;
}
.index_product .pro_nav li:hover{
	background-color:#458eec;
	color:#fff;
}
.index_product .pro_nav li.active{
	background-color:#458eec;
	color:#fff;
}
.index_product .pro_nav li.active a{
	color:#fff;
}
.index_product .pro_nav li:hover a{
	color:#fff;
}
.product_list .img_box{
	overflow:hidden;
	height:282px;
}
.product_list .img_box img{
	height:100%;
	object-fit:cover;
}
.product_list .img_box img:hover {
    transform: scale(1.2);
}
.news_main .img_box img:hover {
    transform: scale(1.2);
}
.news_main .img_box img{
	height:100%;
	object-fit:cover;
}
.product_list{
	float:left;
	width:100%;
	margin-bottom:40px;
}
.product_list p{
	font-size:0.9rem;
}
.product_list li{
	float:left;
	width:23.5%;
	margin-right:2%;
	height:356px;
}
.img_box{
	float:left;
	width:100%;
}
.product_list li:last-child{
	margin-right:0;
}
.product_list li h3{
	float:left;
	width:100%;
	padding:10px 0 6px;
	font-size:0.9rem;
	color:#303030;
}
p.g_two_cut{
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
	max-height: 46px;
	font-size: 0.9rem;
	line-height: 24px;
	color: #666;
}
p.g_two_cut:after{
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 40px;
	background: -webkit-linear-gradient(left, transparent, #fff 55%);
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);
}
.news_main .listle p.g_two_cut:after{
	background: -webkit-linear-gradient(left, transparent, #f8f8f8 55%);
	background: -o-linear-gradient(right, transparent, #f8f8f8 55%);
	background: -moz-linear-gradient(right, transparent, #f8f8f8 55%);
	background: linear-gradient(to right, transparent, #f8f8f8 55%);
}
.indexc_banner{
	width:100%;
	height:200px;
	background-color:#458eec;
	text-align:center;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.indexc_banner .indexc_dw{
	display:inline-block;
	vertical-align: middle;
}
.indexc_banner h3{
	font-size:1.8rem;
	font-weight:bold;
}
.yzs_title{
	float:left;
	width:100%;
	padding:6px 0;
}
.yzs_title .yzs_line{
	display: inline-block;
	width: 40px;
	height: 1px;
	margin: 0 16px 10px;
	background-color: #fff;
	vertical-align: middle;
}
.yzs_title label{
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
}
.indexc_dw p{
	font-size:1.4rem;
}
.index_advantage{
	float:left;
	width:100%;
	background-color:#f2f2f2;
	padding-bottom:40px;
}
.index_friends{
	float:left;
	width:100%;
	background-color:#f2f2f2;
	padding-bottom:40px;
}
.index_abus{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	
}
.index_abus h3{
	position:absolute;
	width:100%;
	top:40px;
	color:#fff;
	font-size:1.6rem;
}
.abus_text{
	box-shadow:0 0 20px rgba(0,0,0,0.1);
	position:absolute;
	top:110px;
	width:64%;
	left:18%;
	padding:26px;
	background-color:#fff;
	font-size:0.9rem;
}
.abus_text a{
	color:#666;
	display:inline-block;
	margin-top:10px;
	font-size:0.8rem;
}
.index_cases{
	margin-top:150px;
}
.index_news{
	margin-top:120px;
}
.abus_text p{
	text-indent:1.8rem;
	line-height:28px;
}
.index_abus .abus_bg{
	float:left;
	background:url("/web/public/img/index_sea.jpg") no-repeat;
	width:100%;
	height:278px;
}
.index_nlist{
	float:left;
	width:100%;
	text-align:center;
}
.index_nlist ol li{
	display:inline-block;
	padding:10px 20px;
	font-size:0.9rem;
	cursor:pointer;
	margin-right:10px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.index_nlist ol li:hover{
	background-color:#458eec;
	color:#fff;
}
.index_nlist ol li.active{
	background-color:#458eec;
	color:#fff;
}
.index_nlist ol li.active a{
	color:#fff;
}
.news_main{
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:40px;
}
.news_main .listle{
	float:left;
	width:48%;
	margin-right:2%;
	background-color:#f8f8f8;
	padding:40px 60px;
}
.news_main .listle h3{
	font-size:1rem;
	padding-bottom:10px;
}
.news_main .img_box{
	margin-top:16px;
	height:270px;
	overflow:hidden;
}
.news_main li:nth-child(2){
	border-top:1px solid #e5e5e5;
}
.news_main .listri{
	float:left;
	width:48%;
	margin-left:2%;
	padding:32px 0;
	border-bottom:1px solid #e5e5e5;
	position:relative;
}
.news_main .listri .details{
	position: absolute;
	right: 0px;
	bottom: 20px;
	width: 40px;
	height: 16px;
	color: transparent;
	border-left: 1px solid #e5e5e5;
	overflow: hidden;
}
.news_main .listri .details:before{
	font-family: iconfont;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	transition: all .36s ease;
	content: "\e600";
	color: #999;
	position: absolute;
	top: 50%;
	font-size: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right:0px;
}
.news_ltitle{
	float:left;
	width:100%;
	padding-bottom:10px;
}
.news_ltitle h3{
	float:left;
	width:70%;
	color:#666;
	font-size:0.9rem;
	font-weight:normal;
}
.news_ltitle span{
	float:right;
	color:#999;
}
.news_dec{
	float:left;
	width:100%;
}
.news_dec p{
	float:left;
	width:70%;	
	color:#999;
}
.section_box{
	float:left;
	width:100%;
}
.section_box .swiper-container{
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
}
.section_box .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right:-2px;
	background-size:22px 44px;
	top:44%;
}
.section_box .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:-2px;
	background-size:22px 44px;
	top:44%;
}
.section_box .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:0px;
}
.logo_img{
	float:left;
	width:100%;
	height:150px;
	background-color:#fff;
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo_img .img_box img{
	clear: both;
    max-width: 180px;
    max-height: 88%;
    width: 100%;
    vertical-align: middle;
	display:inline-block;
}
.logo_img .img_box{
    display: table;
    width: 100%;
    text-align: center;
	float:none;
}
.logo_img .img_box a{
	vertical-align: middle;
    display: table-cell;
    width: 100%;
    text-decoration: none;
	height:130px;
}
.footer .href_list{
	float:left;
	width:100%;
	padding:0 0 20px;
	border-bottom:1px solid #666666;
}
.footer .href_list li{
	float:left;
	width:14.28%;
	text-align:center;
	font-size:1rem;
}
.footer .href_list li a{
	color:#fff;
}
.footer_infor{
	float:left;
}
.footer_infor li{
	float:left;
	width:100%;
	margin-bottom:4px;
}
.footer_infor li i{
	color:#999;
	margin-right:8px;
}
.footer_infor li span{
	color:#999;
	font-size:0.8rem;
}
.section_main{
	float:left;
	width:100%;
	margin-bottom:60px;
}
.section_main .nav_main{
	float:left;
	width:20%;
	margin-right:4%;
	border-radius:4px;
	background-color:#fff;
	box-shadow:0 0 10px rgba(0,0,0,.1);
}
.section_main .nav_main .nav_title{
	float:left;
	width:100%;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	background-color:#000;
	color:#fff;
	font-size:1.6rem;
	padding:16px 0;
	text-align:center;
}
.nav_main{
	float:left;
	width:100%;
	background-color:#fff;
}
.nav_main ol{
	float:left;
	width:100%;
}
.nav_main ol li{
	float:left;
	width:100%;
	border-bottom:1px solid #f2f2f2;
}
.nav_main ol li a{
	font-size:0.9rem;
	padding:16px 0 16px 30px;
	display:inline-block;
	width:100%;
	height:100%;
}
.nav_main ol li.active{
	border-left:4px solid #458eec;
}
.nav_main ol li.active a{
	color:#458eec;
}
.content_main{
	float:left;
	width:76%;
	padding:20px;
	background-color:#fff;
	box-shadow:0 0 10px rgba(0,0,0,.1);
}
.content_main .top_title{
	float:left;
	width:100%;
	padding:0 0 0 10px;
	border-left:4px solid #458eec;
	color:#458eec;
	font-size:0.9rem;
}
#product .product_list{
	margin-top:10px;
	margin-bottom:0px;
	padding-top:20px;
	border-top:1px solid #f2f2f2;
}
#case .product_list li:nth-child(4n+0){
	margin-right:0px;
}
#case .product_list li{
	margin-bottom:20px;
}
#case .product_list{
	margin-bottom:20px;
}
#product .product_list li{
	width:32%;
	margin-right:2%;
	margin-bottom:20px;
}
#case .product_list li .img_box{
	height:278px;
	overflow:hidden;
}
#case_detail .promain_box .promain_content p{
	text-align:center;
}
#case_detail .promain_box .promain_content img{
	max-width:600px;
	margin-bottom:20px;
	display:inline-block;
}
.promain_content img{
	margin:20px 0;
}
.news_list{
	margin-top:10px;
	margin-bottom:0px;
	padding-top:20px;
	border-top:1px solid #f2f2f2;
	float:left;
	width:100%;
}
.news_list li{
	float:left;
	width:100%;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #e5e5e5;
}
.news_list li .img_box{
	float:left;
	width:30%;
	margin-right:3%;
	height:150px;
	overflow:hidden;
}
.news_list li .news_text{
	float:left;
	width:67%;
}
.news_list li .news_text .news_line_title{
	font-size:1.2rem;
	float:left;
	padding-bottom:10px;
	width:100%;
}
.news_list li .news_text .news_line_title:hover {
	color:#458eec;
}
.news_list li .news_text p{
	float:left;
}
.news_list li .news_text span{
	float:left;
	padding-top:10px;
	font-size:0.9rem;
	color:#999;
}
.news_list li .news_text .g_two_cut{
	max-height:72px;
}
#product .product_list li:nth-child(3n+0){
	margin-right:0;
}
.product_main{
	float:left;
	width:100%;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 20px;
	border-top: 1px solid #f2f2f2;
}
.product_main .promain_infor{
	float:left;
	width:100%;
}
.product_main .promain_infor .promain_img{
	float:left;
	width:46%;
	margin-right:4%;
	height:400px;
}
.product_main .promain_infor .promain_img img{
	height:100%;
	object-fit:cover;
}
.promain_text{
	float:left;
	width:50%;
}
.promain_text .promain_title{
	float:left;
	width:100%;
	font-size:1.6rem;
	padding-bottom:10px;
}
.promain_des{
	float:left;
	width:100%;
	height:160px;
	overflow-y:auto;
}
.promain_text h3{
	float:left;
	width:100%;
	padding-top:20px;
	font-size:0.9rem;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #f2f2f2;
	color:#303030;
}
.promain_text p{
	float:left;
	width:100%;
	text-indent:1.8rem;
	font-size:0.9rem;
	line-height:1.8rem;
}
.promain_text .service_list{
	float:left;
	width:100%;
	margin-bottom:20px;
}

.promain_text .service_list li{
	float:left;
	text-align:center;
	width:33%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.promain_text .service_list li i{
	float:left;
	font-size:1.4rem;
	color:#458eec;
	font-weight:bold;
}
.promain_text .service_list li span{
	float:left;
	display:inline-block;
	margin-left:6px;
	font-size:0.8rem;
}
.btn_list{
	float:left;
	width:100%;
}
.btn_list .offerbtn{
	float:left;
	padding:12px 40px;
	color:#fff;
	background-color:#ff6700;
	border-radius:4px;
	font-size:1rem;
	margin-right:10px;
	cursor:pointer;
}
.btn_list .offerbtn a{
	color:#fff;
}
.btn_list .contactbtn{
	float:left;
	padding:12px 40px;
	border-radius:4px;
	background-color:#fff;
	border:1px solid #ff6700;
	font-size:1rem;
	cursor:pointer;
}
.btn_list .contactbtn a{
	color:#ff6700;
}
.promain_nav{
	float:left;
	width:100%;
	margin-top:20px;
	background-color:#f2f2f2;
}
.cases_nav{
	float:left;
	width:100%;
	background-color:#f2f2f2;
	margin:20px 0;
	text-align:center;
	color:#458eec;
	padding:16px 40px;
	font-size:1.3rem;
	font-weight:bold;
}
.promain_nav li{
	float:left;
	padding:16px 40px;
	font-size:1rem;
	cursor:pointer;
}
.promain_nav li.active{
	background-color:#458eec;
	color:#fff;
}
.promain_box{
	float:left;
	width:100%;
}
.promain_box strong{
	font-weight:bold;
	color:#303030;
}
.promain_ctitle{
	float:left;
	width:100%;
	text-align:center;
	padding-top:30px;
	margin-bottom:20px;
}
.promain_ctitle h3{
	padding:12px 40px;
	background-color:#458eec;
	color:#fff;
	display:inline-block;
	border-radius:30px;
	font-size:1.1rem;
}
.promain_content{
	padding:30px;
	float:left;
	width:100%;
	background-color:#f2f2f2;
}
.promain_content p img{
	width:100%;
	display:inline-block;
}
.promain_content p{
	background-color:#f2f2f2!important;
	font-size:0.9rem;
	overflow:hidden;
}
.pcon_text{
	font-size:0.9rem;
	text-align:center;
}
.promain_content span{
	background-color:#f2f2f2!important;
}
.promain_content strong{
	background-color:#f2f2f2!important;
}
.page_controller{
	float:left;
	width:100%;
	margin-top:10px;
}
.page_controller ul{
	text-align:center;
}
.page_controller ul li.g_chosen {
    background-color: #458eec;
    border: 1px solid #458eec;
}
.page_controller ul li:first-child{
	border-left: 1px solid #e5e5e5;
}
.page_controller ul li {
    padding: 10px 14px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    margin-bottom: 10px;
    border-left: none;
}
.page_controller ul li.g_chosen a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.global_main{
	float: left;
	width: 100%;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-bottom:60px;
}

.newsdetail_main{
	float:left;
	width:100%;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top: 1px solid #f2f2f2;
	padding:20px;
}
.newsdetail_main table{
	width:100%!important;
}
.newsdetail_main img{
	width:100%;
	display:block;
	margin:10px 0;
}
#plan .newsdetail_main{
	border-top: none;
}
.newsdetail_main .title_ml{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1.8em;
}
.newsdetail_main .newsdetail_describe{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.newsdetail_main .newsdetail_describe .nd_time{
	display: inline-block;
	font-size: 1.1em;
	color: #666;
}
.newsdetail_main .nd_abstract{
    float: left;
    width: 100%;
    background-color: #eeeeee;
    padding: 3%;
    margin: 30px 0 20px;
    position: relative;
}
.newsdetail_main p{
	font-size:0.9rem;
	line-height:1.8rem;
	text-indent:1.8rem;
}
.newsdetail_main h4{
	font-size:1.1rem;
	padding:10px 0;
}
.newsdetail_main .nd_abstract label{
    display: inline-block;
    width: 42px;
    height: 18px;
    font-size: 16px;
    position: absolute;
}
.newsdetail_main .nd_abstract .ct_desc{
    padding-left: 6%;
    color: #666;
    line-height: 22px;
    display: inline-block;
	font-size:0.8rem;
	text-indent:unset;
}
.g_article_line {
    float: left;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 30px 0 16px;
}
.nb_bottom{
	float:left;
	width:100%;
}
.nb_bottom div{
	width:50%;
	font-size:0.9rem;
}
.nb_next{
	text-align:right;
}
.global_cmsection{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top: 1px solid #f2f2f2;
	padding: 20px 10px;
}
.global_cmsection .cmsection_text p{
	font-size:0.9rem;
	line-height:1.8rem;
	margin-bottom:20px;
	text-indent:1.8rem;
}
.global_cmsection .cmsection_text p strong{
	font-size:1.2rem;
	font-weight:bold;
}
.cms_main{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.cms_main h3{
	font-size:1.1rem;
	padding-bottom:10px;
}
.cms_infor{
	float:left;
	width:100%;
}
.cms_infor_inter{
	text-align:center;
	float:left;
}
.cms_infor span{
	float:left;
	width:100%;
	display:inline-block;
	margin-bottom:6px;
	font-size:0.9rem;
	color:#666;
}
.index_product i.sz-xiala_down{
	float:right;
	font-size:2rem;
	margin-top:20px;
	cursor:pointer;
}
.ip_show{
	display:none;
}
.cg_rotate:after {
    transform: rotate(45deg);
}
.section_main .nav_main .sz-xiala_down{
	position:absolute;
	right:15px;
	top:80px;
	font-size:1.4rem;
	cursor:pointer;
	display:none;
}
#news .nav_main ol{
	height:auto;
	overflow:auto;
}
.news_list li .img_box img{
	height:100%;
	object-fit:cover;
}
.search_title{
	float: left;
    width: 100%;
    padding: 0 0 10px;
    font-size: 1.6em;
	border-bottom:1px solid #dcdcdc;
	margin-bottom:20px;
}
.search_title h2{
	font-weight: normal;
    font-size: 1.1em;
    display: inline-block;
    color: #666;
}
.search_title span{
	display: inline-block;
    font-size: 0.8em;
    color: #999;
}
.nodata{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:40px;
}
.nodata i{
	font-size:4rem;
	color:#dadada;
}
.nodata span{
	display:inline-block;
	width:100%;
	font-size:1.2rem;
	color:#999;
}
.sidetool{
	position:fixed;
    right: 15px;
	top:50%;
    z-index: 999;
	background-color:#fff;
	border-radius:8px;
	box-shadow:0 0 10px rgba(0,0,0,.2);
	max-width:142px;
	margin: -240.5px 0 0 0;
}
.sidetool .telphone{
	font-size:0.9rem;
	color:#303030;
	font-weight:bold;
}
.sidetool span{
	float:left;
	display:inline-block;
	width:100%;
	text-align:center;
	padding:10px 0;
	font-size:1rem;
	background-color:#458eec;
	color:#fff;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.flp{
	float:left;
	width:100%;
	margin-top:10px;
}
.flp dd{
	font-size:0.9rem;
}
.flp dl{
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	width: 80%;
	text-align: center;
	margin: auto auto 10px;
}
.flp dl i.sz-icon{
	font-size:1.2rem;
}
.flp dl dt{
	display:inline-block;
	cursor:pointer;
	font-size:0.9rem;
}

/* 2019.7.2 公司资质 */
.qyzz_box{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:0px;
	border-top:1px solid #f2f2f2;
	padding-top:20px;
}
.qyzz_box a{
	float:left;
	width:31%;
	margin:0 2% 20px 0;
}


/* 插件样式 */
.certify_banner{
	float:left;
	width:100%;
}
#certify{
	position: relative;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide .certify_img{
	width:100%;
	height:300px;
	overflow: hidden;
}
#certify .swiper-slide .certify_img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
#certify .swiper-slide img{
	display:block;
}
#certify .swiper-slide p {
	line-height: 98px;
	padding:0 10px;
	text-align: center;
	color: #636363;
	font-size: 1rem;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(/web/public/img/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(/web/public/img/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
/** 响应式调整 **/
@media screen and (max-width:1310px){
	.abus_text{
		width: 90%;
    	left: 5%;
	}
	.caset_mj{
		display:none;
	}
	.case_index .caset_mj{
		display:none;
	}
	.case_section li .case_text .caset_content{
		width:50%;
	}
	.case_section li .case_text{
		padding:10px;
	}
}
@media screen and (max-width:1210px){
	.index_product .pro_nav li{
		width:20%;
	}
	.idsearch_list li:nth-child(4){
		display:none;
	}
	.idsearch_list li:last-child{
		display:none;
	}
	.product_list .img_box{
		height:240px;
	}
	#case .product_list li .img_box{
		height:230px;
	}
	#case .product_list li{
		height:310px;
	}
	.news_main .listle{
		padding:40px;
	}
	.abus_text_box{
		height:230px;
		overflow-y:auto;
	}
	.designer_index{
		width:90%;
		margin:30px 5% 0;
		height:80%;
	}
	.designer_index .designer_index_left{
		height:36%;
		width:100%;
		margin:0 0 2% 0;
	}
	.dir_box{
		width:32%;
		margin-right:2%;
	}
	.dir_box:nth-child(3n+0){
		margin-right:0px;
	}
	.designer_index_right{
		width:100%;
	}
	.global_width{
		margin:0 15px;
	}
	.lg_global_width{
		margin:0 15px;
	}
	.ercode{
		width:60px;
		height:60px;
	}
}
@media screen and (max-width:1010px){
	.product_list .img_box{
		height:200px;
	}
	#product .nav_main ol,#product_detail .nav_main ol{
		height:54px;
		overflow:hidden;
	}
	.section_main .nav_main .sz-xiala_down{
		display:block;
	}
	.nav_main ol li a{
		width:auto;
		height:auto;
	}
	.section_main .nav_main{
		width:100%;
		position:relative;
	}
	.content_main{
		width:100%;
		margin-top:20px;
	}
	.nav_main ol li{
		width:100%;
	}
	#product .product_list li{
		width:48%;
	}
	#product .product_list li:nth-child(2n+0){
		margin-right:0px;
	}
	#product .product_list li:nth-child(3n+0){
		margin-right:2%;
	}
}
@media screen and (max-width:910px){
	.product_list .img_box{
		height:180px;
	}
}
@media screen and (max-width:800px){
	.product_list li{
		height:auto;
	}
	#case .product_list li{
		height:auto;
	}
	.indexc_banner h3{
		font-size:1.6rem;
	}
	#certify .swiper-slide .certify_img{
		height:190px;
	}
	#certify  .swiper-slide{
		width:100%;
		height:auto;
	}
	#certify .swiper-button-next{
		right:10px;
		display:none;
	}
	#certify .swiper-button-prev{
		left:10px;
		display:none;
	}
	.newsdetail_main .title_ml{
		font-size:1.4rem;
	}
	p.g_two_cut{
		font-size:0.8rem;
	}
	.crumb{
		font-size:0.9rem;
	}
	.promain_text .promain_title{
		font-size:1.3rem;
	}
	.promain_content img{
		margin:0 0 10px;
	}
	.product_main .promain_infor .promain_img img{
		height:300px;
	}
	.newsdetail_main .nd_abstract .ct_desc{
		padding: 28px 0 0;
    	font-size: 1.1em;
	}
	.newsdetail_main{
		padding:20px 0;
	}
	.newsdetail_main img{
		width:100%;
		display:block;
	}
	.sidebar .sb_backtotop{
		display:block;
	}
	.product_list{
		margin-bottom:20px;
	}
	.index_product i.sz-xiala_down{
		font-size:1.6rem;
	}
	.promain_content p img{
		width:100%;
	}
	.promain_content{
		padding:20px;
	}
	.promain_nav li{
		width: 50%;
		padding:16px 0;
		text-align:center;
		font-size:0.9rem;
	}
	.btn_list button{
		width:48%;
		margin-right:4%;
		padding:16px 0px!important;
	}
	.btn_list button:last-child{
		margin-right:0px;
	}
	.promain_text .service_list li{
		width:50%;
	}
	.promain_des{
		height:auto;
		overflow:hidden;
	}
	.promain_text{
		margin-top:20px;
		width:100%;
	}
	.product_main .promain_infor .promain_img{
		width:100%;
		margin-right:0px;
		height:auto;
	}
	.pc_banners{
        display:none;
    }
    .ip_banners{
        display:inline;
    }
	.sidetool{
		display:none;
	}
	.news_list li .img_box{
		height:120px;
	}
	#case .product_list li{
		margin-bottom:20px;
		width:48%;
		margin-right:4%;
	}
	#case .product_list li:nth-child(2n+0){
		margin-right:0px;
	}
	#case .product_list{
		margin-bottom:0px;
	}
	.g_title{
		font-size:1.6rem;
	}
	.main_title{
		padding:40px 0 20px;
	}
	.main_title .mt_text{
		font-size:1.6rem;
	}
	.news_main .listle{
		width:100%;
	}
	.news_main .listri{
		width:100%;
		margin-left:0px;
	}
	.ip_show{
		display:block;
	}
	.product_list li{
		width:48%;	
		margin-bottom:20px;
	}
	.product_list li:nth-child(2n+0){
		margin-right:0px;
	}
	.index_product .pro_nav{
		width:90%;
		height:46px;
		overflow:hidden;
	}
	.index_product .pro_nav li{
		width:25%;
		font-size:0.9rem;
	}
	.banner_box{
		margin-top:63px;
	}
	.footer .href_list{
		display:none;
	}
	.logo_img .img_box img{
		max-width:130px;
	}
	.search_box{
		display:none;
	}
	.construct img{
		width:100%;
	}
	.pcshow{
		display:none;
	}
	.ipshow{
		display:block;
	}
	.pannel{
		width: 80%;
		margin-left: 0px;
		left: 10%;
		height: auto;
		padding: 30px;
	}
	#process .ahead_banner{
		display:none;
	}
	#process .ip_ahead_banner{
		display:block;
	}
	.process_service li span{
		width:84%;
	}
	.process_text p{
		font-size:0.9rem;
	}
	.process_text{
		width:90%;
		margin:0 5%;
	}
	.process_service li{
		width:50%;
		height:160px;
	}
	.swipe_left{
		left:-15px;
		top:35%;
	}
	.swipe_right{
		right:-15px;
		top:35%;
	}
	.step_box{
		display:none;
	}
	.process_content .procon_box{
		width:100%;
	}
	.process_title{
		font-size:1.6rem;
	}
	.process_title span{
		font-size:1.1rem;
		width:80%;
		padding:4px 10% 0;
	}
	.ahead_banner{
		margin-top:60px;
	}
	.pagenav_box a{
		font-size:1rem;
	}
	.aboutlist{
		margin-top:10px;
    }
	.eslist_box{
		margin-bottom:10px;
	}
	.designer_index .designer_index_left{
		height:200px;
	}
	#index_iframe{
		height:840px;
	}
	.dir_box .dil_text p{
		font-size:0.7rem;
	}
	.case_index{
		padding:20px;
	}
	.dir_box{
		width:48%;
		margin-bottom:2%;
	}
	.designer_list li{
		width:49%;
		margin-right:2%;
	}
	.case_index .case_section li{
		width:100%;
		margin:0 0 20px 0;
	}
	.case_index .case_section li:last-child{
		margin-bottom:0px;
	}
	.designer_list li:nth-child(2n+0){
		margin-right:0px;
	}
	.designer_list li:nth-child(3n+0){
		margin-right:2%;
	}
	.case_section{
		margin-top:20px;
	}
	.designer_case .designer_case_title{
		height:48px;
		line-height:48px;
		font-size:1rem;
	}
	.design_section .design_img{
		width:100%;
	}
	.design_text_content{
		width:100%;
		margin-left:0px;
		margin-top:20px;
	}
	.children_banner{
		height:140px;
	}
	.catogary_style dd{
		display:none;
	}
	.catogary_style dt:after{
		content: '+';
	    float: right;
	    font-size: 14px;
	    font-weight: normal;
	    margin-top: 2px;
	    margin-right: 8px;
	    -webkit-transition: -webkit-transform .3s ease;
	    transition: -webkit-transform .3s ease;
	    transition: transform .3s ease;
	    transition: transform .3s ease, -webkit-transform .3s ease;
	}
	.catogary_style dt{
		width:100%;
	}
	.catogary_style{
		padding:10px;
	}
	.catogary_style dd a{
		font-size:0.8rem;
	}
	.case_section li .case_img_show .case_img_text{
		height:32px;
		line-height:32px;
	}
	.caset_mj{
		display:none;
	}
	.case_section li .case_text .caset_content{
		width:50%;
	}
	.case_section li .case_text .caset_content span{
		font-size:0.8rem;
	}
	.case_section li .case_img_show .case_img_text span{
		font-size:0.8rem;
	}
	.case_section li .case_text{
		padding:10px;
	}
	.eslist_box p{
		font-size:0.9rem;
	}
	.bottom_content{
		padding:10px 20px;
		font-size:0.8rem;
	}
	.if_left .hot_phone{
		width:70%;
	}
	.if_left{
		width:100%;
		margin-bottom:20px;
	}
	.if_right{
		width:100%;
		border-top:1px solid #666;
	}
	.esystem{
		width:auto;
	    margin: 30px 15px 0;
	}
	.esystem .esright{
		height:auto;
		width:49%;
		position:static;
	}
	.esystem .esleft{
		position:static;
		height:auto;
		width:49%;
		margin-right:2%;
	}
	.escenter{
		display:none;
	}
	.abouttop{
		height:200px;
	}
	.idsection{
	    width: 94%;
    	margin: 30px 3% 0;
		height:auto;
	}
	.abouttext{
		padding:0 20px;
	}
	.aboutlist ul li{
		min-height:180px;
		width:49.25%;
		margin-right:1.5%;
		margin-bottom:10px;
	}
	.aboutlist ul li p{
		font-size:0.9rem;
	}
	.aboutlist ul li:nth-child(2n+0){
		margin-right:0;
	}
	.children_banner{
		margin-top:60px;
	}
	.banner_section{
		position:static;
		margin-top:60px;
	}
	.logo{
		/* margin:6px 0 0 0;
		width:90px;
		height:40px; */
		 margin: 10px 14px 0 0;
    	width: 90px;
    	height: 36px;
		float:none;
		display:inline-block;
	}
	.header_box{
		display:none;
	}
	.ip_header{
		display:block;
	}
	.idtitle{
		margin-top:60px;
	}
}
@media screen and (max-width:700px){
	.index_product .pro_nav li{
		width:50%;
	}
	.dir_box{
		width:100%;
		margin-right:0px;
	}
	.tline{
		width:12%;
		margin:0 16px;
	}
	/* 关于我们 */
    .aboutus_content .aboutus_nav{
        width:100%;
    }
    .aboutus_content .abouutus_main{
        margin-top:20px;
        padding:20px;
         width:100%;
    }
    .aboutus_content .aboutus_nav li{
        width:33.3%;
    	border-bottom: none;
    }
    .aboutus_content .aboutus_nav li.g_chosen{
	    border-bottom: 3px solid #a68161;
    	border-left:none;
    }
    /* end */
}
@media screen and (max-width:500px){
	.product_list .img_box{
		height:120px;
	}
	.news_list li .news_text h3{
		font-size:1rem;
	}
	.news_list li .news_text span{
		font-size:0.8rem;
	}
	.news_list li .img_box{
		width:40%;
	}
	.news_list li .news_text{
		width:57%;
	}
	.swipe_right{
		top: 30%;
	}
	.swipe_left{
		top: 30%;
	}
	.swipe_left i{
		font-size:2rem;
	}
	.swipe_right i{
		font-size:2rem;
	}
	
	.if_left span{
		font-size:1.4rem;
	}
	.if_left i{
		font-size:1.4rem;
	}
	.aboutshow{
		display:none;
	}
	.abouttext{
		width:100%;
	}
	.case_section li{
		width:100%;
		margin:0 0 10px 0;
	}
}
@media screen and (max-width:450px){
	.product_main .promain_infor .promain_img img{
		height:240px;
	}
	#case .product_list li .img_box{
		height:120px;
	}
 	/* 关于我们 */
    .aboutus_content .aboutus_nav li{
        font-size:1.1em;
    }
    .aboutlist ul li{
		width:100%;
    	margin-right:0px;
    }
}
@media screen and (max-width:320px){
	.news_list li .img_box{
		width:50%;
	}
	.news_list li .news_text{
		width:47%;
	}
	/* 关于我们 */
    .aboutus_content .aboutus_nav li{
        font-size:0.9em;
        padding:20px 0;
    }
    .aboutus_content .abouutus_main{
        padding:6%;
    }
    /* end */
}





