@charset "utf-8";
/* CSS Document */
	#company li a:focus{
	outline: none;
	border:0;
	}
	#container{
margin: 0px auto;
position: relative;
top: -140px;
float: left;
min-height: 500px;
width: 100%;
	}
	#con_block{
width: 945px;
margin: 0 auto;
min-height: 500px;
position: relative;
	}
	#topimg{
width: 100%;
height: 407px;
float: left;
left: 0;
position: relative;
top: -140px;
z-index: 10;
overflow: hidden;

background-size: cover;
background-position: center;
	}


	#topimg .word{
position: absolute;
bottom: 0;
color: white;
width: 300px;
height: 200px;
left: 50%;
margin-left: -449px;
	}

	#topimg h1{
font-size: 37px;
float: left;
width: 100%;
	}
	#topimg .small{
font-size: 13px;
float: left;
margin-top: 30px;
opacity: 0.7;
	}

	.summary{
	font-size: 14px;
	margin-top:20px;
	float: left;
	}
	#search{
position: absolute;
right: 0;
top: -46px;
z-index: 999;
background-color: white;
padding: 10px;
	}
	#search #form1,.search #form1{
border-bottom: 2px solid black;
float: right;
width: 194px;
height: 34px;
padding-left: 9px;
font-size: 14px;
	}
	#search a,.search a{
		height: 34px;
		background-image: url(../images/search.jpg);
		background-repeat: no-repeat;
		width: 36px;
		float: left;
		cursor: pointer;
	}
	#search input,.search input{
border: 0;
float: left;
width: 158px;
height: 34px;
	}
	#container h1{
font-size: 28px;
font-weight: bold;
float: left;
margin-top: 39px;
	}
#navs{
float: right;
margin-top: 50px;
font-size: 12px;
}
#navs {
	color: #016cb8;
}
#navs a{
	color: black;
	   -webkit-transition: color 0.5s ease;
   -moz-transition: color 0.5s ease;
   -o-transition:color 0.5s ease;
   -ms-transition: color 0.5s ease ;
   transition: color 0.5s ease ;
}
#navs a:hover{
	color: #64a22a;
}
#line{
float: left;
margin-top: 23px;	
}
#product {
float: left;
width: 100%;
margin-top: 25px;
margin-bottom: 50px;
}
#product .product_block{
	float: left;
	margin-bottom: 50px;
}
#product .product_type{
float: left;
width: 225px;
margin-right: 14px;
}
#product .product_type:last-child{
	margin-right: 0;
}

#product .product_type .tops{
float: left;
width: 100%;
margin-top: 39px;
font-size: 15px;
color: #5d5d5d;
}

#product .product_type h3{
font-size: 17px;
float: left;
width: 100%;
color: #2f58ae;
font-weight: bold;
margin-bottom: 18px;
}
#product .product_type .tops div{
float: left;
width: 100%;
line-height: 18px;
background-image: url(../images/product/dot.jpg);
background-repeat: no-repeat;
background-position: bottom;
padding-bottom: 27px;
margin-bottom: 14px;
font-size: 13px;
background-size: 100% 10px;
}

#product .product_type .type{
float: left;
font-size: 15px;
text-align: left;
width: 100%;
}
#product .product_type img{
	width: 100%;
}
#product .product_type .type  a{
float: left;
width: 100%;
  width: 87%;
color: #292929;
padding: 6px 0;

  width: 87%;
  text-indent: -24px;
  margin-left: 24px;
}
#product .product_type .type li ul li .active a{
color: white;
}
#product .product_type .type ul{
	float: left;
	width: 100%;
}
#product .product_type .type li{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	line-height: 110%;
}
#product .product_type .type .sub1{
float: left;
width: 100%;
margin-top: 5px;
}
#product .product_type .type li ul li{
float: left;
width: 100%;
	   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition:all 0.5s ease;
   -ms-transition: all 0.5s ease ;
   transition: all 0.5s ease ;
}
#product .product_type .type li ul li a{
padding-left: 3%;
/*width: 97%;*/
text-indent: -13px;
}
#product .product_type .type li ul li ul li{
padding-left: 6%;
width: 94%;



}

#product .product_type b{
	color: #63af1c;
	padding-right: 5px;
width: 13px;
float: left;
text-align: center;

width: 20px;
text-indent: -45px;
}
#product .product_type em{
width: 13px;
float: left;
}
#product .product_type .type .sub2{
float: left;
padding-bottom: 6px;
display: none;
border-bottom: 1px solid #e1e1e1;
}
#product .product_type .type .sub2 a{
	padding-left: 6%;
