@charset "utf-8";
/* CSS Document */
/*-------------------------header---------------------------------*/
#header_mobile{
	display:none;
	width:100%;
	padding-bottom:5px;
	background:#3c3c3c;
	position:relative;
}
#header_mobile_conter{
	height:100px;
	background:#FFF;
	margin-right:20%;
	overflow:hidden;
}
#header_mobile_conter img{
	width:100px;
	margin:25px 0 0 20px;
	padding-bottom:4px;
}
#header_mobile_conter .mobile_a1{
	font-size:20px;
	padding:67px 30px 10px;
	vertical-align:top;
	display: inline-block;
	float:right;
}
#mobile_a{
	background:url(../img/lan0.png) center 20px no-repeat;
}
#mobile_a:hover{
	color:#3c3c3c;
}
#mobile_a2{
	background:#dbdbdb url(../img/icon1_0.png) center 20px no-repeat;
}
#mobile_a3{
	background:#ff0000 url(../img/22222.png) center 20px no-repeat;
	color:#FFF;
}
#mobile_form{
	display:none;
	position:absolute;
	top:100%;
	width:100%;
	height:400px;
	text-align:center;
	z-index: 99;
}
#mobile_form i{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0.9;
	filter:alpha(opacity=90);
	background: #FFF;
    z-index: -1;
}
#mobile_form p{
	width:80%;
	font-size:32px;
	color:#385282;
	margin:30px 0;
}
#mobile_form input{
	width:80%;
	border:none;
	border-radius:10px;
	font-size:24px;
	margin:10px 0;
	outline:none;
	padding:10px 0;
	color: #fff;
}
#mobile_text{
	background:#dcdcdc;
}
#mobile_submit{
	background:#3c3c3c;
	color:#FFF;
}
#nav_mobile{
	position:absolute;
	right:6%;
	top:0;
	color:#FFF;
	font-size:20px;
	padding:67px 0 0;
	background:url(../img/11111.png) center 20px no-repeat;
	cursor: pointer;
}
#header_mobile ul{
	display:none;
	width:100%;
	position:absolute;
	top:105px;
	right:0;
	z-index: 100;
	opacity:0.9;
}
#header_mobile ul li{
	line-height:40px;
	text-align: center;
    border-top: 1px solid #999;
    border-bottom: 1px solid #eceaea;
	font-size: 16px;
	position:relative;
	border-radius: 5px;
    overflow: hidden;
	
}
#header_mobile ul li a:hover{
	color: #FFF;
	background: #3c3c3c;
}

