*{
    box-sizing:border-box;
    margin:0;
    padding:0;
    color:#333;
}
body{
    font-family: '宋体';
}
dl,dd{
     margin:0;
    padding:0;
}
.w_wbox {
    margin: 0 auto;
    width: 1200px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto;
}
.clear{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.box-top{
    height: 120px;
}
.box-top-logo{
    float:left;
    margin-top:20px;
    width:86px;
    height:80px;
}
.box-menu{
    float:left;
    margin-top:35px;
    margin-left:67px;
    width:1037px;
    height: 50px;
}
.box-menu li{
    float: left;
}
.box-menu li a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 50px;
    display: block;
    padding: 0 32px;
}
.box-menu li a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	background: #126ede;
}
/* 选中样式 */
.box-menu li a.cur {
    color: #fff;
	text-decoration: none;
	font-size: 16px;
	background: #126ede;
}
.box-menu .mainlevel ul {
    display: none;
    position: absolute;
}
.box-menu .mainlevel li {
	background: rgba(18,110,222,0.8);
    float:none;
}
.box-menu .mainlevel li a{
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	padding: 0 32px;
	text-align: center;
    display: block;
}
.box-menu .mainlevel li a:hover {
	color: #fff;
	font-size: 14px;
}
.bg-h{
    background: rgba(247, 247, 247, 1);
}
 .slider {
    position: relative;
    height: 500px;
    min-width: 1004px;
    width: 100%;
    overflow: hidden;
    z-index: -1;
  }
  .slider .slider-pointer {
    position: absolute;
    bottom: 20px;
    color: #fff;
    list-style: none;
    padding: 0;
    z-index: 999;
  }
  .slider .slider-pointer li {
    display: inline-block;
    margin: 0 15px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #ffffff;
    opacity: 0.85;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
    transition: all 320ms ease;
  }
  .slider .slider-pointer li:hover {
    background-color: #e30006;
  }
  .slider .slider-pointer li.active {
    background-color: #b00005;
  }
  .slider .slider-inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .slider .slider-inner .item {
    width: 100%;
    height: 100%;
    float: left;
  }
  .slider .slider-inner .img {
    background-position: center top !important;
    width: 100%;
    height: 100%;
  }
  .slider .slider-control {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 999;
    border-radius: 30px;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    background-color: #ffffff;
    opacity: 0.5;
    cursor: pointer;
    top: 40%;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
    transition: all 320ms ease;
  }
  .slider .slider-control:hover {
    opacity: 0.65;
    background-color: #b00005;
  }
  .slider .slider-control:active {
    opacity: 0.85;
  }
  .slider .slider-control.prev {
    display: none;
    left: 20px;
  }
  .slider .slider-control.next {
    display: none;
    right: 20px;
  }
  .slider:hover .slider-control.prev {
    display: block;
    left: 20px;
  }
  .slider:hover .slider-control.next {
    display: block;
    right: 20px;
  }
  .search{
      height: 70px;
  }
