﻿

max-width: none;max-width: none;max-width: none;/*预定义*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif !important;
}

a {
  color: inherit;
}

a:link, a:hover, a:active, a:visited {
	color: inherit;
	text-decoration: none;
}
 
ul, ol {
  margin-bottom: 0;
  text-align: left;
  list-style: none;
}




.main {
  width: 1200px;
  margin: auto;
}

.mainBgColor {
  background-color: #008cd7;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.one-line {
  text-overflow: ellipsis;
  
  white-space: nowrap;
}

.block {
  display: block;
}




/*图片水平垂直居中*/
.img-vertical {
  text-align: center;
}

.img-vertical:after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}





.font14 {
  font-size: 14px;
}

.font18 {
  font-size: 18px;
}









/*友情链接列表页*/


.links .item {
  vertical-align: top;
  width: 20%;
  padding: 13px;
  display: inline-block;
}

.links .item .img-box {
  width: 100%;
  height: 108px;
  text-align: center;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
}

.links .item .title {
  font-size: 18px;
  color: #303030;
  text-align: center;
  margin-top: 25px;
  height: 30px;
}

/
/*底部代码段*/
#footer {
  clear: both;
  margin-top: 30px;
}

#footer .link {
  height: 66px;
  background-color: #15499A;
  color: #ffffff;
  font-size: 18px;
}

#footer .link .tip {
  padding: 10px 0px 11px 10px;
}

#footer .link .tip span {
  display: block;
	background-image: url("../images/link-line.png");
}

#footer .link .list {
  
  white-space: nowrap;
  display: inline-block;
}

#footer .link .list li a {
  padding: 20px;
}

#footer .link .line40 {
  margin-top: 12px;
  margin-left: 20px;
  width: 1px;
  height: 50px;
  background-image: url("../images/link-line.png");
}

#footer .link .more {
  width: 75px;
  display: block;
  vertical-align: middle;
  border-left: 1px;
}

#footer .link .more img {
  width: 24px;
  height: 24px;
  margin: 20px auto;
  display: block;
}

#footer .menu {
	position: relative;
	
}

#footer .bottom-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#footer .menu .item {
	color: #949494;
	font-size: 12px;
}

#footer .menu .item .menuTitle {
  width: 100%;
  font-size: 14px;
  color: #dcdcdc;
}

#footer .text{
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
}
#footer .menu .item ul li {
  margin-top: 12px;
  line-height: 1;
}

.item-end  li {
  margin-top: 16px;
  line-height: 1;
}

#footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #848484;
  border-top: 1px solid #4c4c4c;
  height: 48px;
  line-height: 48px;
}

/*返回顶部*/
#to-top {
  position: fixed;
  display: none;
  z-index: 1000;
  bottom: 15px;
  right: 15px;
  width: 48px;
  height: 48px;
  background: url(../images/to-top1.png);
  cursor: pointer;
}

#to-top:hover {
  background: url(../images/to-top2.png);
}









.solution .panel-default .contentl {
  margin-left: 25px;
}

.solution .panel-default .disease .typefacel {
  margin-left: 95px;
  margin-top: -70px;
  color: #478efb;
  font-size: 26px;
}

.solution .panel-default .asl {
  margin-top: 55px;
}

/*解决方案6*/
.solution .panel-default
.title-hd .chinese-red {
  color: #cc0000;
}

.solution .panel-default hr.line {
  margin-top: 10px;
}

/*解决方案头部表格*/


/*================================================================================================解决方案代码隔离================================================================================================*/