#header_mobile ul li a{
	color:#3c3c3c;
	display:block;
	background: #FFF;
	overflow: hidden;
    border-radius: 5px;
}
#header_mobile ul li i{
	color:#3c3c3c;
	position:absolute;
	top:0;
	left:20px;
	font-size: 24px;
	cursor: pointer;
}
#header_mobile ul li div{
	width:80%;
	display:none;
	margin: 0 auto;
}
.il_div{
	display:block;
}
#header_mobile ul li div a{
	border-top: 1px solid #999;
    border-bottom: 1px solid #eceaea;
	border-radius: 5px;
}
/*-------------------------footer---------------------------------*/
#footer_submit{
	width:25%;
	height:40px;
	border:1px solid #727272;
	border-radius:10px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	background:none;
}
#footer_submit:hover{
	background:#3c3c3c;
	border:1px solid #3c3c3c;
}
#icon{
	width: 41%;
	display:inline-block;
}
#icon a{
	padding:0 3.5%;
	display:inline-block;
	-webkit-transition:1s;
	-moz-transition:1s;
	-ms-transition:1s;
	-o-transition:1s;
}
#icon a:hover{
	-webkit-transform:rotate(360deg) scale(0.2);
	-moz-transform:rotate(360deg) scale(0.2);
	-ms-transform:rotate(360deg) scale(0.2);
	-o-transform:rotate(360deg) scale(0.2);
}
#footer_nav{
	width:100%;
	background:#3c3c3c;
}
#idfooter_nav_auto{
	max-width:1140px;
	min-width:300px;
	height:210px;
	margin:0 auto;
	position: relative;
}
#code {
    position: absolute;
    top: 20px;
    right: 0;
}
#idfooter_nav_left{
	width: 40%;
	display:inline-block;
	margin-left:10%;
	vertical-align:top;
}
#idfooter_nav_left p{
	font-size:21px;
	color:#bababa;
	margin:33px 0 19px;
}
#idfooter_nav_left ul{
	width:100%;
}
#idfooter_nav_left ul li{
	width:40%;
	float:left;
	padding-left:18px;
	font-size:12px;
	background:url(../img/icon7.html) 2px center no-repeat;
	margin-bottom:13px;
}
#idfooter_nav_left ul li a{
	color:#bababa;
}
#idfooter_nav_left ul li a:hover{
	text-decoration:underline;
	color:#FFF;
}
#idfooter_nav_right{
	width: 45%;
	color:#bababa;
	display:inline-block;
}
#idfooter_nav_right p{
	font-size:21px;
	margin:32px 0 21px;
	color:#bababa;
}
#idfooter_nav_right span{
	font-size:12px;
	margin-bottom:12px;
	display:block;
	color:#bababa;
}
#idfooter_nav_right span a{
	color:#bababa;
}
#idfooter_nav_right span a:hover{
	color:#FFF;
}
#copyright{
	width:80%;
	margin:26px auto 0;
	border-top:1px solid #808080;
	font-size:14px;
	color:#bababa;
	line-height:64px;
	text-align:center;
}
#footer_mobile{
	display:none;
	width:100%;
}
#footer_mobile .footer_mobile_div{
	width:60%;
	margin: 0 auto;
}
#footer_mobile .footer_mobile_div h3{
	margin:20px auto; 
	line-height:40px;
	background:#3c3c3c;
	color:#FFF;
	border-radius:5px;
	padding-left:10px;
	cursor: pointer;
}
#footer_mobile .footer_mobile_div ul{
	width:100%;
	margin:0 auto;
	display:none;
}
#footer_mobile .footer_mobile_div ul li{
	border: 1px solid #333;
    margin: 2px 0;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px;
    color:#333;
    overflow: hidden;
}
#footer_mobile .footer_mobile_div ul li a{
	color:#333;
}
#footer_mobile .footer_mobile_div .ul1 li a{
	background:#ececec;
	padding-left: 5px;
	display: block;
}
#footer_mobile .footer_mobile_div .ul1 li a:hover{
	background:#3c3c3c;
	color:#FFF;
}
#footer_mobile p{
	margin-top:20px;
	border-top:1px solid #CCC;
	line-height:40px;
	font-size:14px;
	text-align:center;
	color: #000;
}
@media screen and (max-width:1400px){
	#inside-nav{
		width: 25%;
	}
	#content-list{
		width:73%;
	}
	#inside-content .sep-page-pdf{
		width:73%;
	}
	#sep-about-detail{
		width:73%;
	}
	#details_page_conter{
		width: 66%;
	}
	#accessories-conter{
		width: 66%;
	}
	#details_page_list{
		width: 31%;
	}
	#accessories-conter .accessories-img{
		width: 54%;
	}
	#accessories-conter .accessories-img span{
		height: initial;
		border: 5px solid #9b0000;
	}
	#accessories-conter .accessories-img span i{
		position: initial;
	}
	#accessories-conter .similar{
		width: 40%;
	}
	.sep-application-list{
		width: 53%;
	}
	.sep-application-list ul li {
    	width: 31%;
	}
	.sep-application-list dl{
		width: initial;
	}
	.sep-application-nav{
		width: 22%;
	}
}
@media screen and (max-width:1100px){
	#sep-inside-banner div img{
		width:100%;
	}
	.sep-machine ul li img {
    	width: 96%;
	}
	.sep-machine .series{
		width: 100%;
	}
}
@media screen and (max-width:1000px){
	#accessories-list ul li span{
		 height: initial;
	}
	#sep-about-detail .about-describe p img{
		width:100%;
	}
}
@media screen and (max-width:980px){
	#content-list{
		width:100%;
	}
	#inside-nav{
		display:none;
	}
	#inside-content .sep-page-pdf{
		width:100%;
	}
	#sep-about-detail{
		width:100%;
	}
	#details_page_conter{
		width: 100%;
	}
	#details_page_list{
		display:none;
	}
	#accessories-conter{
		width: 100%;
	}
	#sep-accessories-list{
		display:none;
	}
	.sep-mainbody .sep-primary{
		margin-right: 0;
	}
	.sep-application-nav{
		display:none;
	}
	.sep-application-list{
		width: 100%;
	}
}
@media screen and (max-width:960px){
	header{
		height: initial;
		overflow: hidden;
	}
	#search{
		padding-bottom: 20px;
	}
	.products_img{
		width:80%;
		margin:0 auto;
		display: block;
	}
	.products_content{
		width:80%;
		margin:0 auto;
		display: block;
		padding: 20px 0 21px 0;
	}
	.yql{
		display:none;
	}
	.products_content_2{
		width:80%;
		margin:0 auto;
		display: block;
	}
	.products_img_2{
		width:80%;
		margin:0 auto;
		display: block;
	}
	.products_content i{
		display:none;
	}
	.products_content_2 i{
		display:none;
	}
}
@media screen and (max-width:980px){
	#header strong{
		margin-left: 0;
	}
	#accessories-list ul li span i{
		background:#000;
	}
	#accessories-list ul li span p{
		top: 15px;
	}
}
@media screen and (max-width:920px){
	.partner{
		display:none;
	}
	.footer_nav{
		display:none;
	}
	#header_mobile{
		display:block;
	}
	header{
		display:none;
	}
	nav{
		display:none;
	}
	.sep-footer-contact{
		display:none;
	}
	.sep-footer-nav{
		display:none;
	}
	#footer_mobile{
		display:inline-block;
	}
	.about-img{
		width: 80%;
    	position: initial;
    	margin:0 auto;
	}
	.about-conter{
		width:80%;
		margin:0 auto;
		padding: 30px 0 1px 0;
	}
	.about-conter p{
		width: initial;
	}
	.sep-about{
		margin: 0px auto;
		padding-top: 35px;
	}
	.products-3 div ul li:nth-child(1){
		width: 12%;
	}
}
@media screen and (max-width:800px){
	#content-list .product_category_input li ul li{
		width: 44%
	}
	.sep-news dl dt{
		width: 100%;
	}
	.sep-news dl dd{
		float:none;
		width: 100%;
	}
	.sep-news dl dd:nth-child(3){
		height: initial;
	}
	#accessories-list ul li{
		width: 32%;
	}
}
@media screen and (max-width:650px){
	.products_img strong{
		display: block;
	}
	.products_img span{
		position: initial;
		float: right;
	}
	#content-list .product_category_input li ul li{
		width: 100%
	}
	.sep-blog ul li{
		width: 32%;
		margin: 0 0.5%;
	}
	#content-list dl dt{
		width: 99%;
    	float: none;
    	margin-bottom: 10px;
	}
	#content-list dl dd{
		width: 99%;
		padding-left: 0;
	}
	#accessories-list ul li{
		width: 49%;
	}
	#accessories-conter .accessories-img {
    	width: 100%;
    	margin-bottom: 10px;
	}
	#accessories-conter .similar {
    	width: 100%;
	}
}
@media screen and (max-width:450px){
	.sep-blog ul li{
		width: 48%;
		margin: 0 0.5%;
	}
	#accessories-list ul li{
		width: 80%;
		margin: 0 auto 20px;
		float:none;
	}
}