@charset "utf-8";
/* 公共头部 */
.top {
	width: 100%;
	border-bottom: 1px solid #efefef;
}
.title {
	width: 100%;
	height: 36px;
	background-color: #a4b8c1;
}
.title span {
	display: block;
	width: 1200px;
	height: 36px;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
}
.header {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	background-color: #fff;
}
.header-logo {
	float: left;
	width: 104px;
	height: 64px;
	margin: 27px 37px 0 0;
	background: url(../images/logo.png) no-repeat;
}
.header-logo:hover {
	-webkit-transform: rotate(-15deg) translate(-9px,-16px);
	-moz-transform: rotate(-15deg) translate(-9px,-16px);
	-ms-transform: rotate(-15deg) translate(-9px,-16px);
	-o-transform: rotate(-15deg) translate(-9px,-16px);
	transform: rotate(-15deg) translate(-9px,-16px);
}
.menu {
	float: left;
	height: 98px;
	padding-top: 22px; 
	line-height: 98px;
}
.menu li {
	position: relative;
	float: left;
	height: 98px;
	margin-right: 33px;
}
.menu li a:hover {
	color: #e67e22;
}
.menu li a {
	display: block;
	height: 98px;
	color: #2b201d;
	font-size: 14px;
	font-weight: bold;
	line-height: 98px;
}
.header .menu>li:hover .second-nav {
	display: block;
}
.second-nav {
	display: none;
	position: absolute;
	left: 50%;
	top: 98px;
	width: 150px;
	padding: 10px 0;
	margin: 0 0 0 -72px;
	border-radius: 6px;
	background-color: #a4b8c1;
	z-index: 999;
}
.second-nav li i {
	position: absolute;
	left: 50%;
	top: -11px;
	width: 18px;
	height: 11px;
	margin-left: -9px;
	background: url(../images/long.png) no-repeat;
}
.second-nav li {
	display: block;
	width: 100%;
	height: 35px;
}
.second-nav li:hover {
	background-color: #97aab2;
	border-radius: 6px;
}
.menu li .second-nav li a {
	display: block;
	width: 100%;
	height: 35px;
	color: #fff;
	font-size: 12px !important;
	line-height: 35px;
	text-align: center;
}
.search {
	position: relative;
	float: right;
	width: 200px;
	height: 32px;
	margin-top: 52px;
	border: 1px solid #cecece;
	border-radius: 50px;
/* 	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; */
}
.friendlink ul li a:hover {
	color: #e67e22;
} 
.search input:nth-child(1) {
	float: left;
	width: 150px;
	height: 30px;
	color: #686868;
	font-size: 12px;
	margin: 1px 0px 0 10px;
	line-height: 30px;
}
.search input:nth-child(2) {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 32px;
	border: none;
	opacity: 0;
}
.search span {
	float: right;
	width: 16px;
	height: 16px;
	margin: 8px 15px 0 0;
	background: url(../images/fie.png) no-repeat;
}
.back-left-ask a {
	font-weight: bold;
	/*color: #000 !important;*/
}
.tact-h2 {
	overflow: hidden;
	width: 80%;
	padding: 20px 0;
	color: #000;
	font-size: 26px;
	font-weight: bold;
	line-height: 50px;
	word-wrap:break-word
}
/* 公共底部 */
.footer {
	width: 100%;
}
.status {
	width: 100%;
	height: 245px;
	background-color: #f5f5f5;
}
.friendlink {
	width: 1200px;
	height: 245px;
	margin: 0 auto;
}
.friendlink ul {
	float: left;
	width: 25%;
	padding-top: 30px;
}
.friendlink ul li {
	display: block;
	width: 100%;
	height: 14px;
	margin-top: 14px;
	line-height: 14px;
}
.friendlink ul li:nth-child(1) a {
	color: #2b201d;
	font-size: 12px;
	font-weight: bold;
}
.friendlink ul li a {
	color: #686868;
	font-size: 12px;
}
.copyright {
	width: 100%;
	height: 60px;
	background-color: #e5e5e5;
}
.copyright div {
	position: relative;
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
}
.copyright div span {
	color: #686868;
	font-size: 12px;
}
.tact-links {
	margin-bottom: 127px;
}
.tips {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 60px;
	height: 60px;
	background: url(../images/bottom.png) no-repeat;
	cursor: pointer;
}
.new-content li:hover {
	background-color: #f5f5f5;
	font-weight: bold;
}
.news-text a:hover {
	font-weight: bold;
}
.conpany a {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.conpany a:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);	
}
.tact-list li:hover {
	text-indent: 1em;
	font-weight: bold;
}
.products-top ul li:hover {
	color: #e67e22;
}
.menu li .lognt {
	color: #e67e22;
}
.backs-img {
	display: block;
	width: 1200px;
	margin: 0 auto;
}
.backs-img img {
	display: block;
	width: 100%;
}
.tact-content .back-main-link {
	margin-top: 0;
}
.back-title {
	padding: 5px 0 5px;
}
.new-demos {
	text-indent: 2px;
}