/*手机端*/
@media (max-width: 768px) {
  html,body {
   
  }
  .pc_banner{
    display: none;
  }
  .m_banner{
    display: block;
  }
  .main {
    width: 100%;
    padding: 10px;
  }
  #header .top ul {
    display: table;
    width: 100%;
    text-align: center;
    float: none;
  }
  #header .top ul > li{
    display: table-cell;
  }
  #header .top ul > li+li:before{
    content: none;
  }
  /*#header .top ul > li:first-child{
    display: block;
  }
  #header .top ul > li:nth-child(2){
    margin-left: 0;
  }
  #header .top ul > li:nth-child(2):before{
    content: none;
  }*/
  #header .nav .navbar{
    min-height: 30px;
  }
  #header .navbar-toggle{
    margin-top: 5px;
  }
  #header .nav .navbar .logo img{
    max-width: 50%;
  }
  .home .header {
    padding: 10px 0
  }
  #header .pc-nav{
    display: none;
  }

 
  .panel-body dd>div{
    display: inline-block;
    margin-left: 1em;
    line-height: 40px;
    font-size: 14px;
  }

  .navbar-collapse{
    
    padding:0 23px;
  }
  .panel-group .panel{
    border: none;
    border-radius: 0;
  }

  .panel-heading{
    padding:0 8px;
    border-radius: 0;
  }
  .panel-heading.active{
    background: #008cd7;
    color: #fefefe;
  }
  .panel-heading.active a:hover{
    color: #fefefe !important;
  }
  .panel-group .panel+.panel{
    margin:0;
  }
  .panel-title{
    line-height: 40px;
  }
  .panel-title .more{
    transform: rotate(90deg);
    font-family: serif
  }
  .home .header h1,
  .home .header h2 {
    font-size: 20px;
    margin: 10px 0
  }

  .home .header .title-box:before {
    width: 30px;
    left: -35px;
  }

  .home .header .title-box:after {
    width: 30px;
    right: -35px;
  }
  .home #top-banner{
    display: none;
  }
  .home #mtop-banner{
    display: block;
  }
  .home #testing .item {
    height: auto;
  }
  .home #testing .item>a{
    display: block;
  }
  .home #testing .item .left,
  .home #testing .item .center,
  .home #testing .item .right {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 8px;
  }

  .home #testing .item .left .content {
    height: auto;
    padding: 18px;
    float: none;
  }

  .home #testing .item .left .content .title {
    margin: 20px 0;
  }
  #testing .item .content{
    line-height: 1;
  }
  .home #testing .item .center .content .title,
  .home #testing .item .right .content .title{
    margin:20px 0;
  }
  .home #testing .item .left .img {
    float: none;
    height: auto;
  }

  .home #testing .item .left .content .icon,
  .home #testing .item .center .content .icon,
  .home #testing .item .right .content .icon {
    margin-top: 0
  }
  #testing .img,
  #testing .content:after,
  #testing .item .go{
    display: none;
  }
  .home #testing .item .left .content{
    width:100%;
  }
  #testing .item .center .detail, #testing .item .right .detail {
    padding: 20px;
  }
  .home #testing .owl-nav {
    margin: 10px 0
  }

  .globalization {
    margin: 0
  }

  #globalization {
    padding: 0
  }

  .home #globalization .nav {
    width: auto;
    margin: 0 0 10px;
    text-align: center;
  }

  .home #globalization .nav li {
    margin: 3px 0;
    float: none;
  }

  .home #globalization .tab-content {
    height: auto
  }

  .home #globalization .tab-content .tab-pane {
    float: none
  }

  .home #globalization .tab-content .img-box {
    width: auto;
    height: auto;
    float: none;
  }

  .home #globalization .tab-content .content {
    margin: 0;
    padding: 8px;
  }

  .home #globalization .tab-content .content .more {
    margin-top: 20px
  }

  #footer {
    margin-top: 10px;
  }

  #footer .link {
    height: auto;
  }

  #footer .line40 {
    display: none;
  }
  #footer .link .main{
    padding:8px 0;
  }
  #footer .link .list li {
    float: left;
    padding: 3px 0;
    font-size: 14px;
  }
  #footer .link .list{
    padding-left: 5px;
    white-space: normal;
  }
  #footer .link .list li a {
    padding: 5px;
  }

  #footer .link .more img {
    margin: 0 10px 10px;
  }

  #footer .copyright {
    height: auto;
    line-height: 2;
    padding: 8px;
  }

  #footer .item li {
    display: inline-block;
    margin: 10px 0;
    margin-right: 3px;
  }

  /*解决方案头部*/
  .top-table {
    display: block;
    margin: 10px 0;
    font-size: 0;
    text-align: justify;
  }

  .top-table tr {
    display: block;
  }

  .top-table td {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size:16px;
  }
  .top-table tr:after{
    display: inline-block;
    content: '';
    width:100%;
    height:0;
  }
  .top-table td:nth-child(odd) {
    min-width: 50%;
  }
  .top-table td:nth-child(even) {
    /*margin-left: 10px;*/
  }

  /*.top-table td:nth-child(2n):after {
    display: block;
    content: ''
  }*/

  .top-table td:last-child:after {
    display: none;
  }
  /*产品*/
  .product .list .item{
    margin-bottom: 15px;
    padding:0;
  }
  .product .navbar-toggle{
    float: none;
    margin:0;
  }
  .product .navbar{
    border:none;
    background-color: #fff;
    margin-bottom: 0;
  }

  .product .right-content .block .siblings{
    display: block;
  }

  .nav-tabs>li{
    display: table-cell;
    float: none;
    margin:0;
    text-align: center;
  }
  .product .content .nav-tabs a{
    padding:0;
  }
  .product .content #description h1{
    margin:12px 0;
  }
  #description .block ul{
    font-size: 16px;
  }
  .product .content #description .block{
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .product .content #description .block .header:after{
    content: '';
    clear: both;
  }
  .product .content #description table, .product .content #parameter table{
    /*width:max-content!important;*/
    white-space: nowrap;
    margin: 10px 0 20px;
  }
  .product .content #description .block ul li{
    line-height: 25px;
    margin-bottom: 8px;
  }
  #description .block li:before{
    margin-top: -10px;
  }
  .product .tab-pane{
    overflow-x: auto;
  }
  

  





  

  .globalization .history dl.in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: box;
    display: flex;

    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    box-direction: reverse;

    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .globalization .history {
    margin-bottom: -15px;
    padding-top: 0
  }

  .globalization .history dl {
    margin-top: 15px
  }

  .globalization .history dl .icon {
    display: none
  }

  .globalization .history dl dd,
  .globalization .history dl dt,
  .globalization .history dl.in dd,
  .globalization .history dl.in dt {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    padding: 0;
    text-align: left
  }
  .apply .info-bars{
    width: 100%;
    border: none;
    padding:15px;
    margin: 0 auto;
  }
  .apply .info-bars .header{
    margin-bottom: 28px;
    margin-top: 27px;
  }
  .apply .info-bars .form-group {
    margin-bottom: 25px;
    margin-top: -15px;
  }
  .apply .info-bars .form-group .label,.apply .info-bars .form-group input[type='text'],.apply .info-bars .form-group textarea,.apply .info-bars .choice,.apply .info-bars .worktime,.apply .info-bars .upload,.apply .info-bars .form-group>select{
    width: 100%;
    margin-left: 0px;
  }
  .apply .info-bars .worktime select{
    width: 20%;
  }
  .apply .info-bars .worktime select+select{
    margin-left: 3%;
  }
  .apply .info-bars .worktime .timeLine{
    width: 8%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .apply .info-bars .upload input{
    width:100% !important;
  }
}
/*PC端*/
@media (min-width: 768px) {
  .pc_banner{
    display: block;
  }
  .m_banner{
    display: none;
  }
  .home #top-banner{
    display: block;
  }
  .home #mtop-banner{
    display: none;
  }
  .home #ecology ul {
    padding: 10px 25px 0;
  }
  .home #testing .item .center .detail,
  .home #testing .item .right .detail,
  .home #testing .item .right .content,
  .home #testing .item .center .img{
    float: left;
  }
  .home #testing .item .center .content,
  .home #testing .item .right .img {
    height: 50%;
    width: 100%;
    display: block;
    float: left;
  }
  .home #testing .item .right .content, .home #testing .item .center .img {
    height: 50%;
    width: 100%;
    display: block;
  }
  #testing .img {
    
  }
  #testing .center .img img,
  #testing .right .img img {
    height: 100%;
  }
  #testing .left:hover .img img,
  #testing .center:hover .img img,
  #testing .right:hover .img img {
    transform: scale(1.3);
  }
  .home #globalization .tab-content .img-box img {
    height: 100%;
  }
  #ecology .news, #ecology .trends {
    width: 570px;
    display: inline-block;
  }

  #ecology .one-line {
    width: 80%;
  }

  #ecology .trends {
    margin-left: 55px;
  }

  #footer .link .tip,
  #footer .link .list,
  #footer .link .more,
  #footer .link .line40 {
    float: left;
  }

  #footer .link .list li {
    display: inline-block;
  }

  #footer .link .tip {
    width: 120px;
    color: #15499A;
    background: #15499A url("../images/link-tip.png") no-repeat;
    display: inline-block;
  }

  #footer .link .list {
    width: 980px;
    margin-top: 20px;
  }

  #footer .item {
    width: 100px;
    float: left;
    text-align: left;
  }

  #footer .item-end {
	width: 480px;
	float: right;
	text-align: left;
  }
	 #footer .item-end .light{
	color: #dcdcdc;
	font-size: 12px;
	}
	
  #footer .last-item {
    width: 66px;
    text-align: right;
  }

  #footer .menuTitle {
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 22px;
	
	
  }

  #footer .copyright {
  }

  #footer .menu .item ul,
  #footer .menu .item img {
    margin-top: 22px;
  }

  #footer .menuTitle {
    line-height: 1;
  }

  #footer .menu .main {
    padding: 48px 0 50px;
  }

 
  
