/*--  Author:PengJin  --*/

/*--  Date:2019-07-30  --*/



/* --banner-- */

.banner {
	position: relative;
	overflow: hidden;
}
.banner .hd {
	position: absolute;
	bottom: 3vw;
	left: 0;
	width: 100%;
	text-align: center;
}
.banner .hd li {
	display: inline-block;
	margin: 0 5px;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	border-radius: 50%;
	background: #fff;
}
.banner .hd li.on {
	background: #333;
}
.banner .bd img {
	display: block;
	width: 100%;
}
/* --end banner-- */



/* --chart-- */

.chart {
	padding: 2.5vw;
	overflow: hidden;
	background: url(../images/chart_bg.png);
}
.chart .item {
	float: left;
	padding: 2vw 0;
	width: 50%;
	text-align: center;
}
.chart .item em {
	display: block;
	font-family: "DIN-Bold";
	font-size: 10vw;
	color: #000;
}
.chart .item p {
	font-size: 3.75vw;
	color: #333;
	line-height: 1.5;
}
.chart .item:nth-child(odd) {
	background: url(../images/chart_line.png) no-repeat right center;
}
/* --end chart-- */



/* --adv-- */

.adv {
	padding: 5vw 0;
	overflow: hidden;
	background: #fff;
}
.adv .wrap-title h3 span {
	color: #e60012;
}
.adv .pic {
	margin-top: -4vw;
	overflow: hidden;
}
.adv .pic img {
	display: block;
	width: 100%;
}
.adv .info {/* padding:0 2.5vw; */
	overflow: hidden;
}
.adv .info dl {
	float: left;
	padding: 2vw 2vw 2vw 4vw;
	width: 50%;
	line-height: 1.5;
	box-sizing: border-box;
}
.adv .info dt {
	padding: 0 2.5vw 0 5vw;
	font-size: 3.75vw;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/adv_list.png) no-repeat 0 center;
	background-size: 3vw;
	font-weight: bold;
}
.adv .info dd {
	margin-top: 1vw;
	padding-left: 5vw;
	font-size: 3.25vw;
	color: #666;
}
/* --end adv-- */



/* --ad-- */

.ad {
	padding: 5vw 0;
	overflow: hidden;
	background: #f5f5f5 url(../images/ad_bg.jpg) no-repeat center bottom;
	background-size: 100%;
}
.ad .ps {
	margin: 0 2.5vw;
	padding: 2vw 0;
	font-size: 3.75vw;
	color: #000;
	font-weight: bold;
	text-align: center;
	background: #ffc400;
}
.step {
	margin-top: 8vw;
	overflow: hidden;
}
.step .item {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
}
.step .item i {
	display: block;
	margin: 0 auto;
	width: 12vw;
	height: 12vw;
	overflow: hidden;
}
.step .item i img {
	display: block;
	width: 100%;
}
.step .item p {
	margin-top: 2vw;
	font-size: 3.75vw;
	color: #000;
}
.step .item:nth-child(1):after, .step .item:nth-child(2):after, .step .item:nth-child(3):after {
	display: block;
	position: absolute;
	z-index: 1;
	right: -5vw;
	top: 1vw;
	width: 10vw;
	height: 10vw;
	content: "";
	background: url(../images/ad_arrow.png) no-repeat;
	background-size: 100%;
}
.step .item:nth-child(1):before, .step .item:nth-child(2):before {
	display: block;
	position: absolute;
	z-index: 3;
	right: -5vw;
	top: 1vw;
	width: 10vw;
	height: 10vw;
	content: "";
	background: url(../images/ad_close.png) no-repeat;
	background-size: 100%;
	animation: flash 2s linear infinite;
}
.route {
	margin-top: 5vw;
	overflow: hidden;
}
.route img {
	display: block;
	width: 100%;
}
.service {
	margin-top: 8vw;
	overflow: hidden;
}
.service .item {
	float: left;
	padding: 0 4.5vw;
	text-align: center;
	box-sizing: border-box;
	background: url(../images/service_line.png) no-repeat right 4vw;
}
.service .item:last-child {
	background-image: none;
}
.service .item i {
	display: block;
	margin: 0 auto;
	width: 8vw;
}
.service .item i img {
	display: block;
	width: 100%;
}
.service .item p {
	margin-top: 2vw;
	font-size: 2.8vw;
	color: #000;
	line-height: 1.5;
}
.ad .lxBox {
	margin-top: 6vw;
	overflow: hidden;
}
.ad .btnBox {
	float: left;
	padding-top: 1vw;
	width: 60%;
	text-align: center;
	overflow: hidden;
}
.ad .btnBox a {
	display: inline-block;
	margin: 0 2vw;
	padding: 2vw 4.5vw;
	font-size: 3.25vw;
}
.ad .btnBox a.btn01 {
	color: #fff;
	background: #e60012;
}
.ad .btnBox a.btn02 {
	color: #000;
	background: #ffc400;
}
.ad .tel {
	overflow: hidden;
}
.ad .tel dl {
	padding-left: 8vw;
	font-family: "DIN-Bold";
	color: #000;
	background: url(../images/ad_tel.png) no-repeat 0 center;
	background-size: 6vw;
}
.ad .tel dt {
	font-size: 3.25vw;
}
.ad .tel dd {
	font-size: 4.5vw;
}
 @keyframes flash {
 0%, 50%, 100% {
opacity:1;
}
 25%, 75% {
opacity:0;
}
}
/* --end ad-- */



