html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}
html, body {
  /*  max-width:1900px; */
  margin: 0 auto;
  width: 100%;
  
}
body {
  font-size: 14px;
  font-family: 'Microsoft yahei', arial, Tahoma, Verdana, sans-serif;
  overflow-x: hidden;  
  padding-top: 147px;
}

/* custom */

a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
ol, li, ul {
  list-style: none outside none;
}
img {
  border: none;
  display: block;
  vertical-align: middle
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:focus {
  outline: none;
}
a:link {
  color: #404040;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
input, textarea {
  outline: 0;
  resize: none;
  font-size: 14px;
  font-family: 'Microsoft yahei';
}
textarea {
  overflow: auto;
  resize: vertical
}
textarea:focus, button:focus, input:focus {
  outline: none;
}
button {
  overflow: visible
}
button, select {
  text-transform: none
}
button:focus, input:focus {
  outline: none;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}
.trans {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  min-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
}
.wrap-blk {
  position: relative;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.mt30{margin-top: 30px;}
/**头部**/

.top {
  background: url(../img/top.jpg) repeat-x fixed center top;
  width: 100%;
    position: absolute;
    top: 33px;
    background-color: #fff;
    z-index: 9999;
    border-bottom: 1px solid #dedede;
}
.topbar {
  background: url(../img/topbar.jpg) repeat-x fixed top;
  color: #ffffff;
  line-height: 33px;
  font-size: 12px;
  position: absolute;
    top: 0;
    width: 100%;
}
.topbar-left {
  float: left;
  margin-left: 10px;
}
.topbar-right {
  float: right;
  margin-right: 10px;
}
.top-area {
  height: 114px;
}
.top-area-logo {
  margin-top: 30px;
  float: left;
}
.top-area-logo img{width: auto;height: 58px;}
.top-area-menu {
  margin-top: 40px;
  float: right;
}

/**导航**/

#dropmenu {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 35px;
}
#dropmenu li {
  float: left;
  list-style: none;
  font: 16px/35px 'microsoft yahei', Verdana, Arial;
  position: relative;
}
#dropmenu li a {
  display: block;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  width: 100px;
  color: #1A57A2;
  white-space: nowrap;
  font: 16px/35px 'microsoft yahei', Verdana, Arial;
}
#dropmenu li .dropmenu-leve{background-color:#ffffff;display: none;position: absolute;top:35px;left: 0px;width: 260%;border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;}
#dropmenu li .dropmenu-leve a{width: 50%;font-size: 14px;float:left}
#dropmenu li:hover .dropmenu-leve{display: block;}
#dropmenu li:hover  .dropmenu-leve a:hover {
  color: #FFFFFF;
  background-color: #003B77;
  background-image: none;
}
#dropmenu li a:hover {
  color: #FFFFFF;
  background: url(../img/menubgnow.png) no-repeat;
}
#dropmenu li ul {
  margin: 1px 0 0 0;
  padding: 0;
  width: 100px;
  position: absolute;
  visibility: hidden;
}
#dropmenu li ul li {
  float: none;
  display: inline;
}
#dropmenu li ul li a {
  width: 100px;
  text-align: center;
  color: #333;
  font: 14px/35px 'microsoft yahei', Verdana, Arial;
  background: url(../img/menu.png) no-repeat;
}
#dropmenu li ul li a:hover {
  color: #FFFFFF;
  background: url(../img/menubgnow.png) no-repeat;
}
.nav_button_box {
  width: 42px;
  height: 32px;
  position: absolute;
  right: 26px;
  top: 9px;
  display: none;
  cursor: pointer;
}
.nav_btn_small {
  width: 21px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 8px;
}

/*line-box*/

