@charset "utf8";
body{
margin:0;
padding:0;
background-color:#f0f0ff;
font-family: 微软雅黑;
}
a{
  text-decoration:none;
}
/*top部分css*/  
#top{
width:100%;
height:40px;
background-color:rgba(25,25,25,0);
position:absolute;
z-index:999999;
border-bottom: 1px solid rgba(239,239,239,.3)
}
/*导航栏部分css*/  
#right{
width:100%;
height:30px;
position:absolute;
top:5px;
}
#right_ul {
width:100%;
margin-right:40px;
position:absolute;
top:-23px;
right:0px;
}
.right_ul_li{
list-style-type:none;
float:right;
color:#fff;
font-size:15px;
}
.display{
 background-color:#fff;
 color:#000;
}
.right_ul_li_dis{
list-style-type:none;
float:right;
font-size:15px;
}
.right_ul_li_dis a{
 display:block;
 width:100px;
 text-align:Center;
 padding:11px 0px;
 color:#000;
}
.right_ul_li a{
 color:#fff;
 display:block;
 width:100px;
 text-align:Center;
 padding:11px 0px;
}
.right_ul_li_1_ul a{
 display:block;
 width: 110px;
 text-align:left;
 padding:12px 20px;
 color:#fff;
}
.right_ul_li a:hover{
 background-color:#fff;
 color:#000;
 transition:all 0.3s;
}
.rightul_1,.rightul_2,.rightul_3,.rightul_4,.rightul_5{
 position: absolute;
 top: 42px;
 padding: 0px;
 background-color:#00a4ff;
 display:none;
}
/*导航栏自适应部分*/
@media all and (min-width:1800px){
.right_ul_li:hover .rightul_5{
 transition:all 0.5s;
 height:50px;
}
.right_ul_li:hover .rightul_4{
 transition:all 0.5s;
 height:210px;
}
.right_ul_li:hover .rightul_3{
 transition:all 0.5s;
 height:123px;
 opacity:1;
}
.right_ul_li_dis:hover .rightul_3{
 transition:all 0.5s;
 height:88px;
 opacity:1;
}
.right_ul_li:hover .rightul_2{
 transition:all 0.5s;
 height:170px;
 opacity:1;
}
.right_ul_li:hover .rightul_1{
 transition:all 0.5s;
 height:298px;
 opacity:1;
}
}

.right_ul_li_1_ul li{
list-style-type:none;
color:#fff;
font-size:15px;
}
.right_ul_li_1_ul a:hover{
 background-color:#fff;
 color:#000;
 transition:all 0.5s;
}
/*导航栏部分css end*/ 
#left{
    width: 300px;
    position: absolute;
    top: 4px;
    left: 100px;
    z-index: 2;
}
#left img{
height:33px;
}



/*main部分css*/
#main{
width:100%;
position:relative;
}

.main_text{
 width:400px;
 position:absolute;
 top:100px;
 left:50px;
}
.main_text h3{
   font-size:22px;
   color:#fff;
   text-align:center;
   margin-bottom:0px;
 }

 /*product部分*/
 @media all and (min-width:1400px){
.product_top_nav_li{
  width:228px;
  float:left;
  list-style:none;
  text-align:center;
  font-size:16px;
  cursor:pointer;
}
.product_top_nav_li a{
  display:block;
  padding:20px 0px;
}
#product_1{
  background-color:#fff;
  margin-top:6px;
}
  }
@media screen and (max-width:1400px){
.product_top_nav_li{
  width:228px;
  float:left;
  list-style:none;
  text-align:center;
  font-size:16px;
  cursor:pointer;
}
.product_top_nav_li a{
  display:block;
  padding:20px 0px;
}
#product_1{
  background-color:#fff;
  margin-top:3px;
}
}
#product{
 position:relative;
 margin-bottom: 50px;
}
#product_top{
  width:100%;
  height:60px;
  background-color:#fff;
  margin-top:-19px;
}
#product_top_nav{
  width:1000px;
  height:60px;
  margin:0 auto;
}
#product_top_nav a{
  color:#000;
}
.product_top_nav_li_fixed{
  width:228px;
  float:left;
  list-style:none;
  padding:19px 0px;
  text-align:center;
  font-size:16px;
  cursor:pointer;
}
.full{
position: fixed;  
top: 19px;
z-index: 10000;
width:100%;
height:60px;
background-color:#fff;
box-shadow: 1px 1px 1px #888888;
}
.fixed{ 
  width:1000px;
  height:60px;
  background-color:#fff;
  position:relative;
  top:-19px;
  box-shadow: 1px -80px 1px #888888;
}
#product_top_nav_li1{
  border-bottom:2px solid #00a4ff;
}
#product_top_nav_li2{
  border-bottom:0px solid #00a4ff;
}
#product_top_nav_li3{
  border-bottom:0px solid #00a4ff;
}
#product_top_nav_li4{
  border-bottom:0px solid #00a4ff;
}
#product_top_nav ul li:hover{
  border-bottom:2px solid #00a4ff;
}
.product_text{
  width:100%;
   position:relative;
   top:0px;
}