/* --products-- */

.products {
	padding: 5vw 0;
	overflow: hidden;
	overflow: hidden;
	background: #41464a url(../images/product_bg.jpg) no-repeat;
	background-size: 100%;
}
.products .wrap-title h3 {
	color: #fff;
}
.products .wrap-title p {/* font-weight:bold; */
	color: #c3c3c3;
}
.products-list {/* padding:0 1vw; */
	overflow: hidden;
}
.products-list .item {
	float: left;
	margin: 1.5vw 1%;/* padding-bottom:2vw; */
	width: 48%;
	background: #fff;
	overflow: hidden;
}
.products-list .pic {
	overflow: hidden;
	border: 1px solid #e8e8e8;
}
.products-list .pic img {
	display: block;
	width: 100%;
	height: 125px;
}
.products-list .text {
	padding: 3vw;
	height: 4vw;
	line-height: 1.5;
	text-align: left;
	color: #333;
	overflow: hidden;
}
.products-list .text h3 {
	font-size: 3.75vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.products-list .text p {
	font-size: 3.20vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.products .btnBox {
	padding-top: 2vw;
	text-align: center;
	overflow: hidden;
}
.products .btnBox a {
	display: inline-block;
	margin: 0 2vw;
	padding: 2vw 5vw;
	font-size: 3vw;
}
.products .btnBox a.btn02 {
	color: #fff;
	background: #e60012;
}
/* --end products-- */



/* --problem-- */

.problem {
	padding: 5vw 2.5vw;
	overflow: hidden;
	background: #fff;
}
.problem-list {
	overflow: hidden;
}
.problem-list .item {
	position: relative;
	margin-bottom: 5vw;
	overflow: hidden;
}
.problem-list .pic {
	width: 50%;
}
.problem-list .pic img {
	display: block;
	width: 100%;
}
.problem-list .text {
	padding: 3vw;
	width: 50%;
	height: 23.7vw;
	line-height: 1.85;
	overflow: hidden;
	border: #ddd solid 1px;
	box-sizing: border-box;
}
.problem-list .text h3 {
	font-size: 3.75vw;
	color: #333;
}
.problem-list .text p {/* margin-top:1vw; */
	font-size: 2.5vw;
	color: #666;
	line-height: 23px;
}
.problem-list .item:nth-child(even) .pic {
	float: right;
}
.problem-list .item:nth-child(even) .text {
	float: left;
	border-right: none;
}
.problem-list .item:nth-child(odd) .pic {
	float: left;
}
.problem-list .item:nth-child(odd) .text {
	float: right;
	border-left: none;
}
.problem .ps {
	padding-top: 2vw;
	text-align: center;
	font-size: 4vw;
	color: #000;
	font-weight: bold;
	line-height: 2.25;
	overflow: hidden;
}
.problem .ps span {
	color: #e60012;
}
/* --end problem-- */



/* --plan-- */

.plan {
	padding: 5vw 2.5vw;
	overflow: hidden;
	background: url(../images/plan_bg.jpg) no-repeat;
	background-size: cover;
}
.plan-tab {
	overflow: hidden;
}
.plan-menu {
	overflow: hidden;
	background: #41464a;
}
.plan-menu li {
	float: left;
	width: 33.3333%;
	padding: 0 1vw;
	height: 10vw;
	line-height: 10vw;
	border-right: #fff solid 1px;
	box-sizing: border-box;
}
.plan-menu li span {
	display: block;
	padding-left: 9vw;
	height: 10vw;
	font-size: 3.5vw;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 2vw center;
	background-size: 6vw;
}
.plan-menu li:nth-child(1) span {
	background-image: url(../images/plan_icon01.png);
}
.plan-menu li:nth-child(2) span {
	background-image: url(../images/plan_icon02.png);
}
.plan-menu li:nth-child(3) span {
	background-image: url(../images/plan_icon03.png);
}
.plan-menu li.on {
	background-color: #ffc400;
}
.plan-menu li.on span {
	filter: brightness(0%);
}
.plan-main {
	overflow: hidden;
}
.plan-main .item {
	background: #fff;
}
.plan-main .item img {
	display: block;
	width: 100%;
}
.plan .ps {
	padding: 2vw 2vw 4vw;
	overflow: hidden;
	border-top: #ddd solid 1px;
	background: #fff;
}
.plan .ps .text {
	color: #000;
	text-align: center;
	line-height: 1.5;
	overflow: hidden;
}
.plan .ps .text h3 {
	font-size: 3.75vw;
}
.plan .ps .text p {
	font-size: 3.25vw;
	font-weight: bold;
}
.plan .ps .btnBox {
	margin-top: 2vw;
	text-align: center;
	overflow: hidden;
}
.plan .ps .btnBox a {
	display: inline-block;
	padding: 2vw 4vw;
}
.plan .ps .btnBox a.btn01 {
	color: #fff;
	background: #e60012;
}
.plan .ps .btnBox a.btn02 {
	margin: 0 2vw;
	color: #000;
	background: #ffc400;
}
/* --end plan-- */



/* --PK-- */

.PK {
	padding-top: 5vw;
	overflow: hidden;
	background: #fff;
}
.PK-group {
	overflow: hidden;
}
.PK-group .hd {
	padding: 2vw 2.5vw;
	color: #fff;
	line-height: 1.5;
	overflow: hidden;
}
.PK-group .hd p.p1 {
	font-size: 3.75vw;
}
.PK-group .hd p.p2 {
	font-size: 3vw;
}
.PK-group .item-1 {
	padding-bottom: 18vw;
	background: url(../images/pk.png) no-repeat center bottom;
	background-size: auto 18vw;
}
.PK-group .item-1 .hd {
	overflow: hidden;
	background: #009944;
}
.PK-group .item-2 .hd {
	overflow: hidden;
	background: #e60012;
}
.PK-group .bd {
	padding: 2vw 2.5vw;
	overflow: hidden;
}
.PK-group .bd ul {
	display: flex;
	overflow: hidden;
	justify-content: space-between;
}
.PK-group .bd li {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.PK-group .bd li i {
	display: block;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	animation: rotate 8s linear infinite;
}
.PK-group .bd li span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	color: #333;
}
.PK-group .bd li p {
	margin-top: 2vw;
	font-size: 4vw;
	font-weight: bold;
	color: #333;
}
.PK-group .bd .li1 {
	margin-top: 4.6vw;
	width: 30vw;
}
.PK-group .bd .li1 i {
	width: 30vw;
	height: 30vw;
	background-image: url(../images/PK_li01.png);
}
.PK-group .bd .li1 span {
	top: 11vw;
	font-size: 3vw;
}
.PK-group .bd .li2 {
	margin: 0 2vw;
	width: 35vw;
}
.PK-group .bd .li2 i {
	width: 35vw;
	height: 35vw;
	background-image: url(../images/PK_li02.png);
}
.PK-group .bd .li2 span {
	top: 13vw;
	font-size: 3.5vw;
}
.PK-group .bd .li3 {
	margin-top: 13.6vw;
	width: 20vw;
}
.PK-group .bd .li3 i {
	width: 20vw;
	height: 20vw;
	background-image: url(../images/PK_li03.png);
}
.PK-group .bd .li3 span {
	top: 6vw;
	font-size: 3.5vw;
}
.PK-group .bd .ps {
	margin-top: 3vw;
	font-size: 3.25vw;
	overflow: hidden;
}
.PK-group .bd .ps strong {
	font-size: 4.25vw;
}
.PK-group .item-1 .li2 p {
	color: #009944;
}
.PK-group .item-2 .li2 p {
	color: #e60012;
}
.PK-group .item-1 .ps span {
	color: #009944;
}
.PK-group .item-2 .ps span {
	color: #e60012;
}
 @keyframes rotate {
 0% {
transform:rotate(0deg);
}
 100% {
transform:rotate(360deg);
}
}
/* --end PK-- */



/* --indexForm-- */

.indexForm {
	padding: 5vw;
	overflow: hidden;
	background: #f3f3f3;
}
.indexForm ul {
	overflow: hidden;
}
.indexForm li {
	position: relative;
	margin-bottom: 2vw;
	padding: 2vw;
	font-size: 3.5vw;
	overflow: hidden;
	border: #ddd solid 1px;
	background: #fff;
}
.indexForm li.selectBox span {
	display: block;
	float: left;
	padding-right: 2.5vw;
	width: 20vw;
	color: #666;
	border-right: #ddd solid 1px;
}
.indexForm li.selectBox select {
	display: block;
	padding-left: 2vw;
	width: 62vw;
	font-size: 3.5vw;
	color: #333;
	outline: none;
	border: none;
	overflow: hidden;
	background: url(../images/select.png) no-repeat right center transparent;
}
.indexForm li.iptBox span {
	display: block;
	float: left;
	padding-right: 2.5vw;
	color: #666;
	border-right: #ddd solid 1px;
}
.indexForm li.iptBox input {
	display: block;
	padding-left: 2vw;
	width: 30vw;
	outline: none;
	border: none;
	overflow: hidden;
}
.indexForm li.iptBox em {
	display: block;
	position: absolute;
	right: 2vw;
	top: 2vw;
	font-size: 3vw;
	color: #333;
}
.indexForm .submit {
	overflow: hidden;
}
.indexForm .submit a {
	display: block;
	margin-top: 2vw;
	padding: 2vw;
	font-size: 3.5vw;
	text-align: center;
	color: #000;
	background: #fdd000 url(../images/product_more.png) no-repeat right;
	background-size: auto 100%;
}
.indexForm .lxBox {
	margin-top: 4vw;
	overflow: hidden;
}
.indexForm .tel {
	float: left;
	width: 45%;
	overflow: hidden;
}
.indexForm .tel dl {
	padding-left: 8vw;
	font-family: "DIN-Bold";
	color: #000;
	background: url(../images/ad_tel.png) no-repeat 0 center;
	background-size: 6vw;
}
.indexForm .tel dt {
	font-size: 3.25vw;
}
.indexForm .tel dd {
	font-size: 4.5vw;
}
.indexForm .btnBox {
	padding-top: 1vw;
	text-align: right;
	overflow: hidden;
}
.indexForm .btnBox a {
	display: inline-block;
	margin-left: 2vw;
	padding: 2vw 3.0vw;
	font-size: 3.25vw;
	text-align: center;
}
.indexForm .btnBox a.btn01 {
	color: #fff;
	background: #e60012;
}
.indexForm .btnBox a.btn02 {
	color: #000;
	background: #ffc400;
}
/* --end indexForm-- */



/* --case-- */

.case {
	padding: 5vw 2.5vw;
	overflow: hidden;
	background: url(../images/case_bg.png);
}
.case .wrap-title p {
	font-size: 3.25vw;
}
.case-tab {
	overflow: hidden;
}
.case-menu {
	margin-bottom: 2.5vw;
	overflow: hidden;
	background: #41464a;
}
.case-menu li {
	float: left;
	padding: 2.5vw 0;
	width: 25%;
	text-align: center;
	border-right: #cdcdcd solid 1px;
	border-bottom: #cdcdcd solid 1px;
	box-sizing: border-box;
}
.case-menu li:nth-child(4n) {
	border-right: none;
}
.case-menu li i {
	display: block;
	margin: 0 auto;
	width: 7.5vw;
	height: 7.5vw;
	overflow: hidden;
}
.case-menu li i img {
	display: block;
	width: 100%;
}
.case-menu li span {
	display: block;
	margin-top: 1vw;
	color: #fff;
	font-size: 3.25vw;
}
.case-menu li.on {
	background: #ffc400;
}
.case-menu li.on i img {
	filter: brightness(0%);
}
.case-menu li.on span {
	color: #000;
}
.case-main {
	overflow: hidden;
}
.case-main .bigBox {
	position: relative;
	overflow: hidden;
}
.case-main .bigBox .pic img {
	display: block;
	width: 100%;
}
.case-main .bigBox .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 2.5vw;
	font-size: 3.5vw;
	line-height: 1.25;
	color: #fff;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
}
.case-main .thumb {
	overflow: hidden;
}
.case-main .thumb li {
	float: left;
	width: 25%;
	padding-left: 1px;
	box-sizing: border-box;
}
.case-main .thumb li img {
	display: block;
	width: 100%;
}
.case-main .thumb li:first-child {
	padding-left: 0;
}
/* --end case-- */



/* --made-- */

.made {
	margin-top: 5vw;
	padding: 5vw 2.5vw;
	overflow: hidden;
	background: url(../images/made_bg.jpg) no-repeat center 0;
	background-size: cover;
}
.made-slide {
	position: relative;
}
.made-slide .prev, .made-slide .next {
	position: absolute;
	z-index: 33;
	top: 50%;
	margin-top: -3.5vw;
	width: 7vw;
	height: 7vw;
	background-color: rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-position: center;
}
.made-slide .prev {
	left: 0;
	background-image: url(../images/made_prev.png);
}
.made-slide .next {
	right: 0;
	background-image: url(../images/made_next.png);
}
.made-list {
	overflow: hidden;
}
.made-list .item img {
	display: block;
	width: 100%;
}
/* --end made-- */



/* --video-- */

.videos {
	padding: 5vw 2.5vw;
	overflow: hidden;
	background: #fff;
}
.videos-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}
.videos-list .item {
	position: relative;
	margin-top: 2vw;
	width: 49%;
}
.videos-list .pic img {
	display: block;
	width: 100%;
}
.videos-list .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.3);
}
.videos-list .text i {
	display: block;
	margin: 5vw auto 2vw;
	width: 7vw;
	height: 7vw;
	background: url(../images/play_btn.png) no-repeat;
	background-size: 100%;
}
.videos-list .text span {
	display: block;
	color: #fff;
	font-size: 3.25vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.videos-list .item:first-child {
	margin-top: 0;
	width: 100%;
}
.videos-list .item:first-child .text i {
	margin-top: 16vw;
}
.videos-list .videosrc {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.videos-list .videosrc>div, .videos-list .videosrc iframe {
	width: 100% !important;
	height: 100% !important;
}
/* --end video-- */



/* --honor-- */

.honors {
	padding: 5vw 0;
	overflow: hidden;
	background: #f3f3f3 url(../images/honor_bg.jpg) no-repeat;
	background-size: 100%;
}
.honors .bigImg img {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.honors .inner {
	padding: 0 2.5vw;
	overflow: hidden;
	margin-bottom: 20px;
}
.honors .inner .text {
	padding: 2vw 0;
	font-size: 3.5vw;
	line-height: 1.8;
	color: #333;
	overflow: hidden;
	border-bottom: #ddd solid 1px;
}
.honors .inner .pic {
	padding-top: 4vw;
	overflow: hidden;
}
.honors .inner .pic img {
	display: block;
	width: 100%;
}
/* --end honor-- */



/* --aboutus-- */

.aboutus {
	padding-top: 5vw;
	overflow: hidden;
	background: #fff;
}
.photo-slide {
	position: relative;
	overflow: hidden;
}
.photo-slide .bd img {
	display: block;
	width: 100%;
}
.photo-slide .hd {
	position: absolute;
	left: 0;
	bottom: 4vw;
	width: 100%;
	text-align: center;
}
.photo-slide .hd li {
	display: inline-block;
	margin: 0 1vw;
	width: 5.3vw;
	height: 0.8vw;
	text-indent: -9999px;
	background: #000;
}
.photo-slide .hd li.on {
	background: #fff;
}
.abt-chart {
	padding-bottom: 5vw;
	overflow: hidden;
	background: #ffc400;
}
.abt-chart .list {
	padding: 3vw 2.5vw;
	overflow: hidden;
}
.abt-chart .item {
	float: left;
	padding: 2vw 0;
	width: 50%;
	text-align: center;
}
.abt-chart .list .item em {
	display: block;
	font-size: 9.5vw;
	color: #000;
	font-family: "DIN-Bold";
}
.abt-chart .list .item p {
	font-size: 3.75vw;
	color: #333;
}
.abt-chart .list .item:nth-child(odd) {
	background: url(../images/chart_line.png) no-repeat right center;
}
.abt-chart .btnBox {
	text-align: center;
	overflow: hidden;
}
.abt-chart .btnBox a {
	display: inline-block;
	margin: 0 2vw;
	padding: 2.5vw 6vw;
	font-size: 3.25vw;
	color: #fff;
}
.abt-chart .btnBox a.btn01 {
	background: #e60012 url(../images/abt_btn01.png) no-repeat right center;
	background-size: auto 100%;
}
.abt-chart .btnBox a.btn02 {
	background: #000;
}
/* --end aboutus-- */

/* --news-- */

.news {
	padding: 5vw 2.5vw;
	overflow: hidden;
	background: #fff;
}
.news-menu {
	margin-bottom: 4vw;
	overflow: hidden;
}
.news-menu ul {
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: flex;
	justify-content: space-between;
}
.news-menu li {
	width: 31.33%;
	text-align: center;
	font-size: 3.75vw;
}
.news-menu li a {
	display: block;
	padding: 2.5vw 1vw;
	color: #fff;
	overflow: hidden;
	background: #41464a;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-menu li.on a {
	color: #000;
	background: #fdd000 url(../images/product_more.png) no-repeat right center;
	background-size: auto 100%;
}
.news-main {
	overflow: hidden;
}
.news-main .item {
	padding: 2vw 0;
	overflow: hidden;
	border-bottom: #ddd solid 1px;
}
.news-main .item:first-child {
	border-top: #ddd solid 1px;
}
.news-main .item .date {
	float: left;
	width: 18vw;
	height: 18vw;
	text-align: center;
	font-family: "DIN-Bold";
	color: #000;
	overflow: hidden;
	background: #e8e8e861;
}
.news-main .item .date span {
	display: block;
	margin-top: 4vw;
	font-size: 5.75vw;
}
.news-main .item .date em {
	display: block;
	font-size: 3.5vw;
}
.news-main .item .text {
	padding-left: 4vw;
	line-height: 1.5;
	overflow: hidden;
}
.news-main .item .text h3 {
	font-weight: normal;
	font-size: 4vw;
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.news-main .item .text p {
	margin-top: 1vw;
	font-size: 3.5vw;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/* --end news-- */
/* index banner */
.banner {
	position: relative;
	width: 100%;
}
.swiper-pagination {
	display: inline-block;
	left: 50% !important;
	bottom: 0.1rem !important;
	width: auto !important;
	padding: 0.03rem 0.2rem;
	text-align: center !important;
	font-size: 0;
	-webkit-transform: translate(-50%, 0) !important;
	transform: translate(-50%, 0) !important;
	border-radius: .1rem;
}
.swiper-pagination-bullet {
	width: 0.12rem !important;
	height: 0.12rem !important;
	opacity: 1 !important;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff !important;
}
.swiper-pagination-bullet-active {
	background-color: rgba(0,0,0,0) !important;
	border: 0.02rem solid #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 0.05rem !important;
}
/*nvt*/
.nvt {
	padding: 20px 15px 0px;
	background: #2555b7;
	overflow: hidden;
	height: 1.1rem;
}
.nvt li {
	float: left;
	margin: 1.2% 2%;
	width: 29.3%;
}
.nvt li a {
	text-align: center;
	display: block;
	border: 1px solid #ffffff;
	padding: 3%;
	border-radius: 3px;
	color: #fff;
}
/* -------------------------自定义部分开始 --------------------------*/
@font-face {
	font-family: "iconfont_s";
	src: url('../other/iconfont_s.woff') format('woff'), url('../other/iconfont_s.ttf') format('truetype');
}
.iconfont_s {
	font-family: "iconfont_s" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.clear-fix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: ".";
}
input {
	outline: none;
}
body {
	background: #FFF !important;
	/* font-size: 0.21rem; */
	color: #303030;
}
.allpage {
	background: #fff !important;
}
/*head*/
.head {
	background: #FFF;
}
.logo {
	display: block;
	/* width: 100% !important; */
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.search {
	background-color: #1172df !important;
}
.nav-btn {
	height: 80%;
	top: 19% !important;
	color: #004b90 !important;
	line-height: 0.5528rem !important;
}
.search_hl {
	height: 80% !important;
	top: 10% !important;
	color: #fff !important;
	line-height: 0.5528rem !important;
}
.home-btn {
	color: #004b90 !important;
}
.class-btn {
	color: #fff !important;
}
.top-title {
	color: #004b90 !important;
}
/*content*/
.content {
	padding-bottom: 0.8rem !important;
}
/*iwrap*/
.iwrap {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
}
/*nav_new*/
.nav_new {
	width: 100%;
	padding: 0;
	margin-bottom: 1px;
}
.son {
	float: left;
	display: block;
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.nav_new .son .iconfont_s {
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	width: 0.8rem;
	height: 0.8rem;
	margin: 0 auto;
	font-size: 0.45rem;
	background-color: #0cbf7e;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 0.8rem;
}
.nav_new .son:nth-of-type(2) .iconfont_s {
	background-color: #ff3a3a;
}
.nav_new .son:nth-of-type(3) .iconfont_s {
	background-color: #16cf4f;
}
.nav_new .son:nth-of-type(4) .iconfont_s {
	background-color: #6772ff;
}
.nav_new .son .imgFont {
	display: block;
	color: #303030;
	font-size: 0.22rem;
	line-height: 0.4rem;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.nav_new .son:nth-of-type(4n) {
	border-right: none;
}
/*beian*/
.beian {
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	color: #2e3842;
	text-align: center;
}
.beian a {
	color: #2e3842;
	text-align: center;
}
.db {
	line-height: 0.32rem;
	border-top: 2px solid #2d2d2e;
	padding: 12px;
	background: #f2f1f1d4;
	overflow: hidden;
}
.db img {
	float: right;
	width: 95px;
}
.db p {
	float: left;
	font-size: 16px;
}
.db span {
	padding: 0 5px;
	display: block;
}
.db a {
	color: #2e3842;
}
/*common_title*/
.common_title {
	margin: 2% 0;
	background-color: #ebebeb
}
.common_title h2 {
	font-size: 0.23rem;
	line-height: 0.4rem;
	margin-left: 3.125%;
	font-weight: normal;
	background-color: #cb0000;
	width: 24%;
	text-align: center;
	color: #fff;
}
h2._blue2 {
	background: #2b83e6;
}
h2._blue {
	background: #30b202;
}
h2._red {
	background: #30b202;
}
h2._red1 {
	background: #2b83e6;
}
h2._purple {
	background: #6772ff;
}
h2._green {
	background: #cb0000;
}
/*about_title*/
.about_title {
	margin: 3% 0 2% 0;
	/* background-color: #feeaea; */
	text-align: center;
	background: url(../images/tx.jpg) top center no-repeat;
	height: 68px;
}
.about_title h2 {
	/* font-size: 0.23rem; */
	line-height: 0.4rem;
	display: inline-block;
	font-weight: normal;
	/* background-color: #d30c05; */
	text-align: center;
	color: #454545;
	padding: 0 3%;
	border-radius: 50px;/* width: 162px; */
	/* margin-top: 10px; */
}
.about_title h2 span {
	font-size: 0.34rem;
}
.about_title p {
	font-size: 12px;
	color: #acacac;
	line-height: 20px;
}
/*hnav2*/
.hnav2 {
	margin-left: 15px;
}
.hnav2 .son2 {
	width: 45%;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.20rem;
	line-height: 0.4rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* border-bottom: 2px solid #004b90; */
	background: #004b90;
	margin: 5px;
	border-radius: 30px;
}
/*hnav1*/
.hnav1 {
	margin: 15px 0px 0px;
}
.hnav1 .son2 {
	width: 96%;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.20rem;
	line-height: 0.4rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 2px solid #004b90;
	background: #004b90;
	margin: 10px 10px 5px;
	border-radius: 30px;
}
/*index_sale*/
.index_sale dl {
	margin: 2% auto;
	overflow: hidden;
}
.index_sale dl:nth-of-type(2n) {
	background-color: #f2f2f2
}
.index_sale dl:nth-of-type(2n) img {
	margin: 0.1rem auto;
}
.index_sale dl:nth-of-type(2n) h3 {
	margin-top: 0.1rem;
}
.index_sale dt {
	float: left;
	width: 42.875%;
	margin-right: 3%;
	margin-left: 3.125%;
}
.index_sale dt img {
	width: 100%;
}
.index_sale dd {
	float: right;
	width: 46.875%;
	margin-right: 3.125%;
	overflow: hidden;
}
.index_sale dd h3 {
	font-weight: normal;
	font-size: 0.23rem;
	color: #383838;
	line-height: 0.4rem;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 0.05rem;
	text-overflow: ellipsis;
}
.index_sale dd p {
	font-weight: normal;
	font-size: 0.21rem;
	margin-bottom: 0.1rem;
	color: #999999;
	overflow: hidden;
	line-height: 0.3rem;
	height: 7.3em;
}
.index_sale dd a {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 0 3%;
	margin-right: 1%;
	font-size: 0.21rem;
	overflow: hidden;
	line-height: 0.3rem;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
}
.index_sale dd a:nth-of-type(1) {
	background-color: #ff9600
}
.index_sale dd a:nth-of-type(2) {
	background-color: #0cbf7e;
	text-decoration: line-through
}
.index_sale dd a.itema {
	background-color: #fff;
	color: #ff1e43;
	padding-left: 0
}
.index_sale dd a.itemb {
	background-color: #fff;
	color: #0cbf7e;
	padding-left: 0
}
/*index_about*/
.index_about {
	width: 91%;
	margin: 3% 4.5% 0;
	font-size: 0.2rem;
	line-height: 0.38rem;
	color: #303030;
	vertical-align: top;
	position: relative;
	text-indent: 2em;
}
.index_about img {
	width: 100%;
	margin-bottom: 0.1rem;
}
/*index_power*/
.index_power {
	width: 93.75%;
	padding: 1% 3.125% 0 3.125%;
}
.index_power li {
	width: 46.5%;
	margin: 0 6% 0 0;
	float: left;
	position: relative;
	text-align: center;
	padding-top: 12px;
}
.index_power li.honor {
	width: 31.3%;
}
.index_power li.honor:nth-of-type(2n) {
	margin-right: 3%;
}
.index_power li.honor:nth-of-type(3n) {
	margin-right: 0;
}
.index_power li span {
	display: block;
	font-size: 0.21rem;
	line-height: 0.45rem;
	height: 0.4rem;
	color: #333333;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_power li img {
	width: 100%;
	/* height: 172px; */
	border: 1px solid #ecebeb;
	border-radius: 5px;
}
.index_power li:nth-of-type(2n) {
	margin-right: 0;
}
/*new_i*/
.new_i {
	margin: 2.5% auto;
}
.new_i li {
	background: url(../images/ico1.gif) no-repeat 0.2% center;
	margin: 0 auto;
	border-bottom: 1px dashed #dedede;
	width: 92.5%;
}
.new_i li a {
	display: block;
	width: 100%;
	color: #303030;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 1% 0;
}
.new_i li span {
	display: inline-block;
	font-style: normal;
	overflow: hidden;
	width: 100%;
	float: left;
	font-size: 0.2rem;
	text-overflow: ellipsis;
	line-height: 0.35rem;
	margin-left: 5%;
}
/*index_item*/
.index_item {
	margin: 0 3.125%;
	border-bottom: 1px solid #fff;
	background-color: #f2f2f2;
}
.index_item h2 {
	width: 20%;
	display: block;
	float: left;
	margin-right: 3%;
	color: #fff;
	text-align: center;
	font-size: 0.22rem;
	line-height: 0.45rem;
	font-weight: normal;
}
.index_item h2 span {
	font-size: 0.3rem;
	font-weight: normal;
	vertical-align: -4%;
}
.index_item p {
	color: #292929;
	font-size: 0.21rem;
	line-height: 0.45rem;
	width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_item p i {
	display: block;
	float: left
}
.index_item p i:first-of-type {
	font-style: normal;
	font-size: 0.23rem;
}
.index_item p i:last-of-type {
	font-style: normal;
	font-size: 0.25rem;
	line-height: 0.62rem;
	height: 0.6rem;
	overflow: hidden;
	vertical-align: middle;
	margin-top: 0;
}
.item_a span {
	background-color: #ffae00;
}
.item_b span {
	background-color: #0cbf7e;
}
/*more_i*/
.more_i {
	width: 90%;
	margin: 5% auto;
	text-align: center;
	/* border: 1px solid #dbdbdb; */
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* box-shadow: 0 1px 2px #ccc; */
	border-radius: 5px;
	background: #004b90;
}
.more_i a {
	color: #ffffff;
	line-height: 0.4rem;
	font-size: 0.2rem;
}
/*anli*/
.slideBox {
	position: relative;
	overflow: hidden;
	margin: 10px auto;
	max-width: 560px;
	width: 93%;
}
.slideBox .hd {
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.slideBox .hd li {
	display: inline-block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #2656b7;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 3px;
}
.slideBox .hd li.on {
	border: 2px solid #fff;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	background: url(../images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;/* height:  298px; */
}
.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	background: url(../images/focusBg.png) repeat-x;
	color: #fff;
	text-align: left;
}
.picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 15px;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
}
.picScroll-left .hd .next {
	background-position: 0 -50px;
}
.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle1.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.picScroll-left .bd {
	padding: 10px;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 6px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 175px;
	height: auto;
	display: block;
	padding: 2px;
	height: 121px;
}
.picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.picScroll-left .bd ul li .title {
	line-height: 24px;
}
.top-text {
	/* margin-top: -40px; */
	text-align: center;
	line-height: 2.5em;
	font-size: 1.8em;
	color: #000000;
	/* border-bottom: 1px solid #e6e6e6; */
	background: url(../images/tx.jpg) top center no-repeat;
	height: 68px;
}
.case_i_c {
	/* padding: 2% 0; */
	overflow: hidden;
	height: auto;
}
.case_i_c ul li {
	padding: 1% 0;
	width: 90.625%;
	display: block;
	float: left;
	margin-left: 4.5%;
	/* margin-top: 0.5%; */
	background: url(../images/txt.png) no-repeat 1% center;
	border-bottom: 1px dotted #e4e1e1;
	height: 26px;
}
.case_i_c ul li a {
	float: left;
	/* width: 100%; */
	color: #555;
	margin-left: 22px;
}
.case_i_c img {
	padding: 10px;
	width: 95%;
}
.tp img {
	width: 93%;
	margin: 0px auto;
}
.case_i_c ul li h2 {
	float: left;
	line-height: 2;
	font-size: 0.19rem;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 7%;
}
.case_i_c li span {
	float: right;
	line-height: 2;
}
.lxfs {
	margin: 0 auto;
	margin-top: 12px;
	width: 93%;
	padding: 6px 2px;
	text-align: center;
	background-color: #e65504;
	border-radius: 50px;
	margin-bottom: 12px;
}
.lxfs img {
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	vertical-align: middle;
}
.lxfs a {
	color: #fff;
	font-size: 22px;
}
.products-list .pic1 {
	overflow: hidden;
	border: 1px solid #e8e8e8;
}
.products-list .pic1 img {
	display: block;
	width: 100%;/* height: 160px; */
}





.products-list .pic01 {
	overflow: hidden;
	border: 1px solid #e8e8e8;
}
.products-list .pic01 img {
	display: block;
	width: 100%;
	height: 100%;
}







