@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
/*Base*/
html {
	font: 12px/1.8 "微软雅黑";
	color: #666;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: 0;
}
a:active, a:hover {
	outline: 0;
}
a{ color:#333;}
a:hover{ color:#094291;}
img {
	border: 0;
	-ms-interpolation-mode:bicubic
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline:none;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input.submit {
	border: 0;
	margin: 0;
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
	float: left;
	display: inline;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 1;
}
ul, ol {
	list-style:none;
}
li {
	list-style:none;
}
/*清除浮动*/
.clear {
	clear: both;
	height:0px;
	line-height:0px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
dl, dd, dt {
	list-style:none;
	padding:0px;
	margin:0px;
}
html,body{
	position: relative;
}
a{cursor:pointer;}
.w960{
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.ovh{
	overflow: hidden;
}
.mt35{
	margin-top: 35px!important;
}








@font-face {
  font-family: 'font/iconfont';
  src: url('font/iconfont.eot');
  src: url('font/iconfont.eot?#iefix') format('embedded-opentype'),
      url('font/iconfont.woff2') format('woff2'),
      url('font/iconfont.woff') format('woff'),
      url('font/iconfont.ttf') format('truetype'),
      url('font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "font/iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.main_content{ width:85%; margin:0 auto;}


/*分页*/
.pagingNav {
	padding: 5px 10px;
	margin-top: 20px;
	margin-bottom: 20px;

}
.pagingNav p {
	height: 30px;
	line-height: 30px;
}
.pagingNav .uls {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.pagingNav .uls li{ 
    display: inline-block;
    text-align: center;
	list-style:none;
 	margin-left: 5px;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	/*border: 1px solid #EBEBEB;*/
	text-decoration: none;
}
.pagingNav .uls a {


}
.pagingNav .uls a.cur,.pagingNav .uls li.thisclass{
	/*background-color: #0080cc;
	border-color: #0080cc;
	color: #fff;*/
}
.pagingNav .uls .tBtn:hover {
	background-color: inherit;
	color: inherit;
background-color:transparent;
color:#666;
}



/***********top***************/

/*header*/
.header{ width:100%; float:left;}
.header_top{ width:100%; float:left; height:35px; background:#f1f1f1; border-bottom:1px solid #d5d5d5; line-height: 35px; overflow: hidden;}
.header_top_title{ float:left;}
.header_top_fr{ float:right;}
.header_top_yy{ float:left}
.header_top_yy i{ margin-right: 5px; font-size: 14px; color: #4d4d4d;}
.header_top_yy a{ padding: 0 5px;}
.header_top_yy a:last-child{ border-left: 1px solid #6b6b6b;}
.header_top_tel{float:left; margin-left:10px;}
.header_top_tel i{ margin-right: 5px; font-size: 14px; color: #4d4d4d;}
.header_top_tel a{ padding: 0 5px;}

.header_bot{ width:100%; float:left; height:100px; background:#fff;}
.logo{ float:left; height:100px; position:relative; width:25%;}
.logo img{ max-width:100%; position:relative; top:50%; transform:translateY(-50%);}
.header_nav{ float:left; width:calc(75% - 52px);}
.header_nav>ul>li{ float:left; width:11%; text-align:center; line-height:100px;     position: relative;}
.header_nav>ul>li a{ font-size:16px}

.header_nav li ul {
	position: absolute;
	padding: 15px 0 7px 0;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	list-style: none;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);
	z-index:9999
}

.header_nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	z-index: 999;
	margin-top: -1px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.header_nav li > ul  li{ text-align:left; line-height:40px; width:100%; padding: 1px 23px;}
.header_nav .sub-menu li a:hover {
border-bottom:2px solid #000;
}

.header_nav .sub-menu {
	width: 220px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translate(0px, 10px);
	-moz-transform: translate(0px, 10px);
	-ms-transform: translate(0px, 10px);
	-o-transform: translate(0px, 10px);
	transform: translate(0px, 10px);
	border: 1px solid #eaeaec;
}
.header_nav .sub-menu li a {
	margin-bottom: 9px;
}
.header_nav li:hover > .sub-menu > li {
	padding: 1px 23px;
}
.header_nav li:hover > .sub-menu > li > a {
	letter-spacing: 1px;
	color: #000;
}
.header_nav .sub-menu .sub-menu:before {
	left: -8px;
}




.header_search{ float:right; width:50px; text-align:center; border-right: 1px solid #e8e8e8; border-left: 1px solid #e8e8e8; margin-top:35px; position:relative;}
.header_search i{ font-size: 14px; height: 30px; line-height: 30px; }
.search_open i{ font-size:0px; line-height: 0;}
.search_open i:before{ content: 'X';  font-size:12px;  height: 28px; line-height: 28px; }  

.search_fr{ float: left; margin-top: 2px; width:200px; right: 0; z-index: 999; position:absolute; overflow: hidden; transition:0.5s; max-height:0px;}
.search_fr.search_open{max-height:40px;}
.search_fr .soText {
	float: left;
	width: 128px;
	height:30px;
	line-height: 30px;
	padding:0 10px;
	border: 1px  #e5e5e5 solid;	
	outline: none;
	border-right:0px;
	color:#b8b8b8;
	font-size:12px;
	
}
.soText::-webkit-input-placeholder { color:#b5b5b5;}
.search_fr .soBtn {
	float: left;
	width:50px;
    height: 32px;
	line-height:32px;
	border: 1px  #005baa solid;
	background:#005baa;
	color:#fff;
	font-size: 16px;
	/*background-size: 18px;*/
	
}


/*banner*/
.slide-main{position:relative; float: left;}
.slide-main .prev,.slide-main .next{display:none;width:70px;height:70px;position:absolute;z-index:222; overflow:hidden;cursor:pointer;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);_border:1px solid none; top: 40%;}
.prev img,.next img{ width:100%;}
.slide-main:hover .prev,.slide-main:hover .next{display:block;}
.prev{left:70px;}
.next{right:70px;}
.prev:hover,.next:hover,.nav-main a:hover,.nav-main a.cur{opacity:1;-moz-opacity:1;filter:alpha(opacity=100);}
.item{display:block;width:100%;height:20px;position:absolute;z-index:124;left:0;text-align:center; bottom: 5%;}
.item a{display:inline-block;width:10px;height:10px;margin-right:11px;opacity:1;-moz-opacity:0.3;filter:alpha(opacity=30);overflow:hidden;border-radius: 10px; border: 1px solid #dcdbdd;}
.item a.cur{background:#dcdbdd;}
.slide-box,.slide{display:block;width:100%; float: left;}
.slide-box{position:relative;}
.slide{display:none; background:#1d2d6b;position:relative;z-index:8;}

.slide a{display:block;width:100%;cursor:pointer;}
.slide>a>img{ width:100%;}

.slide_wap{ position: absolute;  top: 0; left:0px; width: 100%; display:none;}
.slide_wap img{width:100%;}

.slide_wz{ position:absolute; top:0px; left:0;  z-index:999; width:100%; text-align:center;}
.wz_kuan0{ display:none;}

.tu_kuan1{ position: absolute;  top: 8%; left:23%;}
.tu_kuan1 img{ width: 16.5vw;}
.wz_kuan1{ top:18%; left: 60%; transform:translateX(-50%); color:#fff; float: left; width: auto;  background:url(../images/banner1_bg_kuan.png) center center no-repeat; background-size: 100% 100%; padding: 3% 6%;}
.wz_kuan1 .slide_title1{  opacity:0; font-size:30px;}
.wz_kuan1 .slide_title2{  opacity:0;  font-size:30px;}


.tu_kuan2{}
.tu_kuan2 img{ }
.wz_kuan2{ color:#000; float: left; width: 80%;  margin-left: 10%; text-align: left; }
.wz_kuan2 .slide_title1{  opacity:0;   font-size: 41px;  width: 100%; text-align: center; margin-top: 12px; color: #535353;  font-weight: bold;}
.wz_kuan2 .slide_title1 img{ width: 16vw; position: relative; top: 10px;}
.wz_kuan2 .slide_title2{  opacity:0; color: #8f8f8f; font-size: 20px; text-align: center; font-weight: bold; line-height: 30px;     width: 53%; margin: 0 auto; margin-top: 17px;}

.tu_kuan3{ }
.tu_kuan3 img{}
.wz_kuan3{  width: 21%;  text-align: left;  top: 50%;  transform: translateY(-50%);  margin-left: 21%;}
.wz_kuan3 .slide_title1{  opacity:0;  }
.wz_kuan3 .slide_title1 img{ width:10vw; }
.wz_kuan3 .slide_title2{  opacity:0; font-size: 42px; color: #163882; }
.wz_kuan3 .slide_title3{  opacity:0;  font-size: 15px; color: #7e7e7e; margin-top: 10px; }


.slide_wz .animated{opacity:1;}




/*产业布局*/
.cybj{ width:100%; float:left; background:#fff; padding-bottom:90px; box-shadow: 0px 3px 10px #e6e6e6;}
.cybj_title{ width:100%; float:left; text-align:center; padding-top:70px; height:70px; background:url(../images/title_bg.png) top center no-repeat; font-size:26px; line-height: 26px; margin-bottom: 10px;}
.cybj_title span{ font-size:12px;}
.i_cybj_list{  width:100%; float:left; position: relative; margin-top: 70px;}

#myscroll{display:block; width:100%; position:relative; overflow:hidden; min-height: 250px;}
#myscroll #myscrollbox{display:block; float:left; position:absolute; left:0; top:0; width:1000000px; overflow:hidden;}
#myscroll ul{display:block; float:left; list-style-type:none; padding:0; margin:0;}

#myscroll ul li {  float:left; position:relative}
#myscroll ul li a{display:block; /*float:left;*/ width:80%; position:relative; color:#333; margin: 0 auto;}
#myscroll ul li .i_cybj_list_tu{  float:left; text-align:center; width:100%;}
#myscroll ul li .i_cybj_list_tu .cybj_tu { padding:15%; background-color:#163882; border-radius:100px; width: 100px; margin: 0 auto;}
#myscroll ul li .i_cybj_list_tu img{  max-width: 100px; max-height: 100px;}
#myscroll ul li .i_cybj_list_tu img.cybj_tu2{display:none;}
#myscroll ul li:hover .i_cybj_list_tu .cybj_tu{ background-color:#eee;}
#myscroll ul li:hover .i_cybj_list_tu img.cybj_tu1{display:none;}
#myscroll ul li:hover .i_cybj_list_tu img.cybj_tu2{display:block;}
#myscroll ul li .cybj_list_tu2{  float:left; left:0px; text-align:center;  width:100%; position:absolute; display:none;  }
#myscroll ul li .cybj_list_tu2 img{ padding:15%;  background-color:#163882;  border-radius:100px; max-width: 100px; max-height: 100px;}
#myscroll ul li:hover .cybj_list_tu2{ display:block;}
#myscroll ul li .i_cybj_list_cont{ width:100%; float:left;}
#myscroll ul li .i_cybj_list_title{ text-align: center; font-size: 20px; line-height: 50px;}
#myscroll ul li .i_cybj_list_desc{  min-height: 41px;}

#mybtns{width:100%; display:block; }
#mybtns a{width:38px; height:64px; display:block;margin-right:1px; position: absolute; top:50%; transform: translateY(-50%);}
#mybtns a:hover{}
#mybtns a:hover, #myscroll, #mybtns a,#myscroll #myscrollbox{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left{ background-image:url(../images/jt_l.png); left:-7%; }
#mybtns #right{ background-image:url(../images/jt_r.png); right:-7%}
.disabled{ pointer-events: none;}
.about_zs_gs{ width:5px; display:none;}

.ry_zs_gs{ width:4px; display:none;}


/*行业应用*/
.hyyy{ width:100%; float:left;}
.hyyy_title{ width:100%; float:left; text-align:center; padding-top:70px; height:70px; background:url(../images/title_bg.png) top center no-repeat; font-size:26px; line-height: 26px; margin-bottom: 10px;}
.hyyy_title span{ font-size:12px;}
.hyyy_list{ width: 100%; float: left; margin-top: 80px;    background: #fff;}
.panels {
  min-height: 540px;
  overflow: hidden;
  display: flex;
  cursor: pointer;
}

.panel {
  /*background: #6b0f9c;*/
  color: #000;
  text-align: center;
  align-items: center;
  /* Safari transitionend event.propertyName === flex */
  /* Chrome + FF transitionend event.propertyName === flex-grow */
  /*transition:
    font-size 0.7s cubic-bezier(0.61,-0.19, 0.7,-0.11),
    flex 0.7s cubic-bezier(0,0, 0,0),
    background 0.2s;*/
  font-size: 20px;
  background-size: cover;
  background-position: center;
  flex: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.hyyy_list .panel{ opacity: 0.5;  position:relative;  }
.hyyy_list .panel a{    width: 100%;  height: calc(100%);   float: left;}
.hyyy_list .panel  img {
  width: 100%;
  height: calc(100%);
  -o-object-fit: cover;
     object-fit: cover;
  /*transition: .5s;*/
 
   position: relative;
}

.hyyy_list .panel  span {
   height:180px; 
   width:22px; 
  
   color:#fff;
   text-align:center;
   position:absolute;
   top:0px;
   left:0px;
   align-items: center;
   display: inline-grid;
   font-size:22px;
   padding: 10px 20px;
   line-height: 35px;
   opacity: 1;
   background:none;
   
}
.hyyy_list .panel .hyyy_list_desc{
	
   position:absolute;
   bottom:0px;
   left:0px;
   background: rgba(0,0,0,0.4);
   height:90px; 
   width:80%;
   color:#fff;
   align-items: center;
    display: inline-grid;
    line-height: 22px;
    padding: 0 10%;
    font-size: 14px;
	opacity:0;
	/*transition: 0.5s;*/
	text-align:left;
	
}
.hyyy_list .panel.open .hyyy_list_desc{
	
	opacity:1;
	/*transition: 0.5s;*/
}
.hyyy_list .panel.open  span {  
  opacity: 1;
 background: #415b98;
}

.panel.open {
  flex: 5;
  opacity: 1;
}


/*关于我们*/
.gywm{ width:100%; float:left;}
.gywm_title{ width:100%; float:left; text-align:center; padding-top:70px; height:70px; background:url(../images/title_bg.png) top center no-repeat; font-size:26px; line-height: 26px; }
.gywm_title span{ font-size:12px;}
.gywm_list{ width:100%; float:left; padding-top: 39px; background:url(../images/gywm_bg.jpg) center top no-repeat; padding-bottom:50px;}
.gywm_list_top{ width:100%; float:left;  margin-bottom: 45px;}
.gywm_list_top ul{  width:100%; text-align: center; }
.gywm_list_top li{ display: inline-block; text-align: center; width: 13%; margin: 0 3%; border: 1px solid #dcdcdc; font-size: 18px; 
color: #626262; border-radius: 17px; height: 40px; line-height: 40px; background: #fff;}
.gywm_list_top li a{float:left; width:100%; color: #626262;}
.gywm_list_top li:hover,.gywm_list_top li.cli1{ border: 1px solid #163880; background: #163882;}
.gywm_list_top li:hover a,.gywm_list_top li.cli1 a{ color: #fff;}

.gywm_info{width:100%; float:left;}
.gywm_list_tu{ width:53%; padding-right:1%; padding-bottom:1%; background:url(../images/about_tu_bg.png) right bottom no-repeat; float:left;}
.gywm_list_tu img{ width:100%;}
.gywm_list_cont{ width: 37%;  padding:0 3%; float:right; background:#fff;  min-height: 450px;}
.gywm_list_title{ font-size: 21px; color: #000; margin-top: 9%;}
.gywm_list_desc{ margin-top: 43px; font-size: 14px; line-height: 24px;}
.gywm_list_gd{ margin-top: 50px; margin-bottom:50px;}
.gywm_list_gd a{ font-size: 16px; color: #143884; padding: 5px 16px; border: 1px solid #eee; border-radius: 20px;}
.gywm_list_gd a img{ position: relative; top: 2px;}

/*新闻资讯*/
.xwzx{ width:100%; float:left; background:#fff; padding-bottom: 80px;}
.xwzx_title{ width:100%; float:left; text-align:center; padding-top:70px; height:70px; background:url(../images/title_bg.png) top center no-repeat; font-size:26px; line-height: 26px; margin-bottom: 10px;}
.xwzx_title span{ font-size:12px;}
.xwzx_list{ width:100%; float:left; margin-top:70px;}
.xwzx_list_fl{ width:32%; float:left; padding:2%; background: #eee;}
.xwzx_list_fl a{ color: #333;}
.xwzx_list_title{ font-size: 21px; line-height: 23px;}
.xwzx_list_desc{ margin-top: 15px; font-size: 14px; line-height: 25px; max-height:100px; overflow:hidden;}
.xwzx_list_time{ margin-top: 45px; margin-left: 43px; border-left: 2px solid #163882; padding-left: 20px; font-size: 14px; color: #979797; line-height: 30px; padding-bottom: 10px;}
.xwzx_list_time span{ font-size: 24px;}
.xwzx_list_tu{ width: 100%;}
.xwzx_list_tu img{ width: 100%;}

.xwzx_list_fr{ width:60%; float:right;}
.xwzx_list_fr li{ float: left; width: 100%; padding: 30px 0; border-bottom: 1px solid #eee;}
.xwzx_list_fr li:nth-child(1){ padding-top:0px;}
.xwzx_list_fr li:last-child{ border:0px;}
.xwzx_list_fr li .xwzx_list_tu2{ width:28%; float:left; margin-right:5%; }
.xwzx_list_fr li .xwzx_list_tu2 img{ width:100%;}
.xwzx_list_fr li .xwzx_list_cont2{ width:65%; float:left; }
.xwzx_list_fr li .xwzx_list_title2{ font-size: 20px;}
.xwzx_list_fr li .xwzx_list_desc2{ font-size: 14px; margin-top: 8px; color: #5d5d5d;}
.xwzx_list_fr li .xwzx_list_time2{ margin-top: 22px; font-size: 13px; color: #d2d2d2;}
.xwzx_list_fr li .xwzx_list_time2 span{ float:right;}

.xwzx_gd{  margin-top: 70px; width:100%; float:left; text-align:center;}
.xwzx_gd a{ font-size: 16px; color: #143884; padding: 5px 16px; border: 1px solid #eee; border-radius: 20px;}
.xwzx_gd a img{ position: relative; top: 2px;}


/*联系我们*/
.lxwm{ width:100%; float:left; height:170px; background:url(../images/lxwm_bg.png) center no-repeat; background-color:#4251b6;}
.lxwm_title{ float: left; width: 69%; height: 170px; line-height: 170px; text-align: center; font-size: 30px; color: #fff;}
.lxwm_gd{ float: left; width: 30%; text-align: left; line-height: 170px;}
.lxwm_gd a{ padding: 8px 30px; font-size: 15px; background: #fff;  color: #163882; border-radius: 5px;}
.lxwm_gd a i{ font-size: 22px; margin-right: 15px;}

/*立即咨询*/
#waves{background-color:#4251b6;position:absolute;top:0;left:0;z-index:0;width:100%;height:100%}



/*footer*/
.footer{ width:100%; float:left; background:#2f2f2f;}
.footer_top{ width:100%; float:left; margin-top: 70px;}
.footer_top_l{ width:23%; float:left; background:url(../images/footer_tel_bg.png) top right no-repeat;}
.footer_tel{ float:left; border-left: 2px solid #4993dc; padding-left: 30px; color:#fff;}
.footer_tel p{ float: left; width: 100%; font-size: 14px;}
.footer_tel span{ float: left;  width: 100%; font-size: 26px; color: #4895dd; font-weight: 600; line-height: 30px;}
.footer_lx{ width:100%; float:left; margin-top: 30px; font-size: 14px; line-height: 24px;}
.footer_lx p{ color:#888888;}
.footer_lx a{ color:#888888;}
.footer_top_c{ width: 50%; float: left; margin-left: 10%;}
.footer_nav{ float:left; width:25%;}
.footer_nav_title{ color:#fff; font-size: 20px; margin-bottom: 10px;}
.footer_nav li{ margin-bottom: 11px;}
.footer_nav li a{ color:#888888; }
.footer_top_r{ width:15%; float:left; border:1px solid #8f8f8f; text-align:center; margin-left:1%;}
.footer_ewm{  width:90%; text-align:center; margin: 30px 5% 0;}
.footer_ewm img{ max-width: 130px; width:100%;}
.footer_ewm span{ float: left; width: 100%; text-align: center; color: #888888; font-size: 14px; line-height: 40px;}

.footer_fx{ width:70%; float:left; margin:0 15%; background:#2f2f2f; position: relative; top: 16px;}
.bshare-custom{ }
.bshare-custom a{ background:none !important; color:#888888 !important; padding: 4% !important; border: 1px solid #e1e1e1; text-align: center; border-radius: 50px; height: auto !important;}

.footer_link{ float: left;  width: 100%; margin-bottom: 30px;}
.select_link{
	
	float: right;
	font-size: 14px;
	width:270px; 
	height:45px;
	border: 1px solid #888888;
	color:#888888;	
	border-radius: 4px;
    padding: 0 1%;
    /* 清除默认的箭头样式 */
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* 右侧添加小箭头的背景图 */
    background: url(../images/select_link_jt.png) center right 10px no-repeat;
    background-color: #2f2f2f;

}
.footer_bot{ float:left; width:100%; line-height:40px; background:#2a2a2a}
.footer_copy{ float:right; color:#888888; text-align:right; font-size:14px;}
.footer_copy a{ color:#888888;}

.i_pro_top_wap{ margin: 25px 0; display:none;  text-align: center;}
.i_pro_top_wap select#tabs{ width:80%; padding:0 5%; height:50px; font-size: 16px;    background: #0b4391; color: #fff; border-color: #0b4391;}
.i_pro_wap{ margin-top: 25px; display:none;  text-align: center;}
.i_pro_wap select#tabs{ width:90%; padding:0 5%; height:50px; font-size: 16px;    background: #0b4391; color: #fff; border-color: #0b4391;}


/*内页*/
.content{ width:100%; float:left;}
.Location{ width: 100%; height: 45px; line-height: 45px; border-bottom: 1px solid #cdcdcd;  font-size:14px; overflow: hidden;}
.Location span{ margin:0 10px;}
.Location a{ }
.Location a:hover{ color:#0056a6}
.Location_tubiao{ float: left; width: 45px; height: 45px; border-left: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd; text-align: center; color:#0a479a;}
.Location_tubiao img{ margin-top: 15px;}
.Location_fr{ float:right;}
.Location_fr li{ float:left; padding:0 15px; font-weight:bold;}
.Location_fr a:hover,.Location_fr li.no a{ line-height: 44px; border-bottom: 2px solid #04458e; float: left;}


/*公司简介*/
.gsjj{ width:100%; float:left; margin-top:50px;}
.gsjj_fl{ width:45%; float:left;}
.gsjj_title{ width:100%; float:left; font-size:20px; font-weight:bold; margin-bottom:30px;}
.gsjj_desc{ width:100%; float:left; line-height:30px; font-size:14px; text-align: justify;}
.gsjj_fr{ width:50%; float:right;}
.gsjj_tu{ width:100%; float:left;}
.gsjj_tu img{ width:100%; float:left;}

.jyln{ width:100%; float:left; margin-top: 30px; position:relative; overflow: hidden;}
.jyln img{     width: auto; position: relative; left: 50%; transform: translateX(-50%);}
.jyln_cont{ width:90%; padding:0 5%; float:left; position:absolute; top:50%; left:0px; color:#fff; transform: translateY(-50%);}
.jyln_title{ width:100%; float:left; text-align:center; font-size: 22px; margin-bottom: 30px;}
.jyln_desc{ width:100%; float:left; font-size: 18px;}

.fzlc{ width:100%; float:left; padding:50px 0;}
.fzlc_title{width:100%; float:left; text-align:center; color: #000; z-index: 999; position: relative; line-height: 30px; margin-top: 30px;}
.fzlc_title span{ font-size: 28px; font-weight: bold; padding: 0 30px; background: #fff;}
.fzlc_xian{ border-bottom: 1px solid #bfbfbf; width: 100%; float: left; position: relative; top: -40px;}
.fzlc_cont{width:100%; float:left; margin-top:50px;}
.fzlc_fl{ width:45%; float:left;}
.fzlc_fl img{ width:100%; float:left;}
.fzlc_fr{ width:50%; float:right; background:url(../images/fzlc_xian.png) left top repeat-y; padding-left:3%; height: 350px;     position: relative; overflow: hidden;
    overflow-y: scroll;
    overflow-x: hidden;
    table-layout: fixed;
    word-wrap: break-word;
    word-break: break-all;}
.fzlc_fr::-webkit-scrollbar {
     width: 18px; /*对垂直流动条有效*/
     height: 10px; /*对水平流动条有效*/
}
 
/*定义滚动条的轨道颜色、内阴影及圆角*/
.fzlc_fr::-webkit-scrollbar-track{
           
      background-color: #f1f1f1;
            
}
/*定义滑块颜色、内阴影及圆角*/
.fzlc_fr::-webkit-scrollbar-thumb{            
           
      background-color: #E8E8E8; background-image:url(../images/fzlc_hdt.png);background-position: center;
			
}
 

.fzlc_fr li{ float:left; width:95%; /*height:50px;*/ margin-bottom: 15px;    padding-bottom: 15px; border-bottom: 1px solid #eeeeee;}
.fzlc_fr li .fzlc_list_time{ float: left; width: 100px; font-size: 22px; font-weight: bold;}
.fzlc_fr li .fzlc_list_title{ float:left; width:calc(100% - 100px);  font-size: 16px; }

.ryzs{ width:100%; float:left; padding:50px 0; background:#eee;}
.ryzs_title{width:100%; float:left; text-align:center; color: #000; z-index: 999; position: relative; line-height: 30px; margin-top: 30px;}
.ryzs_title span{ font-size: 28px; font-weight: bold; padding: 0 30px; background: #eee;}
.ryzs_xian{ border-bottom: 1px solid #bfbfbf; width: 100%; float: left; position: relative; top: -40px;}
.ryzs_list{  width:100%; float:left; margin-top:50px;}
.ryzs_list li{  width:25%;  float:left; text-align:center;}
.ryzs_list li .ryzs_list_tu{  width: 100%;  height: 235px;  /*display: table-cell;*/  vertical-align: middle;  text-align: center;}
.ryzs_list li .ryzs_list_tu img{ max-height:100%;max-width:100%;display: inline-block; }
.ryzs_list li .ryzs_list_title{ font-size: 16px;}

.article{  float:left; width:100%; padding: 50px 0;}
.article_title{ width:100%; float:left; text-align:center; font-size:14px; margin-bottom:50px; color:#000; line-height:30px;}
.article_title span{ font-size:30px; font-weight:bold; }
.article_info{ float:left; width:100%;}
.article_info img{ max-width:100%;}

/*车间展示*/
.cjzs_list{ width:100%; float:left; }
.cjzs_list li{ width:31%; float:left; margin-right:3%; margin-bottom:3%; }
.cjzs_list li:nth-child(3n){margin-right:0px;}
.cjzs_list li .cjzs_list_tu{ width:100%; float:left; }
.cjzs_list li .cjzs_list_tu img{ width:100%; float:left; }
.cjzs_list li .cjzs_list_title{ width:100%; float:left; text-align:center; line-height:50px; font-size:18px; overflow: hidden;
text-overflow: ellipsis; white-space: nowrap;}


/*设备展示*/
.sbzs_list{ width:100%; float:left; }
.sbzs_list li{ width:31%; float:left; margin-right:3%; margin-bottom:3%; }
.sbzs_list li:nth-child(1){ width:48%; margin-right:4%}
.sbzs_list li:nth-child(2){ width:48%; margin-right:0%}
.sbzs_list li:nth-child(5){margin-right:0%}
/*.sbzs_list li:nth-child(1) .sbzs_list_tu,.sbzs_list li:nth-child(2) .sbzs_list_tu{    position: relative; padding-bottom: 80%; overflow: hidden;}
.sbzs_list li:nth-child(1) .sbzs_list_tu img,.sbzs_list li:nth-child(2) .sbzs_list_tu img{ position: absolute;}
*/
.sbzs_list li .sbzs_list_tu{ width:100%; float:left;  position: relative; padding-bottom: 80%; overflow: hidden;}
.sbzs_list li .sbzs_list_tu img{ height:100%; left:0px; top:0px; position: absolute; text-align: center;  left: 50%; transform: translateX(-50%);}
.sbzs_list li .sbzs_list_title{ width:100%; float:left; text-align:center; line-height:50px; font-size:18px; overflow: hidden;
text-overflow: ellipsis; white-space: nowrap;}

.honor_list li .sbzs_list_tu img{ max-width: 100%; max-height: 100%; height: auto; left: 50%; transform: translate(-50%,-50%); top: 50%;}

/*产业布局*/
.cybj_list{ width:100%; float:left; }
.cybj_list li{  width:100%; float:left;  margin-bottom:30px;}
.cybj_list li .cybj_list_tu{ width:40%; float:left; margin-right:5%; }
.cybj_list li:nth-child(2n) .cybj_list_tu{ width:40%; margin-right:0%; margin-left:5%;   float:right; }
.cybj_list li .cybj_list_tu img{ width:100%;}
.cybj_list li .cybj_list_cont{width:55%; float:left;}
.cybj_list li .cybj_list_top{ width:100%; float:left; margin-top: 30px;}
.cybj_list li .cybj_list_tb{  float:left;}
.cybj_list li .cybj_list_tb img{ width:100%;}
.cybj_list li .cybj_list_title{ float: left; font-size: 17px; line-height: 30px; margin-top: 25px; margin-left: 30px;}
.cybj_list li .cybj_list_title span{ font-size: 28px; font-weight: bold;}
.cybj_list li .cybj_list_desc{ width:100%; float:left; font-size: 16px; margin-top: 30px;}

.zilei { width: 100%;  float:left; margin:0px 0 30px; text-align: center}
.zilei li{ display: inline-block; margin:0 10px; }
.zilei li a{  padding: 5px 20px;font-size: 16px; display: inline-block; border: 1px solid #dedede;}
.zilei li:hover a,.zilei li.active a{ background: #0056a6; color: #fff; border: 1px solid #0056a6;}


/*产品中心*/
.image_list{ width:100%; float:left;}
.image_list li{ width:31%; float:left; margin-right:3%; margin-bottom:3%;  box-shadow: 0px 0px 20px #eaeaea;}
.image_list li:nth-child(3n){ margin-right:0px;}
.image_list li .image_list_tu{ width:100%; position:relative; padding-bottom:85%; overflow:hidden;}
.image_list li .image_list_tu img{ height:100%; position:absolute; top:0px; left:50%;  transform: translateX(-50%);}
.image_list li .image_list_cont{ width:100%; float:left; background:#005baa; text-align:center; padding:20px 0;} 
.image_list li .image_list_title{ color:#fff;  font-size: 28px; margin-bottom: 10px;}
.image_list li .image_list_tb{ max-width:100%;}


/*相关样式*/
#showbox { background:#eee; width:100%;}
#showbox span { background:url(../images/whitebg.png) repeat;}

#showbox img{ /*transform:translateX(-50%)*/}

#showsum {  margin-top:10px;   width: 100% !important;}
#showsum p{ left:0px !important; position: inherit !important; margin:0 auto;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}

.showpage { width:100%; position:relative;}
.showpage a { display:block; width:45px; height:45px; line-height:45px; background:#cccccc; text-align:center; font-size:18px; position:absolute; left:0; top:-250px; text-decoration:none; color:#fff; z-index: 99999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}

.sumwh{ width:35px; height:35px; display:none;}
.sumis{ width:10px; height:4px;  display:none;}

.images_info_top{ width: 100%; float: left; border-bottom: 1px solid #dedede;}
.images_info_tu{ width:49%; float:left; /*border-right: 1px solid #dedede;*/}

.images_info_cont{ float: left; width: 47%; margin-left: 2%;}
.images_info_title{ font-size: 22px; color:#000; border-bottom: 1px solid #dedede; line-height: 65px;}
.images_info_desc{ width: 100%; min-height: 150px; font-size: 14px; padding-top: 20px; padding-bottom: 30px;}
.images_info_zx{  text-align: center; width: 35%; float:left; background: #0056a6; color: #fff; font-size: 20px; height: 50px; line-height: 50px; border-radius: 25px;}
.images_info_zx a{ color:#fff; padding-right:30px; background:url(../images/cp_xq_zx.png) center right no-repeat;}

.images_info_tel{ float:left;  height: 50px;  font-size: 14px; padding-left:50px; background:url(../images/cp_xq_tel.png) center left no-repeat; line-height: 23px; margin-left: 2%;}
.images_info_tel span{  color:#0056a6;  font-size: 20px; }
.images_info_cont .foot_fx{ margin-top: 20px;}
.images_info_cont .foot_fx_title{ color:#696969;}

.images_info_bot{ width: 100%; float: left;}
.pro_info_title{ width: 100%; margin:0 auto; margin-top:25px; text-align: center;  height: 50px; line-height: 50px; border-bottom: 1px solid #dedede;color:#696969; font-size:24px;}
.pro_info_title span{ float:left; width:150px; height: 50px; background:#0056a6;  font-size: 20px; color: #fff;}
.pro_info{ width: 96%; padding:2%; float: left; min-height: 250px;   border-bottom: 1px #999 dotted;}

.pro_info img{ max-width:100%;}

#lightbox-container-image-box{ max-width: 96%; height:auto !important; margin:0 auto;}
#lightbox-container-image img#lightbox-image{ width:100%;}
#lightbox-container-image-data-box{ max-width: calc(96% - 20px);}	
#lightbox-nav a{ height: 100% !important;}
#sysbox{  overflow-x: hidden;}
#sysbox.mobileStyle{ height: 90% !important;  top: 5% !important; position: fixed; z-index: 999999; overflow-x: hidden;}
#syscontent {  height: auto !important;}

/*案例中心*/
.al_list{  width:100%; float:left;}
.al_list li{  width:31%; float:left; margin-right:3%; margin-bottom:3%; }
.al_list li:nth-child(3n){ margin-right:0px;}
.al_list li .al_list_tu{  width:100%; float:left;}
.al_list li .al_list_tu img{  width:100%; }
.al_list li .al_list_cont{ width:100%; float:left;}
.al_list li .al_list_title{ font-size:18px; line-height:50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.al_list li .al_list_desc{ font-size:14px;}
.al_list li .al_list_gd{ margin-top: 20px;}
.al_list li .al_list_gd span{ font-size: 24px; color: #cccccc; padding: 0px 30px; border: 1px solid #ccc; border-radius: 50px;}



/*新闻中心*/
.news_list{ width:100%; float:left;}
.news_list li{ width:100%; float:left; margin-bottom:3%; padding-bottom:3%; border-bottom:1px solid #b5b5b5;}
.news_list li .news_list_tu{ width:30%; float:left;}
.news_list li .news_list_tu img{ width:100%;}
.news_list li .news_list_cont{ width:40%; margin:0 8% 0 2%; float:left; color:#666666;}
.news_list li .news_list_title{ font-size:20px; margin-top: 5%; height:60px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_list li .news_list_desc{font-size:14px; }
.news_list li .news_list_fr{  width:20%; float:right;    text-align: right; color:#666666;}
.news_list li .news_list_time{ font-size: 20px; line-height: 26px; margin-top: 5%;}
.news_list li .news_list_time span{ width:100%; float:left; font-size:24px;}
.news_list li .news_list_jt{  line-height: 30px;  font-size: 20px;  float: right;  border-left: 1px solid #313131;  padding-left: 10px;  margin-top: 30px;}


/*新闻内页*/	
.i_article_article{ text-align:center;}
.i_article_title{ width:100%; float:left; font-size: 26px; margin-top: 50px; color: #000;}
.i_article_time{ width:100%; float:left; margin-top: 10px;}
.i_article_body{ width:100%; float:left; text-align:left; padding:30px 0; border-bottom: 1px #999 dotted;}
.i_article_body img{ max-width:100%;}
.gduo{ width:100%; float:left; height:50px; line-height:50px; margin-bottom:30px; }
.gduo span.pre{ float:left; width:50%; text-align:left; }
.gduo span.next{ float:left; width:50%; text-align:right; }


/*解决方案*/
.jj_list{ width:100%; float:left;}
.jj_list li{  width:31%; float:left; margin-right:3%; margin-bottom:3%; }
.jj_list li:nth-child(3n){ margin-right:0px;}
.jj_list li .jj_list_tu{ width:100%; float:left; position:relative; overflow: hidden;}
.jj_list li .jj_list_tu img{ width:100%;}
.jj_list li .jj_list_cont{ position:absolute; width:90%; padding:0 5%; top:calc(100% - 100px); left:0px; background: rgba(0,0,0,0.5); color:#fff;     transition: 0.5s;}
.jj_list li .jj_list_title{ height:100px; line-height:100px; font-size: 20px; text-align:center;}
.jj_list li .jj_list_desc{ padding-bottom:30px; height:100px; font-size:14px;}
.jj_list li:hover .jj_list_cont{ top:calc(100% - 230px);   transition: 0.5s;}



/*客服服务*/
.khfw{  width:100%; float:left;}
.khfw_info{  width:80%; float:left; margin:0 10%;}
.fwcn{  width:100%; float:left; margin-top:30px; background:#e8eff9; position:relative; min-height:330px;}
.fwcn .fwcn_tu{  width:50%; float:left;}
.fwcn .fwcn_tu img{ width:100%;}
.fwcn .fwcn_fr{  width:46%; padding:0 2%; float:left; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}

.fwjs{ width:100%; float:left; border:1px solid #eee; margin-top:50px; position:relative; }
.fwjs_tu{ width:calc(20% - 1px); float:left; text-align:center; position: absolute; top: 50%; transform: translateY(-50%); font-size: 15px; line-height: 30px;}
.fwjs_tu img{ max-width:90%;}
.fwjs_list{ width:80%; float:right; border-left: 1px solid #eee}
.fwjs_list li{  width:98%; float:left; padding:1%;  border-bottom:1px solid #eee;}


/*联系我们*/
.contact{  width:100%; margin:50px 0; float:left; position:relative; background: #005baa;}
.contact_map{  width:65%; float:left;}
.contact_fr{  width:25%; padding: 0 5%; float:left; color:#fff;}


/*机加工*/

.jjg_info{ width:100%; float:left;}
.jjg_info img{ max-width:100%;}

.jjg_image{width:100%; float:left;}
.jjg_image li{ width:32%; float:left; margin-right:1.5%; margin-bottom:1.5%; position:relative; overflow:hidden;}
.jjg_image li:nth-child(3n){ margin-right:0px;}
.jjg_image li img{ width:100%;}
.jjg_image li .jjg_image_title{ position:absolute; top:100%; width: 100%; height: 100%; text-align: center; background: rgba(0,0,0,0.5); align-items: center; display: inline-grid; left: 0px; font-size: 16px; color: #fff; transition: 0.5s;}
.jjg_image li:hover .jjg_image_title{ top:0px; transition: 0.5s;}

.jjg_lx{ width:100%; float:left; margin:50px 0 ;}
.jjg_lx_cont{ width:100%; float:left; margin:30px 0px;}
.jjg_lx ul{ display: flex;}
.jjg_lx li{ flex-grow: 1; width:21%; padding: 0 2%; float:left; text-align:center; background:url(../images/jjg_lx_xian.png) left center no-repeat;  background-size: auto 100%; padding-bottom: 30px;}

.jjg_lx li:nth-child(1){ background:none;}
.jjg_lx li .jjg_lx_tb{ }
.jjg_lx li .jjg_lx_tb img{ height:90px; }
.jjg_lx li .jjg_lx_title{ font-size:20px; margin-top:30px;}
.jjg_lx li .jjg_lx_desc{ font-size:16px;}


/*中国模具*/
.zmw_info{ width:100%; float:left;}
.zmw_top{ width:100%; float:left; text-align:center;}
.zmw_tb{ }
.zmw_tb img{ max-width:100%; position:relative; margin-left:25px;}
.zmw_title{ font-size:16px; line-height: 27px; margin-top: 10px; margin-bottom:30px;}
.zmw_title span{ font-size:24px;}
.zmw_list{ width:100%; float:left; position:relative;}
.zmw_list_yu{  position: absolute; z-index: 999; background: #fff; left: 50%; top: 50%; padding: 2%; transform: translate(-50%, -50%);
    border-radius: 100%;}
.zmw_list_yu img{ max-width:100%;}
.zmw_list li{ width:45.5%; margin-right:1%; margin-bottom:1%; float:left; padding:2%; background:#d2f0fd}
.zmw_list li:nth-child(2n){ margin-right:0px;}
.zmw_list li .zmw_list_tu{ width:40%; margin:0 5%;padding-bottom:40%; position:relative; float:left;}
.zmw_list li:nth-child(2n) .zmw_list_tu{ float:right;}
.zmw_list li .zmw_list_tu img{ max-width:100%; position:absolute; top:50%; transform:translateY(-50%)}
.zmw_list li .zmw_list_cont{ width:40%; padding:0 5%; float:left; color:#000;}
.zmw_list li .zmw_list_title{ font-size:25px; margin-top:30px;}
.zmw_list li .zmw_list_desc{ font-size:14px;}

.zmw_link{  width:100%; float:left; font-size:16px; text-align:center; margin:50px 0;}
.zmw_link a{}
.zmw_link img{ max-width:100%;}

.zmw_list_link{ width:100%; float:left;}
.zmw_list_link li{ width:32%; float:left; margin-right:1.5%;}
.zmw_list_link li:nth-child(3n){ margin-right:0px;}
.zmw_list_link li img{width:100%}


/*Online Service*/
.kf-sidebar{position: fixed;top: 250px;right: 10px;z-index: 999;}
.kf-sidebar li{width: 55px;height: 55px;margin-bottom: 1px;position: relative;}
.kf-sidebar .sidebox{display: block;width: 55px;height: 55px;position: absolute;top: 0;right: 0;overflow: hidden;transition: ease-in-out 0.2s;}
.kf-sidebar .tb{display: block;width: 55px;height: 55px;position: absolute;top: 0;left: 0;}
.kf-sidebar li:hover .tb{background-color: rgba(0,0,0,0.3) !important;}
.kf-sidebar p{line-height: 55px;text-align: center;color: #FFFFFF !important;font-size: 20px;float: left;position: absolute;top: 0;left: 55px;}

.kf-sidebar .kf-tel .sidebox{background-color:#0056a6;}
.kf-sidebar .kf-qq .sidebox{background-color: #0056a6;}
.kf-sidebar .kf-weixin .sidebox{background-color: #0056a6;}
.kf-sidebar .kf-ww .sidebox{background-color: #0056a6;}
.kf-sidebar #goTop{background-color: #0056a6;cursor: pointer;}

.kf-sidebar .kf-tel .tb{background: url(../images/kf_tel.png)no-repeat center;}
.kf-sidebar .kf-qq .tb{background: url(../images/kf_qq.png)no-repeat center;}
.kf-sidebar .kf-weixin .tb{background: url(../images/kf_weixin.png)no-repeat center;}
.kf-sidebar .kf-ww .tb{background: url(../images/kf_ww.png)no-repeat center;}
.kf-sidebar #goTop .tb{background: url(../images/gotop.png)no-repeat center;}

.kf-sidebar .kf-tel p{width: 180px;}
.kf-sidebar .kf-tel:hover .sidebox{width: 235px;}
.kf-sidebar .kf-qq p{width: 140px;}
.kf-sidebar .kf-qq:hover .sidebox{width: 195px;}
.kf-sidebar .kf-ww p{width: 140px;}
.kf-sidebar .kf-ww:hover .sidebox{width: 195px;}

.kf-sidebar .ewm{position: absolute;top: -53px;right: 55px;padding-right: 15px;display: none;}
.kf-sidebar .ewm .box{padding: 5px;background: #FFFFFF;border: 1px solid #02963F;}
.kf-sidebar .ewm .box img{display: block;width: 150px;height: 150px;}

.sp_header{ display: none;}
	
.head_nav_wap{ height: 100px;}
.sp_header{ position: relative; top: 50%; transform: translateY(-50%);}
.sp_nav_xjb{ background:url(../images/head_nav_xia.png) center bottom no-repeat; width:30px; height:30px;}
.sjj_nav_i_se{ background:url(../images/head_nav_xia.png) center top no-repeat;}

.sjj_nav ul li form{ margin:15px 0; float: left; width: 100%;}	
.sjj_nav ul li .soText {
	float: left;
	width:70%;
	height: 30px;
	line-height: 30px;
	padding:0 2%;
	color: #333;
	border: 1px solid #ddd;
	background:#eeeeee;
	outline: none;
	border-right:0px;
	color:#666;
	font-size:14px;
}
.soText::-webkit-input-placeholder { color:#666;}
.sjj_nav ul li .soBtn {
	float: left;
	width: 20%;
	height: 32px;
	border: 1px solid #2449a4;
	line-height: 32px;	
	color: #fff;
    font-size: 18px;
}


.footer_fd_kuan{ display:none;}
.footer_fd,#gotop_wap{ display:none;}

@media (max-width: 1199px){
	
	.header_nav>ul>li a{ font-size: 14px;}
	
	
}

@media (max-width: 999px){
	
	.logo{ width: 60%;}
	.header_nav,.header_search{ display: none;}
	.sp_header{ display: block;}
	.about_zs_gs{ width:4px;}
	.ry_zs_gs{ width:3px; display:none;}
	.panels{ min-height: 400px;}
	.gywm_list_cont{height:auto !important;}
	.Location_fr{ display:none;}
	.i_pro_wap{ display:block;}	
	
	
	
.footer_top,.footer_link,.kf-sidebar{display:none;}
.footer_copy{ float: inherit; text-align: center;}
#gotop_wap{display:block;}	
#gotop_wap {
    position: fixed;
    bottom: 80px;
    right: 5px;
    background: url(../images/gotop1.png) no-repeat 14px 15px rgba(0,0,0,0.5);   
    width: 40px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 999;
}
.footer_fd_kuan{ display:block;width: 100%; float:left; height: 60px;}
.footer_fd{ display:block;  width: 100%; position: fixed;  bottom: 0px;  height: 60px; background: #191938; box-shadow: 0px 0px 14px #040404; z-index: 99999;}
.footer_fd li{ width:25%; float:left; text-align:center;}
.footer_fd li a{ color:#fff; width: 100%; float: left; line-height: 30px;}
.footer_fd li .footer_fd_tu{ width: 100%; height:20px; float:left; text-align:center; margin-top:10px;}
.footer_fd li .footer_fd_tu img{ height:100%;}
.footer_fd li .footer_fd_title{}	

	.image_list li .image_list_title{ font-size: 22px;}
	
	.news_list li .news_list_title{ font-size: 16px; height: 30px;}
	
	.contact_map{ width: 100%;}
	.contact_fr{  width: 90%;    padding: 1% 5%;}
	
	.fwcn .fwcn_tu{ width: 100%;}
	.fwcn .fwcn_fr{ width: 96%; padding: 2%; transform: none; position: relative;}
	
	.gsjj_fr{ width: 100%;}
	.gsjj_fl{ width: 100%; margin-top: 15px;}
	
	.gywm_list_top{ display:none;}
	.i_pro_top_wap{display:block;}
	
	
.wz_kuan1 .slide_title1{ font-size:20px;}
.wz_kuan1 .slide_title2{ font-size:20px;}



.wz_kuan2 .slide_title1{  font-size: 26px; }
.wz_kuan2 .slide_title1 img{ top: 3px;}
.wz_kuan2 .slide_title2{ font-size: 12px; line-height:20px;      margin-top: 5px;}


.wz_kuan3 .slide_title1 img{ width:10vw; }
.wz_kuan3 .slide_title2{  font-size: 27px; color: #163882; }
.wz_kuan3 .slide_title3{ font-size: 12px;  margin-top: 0px; }	
	
	
	
}

@media (max-width: 799px){
	
	.about_zs_gs{ width:3px;}
	.ry_zs_gs{ width:2px; display:none;}
	.gywm_list{ background-size: auto 100%;}
	.gywm_list_tu{ width: 100%;}
	.gywm_list_cont{ width: 94%;  margin-top: 10px; min-height:auto;}	
	.xwzx_list_fl{ width: 90%;  padding: 5%;}
	.xwzx_list_fr{ width: 100%; margin-top: 30px;}	
	.lxwm_title{ font-size:24px;}
	.i_article_title{ font-size: 20px;}
	
	.cybj_list li{ border-bottom: 1px solid #eee; padding-bottom: 30px;}
	.cybj_list li .cybj_list_tu{ width: 100%;}
	.cybj_list li:nth-child(2n) .cybj_list_tu{ width: 100%;}
	.cybj_list li .cybj_list_cont{ width:100%;}
	.cybj_list li .cybj_list_tb{ width: 30%;}
	.cybj_list li .cybj_list_title{ margin-left: 5%; width: 65%;}
	
	.jjg_lx ul{ display: block;}
	.jjg_lx li:nth-child(2n-1){background: none;}
	.jjg_lx li{ width: 46%; margin-bottom: 30px; }
	.jjg_lx li .jjg_lx_desc{ height: 60px; overflow: hidden;}
	
	.image_list li{ width: 49%; margin-right: 2%;}
	.image_list li:nth-child(3n) { margin-right: 2%;}
	.image_list li:nth-child(2n) { margin-right: 0px;}
	
	.jj_list li{ width: 49%; margin-right: 2%;}
	.jj_list li:nth-child(3n) {  margin-right: 2%;}
	.jj_list li:nth-child(2n) {  margin-right: 0px;}
	
	.al_list li{ width: 49%; margin-right: 2%;}
	.al_list li:nth-child(3n) {  margin-right: 2%;}
	.al_list li:nth-child(2n) {  margin-right: 0px;}
	
	.news_list li{ margin-bottom: 5%; padding-bottom: 5%;}
	.news_list li .news_list_tu{ width: 100%;}
	.news_list li .news_list_cont{ width: 100%; margin:0px;}
	.news_list li .news_list_fr{ width: 100%;}
	.news_list li .news_list_time{ font-size: 16px; text-align: left; margin-top: 20px; float: left;}
	.news_list li .news_list_time span{ font-size: 19px;}
	
	.images_info_tu{ width:100%;}
	#showbox{ margin: 0 auto;}
	.images_info_cont{ width: 100%; margin-left:0px; padding-bottom: 30px;}
	
	.fzlc_fl{ width:100%;}
	.fzlc_fr{ width:100%; margin-top:30px;}
	.ryzs_list li{   width: 48%;}
	.cjzs_list li{   width: 49%; margin-right: 2%;}
	.cjzs_list li:nth-child(3n) { margin-right: 2%;}
	.cjzs_list li:nth-child(2n) { margin-right: 0px;}
	.cjzs_list li .cjzs_list_title{ line-height: 30px; font-size: 14px;}
	.sbzs_list li .sbzs_list_title{ line-height: 30px; font-size: 14px;}
	.sbzs_list li{ width:49%;  margin-right:2%; margin-bottom:2%; }
	.sbzs_list li:nth-child(3n) { margin-right: 2%;}
	.sbzs_list li:nth-child(2n) { margin-right: 0px;}
	
			
.wz_kuan1 .slide_title1{ font-size:12px;}
.wz_kuan1 .slide_title2{ font-size:12px;}



.wz_kuan2 .slide_title1{  font-size: 18px; }
.wz_kuan2 .slide_title1 img{ top: 3px;}
.wz_kuan2 .slide_title2{ font-size: 12px; line-height:20px;  width: 70%;   margin-top: 5px;}


.wz_kuan3 .slide_title1 img{ width:10vw; }
.wz_kuan3 .slide_title2{  font-size: 27px; color: #163882; }
.wz_kuan3 .slide_title3{   height: 60px; font-size: 12px;  margin-top: 0px; }
	
	
}
@media (max-width: 599px){
	
	.n_banner{ background-size: 180% !important; height:160px !important;}
	.about_zs_gs{ width:2px;}
	
	.jjg_image li{ width: 49%; margin-right: 2%;}
	.jjg_image li:nth-child(3n){ margin-right: 2%;}
	.jjg_image li:nth-child(2n){ margin-right: 0px;}
	.jjg_image li a{ float: left; width: 100%;}
	
	.fwjs_tu{ width: 100%;  padding: 10px 0; position: relative; transform: none; top:0px;}
	.fwjs_tu img { max-width: 40px;}
	.fwjs_list{ width: 100%; border-top: 1px solid #eee;}
	
	.jj_list li .jj_list_cont{ top: calc(100% - 50px);}	
	.jj_list li .jj_list_title{ height: 50px; line-height: 50px; font-size: 14px;}
	.jj_list li .jj_list_desc{font-size: 12px;}
	.al_list li .al_list_title,.news_list li .news_list_title{ font-size: 14px;}
	.al_list li .al_list_desc,.news_list li .news_list_desc{font-size: 12px;}
	.gduo span.pre,.gduo span.next{ width:100%; text-align: left; line-height: 30px;}
	

	
	.slide_wap{ display:block;;}
	.slide_datu,.slide_wz{ display:none !important;}

	
}
@media (max-width: 499px){
	
	.cybj_title,.hyyy_title,.gywm_title,.xwzx_title{ padding-top: 46px; font-size: 22px; background-size: 350px;}
	#mybtns #left,#mybtns #right{ background-size: 20px; background-repeat: no-repeat; background-position: center;}
	.hyyy_list .panel > span{ padding: 10px 10px;}
	.hyyy_list .panel.open > span{ padding: 10px 20px;}
	
	.xwzx_list_fr li .xwzx_list_tu2{ width: 100%;}
	.xwzx_list_fr li .xwzx_list_cont2{ width: 100%; margin-top: 10px;}
	
	.lxwm_title{ font-size: 20px; height:auto; line-height: inherit; width: 100%; margin-top: 30px;}
	.lxwm_gd{    width: 100%; text-align: center; line-height: inherit; margin-top: 30px;}
	.footer_bot{ line-height: inherit; padding: 10px 0;}
	
	.n_banner{ background-size: 180% !important; height:130px !important;}	
	
	.image_list li{ width: 100%; margin-right: 0%;}
	
	.ryzs_list li .ryzs_list_tu{ height: 150px;}
	.ryzs_list li .ryzs_list_title{ font-size: 12px;}
	
}
@media (max-width: 399px){
	
	.n_banner{ background-size: 180% !important; height:100px !important;}
	.images_info_zx{    width: 100%; margin-bottom:15px;}
	
}



.pagingNav {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 12px
 }
 .pagingNav .uls>span {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 12px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999
 }
 .pagingNav .uls>span.page-numbar a{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 12px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999
 }
 .pagingNav .uls>span.page-numbar {
	display: inline-block;
	border: none;
	padding: 0;
	margin: 0;
	line-height: 24px;
	background: #fff;
	color: #999
 }
 
 .pagingNav .uls>span.page-numbar span{
	display: none;
 }
 .pagingNav .uls span:hover {
	background: #163882;
	color: #fff;
	border: 1px solid #163882
 }
 .pagingNav .uls span.page-numbar a:hover {
	background: #163882;
	color: #fff;
	border: 1px solid #163882
 }
 .pagingNav .uls>span:not(.page-numbar):hover a{
	color: #fff;
 }
 .pagingNav .uls span.page-numbar:hover {
	background: #fff;
	color: #999;
	border: none
 }
 /* .pagingNav .uls>span.page-numbar:hover a{
	color: none;
 } */
 .pagingNav .uls .page-numbar a.page-num-current {
	display: inline-block;
	border: 1px solid #163882;
	padding: 4px 12px;
	margin: 0 1px;
	background: #163882;
	color: #fff;
 }
 .pagingNav .uls .page-numbar a.page-num-current {
	color: #fff;
 }
 .pagingNav .uls span a {
	/* display: block; */
	color: #999
 }
 .pagingNav .uls span:not(.page-numbar) a:hover {
	color: #fff;
 }
 @media (max-width: 600px) {
  .pagingNav .uls  span.page-status,.pagingNav .uls  span.page-num{
   display: none;
    }
    .pagingNav .uls >span {
      padding: 2px 5px;
  }
  .pagingNav .uls >span.page-numbar a {
    padding: 2px 5px;
}
.pagingNav .uls  .page-numbar a.page-num-current {
  padding: 2px 5px;

}
 }