center {
	font-size: .16rem;
	margin-bottom: .8rem;
}
.icon-svg {
	display: block;
	width: 1rem; height: 1rem;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
	vertical-align: middle;
	margin: 0 auto;
}
.container {
	margin-top: 1rem;
}
.main {
	width: 11rem;
	margin: 0 auto;
}
.top-banner {
	margin-top: .88rem;
	width: 100%; height: 3.6rem;
	background-color: #eee;
	position: relative;
}
.top-banner .title {
	font-size: .32rem;
	position: absolute;
	bottom: 0; left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	width: 3.5rem;
	text-align: center;
	font-family: ArialNarrow-Bold;
	text-transform: uppercase;
	padding-top: .6rem;
}
.top-banner .banner {
	height: 100%;
}
.top-banner .banner:after {
	content: '';
	position: absolute;
	width: 100%; height: 100%;
	left: 50%; top: 0;
	transform: translateX(-50%);
	background-size: cover;
	background-position: center;
	transition: opacity 1s ease-in-out;
	overflow: hidden;
	transition-delay: 1s;
}
.top-banner .sub-title {
	font-size: .14rem;
	text-transform: uppercase;
	position: absolute;
	top: .4rem; left: 50%;
	transform: translateX(-50%);
}
.top-banner .about-banner:after {
	background-image: url("../images/about-banner.jpg");
}
.top-banner .contact-banner:after {
	background-image: url("../images/contact-banner.jpg");
}
.top-banner .support-banner:after {
	background-image: url("../images/support-banner.jpg");
}
.top-banner .news-banner:after {
	background-image: url("../images/news-banner.jpg");
}
.top-banner .product-banner:after {
	background-image: url("../images/product-banner.jpg");
}
.top-banner .quality-banner:after {
	background-image: url("../images/quality-banner.jpg");
}
.news-nav .title {
	background-color: #f1f1f1;
}
.common-title {
	width: 100%;
	font-size: .3rem;
	font-family: ArialNarrow-Bold;
	position: relative;
	margin-bottom: .4rem;
	text-transform: uppercase;
	z-index: 1;
}
.common-title:before {
	content: '';
	position: absolute;
	left: 0; top: 0;
	bottom: 0; right: 0;
	margin: auto 0;
	width: 100%; height: 1px;
	background-color: #ecebeb;
	z-index: -1;
}
.common-title .title {
	background-color: #fff;
	padding-right: .3rem;
	letter-spacing: 1px;
	position: relative;
}
.common-title .title:after {
	content: '';
	position: absolute;
	width: .8rem; height: 3px;
	left: 0; bottom: -.15rem;
	background-color: #e81a46;
}
.common-title .title i {
	font-size: .14rem;
	position: absolute;
	top: -.25rem;
	display: block;
	text-transform: unset;
	color: #39c5bb;
}

/*导航*/
.nav {
	text-align: center;
}
.nav b {
	font-size: .34rem;
	margin: .65rem 0 .35rem;
	display: inline-block;
	position: relative;
}
.nav b:after {
	position: absolute;
	bottom: -1rem; left: 50%;
	margin-left: -.15rem;
	width: .3rem; height: 2px;
	content: '';
	background-color: #39c5bb;
}
.nav span {
	font-size: .14rem;
	color: #5a5a5a;
}
.nav a {
	color: #5a5a5a;
}
.nav .iconfont {
	font-size: .12rem;
	color: #d1d1d0;
	margin: 0 .15rem 0 .1rem;
}