.nav_button_box .lineCenter {
  top: 50%;
  margin-top: -1px;
}
.nav_button_box .lineTop {
  top: 0;
}
.nav_button_box .lineBottom {
  bottom: 0;
}
.nav_btn_small>div {
  border-radius: 1px;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
}
.arrowDirBase {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.arrowDirectionDown {
  transform: rotate(45deg) translate(5px, 5px);
  -webkit-transform: rotate(45deg) translate(5px, 5px);
}
.arrowDirectionUp {
  transform: rotate(-45deg) translate(5px, -5px);
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
}
.main_bannerBox {
  position: absolute;
  display: none;
}
.main_banner {
  float: right;
}
.main_banner a {
  color: #000000;
  padding: 0 15px;
  float: left;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  position: relative;
}
.main_banner>a, .main_banner_pc>a, .drop_business_title {
  font-size: 16px;
}
.level_menu_open {
  width: 100%;
  float: left;
  height: 0;
  overflow: hidden;
  display: none;
  background: url("../img/mobile_nav_bg.jpg") no-repeat center center;
  background-size: 100%;
}
.main_bannerBox {
  position: absolute;
  display: none;
}
.level_menu_open span {
  position: relative;
  height: 45px;
  width: 36%;
  line-height: 45px;
  text-align: left;
  padding: 0;
  left: 30%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  float: left;
  font-size: 15px;
}
.level_menu_secBox {
  width: 100%;
  float: left;
}
.level_menu_secBox .solu_con {
  text-indent: 18%;
  position: relative;
  width: 76%;
  left: 50%;
  transform: translate(-50%, 0);
  float: left;
  -webkit-transform: translate(-50%, 0);
}
.level_menu_secBox .solu_con div {
  float: left;
  width: 50%;
}
.level_menu_secBox .solu_con h3 {
  height: 30px;
}
.level_menu_sec:hover {
  color: #e80000;
}
.level_menu_secBox .solu_cong {
  position: relative;
  width: 76%;
  left: 50%;
  transform: translate(-50%, 0);
  float: left;
  -webkit-transform: translate(-50%, 0);
}
.level_menu_secBox .solu_cong a {
  text-indent: 10%;
  height: 40px;
  line-height: 40px;
}
.level_menuSolution .level_menu_secBox {
  height: 0;
  overflow: hidden;
}
.level_menu_secBox a {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 18%;
  padding: 0;
  left: 50%;
  color: #797979;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  float: left;
  font-size: 14px;
}
.level_menu i {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 40px;
  background: url(../img/arrowDown.png) no-repeat center center;
  background-size: 100% auto;
}
.rotate_90 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.level_menu_sec a {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: left;
  text-indent: 18%;
  padding: 0;
  left: 50%;
  color: #797979;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  float: left;
  font-size: 14px;
}

/***banner**/

.index-banner {
  max-width: 1920px;
  margin: auto;
  width: 100%;
  height: 80%;
  background-color: #ccc;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-container img {
  height: 100%;
  width: 100%;
  position: relative;
}
.pcblock {
  display: block;
}
.phoneblock {
  display: none;
}

/**search**/

.topsearch {
  height: 60px;
  background-color: #f0f1f6;
  padding-top: 20px;
}
.topsearch-scblk {
  width: 300px;
  float: left;
}
.topsearch-wordblk {
  width: 400px;
  line-height: 34px;
  float: left;
}
.searchform_product_simple {
  margin: 0px 4px 0px 0px;
  padding: 0px;
  float: left;
}
.searchform_product_simple .input {
  border: 1px #ddd solid;
  width: 198px;
  height: 32px;
  line-height: 32px;
  padding-left: 3px;
  color: #999;
  background: #fff;
}
.probutton {
  margin: 0px;
  padding: 0px;
}
.probutton .searchbox_btn {
  width: 50px;
  height: 34px;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #1D7AD9;
  text-decoration: none;
}
#topmenu {
  margin: 0;
  padding: 0;
  border: 0;
  height: 28px;
  line-height: 28px;
  color: #555;
  text-align: left;
}
#topmenu a:link, #topmenu a:visited, #topmenu a:active {
  margin: 0 5px;
  color: #555;
  font: 12px/28px 'Microsoft YaHei', 'SimSun', Arial, Sans-Serif;
  text-decoration: none;
}
#topmenu a:hover {
  margin: 0 5px;
  color: #67D4FE;
  text-decoration: none;
}

/***indexabout***/

