﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
@font-face {
	font-family: BookmanOldStyle;
	src: url("../fonts/dtepzklwcef7z0kojax1a.ttf");
}
#header.fixed {
	position: fixed;
	top: 0;
	bottom: auto;
}
.inContent {
	background-color: #1F2D2E;
}
.titleBox {
	text-align: center;
}
.titleBox .title {
	display: inline-block;
	width: 261px;
	height: 107px;
	background: url(../images/titlebg.png) no-repeat;
}
.titleBox .title .p1 {
	margin: 15px 0 6px;
}
.titleBox .title .p2 {
	font-size: 22px;
	color: #fff;
}
.index-about .titleBox .title {
	background: url(../images/aboutbg.png) no-repeat;
	width: 167px;
	height: 168px;
	position: relative;
	z-index: 10;
}
.index-about .titleBox .title .p1 {
	margin: 50px 0 6px;
}
.content .pro {
	padding: 65px 0;
	background-color: #1F2D2E;
}
.content .pro .proBox {
	margin-top: 70px;
}
.content .pro .proBox dl {
	text-align: center;
}
.content .pro .proBox dl dt {
	overflow: hidden;
}
.content .pro .proBox dl dt img {
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-moz-transform: all linear 0.2s;
}
.content .pro .proBox dl dd {
	color: #fff;
	line-height: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.content .pro .proBox dl:hover dt img {
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-moz-transform: all linear 0.2s;
}
.content .index-about {
	padding: 65px 0 110px;
	background: url(../images/about_03.jpg) fixed no-repeat center 100%;
}
.content .index-about .aboutBox {
	position: relative;
	margin-top: -40px;
}
.content .index-about .aboutBox .aboutBox-left {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
}
.content .index-about .aboutBox .aboutBox-left > div {
	height: 339px;
	background: url(../images/about_04.jpg) no-repeat center;
}
.content .index-about .aboutBox .aboutBox-right > div {
	height: 339px;
	background-color: #1F2D2E;
	padding: 0 8% 0 40px;
	color: #fff;
	overflow: hidden;
}
.content .index-about .aboutBox .aboutBox-right > div .p1 {
	font-size: 20px;
	margin: 40px 0 15px 0;
}
.content .index-about .aboutBox .aboutBox-right > div .p2 {
	font-size: 14px;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 40px;
}
.content .index-about .aboutBox .aboutBox-right > div .aboutMore {
	padding: 6px 30px;
	background-color: #5C6041;
	border-radius: 20px;
	color: #fff;
}
.content .index-news {
	padding: 35px 0;
	background-color: #1F2D2E;
}
.content .index-news .newsBox {
	text-align: center;
	margin-top: 40px;
	position: relative;
	height: 510px;
	overflow: hidden;
}
.content .index-news .newsBox .line {
	width: 1px;
	height: 410px;
	background-color: #fff;
	position: absolute;
	top: 60px;
	left: 50%;
}
.content .index-news .newsBox .newsList {
	width: 54%;
	float: left;
	position: relative;
	border: 1px solid transparent;
	padding: 10px 10% 10px 1%;
}
.content .index-news .newsBox .newsList .date {
	float: right;
	color: #fff;
	width: 16%;
	margin-top: 8px;
}
.content .index-news .newsBox .newsList .date .p1 {
	font-family: BookmanOldStyle;
	font-size: 23px;
}
.content .index-news .newsBox .newsList .date .p2 {
	font-family: BookmanOldStyle;
	font-size: 23px;
}
.content .index-news .newsBox .newsList .text {
	margin-right: 20%;
	text-align: right;
}
.content .index-news .newsBox .newsList .text .p1 {
	font-size: 16px;
}
.content .index-news .newsBox .newsList .text .p1 a {
	color: #fff;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.content .index-news .newsBox .newsList .text .p2 {
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	color: #9F9F9F;
	overflow: hidden;
}
.content .index-news .newsBox .newsList::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/circle.png) no-repeat;
	position: absolute;
	right: 6%;
	top: 45px;
}
.content .index-news .newsBox .newsList:hover {
	border: 1px solid #8A6616;
}
.content .index-news .newsBox .newsList:hover::after {
	background: url(../images/circle-hover.png) no-repeat;
}
.content .index-news .newsBox .two {
	float: right;
	padding: 10px 1% 10px 10%;
}
.content .index-news .newsBox .two .date {
	float: left;
}
.content .index-news .newsBox .two .text {
	margin-left: 20%;
	margin-right: 0;
	text-align: left;
}
.content .index-news .newsBox .two::after {
	left: 6.2%;
}
.content .index-news .newsBox .newMore {
	position: absolute;
	left: 48.6%;
	bottom: 7px;
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
}
.content .location {
	height: 110px;
	border-bottom: 1px solid #C0830A;
}
.content .location .location-left {
	font-size: 26px;
	color: #E89801;
	position: relative;
	margin: 45px 0 0 20px;
}
.content .location .location-left span {
	font-size: 16px;
}
.content .location .location-left::before {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 1px;
	background-color: #E89801;
	top: -10px;
	left: 0px;
}
.content .location .location-right {
	color: #BCBEBE;
	font-size: 14px;
	margin-top: 65px;
}
.content .location .location-right .p2 {
	margin: 4px 10px 0 10px;
}
.content .list-text {
	color: #C8C8C8;
}
.content .list-text li {
	padding: 25px 0;
	border-bottom: 1px solid #CDCDCD;
}
.content .list-text .p1 {
	font-size: 16px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.content .list-text .p2 {
	font-size: 14px;
	line-height: 26px;
	padding-left: 10px;
}
.content .list-text .p3 {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.content .list-text .p4 {
	font-size: 14px;
	line-height: 30px;
}
.content .list-text a {
	color: #C8C8C8;
}
.content .list-text a:hover {
	text-decoration: underline;
}
.content .searchresult li {
	padding: 15px;
	border: 1px solid #C1C1C1;
	margin-top: 30px;
}
.content .searchresult li .p1 {
	font-size: 14px;
	font-weight: bold;
}
.content .searchresult li a {
	color: #CFCFCF;
}
.content .searchresult li .p2 {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.content .searchresult li .p3 {
	font-size: 12px;
	padding: 2px 15px;
	background-color: #BE8329;
	margin-top: 5px;
}
.content .page {
	padding: 15px 0;
	color: #CFCFCF;
}
.content .news_detail {
	padding: 25px 0;
}
.content .news_detail, .content .back, .content .product_detail {
	color: #CFCFCF;
}
.content .pageTurning {
	color: #424747;
}
#footer .index-contact {
	padding: 75px 0;
	background: url(../images/footerbg.jpg) no-repeat center;
	color: #fff;
}
#footer .index-contact .contactTitle .p1 {
	font-size: 24px;
	line-height: 40px;
}
#footer .index-contact .contactTitle .p2 {
	color: #BCBEBD;
}
#footer .index-contact .contact-left {
	margin-top: 30px;
}
#footer .index-contact .contact-left h1 {
	font-size: 18px;
	font-weight: normal;
}
#footer .index-contact .contact-left ul {
	color: #BCBEBD;
}
#footer .index-contact .contact-left ul li {
	line-height: 40px;
}
#footer .copyright {
	padding: 20px 0;
	background-color: #1F2D2E;
	color: #fff;
}
@media (max-width: 1200px) {
.content .index-news .newsBox .newsList::after {
	right: 5.8%;
}
.content .index-news .newsBox .two::after {
	left: 5.9%;
}
.content .index-news .newsBox .newMore {
	left: 48.4%;
}
}
@media (min-width: 767px) {
.aboutBox > div {
	padding: 0;
}
}
@media (max-width: 992px) {
.content .index-about {
	background-attachment: scroll;
}
.feedback_list_box div {
	padding: 0;
}
.placeholder_s {
	left: 0;
}
#footer .index-contact {
	padding: 20px 0;
}
.feedback_list_box textarea {
	height: 70px;
}
.content .index-news .newsBox .newsList::after {
	display: none;
}
.content .index-news .newsBox {
	padding: 0 15px;
}
.content .index-news .newsBox .newsList {
	width: 100%;
	padding: 20px 2% 20px 0;
	border-bottom: 1px solid #fff;
}
.content .index-news .newsBox .newsList .date {
	float: left;
}
.content .index-news .newsBox .newsList .text {
	margin-right: 0;
	text-align: left;
	margin-left: 18%;
}
}
@media (max-width: 767px) {
.content .list-text .p1 {
	font-size: 14px;
	line-height: 24px;
}
.content .list-text li {
	padding: 15px 0;
}
.content .list-text .p2 {
	padding-left: 0;
	font-size: 14px;
}
.content .list-text .p3 {
	font-size: 12px;
	line-height: 24px;
	height: 48px;
}
.content .list-text .p4 {
	font-size: 12px;
	line-height: 24px;
}
#footer .index-contact .contactTitle .p1 {
	font-size: 18px;
	line-height: 30px;
}
#footer .index-contact .contactTitle .p2 {
	font-size: 12px;
}
#footer .index-contact .contact-left ul li {
	font-size: 12px;
	line-height: 30px;
}
.placeholder_s,  .feedback_list_box .submit input {
	font-size: 12px;
}
.feedback_list_box input {
	height: 34px;
	line-height: 34px;
}
#footer .copyright {
	padding: 40px 0 20px;
}
#footer .copyright .copyrightText {
	font-size: 12px;
	padding: 0 10%;
	border-top: 1px solid #D7A746;
	padding-top: 10px;
}
.content .index-news .newsBox .newsList .date {
	display: none;
}
.content .index-news .newsBox .newsList .text {
	margin-left: 0;
}
.content .index-news .newsBox .newsList {
	padding: 10px 5px;
}
.content .index-news .newsBox {
	margin-top: 15px;
}
.content .index-news .newsBox {
	height: auto;
}
.content .index-about .aboutBox .aboutBox-right > div .p2 {
	margin-bottom: 30px;
}
.content .index-about .aboutBox .aboutBox-right > div .p1 {
	font-size: 18px;
	margin: 15px 0 10px;
}
.content .index-about .aboutBox .aboutBox-right > div {
	padding: 0 4% 0 4%;
}
.content .index-about .aboutBox .aboutBox-left > div {
	height: 260px;
}
.content .index-about .aboutBox .aboutBox-right > div {
	height: 260px;
}
.content .index-about {
	padding: 20px 0 30px;
}
.index-about .titleBox .title .p1 {
	margin: 40px 0 6px;
}
.index-about .titleBox .title .p1 img {
	width: 80px;
}
.titleBox .title {
	width: 200px;
	background-size: 100% auto;
	height: 82px;
}
.titleBox .title .p1 img {
	width: 100px;
}
.titleBox .title .p1 {
	margin: 10px 0 6px;
}
.titleBox .title .p2 {
	font-size: 16px;
}
.index-about .titleBox .title {
	width: 130px;
	height: 131px;
	background-size: 100% auto;
}
#header .menu_icon {
	top: 30%;
}
#header .logo {
	width: 150px;
}
.content .pro {
	padding: 25px 0;
}
.content .pro .proBox {
	margin-top: 25px;
}
.content .pro .proBox dl dd {
	font-size: 12px;
}
}