.container .introduction {
	font-size: 0;
}
.container .introduction h3 {
	text-align: center;
}
.container .introduction .title {
	font-weight: bold;
	padding: 0;
}
.container .introduction .common-title:before {
	display: none;
}
.introduction .title i {
	top: unset; bottom: -.42rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2rem;
}
.introduction .company-name {
	text-transform: uppercase;
	margin-top: .39rem;
	font-size: .36rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: .55rem;
	position: relative;
}
.introduction .company-name:after {
	position: absolute;
	bottom: -.3rem; left: 50%;
	margin-left: -.15rem;
	content: '';
	width: .3rem; height: 2px;
	background-color: #39c5bb;
}
.introduction .company-name i {
	color: #e81a46;
}
.introduction .title:after {
	display: none;
}
.container .introduction .text {
	font-size: 1vw;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 4.83% 9.22%;
	box-sizing: border-box;
}
.container .introduction .text p {
	margin: .08rem 0;
	line-height: 1.5;
}
.container .introduction .img {
	margin-top: .4rem;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;	
	text-align: center;
}
.container .introduction .img img {
	max-width: 100%;
	position: relative;
	display: none;
}
.introduction .company-border {
	width: 100%;
	border: 8px solid #f0f0f0;
	position: relative;
}
.introduction .company-border:before {
	position: absolute;
	top: -8px; left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 83%; height: 8px;
	background-color: #fff;
}
.introduction .company-border:after {
	position: absolute;
	bottom: -8px; left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 83%; height: 8px;
	background-color: #fff;
}
.commonNav .list {
	text-align: center;
}
.commonNav .list li {
	display: inline-block;
	margin: .8rem .15rem .4rem;
}
.commonNav .list li a {
	padding: .1rem .2rem;
	border: 1px solid #333;
	border-radius: 4px;
	transition: all .4s ease-in-out;
}
.commonNav .list li a:hover {
	background-color: #33506e;
	color: #fff;
}
.commonNav .list .cur a {
	background-color: #33506e;
	color: #fff;
}
.culture {
	background-color: #f8f8f8;
	padding: 1rem 0 1rem;
	width: 100%;
	text-align: center;
	margin-top: .6rem;
}
.culture .common-title {
	width: 100%;
	max-width: 11rem;
	text-align: left;
}
.culture .common-title:before {
	background-color: #666;
}
.culture .common-title .title {
	background-color: #f8f8f8;
}
.culture .common-title .title:after {
	left: -.1rem; top: -.26rem;
	width: 3px; height: .6rem;
}
.culture ul {
	width: 11rem;
	margin: 0 auto;
	display: inline-block;
	font-size: 0;
}
.culture ul li {
	width: 30%; height: 2.7rem;
	font-size: .16rem;
	float: left;
	padding: .2rem 3% .4rem;
	margin: 0 2.5%;
	text-align: center;
	background-color: #fff;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}
.culture ul li:first-child {
	margin-left: 0;
}
.culture ul li:last-child {
	margin-right: 0;
}
#icon-missioncompleted:hover > path:nth-child(1) {
	fill: yellow;
}
.culture ul li:nth-child(3) .icon {
	padding-top: .2rem;
	box-sizing: border-box;
}
.culture .culture-title {
	margin: .1rem 0;
	display: inline-block;
	font-size: .22rem;
}
.culture ul li p {
	text-align: center;
	font-size: .14rem;
	margin-top: .15rem;
	line-height: 1.5;
}
.honor {
	padding: 1rem 0 .6rem;
	box-sizing: border-box;
	font-size: 0;
}

