*{
  font-family: 'Roboto', sans-serif,"Helvetica Neue",Helvetica;
}
body,ul,h1,h2,h3,h4,h5,h6,p,dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
}
a:hover{
	text-decoration: none;
}
.clear{
  clear: both;
}
.nav a{
	font-family: "微软雅黑";
}




/*--------------foot css-------------------*/
.foot{
	background: #363b59;
	color:#fff;
	padding-top:56px;
}
.foot .col-md-3.le{
  width: 16%;
}
.foot .col-md-3.ri{
  width: 28%;
}
.foot .title{
	font-size: 20px;
	padding-bottom: 28px;
}
.foot ul li{
	padding:6px 0;
}
.foot ul li a{
	color: #fff;
	font-size: 14px;
}
.foot .sns{
	text-align: center;
	padding:2px 0 20px;
}
.foot .sns a{
	padding:0 10px;
}
.foot .foot-button{
	border-top:1px solid #777da0;
	text-align: center;
	padding:10px 0;
}
.foot .foot-button p{
	padding: 4px 0;
}

#footer{clear:both;background:#FFFFFF;width:100%;}
#footer p{color:#656A70;text-align:center;margin:25px auto 10px;}
.copyright, #footer p a{text-align:center;color:#656A70;font-size:14px;}
#footer p.copyright{margin:0 auto 25px;}
#footers{clear:both;background:#50A5F7;width:100%;}
#footers p{color:#FFF;text-align:center;margin:35px auto 35px;}
#footers p a{text-align:center;color:#FFF;font-size:14px;}

/**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:88px;
	width: 58px;
	color: #fff;
	position:fixed;
	right:1%;
	text-align: center;
	z-index:999;
	display:none;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/top.png);
	font-size: 14px;
	padding-top: 25px;
}
.totop:hover,.totop:focus{
	opacity: 0.8;
}
#disqus_thread{
  margin-top: 42px;
}
@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;
	}
	.foot .col-md-3.le{
	  width: 100%;
	}
	.foot .col-md-3.ri{
	  width: 100%;
	}
}
@media (max-width: 795px){
	.head .nav_btn{
		display: block;
	}
	.head .menu{
		display: none;
	}
	.head .search{
		right:57px;
		top:28px;
	}
	.head .nav_btn{
	    top:66px;
	}

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

}
@media (max-width: 767px){
	.container{
		width:96%;
	}
	.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:140px;

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

	/**bottom show css **/
	.common-show{
		width: 270px;
	}
	.common-show .common-box{
		width: 100%;
		left: 0px;
	}
	.foot .sns a{
		padding:0 6px;
	}
}
@media (max-width: 370px){
	.foot .foot_top .form-control{
		width: 194px;
	}
}
.navbar-brand{
    padding: 29px 15px;
    height: auto;
}
nav.navbar.bootsnav{
    border: none;
   /* margin-bottom: 150px;*/
}
.navbar-nav{
    float: left;
}
nav.navbar.bootsnav ul.nav > li > a{
    color: #474747;
    text-transform: uppercase;
    /*padding: 30px;*/
}
nav.navbar.bootsnav ul.nav > li:hover{
    background: #f4f4f4;
}
.nav > li:after{
    content: "";
    width: 0;
    height: 5px;
    background: #34c9dd;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.nav > li:hover:after{
    width: 100%;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    content: "+";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 35%;
    right: 5%;
    transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
    content: "\f105";
    transform: rotate(90deg);
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}
@media only screen and (max-width:990px){
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; }
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
    nav.navbar.bootsnav ul.nav > li > a{ margin: 0; }
}
