@charset "utf-8";
/* 内页顶部图 */
.n-ban {
    height: 550px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top: 1px solid #fff;
    position: relative;
}
.n-ban .titlebox {
	width: 180px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	margin: auto;
	margin-top: 350px;
}
.n-ban .down {
	text-align: center;
	margin-top: 20px;
}
.n-ban .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background: #000;
	color: #fff;
	text-align: center;
}
.n-ban .bottom ul {
	margin: auto;
	display: inline-block;
}
.n-ban .bottom li{
	margin: 0 10px;
	display: inline-block;
}
.n-ban .bottom a {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline-block;
	font-size: 14px;
}
.n-ban .bottom .active {
	color: #01b0cd;
}
@media only screen and (max-width:1200px) {
	.n-ban {
		height: 400px;
	}
	.n-ban .titlebox {
		margin-top: 260px;
	}
	.n-ban .bottom{
		height: 30px;
	}
	.n-ban .bottom a {
		padding-top: 5px;
		padding-bottom: 5px;
		display: inline-block;
		font-size: 12px;
	}
}
@media only screen and (max-width:640px) {
	.n-ban {
		height: 250px;
	}
	.n-ban .titlebox {
		margin-top: 160px;
	}
	.n-ban .bottom{
		height: 30px;
	}
	.n-ban .bottom a {
		padding-top: 5px;
		padding-bottom: 5px;
		display: inline-block;
		font-size: 12px;
	}
}

/* 三级分类 */
.n-three{
    width: 100%;
	max-width: 1200px;
	text-align: center;
	margin: auto;
	margin-top: 40px;
	overflow: hidden;
	display: none;
}
.n-three li{
	margin: 0 10px;
	display: inline-block;
}
.n-three a{
	display: block;
	padding: 5px 15px;
	border: 1px #eee solid;
}
.n-three a.active {
	color: #fff;
	background: #01b0cd;
	border-color: #01b0cd;
}
@media only screen and (max-width:640px) {
	.n-three{
		margin-top: 20px;
	}
}

/* 内页公共标题 */
.n-title{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	font-size: 22px;
	text-align: center;
	margin-top: 40px;
	color: #a0a0a0;
	overflow: hidden;
}
.n-title h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
.n-title span {
	color: #313131;
	font-size: 20px;
}
@media only screen and (max-width:640px) {
	.n-title{
		margin-top: 20px;
		font-size: 18px;
	}
	.n-title h3 {
		margin-bottom: 0;
	}
}