.i-add{ width: 100%; display: block; height: 510px; background: url(../images/i-add.jpg) no-repeat top center / cover; position: relative; text-align: center;}
.i-add .text{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%;}
.i-add .text h2{ display: block; color: #fff; font-size: 42px; text-transform: uppercase;letter-spacing: 6px;margin-left: 57px;}
.i-add .text span{ display: inline-block; background: #e81a46; color: #fff; font-size: 24px; line-height: 32px; margin: 29px 0 45px; padding: 4px 15px; border-radius: 4px;}
.i-add .text a{ display: block; max-width: 244px; margin: 0 auto; letter-spacing: 2px; color: #fff; font-size: 12px; border-radius: 50px; text-transform: uppercase; border: 2px solid #39c5bb; font-weight: bold; line-height: 46px; padding: 0 35px; transition: background 0.3s ease-in-out}
.i-add .text a:hover{ background: #e81a46; }

.honor .honor-top {
	width: 100%;
}
.honor .honor-top ul {
	width: 100%;
	font-size: 0;
}
.honor .honor-top li {
	width: 50%; height: 6.4rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.honor .honor-top li:last-child {
	background-color: rgba(0, 0, 0, .4);
	color: #fff;
	padding: .86rem .6rem;
	box-sizing: border-box;
}
.honor .honor-top li:last-child:after {
	position: absolute;
	left: 0; top: 0;
	writing-mode: vertical-rl;
	content: 'Certifications';
	font-size: .9rem;
	letter-spacing: .06rem;
	color: #000;
	opacity: .1;
	text-transform: uppercase;
}
.honor .honor-top .honor-cert {
	font-size: .28rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.honor .honor-top li:last-child p {
	font-size: .16rem;
	line-height: 2;
	margin-top: .6rem;
}
.honor .honor-top li:last-child i {
	display: block;
}
.honor .bd {
	width: 80%;
	margin: 0 auto;
	margin-top: -2.7rem;
}
.honor .bd ul {
	width: 100%;
}
.honor .bd ul li {
	width: 33%;
	display: inline-block;
}
.honor .bd ul li .img {
	width: 100%;
	box-sizing: border-box;
	padding-right: .15rem;
}
.honor .bd .img img {
	max-width: 100%;
	border: 1px solid #333;
	box-sizing: border-box;
}
.honor .bd ul li .image-name {
	font-size: .16rem;
	background-color: #e81a46;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	padding: .08rem 0;
	letter-spacing: 2px;
}
.honor .prev, .honor .next {
	width: 1.2rem; height: .4rem;
	border: 1px dashed #33516f;
	display: inline-block;
	margin-top: .6rem;
	text-align: center;
	line-height: .4rem;
	font-size: .24rem;
}
.honor .prev {
	margin-left: 10%;
}
.honor .next {
	border-left: 0;
}
.honor .iconfont:hover {
	background-color: #33516f;
	color: #fff;
}

/*products*/
.products .list {
	width: 100%;
	display: inline-block;
	margin: 1rem 0;
}
.products .list li {
	width: 33%; height: 2.7rem;
	border: 1px solid #ddd;
	box-sizing: border-box;
	float: left;
	position: relative;
	margin: 1% .25%;
	padding-bottom: .5rem;
}
.products .list li:nth-child(3n-2) {
	margin-left: 0;
}
.products .list li:nth-child(3n) {
	margin-right: 0;
}
.products .list li a {
	width: 100%; height: 100%;
	display: block;
	text-align: center;
}
.products .list .product-list-name {
	font-size: .16rem;
	width: 100%; height: .5rem;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	display: block;
	position: absolute;
	bottom: 0; left: 0;
	text-align: center;
	line-height: .5rem;
	transition: all .8s ease-in-out;
	font-weight: bold;
}
.products .list li:hover .product-list-name {
	letter-spacing: 2px;
	background-color: rgba(0, 0, 0, .9);
}
.products .list img {
	max-width: 100%;
	max-height: 100%;
}
.products .list li {
	height: 2.64rem;
}
.products .constheight img {
	max-height: unset;
}
.valve-descripion {
	display: flex;
	justify-content: center;
}
.valve-list {
	padding-top: 1rem;
}
.valve-img {
	width: 32%; height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #ccc;
	overflow: hidden;
	float: left;
}
.valve-img img {
	max-width: 80%;
	max-height: 93%;
}

.valve-descripion .text {
	width: 68%;
	font-size: .16rem;
	line-height: 1.5;
	padding: .7rem .6rem 0;
	box-sizing: border-box;
	background-color: #eee;
}
.valve-name {
	font-size: .18rem;
	letter-spacing: 1px;
	margin-bottom: .3rem;
	display: block;
}
.valve-name i {
	color: #e81a46;
	font-weight: bold;
}
.valve-descripion .text p {
	margin: .05rem 0;
	line-height: 1.5;
	font-size: .14rem;
}
/*productsview*/
.productview {
	font-size: 0;
	margin-top: 1rem;
}
.productview .img {
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #ddd;
	box-sizing: border-box;
	padding: .2rem;
}
.productview .img:first-child {
	border-right: 0;
}
.productview .img img {
	max-width: 100%;
}
.productview .desc {
	width: 33.3%; height: 2.27rem;
	font-size: .16rem;
	display: inline-block;
	background-color: #eee;
	padding: .5rem .4rem 0;
	box-sizing: border-box;
}
.productview .desc .valve-name {
	font-size: .16rem;
}
.productview .img img {
	max-width: 100%;
}
.productview .product-detail {
	font-size: .16rem;
	display: table;
	vertical-align: top;
	margin: .6rem auto .2rem;
}
.productview .table {
	width: 100%;
	border: 1px solid #ddd;
	border-spacing: 0;
	border-collapse: collapse;
}
.productview .table > tbody > tr {
	width: 100%;
}
.productview .table > tbody > tr > th {
	color: #e81a46;
	text-transform: uppercase;
	background-color: #33516f;
	color: #fff;
}
.productview .table > tbody > tr > td {
	font-size: .14rem;
	line-height: .45rem;
}
.productview .table > tbody > tr > td:nth-child(2n) {
	background-color: #ddd;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.productview .table > tbody > tr > td, .table > tbody > tr > th {
    border: 1px solid #ddd;
    padding: .08rem .15rem;
    width: 2.2rem;
}
.products .product-download {
	float: right;
	margin-top: .6rem;
	font-size: .16rem;
	position: relative;
}
.products .product-download a {
	width: 1rem; height: .4rem;
	color: #33516f;
	border: 1px solid #33516f;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	line-height: .4rem;
}
.products .product-download a:hover {
	background-color: #33516f;
	color: #fff;
}
.products .product-download .hint {
	color: #33516f;
	position: absolute;
	background-color: #e1e1e1;
	padding: 0 .2rem;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(.1rem);
	top: 0; right: 1.3rem;
	width: auto; height: .42rem;
	line-height: .42rem;
	transition: all .4s ease-in-out;
	transform: translateY(.1rem);
}
.products .product-download a:hover + .hint {
	opacity: 1;
	transform: translateY(0);
}
.products .product-download .hint::before {
	position: absolute;
    z-index: -1;
    top: calc(50% - .1rem);
    right: -.1rem;
    content: '';
    border-style: solid;
    border-width: .1rem 0 .1rem .1rem;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.btn-back {
	margin: .6rem 0 .2rem;
	font-size: .16rem;
	width: 1rem; height: .4rem;
	text-align: center;
	line-height: .4rem;
	display: inline-block;
	color: #33516f;
	border: 1px solid #33516f;
	border-radius: 2px;
}
.btn-back:hover {
	background-color: #33516f;
	color: #fff;
}
.recommend {
	font-size: 0;
	margin: .6rem 0;
}
.recommend .text {
	font-size: .16rem;
	line-height: 2;
	font-weight: bold;
	margin-bottom: .1rem;
}
.recommend .index {
	width: 22%;
	display: inline-block;
	vertical-align: top;
	margin: 0 2%;
}
.recommend .index:nth-child(2) {
	margin-left: 0;
}
.recommend .index:nth-child(5) {
	margin-right: 0;
}
.recommend .indexImg {
	box-sizing: border-box;
	border: 2px solid #33516f;
}
.recommend .indexImg img {
	max-width: 100%;
}
.recommend .con span {
	font-size: .14rem;
	display: block;
	text-align: center;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	line-height: .4rem;
	transition: letter-spacing .2s ease-in-out;
}
.recommend .con:hover span {
	letter-spacing: 1px;
}
.newsList .page_zt {
	display: none;
}
.page_zt {
	width: 100%;
}
.page_r {
	width: 100%;
	text-align: center;
	font-size: .16rem;
	color: #5a5a5a;
	margin: .3rem 0;
}
.ym2 {
	margin: .2rem .05rem;
	color: #e81a46;
	text-decoration: underline;
	background-color: #ddd;
	padding: .04rem .06rem;
}
.ym {
	margin: .2rem .05rem;
	background-color: #666;
	padding: .04rem .06rem;
	color: #fff;
}
.search .list {
	margin-bottom: 0;
}
/*news*/
.newsPage {
	width: 100%;
	background-color: #f1f1f1;
}
.commonNav .list {
	font-size: .16rem;
}
.newsList {
	font-size: 0;
}
.newsList li {
	width: 100%;
	min-height: 1.7rem;
	margin-bottom: .3rem;
	padding: .3rem 0;
	border-bottom: 1px solid #333;
}
.newsList li:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
}
.newsList li dl {
	width: 60%;
	display: inline-block;
}
.newsList .news-name {
	font-size: .26rem;
	line-height: 1.2;
}
.newsList .date {
	font-size: .12rem;
	margin-top: .15rem;
}
.newsList .news-description {
	font-size: .14rem;
	margin-top: .3rem;
	display: block;
}
.newsList .more {
	font-size: .14rem;
	text-decoration: underline;
	display: block;
	margin-top: .15rem;
	display: inline-block;
	padding-left: .2rem;
	position: relative;
}
.newsList .transition:hover .more {
	color: #e81a46;
}
.newsList .more .iconfont {
	position: absolute;
	left: 0;
}
.newsList .img {
	float: right;
	width: 30%; height: 1.7rem;
	border: 1px solid #ddd;
	position: relative;
	background-color: #f1f1f1;
	z-index: 1;
}
.newsList .img:after {
	position: absolute;
    top: .1rem;
    left: -.1rem;
    width: 100%;
    height: 100%;
    border-right-color: transparent;
    content: "";
	border: 1px solid rgba(0,0,0,.2);
	z-index: -1;
}
.newsList .img img {
	max-width: 100%;
}
.newsList .img img:hover {
	opacity: .8;
}
.newsview {
	padding-bottom: .5rem;
}
.newsview .newsview-title {
	font-size: .3rem;
	text-align: center;
}
.newsview .xinxi {
	font-size: .14rem;
	text-align: center;
	margin: .2rem 0;
}
.newsview .ms {
	font-size: .16rem;
	line-height: 1.5;
}
.newsview .ms p {
	margin-bottom: .15rem;
	display: block;
}
.newsview .back {
	font-size: .14rem;
	display: inline-block;
	padding: .1rem .2rem;
	border: 1px dashed #33516f;
	transition: all .2s ease-in-out;
}
.newsview .back:hover {
	background-color: #33516f;
	color: #fff;
}

/*quality*/
.quality-page {
	margin: 1rem auto;
}
.quality-page .swiper-container {
	margin-bottom: .4rem;
	position: relative;
}
.quality-page .swiper-slid {
	width: 50%;
}
.quality-page .swiper-slide .img {
	width: 100%;
}
.quality-page .swiper-slide .img img {
	max-width: 100%;
}
.quality-item {
	width: 3rem;
	font-size: .26rem;
	line-height: 1.5;
	background-color: #fff;	
	z-index: 1;
	font-family: ArialNarrow-Bold;
	text-align: left;
	font-weight: bold;
	/*background-color: #e81a46;
	color: #fff;*/
	color: #e81a46;
	opacity: .6;
	position: relative;
	letter-spacing: 2px;
	margin-bottom: .3rem;
}
.quality-item:before {
	content: '';
	position: absolute;
	left: 0; bottom: -.15rem;
	width: 2.2rem; height: 3px;
	background-color: #33516f;
	z-index: -1;
}
.quality-item i {
	font-size: .14rem;
	display: block;
}
#rad .quality-item {
	left: 0;
}
.quality-page .button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}
.quality-page .button .prev,
.quality-page .button .next {
	position: absolute;
	font-size: .5rem;
	color: #fff;
	padding: .1rem;
	font-weight: 100;
	cursor: pointer;
}
.quality-page .button .next {
	right: 0;
}
.quality-page .button .iconfont:hover {
	background-color: rgba(0, 0, 0, .3);
}
/*support*/
.download {
	margin: .8rem auto;
}
.download .list {
	width: 100%; 
	margin: 0 auto;
}
.download .list li {
	width: 100%;
}
.download .download-image {
	width: 5rem;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
	position: relative;
	background-color: #fff;
	display: inline-block;
}
.download .download-image img {
	max-width: 100%;
}
.download .download-image:before {
	content: '';
	position: absolute;
	left: -.1rem; bottom: .-1rem;
	width: 100%; height: 100%;
	border: 1px solid #ccc;
	z-index: -1;
}
.download .download-content {
	margin-top: .67rem;
	width: 5.7rem; height: 2rem;
	display: inline-block;
	position: relative;
	background-color: #fcfcfc;
	padding: .3rem 0;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-left: 0;
}
.download .download-content:before {
	position: absolute;
	left: -.5rem; top: 0;
	background-color: #fcfcfc;
	content: '';
	width: .5rem; height: 2rem;
	border: 1px solid #ddd;
	border-right: 0;
}
.download .download-title {
	font-size: .26rem;
	display: inline-block;
}
.download .download-text {
	font-size: .16rem;
	display: block;
	margin: .15rem 0 .2rem;
}
.download .download-button {
	font-size: .14rem;
	display: block;
	width: 1.2rem; height: .32rem;
	line-height: .3rem;
	text-align: center;
	background-color: #33516f;
	color: #fff;
}
.download .download-button:hover {
	letter-spacing: 1px;
}
.join {
	padding-bottom: .8rem;
	display: none;
}
.support-title {
    font-size: .3rem;
    font-family: ArialNarrow-Bold;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    margin: .8rem 0 .4rem;
    position: relative;
}
.support-title:after {
	content: '';
    position: absolute;
    width: .8rem;
    height: 3px;
    left: 0;
    bottom: -.15rem;
    background-color: #e81a46;
}
.support-title i {
	position: absolute;
	top: -.15rem; left: 50%;
	transform: translateX(-50%);
	display: block;
	text-transform: unset;
	font-size: .14rem;
	letter-spacing: 1px;
	color: #39c5bb;
}
.join .job-icon {
	float: right;
	margin-left: .18rem;
	font-size: .3rem;
	width: .4rem; height: .4rem;
	line-height: .4rem;
	text-align: center;
	border: 1px solid;
	color: #33516f;
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0 0 0 2px;
/*	-webkit-animation: circleShadowBlue 3s ease-in-out infinite;
	animation: circleShadowBlue 3s ease-in-out infinite;
	animation-direction: alternate;*/
}
.join .table {
	background-color: #f2f2f2;
	border-collapse: collapse;
	width: 11rem;
}
.join .table th {
	font-size: .16rem;
	height: .66rem;
	padding: 0 4%;
	text-align: left;
	background-color: #e81a46;
	color: #fff;
}
.join .table td {
	font-size: .16rem;
	padding: 0 2%;
	height: .5rem;
	line-height: 1.5;
}
.join .table tr:not(:first-child):hover {
	background-color: #fcfcfc;
}
.app-warp {
	background-color: #eee;
	padding: .8rem 0;
}
.application {
	box-sizing: border-box;
	position: relative;
	border: 1px solid #333;
	height: 3.6rem;
}
.application .controller {
	width: 30%; height: 100%;
	position: absolute;
	left: 0; top: 0;
	z-index: 2;
	display: block;
	background-color: rgba(255,255,255,.2);
}
.application .controller li:before {
	position: absolute;
	left: .2rem;
	font-size: .3rem;
}
.application .controller li {
	font-size: .2rem;
	height: 20%;
	line-height: .72rem;
	font-family: 'iconfont';
	color: #fff;
	padding-left: .7rem;
	cursor: pointer;
	width: auto;
}
.application #controller .prev,
.application #controller .next {
	display: none;
}
.application .controller .icon--youjiantou {
	background-color: rgba(0,0,0,.4);
}
.application .swiper-container {
	width: 100%; height: 100%;
}
.application #application-case .swiper-slide {
	width: 100%; height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: .4rem .7rem .4rem 4rem;
	box-sizing: border-box;
}
.application #application-case .swiper-slide:nth-child(1) {
	background-image: url(../images/application2.jpg);
}
.application #application-case .swiper-slide:nth-child(2) {
	background-image: url(../images/application1.jpg);
}
.application #application-case .swiper-slide:nth-child(3) {
	background-image: url(../images/application3.jpg);
}
.application #application-case .swiper-slide:nth-child(4) {
	background-image: url(../images/application4.jpg);
}
.application #application-case .swiper-slide:nth-child(5) {
	background-image: url(../images/application5.jpg);
}
	

