﻿@charset "utf-8";
#product {
	background: url(../images/pro_bg.jpg) no-repeat center;
	padding: 50px 0;
}
.title {
	line-height: 1.5;
	padding: 20px 0;
}
.title .cn {
	color: #1B262C;
	font-size: 30px;
	position: relative;
	font-weight: bold;
}
.title .cn:after {
	content: '';
	background: #005bac;
	width: 100px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.title .en {
	font-size: 20px;
	color: #666666;
}
.title .yqljen{
	font-size: 14px;
	}
.titleR {
	margin-top: 45px
}
.titleR li {
	float: left;
	margin: 0 10px
}
.titleR a {
	display: block;
	padding: 0 10px;
	line-height: 3;
	border-bottom: 2px solid transparent;
}
.titleR a:hover {
	border-bottom: 2px solid;
	color: #005bac
}
.product {
	margin-top: 30px
}
.product li {
	margin-bottom: 20px
}
.product li>div {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
}
.product .img {
	position: relative;
	padding: 0 0 73% 0;
}
.product p {
	border-top: 1px solid #EEEEEE;
	line-height: 3;
	text-align: center;
	margin: 0 20px;
}
.product li:hover .pro-con {
	opacity: 1
}
.pro-con {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,153,68,0.6);
	opacity: 0;
	transition: 0.5s all;
}
.pro-con a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center
}
.pro-con dl {
	width: 80%;
	max-height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.pro-con dt {
	font-size: 22px;
	font-weight: bold;
	line-height: 3
}
.pro-con dd {
	font-size: 14px
}
#about {
	position: relative
}
.aboutR {
	padding: 0;
}
.about-tit {
	color: #fff;
	text-align: center
}
#about:before {
	display: block;
	content: '';
	position: absolute;
	width: 50%;
	height: 80px;
	background: #005bac;
	right: 0;
}
#about:after {
	display: block;
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	background: url(/images/about_bg.jpg) no-repeat center right;
	top: 0;
	left: 0;
}
.about-tit span {
	font-size: 20px;
	font-weight: bold
}
.about-tit div {
	float: left;
	width: 50%;
	padding: 13px 0;
	line-height: 1.5
}
.about-tit1 {
	background: #1E252F;
}
.about-tit2 {
	background: #005bac;
}
.about {
	padding-left: 100px;
	padding-bottom: 50px;
	background: url(../images/zi.png) no-repeat -33px center;
	overflow: hidden;
}
.about h1 {
	margin: 50px 0 50px;
}
.about h1:after {
	display: block;
	content: '';
	width: 80px;
	height: 4px;
	background: #005bac;
	margin-top: 10px;
}
.about div {
	color: #666;
	margin-bottom: 50px;
}
.about a {
	border: 2px solid #005bac;
	padding: 0px 20px;
	float: left;
}
.about a:hover {
	background: #009944;
	border: 2px solid #333;
	color: #fff;
}
#hezuo {
	background: #F4F5F9;
	padding: 50px 0 30px;
}
#hezuo .title p {
	font-size: 14px;
	color: #535353;
	margin: 30px 0;
}
.hezuo li {
	float: left;
	width: 30%;
	margin: 0px 5% 30px 0;
	border: 1px solid;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 50px 20px 10px;
	position: relative;
	cursor: pointer;
}
.hezuo li.on {
	background: #005bac;
	border-color: #005bac;
	color: #fff;
}
.hezuo li:before {
	display: block;
	content: '';
	width: 30px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 20px;
	background-repeat: no-repeat;
	background-size: contain
}
.hezuo span {
	font-size: 14px;
	line-height: 1.2;
	display: block
}
.hezuo p {
	font-size: 16px;
	line-height: 1
}
.hezuo li:last-child:hover {
	color: #000;
}
.hezuo li:nth-child(1):before {
	background-image: url(../images/keyan.png)
}
.hezuo li:nth-child(2):before {
	background-image: url(../images/huanbao.png)
}
.hezuo li:nth-child(3):before {
	background-image: url(../images/jiance.png)
}
.hezuo li:nth-child(4):before {
	background-image: url(../images/dianzi.png)
}
.hezuo li:nth-child(5):before {
	background-image: url(../images/wujin.png)
}
.hezuo li:nth-child(1).on:before {
	background-image: url(../images/keyan_on.png)
}
.hezuo li:nth-child(2).on:before {
	background-image: url(../images/huanbao_on.png)
}
.hezuo li:nth-child(3).on:before {
	background-image: url(../images/jiance_on.png)
}
.hezuo li:nth-child(4).on:before {
	background-image: url(../images/dianzi_on.png)
}
.hezuo li:nth-child(5).on:before {
	background-image: url(../images/wujin_on.png)
}
.hezuo li:nth-child(3n) {
	margin-right: 0;
}
.hezuo li:last-child {
	border: 0;
	text-align: center;
	padding: 35px 0 0 0;
	background: none;
	color: #000;
}
.hezuo li:last-child:hover {
	background: none;
	border: 0
}
.hezuoR {
	max-width: 600px
}
.hezuoR li {
	position: relative;
	display: none
}
.hezuoR li.on {
	display: block
}
.hezuoR img {
	display: block;
	max-width: 100%
}
.hezuoR p {
	position: absolute;
	z-index: 3;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	text-align: center;
	line-height: 50px;
	color: #fff
}
#news {
	padding-top: 30px;
	padding-bottom: 50px;
}
#news .more {
	display: block;
	float: right;
	background: #005bac;
	color: #fff;
	padding: 10px 30px
}
#news .more:hover {
	background: #009944;
	color: #fff;
}
.news-ul {
	margin-top: 20px
}
.hot-news {
	width: 40%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px
}
.hot-news>a img {
	display: block;
	max-width: 100%;
}
.news-tit {
	margin-top:-42px;
	background: #005bac;
	color: #fff;
	box-sizing: border-box;
	padding: 10px 20px;
	position: relative;
	line-height: 1.5
}
.news-tit p {
	font-size: 20px
}
.news-tit span {
	font-size: 14px
}
.news-tit a {
	display: block;
	position: absolute;
	background: #272727 url(../images/more.png) no-repeat center;
	width: 95px;
	height: 95px;
	top: 0;
	right: 0
}
.news {
	width: 30%;
	float: left;
	box-sizing: border-box;
	padding: 5px 10px
}
.news>div {
	background: #F4F5F9;
	padding: 30px 30px
}
.news>div i {
	font-size: 12px;
	font-style: unset;
	color: #6A6A6A
}
.news>div p {
	font-size: 20px;
	white-space: nowrap;text-overflow:ellipsis; overflow:hidden; display:block;

}
.news>div span {
	color: #FF900B;
	font-size: 14px
}
.news>div div {
	font-size: 14px;
	margin: 10px 0 25px
}
.news>div a {
	display: inline-block;
	border: 1px solid #005bac;
	padding: 2px 20px;
	font-size:14px;
}
.news>div a:hover {
	background: #005bac;
	color: #fff;
	border: 1px solid #333
}
#youshi {
	background: url(../images/youshi_bg.jpg) no-repeat center;
	padding: 20px 0 30px
}
#youshi .title .cn {
	color: #fff
}
#youshi .title .cn:after {
	background: #fff
}
#youshi .title .en {
	color: #fff
}
#youshi .title p {
	color: #fff;
	margin: 20px 0
}
.youshi div {
	border: 2px solid #4DA0CC;
	margin-bottom: 20px;
	border-radius: 10px;
	background: rgba(255,255,255,0.1);
	padding: 20px 0
}
.youshi img {
	display: block;
	margin: 15px auto
}
.youshi p {
	text-align: center;
	color: #fff
}
#hzhb {
	background: url(../images/hzhb_bg.jpg) no-repeat center;
	padding: 30px 0 50px
}
.hzhb1 {
	position: relative;
	max-width: 1400px;
	margin: 20px auto 0;
	overflow: hidden
}
.hzhb {
	padding: 0
}
.hzhb1 li div {
	border: 2px solid #E5E5E5;
	padding: 15px 0;
	background: #fff
}
.hzhb1 img {
	display: block;
	margin: 0 auto
}
.hzhb1 .swiper-button-prev, .hzhb1 .swiper-button-next {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 50%;
	background-size: 10px;
	border-radius: 50%;
	border: 1px solid #005bac;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -12px;
}
.hzhb1 .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23005bac'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
}
.hzhb1 .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23005bac'%2F%3E%3C%2Fsvg%3E");
	right: 0;
}

