﻿@charset 'utf-8';

* {
	margin: 0;
	padding: 0;
}
body {
	max-width: 1920px;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;
}
ul,ol {
	list-style: outside none none;
}
li {
	list-style-type: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #70a1fc;
}
hr {
	border: none;
}
@font-face {
	font-family: 'heavy';
	src: url('../font/heavy.eot');
	src: url('../font/heavy.eot?#iefix') format('embedded-opentype');
	src:url('../font/heavy.woff') format('woff'), url('../font/heavy.ttf') format('truetype'), url('../font/heavy.svg#heavy') format('svg'),local('heavy');
	font-weight: normal;
	font-style: normal;
}
.none {
	display: none;
}
.clear {
	clear:both;
}
.clearfix:after {
	content: ""; 
	display: block; 
	height:0; 
	clear:both; 
	visibility: hidden;
}
.clearfix { *zoom:1; }

.main_width {
	max-width: 1200px;
	margin: 0 auto;
}
/*头部公共部分*/
.header {

}
.header .top {
	height: 40px;
	line-height: 40px;
}
.header .top .hellow {
	display: inline-block;
	color: #4c4c4c;
	float: left;
}
.header .top .r {
	display: inline-block;
	float: right;
	margin-left: 10px;
	height: 40px;
}
.header .top .r img {
	position: relative;
}
.header .top .r a {
	display: inline-block;
}
.header .top .phone {
	font-size: 24px;
	color: #333;
	margin-right: 10px;
}
.header .top .phone img {
	display: inline-block;
	float: left;
}
.header .top .wetchart {
	position: relative;
}
.header .top .wetchart .code {
	position: absolute;
	z-index: 99999;
    left: -35px;
    top: 40px;
    display: none;
}
.header .top .wetchart:hover .code {
	display: block;
}
#banner img {
	width: 100%;
}
.header .nav_bg {
	width: 100%;
	height: 9vw;
	max-height: 150px;
	position: absolute;
	background: #fff;
	z-index: 9999;
	opacity: 0.3;
}
.header .nav {
	width: 100%;
	height: 9vw;
	max-height: 150px;
	position: absolute;
	z-index: 9999;
}
.header .nav .logo {
	height: 100%;
	display: inline-block;
	float: left;
}
.header .nav .logo img {
	height: 100%;
}
.header .nav .main_width {
	position: relative;
	height: 100%;
}
.header .nav ul {
	height: 100%;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 50%;
	height: auto;
	margin-top: -25px;
}
.header .nav ul li {
	display: inline-block;
	padding: 0 3px;
}
.header .nav ul li a {
	font-size: 18px;
	color: #222;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	padding: 0px 10px;
}
.header .nav ul li a.cur,
.header .nav ul li a:hover {
	background: url(../images/index_04.png) repeat-x center 0px;
}
/*手机端导航*/
.header_m {
	display: none;
}
.header_m {
	height: 55px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	background: #000;
}
.header_m .logo {
	height: 100%;
	margin-left: 1.8%;
	display: inline;
	float: left;
	margin-left: 25%;

}
.header_m .logo img {
	height: 100%;
	display: inline-block;
}
.header_m .flbox {
	float: right;
	display: inline;
	height: 100%;
	cursor: pointer;
	margin-right: 10px;
}
.header_m .flbox img {
	height: 100%;
}
#sideMenuContainer {
  background: #222222;
  position: fixed;
  top: 55px;
  right: -150px;
  width: 150px;
  z-index: 4;
  opacity: 0.9;
}
#sideMenuContainer > a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 17px;
  border-bottom: 1px solid white;
}
#sideMenuContainer > a:hover {
	background-color:#ffffff;
	color:black;	
}
/*搜索区*/
.search {
	width: 100%;
	height: 70px;
	line-height: 70px;
}
.search .hot_word {
	font-size: 14px;
	color: #808080;
	display: inline-block;
	float: left;
}
.search .hot_word ul {

}
.search .hot_word ul li {
	display: inline-block;
}
.search .hot_word ul li a {
	padding: 0px 5px;
	color: #808080;
}
.search .hot_word ul li a:hover {
	color: #70a1fc;
}
.search .search_box {
	display: inline-block;
	float: right;
}
.search .search_box input{
	height: 32px;
	border: none;
	border: 1px solid #ccc;
	border-right: none;
	width: 227px;
	text-indent: 17px;
	outline: none;
}
.search .search_box button{
	background-color: #fff;
	border: none;
	outline: none;
    position: relative;
    top: 12px;
    cursor: pointer;
}
.search .search_box button img {
	border: 0.5px solid #ccc;
}
/*共用 top_title*/
.top_title {
	margin: 0 auto;
}
.top_title img {
	width: 100%;
}
/*产品中心*/
.product_center {
	width: 100%;
	background: url(../images/index_07.jpg);
	background-size: 100% 100%;
}
.product_center .top_title {
	width: 480px;
} 
.nav_box {
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
}
/*全屏*/
.full_nav {
	width: 1200px;
	height: 68px;
	margin: 0 auto;
}
.full_nav ul {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.full_nav ul li {
	display: inline-block;
	height: 100%;
	text-align: center;
	margin: 0 20px;
}
.full_nav ul li a {
	color: #3d3d3d;
	font-size: 24px;
	height: 68px;
	display: inline-block;
	box-sizing: border-box;
	line-height: 68px;
	margin-top: 0px;
	padding: 0px 20px;
	overflow: hidden;
}
.full_nav ul li a.cur,
.full_nav ul li a:hover{
	border-bottom: 2px solid #70a1fc;
}
/*非全屏*/
.rolling_nav {
	width: 100%;
	max-width: 1200px;
	height: 68px;
	position: relative;
	padding: 0 56px;
	box-sizing: border-box;
	margin: 0 auto;
	display: none;
}
.rolling_nav ul {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.rolling_nav ul li {
	display: inline-block;
	height: 100%;
	width: 100%;
	text-align: center;
}
.rolling_nav ul li a {
	color: #3d3d3d;
	height: 68px;
	display: inline-block;
	box-sizing: border-box;
	line-height: 68px;
	margin-top: 0px;
	padding: 0px 10px;
	overflow: hidden;
}
.rolling_nav ul li a.cur,
.rolling_nav ul li a:hover{
	border-bottom: 2px solid #70a1fc;
}

.rolling_nav .left {
	position: absolute;
	width: 56px;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
}
.rolling_nav .right {
	position: absolute;
	width: 56px;
	height: 100%;
	right: 0;
	top: 0;
	cursor: pointer;
}
.rolling_nav .left img,.rolling_nav .right img {
	width: 100%;
	height: 100%;
}
/*首页产品*/
.product_center .list {
	margin-top: 30px;
}
.product_center .list .box {
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 2px 2px 5px #ccc;
}
.product_center .list .box .pic {
	width: 100%;
	overflow: hidden;
    padding-top: 90%;
    position: relative;
}
.product_center .list .box .pic img {
	width: 100%;
    height: 100%;
    transition: all 0.6s;
    position: absolute;
    top: 0;
}
.product_center .list .box .pic img:hover {
	transform: scale(1.1);
}
.product_center .list .box .txt {
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	color: #333;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
.product_center .list .box:hover .txt {
	color: #fff;
	background: #a8a8a8;
}
/*案例库*/
.real_cases {
	width: 100%;
	background: url(../images/index_08.jpg);
	background-size: 100% 100%;
}
.real_cases .top_title {
	width: 485px;
} 
.real_cases .big_pic {
	width: 42%;
	padding: 1.8% 1.8% 1.8% 0px;
	background: #fff;
	float: left;
}
.real_cases .pic_box {
	width: 100%;
    overflow: hidden;
    padding-top: 75%;
    position: relative;
}
.real_cases .pic_box img {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.real_cases .list {
	width: 54.5%;
	float: right;
}
.real_cases .list .small_pic {
	width: 28%;
	height: 14vw;
    background: #fff;
    padding: 2% 2% 2% 2%;
    text-align: center;
    float: left;
    margin-right: 2%;
    margin-bottom: 2vw;
}
.real_cases .list .small_pic .txt {
	height: 2.5vw;
	line-height: 2.5vw;
	font-size: 18px;
	color: #3d3d3d;
	overflow: hidden;
}
.real_cases .list .small_pic:nth-child(3n) {
	margin-right: 0px;
}
.real_cases .list .small_pic img {
	width: 100%;
    height: 85%;
}
/*四大优势*/
.advantages {
	width: 100%;
	background: url(../images/index_11.jpg);
	background-size: 100% 100%;
}
.advantages .top_title {
	width: 490px;
} 
.advantages .list {

}
.advantages .l {
	float: left;
}
.advantages .r {
	float: right;
}
.advantages .pic {
	width: 50%;
}
.advantages .pic img {
	width: 100%;
}
.advantages .txt {
	width: 50%;
}
.advantages .txt img {
	width: 100%;
}
.advantages .txt h2 {
	font-size: 27px;
	color: #70a1fc;
	font-weight: normal;
	line-height: 1.8;
}
.advantages .txt p {
	font-size: 20px;
	color: #222222;
	line-height: 1.8;
	width: 60%;
}
.advantages .r h2 {
	margin-left: 3%;
}
.advantages .r p {
	margin-left: 3%;
}
.advantages .l h2 {
	margin-left: 10%;
}
.advantages .l p {
	margin-left: 10%;
}
/*联系方式*/
.cont_way {
	width: 100%;
	background: url(../images/index_16.jpg);
	background-size: 100% 100%;
}
.cont_way .list {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding-top: 110px;
	padding-bottom: 110px;
}
.cont_way .list .item {
	width: 24%;
	display: inline-block;
}
.cont_way .list .item .pic {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-top: 185px;
    position: relative;
}
.cont_way .list .item .pic .img{
	width: 100%;
	margin: 0 auto;
    position: absolute;
    height: 100%;
    top: 0;
}
.cont_way .list .item p {
	font-size: 18px;
	text-align: center;
	line-height: 1.7;
	color: #fff;
}
.cont_way .list .item1 .pic .img {
	background: url(../images/index_17.png) no-repeat center;
	background-size: 100%;
}
.cont_way .list .item2 .pic .img {
	background: url(../images/index_18.png) no-repeat center;
	background-size: 100%;
}
.cont_way .list .item3 .pic .img {
	background: url(../images/index_19.png) no-repeat center;
	background-size: 100%;
}
.cont_way .list .item4 .pic .img {
	background: url(../images/index_20.png) no-repeat center;
	background-size: 100%;
}
.cont_way .list .item1 .pic .img:hover {
	background: url(../images/index_17_1.png) no-repeat center;
	background-size: 100%;
}
.cont_way .list .item2 .pic .img:hover {
	background: url(../images/index_18_1.png) no-repeat center;
	background-size: 100%;
}
.cont_way .list .item3 .pic .img:hover {
	background: url(../images/index_19_1.png) no-repeat center;
	background-size: 100%;
}
.cont_way .list .item4 .pic .img:hover {
	background: url(../images/index_20_1.png) no-repeat center;
	background-size: 100%;
}
/*新闻中心*/
.news_center {
	padding-bottom: 20px;
}
.news_center .top_title {
	width: 410px;
}
.news_center .main_width {
	margin-top: 20px;
}
.news_center .left {
	width: 33%;
	float: left;
}
.news_center .left .pic {
	width: 100%;
}
.news_center .left .pic img {
	width: 100%;
}
.news_center .left .txt {

}
.news_center .left .txt h2 {
	font-size: 24px;
	font-weight: normal;
	color:#333333;
	line-height: 2;
}
.news_center .left .txt p {
	font-size: 14px;
	color: #3d3d3d;
	line-height: 1.8;
}
.news_center .right {
	width: 62%;
	float: right;
}
.news_center .right .item {
	margin-bottom: 25px;
}
.news_center .right .item .time {
	width: 65px;
	height: 68px;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	background: #9d9d9d;
	margin-right: 20px;
}
.news_center .right .item .time .d {
	font-size: 20px;
	width: 100%;
	height: 37px;
	line-height: 37px;
	border-bottom: 1px solid #fff;
	display: block;
}
.news_center .right .item .time .y_m {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.news_center .right .item h2 {
	font-size: 20px;
	color: #3d3d3d;
	font-weight: normal;
}
.news_center .right .item p {
	font-size: 14px;
	color: #3d3d3d;
	margin-top: 15px;
}
.news_center .right .item:hover h2,
.news_center .right .item:hover p {
	color: #70a1fc;
}
/*友情链接*/
.flink {
	width: 100%;
	min-height: 57px;
	text-align: center;
	background: #e6e6e6;
	box-sizing: border-box;
	padding-top: 20px;
}
.flink a {
	margin-right: 8px;
	display: inline-block;
}
/*底部*/
.footer {
	width: 100%;
	background: url(../images/index_23.jpg);
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-top: 45px;
	padding-bottom: 20px;
}
.footer .main_width {

}
.footer .nav {

}
.footer .nav ul {

}
.footer .nav ul li {
	display: inline-block;
	height: 30px;
}
.footer .nav ul li a {
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 2px solid #fff;
}
.footer .nav ul li:last-child a {
	border-right: 0px;
}
.footer .nav ul li a:hover {
	color: #70a1fc;
}
.footer .msg {
	width: 50%;
	float: left;
	margin-top: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
.footer .msg p {
	color: #fff;
	line-height: 2;
}
.footer .code_pic {
	float: right;
}
.footer .code_pic .pic {
	width: 122px;
	margin-top: 40px;
	margin-right: 15px;
	display: inline-block;
	float: left;
}
.footer .code_pic .pic img {
	width: 100%;
}
.footer .code_pic .pic span {
	width: 100%;
	color: #fff;
	line-height: 2;
	text-align: center;
	display: inline-block;
}
.footer .code_pic .txt {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-top: 45px;
}
.footer_bottom {
	width: 100%;
	background: url(../images/index_26.jpg);
	background-size: 100% 100%;
}
.footer_bottom img {
	margin-top: 20px;
}
.footer_bottom a {
	color: #fff;
}
.footer_bottom a:hover {
	color: #70a1fc;
}
.footer_bottom p {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
/*面包屑导航*/
.position {
	height: 75px;
	line-height: 75px;
	border-bottom: 1px solid #ccc;
}
.position .left {
	font-size: 18px;
	color: #333;
	display: inline-block;
}
.position .left img {
	position: relative;
	top: 10px;
}
.position .right {
	display: inline-block;
	float: right;
}
/*标题共用部分*/
.son_typename {
	width: 360px;
	height: 125px;
	margin: 0 auto;
	background: url(../images/about_02.png);
	background-size: 100%;
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.son_typename .ch {
	font-size: 36px;
	color: #333;
	position: absolute;
	top: 22px;
	left: 108px;
}
.son_typename .en {
	font-size: 18px;
	color: #666;
	display: inline-block;
	margin-top: 80px;
}
/********************关于我们**********************/
/*关于欧宁*/
.about {
	padding-bottom: 55px;
}
.about .pic {
	width: 41%;
	margin-right: 35px;
	float: left;
	margin-top: 30px;
}
.about .txt {
	margin-top: 30px;
}
.about .pic .img_box {
	width: 100%;
	padding-top: 65.3%;
	position: relative;
	
}
.about .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
/*企业文化*/
.culture {
	background: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 30px;
}
.culture .list {
	margin-top: 10px;
}
.culture .list .box {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.culture .list .box .pic {
	width: 63%;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px dashed #aaa;
	padding: 5px;
}
.culture .list .box .pic img {
	width: 100%;
}
.culture .list .box h2 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	line-height: 2;
	margin-top: 10px;
}
.culture .list .box p {
	color: #666;
}
/*优势*/
.advantage {
	margin-top: 70px;
	margin-bottom: 30px;
}
.advantage .box {
	width: 43%;
	padding: 1.5% 2% 1% 2%;
	box-sizing: border-box;
	background: #f2f2f2;
	float: left;
}
.advantage .box:nth-child(2) {
	float: right;
}
.advantage .box .pic {
	width: 100%;
}
.advantage .box .pic img {
	width: 100%;
}
.advantage .box h2 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	line-height: 2;
	margin-top: 10px;
}
.advantage .box p {
	color: #666;
	line-height: 2;
}
/*欧宁建材*/
.onjc {
	
}
.onjc .top {
	height: 75px;
	line-height: 75px;
	background: url(../images/about_15.png) no-repeat 5px 15px;
	font-size: 18px;
	color: #333;
	text-indent: 50px;
	border-bottom: 1px solid #ccc;
}
.onjc .list {
	margin-top: 50px;
}
.onjc .list .box {
	width: 19.2%;
	float: left;
	margin-right: 7.7%;
	margin-bottom: 50px;
}
.onjc .list .box:nth-child(4) {
	margin-right: 0px;
}
.onjc .list .box .pic{
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.onjc .list .box .img {
	width: 100%;
	height: 100%;
	background: url(../images/about_10.png);
	background-size: 100%;
	position: absolute;
	top: 0;
}
.onjc .list .box .num {
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 50px;
	top: 30%;
	margin-top: -19px;
	font-family: "heavy";
}
.onjc .list .box p {
	width: 100%;
	font-size: 12.7px;
	color: #4c4c4c;
	position: absolute;
	top: 55%;
	text-align: center;
	box-sizing: border-box;
	padding-left: 10%;
	padding-right: 10%;
}
/*工程案例*/
.case {

}
.case ul {
	text-align: center;
	margin-top: 30px;
}
.case ul li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	
}
.case ul li a {
	display: block;
	padding: 10px 30px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
	border: 1px solid #70a1fc;
}
.case ul li a.cur,
.case ul li a:hover {
	color: #fff;
	background: #70a1fc;
}
.case .list {
	margin-top: 45px;
}
.case .list .box {
	width: 31%;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	margin-bottom: 30px;
}
.case .list .box:hover {
	background: #f4f4f4;
	box-shadow: 3px 3px 5px #ccc;
}
.case .list .box .pic {
	width: 100%;
	padding-top: 76.5%;
	position: relative;
}
.case .list .box .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.case .list .box h2 {
	font-size: 20px;
	color: #3d3d3d;
	text-align: center;
	font-weight: normal;
	line-height: 2;
	margin-top: 10px;
}
.case .list .box .time {
	font-size: 14px;
	color: #999999;
	text-align: center;
}
/*分页*/
.pages{ width:100%; height:auto; overflow:hidden; clear:both; margin:0 auto; }
.pages ul{text-align: right;padding:12px 0px 12px 16px;}
.pages ul li{display:inline-block;line-height:17px;margin-right:6px;background:#fff; border: 1px solid #48aaff;padding:8px 12px;}
.pages ul li a{color:#000;font-size:14px; }
.pages ul li span{float:left;color:#000;font-size:14px; padding:8px 12px;}
.pages ul li a:hover{color:#000;text-decoration:none;}
.pages ul li.thisclass,.pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{background:#48aaff; color:#fff;}


/*联系我们*/
.contact {
	
}
.contact .left {
	width: 50%;
	float: left;
	border-right: 1px solid #ccc;
	padding-bottom: 20px;
	margin-right: -1px;
	margin-top: 30px;
}
.contact .left h2 {
	font-size: 24px;
	color: #333;
	line-height: 1.8;
	font-weight: normal;
}
.contact .left .address {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
}
.contact .left .address img {
	position: relative;
	top: 10px;
}
.contact .left .msg {
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}
.contact .left .msg span {
	display: inline-block;
	min-width: 190px;
}
.contact .left .msg img {
	position: relative;
	top: 10px;
}
.contact .right {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 4%;
	margin-top: 30px;
}
.contact .right .l {
	display: inline-block;
	float: left;
}
.contact .right .fw {
	font-size: 16px;
	color: #999;
	display: inline-block;
	line-height: 1.5;
}
.contact .right .phone {
	font-size: 36px;
	color: #2c88d8;
	font-weight: bold;
	margin-bottom: 30px;
}
.contact .right .phone1,
.contact .right .phone2 {
	font-size: 14px;
	color: #999;
	background: url(../images/cont_5.png) no-repeat;
	text-indent: 30px;
	height: 35px;
	line-height: 35px;
}
.contact .right .r {
	width: 125px;
	text-align: center;
	line-height: 2;
	font-size: 14px;
	color: #666;
	display: inline-block;
	float: right;
}
.contact .right .r img {
	width: 100%;
}
.map {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	width: 100%;
}
/*企业荣誉*/
.honor {

}
.honor .list {
	position: relative;
	margin-bottom: 20px;
}
.honor .list .box {
	background: #f2f2f2;
	padding: 20px 25px 0px 25px;
	box-sizing: border-box;
	float: left;

}
.honor .list .box .pic {
	width: 100%;
}
.honor .list .box .pic img {
	width: 100%;
}
.honor .list .box .txt {
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 3;
}
.honor .list .pre {
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -25px;
	cursor: pointer;
}
.honor .list .next {
	position: absolute;
	top: 50%;
	right: -50px;
	margin-top: -25px;
	cursor: pointer;
}
/*声学知识*/
.knowledge {

}
.knowledge .intro {

}
.knowledge .intro .pic {
	width: 36%;
	float: left;
	margin-right: 2%;
}
.knowledge .intro .pic img {
	width: 100%;
}
.knowledge .intro h2 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.knowledge .intro h2 span {
	font-size: 18px;
	color: #666;
}
.knowledge .intro p {
	margin-top: 20px;
	font-size: 15px;
	color: #666;
	line-height: 3;
}
.know_list {
	width: 100%;
}
.know_list .top {
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #ccc;
}
.know_list .top .main_width {
	text-align: center;
}
.know_list .top span {
	font-size: 18px;
	color: #333;
}
.know_list .top span a {
	display: inline-block;
}
.know_list .top span a:hover {
	border-bottom: 1px solid #35a1ff;
}
.know_list .top .l {
	display: inline-block;
	float: left;
}
.know_list .top .m {
	display: inline-block;

}
.know_list .top .r {
	display: inline-block;
	float: right;
}
.know_list .list {
	margin-bottom: 20px;
}
.know_list .list .box {
	padding: 2.5%;
	text-align: center;
}
.know_list .list .box:nth-child(2n) {
	background: #f2f2f2;
}
.know_list .list .box .time {
	display: inline-block;
	float: left;
	text-align: center;
	line-height: 1.7;
}
.know_list .list .box .time .d {
	font-size: 24px;
	color: #35a1ff;
}
.know_list .list .box .time .m,
.know_list .list .box .time .y {
	font-size: 16px;
	color: #333;
}
.know_list .list .box .more {
	display: inline-block;
	float: right;
	text-align: center;
	margin-top: 20px;
}
.know_list .list .box .more a {
	color: #35a1ff;
	display: block;
}
.know_list .list .box .txt {
	width: 52%;
	display: inline-block;
	text-align: left;
}
.know_list .list .box .txt h2 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 2;
}
.know_list .list .box .txt h2:hover {
	color: #35a1ff;
}
.know_list .list .box .txt p {
	font-size: 14px;
	color: #999;
	line-height: 2;
}
/*产品中心*/
.pro {

}
.pro ul {
	text-align: center;
	margin-top: 30px;
}
.pro ul li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	
}
.pro ul li a {
	display: block;
	padding: 10px 30px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
	border: 1px solid #70a1fc;
}
.pro ul li a.cur,
.pro ul li a:hover {
	color: #fff;
	background: #70a1fc;
}
.pro .list {
	margin-top: 30px;
}
.pro .list .box {
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 2px 2px 5px #ccc;
}
.pro .list .box .pic {
	width: 100%;
	overflow: hidden;
    padding-top: 90%;
    position: relative;
}
.pro .list .box .pic img {
	width: 100%;
    height: 100%;
    transition: all 0.6s;
    position: absolute;
    top: 0;
}
.pro .list .box .pic img:hover {
	transform: scale(1.1);
}
.pro .list .box .txt {
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	color: #333;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
.pro .list .box:hover .txt {
	color: #fff;
	background: #a8a8a8;
}
.pro .cont {
	margin-top: 50px;
	margin-bottom: 30px;
}
.gk_right {
	display: inline-block;
	float: left;
}
.pro .cont .txt {
	width: 55%;
	float: right;
}
.pro .cont .txt h1 {
	font-size: 24px;
	color: #333;
	line-height: 2;
	font-weight: normal;
}
.pro .cont .txt .intro {
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.pro .cont .buy {
	margin-top: 30px;
}
.pro .cont .buy .btn {
	width: 197px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	display: inline-block;
	float: left;
}
.pro .cont .buy .btn a {
	width: 100%;
	height: 100%;
	display: block;
	background: #70a1fc;
	color: #fff;
	font-size: 24px;
}
.pro .cont .buy .phone {
	font-size: 12px;
	color: #333;
	display: inline-block;
	margin-left: 20px;
}
.pro .cont .buy .phone b {
	font-size: 32px;
	color: #70a1fc;
}
.bdshare-button-style0-16 {
	height: 30px;
	line-height: 30px;
	float: right;
	margin-top: 30px;
}
.pro .cont .txt .pre,
.pro .cont .txt .next {
	display: inline-block;
	min-width: 200px;
	margin-top: 10px;
}
.pro_m_pic {
	display: none;
}
.pro_m_pic img {
	width: 100%;
	margin: 0 auto;
}
/*文章详情*/
.content {

}
.content .top {
	width: 100%;
    height: 70px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}
.content .top h1 {
	font-size: 22px;
	color: #333;
	line-height: 1.5;
	font-weight: normal;
	margin-top: 20px;
}
.content .top .time {
	font-size: 13px;
    color: #777;
    line-height: 2;
}
.content .pre_next {
	line-height: 2;
}
.content img {
	max-width: 100%;
	height: auto;
}
/*返回顶部*/
.fanhui {
    width: 60px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: 601px;
    z-index: 99999;
    display: none;
}
.fanhui a {
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.fanhui .a1 {
    display: block;
    color: #9b9b9b;
    background-color: White;
    border: 1px solid #DFDFDF;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.fanhui .a2 {
    display: block;
    color: #9b9b9b;
    border: 1px solid #DFDFDF;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 58px;
    line-height: 80px;
    margin-top: 10px;
    background: url(../images/fhdb.png) center 10px no-repeat White;
}
.fanhui .a1:hover{
	background-color:#0866BD;
	border:1px solid #0866BD;
	color:White;
}
.fanhui .a2:hover{
	background-color:#0866BD;
	border:1px solid #0866BD;
	color:White;
}
.dede_pages{text-align: center;margin:40px auto auto auto;}
.dede_pages .current{width:40px;height:30px;line-height: 30px;font-size: 16px;color:#AAAAAA;border:1px solid #48AAFF;background-color: #48AAFF;display: inline-block;margin-bottom: 0px;margin-left:15px;color:white;border-radius: 3px;}
.dede_pages a{width:40px;height:30px;line-height: 30px;padding-top:0px;font-size: 16px;color:#AAAAAA;background-color: white;display: inline-block;float:none;margin-bottom: 0px;margin-left:15px;border:1px solid #DDDDDD;border-radius: 3px;}
.dede_pages a:hover{background-color: #48AAFF;color:white; }
.dede_pages .next{width:60px;height:30px;line-height: 30px;font-size: 16px;padding-top:0px;color:white;background-color: #48AAFF;display: inline-block;float:none;text-align: center;margin-bottom: 0px;margin-left:15px;vertical-align:top;border:1px solid #48AAFF}
.dede_pages .prev{width:60px;height:30px;line-height: 30px;font-size: 16px;padding-top:0px;color:white;background-color: #48AAFF;display: inline-block;float:none;text-align: center;margin-bottom: 0px;border:1px solid #48AAFF;}