.application .slide-title {
	font-size: .26rem;
	margin-bottom: .25rem;
	line-height: 1.5;
	width: 6.3rem;
	display: block;
	color: #fff;
}
.application .slide-desc {
	margin-bottom: .3rem;
	font-size: .16rem;
	line-height: 1.5;
	width: 6.4rem;
	display: block;
	color: #fff;
}
/*contact*/
.conInfo ul {
	display: inline-block;
}
.conInfo ul li {
	font-size: .16rem;
	width: 33%; height: 2rem;
	float: left;
	padding: .1rem .2rem;
	box-sizing: border-box;
}
.conInfo .icon-svg {
	width: .6rem; height: .6rem;
	margin: .4rem auto;
}
.conInfo .content {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1.5;
}
.conInfo .content a:hover {
	color: #e81a46;
	text-decoration: underline;
}
.map {
	width: 100%; height: 4rem;
	margin: .6rem 0;
}




/*animate*/
@keyframes circleShadow {
from{-webkit-box-shadow: 0 0 0 0 rgba(216,175,135,.5), 0 0 0 0.35714vw rgba(216,175,135,.6), 0 0 0 0.71429vw rgba(216,175,135,.4);
    box-shadow: 0 0 0 0 rgba(216,175,135,.5), 0 0 0 0.35714vw rgba(216,175,135,.6), 0 0 0 0.71429vw rgba(216,175,135,.4);};
to{-webkit-box-shadow: 0 0 0 0.35714vw rgba(216,175,135,.6), 0 0 0 0.71429vw rgba(216,175,135,.4), 0 0 0 1.07143vw rgba(216,175,135,0);
    box-shadow: 0 0 0 0.35714vw rgba(216,175,135,.6), 0 0 0 0.71429vw rgba(216,175,135,.4), 0 0 0 1.07143vw rgba(216,175,135,0);}
}
@keyframes circleShadowBlue {
from{-webkit-box-shadow: 0 0 0 0 rgba(51,81,111,.5), 0 0 0 0.2vw rgba(51,81,111,.6), 0 0 0 0.55vw rgba(51,81,111,.4);
    box-shadow: 0 0 0 0 rgba(51,81,111,.5), 0 0 0 0.2vw rgba(51,81,111,.6), 0 0 0 0.55vw rgba(51,81,111,.4);};
to{-webkit-box-shadow: 0 0 0 0.2vw rgba(51,81,111,.6), 0 0 0 0.55vw rgba(51,81,111,.4), 0 0 0 .8vw rgba(51,81,111,0);
    box-shadow: 0 0 0 0.2vw rgba(51,81,111,.6), 0 0 0 0.55vw rgba(51,81,111,.4), 0 0 0 .8vw rgba(51,81,111,0);}
}

