@charset "UTF-8";
/*层级划分z-index
  top层：100-999
  middle层：10-99
  bottom层：1-9
*/
/*****公共*****/
/*分页器*/
#pagevt{
  width: 260px;
  margin: 0 auto;
}
#pagevt .btn{
  width: 20px;
  height: 20px;
}
#pagevt .num{
  text-align: center;
  width: 80px;
  font-style: italic;
}
#pagevt div{
  margin:0 10px;
}
/*****banner*****/
#banner img{
  width: 100%;
  overflow: hidden;
  padding-top: 110px;
}
/*****关于我们*****/

/*****product*****/
/*搜索框*/
.p_search{
  width: 100%;
  height: 30px;
  padding:25px 0;
}
.p_search .search{
  position: relative;
}
.p_search .search .key{
  border:none;
  outline: none;
  width: 420px;
  height: 35px;
  background: transparent;
  border-radius:10px;
  border:1px solid #999;
  text-indent: 20px;
}
/*解决谷歌默认选中黄色背景*/
.p_search .search .key:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}
.p_search .search .submit{
  position: absolute;
  top:7px;
  right:15px;
  border:none;
  width: 30px;
  height: 24px;
  cursor: pointer;
  background: url('../img/search-1.png') no-repeat center center;
}
/*侧边栏*/
.sidebar{
  float: left;
  width: 250px;
  height: 500px;
  margin-top: 30px;
  padding-top: 30px;
  border-radius: 10px;
  margin-right: 148px;
  text-align: center;
  box-shadow: 0 0 5px 0 #bbb;
}
.sidebar .ul1 .li1 p.title{
  position: relative;
  font-size:26px;
  color:black;
  margin-top: 30px;
  cursor: pointer;
}
.sidebar .ul1 .li1 p.title:hover{
  color:#666;
}
.sidebar .ul1 .li1{
  margin-bottom: 30px;
}
.sidebar .ul1 .li1 .left_a:hover{
  color: #666;
}
.sidebar .ul1 .li1 .left_a.hover{
  color: #5da0cf;
}
.sidebar .ul1 .li1 .left_a{
  font-size:20px;
  color:black;
  text-align: center;
}
.sidebar .ul1 .li1 ul{display: none;}
.sidebar .ul1 .li1 ul li{
  width: 100%;
  padding: 15px 0 5px 0;
  cursor: pointer;
}
.sidebar .ul1 .li1 ul li a{
  padding-bottom:10px;
  color:#a1a1a1;
}
.sidebar .ul1 .li1 ul li a:hover{
  color:#5da0cf;
  border-bottom:2px solid #5da0cf;
}
.sidebar .ul1 .li1 ul li a.hover{
  color:#5da0cf;
  border-bottom:2px solid #5da0cf;
}
/*product列表页*/
#product{
  width: 100%;
  border-bottom:1px dotted #5da0cf;
  padding-bottom: 50px;
  margin-bottom: 50px;
  background: url('../img/product-bg.jpg') no-repeat center center/100% 100%;
}
#product .p_banner{
    padding-top: 30px;
}
.ban {
  position:relative;
  width:800px;
  border-radius: 10px;
  overflow: hidden;
}
.ban2 {
    width: 800px;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 0 5px 0 #666;
}
.ban2 ul{
 position:absolute;
 left:0;
 top:0;
}
.ban2 ul li {
  position: relative;
    width: 800px;
    height: 400px;
    background: white;

}
.ban2 ul li  .name{
    position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 9;
  font-size: 16px;
  color:white;
}
.num {
  height: 102px;
  width: 680px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.min_pic {
    position: relative;
    width: 760px;
    height: 102px;
    padding: 0 20px;
}
.num ul{
 position:absolute;
 left:0;
 top:0;
}
.num ul li{
  margin-right: 10px;
  border-radius: 5px;
  border:1px solid #bbb;
}
.num ul li a{
  position: relative;
  display: block;
  width: 150px;
  height: 90px;
  border-radius: 5px;
  padding:5px;
}
.num ul li a img{
   width: 150px;
   height: 90px;
   border-radius: 5px;
   overflow: hidden;
}
.num ul li a .name{
  display: block;
  position: absolute;
  bottom: 10px;
  right: 5px;
  z-index: 9;
  font-size: 10px;
  color:white;
}
.num ul li.on {
    border: 1px solid #5da0cf;
}
.prev_btn1 {
  position: absolute;
  top: 50%;
  left:0;
  margin-top: -15px;
  width: 9px;
  text-align: center;
  height: 30px;
  cursor: pointer;
  float: left;
}
.next_btn1 {
  position: absolute;
  top: 50%;
  right:0;
  margin-top: -15px;
  width: 9px;
  text-align: center;
  height: 30px;
  cursor: pointer;
}
/*product详情页*/
.p_des .des{
  position: relative;
  width: 800px;
  padding-top: 30px;
}
.p_des .des>img{
  background: white;
  width:800px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 0 5px 0 #666;
}
.p_des .des .name{
  display: block;
  position: absolute;
  top:390px;
  right: 30px;
  z-index: 9;
  font-size: 16px;
  color:white;
}
.p_des .des >p{
  width: 700px;
  height: 30px;
  border-left:5px solid #5da0cf;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size:20px;
  color:#7b7b7a;
}
.p_des .des .text > p{
  font-size:16px;
  text-indent: 2em;
  color:#666;
}
#des_banner{
  width: 100%;
  padding-bottom: 20px;
}
#des_banner .des_ban{
  height: 220px;
}
#index_box{
  margin:0 auto;
}
#index_box li{
  float: left;
  width: 278px;
  height: 180px;
  padding: 5px;
  border:1px solid #bbb;
  border-radius: 10px;
  margin: 15px;
}
#index_box li a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#index_box li a .name{
  display: block;
  position: absolute;
  bottom: 10px;
  right: 5px;
  z-index: 9;
  font-size: 10px;
  color:white;
}
#index_box li a img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
/*****news*****/
#news{
  width: 100%;
}
.news{
  padding:20px 0 50px 0;
}
.news .topbar{
  position: relative;
  width: 500px;
  height: 60px;
  margin:60px auto;
}
.news .topbar >a {
  position: relative;
  float: left;
  padding-bottom:25px;
  text-align: center;
  display: block;
  font-size: 26px;
  width: 250px;
  transition:  .3s;
  -moz-transition:  .3s; /* Firefox 4 */
  -webkit-transition:  .3s; /* Safari 和 Chrome */
  -o-transition:  .3s; /* Opera */
}
.news .topbar >a:hover{
  color:#999d;
}
.news .topbar >a:hover i{
    border-top:4px solid #5da0cf;
}
.news .topbar >a.hover{
  color:#999d;
}
.news .topbar >a.hover i{
    border-top:4px solid #5da0cf;
}
.news .topbar >img{
  position: absolute;
  top:8px;
  left:50%;
  margin-left: -2px;
}
.news .topbar >a i{
  position: absolute;
  left:50%;
  margin-left: -30px;
  bottom:0;
  width: 60px;
  transition:  .3s;
  -moz-transition:  .3s; /* Firefox 4 */
  -webkit-transition:  .3s; /* Safari 和 Chrome */
  -o-transition:  .3s; /* Opera */
}
.news .news_list{margin-bottom: 80px;}
.news .news_list li{
  border:1px solid #eee;
  margin-bottom: 20px;
}
.news .news_list li > a{
  display: block;
  width: 100%;
  height: 90px;
  padding-top: 30px;
  -moz-transition:  .3s; /* Firefox 4 */
  -webkit-transition:  .3s; /* Safari 和 Chrome */
  -o-transition:  .3s; /* Opera */
}
.news .news_list li:hover a{
  box-shadow: 0 0 10px 0 #ccc;
}
.news .news_list li .time{
  text-align: center;
  color:#b0b0b0;
  font-size:20px;
  width: 350px;
  height: 90px;
  line-height: 60px;
  font-style: italic;
}
.news .news_list li .des{
  width: 700px;
}
.news .news_list li .des p:nth-child(1){
  font-size: 16px;
  margin-bottom: 10px;
}
.news .news_list li .des p:nth-child(2){
  font-size: 10px;
  color:#bfbfbf;
}
/*news详情页*/
#news_read .news_read{
  padding: 100px 10px 40px 10px;
}
.news_read > p:nth-child(1){
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}
.news_read > p:nth-child(2){
  font-size: 20px;
  color:#999;
  text-align: center;
  margin-bottom: 70px;
}
.news_read .content{
  margin-bottom: 50px;
}
.news_read .content > p{
  font-size:16px;
  color:#666;
}
.news_read .content > p >img{
  margin:0 auto;
}
.news_read .page a{
  font-size: 20px;
  color:#c6c6c6;
}
.news_read .page a:hover{
  text-decoration: underline;
}
h1{
  margin:0 auto;
  color:#999;
  text-align: center;
  margin-bottom: 40px;
}
/*联系我们*/
.contact_read{
  padding:130px 20px 30px 20px;
  height: 1000px;
}
.us{
  margin-top: 100px;
  margin-bottom:30px;
}
.us .message{
  position: relative;
  width: 670px;
  height: 420px;
  border:1px solid #e1e1e1;
}
.us .message p{
  font-size:20px;
  text-align: center;
  padding:30px 0 10px 0;
}
.us .message img{
  margin-bottom: 30px;
}
.us .main-li{
  padding:0 40px 0 20px;
}
.us .main-li ul.left li {
  margin-bottom: 46px;
}
.us .main-li ul.left li input{
    text-indent: 10px;
    border:none;
    outline: none;
    width: 280px;
    height: 38px;
    border:2px solid #999;
    font-size:18px;
}
.us .main-li textarea{
  width: 280px;
  height: 210px;
  border:2px solid #999;
  text-indent: 10px;
  font-size:18px
}
.us .main-li .submit{
  position: absolute;
  bottom:20px;
  left:50%;
  margin-left: -65px;
  width: 130px;
  height: 30px;
  background: #5da0cf;
  color:white;
  font-size:18px;
  cursor: pointer;
  border:none;
  border-radius: 10px;
}
.us  .information{
    width: 410px;
    height: 412px;
    padding:0  10px;
    border:5px solid #e1e1e1;
}
.us  .information p{
  text-indent: 25px;
  padding:15px 0;
  font-size:26px;
  border-bottom:1px dotted #d4d4d4;
}
.us  .information ul{
  margin-top:40px;
  margin-left: 30px;
}
.us  .information ul li{
  font-size:14px;
  color:#666;
  margin-bottom: 20px;
}
.us  .information ul li span{
  font-size:18px;
}
.us  .information ul .h_2{
  margin-left: 94px;
}
.us  .information ul .h_3{
  margin-left: 139px;
}