@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400i,700,700i");
 @-webkit-keyframes more-detail-btn {
 0% {
 border-width: 0 0 60px 60px
}
 10% {
 border-width: 0px 0px 0px 0px
}
 100% {
 right: 0px;
 bottom: 0px;
 width: 100%;
 height: 100%;
 border-width: 0px 0px 0px 0px
}
}
 @keyframes more-detail-btn {
 0% {
 border-width: 0 0 60px 60px
}
 10% {
 border-width: 0px 0px 0px 0px
}
 100% {
 right: 0px;
 bottom: 0px;
 width: 100%;
 height: 100%;
 border-width: 0px 0px 0px 0px
}
}
 @-webkit-keyframes plus-effect-horizontal {
 0% {
 right: 6.4%;
 bottom: 6.4%;
 width: 0%
}
 100% {
 right: 6.4%;
 bottom: 6.4%;
 width: 87.2%;
 height: 87.2%
}
}
 @keyframes plus-effect-horizontal {
 0% {
 right: 6.4%;
 bottom: 6.4%;
 width: 0%
}
 100% {
 right: 6.4%;
 bottom: 6.4%;
 width: 87.2%;
 height: 87.2%
}
}
 @-webkit-keyframes plus-effect-straight {
 0% {
 right: 6.4%;
 bottom: 6.4%;
 height: 0%
}
 100% {
 right: 6.4%;
 bottom: 6.4%;
 width: 87.2%;
 height: 87.2%
}
}
 @keyframes plus-effect-straight {
 0% {
 right: 6.4%;
 bottom: 6.4%;
 height: 0%
}
 100% {
 right: 6.4%;
 bottom: 6.4%;
 width: 87.2%;
 height: 87.2%
}
}
 @-webkit-keyframes quickfadeIn {
 0% {
 opacity: 0;
 display: block
}
 100% {
 opacity: 1;
 display: block
}
}
 @keyframes quickfadeIn {
 0% {
 opacity: 0;
 display: block
}
 100% {
 opacity: 1;
 display: block
}
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.product-list-wrap {
	overflow: hidden;
	/* margin-bottom: 98px */
	margin-bottom: 36px;
}
.product-list-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.product-list-wrap ul li {
	padding: 0;
	margin: 0
}
.product-list-wrap>.product-list {
	margin: 0 -48px
}

@media (max-width: 1680px) {
.product-list-wrap>.product-list {
	margin: 0 -24px
}
}

@media (max-width: 1440px) {
.product-list-wrap>.product-list {
	margin: 0 -12px
}
}
.product-list-wrap>.product-list>.item {
	display: block;
	width: 25%;
	padding: 0 48px;
	float: left
}

@media (max-width: 1680px) {
.product-list-wrap>.product-list>.item {
	padding: 0 24px
}
}

@media (max-width: 1440px) {
.product-list-wrap>.product-list>.item {
	padding: 0 12px
}
}

@media (max-width: 1366px) {
.product-list-wrap>.product-list>.item {
	width: 100%;
	margin-bottom: 32px
}
}
.product-list-wrap>.product-list>.item>a {
	padding: 0 18px;
	font-size: 24px;
	margin-bottom: 16px;
	color: #3f3f3f;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #3f3f3f
}
.product-list-wrap>.product-list>.item .sub-list>li {
	padding: 15px 0;
	height: 280px;
}

@media (max-width: 1366px) {
.product-list-wrap>.product-list>.item .sub-list>li {
	width: 50%;
	float: left
}
}

@media (max-width: 425px) {
.product-list-wrap>.product-list>.item .sub-list>li {
	width: 100%;
	float: none
}
}
.product-list-wrap>.product-list>.item .sub-list>li>a {
	color: #97bf0d;
	font-size: 18px;
	display: block;
	width: -webkit-calc(100% - 86px);
	width: calc(100% - 86px);
	float: left
}

@media (max-width: 1680px) {
.product-list-wrap>.product-list>.item .sub-list>li>a {
	width: 100%;
	float: none
}
}
.product-list-wrap>.product-list>.item .sub-list>li>a img {
	display: block;
	margin: 12px auto 0
}
.product-list-wrap>.product-list>.item .sub-list>li+li {
	margin-top: 20px
}

@media (max-width: 1366px) {
.product-list-wrap>.product-list>.item .sub-list>li+li {
	margin-top: 0px
}
.product-list-wrap>.product-list>.item .sub-list>li {
	height: auto;
}
}
.product-list-wrap>.product-list>.item .sub-list>li .module-list {
	width: 86px;
	float: right
}

@media (max-width: 1680px) {
.product-list-wrap>.product-list>.item .sub-list>li .module-list {
	width: 100%;
	float: none;
	margin-top: 24px
}
}
.product-list-wrap>.product-list>.item .sub-list>li .module-list>li {
	display: block
}

@media (max-width: 1680px) {
.product-list-wrap>.product-list>.item .sub-list>li .module-list>li {
	display: inline-block;
	margin-right: 6px
}
}
.product-list-wrap>.product-list>.item .sub-list>li .module-list>li a {
	display: block;
	line-height: 30px;
	color: #000;
	border: 1px solid #bfbfbf;
	text-align: center;
	font-size: 16px
}
.product-list-wrap>.product-list>.item .sub-list>li .module-list>li a:hover {
	color: #FFF;
	background: #97bf0d
}

@media (max-width: 1680px) {
.product-list-wrap>.product-list>.item .sub-list>li .module-list>li a {
	display: inline-block;
	padding: 0 8px
}
}
.product-list-wrap>.product-list>.item .sub-list>li .module-list>li+li {
	margin-top: 6px
}
.product-list-wrap>.product-list>.item .sub-list>li:after {
	content: "";
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.product-list-wrap>.product-list>.item .sub-list.no-module-list>li {
	text-align: center
}
.product-list-wrap>.product-list>.item .sub-list.no-module-list>li>a {
	display: block;
	float: none;
	width: auto;
	text-align: center;
	overflow: hidden
}

@media (max-width: 1366px) {
.product-list-wrap>.product-list>.item .sub-list.no-module-list>li>a {
	text-align: left
}
}
.product-list-wrap>.product-list>.item .sub-list.no-module-list>li>a img {
	display: block;
	margin: 12px auto 0;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear
}
.product-list-wrap>.product-list>.item .sub-list.no-module-list>li>a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.product-list-wrap>.product-list:after {
	content: "";
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.product-list-wrap:last-child .products-catalog-title {
	display: inline-block;
	color: #FFF
}

@media (max-width: 1366px) {
.product-list-wrap:last-child .products-catalog-title {
	color: #101c38
}
}
.product-list-wrap:last-child .product-list .item a {
	color: #FFF;
	border-color: #FFF
}

@media (max-width: 1366px) {
.product-list-wrap:last-child .product-list .item a {
	color: #3f3f3f;
	border-color: #3f3f3f
}
}
.product-sub-list-wrap ul:after {
	content: "";
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.product-sub-list-wrap ul, .product-sub-list-wrap li {
	padding: 0px;
	margin: 0px;
	list-style: none
}
.product-sub-list-wrap .product-list .item {
	margin-bottom: 108px
}
.product-sub-list-wrap .product-list .item:last-child .sub-list li .module-list li a {
	background: #ffffff
}
.product-sub-list-wrap .product-list .item>a {
	font-size: 30px;
	font-weight: bold;
	color: #101c38;
	padding: 24px 0;
	display: block;/* background: url(../images/title-bg.png) top center/100% auto no-repeat */
}
.product-sub-list-wrap .product-list>.item>.sub-list {
	margin: 0 -33px;
}
.product-sub-list-wrap .product-list .item>.sub-list>li {
	width: 50%;
	float: left;
	padding: 0 33px;
}

@media (max-width: 991px) {
.product-sub-list-wrap .product-list .item>.sub-list>li {
	padding: 0 15px;
}
}

@media (max-width: 425px) {
.product-sub-list-wrap .product-list .item>.sub-list>li {
	width: 100%;
	float: none;
	margin-bottom: 28px
}
}
.product-sub-list-wrap .product-list .item>.sub-list>li>.inner {
	/* max-width: 400px; */
	width: 100%
}

@media (max-width: 767px) {
.product-sub-list-wrap .product-list .item>.sub-list>li>.inner {
	padding: 0 12px
}
}
.product-sub-list-wrap .product-list .item>.sub-list>li>.inner>a {
	font-size: 24px;
	color: #97bf0d;
	background: #fff;
	text-align: center;
	display: block;
	text-decoration: none
}
.product-sub-list-wrap .product-list .item>.sub-list>li>.inner>a span {
	display: block;
	color: #FFF;
	background: #88a66a;
}
.product-sub-list-wrap .product-list .item>.sub-list>li>.inner>a img {
	max-width: 100%;
	width: 100%;
	display: block
}
.product-sub-list-wrap .product-list .item>.sub-list>li>.inner .module-list {
	margin: 0 -4px;
	margin-top: 48px
}
.product-sub-list-wrap .product-list .item>.sub-list>li>.inner .module-list li {
	display: inline-block;
	padding: 0 4px;
	margin-bottom: 8px
}
.product-sub-list-wrap .product-list .item>.sub-list>li>.inner .module-list li a {
	display: inline-block;
	font-size: 18px;
	color: #000;
	padding: 5px 13px;
	border: 1px solid #bfbfbf
}
.product-sub-list-wrap .product-list .item>.sub-list>li>.inner .module-list li a:hover {
	color: #FFF;
	background: #97bf0d
}
.product-sub-list-wrap .product-list .item>.sub-list:after {
	content: "";
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
/**custom**/
.product-sub-list-wrap .product-list.custom_item {
	margin: 0 -33px;
}
.product-sub-list-wrap .product-list.custom_item>.item {
	width: 50%;
	float: left;
	padding: 0 33px;
}

@media (max-width: 991px) {
.product-sub-list-wrap .product-list.custom_item>.item {
	padding: 0 15px;
}
}

@media (max-width: 425px) {
.product-sub-list-wrap .product-list.custom_item>.item {
	width: 100%;
}
}
.product-sub-list-wrap .product-list.custom_item>.item .sub-list {
	margin: 0;
}
.product-sub-list-wrap .product-list.custom_item>.item .sub-list>li {
	padding: 0;
	width: 100%;
}
.products-catalog-title {
	margin: 0px;
	padding: 24px 8px;
	margin-bottom: 32px;
	font-size: 30px;
	font-weight: bold;
	color: #101c38;/* background: url("../images/title-bg.png") top center/100% auto no-repeat */
}
.products-catalog-title a {
	color: #101c38;
}
.product-list-info {
	margin-bottom: 72px
}
.product-list-info .title-wrapper {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 32px
}

@media (max-width: 767px) {
.product-list-info .title-wrapper {
	display: block
}
}
.product-list-info .title-wrapper .icon {
	width: 135px;
	margin: 0 auto
}

@media (max-width: 767px) {
.product-list-info .title-wrapper .icon {
	width: 80px;
	display: inline-block;
}
	.product-list-info .title-wrapper h1.page-title {
    font-size: 40px;
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
}
}

@media (max-width: 570px) {
.product-list-info .title-wrapper .icon {
	width: 60px;
	display: block;
}
	.product-list-info .title-wrapper h1.page-title {
    font-size: 35px;
    margin-left: 15px;
}
}

.product-list-info .title-wrapper .page-title {
	margin-left: 28px;
	position: relative;
	font-size: 48px;
	font-weight: bold;
	color: #21376c
}

@media (max-width: 767px) {
.product-list-info .title-wrapper .page-title {
	margin-left: 0px
}
}
.product-list-info .title-wrapper .page-title .sub-title {
	display: block;
	font-size: 30px;
	color: #21376c
}
.product-list-info .title-wrapper .page-title .descrition {
	font-size: 16px
}
.video-btn-wrap {
    text-align: center;
    background: #fff;
    padding-bottom: 30px;
    margin: -28px auto 0;
}
.video-btn {
    max-width: 20%;
    display: inline-block;
}
.video-btn+.video-btn {
    margin-left: 20px;
}
.video-btn img {
    width: 85px;
    max-width: 100%;
}
.product-detail .product-info .img-wrapper {
	display: block;
	padding: 28px 0;
	background: #FFF;
	text-align: center;
}
.product-detail .product-info .img-wrapper img {
	max-width: 100%
}
.product-detail .product-info .inquiry-btn {
	background: #21376c;
	color: #FFF;
	display: block;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	width: 240px;
	padding: 15px 0;
	margin-top: 36px;
	float: right;
	clear: both;
	border: 2px solid #21376c;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear
}
.product-detail .product-info .inquiry-btn:hover {
	background: #FFF;
	color: #21376c;
	font-weight: bold
}
.product-detail .side-bar {
	margin-top: -30px;
	padding-top: 0px
}
.product-detail .tab-wrap {
	margin-bottom: 194px
}
.product-detail .tab-wrap .tab-list {
	margin-top: 36px
}
/*鍏徃绨′粙*/
.company {
	background-color: #FFF;
	padding: 65px 10%;
	text-align: center;
}
.company h3 {
	font-weight: bold;
	text-align: left;
}
.company img {
}
.company p {
	margin: 0 20px;
	text-align: left;
}
.company ol>li {
	padding: 5px 0;
	text-align: left;
}
/*瑷倷浠嬬垂*/
.equipment {
	background-color: #FFF;
	padding: 65px 10%;
}
.company p {
	margin: 0 20px;
}
/*鏈€鏂版秷鎭�*/
.res_auto {
}
.news {
	background-color: #FFF;
	padding: 65px 10%;
}
.news table {
	margin: 20px auto;
	width: 580px;
}
.news thead th {
	background-color: #196baa;
	color: #FFF;
	text-align: center;
}
.news th, td {
	padding: 10px;
	border: 1px solid #000;
}
.news td:first-child {
	text-align: center;
	width: 30%;
}
.res_auto {
	overflow: auto;
}

@media (max-width: 802px) {
.news:before {
	content: url(../images/scroller_btn.png);
}
}
/*Video*/
.video {
	background-color: #FFF;
	padding: 65px 10%;
	text-align: center;
	height: 700px;
}
.video .row {
	margin: 15px 0;
}
.video p {
	font-weight: bold;
	padding-top: 5px;
	margin-left: 8px;
	text-align: left;
}

@media (max-width: 991px) {
.video {
	height: 530px;
}
}

@media (max-width: 768px) {
.video {
	height: auto;
}
.video p {
	text-align: center;
}
}
/*鐢㈠搧闋侊紝displacement-vane-pump 鏈簩浣跨敤*/
.product-sub-list-wrap .product-list .item>.sub-list>li>.inner .module-list.bg_white a {
	background: #FFF;
}
/*Contact*/
.contact {
	background-color: #FFF;
	padding: 41px 10%;
	text-align: center;
}
.contact iframe {
	width: 75%;
	margin-top: 13px;
}
.contact p {
	margin: 0 12%;
}
.contact table {
	width: 75%;
	margin: 25px auto 5px;
	border: 1px solid #ccc8c8;
}
.contact table td {
	border: 0;
}
.contact table td:first-child {
	text-align: right;
	width: 25%;
	vertical-align: top;
}
.contact table td:last-child {
	text-align: left;
	width: 75%;
}
.contact table tr:last-child td:last-child {
	text-align: center;
}
.contact input, select, textarea {
	width: 98%;
	border: 1px solid #ccc8c8;
}
.contact tr:nth-child(9) input {
	width: auto;
}
.contact input.btn {
	width: auto;
}

@media(max-width:906px) {
.contact table td:first-child {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding-bottom: 0;
}
.contact table td:last-child {
	display: inline-block;
	width: 100%;
	padding-top: 5px;
}
}