@media (max-width: 767px) {
#search {
	display: none;
}
#product {
	padding: 20px 0
}
.titleR {
	width: 100%;
	margin: 0
}
.titleR li {
	margin: 0 0
}
.titleR a {
	font-size: 14px;
	padding: 0 1px
}
.product {
	margin: 0 -5px
}
.product li {
	padding: 0 5px;
	margin-bottom: 10px
}
.pro-con dt {
	font-size: 20px;
	line-height: 2
}
.pro-con dd {
	height: 9em;
	overflow: hidden;
	line-height: 1.5
}
#about {
	padding-bottom: 10px
}
#about>div {
	padding: 0
}
#about:before {
	display: none
}
#about:after {
	display: none
}
.about-tit:before {
	display: block;
	content: ''
}
.about {
	max-width: 100%;
	padding: 0 10px
}
.about h1 {
	margin: 20px 0 10px
}
.about div {
	margin-bottom: 10px
}
#hezuo {
	padding: 0 0;
}
#hezuo>div {
	padding: 0
}
#hezuo .title p {
	margin: 10px 0 0;
}
.hezuo li {
	width: 32%;
	margin: 0 1% 10px 0;
	padding: 50px 10px 10px;
}
#news {
	padding-top: 0;
	padding-bottom: 0;
}
.news-ul {
	margin: 0;
}
.hot-news {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.news {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.news>div {
	padding: 10px;
}
.news>div div {
	margin: 10px 0;
}
#youshi {
	padding: 1px 0 10px
}
#youshi .title p {
	margin-bottom: 0
}
.youshi div {
	padding: 5px 0;
	margin-bottom: 10px
}
.youshi img {
	margin: 0 auto;
	width: 50px
}
#hzhb {
	padding: 0 10px 10px;
}

}
