*{
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
body,ul,h1,h2,h3,h4,h5,h6,p,dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
}
.clear{
  clear: both;
}
.head{
	background-color: #fff;
	height: 86px;
	background-position: center -28px;
	background-repeat: no-repeat;
	background-image: url(../img/head-top.jpg);
}
.head .container{
	position: relative;
}
.head .logo{
	display: block;
	width:290px;
	min-height: 64px;
	position: absolute;
	left: 0;
	background: url('../img/logo.png') no-repeat;
	text-indent: 66px;
	color:#0067f6;
	font-size: 18px;
	top:12px;
	line-height:40px;
	text-decoration: none;
	font-weight: bold;
}
.head .logo span{
	color:#231815;
	display: block;
	font-size: 26px;
	margin-left: 12px;
	margin-top: 1px;
	white-space:nowrap;
}
.head .logo span.two{
	font-size: 15px;
	position: relative;
	top: -14px;
	margin-left: 14px;

}
.head .search{
	width: 138px;
	border:1px solid #231815;
}
.head .menu ul li.search-li{
	margin-left: 36px;
}
.head .search .search-btn{
	background: #fff;
	border: 0;
	height: 20px;
	color:#fff;	
}
.head .search .search-btn img{
	position: relative;
	top: -2px;
	left: 4px;
}
::-webkit-input-placeholder { color:#231815; position: relative;top: -2px;left: 4px;}
::-moz-placeholder { color:#231815;position: relative;top: -2px; left: 4px;} /* firefox 19+ */
:-ms-input-placeholder { color:#231815;position: relative;top: -2px; left: 4px;} /* ie */
input:-moz-placeholder { color:#231815; position: relative;top: -2px;left: 4px;}
.head .search .SearchTerm{
	background: #fff;
	width: 99px;
	border: 0;
	padding:0;
	color:#231815;
	outline:none;
	font-size: 12px;
}
.head .menu{
	position: absolute;
	right: 0;
	top:20px;
	height: 86px;
}
.head .menu ul li{
	display: inline-block;
	
	margin-left: 10px;
	padding:10px 0px;
	font-size: 16px;
}
.head .menu ul li.pro-list{
	height: 86px;
	margin-left: 4px;
}
.head .menu ul li a{
	color:#231815;
	text-decoration: none;
	font-weight: bold;
	margin-left: 4px;
	font-size: 18px;
}
.head .menu ul li a:hover{
	color:#23cafd;

}
.head .menu .p_list ul li a{
	color: #fff;
}
.head .menu ul li .p_list{
	display: none;
	position: absolute;
	background:rgba(34,34,34,0.95);
	top:66px;
	z-index: 1;
	width:534px;
	padding:20px;
	left:-20px;
}
.head .menu ul li .p_list a{
	margin-left: 0px;
}
.head .menu ul li .p_list ul li{
	margin:5px 8px;
	padding:0;
}

.head .menu ul li .p_list ul li a{
	font-size: 14px;	
	display: block;
	width: 229px;
	height:37px;
	border:1px solid #fff;
	text-align: center;
	line-height: 37px;
}
.head .menu ul li .p_list ul li a:hover{
	color:#23cafd;
	border:1px solid #23cafd;
}
.head .nav_btn{
	background: url('../img/nav-icon.png') no-repeat;
	position: absolute;
	right: 10px;
    width: 25px;
    text-align: center;
    height: 21px;
    top:24px;
    display: none;
}

 .mobile_nav_all {
 	display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 19;
    cursor: pointer;
}
 .mobile_nav {
    background: rgba(34,34,34,0.95);
    padding: 0 20px;
    width: 262px;
    position: absolute;
    z-index: 20;
    right: 0;
    padding-top: 50px;
}
 .mobile_nav .mobile_nav_close {
    position: absolute;
    color: #fff;
    right: 8px;
    top: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
 .mobile_nav ul{
 	height: 100%;
 }
 .mobile_nav  li{
	margin-bottom: 20px;
}
 .mobile_nav  li a{
	color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    text-align: center;
}
 .mobile_nav .p_list{
	margin-top: 20px;
}
 .mobile_nav .p_list ul li{
	margin-bottom: 7px;
}
 .mobile_nav .p_list ul li a{
	padding:6px 0;
	border: 1px solid #fff;
}
.mobile_nav_all a:hover{
	color: #0067f6;
} 

/*--------------foot css-------------------*/
.foot .yj{
	text-align: center;
}
.foot{
	background: #EBECF0;
}
.foot .foot_top {
	color:#231815;
	padding:64px 0 0;
}
.foot .foot_top a{
	color:#231815;
	font-weight: bold;
}
.foot .foot_top ul li{
	margin:10px 0;
}
.foot .foot_top a:hover{
	color:#23cafd;
	text-decoration: none;
}

.foot .foot_top .f_title{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 30px;
}
.foot .foot_top .f_product{
	width: 33%;
	float: left;
}
.foot .foot_top .f_company{
	width: 33%;
	float: left;
}
.foot .foot_top .f_newsletter{
	width: 33%;
	float: left;
}
.foot .foot_top .f_newsletter form{
	margin-top:40px;
}
.foot .foot_top .form-control{
	border-radius: 0;
	height: 25px;
	width:244px;
}
.foot .foot_top .form-control::-webkit-input-placeholder {
　　color: #969696;  
}
.foot .foot_top .form-control::-moz-placeholder {
　　color: #969696;  
}
.foot .foot_top .form-control::-ms-input-placeholder {
　　color: #969696;  
}
.foot .foot_top .input-group-btn{
	position: static;
	font-size: 14px;
	width:auto;
	padding-left: 10px;
}
.foot .foot_top .input-group-btn .newsletter-btn{
	background: #23cafd;
	border:0;
	height: 25px;
	color: #fff;
}
.foot .foot_top .f_sns{
	text-align: center;
	margin:50px 0 30px;
}
.foot .foot_top .f_sns a{
	margin:0 10px;
}
.foot .foot_button{
	background-image: url(../img/head-top.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	color:#fff;
	font-size:12px;
	padding:4px 0;
}

/**product middle menu css **/
.pro_menu .container{
	
	padding:10px 0;
	margin:10px auto;
}
.pro_menu ul{
	text-align: center;
	border-bottom: 1px solid #0067f6;

}
.pro_menu ul li{
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	width:122px;
	margin:0 10px;
	height: 48px;
	line-height: 39px;

}
.pro_menu ul li.active{
	border: 1px solid #0067f6;
	position: relative;
	bottom: -1px;
	border-bottom: 1px solid #fff;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	color:#0067f6;
}
.pro_menu ul li.mobile{
	display: none;
}
.pro_menu ul li a{
	height: 44px;
	line-height: 44px;
	color:#333;
}
.pro_menu ul li a:hover{
	text-decoration: none;
	color: #0067f6;
}

/**bottom show css **/
.common-background{
	background-color: #f6f6f6;
}
.common-show{
	width: 998px;
	margin:27px auto 0px;
	padding: 30px 0px;
}
.common-show .common-box{
	float: left;
	width: 25%;
	margin-bottom: 40px;
	padding-left: 37px;
}
.common-show .common-box p{
	color: #323232;
	margin:-46px 0px 0px 82px;
	position: relative;
	top: 13px;
}
/* #faqs Styles
================================================== */
#myFaqs dl {
}
#myFaqs dt {
  padding:0 20px;
  border: 1px solid #969696;
  border-left: 6px solid #323232;
  color: #323232;
  font-size: 18px;
  line-height: 46px;
  cursor: pointer;
  font-weight: normal;
  background-image: url("../img/icon-close.png");
  background-position: 98% center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
#myFaqs dt.active {
  background-image: url("../img/icon-open.png");
}
#myFaqs dd {
  color: #646464;
  font-size: 14px;
  line-height: 24px;
  background-color: #f6f6f6;
  margin: 14px 0px 20px 0px;
  padding: 22px;
  display: none;
  text-align: center;
}
#myFaqs dd.active{
	display: block;
}
#myFaqs dd p{
	text-align: left;
}
#myFaqs dd span{
	color: #0067f6
}
#myFaqs dd a{
	color: #0067f6;
	text-decoration:none;
}
#myFaqs dd a:hover{
	color: #646464;
}
/************end***************/
.totop{
	bottom:4%;
	cursor:pointer;
	height:56px;
	width: 56px;
	border-radius: 56px;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	background-color: #579bf5;
	color: #fff;
	position:fixed;
	right:1%;
	text-align: center;
	z-index:999;
	display:none;
	background-position: center 12px;
	background-repeat: no-repeat;
	background-image: url(../img/top.png);
}
.totop:hover,.totop:focus{
	background-color: #8be0fb;
}