.product_text h3{
  text-align:center;
  font-size:24px;
  color:#333;
  font-weight:400;
  text-align:center;
  margin:0px;
  padding:50px 0px;

}
.product_content{
  width:1000px;
  padding:40px 0px;
  margin:0 auto;
 }
 .product_content_1{
  width:1000px;
  padding:10px 0px;
  margin:auto;
  column-count:1;
  padding:30px 0px;
 }
.product_describe_1{
 width:494px;
 float:left;
 margin-top:20px;
 margin-left:4px;
}
.product_img{
 width:80px;
 height:150px;
 float:left;
}
.product_img img{
 margin-top:41px;
}
.product_jj{
 width:350px;
 height:100px;
 float:left;
 margin-left:30px;
 margin-top:25px;
}
.product_jj h3{
 color:#333;
 font-size:16px;
}
.product_jj p{
 color:#666;
 font-size:14px;
 line-height:24px;
}
.product_describe_2{
 width:998px;
 border:1px solid #ddd;
 margin-top:10px;
 background-color:#fff;
}
.product_h4{
 width:1000px;
 height:50px;
 border-bottom:2px solid #f0f0f0;
}
.product_h4 h4{
 width:940px;
 margin:0 auto;
 padding:15px 0px;
 font-size: 16px;
 font-weight: 700;
}
.product_describe_2 p{
 display:block;
 width:940px;
 margin:0 auto;
 padding:20px 0px;
 color:#666;
 font-size:14px;
 line-height:28px;
}
#product_3{
 background-color:#fff;
}
.product_describe_3{
 width:1000px;
 background-color:#fff;
}
.product_describe_3 p{
 color:#555;
 line-height:32px;
 margin:0px;
 font-size:15px;
}
.product_describe_4{
 width:1000px;
 height:100px;
 background-color:#fff;
 border:1px solid #ddd;
}
#product_describe_4_span1{
 font-size:20px;
 color:#333;
 line-height:100px;
 margin-left:250px;
}
#product_describe_4_span2{
 font-size:20px;
 color:#333;
 line-height:100px;
 margin-left:10px;
 color:#ff9600;
}

/*bottom-部分css*/
/*
#bottom{
width:100%;
height:280px;
background-color:rgba(3,64,136,1);
position:relative;
top:0px;
}
#bottom_list{
width:950px;
height:150px;
margin-left:5%;
border-bottom:1px solid #ccc;
}
#bottom_list a{
color:rgba(255,255,255,1);
}
#bottom_list a:hover{
color:#00a4ff;
}
#bottom_list h3{
width:80px;
font-size:14px;
color:#fff;
margin:0px;
padding:10px 0px;
}
#bottom_list li{
list-style:none;
float:left;
font-size:13px;
width:120px;
}
#bottom_list1{
width:1000px;
height:40px;
margin-left:20px;
padding-top:20px;
}
#bottom_list ul{
 margin-left:80px;
 margin-top:-29px;
 }
#bottom_list2{
width:1000px;
height:40px;
margin-left:20px;
}
#bottom_list3{
width:1000px;
height:40px;
margin-left:20px;
}
#bottom_logo{
width:950px;
height:129px;
margin-left:5%;
}
#logo_ico{
width:200px;
padding-top:20px;
}
#bottom_nav{
width:1000px;
height:38px;
position:relative;
top:-41px;
left:200px;
}
#bottom_nav ul{
width:1000px;
}
#bottom_nav ul li{
list-style:none;
float:left;
font-size:14px;
width:100px;
margin-top:-9px;
}
#bottom_nav ul li a{
color:#fff;
}
#bottom_phone{
 width:950px;
 position:relative;
 top:-40px;
}
#bottom_phone p{
 margin:0px;
 color:#fff;
 font-size:14px;
 margin-top:-10px;
}
#bottom_wx{
 position:absolute;
 top:40px;
 right:8%;
}
#bottom_wx img{
 border-radius:15px;
}
#copy{
 position:absolute;
 top:33px;
 left:0px;
}
@media all and (min-width:1800px){
#bottom_list ul{
 margin-left:80px;
 margin-top:-35px;
 }
#bottom_list li{
list-style:none;
float:left;
font-size:13px;
width:150px;
}
#copy{
 position:absolute;
 top:33px;
 left:200px;
}
}
@media screen and (max-width:1700px){
#bottom_list ul{
 margin-left:80px;
 margin-top:-29px;
 }
#bottom_list li{
list-style:none;
float:left;
font-size:13px;
width:110px;
}
}
*/