.indexabout {
  padding-top: 30px;
  padding-bottom: 30px;
}
.indexabout-word {
  width: 60%;
  float: left;
}
.indexabout-img {
  width: 40%;
  float: left;
}
.indexabout-img img {
  width: 100%;
}
.indexabout-word-info-tit span {
  line-height: 32px;
  font-size: 23px;
  color: #198EDE;
  display: block;
}
.indexabout-word-info-p {
  color: #505050;
  line-height: 26px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.indexabout-btnblk {
  margin: 0;
  padding: 0;
  border: 0;
  height: 50px;
  line-height: 50px;
  color: #555;
  text-align: left;
}
.indexabout-btnblk a:link, .indexabout-btnblk a:visited, .indexabout-btnblk a:active {
  margin: 0 5px;
  color: #1C4587;
  transition: color 0.4s ease 0s;
  white-space: nowrap;
  outline: none;
  color: #5A5A5A;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 150px;
  border-radius: 3px;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  box-shadow: none;
  border: 1px solid rgba(28, 69, 135, 0.0901961);
  font-size: 16px;
  font-family: 'microsoft yahei', Verdana, Arial;
  text-decoration: none;
}
.indexabout-btnblk a:hover {
  margin: 0 5px;
  color: #FFFFFF;
  background: #FF6600;
  text-decoration: none;
  border: 1px #FF6600 solid;
}

/**indexproduct**/

.indexproduct {
  background: url(../img/index02.jpg) 50% 0% repeat-x scroll transparent;
  padding: 20px 0px;
}
.titleBox {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
  text-align: center;
}
.titleBox h2 {
  padding-bottom: 10px;
  display: block;
  text-align: center;
}
.titleBox h2 img {
  display: initial;
}
.productNav {
  display: flex;
  justify-content: center;
  align-items: top;
}
.productNav a {
  overflow: hidden;
}
.productNav a:link, .productNav a:visited, .productNav a:active {
  margin: 0px 5px;
  padding: 0px 10px;
  list-style-type: none;
  border: 1.5px solid #F7F7F7;
  text-align: center;
  position: relative;
  height: 40px;
  line-height: 40px;
  border-radius: 0px;
  color: #FFFFFF;
}
.productNav a:hover {
  border: 1.5px solid #4ba2ea;
  background-color: #4ba2ea;
}
.proudctPics {
  padding-top: 20px;
}

.swiper-pic .swiper-img{width: 300px; height: 300px; overflow: hidden;margin: 0 auto;}
.swiper-pic img {
  width: 100%;
  transition: all 1s;
}
.swiper-pic:hover img { transform: scale(1.05); transition: all 0.5s; }
.swiper-pic span {
  text-align: center;
  padding-bottom: 16px;
  padding-top: 15px;
  display: block;
  color: #ffffff;
}
.proudctPics .arrow-left {
  background: url(../img/arrows.png) no-repeat left top;
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -40px;
  width: 35px;
  height: 80px;
  z-index: 15;
}
.proudctPics .arrow-right {
  background: url(../img/arrows.png) no-repeat right top;
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -40px;
  width: 35px;
  height: 80px;
  z-index: 15;
}
.proudctmore {
  margin: 0;
  padding: 30px 0px;
  text-align: center;
}
.proudctmore a:link, .proudctmore a:visited, .proudctmore a:active {
  transition: color 0.4s ease 0s;
  white-space: nowrap;
  outline: none;
  color: #FFFFFF;
  background: #4A86E8;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 150px;
  border-radius: 3px;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  box-shadow: none;
  border: 1px solid rgba(28, 69, 135, 0.0901961);
  font-size: 14px;
  font-weight: bold;
  font-family: 'microsoft yahei', Verdana, Arial;
  text-decoration: none;
}
.proudctmore a:hover {
  color: #FFFFFF;
  background: #FF9900;
  text-decoration: none;
}
.mylinks {
  padding: 30px;
}
.mylinks .title {
  float: left;
  display: flex;
  justify-content: left;
  align-items: top;
  width: 150px;
}
.mylinks .link-li {
  float: left
}
.mylinks .title strong {
  color: #007aff;
  font-size: 26px;
}
.mylinks .title span {
  background-color: #007aff;
  padding: 0px 10px;
  color: #ffffff;
  height: 26px;
  line-height: 26px;
}
.mylinks .link-li a {
  color: #5A5A5A;
  font-size: 12px;
}
.mylinks .link-li a:hover {
  color: #007aff;
}

/**footer**/

.footer {
  background: #003b77 url(../img/bottom.jpg) repeat-x left top;
  min-height: 172px;
  color: #ffffff;
  position: relative;
}
.footer .wrap {
  padding-top: 80px;
}
.footer .footer-left {
  float: left;
  width: 50%;
}
.footer .footer-right {
  float: right;
  width: 50%;
}
.footer .footer-link {
  padding-bottom: 20px;
}
.footer .footer-link span {
  width: 16px;
  text-align: center;
  display: inline-block;
}
.footer .footer-link a {
  color: #ffffff;
}
.footer .txt {
  padding: 0px 0px 20px 0px;
}
.footer .tel-pic {
  text-align: right;
  line-height: 30px;
}
.footer .tel-pic img {
  display: initial;
}
.footer .backToTop {
    width: 38px;
    height: 38px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -19px;
    top: 30px;
    z-index: 150;
    background: url("../img/backTop_img.png") no-repeat left center;
    transition: none;
}

.footer .backToTop:hover {
    background-position: right center;
}
/***indexnews*****/

.indexnews-left {
  width: 65%;
  float: left;
}
.indexnews-right {
  width: 35%;
  float: right;
}
.indexnews-case {
  padding: 30px 30px 30px 0px;
}
.indexnews-case img {
  width: 100%;
}
.index-caseli {
  padding-right: 30px;
}
.photopic li {
  float: left;
  width: 25%;
}
.photopic li span{display: block;}
.photopic li a {
  margin: 5px;
  display: block;
  text-align: center;
}
.photopic li img {
  width: 100%;
  transition: all 1s;
}
.photopic li:hover img { transform: scale(1.05); transition: all 1s; }

.indexnews-right .title {
  padding-top: 30px;
}
.indexnews-right .title h2 {
  float: left;
  width: auto;
  color: #4AA2EC;
  font: 22px/42px 'microsoft yahei', Verdana, Arial;
  text-align: left;
}
.indexnews-right .title span {
  margin-top: 10px;
  float: right;
  text-align: center;
}
.indexnews-right .title a {
  padding: 2px 5px 2px 5px;
  width: 60px;
  height: 23px;
  border: 1px #4AA2EC solid;
  line-height: 23px;
}
.indexnews-right .title a:hover {
  color: #007AFF;
}
ul.newslist {
  margin-top: 10px;
  padding: 0px;
}
li.newslist {
  margin: 0;
  padding-left: 16px;
  list-style-type: none;
  font-weight: 100;
  color: #fff;
  background: transparent url(../img/li1.gif) left no-repeat;
  height: 32px;
  overflow: hidden;
}
a.newslist:link, a.newslist:visited, a.newslist:active {
  text-decoration: none;
  font: 14px/32px 'microsoft yahei', Verdana, Arial;
}
a.newslist:hover {
  color: #4AA2EC;
  text-decoration: none;
  font: 14px/32px 'microsoft yahei', Verdana, Arial;
}
/******page******/
.page-banner{
	background: url(../img/banner3.jpg) center top no-repeat;
	background-size:cover;
	height: 350px;
	width: 100%;
}
.page-banner-txt{padding-top:80px;color: #1C4587;font-size: 18px;}

.pageBox{margin-top: 30px;}
.pageBox-left{width: 25%;float: left;min-width: 250px;}
.pageBox-right{width: 75%;float: right;padding-bottom: 30px;}
.pageBox-left .sidebar{
	width: 250px;
    height: auto;
    border: 0px;
    padding-top: 15px;
    margin: 0;
    background: url(../img/876.png) 0 0 no-repeat;
	
}
.pageBox-left .sidebar h2{
	margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 37.8px;
    color: #1C4587;
    font-size: 27px;
    
    white-space: normal;
    text-align: center;
    font-stretch: normal;
    display: block;
}
.pageBox-left .sidebar span{
	margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 16.8px;
    color: #1C4587;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
    display: block;
}
.sidebar-nav a{display: block;
    text-decoration: none;
    font: 14px/45px 'Microsoft YaHei';
    height: 48px;
    text-align: center;
    background: #073763;
    margin: 3px 0;
    color: #fff;}
.sidebar-nav a.cur{	display:block;
background:#FF9900;
text-decoration: none;}   
.sidebar-nav a:hover{
	display:block;
background:#FF9900;
text-decoration: none;
}
.siderbar-txt{line-height: 40px;color: #505050;}
.pageBox-path{
	border: 0px;
    background: url(../img/784.jpg) 0px 0px no-repeat;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 55px;
}
.pageBox-path-nav{
color: #5c5c5c;
    padding-left: 60px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;	
}
.pageBox-path-nav a{color:#073763;}
.pageBox-path-nav a:hover{color:#007AFF;}
.pageBox-content{
	
    font: 14px/28px 'microsoft yahei',Verdana, Arial;
    color: #505050;
    padding: 40px 0px 40px 0px;

}
.pageBox-content img{max-width: 600px;height: auto;}
.pageBox-list{padding-top: 30px;}
.pagenews ul{
margin:0;
padding:0;
}

.pagenews li{
list-style-type: none;
height:46px;
font-size: 14px;
overflow: hidden;
line-height:46px;
background:url(../img/line.png) 0px 5px no-repeat;
}

.pagenews a:link,.pagenews a:visited,.pagenews a:active{
text-decoration: none;
font:14px/28px 'Microsoft YaHei';
color:#696969;
}

.pagenews a:hover{
text-decoration: underline;

color:#696969;
}


.pagenews li.title{
padding-left:19px;
}


.pagenews div.title{
float:left;
font:14px/28px 'Microsoft YaHei';
height: 28px;
overflow: hidden;
}

.pagenews .time{
float:right;
white-space: nowrap;
overflow: hidden;
font:12px/23px 'Microsoft YaHei';
padding-right:5px;
color:#696969;
}
/**翻页**/
.loading_more {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    margin: 0 auto;
    border: 1px solid #1A57A2;
    text-align: center;
    margin-top: 30px;
    color: #1A57A2;
    font-size: 16px;
    cursor: pointer;
}
.loading_more:hover{ border: 1px solid #007AFF; color: #007AFF;}
/****产品列表product***/
.pageproduct img{width: 100%;}
.pageproduct span{padding-top: 20px;
    display: block;}
.pageproduct li{
		margin: 0px 0px 0px 0px;
    text-align: center;
    float: left;
    width: 25%;
    height: auto;
}
.pageproduct li a{
	margin: 15px;
	padding: 20px;
	display: block;
	border: 1px #EEEEEE solid;
}
.pageproduct li a:hover{
	border: 1px #3C78D8 solid;
}
.pageBox-content p{ margin-bottom: 10px;text-indent:28px}
.pageBox-content .newstitle{
    font-size: 22px;
    line-height: 44px;
    text-align: center;}
.pageBox-content .info {
    height: 28px;
    line-height: 28px;
    border: 1px #e8e8e8 solid;
    margin: 0px 0px;
    text-align: center;
    background-color: #f7f7f7;
    margin: 10px 0;
    color: #999999;
}
.pageBox-content .newscont{padding-top: 30px; font-size: 16px; line-height: 32px;}
.bshare-custom {   
    float: right;
    margin: 4px;
}
/***产品栏目***/
.subCont{ line-height:30px; font-size:14px; color:#666; font-family:"微软雅黑";}
.subCont img{ max-width:100%;}
.product2_list .title{ font-size:20px; font-weight:bold; color:#e78d1b; height:40px; line-height:40px;background:url(../img/sanjiao.jpg) no-repeat 0 50%; padding-left:30px;}
.product2_list .textarea{padding-top: 20px;}
/*大图样式*/
.picarr{position:relative;margin:20px auto;}
.picarr .picture{width:100%;text-align:center;}
.picarr .picture a{display:none;}
.picarr .preview{margin-top:20px;padding:5px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.picarr .preview li{float:left;margin:4px;}
.picarr .preview li a{width:295px;height:198px;border:1px solid #fff;background:#fff;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:35px;*font-family:Arial;    overflow: hidden;
    display: block;}
.picarr .preview li a img{vertical-align:middle;width:100%;height:auto;}
.picarr .preview li.current a{border:1px solid #000;}
/***搜索列表*****/
.historybox{display: flex;justify-content: flex-start;}
.search-list{padding: 20px;}
.search-list{    border-bottom: 1px dashed #CCC;
    margin-top: 18px;}
    .search-list li a{font-size: 14px;}
.search-list li a img {
    float: left;
    border: 1px solid #ADCBE9;
    padding: 2px;
    background: #FFF;
    margin-right: 10px;
   
}
.search-list li h5 img{ display: inline;}
.search-list li div p {
    line-height: 25px;
    margin-top: 6px;
    font-size: 12px;
    color: #999;
    text-indent: 0px;
}
.search-list li div.adds {
    font-size: 12px;
    margin: 10px 4px;
}
/* pages */
#pages { padding:14px 0 10px; margin:10px; }
#pages a { display:inline-block; width:26px; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 { width:56px; }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
#pages span { display:inline-block; width:26px; height:22px; line-height:22px; background:#5a85b2; border:1px solid #5a85b2; color:#fff; text-align:center; }
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }
.addrItem{font-size: 22px;
    width: 30%;    
    float: left;
    line-height: 30px;
    color: #003B77;
    }
 .addrItem .title{margin: 30px 0; line-height: 40px;}
.company_en {
    margin-top: 5px;
    font-family: arial;
    font-size: 16px;
    letter-spacing: 3px;
}
.addrItem .font_z3 {
    font-size: 14px;
}
.mapItem{width: 70%;float: left;}
.mapItem img{width: 100%;}
.addrItem .font_tel {
    font-size: 22px;
    font-weight: bold;
}
@media (max-width: 768px) {
	body { padding-top: 60px;}
  .top-area-logo, .top-area-menu {
    float: none;
  }
  .top{
  	 position: fixed;
  	 top: 0;
  }
  .wrap {
    min-width: auto;
  }
  #dropmenu, .topbar {
    display: none;
  }
  .nav_button_box {
    display: block;
   
  }
  .top-area {
    height: 60px;
  }
  .top-area-logo {
    width: 220px;
    height: auto;
    padding-left: 0;
    margin-top: 0px;
    padding-top: 10px;
    
  }
  .top-area-logo img {
    width: 100%;
    height: auto;
  }
  .top-area-menu {
    margin-top: 0px;
  }
  .top-area-menu .main_banner {
    position: relative;
    height: 0;
    overflow: hidden;
    top: -1px;
    width: 100%;
    background-color: #fff;
  }
  .top-area-menu .main_banner>a {
    width: 76%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .top-area-menu .main_banner>a:nth-child(1) {
    margin-top: 20px;
  }
  .top-area-menu .main_banner {
    position: relative;
    height: 0;
    overflow: hidden;
    top: -1px;
    width: 100%;
    background-color: #fff;
  }
  .top-area-menu span.level_menu_icon {
    display: none;
  }
  .main_bannerBox {
    display: block;
    top: 52px;
    background-color: #fff;
    left: -16px;
    z-index: 99;
  }
  .level_menu i {
    display: block;
  }
  .level_menu_open {
    display: block;
  }
  .level_menu i {
    display: block;
  }
  .index-banner {
    height: 500px;
  }
  /**search**/
  .topsearch {
    display: none;
  }
  .indexabout-word {
    width: 100%;
    float: none;
  }
  .indexabout-word-info-tit {
    text-align: center;
  }
  .indexabout-img {
    display: none;
  }
  .indexabout-word-info-p {
    padding-right: 0px;
    font-size: 16px;
  }
  .indexabout-btnblk a:link, .indexabout-btnblk a:visited, .indexabout-btnblk a:active {
    width: 27%;
    font-size: 14px;
  }
  .footer .footer-left, .footer .footer-right {
    float: none;
    width: 100%;
  }
  .footer .tel-pic img {
    display: initial;
    width: 100%;
    padding-bottom: 30px;
  }
  .indexnews-left, .indexnews-right {
    width: 100%;
    float: none;
  }
  .indexnews-right .title h2, .indexnews-right .title span {
    float: none;
    text-align: center;
    display: block;
  }
  .index-caseli, .indexnews-case {
    padding-right: 0px;
  }
  .photopic li {

  width: 50%;
}
.pageBox-left,.pageBox-path{display: none;}
.pageBox-right{width: 100%;float: none;}
.pageproduct li{margin: 0px; width: 100%;}
.pageBox-content img{width: 100%;}
.table_form tbody td, .table_form tbody th{width: 100% !important;
    text-align: left;
    display: block;}
.onShow, .onFocus, .onError, .onCorrect, .onLoad, .onTime{display:block !important;}
.addrItem,.mapItem{float: none;width: 100%;}
.pagenews .time{display: none;}
.picarr .preview li a{width: 100%;height: auto;}
.footer .tel-pic {text-align: center;}
}