.roate-before span {
	-webkit-transform: rotateY(-45deg);
	transform: rotateY(-45deg);
	transition: all 2s ease;
}
.roate-before span:nth-child(1) { transition-delay: .1s; }
.roate-before span:nth-child(2) { transition-delay: .2s; }
.roate-before span:nth-child(3) { transition-delay: .3s; }
.roate-before span:nth-child(4) { transition-delay: .4s; }
.roate-before span:nth-child(5) { transition-delay: .5s; }
.roate-before span:nth-child(6) { transition-delay: .6s; }
.roate-before span:nth-child(7) { transition-delay: .7s; }
.roate-before span:nth-child(8) { transition-delay: .8s; }
.roate-before span:nth-child(9) { transition-delay: .9s; }
.roate-before span:nth-child(10) { transition-delay: 1s; }
.roate-before span:nth-child(11) { transition-delay: 1.1s; }
.roate-before span:nth-child(12) { transition-delay: 1.2s; }
.roate-before span:nth-child(13) { transition-delay: 1.3s; }
.roate-before span:nth-child(14) { transition-delay: 1.4s; }
.roate-before span:nth-child(15) { transition-delay: 1.5s; }
.roate-after span {
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}


@media screen and (max-width: 480px) {
.top-banner {
	height: 2rem;
}
.top-banner .banner {
	height: 100%;
}
.top-banner .banner:after {
	background-position: 67%;
}
.top-banner .title {
	padding-top: .2rem;
	font-size: .2rem;
	width: 2rem;
}
.container {
	margin-top: .4rem;
}
.common-title {
	margin-bottom: .4rem;
	font-size: .24rem;
	text-align: center;
}
.common-title .title {
	padding: 0 .15rem;
}
.commonNav .list .cur a {
	color: #fff;
	background-color: #33516f;
}
.nav b {
	margin: .3rem 0;
}
.nav b:after {
	bottom: -.78rem;
}
.introduction .company-name {
	width: 88%;
	margin-left: 6%;
	font-size: .3rem;
}
.introduction .company-border {
	margin-left: 6%;
	width: 88%;
	box-sizing: border-box;
	border: 0;
}
.container .introduction .img img {
	max-width: 100%;
}
.container .introduction .text {
	font-size: .14rem;
	line-height: 1.5;
	padding: 0 5%;
	box-sizing: border-box;
	margin: 0 0 .15rem 0;
}
.introduction .common-title {
	text-align: left;
	font-size: .2rem;
	font-weight: normal;
	margin-bottom: .2rem;
	margin-top: .2rem;
}
.culture {
	margin-top: 0;
	padding: .75rem 0;
}
.culture ul {
	padding: 0 6%;
	width: 100%;
	box-sizing: border-box;
}
.culture ul li {
	width: 100%; height: auto;
	border-bottom: 1px solid #eee;
	margin-bottom: .15rem;
}
.culture ul li:first-child {
	margin-left: 2.5%;
}
.culture ul li:last-child {
	border: 0;
}
.culture .icon-svg {
	width: .8rem; height: .8rem;
}
.i-add {
	height: auto;
	padding: .5rem 0;
	box-sizing: content-box;
}
.i-add .text {
	width: 100%;
	padding: 0 8%;
	box-sizing: border-box;
	position: relative;
    top: unset;
    left: unset;
    transform: translate(0, 0);
}
.i-add .text span {
	line-height: 1.5;
}
.i-add .text h2 {
	margin-left: 0;
	font-size: .3rem;
	line-height: 1.5;
}
.honor {
	padding-top: 0;
	padding-bottom: .3rem;
}
.honor .bd ul li {
	width: 100%;
}
.honor .honor-top li:first-child {
	display: none;
}
.honor .honor-top li:last-child {
	padding: .6rem 8%;
}
.honor .honor-top li {
	width: 100%;
}
.honor .prev, .honor .next {
	margin-top: .3rem;
	left: 50%;
	position: relative;
	border: 1px solid;
}
.honor .prev {
	margin-left: -1.22rem;
	border-right: 0;
}
.valve-list {
	padding-top: .58rem;
}
.products .list {
	padding: 0 4%;
	box-sizing: border-box;
	margin: .5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.products .list li {
	width: 48%; height: auto;
	margin: 1%;
	padding-bottom: .4rem;
	box-sizing: content-box;
}
.products .list-id {
	margin: .5rem 0;
}
.products .list li:nth-child(3n) {
	margin-right: 1%;
}
.products .list li:nth-child(3n-2) {
	margin-left: 1%;
}
.products .list li:nth-child(2n) {
	margin-right: 0;
}
.products .list li:nth-child(2n-1) {
	margin-left: 0;
}
.products .list .product-list-name {
	height: .4rem;
	line-height: .4rem;
}
.valve-descripion {
	flex-wrap: wrap;
}
.valve-descripion .valve-img {
	width: 90%;
	margin-bottom: 5%;
}
.valve-descripion .valve-name {
	margin-bottom: .16rem;
}
.valve-descripion .text {
	width: 100%;
	padding: .3rem 6%;
}
.productview {
	margin-top: .5rem;
}
.productview .img {
	width: 50%;
	border: 0;
	padding-left: .1rem;
}
.productview .img:first-child {
	border-right: 2px solid #ddd;
	border: 0;
	padding-right: .1rem;
	padding-left: .2rem;
}
.productview .img img {
	border: 2px solid #ddd;
}
.productview .desc {
	width: 100%;
	padding: .3rem 6%;
	display: none;
}
.productview .table {
	margin-top: .4rem;
	padding: 0 .2rem;
	box-sizing: border-box;
	border: 0;
	font-size: .14rem;
	width: 90%;
}
.productview .table:first-of-type {
	margin-bottom: 0;
}
.productview .table:last-child {
	margin-top: 0;
}
.productview .table > tbody > tr > td, .table > tbody > tr > th {
	padding: .1rem .1rem;
	width: 50%;
}
.productview .table > tbody > tr > td {
	font-size: .14rem;
	line-height: 1.5;
	padding: .2rem .1rem;
}
.btn-back {
	margin-left: 6%;
	margin-top: .2rem;
	width: .8rem;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	font-size: .14rem;
}
.products .product-download {
	margin-right: 6%;
	margin-top: .2rem;
}
.products .product-download a {
	font-size: .14rem;
	width: .8rem;
}
.products .product-download .hint {
	right: 0; top: .45rem;
	opacity: 1;
}
.products .product-download .hint::before {
	top: -.2rem; right: .3rem;
	border-right: .1rem solid transparent;
	border-left: .1rem solid transparent;
	border-bottom: .1rem solid #e1e1e1;
}
.recommend {
	padding: 0 6%;
	margin: .5rem 0 .3rem 0;
}
.recommend .index {
	width: 48%;
	margin: 2%;
}
.recommend .index:nth-child(3) {
	margin-right: 0;
}
.recommend .index:nth-child(4) {
	margin-left: 0;
}
.quality-page {
	margin-bottom: .2rem;
	margin-top: .5rem;
}
.quality-page .swiper-container {
	padding-bottom: 0;
}
.quality-page .swiper-slide {
	width: 100%!important;
}
.quality-page .swiper-slide .img {
	width: 100%;
	padding: 0 .2rem;
	box-sizing: border-box;
}
.quality-page .button .next {
	right: .2rem;
}

.quality-page .button .prev {
	left: .2rem;
}
.quality-item {
	width: 100%;
	font-size: .24rem;
	padding: 0 .2rem;
	box-sizing: border-box;
}
.quality-item:before {
	left: .2rem;
	width: 90%;
}
.quality-page .button {
	top: 1.06rem;
}
.commonNav .list li {
	margin-top: .68rem;
}
.newsList li {
	box-sizing: border-box;
	position: relative;
	padding: 0 6%;
}
.newsPage .commonNav .list li a {
	padding: .1rem;
	font-size: .14rem;
}
.newsList li dl {
	width: 100%;
	padding: .3rem 0;
	box-sizing: border-box;
}
.newsList .news-name {
	font-size: .2rem;
}
.newsList .img {
	position: absolute;
	width: 100%; height: 100%;
	left: 0; top: 50%;
	transform: translateY(-50%);
	opacity: .2;
}
.newsList .img a {
	display: inline-block;
	width: 100%; height: 100%;
}
.newsList .img img {
	width: 6.6rem; height: 6.4rem;
	object-fit: cover;
	object-position: center;
}
.newsList li:last-of-type {
	margin-bottom: .3rem;
}
.newsList .img:after {
	border: 0;
	display: none;
}
.newsList .img img {
	height: 100%;
}
.newsview .newsview-title {
	font-size: .24rem;
}
.newsview {
	padding: 0 6% .2rem;
	box-sizing: border-box;
}
.download {
	margin-bottom: 0;
	margin-top: .6rem;
}
.download .title:after {
	left: 50%;
	transform: translateX(-50%);
}
.download  .title i {
	display: none;
}
.download .list {
	width: 100%;
}
.download .download-content {
	border: 0;
	width: 100%;
	margin-top: 0;
	padding: .2rem 8%;
	box-sizing: border-box;
}
.download .download-content:before {
	display: none;
}
.download .download-image {
	width: 100%; height: auto;
	padding: 0;
	border: 0;
	padding: 0 8%;
	box-sizing: border-box;
}
.download .download-image:before {
	display: none;
}
.download .download-image img {
	max-width: 100%;
}
.download .download-title {
	margin-top: .1rem;
	font-size: .2rem;
}
.download .download-button {
	width: 1rem;
}
.support-title {
	margin: .4rem auto;
	width: 100%;
	text-align: center;
}
.app-warp {
	padding: 0;
}
.application {
	padding-bottom: .7rem;
	height: 4rem;
	border: 0;
}
.application #controller {
	position: absolute;
	bottom: 0;
	width: 100%; height: .7rem;
	overflow: hidden;
}
.application .controller {
	display: flex;
	bottom: 0; top: unset;
	width: 100%;
}
.application .slide-title {
	letter-spacing: 3px;
}
.application .controller li {
	width: 100%; height: .7rem;
	font-size: .2rem;
	padding: 0 10%;
	box-sizing: border-box;
	background-color: #5a5a5a;
	text-align: center;
}
.application #controller .prev,
.application #controller .next {
	display: inline-block;
	position: absolute;
	bottom: .16rem;
	z-index: 2;
	font-size: .36rem;
	color: #fff;
}
.application #controller .prev {
	left: 8%;
}
.application #controller .next {
	right: 8%;
}