width: 94%;
}
#product .product_type .sub1 b{
margin-left: 3px;
}


#product .product_type .type .active{
background-color: #5a9d1d;
color: white;
background-repeat: no-repeat;
background-position: 200px;
border-top: 1px solid #4b8515;
border-bottom: 1px solid #4b8515;
background-image: url(../images/product/arrow.png);
padding-left: 2%;
width: 97%;
padding-right:3px;
margin-left:0;
}

#product .product_type .active:hover{
background-color: #5a9d1d;
color: white;	

}
#product .product_type .type li:hover{
	background-color: #f4f4f4;
}
#product .product_type .active b{
	color: white;

}
#product .product_type a{
	cursor: pointer;
		   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition:all 0.5s ease;
   -ms-transition: all 0.5s ease ;
   transition: all 0.5s ease ;
}
#product .product_type a:hover{
		
	color: #579b18;
}



#top_main{
float: left;
width: 100%;
margin-top: 10px;
position: relative;
}
#top_main div{
position: relative;
float: left;
}
#top_main img{
position: relative;
float: left;
width: 100%;
}
#top_main .names{
	
}
#top_main .word{
position: absolute;
left: 10%;
font-size: 14px;
top: 41%;
width: 37%;
line-height: 23px;	
}
#top_main .word h2{
color: #64a22a;
float: left;
width: 100%;
font-size: 22px;
font-weight: bold;
margin-bottom: 20px;
}




#main_img{
float: left;
width: 100%;
margin-top: 10px;
position: relative;
}
#main_img div{
position: relative;
float: left;
width: 33%;
border-right: 1px solid white;
overflow: hidden;
cursor: pointer;
}
#main_img img{
position: relative;
float: left;
width: 100%;
}
#main_img .names{
position: absolute;
left: 0;
font-size: 14px;
bottom: 0;
width: 100%;
line-height: 23px;
line-height: 84px;
height: 0;
background-color: rgba(0,0,0,0.6);
text-align: center;
color: white;
overflow: hidden;
}
#main_word{
float: left;
width: 100%;
margin-top: 70px;
min-height: 350px;
position: relative;
}
#main_word .block{
float: left;
width: 100%;
}
#main_word .left{
float: left;
width: 33%;
font-size: 14px;
line-height: 22px;
}
#main_word .left h2{
float: left;
width: 100%;
font-size: 17px;
font-weight: bold;
height: 70px;
}
#main_word .left span{

}
#main_word .right{
float: left;
width: 66%;
font-size: 14px;
color: #434343;
line-height: 24px;

}

.bx-wrapper .bx-pager.bx-default-pager a{
background-image: url(../images/product/off.png);
width: 15px;
height: 17px;
background-position: 0;
margin: 0 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
width: 15px;
background-image: url(../images/product/on.png);
height: 17px;
background-position: 0;
}
.bx-controls-direction{
	display: none;
}
#container .product_show h1{
font-size: 18px;
margin-bottom: 50px;
float: left;    line-height: 25px;
}
.context{
float: left;
width: 100%;
margin-top: 85px;
}
.context h2{
color: #2f58ae;
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
}
.context .p01{
	float: left;
width: 100%;
margin-bottom: 100px;
}
.context .p01 span{
	
}
.context .p01 .imgs_pp{
	display: none;
}
.context .p02{
	float: left;
width: 100%;
margin-bottom: 100px;
text-align: center;
}
.context .p02 img{
	
}
.context .p03{
float: left;
width: 98%;
padding-left: 2%;
}
.context .p03 ul{
	float: left;
width: 45%;
margin-right: 3%;
font-size: 14px;
color: #5d5d5d;
line-height: 23px;
list-style: inherit;
}
.context .p03 div{
		float: left;
width: 45%;
margin-bottom: 20px;
margin-right: 3%;
}
.context .p03 div ul{
	width: 100%;
	margin-right: 0;
}
.context .p03 div:nth-child(2n+1){
	clear: both;
}



.context .p03 ul li{
float: left;
margin-bottom: 5px;
width:100%;
}
#btn_down{
	float: left;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}
#back{
color: white;
width: 150px;
height: 39px;
background-image: url(../images/product/btnbg.jpg);
font-size: 14px;
display: block;
text-align: center;
position: relative;
left: 50%;
margin-left: -75px;
line-height: 39px;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;

	   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition:all 0.5s ease;
   -ms-transition: all 0.5s ease ;
   transition: all 0.5s ease ;
}
#back:hover{
width: 180px;
margin-left:-90px; 
}
.bx-wrapper{
	float: left;
	width: 100%;
}
.mobile_show{
	display: none;
}
/*eol*/


