﻿@charset "UTF-8";
*,
::before,
::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font: 14px 'Microsoft YaHei', Arial, '宋体', HELVETICA;
	color: #666;
	min-width: 1280px;
}

ul {
	list-style: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}
img {
	border: none;
}
p {
	/*text-indent: 30px;*/
	line-height: 30px;
}
.clearfix::before,
.clearfix::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.block {
	display: block;
}
.color-blue {
	color: #00c0ff;
}

.color-green {
	color: #22bc04;
}

.color-red {
	color: #ff0101;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.container {
	margin: auto;
	width: 1280px;
	overflow: hidden;
}

.product {
	margin: auto;
	width: 960px;
	overflow: hidden;
}

.case {
	margin: auto;
	width: 960px;
	overflow: hidden;
}

.middle {
	vertical-align: middle;
}
/*首页*/
.index {
	padding: 30px 0;
}
.guild,
.guild .container{
	padding: 0;
	background: #00c0ff;
}
.guild .guild-hot {
	display: table;
	padding: 30px 15px;
	width: 33.3%;
	overflow: hidden;
}
.guild .guild-middle {
	background: #1e90ff;
}
.guild .left-icon {
	display: table-cell;
	vertical-align: middle;
	width: 70px;
}
.guild .right-text {
	display: table-cell;
	vertical-align: middle;
	margin-top: -3px;
	width: 310px;
}
.guild .right-text h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	/*font-weight: normal;*/
}
.guild .right-text p {
	color: #fff;
	line-height: 25px !important;
}
.index-title {
	padding: 40px 0;
	text-align: center;
}

.index-title h5 {
	height: 60px;
	line-height: 60px;
	color: #666;
	font-weight: normal;
}

.index-about h5 {
	background: url("../images/a_kkzm.jpg") no-repeat center center;
}

.index-product .index-title h5 {
	background: url("cp_m0sb.png") no-repeat center center;
	font-size: 14px;
}
.index-case h5 {
	background: url("case.png") no-repeat center center;
	font-size: 14px;
}
.pages-news h5,
.index-news h5 {
	background: url("xw_pg.png") no-repeat center center;
}

.pages-case h5 {
	background: url("case.png") no-repeat center center;
}

.video-pages h5 {
	background: url("../images/video.png") no-repeat center center;
}

.fupages h5 {
	background: url("../images/technical .png") no-repeat center center;
}

.contact-pages h5 {
	background: url("../images/tt_6849.jpg") no-repeat center center;
}

.index-title h2 {
	margin-top: 10px;
	font-size: 30px;
	color: #333;
	text-align: center;
	font-weight: normal;
}

.index .about-content {
	text-align: center;
}
.index .text-p {
	height: 100px;
}
.text-p {
	display: block;
	color: #999;
	padding-bottom: 15px;
	text-indent: 0;
	line-height: 30px;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
}
.text-p:after {
	content: "......";
}
.index .about-content p {
	display: inline-block;
	width: 800px;
}

.index .about-content p:after {
	content: '......';
}

.index .about-icon {
	margin-bottom: 20px;
	text-align: center;
}

.index .about-icon > div {
	margin: 15px 40px;
	display: inline-block;
	width: 120px;
	text-align: center;
}

.index .about-icon a {
	margin-bottom: 10px;
	width: 120px;
	height: 120px;
	display: inline-block;
	text-indent: -9999px;
	-webkit-animation: a-icon 5s infinite running;
	animation: a-icon 5s infinite running;
}

@keyframes a-icon {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.index .about-icon .qy a {
	background: url("../images/about-qy-normal.png") no-repeat;
}

.index .about-icon .pp a {
	background: url("../images/about-pp-normal.png") no-repeat;
}

.index .about-icon .zz a {
	background: url("../images/about-zz-normal.png") no-repeat;
}

.index-title span {
	display: inline-block;
	padding: 8px 4px;
	font-size: 18px;
	color: #333;
	border-bottom: 2px solid #00c0ff;
}
.submit {
	background: #00c0ff !important;
	color: #fff;
	cursor: pointer;
}
.morebtn > a {
	display: block;
	margin: 30px auto;
	width: 228px;
	height: 43px;
	line-height: 43px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #ffffff;
	text-align: center;
	background: #00c0ff;
	transition: all 0.5s ease;
}
.morebtn > a:hover {
	background: #1ea6fd;
}




/*首页产品*/
.index-product {
	/*background: #F7F7F7;*/
	/*background: url(../images/d.jpg);*/
}

.index-product-list {
	/*padding: 0 20px;*/
	margin-bottom: 30px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*.index-product-list > div {
    height: 311px;
    width: 100%;
}*/
.product-text {
	margin-top: 10px;
	padding: 0 6px;
	color: #555;
	text-align: center;
}
.product-text .title {
	font-size: 14px;
	color: #323232;
	font-weight: bold;
	text-decoration: none;
	line-height: 140%;
}
.product-text span {
	display: block;
	font-size: 13px;
	padding: 5px 0;
}
.index-product-list .list {
	width: 400px;
	height: 350px;
	margin-bottom: 20px;
	padding: 0 10px;
	overflow: hidden;
	background: #fff;
}
.product-list .list {
	width: 50%;
	height: 350px;
	margin-bottom: 20px;
	padding: 0 10px;
	overflow: hidden;
	background: #fff;
}

.pages-right-content .list a,
.index-product-list .list a {
	display: block;
}
.index-product .morebtn a {
	margin-top: 10px !important;
}
.index-product-list .list .product-img{
	height: 300px;
	overflow: hidden;
}
.product-img img {
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.list .product-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}


/*精选案例*/
.index-case {
	background: #f7f7f7;
}
.index-case .case-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.index-case .case-content ul li {
	width: 33.3%;
	margin-bottom: 25px;
	float: left;
	padding: 0 15px;
	overflow: hidden;
}

.index-case .case-content2 ul li {
    width: 50%;
	height:30%;
	margin-bottom: 25px;
	float: left;
	padding: 0 15px;
	overflow: hidden;
}
.index-case .case-content ul li a {
	display: block;
	height: 240px;
	overflow: hidden;
}
.case-content ul li a img {
	width: 100%;
	height: 100%;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.case-content ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.case-content ul li p {
	padding: 15px 0;
	font-size: 14px;
	color: #333;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

/*底部*/
.footer {
	/*background: rgb(20, 20, 20);*/
	/*background: #0696f3;*/
	background: url(footer-bg.png) no-repeat top center;
}
.top_msg {
	padding: 30px;
}
.footer .top_msg  h2{
	color: #fff;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 15px;
}
.footer .left_msg {
	padding-left: 180px;
	width: 50%;
}
.footer .right_nav {
	width: 40%;
}
.footer li {
	height: 40px;
	line-height: 40px;
}
.footer .left_msg ul li {
	font-size: 14px;
	/*color: rgb(131, 132, 134);*/
	color: #fff;
}
.footer .right_nav ul li {
	width: 33.3%;
	float: left;
}
.footer .right_nav ul li a {
	color: #fff;
}
.footer .right_nav ul li a:hover {
	text-decoration: underline;
}
.copyright {
	height: 48px;
	line-height: 48px;
	/*background: rgb(12, 12, 12);*/
	/*background: #0370b6;*/
	background: #17212E;
	color: #8596AC;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

