body, ul, li, p, h1, h2, h3, h4, h5, h6 {padding: 0;margin: 0;}
li {list-style: none;}
a {text-decoration: none}
img {border: 0;vertical-align: top;}
/* .clearfix {zoom: 1;_zoom: 1} */
.clearfix:after {content: "";display: block;line-height: 0px;height: 0px;clear: both;visibility: hidden}
ul,li{ list-style:none;}
a{ text-decoration:none; color:#000;}
a:hover{ text-decoration:none;color:#000;}
img{ border:none;}
.clear{clear:both;}
.equal{ padding-bottom:9999px; margin-bottom:-9999px; overflow:hidden;}
input,textarea,select,button,a:focus {outline: none;}
.left{float: left;}
.right{float: right;}

body{width: 100%;min-width: 1280px;height: 100%;margin: 0 auto;min-height: 700px;
  background-color:#fff;}
.mainContainer{max-width:1600px;min-width: 1280px;margin: 0 auto;padding: 0px;}
.jsgcxContainer{max-width: 1400px;width: 87.5%;margin: 0 auto;}
/* -----------------------------------------header----------------------------- */
.header{background: url('../image/background.png') no-repeat center center;height: 138px;padding-top: 60px;}
.header .logo{width: 370px;float: left;}
.header .header_right{float: left;position:relative;top:16px;}
.header  .searchForm{width: 214px;height: 40px;background: #fff;float: right;
border: 1px solid #DBDBDB;border-radius: 20px;margin-top: 23px;display: block;padding-left: 14px;}
.header  .searchForm input{width: 166px;height: 40px;line-height: 40px;float: left;padding:0px 4px 0 4px;border:none;background: #fff;
}
.header  .searchForm button{border:none;background: url('../img/icon1.png') no-repeat center center;height: 40px;width: 40px;
  float: right;cursor: pointer;background-size: 23px 23px;}


/* ----------------------------nav------------------------------- */
.nav {width: 100%; height: 52px;margin-top: 0px;padding: 0px;background: #1565c0;}
.nav > ul{margin-left:6%;width:92%;height: 52px;}
.nav > ul > li {float: left;width: 9%;text-align: center;height: 52px;}
.nav > ul > li > a{width:100%;color: #fff;display: inline-block;height: 52px;line-height: 52px;font-size: 18px;}
.nav ul li .navSub {position: relative;z-index: 999;display:none;background-color: #fff;height: auto;
  border-radius: 0 0 3px 3px;border:1px solid #aaa;border-top: none;box-shadow: 2px 2px 6px #585858;}
.nav > ul > li:hover > a{background-color: #fff;color: #1565c0;}
.nav > ul > li:hover > .navSub{display: block;}
.nav ul li .navSub li {height: 40px;border-bottom: 1px dotted #b5b5b5;}
.nav ul li .navSub a {color: #42a5f5;display: inline-block;width: 100%;overflow: hidden;height:40px;line-height: 40px;font-size: 14px;}
.nav ul li .navSub a:hover{color: #42a5f5;background:#ececec; } 



/* --------------------------footer--------------------------- */
.footer{clear: both;height: 130px;background: #1e88e5;padding:20px 35px 41px 35px; color: #fff;}
.footer .foot_code{width: 250px;text-align: center;margin-top:20px;}
.footer .foot_code img{width:100px;}
.footer .foot_text{font-size: 22px;}
.footer .foot_text label{position:relative;top:3px;}
@media screen and (min-width: 1280px) {
  body {
      overflow-x: hidden;
  }
}