.product_show .eol_p{
float: right;
background-color: #3259ad;
color: white;
width: 17%;
padding: 2%;
margin-top: 21px;
text-align: center;
}

.product_show .htop{
	font-size: 18px;
}
.product_show .htop h1{
	width: 77%;
}

.product_show .bx-wrapper img{
	width: 100%;
}

.driver_block{
float: left;
width: 100%;
padding-bottom: 30px;
margin-bottom: 0;
margin-top: 50px;
}
.driver_block .left_info .imgs{
float: left;
width: 100%;
height: 265px;
background-image: url(../images/support/left_bg.jpg);
overflow: hidden;
}


.driver_block .left_info{
float: left;
width: 24%;
}

.driver_block .left_info h3{
font-size: 14px;
font-weight: bold;
color: #2f58ae;
float: left;
width: 100%;
margin-top: 50px;
}

.driver_block .left_info .summary{
color: #5d5d5d;
line-height: 17px;
font-size: 13px;
}
.driver_block .right_info{
float: left;
width: 100%;
margin-left: 0;
}
.driver_block .right_info h2{
font-size: 16px;
font-weight: bold;
color: #2f58ae;
}
.driver_block .right_info .table_down{
float: left;
width: 100%;
margin-top: 40px;
}
.driver_block .right_info .table_down  .th{
float: left;
width: 100%;
font-size: 13px;
font-weight: bold;
color: #3b3b3b;
}
.driver_block .right_info .table_down  .td{
float: left;
padding-bottom: 10px;
margin-top: 10px;
}
.driver_block .right_info .table_down .th .td{
border-bottom: 3px solid #d1d1d1;

}
.driver_block .right_info .table_down .th .td:first-child{
	border-bottom: 3px solid #9e9e9e;
}
.driver_block .right_info .table_down .tr{
	float: left;
width: 100%;
font-size: 12px;
font-weight: bold;
color: #616161;
word-wrap: break-word;
line-height: 18px;
border-bottom: 1px solid #dadada;
}
.driver_block .right_info .table_down .tr:nth-child(even){
	background-color: #f6f6f6;
}
.driver_block .right_info .table_down .d1{
width: 6%;
margin-right: 0.5%;
}
.driver_block .right_info .table_down .d2{
width: 20%;
margin-right: 0.5%;
padding-right: 2%;
}
.driver_block .right_info .table_down .d3{
	width: 47%;margin-right: 0.5%;
}
.driver_block .right_info .table_down .d4{
	width: 12%;margin-right: 0.5%;
	text-align: center;
}
.driver_block .right_info .table_down a{
	width: 12%;
}
.driver_block .right_info .table_down .tr .d1{
font-weight: bold;
color: black;
padding-left: 2%;
padding-top: 10px;
width: 4%;
}
.driver_block .right_info .table_down a.td{
background-image: url(../images/support/abg.png);
height: 26px;
background-repeat: no-repeat;
background-position: 0 -26px;
width: 77px;
text-align: center;
background-size: 100%;
color: white;
line-height: 24px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
padding: 0;
transition: all 0.5s ease;
}

.driver_block .right_info .table_down a.td:hover{
background-position: 0 -0;
}

.driver_block .right_info .table_down .d5{
width: 11%;
}
.mm_eol_p{
	display: none;
}
/*product_search*/
#product_search{
float: left;
width: 100%;
margin-bottom: 50px;
}
#product_search .types{
float: left;
width: 100%;
margin-bottom: 20px;
margin-top: 30px;
}
#product_search .types h2{
float: left;
color: #2f58ae;
font-weight: bold;
width: 100%;
border-bottom: 2px solid #CDCDCD;
padding-bottom: 12px;
font-size: 16px;
}
#product_search .sub_type{

}
#product_search .sub_1{

}
#product_search .sub_1 .sub_class{
float: left;
width: 100%;
margin: 18px 0 10px;
border-bottom: 1px solid #cbcbcb;
padding-bottom: 8px;
font-size: 15px;
}

#product_search .sub_1 .result_product{
float: left;
width: 100%;
border-bottom: 1px solid #f2f2f2;
padding-bottom: 10px;
margin-bottom: 10px;
}

#product_search .sub_1 .result_product a{
float: left;
margin-right: 4%;
color: #595959;
font-size: 13px;
margin-top: 5px;
margin-bottom: 5px;
font-weight: bold;
	   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition:all 0.5s ease;
   -ms-transition: all 0.5s ease ;
   transition: all 0.5s ease ;
}
#product_search .sub_1 .result_product a:hover{
	color: #579b18;
}