@media (min-width: 1200px){
	.container {
    	width: 1080px;
    	margin:0 auto;
	}
	
}
@media (max-width: 940px){
/*foot*/
	.foot .foot_top .f_product,.foot .foot_top .f_company,.foot .foot_top .f_newsletter{
		float: none;
		width: auto;
	}
}
@media (max-width: 795px){
	.head .nav_btn{
		display: block;
	}
	.head .menu{
		display: none;
	}
	.head .search{
		right:57px;
		top:28px;
	}
	.head .nav_btn{
	    top:30px;
	}

	/**bottom show css **/
	.common-show{
		width: 540px;
	}
	.common-show .common-box{
		width: 50%;
		position: relative;
		left: 0px;
		margin-bottom:64px;
	}

}
@media (max-width: 767px){
	.pro_menu ul{
		text-align: center;
		border-bottom: 1px solid #0067f6;
		height: 43px;
	}
	.pro_menu ul li{
		position: relative;
		background-color: #fff;
		z-index: 111;
		height: 43px;
		width: 180px;
		display: none;
		border: 1px solid #0067f6;
		color: #0067f6;
		margin: 0 auto;
		font-weight: normal;
		border-bottom-width: 0px;
	}
	.pro_menu ul li:last-child{
		border-bottom-width: 1px;
	}
	.pro_menu ul li a{
		color: #0067f6;
	}
	.pro_menu ul li.active{
		display: none;
	}
	.pro_menu ul li.mobile{
		position: relative;
		width: 122px;
		display: block;
		margin-bottom: 22px;
		border-top-left-radius:6px;
		border-top-right-radius:6px;
		-moz-border-top-left-radius:6px;
		-moz-border-top-right-radius:6px;
		-webkit-border-top-left-radius:6px;
		-webkit-border-top-right-radius:6px;
		border-bottom-width: 0px;
	}
	.pro_menu ul li.mobile span{
		position: absolute;
		display: block;
		width: 0;
    	height: 0;
    	border-left: 6px solid transparent;
    	border-right: 6px solid transparent;
    	border-top: 8px solid #0067f6;
    	left: 138px;
    	top: 18px;
	}
	.pro_menu ul li:hover{
		color: #fff;
		background-color: #0067f6;
	}
	.head .logo span{
		font-size: 18px;
	}
	.head .logo span.two{
		font-size: 12px;
	}
}
@media (max-width: 525px){
	.mobile_nav{
		top:100px;

	}
	.mobile_nav{
		width: 100%;
		padding-top:20px;
	}
	.mobile_nav .mobile_nav_close{
		top:9px;
	}
	.mobile_nav ul{
		width: 280px;
		margin: auto;
	}
	.head  .search input{
		width: 144px;
	}

	.head .logo{
		left: 50%;
		margin-left: -140px;
	}
	.head .search{
		top:76px;
		margin-right: -68px;
		right: 50%;
	}
	.head{
		height: 114px;
	}
	.head .nav_btn{
		top:76px;
		right: 50%;
		margin-right:-116px;
	}

	/**bottom show css **/
	.common-show{
		width: 270px;
	}
	.common-show .common-box{
		width: 100%;
		left: 0px;
	}
}
@media (max-width: 370px){
	.foot .foot_top .form-control{
		width: 194px;
	}
}