@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 {
    zoom: 1;
}
a {
    text-decoration: none;
    color: #303030;
	cursor:pointer;
}
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;
}
.click_more{
	float:left;
	width:100%;
	text-align:center;
}
.click_more a{
	box-shadow: 0 2px 12px #e2e2e2;
	border: #ddd 0px solid;
	background: rgba(255,255,255,.0);
    background-color: rgba(255, 255, 255, 0);
	width: 150px;
	height: 37px;
	display: inline-block;
	line-height: 37px;
	font-size: 14px;
	color: #aba8a8;
	text-indent: 9px;
	border-radius: 0px;
	transition: all ease-out .3s;
	background-color: #fff;
}
.click_more a:hover{
	color: #525252;
	box-shadow: 0px 7px 15px #dedede;
}
.click_more a:hover::after{background-color: #305DC3;}
.click_more a:after{
	transition: all 0.4s ease-out 0s;
	content: ' ';
	width: 37px;
	display: block;
	float: right;
	height: 37px;
	background: url(/public/img/jiantou2.png) no-repeat -55px -63px;
    background-color: rgba(0, 0, 0, 0);
	background-color: #383838;
}
/******** 公用样式end ********/


/* 头部 */
.banner_box{
	float:left;
	width:100%;
	margin-top:100px;
}
.search_box{
	float:left;
	width:100%;
	height:72px;
	background-color:#305dc3;
}
.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.wet-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:18px 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:20px;
	margin:18px 0 0 2rem;
	transition: all linear 0.2s;
}
.logo{
	float:left;
	background:url("/public/img/logo.png") no-repeat;
	width:164px;
	height:31px;
	margin:32px 16px 0 0;
	background-size:100%;
	text-indent: -200000px;
}
.header_fl span{
	display:inline-block;
	float:left;
	margin:40px 0 0 0;
	padding-left:16px;
	border-left:1px solid #dcdcdc;
	font-size:1rem;
	font-weight:bold;
	
}
.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:16.66%;
	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;
}
/* 头部end */



/* 底部 */
.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;
}
.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:100%;
}
.fphone{
	float:left;
}
.if_left i.wet-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;
	font-size: 0.8rem;
}
.bottom_content span{
	color:#999;
}
.children_banner{
	float:left;
	width:100%;
	height:200px;
	background:url("/public/img/children_banner.jpg") center center;
	margin-top:100px;
	display: flex;
    justify-content:center;
    align-items:center;
}
.g_title{
	font-size:2rem;
	color:#fff;
	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;
}
/* 自定义滚动条插件 */
.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;
}


.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;
}
.gl_iframe{
	float:left;
	width:100%;
	height:100%;
}
#site_iframe{
	height:1960px;
	margin-bottom:60px;
}
.dil_img_box{
	float:left;
	width:100%;
	height:100%;
}
.dil_img_box img{
	height:100%;
	object-fit:cover;
}