.application #controller .prev:focus,
.application #controller .next:focus {
	outline-style:none;
	-moz-outline-style: none;
}

.application .controller .icon--youjiantou {
	background-color: #5a5a5a;
}
.application .controller li.icon--youjiantou:before {
	display: none;
}
.application #application-case .swiper-slide {
	padding: 6%;
	background-size: cover;
	background-position: 60%;
}
.application .slide-title {
	width: 100%;
}
.application .slide-desc {
	width: 100%;
}
.join .job-icon {
	float: unset;
	margin-right: .1rem;
}
.support-title:after {
	left: 50%;
	margin-left: -.4rem;
}
.join {
	padding-bottom: 0;
	background-color: #fff;
}
.join .table {
	width: 92%;
	margin-left: 4%;
	table-layout: fixed;
}
.join .table th {
	font-size: .14rem;
	padding: 0;
	text-align: center;
}
.join .table td,
.join .table th {
	width: 20%;
}
.join .table th:last-child,
.join .table th:nth-child(4) {
	display: none;
}
.join .table td:last-child,
.join .table td:nth-child(4) {
	display: none;
}
.join .table tr td:nth-child(2),
.join .table tr th:nth-child(2) {
	width: 9%;
}
.join .table th {
	height: .4rem;
}
.join .table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.join li {
	width: 100%;
	margin-bottom: .3rem;
}
.support-title i {
	display: none;
}
.job-wap {
	padding: .2rem 6%;
	box-sizing: border-box;
	margin-bottom: .2rem;
}
.job-wap:nth-child(2n) {
	background-color: #fff;
	background-color: #f0f0f0;
}
.job-wap:last-child {
	margin-bottom: 0;
}
.job-wap span {
	font-size: .14rem;
	padding-left: 1rem;
	box-sizing: border-box;
	position: relative;
	display: block;
	line-height: 1.5;
	margin-bottom: .1rem;
}
.job-wap span i {
	position: absolute;
	left: 0;
	font-weight: bold;
	font-size: .16rem;
}
.conInfo ul li {
	width: 50%;
}
.conInfo .content {
	font-size: .14rem;
}