@media screen and (max-width: 1024px) {
#topimg{
	top: 0;
height: 271px;
}
#topimg img{
height: 100%;
width: auto;
min-width: 100%;
}
#container .product_show h1{
	width: 68%;
}
#topimg .word{
	margin-left: 0;
left: 10%;
}
#topimg h1{

}
.product_show .eol_p{
	width: 24%;
}
#search #form1, .search #form1{
	border:1px solid #b4b4b4;
}
#top_link #search{
	float: right;
margin-top: 35px;
position: relative;
top: 0;
padding: 0 0 0 9px;border: 1px solid #b4b4b4;
}

#container{
top: 0;
margin: 0 5%;
width: 90%;
}
#con_block{
	width: 100%;
}
#line {
float: left;
margin-top: 23px;
width: 100%;
}
#product .product_type {
width: 24%;
margin-right: 1%;
}

#product .product_type b {
padding-right: 2%;
width: 7%;
}
#product .product_type span{
	width: 90%;
float: left;
}
#product .product_type .type .active{
	background-position: 96%;
}

.context .p03 ul{
	width: 100%;
	margin: 0;
}
.context .p03 ul li{
	width: 100%;
}
.context .p02 img {
width: 100%;
}

.driver_block .right_info .table_down .d4{
	width: 11%;
}
.driver_block .right_info .table_down .d3{
	width: 46%;
}


#product .product_type .type  a{
	padding: 12px 0;
}
.context .p03{
width: 97%;
padding-left: 3%;
}



}

@media screen and (max-width: 720px) {
.context .p03 div{
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
#line{
	display: none;
}

#top_main div {
width: 100%;
}
#top_main .word {
top: 7%;
width: 80%;
}
#main_word .left{
width: 100%;
font-weight: bold;
margin-bottom: 10px;
}
#main_word .right{
width: 100%;
margin-bottom: 10px;
}
#container h1{
width: 100%;
text-align: center;
border-bottom: 1px solid #b9b9b9;
padding-bottom: 25px;
}

#navs {
float: left;
width: 100%;
text-align: center;
}
#table_detail{
	display: none;
}

#main_img div{
	border:0;
}
#search #form1, .search #form1{
	border:0;
}
#product .product_type{
	width: 100%;
	margin: 0 0 50px 0;
}

#container .product_show h1{
border: 0;
margin-bottom: 25px;
padding-bottom: 0;
text-align: left;
margin-top: 45px;
line-height: 26px;
}
.context .p01 span{
width: 100% !important; 
text-align: left;
}
.context .p01 img{
text-align: center;
}
.context .p02 .big{
	display: none;
}
.context .p02 a{
display: block;
position: relative;
float: left;
width: 100%;
}
.context .p02 .tobig{
	width: 40px;
position: absolute;
top: 29%;
left: 46%;
}

.mm_eol_p{
background-color: #3259ad;
color: white;
width: 66%;
margin: 0 15%;
padding: 2%;
margin-top: 21px;
text-align: center;
display: block;
padding: 3%;
}
.product_show .eol_p{
	display: none;
}

.driver_block .right_info .table_down a.td{
background-size: 100px auto;
width: 92px;
background-position: 0 -0;
float: right;
margin-top: 13px;
}
 .driver_block .right_info .table_down .d1,.driver_block .right_info .table_down .d3,.driver_block .right_info .table_down .d4,
 .driver_block .right_info .table_down .th{
	display: none;
}
.driver_block .right_info .table_down .tr, .driver_block .right_info .table_down .tr:nth-child(even){
	background-color: white;padding-bottom: 10px;
}
.driver_block .right_info .table_down .d2{
	width: 62%;
}
 .driver_block .right_info .table_down a{
	width: 20%;
}

 .driver_block .right_info .table_down {
border-top: 2px solid #a1a1a1;
}
 .driver_block{
	border-bottom: 0;
}


.context .p01 table tr,.context .p01 table tr td{
	float: left;
width: 100%;
}
.context{
	margin-top:65px;
}


.context .p03 ul li{
	width: 90%;
	margin-left: 5%;
}

#topimg .word{
top: 30px;
width: 60%;
left: 34px;
}
#topimg h1{
	font-size: 22px;line-height: 24px;
}
#topimg .small{
	margin-top: 20px;line-height: 16px;
}


.context .p01 .imgs_pp{
	display: block;
}

.context .p01 .imgs_pp2{
	display: none;
}


}