.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:51px;
	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 span{
    color:#458eec;
	width:100%;
	padding-top:10px;
	font-size:0.9rem;
}
.sb_ercode_div{
    position:absolute;
    top:-46px;
    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('/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.wet-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:1.8rem;
	color:#303030;
}
.subtitle{
	display: block;
	width: 478px;
	color: rgba(191, 191, 191, 0.91);
	font-size: 14px;
	margin: 0 auto;
	border-bottom: 1px #ececec solid;
	padding-bottom: 10px;
	margin: 0 auto;
}
.subtitle:after{
	content: '';
	background-color: rgba(44, 102, 204, 0.82);
	width: 9px;
	height: 9px;
	display: block;
	position: relative;
	top: 15px;
	left: 228px;
}
.index_bg{
	float:left;
	width:100%;
}
.index_product{
	float:left;
	width:100%;
	margin-bottom:60px;
}
.index_prot{
	float:left;
	width:100%;
	text-align:center;
	font-size:1.1rem;
	padding-bottom:10px;
	border-bottom:1px solid #e5e5e5;
}
.pronav_box{
	float:left;
	width:100%;
	margin:20px 0;
	text-align:center;
}
.index_product .pro_nav{
	display:inline-block;
}
.index_product .pro_nav li{
	float:left;
	padding:10px 20px;
	font-size:0.9rem;
	text-align:center;
	cursor:pointer;
	margin-right:10px;
	background-color:#fff;
	border:1px solid #e5e5e5;
	margin-bottom:10px;
}
.index_product .pro_nav li:last-child{
	margin-right:0px;
}
.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 img:hover {
    transform: scale(1.2);
}
/* 合作伙伴 */
#coope_projects{
	width:100%;
	height:100%;
	padding:0 0 40px;
	overflow-x:hidden;
}
.index_cooperation{
	float:left;
	width:100%;
	margin-top:200px;
}
.merchant_box{
	height:110px;
	background-color:#fff;
	padding:0 0 20px;
	border-right:1px solid #eee;
}
.merchant_logo_box {
    float: left;
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
}
.merchant_logo {
    display: table;
    width: 100%;
    text-align: center;
}
.merchant_logo_a {
    height: 110px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    text-decoration: none;
    color: #666;
}
.merchant_logo_a img {
    clear: both;
    max-width: 70%;
    max-height: 70%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.product_list{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.product_list p{
	font-size:0.9rem;
}
.product_list li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
	background-color:#fff;
}
.product_list li:nth-child(3n+0){
	margin-right:0px;
}
.products_box{
	float:left;
	width:100%;
	height:280px;
	overflow:hidden;
	text-align:center;
	padding:20px;
	border:1px solid #f2f2f2;
	display:flex;
	justify-content:center; 
	align-items:center;
}
.products_box .img_box{
	display:inline-block;
}
.product_list li:last-child{
	margin-right:0;
}
.product_list li span{
	width:100%;
	display:inline-block;
	text-align:center;
	line-height:70px;
	font-size:1rem;
}
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{
	background:url("/public/img/center_bg.jpg") no-repeat;
	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{
	background:url("/public/img/products_advantage.jpg") center center no-repeat;
	float:left;
	width:100%;
	padding-bottom:40px;
	height:622px;
}
.items_section{
	float:left;
	width:100%;
	position:relative;
}
.index_advantage .items_box{
	width: 250px;
}
.items_box:after{
    content: "";
    border-bottom: 1px solid #00468c;
    transition: all .5s cubic-bezier(.215,.61,.355,1) 0s;
    width: 0;
    opacity: 0;
    margin-top: 30px;
    border-bottom-color: #00468c;
}
.items_pfi{
	position: absolute;
	top: 20px;
	padding: 30px 20px;
	text-align: right;
}
.items_psc{
	position: absolute;
    top: 240px;
    padding: 30px 20px;
    text-align: right;
}
.items_pth{
	position: absolute;
    top: 20px;
    right: 20px;
    padding: 30px 20px;
}
.items_pfo{
	position: absolute;
	top: 240px;
	right: 20px;
	padding: 30px 20px;
}
.items_pfi:before{
    content: "01";
    opacity: 0;
    transition: all .5s cubic-bezier(.215,.61,.355,1) 0s;
    font-family: Gotham-Black;
    font-size: 50px;
    color: #00468c;
    z-index: 1;
    position: absolute;
    left: 40px;
    top: -30px;
}
.items_psc:before{
	content:"02";
	opacity:0;
	transition:all .5s cubic-bezier(.215,.61,.355,1) 0s;
	font-family:Gotham-Black;
	font-size:50px;
	color:#00468c;
	z-index:1;
	position:absolute;
	left:40px;
	top:-30px;
}
.items_pth:before{
	content:"03";
	opacity:0;
	transition:all .5s cubic-bezier(.215,.61,.355,1) 0s;
	font-family:Gotham-Black;
	font-size:50px;
	color:#00468c;
	z-index:1;
	position:absolute;
	right:40px;
	top:-30px;
}
.items_pfo:before{
	content:"04";
	opacity:0;
	transition:all .5s cubic-bezier(.215,.61,.355,1) 0s;
	font-family:Gotham-Black;
	font-size:50px;
	color:#00468c;
	z-index:1;
	position:absolute;
	right:40px;
	top:-30px;
}
.items_box label{
	display:inline-block;
	margin-bottom:10px;
	font-weight:bold;
	font-size:1rem;
}
.items_box p{
	font-size:0.8rem;
	color:#999;
}
.items_box:hover{
	box-shadow: 0 14px 50px -8px rgba(0,0,0,.12);
	color: unset;
	background-color:#fff;
}
.items_box:hover::before{
	opacity:1;
}
.clearfix:after {
    clear: both;
    display: block;
}
.items_box:hover::after{
	width:100%;
	opacity:1;
}
.index_friends{
	float:left;
	width:100%;
	background-color:#f2f2f2;
	padding-bottom:40px;
}
.index_abus{
	float:left;
	width:100%;
	text-align:center;
}
.abus_text_section{
	position:relative;
}
.index_abus .abus_text_box h3{
	width:100%;
	text-align:center;
	color:#fff;
	font-size:1.6rem;
}
.abus_text_box label{
	display:inline-block;
	width:100%;
	color:#c2c2c2;
	padding-bottom:30px;
}
.abus_text{
	box-shadow:0 0 20px rgba(0,0,0,0.1);
	position:absolute;
	top:110px;
	width:100%;
	padding:20px;
	color:#fff;
	background-color:#305dc3;
	font-size:0.9rem;
}
.abus_text a{
	color:#666;
	display:inline-block;
	margin-top:10px;
	font-size:0.8rem;
	color:#fff;
}
.abus_text p{
	text-indent:1.8rem;
	line-height:28px;
}
.index_abus .abus_bg{
	float:left;
	background:url("/public/img/index_sea.jpg") center center no-repeat;
	width:100%;
	background-size:100% 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;
}

.section_main .nav_main .sz-xiala_down {
    position: absolute;
    right: 15px;
    top: 80px;
    font-size: 1.4rem;
    cursor: pointer;
    display: none;
}

/* 应用领域 */
.ipa_main{
	float:left;
	width:100%;
	margin-top:20px;
}
.ipa_main ul{
	float:left;
	width:30%;
}
.ipa_main ul li{
	height: 80px;
	line-height: 80px;
	text-align:center;
	float:left;
	width:100%;
	font-size: 14px;
	border-top: 1px solid #f1f1f1;
	background-color:#fff;
	cursor:pointer;
}
.ipa_main ul li.cur{
	color:#fff;
	background: -webkit-linear-gradient(left, rgba(59,145,254) , rgba(36,123,229)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(59,145,254) , rgba(36,123,229)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(59,145,254) , rgba(36,123,229)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,rgba(59,145,254) , rgba(36,123,229)); /* 标准的语法 */
}
.ipa_main .ipa_right{
	float:left;
	width:70%;
	height:480px;
	overflow:hidden;
}
.ipa_main .ipa_right .ipa_box{
	float:left;
	width:100%;
	height:100%;
}
.ipa_box{
	position:relative;
}
.text_tips{
	position:absolute;
	bottom:0px;
	height:60px;
	line-height:60px;
	width:100%;
	background-color:rgba(0,0,0,.3);
	padding:0 20px;
}
.text_tips h3{
	font-size:1.1rem;
	color:#fff;
	text-align:center;
	width:100%;
}
.ipa_box img{
	height:100%;
	object-fit:cover;
}
.ipa_box img:hover{
	transform:scale(1.2);
}
.index_application{
	float:left;
	width:100%;
	padding-bottom:60px;
}
/* 新闻资讯 */
.index_news{
	margin-top:60px;
	padding:0px 0 60px;
	background-color:#fff;
	float:left;
	width:100%;
}
.index_news ul{
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
.index_news ul li{
	float:left;
	width: 49%;
	margin-right:2%;
	margin-bottom: 2%;
	background-color: #f7f7f7;
	padding: 20px;
	transition: all; 
}
.index_news ul li:hover img{
	transform:scale(1.2);
}
.index_news ul li p.g_two_cut:after{
	background: -webkit-linear-gradient(left, transparent, #f7f7f7 55%);
	background: -o-linear-gradient(right, transparent, #f7f7f7 55%);
	background: -moz-linear-gradient(right, transparent, #f7f7f7 55%);
	background: linear-gradient(to right, transparent, #f7f7f7 55%);
}
.index_news ul li:nth-child(2n+0){
	margin-right:0px;
}
.index_news ul li .img_box{
	float:left;
	width:30%;
	height:90px;
	overflow:hidden;
}
.index_news ul li .img_box img{
	height:100%;
	object-fit:cover;
}
.index_news ul li .index_gntext{
	float:left;
	width:70%;
	padding-left:20px;
}
.index_gntext span{
	display:inline-block;
	font-size:1rem;
	width:100%;
}
.index_gntext p{
	font-size:0.8rem;
	color:#afafaf;
}



.news_main .img_box img:hover {
    transform: scale(1.2);
}
.news_main .img_box img{
	height:100%;
	object-fit:cover;
}
.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:16.66%;
	text-align:center;
	font-size:1rem;
}
.footer .href_list li a{
	color:#fff;
}
.footer_infor{
	float:right;
}
.footer_infor li{
	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:#305dc3;
	color:#fff;
	font-size:1.3rem;
	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;
}
.nav_main ol li:hover 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;
}
#search #product .product_list{
	margin-top:0px;
	padding-top:0px;
}
#product .product_list{
	margin-top:10px;
	margin-bottom:0px;
	padding-top:20px;
	border-top:1px solid #f2f2f2;
}
#product .product_list li{
	width:32%;
	margin-right:2%;
	margin-bottom:20px;
}
#product .product_list li .img_box{
	height:auto;
	overflow:hidden;
	padding:20px;
	border:1px solid #eee;
	text-align:center;
	display:flex;
	justify-content:center; 
	align-items:center;
    height: 240px;
}
#product .product_list li .img_box .img_main{
	width:auto;
	height:100%;
	display:inline-block;
	
}
#product_detail .promain_content img{
	width:80%;
	margin:0 auto;
}
#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;
}