@keyframes circleShadow {
from{-webkit-box-shadow: 0 0 0 0 rgba(216,175,135,.5), 0 0 0 1vw rgba(216,175,135,.6), 0 0 0 3vw rgba(216,175,135,.4);
    box-shadow: 0 0 0 0 rgba(216,175,135,.5), 0 0 0 1vw rgba(216,175,135,.6), 0 0 0 3vw rgba(216,175,135,.4);};
to{-webkit-box-shadow: 0 0 0 1vw rgba(216,175,135,.6), 0 0 0 3vw rgba(216,175,135,.4), 0 0 0 1.07143vw rgba(216,175,135,0);
    box-shadow: 0 0 0 1vw rgba(216,175,135,.6), 0 0 0 3vw rgba(216,175,135,.4), 0 0 0 1.07143vw rgba(216,175,135,0);}
}
@keyframes circleShadowBlue {
from{-webkit-box-shadow: 0 0 0 0 rgba(51,81,111,.5), 0 0 0 0.2vw rgba(51,81,111,.6), 0 0 0 0.55vw rgba(51,81,111,.4);
    box-shadow: 0 0 0 0 rgba(51,81,111,.5), 0 0 0 0.2vw rgba(51,81,111,.6), 0 0 0 0.55vw rgba(51,81,111,.4);};
to{-webkit-box-shadow: 0 0 0 0.2vw rgba(51,81,111,.6), 0 0 0 0.55vw rgba(51,81,111,.4), 0 0 0 .8vw rgba(51,81,111,0);
    box-shadow: 0 0 0 0.2vw rgba(51,81,111,.6), 0 0 0 0.55vw rgba(51,81,111,.4), 0 0 0 .8vw rgba(51,81,111,0);}
}

}