.search-tags {
    float: left;
    margin-top: 20px;
}
.search-tags  dl{
    width: 550px;
}
.search-tags  dt,dd{
     float:left;
}
.search-tags  dt{
    width: 120px;
    height: 21px;
    color:#126ede;
    font-weight: bold;
    font-size:16px;
}
.search-tags  dd{
    padding:0 5px;
    margin-right:15px;
    line-height: 1.5;
    font-size: 14px;
}
.search-form{
    float:right;
    width: 369px;
    height: 31px;
    margin-top:20px;
}
 .p_searchBtn {
    width: auto;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: rgba(255,255,255,1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255,255,255,0);
    background-color: #126ede;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    position: inherit;
    margin: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
    background-size: 100% 100%;
    margin-top:-3px;
}
.p_searchBtn .font {
    display: table-cell;
    vertical-align: middle;
    bottom: 0;
    height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none;
    position: relative;
    text-align: center;
}
.InputText{
    display: inline-block;
    height: 100%;
    width: 260px;
    line-height: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    padding-left: 5px;
    padding-right: 5px;
}
.prolist{
    margin-top: 50px;
}
.prolist-box{
    background: url('../img/a001.jpg');
    width: 100%;
    height: 500px;
}
.about{
    margin-top:50px;
    text-align: center;
    background: #fff;
    height: 570px;
    padding-top:40px;
}
.h2{
    font-size: 30px;
    color:#333;
    font:arial,helvetica,sans-serif
}
.about-title{
     font:arial,helvetica,sans-serif;
     font-size: 18px;
     color:#333;
}
.about-content{
    margin-top:60px;
    
}
.about-content-left{
    width: 618px;
}
.about-content-right{
    width: 572px;
}
.about-content-left p{
    text-align: left;
    font-size: 14px;
    font-family: "Microsoft Yahei"; 
    color:#333;
    line-height: 32px;  
}
.about-content-left ul{
    margin-top:30px;
}
.about-content-left li{
    height: 82px;
    border-left:1px solid rgba(204, 204, 204, 1);
    width: 206px;
    text-align: center;
    float: left;
    font-size:16px;
}
.about-more{
    display: block;
    margin-top:20px;
}
.news{
    text-align: center;
    background: #fff;
    height: 570px;
    padding-top:160px;
}
.news-list dl{
    width: 569px;
    height: 138px;
    margin:15px;
    float:left;
    background: #f3f3f3;
    margin-top:50px;
}
.news-list dl dt{
    text-align: left;
    height: 138px;
    overflow: hidden;
    width: 168px;
    float:left;
}
.news-list dl dd{
     float:left;
     font-size: 13px;
     padding-top: 20px;
     padding-left:20px;  
     text-align: left;
     line-height: 32px;
     width: 401px;
     height: 100%;
}
.news-list dl dd:hover{
    background: #126ede;
    color:#fff;
}
.news-list dl dd:hover h3{
    color:#fff;
} 
.news-list dl dd h3{
    color:#323232;
    font-size:16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list dl dt img{
    max-width: 100%;
}

img {
    vertical-align: middle;
    border: 0;
}

.logo-img{
    text-align: center;
    background: #fff;
    height: 370px;
    padding-top:80px;
}
.footer{
    background: rgba(56, 131, 220, 1);
    color:#fff;
    width: 100%;
    padding-top:40px;
    margin-top:50px;
}
.footer-nav-dl{
    width:1000px;
    margin-left:60px;
}

.footer-nav-dl dl{
    float:left;
    width: 152px;
    margin:30px;
}
.footer-nav-dl dl dt{
    color:#fff;
    font-weight: bold;
    font-size:16px;
    margin-bottom: 20px;
}
.footer-nav-dl dl {
    margin:20px; 
}
.footer-nav-dl dl dd a{
    color:#fff;
}
.footer-img{
    width: 360px;
}
.footer-img ul{
    margin-top:20px;
}
.footer-img li{
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 110px;
}
.footer-img img{
    width: 100%;
}
.footer-copyright{
    margin-top:20px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    background: rgba(18, 110, 222, 1);
}
.footer-nav-dl dd{
    float: none;
    margin-top:20px;
}
.box-main{
    background: #fff;
    margin-top:50px;
}
.nav-left {
    width: 220px;
}
.nav-left h3{
    background:rgba(18, 110, 222, 1);
    height: 80px;
    color: #fff;
    font-size:16px;
    line-height: 80px;
    text-align: center;
}
.nav-left li{
    height: 50px;
    border:1px solid #ccc;
    text-align: center;
    line-height: 50px;
}
.nav-left li a{
    color:#000;
    font-size: 14px;
}
.nav-left li:hover{
    background: rgba(18,110,222,0.8);
}
.nav-left li:hover a{
    color:#fff;
}
.box-right{
    width: 980px;
}
.goodsList li{
    width: 295px;
    float: left;
    height: 350px;
    overflow: hidden;
    margin-left:20px;
    text-align: center;
}
.goodsList li .img-box{
    border:1px solid #ccc;
    width: 296px;
    height: 284px;
    display: table-cell;
    vertical-align: middle;
}
.goodsList li img{
    max-width: 100%;
}
.goodsList li h3{
    text-align: center;
    font-size:14px;
    line-height: 30px;
    margin-top:20px;
    height: 30px;
}


.am-pagination {
    margin: 20px;
    position: relative
}
.am-pagination>li {
    display: inline-block;
}
.am-pagination>.am-active>a, .am-pagination>.am-active>span, .am-pagination>.am-active>a:hover, .am-pagination>.am-active>span:hover, .am-pagination>.am-active>a:focus, .am-pagination>.am-active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: rgba(18,110,222,0.8);
    border-color: rgba(18,110,222,0.8);
    cursor: default;
}
.am-pagination>li>a, .am-pagination>li>span {
    padding: 0.2em .7em;
}
.am-pagination>li>a, .am-pagination>li>span {
    position: relative;
    display: block;
    padding: 0.2em 1em;
    text-decoration: none;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 5px;
    margin-right: 5px;
}
.cur{
    background: rgba(18,110,222,0.8);
}
.cur-a{
    color:#fff;
}
.newsList .newsList-li{
    height: 30px;
    border-bottom: 1px solid #ccc;
    float: none;
    margin-top:20px;
    line-height: 30px;
    font-size:14px;
}
.newsList .newsList-li span{
    float:right;
}