.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 .product_list li h3{
	float:left;
	width:100%;
	text-align:center;
	line-height:40px;
	font-size:0.9rem;
}
.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:260px;
	padding:10px;
	border:1px solid #dcdcdc;
	overflow:hidden;
	text-align:center;
	display:flex;
	align-items:center;
    justify-content:center;
}
.product_main .promain_infor .promain_img .img_box{
	display:inline-block;	
}
.product_main .promain_infor .promain_img img{
	height:100%;
	width:auto;
	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:140px;
	margin-bottom:20px;
	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:auto;
	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%;
}
.newsdetail_main img{
	margin:10px auto;
	display:block;
	max-width:100%;
	height:auto;
	width:auto;
}
#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 table td{
	border:1px solid #eee;
}
.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:last-child{
	margin-bottom:0px;
}
.cms_main h3{
	font-size: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.wet-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 .wet-xiala_down{
	position:absolute;
	right:15px;
	top:74px;
	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 h3{
	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:140px;
	margin: -180px 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.wet-icon{
	font-size:1.2rem;
}
.flp dl dt{
	display:inline-block;
	cursor:pointer;
	font-size:0.9rem;
}
/* 插件 */
/* swiper.min.css */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

/** 响应式调整 **/
@media screen and (max-width:1310px){
	.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_cooperation{
	    margin-top: 100px;
	}
	.idsearch_list li:nth-child(4){
		display:none;
	}
	.idsearch_list li:last-child{
		display:none;
	}
	#case .product_list li .img_box{
		height:170px;
	}
	.news_main .listle{
		padding:40px;
	}
	.abus_text_box{
		height:200px;
		overflow-y:auto;
	}
	
	.dir_box{
		width:32%;
		margin-right:2%;
	}
	.dir_box:nth-child(3n+0){
		margin-right:0px;
	}
	.global_width{
		margin:0 15px;
	}
	.lg_global_width{
		margin:0 15px;
	}
	.ercode{
		width:60px;
		height:60px;
	}
}
@media screen and (max-width:1010px){
	.section_main .nav_main .sz-xiala_down {
	    display: block;
	}
	.header_fl span{
		display:none;
	}
	#product .nav_main ol,#product_detail .nav_main ol{
		height:54px;
		overflow:hidden;
	}
	.section_main .nav_main .wet-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:800px){
    .footer {
        padding: 20px 0 50px 0;
    }
	.products_box .img_box{
		width:90%;
	}
	.promain_ctitle h3{
		font-size:1rem;
	}
	.btn_list .offerbtn{
		font-size:0.9rem;
	}
	.btn_list .contactbtn{
		font-size:0.9rem;
	}
	.swiper-button-next, .swiper-button-prev{
		background-size:60%;
	}
	.footer_infor{
		width:100%;
	}
	.text_tips h3{
		font-size:1rem;
	}
	.index_application{
		padding-bottom:30px;
	}
	.index_product{
		margin-bottom:30px;
	}
	.product_list li:nth-child(3n+0){
		margin-right:2%;
	}
	.abus_text_box label{
		padding-bottom:20px;
	}
	.abus_text p{
		font-size:0.9rem;
	}
	.index_abus .abus_text_box h3{
		font-size:1.4rem;
	}
	.index_news{
		margin-top:30px;
		padding-bottom:30px;
	}
	.index_news ul li .index_gntext{
		width:60%;
	}
	.index_news ul li .img_box{
		width:40%;
	}
	.index_news ul li{
		width:100%;
		margin-right:0px;
	}
	.index_cooperation{
		margin-top:200px;
	}
	.index_abus .abus_bg{
		height:130px;
	}
	.indexc_banner{
		height:150px;	
	}
	.indexc_banner h3{
		font-size:1.2rem;
	}
	.yzs_title label{
		font-size:1rem;
	}
	.indexc_dw p{
		font-size:1rem;
	}
	.abus_text{
		top:60px;
	}
	.ipa_main .ipa_right{
		width:100%;
		height:auto;
	}
	.ipa_main ul{
		width:100%;
	}
	.ipa_main ul li{
		height:48px;
		line-height:48px;
		width:33.3%;
		font-size:0.7rem;
	}
	.items_pfi{
		top:0px;
	}
	.items_psc{
		top:0px;
	}
	.items_pth{
		top:0px;
		right:0px;
	}
	.items_pfo{
		top:0px;
		right:0px;
	}
	.index_advantage .items_box {
	    width: 100%;
	    float: left;
	    margin-bottom: 30px;
	    position: relative;
	    padding: 10px;
	}
	.index_advantage .items_box:last-child{
		margin-bottom:0px;
	}
	.index_advantage{
		background:none;
		background-color:#fff;
		height:auto;
	}
	.index_advantage .items_box::before{
		opacity:1;
	}
	.index_advantage .items_box::after{
		width:100%;
		opacity:1;
	}
	.items_box{
		box-shadow: 0 14px 50px -8px rgba(0,0,0,.12);
		color: unset;
		background-color:#fff;
	}
	.subtitle{
		width:280px;
	}
	.subtitle:after{
		left:140px;
	}
	.product_list li span{
		font-size:0.9rem;
	}
	.products_box{
		height:200px;
	}
	.pronav_box{
		width:90%;
	}
	.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.wet-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:30px 0 20px;
	}
	.main_title .mt_text{
		font-size:1.4rem;
	}
	.news_main .listle{
		width:100%;
	}
	.news_main .listri{
		width:100%;
		margin-left:0px;
	}
	.ip_show{
		display:block;
	}
	.product_list li{
		width:48%;	
	}
	.product_list li:nth-child(2n+0){
		margin-right:0px;
	}
	.index_product .pro_nav{
		width:100%;
		height:46px;
		overflow:hidden;
	}
	.index_product .pro_nav li{
		font-size:0.7rem;
		padding:10px; 
	}
	.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;
	}
	#index_iframe{
		height:840px;
	}
	.dir_box .dil_text p{
		font-size:0.7rem;
	}
	.case_index{
		padding:20px;
	}
	.dir_box{
		width:48%;
		margin-bottom:2%;
	}
	.case_index .case_section li{
		width:100%;
		margin:0 0 20px 0;
	}
	.case_index .case_section li:last-child{
		margin-bottom:0px;
	}
	.case_section{
		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:12px 12px 0 0;
		width:120px;
		height:24px;
		float:none;
		display:inline-block;
	}
	.header_box{
		display:none;
	}
	.ip_header{
		display:block;
	}
	.idtitle{
		margin-top:60px;
	}
}
@media screen and (max-width:700px){
	#product .product_list li .img_box{
		height:220px;
	}
	.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 .product_list li .img_box{
		height:160px;	
	}
	.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 .product_list li .img_box{
		height:140px;	
	}
	.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){
	#product .product_list li .img_box{
		height:110px;
	}
	.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 */
}

