﻿@charset "utf-8";
/*banner*/
.js-silder {
	position: relative;
	min-width: 320px
}
.silder-scroll {
	width: 100%;
	overflow: hidden
}
.silder-main {
	position: relative;
	width: 100%;
	overflow: hidden
}
.silder-main-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}
.silder-main-img img {
	width: 100%
}
.js-silder-ctrl {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
}
.silder-ctrl-prev, .silder-ctrl-next {
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px
}
.silder-ctrl-prev {
	left: 0;
	text-align: left
}
.silder-ctrl-next {
	right: 0;
	text-align: right
}
.silder-ctrl-prev>span, .silder-ctrl-next>span {
	position: absolute;
	top: 50%;
	margin-top: -11px
}
.silder-ctrl-prev>span {
	left: 20px
}
.silder-ctrl-next>span {
	right: 20px
}
.silder-ctrl-con {
	display: inline-block;
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer
}
.silder-ctrl-con>span {
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #e4e4e4
}
.silder-ctrl-con.active>span {
	background-color: #0a63bf
}

@media(max-width:768px) {
.silder-ctrl-prev, .silder-ctrl-next {
	width: 10%;
	font-size: 26px;
	margin-top: -25px
}
.silder-ctrl-con {
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 0 5px
}
.silder-ctrl-con>span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: 0
}
}
/*iadvantage*/
#iadvantage {
	color: #fff;
	background: #0a63bf;
	padding: 50px 0;
}
.ivanlist:after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.ivanlist li {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	width: 25%;
	padding: 15px 20px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;

}
.ivanlist li:before {
	content: '';
	width: 144%;
	height: 144%;
	background: #fff;
	position: absolute;
	left: -144%;
	top: -144%;
	border-radius: 50%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.ivanlist li:hover {
	color: #0a63bf;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.ivanlist li:hover a {
	color: #0a63bf;
}
.ivanlist li:hover::before {
	left: -22%;
	top: -22%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.ivanlist span{
	display: block;
	width: 55px;
	height: 55px;
}
.ivanlist span.van1{
	background: url("../images/banlie.png") no-repeat center center;
}
.ivanlist span.van2{
	background: url("../images/tielu.png") no-repeat center center;
}
.ivanlist span.van3{
	background: url("../images/haiyun.png") no-repeat center center;
}
.ivanlist span.van4{
	background: url("../images/huoche.png") no-repeat center center;
}
.ivanlist span.van5{
	background: url("../images/tuoche.png") no-repeat center center;
}
.ivanlist span.van6{
	background: url("../images/baoguan.png") no-repeat center center;
}
.ivanlist span.van7{
	background: url("../images/zhuanguan.png") no-repeat center center;
}
.ivanlist span.van8{
	background: url("../images/paisong.png") no-repeat center center;
}
.ivanlist span.van9 {
	background: url("../images/dianshang.png") no-repeat center center;
}
.ivanlist li:hover span.van1{
	background: url("../images/Bbanlie.png") no-repeat center center;
}
.ivanlist li:hover span.van2{
	background: url("../images/Btielu.png") no-repeat center center;
}
.ivanlist li:hover span.van3{
	background: url("../images/Bhaiyun.png") no-repeat center center;
}
.ivanlist li:hover span.van4{
	background: url("../images/Bhuoche.png") no-repeat center center;
}
.ivanlist li:hover span.van5{
	background: url("../images/Btuoche.png") no-repeat center center;
}
.ivanlist li:hover span.van6{
	background: url("../images/Bbaoguan.png") no-repeat center center;
}
.ivanlist li:hover span.van7{
	background: url("../images/Bzhuanguan.png") no-repeat center center;
}
.ivanlist li:hover span.van8{
	background: url("../images/Bpaisong.png") no-repeat center center;
}
.ivanlist li:hover span.van9 {
	background: url("../images/Bdianshang.png") no-repeat center center;
}
.ivanicon {
	position: relative;
}
.ivanicon i {
	font-size: 55px;
	line-height: 55px;
}
.ivantit {
	position: relative;
	font-size: 29px;
	line-height: 35px;
	margin: 15px 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ivanwor {
	font-family: Lato-Regular;
	position: relative;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	line-height: 28px;
	height: 140px;
}
.ivanbtn {
	font-family: Lato-Regular;
	position: relative;
	display: inline-block;
	margin-top: 20px;
	color: #fff;
}
.ivanbtn i {
	font-size: 12px;
	margin-left: 4px;
}
.ivanbtn:hover {
	padding-left: 20px;
}

@media screen and (max-width:1200px) and (min-width:1001px) {
.ivantit {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	white-space: normal;
	height: 72px;
	margin-bottom: 5px;
}
}

@media screen and (max-width:1000px) {
.ivanlist li {
	width: 50%
}
.ivanwor {
	-webkit-line-clamp: 4;
	height: 112px;
}
}

@media screen and (max-width:560px) {
.ivanlist li {
	width: 100%;
	padding: 20px 10px;
}
.ivantit {
	white-space: normal;
}
.ivanwor {
	-webkit-line-clamp: inherit;
	height: auto;
}
}
/*iabout*/
#iabout {
	background: #0a63bf;
}
#iabout .iabcenter {
	background: #fff;
}
#iabout .iabcenter:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.iablef {
	background: #fff;
	width: 34%;
	float: left;
	padding: 60px 50px 70px;
}
.iabmd {
	font-size: 17px;
	text-transform: uppercase;
	font-family: Montserrat-Regular;
	display: block;
	color: #FD634E;
}
.iabtit {
	font-size: 42px;
	line-height: 50px;
	text-transform: uppercase;
	font-family: Opensans-Light;
	margin-bottom: 40px;
	color: #0a63bf
}
.iabwor {
	font-size: 16px;
	color: #656e74;
	line-height: 29px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	max-height: 200px;
}
.iabtn {
	position: relative;
	font-size: 16px;
	text-decoration: underline;
	color: #0a63bf;
	text-transform: capitalize;
}
.iabtn:after {
	content: '';
	width: 0;
	height: 3px;
	background: #0a63bf;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.iabtn:hover::after {
	width: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.iabrig {
	width: 66%;
	height: 100%;
	float: right;
	background: url("../images/aboutpic.jpg") center center no-repeat;
	background-size: cover;
}

@media screen and (max-width:1000px) {
#iabout {
	padding-bottom: 50px;
}
.iablef {
	width: 100%;
	padding: 40px 35px 50px;
}
.iabtit {
	margin-bottom: 26px;
	font-size: 38px;
	line-height: 44px;
}
.iabwor {
	max-height: inherit;
	-webkit-line-clamp: inherit;
}
.iabrig {
	display: none;
}
}
/*iproduct*/
#iproduct {
	overflow: hidden;
}
.iprodlist:after, .iprodlist li .iprcenter:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.iprodlist {
	position: relative;
}
.iprodlist:before {
	content: '';
	width: 1920px;
	height: 100%;
	background: #363734;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	bottom: 0;
	z-index: -1;
}
.iprodlist li {
	float: left;
	width: 100%;
	position: relative;
}
.iprodlist li .iprpic {
	width: 100%;
	height: 380px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.iprodlist li .iprpic img {
	display: none;
}
.iprodlist li .iprcontent {
	padding: 30px 30px 70px;
	background: #fff;
	height: 420px;
}
.iprodlist li >a {
	display: block;
}
.iprodlist li .ipron {
	padding: 65px 20px 0;
	background: url(../images/icon-prod1.png) right top no-repeat
}
.iprodlist li .iabtit {
	color: #0a63bf;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 50px;
	max-height: 100px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.iprodlist li >a:hover .iabtit {
	text-shadow: 4px 4px 4px #999;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.iprodlist li:nth-child(1):before {
	content: '';
	width: 1920px;
	height: 100%;
	background: #0a63bf;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	z-index: -1;
}
.iprodlist li:nth-child(1) .iprpic {
	float: left;
	width: 66%;
	height: 420px;
}
.iprodlist li:nth-child(1) .iprcontent {
	width: 34%;
	float: right;
}
.iprodlist li:nth-child(2) {
	width: 34%;
}
.iprodlist li:nth-child(2) .ipron {
	background-image: url(../images/icon-prod2.png)
}
.iprodlist li:nth-child(3) {
	width: 66%
}
.iprodlist li:nth-child(3) .iprcontent {
	background: #0a63bf
}
.iprodlist li:nth-child(3) .iabtit, .iprodlist li:nth-child(3) .iabtit, .iprodlist li:nth-child(3) .iabwor {
	color: #fff
}
.iprodlist li:nth-child(3) .iprcontent:hover .iabtit {
	text-shadow: 4px 4px 4px #000;
}
.iprodlist li:nth-child(3) .ipron {
	background-image: url(../images/icon-prod3.png)
}
.iprodlist li .iabwor {
	margin: 0;
	-webkit-line-clamp: 6;
	max-height: 188px;
}

@media screen and (min-width:1001px) {
.iprodlist li:nth-child(1) {
	background: #fff
}
}

@media screen and (max-width:1000px) {
.iprodlist {
	padding-bottom: 38px;
	background: transparent
}
.iprodlist li:nth-child(1) .iprpic, .iprodlist li:nth-child(1) .iprcontent, .iprodlist li:nth-child(2), .iprodlist li:nth-child(3) {
	width: 100%;
}
.iprodlist li {
	padding-bottom: 14px;
}
.iprodlist li .iprcontent {
	padding: 20px 20px 50px;
	height: auto;
}
.iprodlist li .iabtit, .iprodlist li .iabwor {
	-webkit-line-clamp: inherit;
	max-height: inherit;
}
.iprodlist li:nth-child(1) {
	padding-top: 50px;
}
.iprodlist li:nth-child(1) .iprpic {
	height: 380px!important
}
.iprodlist li:nth-child(1):before {
	background: #363734
}
.iprodlist li:nth-child(1) .iprcontent, .iprodlist li:nth-child(2) .iprcontent {
	background: #0a63bf;
}
.iprodlist li:nth-child(1) .iabtit, .iprodlist li:nth-child(1) .iabtit, .iprodlist li:nth-child(1) .iabwor, .iprodlist li:nth-child(2) .iabtit, .iprodlist li:nth-child(2) .iabtit, .iprodlist li:nth-child(2) .iabwor {
	color: #fff
}
.iprodlist li:nth-child(1) .iprcontent:hover .iabtit, .iprodlist li:nth-child(2) .iprcontent:hover .iabtit {
	text-shadow: 4px 4px 4px #000;
}
}
/*inews*/
#inews {
	background: #0a63bf;
}
#inews .icontainer {
	position: relative;
}
.inewtit {
	position: absolute;
	left: 50px;
	top: 25px;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	font-family: Montserrat-Regular;
}
.inewtit i {
	margin-left: 5px;
}
.inewlist:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.inewlist li {
	float: left;
	overflow: hidden;
}
.inewlist li:nth-child(1) {
	width: 66%;
}
.inewlist li:nth-child(2) {
	width: 34%;
}
.newcontent {
	background: #fff;
	padding: 60px 50px 70px;
	height: 420px;
	overflow: hidden;
}
.inewlist li>a {
	display: block;
}
.inewlist li>a:hover .iabtit {
	color: #FD634E;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.inewlist li:nth-child(2) .newcontent {
	background: #363734;
}
.inewlist li:nth-child(2) .newcontent >a:hover {
	color: #FD634E;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.newsL{
	width: 34%;
	float: left;
}
.newsR{
	width: 64%;
	float: right;
	max-height:174px;
	overflow:hidden;
}
.newsL img.firstnewsimg{
	max-width: 100%;
}
.inewlist li .newpic {
	width: 100%;
	height: 380px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.inewlist li .iabmd {
	position: relative;
	display: inline-block;
	padding: 0 16px;
	letter-spacing: 2px;
}
.inewlist li .iabmd:before, .inewlist li .iabmd:after {
	content: '';
	width: 6px;
	height: 2px;
	background: #FD634E;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.inewlist li .iabmd:before {
	left: 0
}
.inewlist li .iabmd:after {
	right: 0
}
.inewlist li .iabtit {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	color: #0a63bf;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 50px;
	max-height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inewlist li:nth-child(2) .iabtit, .inewlist li:nth-child(2) .iabtit, .inewlist li:nth-child(2) .iabwor {
	color: #fff
}
.inewlist li:nth-child(1) .iabwor {
	margin: 0;
	-webkit-line-clamp: 6;
	max-height: 180px;
}
.inewlist li:nth-child(2) .iabwor {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
@media screen and (max-width:1000px) {
#inews {
	background: #0a63bf;
	padding: 50px 0 38px;
}
.inewlist li:nth-child(1), .inewlist li:nth-child(2) {
	width: 100%;
	margin-bottom: 14px;
}
.newcontent {
	padding: 40px 35px 50px;
	height: auto;
}
.inewlist li .iabtit, .inewlist li .iabwor {
	-webkit-line-clamp: inherit;
	max-height: inherit;
}
.inewlist li:nth-child(2) .newcontent {
	background: #fff;
}
.inewlist li:nth-child(2) .iabtit a:before, .inewlist li:nth-child(2) .iabtit a:after {
	background: #0a63bf
}
.inewlist li:nth-child(2) .iabtit a, .inewlist li:nth-child(2) .iabtit {
	color: #0a63bf
}
.inewlist li:nth-child(2) .iabwor {
	color: #656e74
}
}
/*iseone*/
#iseone {
	height: 850px;
	position: relative;
	background: url(../images/inbg.jpg) center top no-repeat;
}
.isecent {
	color: #0a63bf;
	width: 86%;
	position: absolute;
	top: 60%;
	left: 7%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-top: -100px;
	text-align: center;
}
.islar {
	font-size: 54px;
	line-height: 60px;
	margin-bottom: 35px;
}
.ismd {
	font-size: 19px;
	line-height: 25px;
}
#iseone:before {
	content: '';
	position: absolute;
	bottom: 100px;
	left: 0;
	border-left: 50vw solid #0d1119;
	border-right: 50vw solid #0d1119;
	border-top: 70px solid transparent;
}
#iseone:after {
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0d1119;
}
.isinp {
	width: 100%;
	max-width: 980px;
	margin: 40px auto 0;
}
.isinp input {
	font-family: Lato-Regular;
}
.istxt {
	float: left;
	height: 60px;
	width: 35%;
	margin-right: 1%;
	padding-left: 25px;
	padding-right: 6px;
	border-radius: 4px;
	background: #fff;
	color: #83969f;
	font-size: 16px;
}
.issubtn {
	float: left;
	height: 60px;
	width: 28%;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	background: #547ce9;
	cursor: pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.issubtn:hover {
	background: #0a63bf;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

@media screen and (max-width:992px) {
.islar {
	font-size: 48px;
	line-height: 56px;
}
}

@media screen and (max-width:560px) {
.isecent {
	width: 92%;
	left: 4%;
}
.istxt {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 4%;
}
.issubtn {
	width: 32%;
}
}

@media screen and (max-width:450px) {
.istxt {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 2%;
}
.issubtn {
	width: 50%;
}
}

.npicone{
	background-image: url(../images/VCG41N933297736.jpg);
}
.npictwo{
	background-image: url(../images/VCG41163942995.jpg);
}
.visionpic{
	background-image: url("../images/200824.jpg");
}
.missionpic{
	background-image: url(../images/ultrasonic-cleaner11582994774.jpg);
}
.valuespic{
	background-image: url(../images/ultrasonic-welding36119845054.jpg);
}
.erweima img{
	margin:0 20px 20px 0;
}

/* banner  覆盖层*/
.swiper-container .div_bannerbtn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swiper-container .div_bannerbtn img {
    width: 24px;
    height: 24px;
}

.swiper-container .bannerbtn {
    width: 176px;
    height: 56px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius:4px;
}
.swiper-container .bannerbtn.en{
	width: 230px;
}
.swiper-container .bannerbtn.lan{
    background-color: #0076ff;
}
.swiper-container .bannerbtn.orange{
    background-color: #ff7400;
}

.swiper-container .bannerbtn:first-child {
    margin-right: 10px;
}

.swiper-container .bannerbtn:last-child {
    margin-left: 10px;
}

.swiper-container .bannerbtn .text {
    color: white;
    font-weight: bold;
    font-size: 22px;
    margin-left: 8px;
}

.swiper-container .div_bannerbtn .title {
    font-size: 62px;
    color: white;
    position: absolute;
    top: 31%;
    left: 23%;
    font-weight:bold;

	/*width: 73%;*/
    line-height: 72px;
	text-align:center
}
.swiper-container .div_bannerbtn .title.en{
	left:0%;
}
.swiper-container .div_bannerbtn .title.ru{
	left:0%;
}
.swiper-container .div_bannerbtn ._btn {
    top: 50%;
    left: 39%;
    position: absolute;
}
@media screen and (max-width:1500px){
	.swiper-container .div_bannerbtn .title {
		font-size: 50px;
	}
	.swiper-container .bannerbtn {
		width: 150px;
		height: 50px;
	}
	.swiper-container .bannerbtn .text {
		font-size: 20px;
	}
	.swiper-container .div_bannerbtn img {
		width: 22px;
		height: 22px;
	}
}
@media screen and (max-width:1200px) {
	.swiper-container .div_bannerbtn .title {
		font-size: 38px;
	}

	.swiper-container .bannerbtn {
		width: 125px;
		height: 50px;
	}
	.swiper-container .bannerbtn .text{
		font-size:18px;
	}
	.swiper-container .div_bannerbtn img {
		width: 20px;
		height: 20px;
	}
}
@media screen and (max-width:900px) {
	.swiper-container .div_bannerbtn .title {
		font-size: 28px;
	}

	.swiper-container .bannerbtn {
		width: 110px;
		height: 38px;
	}

	.swiper-container .bannerbtn .text {
		font-size: 16px;
	}

	.swiper-container .div_bannerbtn img {
		width: 18px;
		height: 18px;
	}
}
@media screen and (max-width:560px) {
	.swiper-container .div_bannerbtn .title {
		font-size: 19px;
		line-height: 45px;
	}

	.swiper-container .bannerbtn {
		width: 90px;
		height: 30px;
	}

	.swiper-container .bannerbtn .text {
		font-size: 16px;
	}

	.swiper-container .div_bannerbtn img {
		width: 18px;
		height: 18px;
	}

	.swiper-container .div_bannerbtn ._btn {
		top: 50%;
		left: 30%;
		position: absolute;
	}
}
@media screen and (max-width:450px) {
	.swiper-container .div_bannerbtn .title {
		font-size: 16px;
		line-height: 30px;
	}

	.swiper-container .bannerbtn {
		width: 90px;
		height: 30px;
	}

	.swiper-container .bannerbtn .text {
		font-size: 16px;
	}

	.swiper-container .div_bannerbtn img {
		width: 18px;
		height: 18px;
	}
	.swiper-container .div_bannerbtn ._btn {
		top: 50%;
		left: 30%;
		position: absolute;
	}
}