.w1200{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

/* 单页 */
.about {
	padding: 40px 0;
	overflow: hidden;
}
.about img{
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width:1200px) {
	.about {
		padding: 20px 10px 120px 10px;
		box-sizing: border-box;
	}
}
@media only screen and (max-width:640px) {
	.about{
		padding-bottom: 80px;
	}
}

/* 图片列表 */
.pic_list {
	padding: 40px 0;
	overflow: hidden;
}
.pic_list ul{
	width: 100%;
	overflow: hidden;
}
.pic_list li {
	width: 23%;
	padding: 10px;
	box-sizing: border-box;
	margin: 1%;
	border: 1px solid #E1E1E1;
	float: left;
    position: relative
}
.pic_list li > a > img {
    width: 100%;
    float: left;
}
.pic_list li .inhide {
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	overflow: hidden;
	transition: all 1s;
}
.pic_list li:hover .inhide {
	height: 45px;
}
.pic_list li .inback {
	width: 100%;
	height: 100%;
	background: rgba(0, 180, 204, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c80096FF,endcolorstr=#c80096FF);
	color: #fff;
	line-height: 45px;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.pic_list li .inback span{
	display: inline !important;
}
.pic_list li .inback img {
	margin-top: 14px;
}
@media only screen and (max-width:1200px) {
	.pic_list {
		padding: 20px 10px 120px 10px;
		box-sizing: border-box;
	}
	.pic_list li{
		width: 31.333333%;
	}
	.pic_list li .inhide {
	    bottom: 5px;
	    padding: 0 5px;
	}
	.pic_list li:hover .inhide {
		height: 35px;
	}
	.pic_list li .inback {
	    color: #fff;
	    line-height: 35px;
	    padding: 0 5px;
	    box-sizing: border-box;
	}
}
@media only screen and (max-width:640px) {
	.pic_list{
		padding-bottom: 80px;
	}
	.pic_list li{
		width: 48%;
	}
	.pic_list li .inhide {
	    bottom: 5px;
	    padding: 0 5px;
	}
	.pic_list li:hover .inhide {
		height: 30px;
	}
	.pic_list li .inback {
	    color: #fff;
	    line-height: 30px;
	    padding: 0 5px;
	    box-sizing: border-box;
	}
}

/* 产品中心 */
.products_list {
	padding: 40px 0;
	overflow: hidden;
}
.products_list ul{
	width: 100%;
	overflow: hidden;
}
.products_list li {
	width: 23%;
	padding: 10px;
	box-sizing: border-box;
	margin: 1%;
	border: 1px solid #E1E1E1;
	float: left;
    position: relative
}
.products_list li > a > img {
    width: 100%;
    float: left;
}
.products_list li .word {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	overflow: hidden;
	transition: all 1s;
	text-align: center;
	line-height: 45px;
	display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.products_list li:hover .word {
	color: #fff;
	background: rgba(0, 180, 204, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c80096FF,endcolorstr=#c80096FF);
}
@media only screen and (max-width:1200px) {
	.products_list {
		padding: 20px 10px 120px 10px;
		box-sizing: border-box;
	}
	.products_list li{
		width: 31.333333%;
	}
}
@media only screen and (max-width:640px) {
	.products_list{
		padding-bottom: 80px;
	}
	.products_list li{
		width: 48%;
	}
}

/* 产品详情 */
.products_detail {
	padding: 40px 0;
	overflow: hidden;
}
.products_detail .proInfo, .products_detail .proDesc{
    width: 100%;
    overflow: hidden;
}
.products_detail .proInfo .sp-wrap{
	width: 50%;
	float: left;
}
.products_detail .proInfo .sp-wrap a:first-child img{
    width: 100%;
}
.products_detail .proInfo ul{
    width: 46%;
    float: right;
}
.products_detail .proDesc{
	margin-top: 40px;
}
.products_detail .proDesc .tit{
	width: 100%;
	font-size: 16px;
	font-weight: bolder;
	border-bottom: 1px #eee solid;
	padding: 10px 0;
	overflow: hidden;
}
.products_detail .proDesc .con{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
@media only screen and (max-width:1200px) {
	.products_detail {
		padding: 20px 10px 120px 10px;
		box-sizing: border-box;
	}
	.products_detail .proInfo .sp-wrap, .products_detail .proInfo ul{
		width: 100%;
	}
	.products_detail .proInfo ul{
		margin-top: 20px;
	}
}
@media only screen and (max-width:640px) {
	.products_detail{
		padding-bottom: 80px;
	}
	.products_detail .proDesc{
		margin-top: 20px;
	}
}

/* 新闻中心 */
.news {
	padding: 40px 0;
}
.news ul{
	width: 100%;
	overflow: hidden;
}
.news .text h1 {
	color: #313131;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	transition: all .5s;
}
.news .text p {
	width: 100%;
	height: 50px;
	overflow: hidden;
	color: #a0a0a0;
	transition: all .5s;
}
.news li a > img {
	float: none;
	width: 100%;
}
.news li {
	width: 23%;
	padding: 10px;
	box-sizing: border-box;
	margin: 1%;
	border: 1px solid #E1E1E1;
	float: left;
    position: relative
}
.news li a{
	color: #a0a0a0;
}
.news li .miantext{
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news li:hover {
	border: 1px solid #01b0cd;
}
.news li:hover h1 {
	color: #01b0cd;
}
.news li:hover P {
	color: #01b0cd;
}
.news li:hover a{
	color: #01b0cd;
}
.news li:hover .miantext {
	color: #a0a0a0;
}
@media only screen and (max-width:1200px) {
	.news{
		padding-bottom: 120px;
	}
	.news li{
		width: 31.333333%;
	}
}
@media only screen and (max-width:640px) {
	.news{
		padding-top: 20px;
		padding-bottom: 80px;
	}
	.news li{
		width: 48%;
	}
}

/* 新闻详情 */
.newsdetail {
	margin: auto;
}
.newsdetail h1 {
	font-size: 20px;
	color: #01b0cd;
}
.newsdetail .toptitle span {
	font-size: 14px;
	color: #cccccc;
}
.newsdetail .toptitle {
	border-bottom: 1px solid #E1E1E1;
	padding: 30px 0;
}
.newsdetail .text {
	color: #a0a0a0;
	line-height: 25px;
	padding: 30px 0;
}
.newsdetail .centertxt {
	padding-top: 10px;
}
.newsdetail .centertxt img {
	max-width: 100%;
	height: auto;
}
.newsdetail .bottom {
	color: #a0a0a0;
	margin-bottom: 20px;
	border-top: 1px solid #E1E1E1;
	margin-top: 50px;
	padding-top: 20px;
}
.newsdetail .bottom p {
	height: 25px;
	overflow: hidden;
}
.newsdetail .bottom a {
	color: #a0a0a0;
	margin-left: 10px;
}
.newsdetail .mian .bottom a:hover {
	color: #01b0cd;
}
.newsdetail .bottom .btn {
	float: right;
	display: block;
	text-align: center;
	line-height: 25px;
	line-height: 25px;
	border: 1px solid #01b0cd;
	border-radius: 25px;
	width: 80px;
	color: #01b0cd;
}
@media only screen and (max-width:1200px) {
	.newsdetail {
		padding: 20px 10px 120px 10px;
		box-sizing: border-box;
	}
}
@media only screen and (max-width:640px) {
	.newsdetail{
		padding-bottom: 80px;
	}
}

/* 联系我们 */
.contact {
}
.contact .top {
	padding-right: 153px;
	position: relative;
	min-height: 180px;
	border: 1px solid #E1E1E1;
	margin: 20px 0;
	padding: 20px;
	overflow: hidden;
}
.contact .top .qrcode {
	position: absolute;
	right: 20px;
	top: 40px;
	text-align: center;
	font-size: 16px;
	color: #707070;
}
.contact .top h1 {
	width: 100%;
	display: block;
	float: left;
	font-size: 20px;
	color: #313131;
	margin: 20px 0 14px 0;
}
.contact .top p {
	clear: both;
}
.contact .top>p {
	width: 100%;
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 150px;
	position: relative;
}
/*.contact .top p img {
	height: 15px;
	position: absolute;
	left: 0;
	top: 3px;
}*/
.contact .top p span {
	display: inline-block;
	height: 15px;
	float: left;
	font-size: 14px;
	color: #7d7d7d;
	line-height: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.contact .top p span a{
    color: #2288cc;
}
.onlinemsg {
	padding-bottom: 20px;
}
.onlinemsg:after {
	content: "";
	display: block;
	clear: both;
}
.onlinemsg .title {
	text-align: center;
}
.onlinemsg .title h2 {
	font-size: 22px;
	color: #01b0cd;
}
.onlinemsg .title p {
	font-size: 12px;
	color: #7d7d7d;
}
.onlinemsg form {
	margin-top: 40px;
}
.onlinemsg .left {
	width: 47%;
	float: left;
}
.onlinemsg .right {
	width: 47%;
	float: right;
}
.onlinemsg .left input {
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	line-height: 30px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.onlinemsg .left .btn {
	background: #3e3835;
	color: #fff;
	cursor: pointer;
	transition: all 1s;
}
.onlinemsg .left .btn:hover {
	background: #01b0cd;
}
.onlinemsg .left .submit {
	width: 47%;
	height: 50px;
	text-align: center;
	float: left;
	font-size: 16px;
	border: none;
	outline: none;
}
.onlinemsg .left .reset {
	width: 47%;
	height: 50px;
	text-align: center;
	font-size: 16px;
	float: right;
	border: none;
	outline: none;
}
.onlinemsg .right textarea {
	width: 100%;
	height: 262px;
	padding: 20px 20px;
	box-sizing: border-box;
}
@media only screen and (max-width:1200px ) {
	.contact .top h1{
		margin-left: 10px;
	}
	.contact .top p img{
		float: none;
		margin-left: 10px;
	}
	.contact .top p span{
		float: none;
	}
	.onlinemsg {
		width: 90%;
		margin: auto;
	}
	.contact{
		padding-bottom: 50px;
	}
	.onlinemsg .left{
	    width: 100%;
	 	float: none;
	 	max-width: 600px;
	 	margin: auto;
	 	transition: all 2s;
	}
	.onlinemsg .right textarea{
	 	height: 152px;
	}
	.onlinemsg .right{
	 	width: 100%;
	 	float: none;
	 	max-width: 600px;
	 	margin: auto;
	 	transition: all 2s;
	 	margin-bottom: 20px;
	}
}
@media only screen and (max-width:640px ) {
	.contact .top h1{
		font-size:14px;
		margin-left:0;
	}
	.contact .top p img {
		margin-left: 0;
	}
    .contact .top .qrcode {
		position: initial;
	}
	.contact .top .qrcode img{
		margin-top: 20px;
	}
	.contact .top>p {
		padding-right: 0px;
	}
}