/* CSS Document */


/* Auther: Puyuan */


/* WebSite: http://www.ipuyuan.com/ */

@media (min-width: 1700px) {
  .container {
    width: 1630px;
  }
}
/*header*/
.header-box{
	height: 50px;
}
.header{
	width: 100%;
	height: 50px;
	background: #e60012;
	font-size: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.logo{
	float: left;
	line-height: 50px;
}
.logo img{
	display: inline-block;
	vertical-align: middle;
}
.nav{
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 10002;
	width: 100%;
	height: 100%;
	background: #e60012;
	color: #fff;
	text-align: right;
	padding: 15px;
	overflow: auto;
	transition: right .5s ease;
}
.nav.crt{
	right: 0;
}
.nav span{
	border-bottom: 1px solid #fff;
	font-size: 13px;
	line-height: 40px;
	display: block;
	font-weight: bold;
	position: relative;
}
.nav-box{
	position: relative;
	padding-top: 40px;
	height: 100%;
	text-align: center;
}
.sec-nav ul{
	font-size: 0;
	text-align: left;
}
.sec-nav li{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 20px;
}
.sec-nav li img{
	display: inline-block;
	width: 60%;
}
.sec-nav li p{
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	padding-top: 6px;
	border-top: 2px solid #fff;
	margin-top: 10px;
	text-align: left;
}
.m-close{
	width: 22px;
	height: 23px;
	position: absolute;
	top: 0;
	right: 0;
}
.m-close img{
	display: block;
	width: 100%;
}
.m-menu{
	float: right;
	line-height: 50px;
}
.m-menu-box{
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	line-height: 1;
}
.m-menu img{
	height: 21px;
}
.m-menu p{
	font-size: 12px;
	line-height: 1;
	color: #fff;
	margin-top: 3px;
}
.language{
	height: 50px;
	float: right;
	margin: 0 10px;
	padding-right: 15px;
	// background: url(../images/lan-arrow.png) no-repeat right center;
	position: relative;
}
.language a{
	font-size: 14px;
	line-height: 50px;
	padding-left: 20px;
	// background: url(../images/language.png) no-repeat left center;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-top:-2px;
}
.lan-box{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	color: #333;
	z-index: 100;
	display: none!important;
}
.lan-box p{
	cursor: pointer;
}
.language:hover .lan-box{
	display: block;
}

.search-box{
	float: right;
}
.search-box{
	position: relative;
	line-height: 50px;
	z-index: 10;
}
.sb{
	position: fixed;
	top: 50px;
	left: 5%;
	width: 90%;
	z-index: 10001;
	display: none;
}
.search{
	height: 42px;
	padding: 7px 50px 7px 6px;
	background: rgba(0,0,0,0.2);
	position: relative;
}
.search input{
	font-size: 14px;
	line-height: 28px;
	color: #e60012;
}
.search-list{
	width: 100%;
	background: #fff;
	position: absolute;
	top: 42px;
	left: 0;
	display: none;
}
.search-list li{
	border-bottom: 1px solid #ccc;
}
.search-list a{
	display: flex;
	padding: 10px 15px;
}
.search-list img{
	float: left;
	margin-right: 30px;
	width: 48px;
	height: 57px;
}
.search-list a div{
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
}
.search-list li h2{
	font-size: 16px;
	line-height: 20px;
	color: #e60012;
}
.search-list li p{
	font-size: 14px;
	line-height: 20px;
	color: #939393;
}
.s-text{
	background: #e60012;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	padding: 4px 0;
	margin-top: 3px;
}
.s-text a{
	display: inline;
	padding: 0;
}
.s-icon{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/fdj-icon.png) no-repeat center;
	background-size: cover;
}
.search input{
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 0 10px;
}
.search span{
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/close1.png) no-repeat center;
	position: absolute;
	top: 7px;
	right: 11px;
}
.foot-t{
	background: #4b4b4c;
	padding: 20px 0 40px 0;
}
.foot01 img{
	display: block;
}
.foot01 p{
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	margin-top: 7px;
}
.foot02{
	font-size: 0;
	margin-top: 20px;
}
.foot02 a{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding: 0 10px 0 0;
	margin: 4px 0;
}
.foot02 a:nth-child(2n){
	padding: 0 0 0 10px;
}
.foot03{
	margin-top: 20px;
}
.foot03 h2{
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
}
.foot03 span{
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #faec05;
}
.foot03 p{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding: 4px 0;
}
.foot-b{
	background: #000;
	text-align: center;
	color: #fff;
}
.foot-b p{
	font-size: 12px;
	line-height: 20px;
	padding: 12px 0;
}
.foot-b p span{
	margin-left: 15px;
}
.foot-b p span:first-child{
	margin-left: 0;
}

@media only screen and (min-width: 768px) {
	.header-box{
		height: 80px;
	}
	.header{
		height: 80px;
	}
	.s-icon{
		width: 22px;
		height: 22px;
	}
	.nav{
		position: static;
		width: auto;
		height: 100%;
		background: none;
		overflow: inherit;
		float: right;
		padding: 0;
	}
	.nav-box{
		padding: 0;
		line-height: 80px;
		position: static;
	}
	.nav-box span{
		border-bottom: 0;
		display: inline-block;
		vertical-align: middle;
		line-height: 77px;
		margin-right: 8px;
		position: relative;
		border-bottom: 3px solid transparent;
	}
	.nav-box a{
		position: relative;
		display: block;
	}
	.nav-box span.crt,.nav-box span:hover{
		border-color: #fff;
	}
	.nav-box span:hover .sec-nav{
		display: block;
	}
	.sec-nav{
		position: fixed;
		width: 100%;
		top: 80px;
		left: 0;
		background: rgba(0,0,0,0.5);
		display: none;
	}
	.sec-nav ul{
		font-size: 0;
		text-align: left;
		padding: 20px;
	}
	.sec-nav li{
		display: inline-block;
		vertical-align: top;
		width: 14.28%;
		text-align: center;
		padding: 0 20px;
	}
	/* .sec-nav li img{
		width: 70%;
	} */
	.sec-nav li p{
		font-size: 13px;
		line-height: 20px;
		color: #fff;
		padding-top: 6px;
		border-top: 2px solid #fff;
		margin-top: 10px;
		text-align: left;
	}
	.nav-box span:hover .sec-navs{
		display: block;
	}
	.sec-navs{
		width: 400px;
		height: 100px;
		padding: 20px 10px;
		text-align: center;
		box-shadow: 0 2px 6px rgba(0,0,0,0.2);
		position: absolute;
		top: 80px;
		left: 50%;
		margin-left: -200px;
		line-height: 60px;
		display: none;
		background: #fff;
	}
	.sec-navs li{
		display: inline-block;
		vertical-align: middle;
		font-size: 12px;
		line-height: 22px;
		color: #333333;
		padding: 0 25px;
		border-left: 1px solid #aaa;
	}
	.sec-navs li:first-child{
		border-left: 0;
	}
	.logo{
		line-height: 80px;
	}
	.search-box{
		line-height: 80px;
	}
	.language{
		height: 80px;
	}
	.language a{
		line-height: 80px;
	}
	.sb{
		top: 80px;
	}
	.m-close,.m-menu{
		display: none;
	}
	.foot-t{
		padding: 40px 0 80px 0;
	}
	.foot-t .container{
		font-size: 0;
	}
	.foot01,.foot03{
		display: inline-block;
		vertical-align: top;
		width: 25%;
		margin: 0;
	}
	.foot02{
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 15px;
		margin: 0;
	}
	.foot-b p span{
		margin-left: 60px;
	}
}
@media only screen and (min-width: 992px) {
	.nav-box span{
		margin-right: 30px;
	}
	.search-box{
		margin-right: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.sb{
		margin-top: 19px;
		position: static;
		width: 100%;
	}
	.s-icon.crt{
		display: none;
	}
	.sec-nav li{
		width: 14.28%;
		padding: 0 25px;
	}
	.sec-nav li p{
		font-size: 13px;
		line-height: 20px;
	}
	.foot01{
		width: 25%;
	}
	.foot02{
		width: 55%;
	}
	.foot03{
		width: 20%;
	}
	.foot02 a{
		padding: 0 10px 0 35px;
	}
	.foot02 a:nth-child(2n){
		padding: 0 0 0 30px;
	}
}
@media only screen and (min-width: 1700px) {
	.sec-nav ul{
		padding: 40px 20px;
	}
	.sec-nav li p{
		font-size: 16px;
		line-height: 22px;
	}
	.sb{
		width: 386px;
	}
	.foot01,.foot03{
		width: 20%;
		margin: 0;
	}
	.foot02{
		width: 60%;
		padding: 0 40px 0 0;
	}
	.foot02 a{
		width: 33.33%;
		padding: 0 0 0 80px!important;
	}
}

/*banner*/
.over {
	overflow: hidden;
}

.ban-box {
	position: relative;
}

.ban-img,
.news-ban-img {
	width: 100%;
	/*height: 100%;*/
	text-align: center;
	position: relative;
	overflow: hidden;
}

.ban-img-content{
	/*height: 100%;*/
}

.ban-img-box {
	/*height: 100%;*/
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	word-break: keep-all;
	font-size: 0px;
}

.ban-img-box ul {
	/*height: 100%;*/
	visibility: visible;
	z-index: 10;
	width: auto;
	display: inline-block;
	/*white-space: nowrap;
	word-break: keep-all;*/
	font-size: 0px;
}

.ban-img-box ul li {
	/*height: 100%;*/
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.ban-img-box ul li img {
	width: 100%;
	/*height: 100%;*/
	display: block;
}

.focus-box,
.focus-box1 {
	position: absolute;
	z-index: 999;
	bottom: 10px;
	width: 100%;
	height: 20px;
	text-align: center;
}

.focus-box ul,
.focus-box1 ul {
	display: inline-block;
	padding-right: 15px;
}

.focus-box ul li,
.focus-box1 ul li {
	display: inline-block;
	margin: 0 3px;
}

.focus-box ul li span,
.focus-box1 ul li span {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #bfbfbf;
}

.focus-box ul li.crt span,
.focus-box1 ul li.crt span {
	background: #e60012;
}

.arrow-box{
	display: none;
}

.ban-img:hover .arrow-box{
	display: block;
}

.arrow-box2,
.arrow-box3 {
	text-align: center;
	margin-top: 10px;
}

.pn-btn span,
.arrow-box2 span {
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	border-radius: 5px;
}

.pn-btn span.prev,
.arrow-box2 span.prev {
	background: rgba(0,0,0,0.2) url(../images/left-icon02.png) no-repeat center;
	left: 10%;
}

.pn-btn span.next,
.arrow-box2 span.next {
	background: rgba(0,0,0,0.2) url(../images/right-icon02.png) no-repeat center;
	right: 10%;
}

@media only screen and (min-width: 768px) {
	.focus-box {
		width: 100%;
		position: absolute;
		z-index: 999;
		bottom: 40px;
		left: 0;
		width: 100%;
		height: 16px;
		text-align: center;
	}

	.focus-box ul,
	.focus-box1 ul {
		display: block;
		padding-right: 0;
		margin: auto;
	}

	.focus-box ul li {
		margin: 0 6px;
	}

	.focus-box ul li span {
		width: 16px;
		height: 16px;
	}

	.focus-box1 .container {
		width: 100%;
	}
}
@media only screen and (min-width: 1600px) {
	/*.ban-box{
		height: calc(100vh - 80px)
	}*/
}

.ind-f1{
	padding-top: 50px;
	padding-bottom: 30px;
	background: #e5e5e5;
}
.ind-f1 ul{
	font-size: 0;
}
.ind-f1 li{
	position: relative;
	width: 48%;
	margin: 0 4% 20px 0;
	display: inline-block;
	vertical-align: top;
}
.ind-f1 li:nth-child(2n){
	margin-right: 0;
}
.ind-f1 li img{
	display: block;
	width: 100%;
}
.ind-f1 li h2{
	font-size: 14px;
	line-height: 20px;
	padding: 3px 0;
	text-align: center;
	background: #00b289;
	font-weight: bold;
	color: #fff;
}
.ind-zz{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(230,0,18,0.7);
	padding: 0 10px;
	display: none;
}
.ind-f1 li:hover .ind-zz{
	/* display: block; */
}
.ind-zz p{
	font-size: 18px;
	line-height: 22px;
	padding: 7px 0;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}
.ind-zz a{
	width: 42px;
	height: 42px;
	border: 1px solid #fff;
	background: url(../images/href-icon.png) no-repeat center;
	margin: 20px auto;
	display: block;
}
.doc{
	text-align: right;
	font-size: 0;
}
.doc a{
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	padding-left: 20px;
	background: url(../images/doc-icon.png) no-repeat left center;
}
.ind-f2{
	background: #fff;
	padding: 24px 0 40px 0;
}
.ind-f2 li{
	margin-top: 30px;
}
.ind-f2 li:first-child{
	margin-top: 0;
}
.ind-f2 li h2{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #e60012;
	margin-bottom: 10px;
}
.ind-f2 li .item img{
	display: block;
	width: 100%;
}
.ind-f2 li .owl-prev{
	width: 20px;
	height: 37px;
	background: url(../images/left-icon01.png) no-repeat center;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -18.5px;
}
.ind-f2 li .owl-next{
	width: 20px;
	height: 37px;
	background: url(../images/right-icon01.png) no-repeat center;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -18.5px;
}
.ind-f2 .owl-controls{
	position: static;
	font-size: 0;
	display: none!important;
}
.ind-f2 .owl-carousel:hover .owl-controls{
	display: block!important;
}
.ind-f2 .ind-border{
	border: 1px solid #ccc;
	position: relative;
}
.ind-border img{
	display: block;
	width: 100%;
}
.ind-down{
	width: 170px;
	height: 40px;
	background: rgba(230,0,18,0.7);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -85px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	padding: 0 15px;
}
.ind-down a{
	padding-right: 35px;
	background: url(../images/download-icon.png) no-repeat right center;
	display: block;
	padding: 10px 35px 10px 0;
}
.ind-down p{
	border-right: 1px solid rgba(255,255,255,0.5);
}

@media only screen and (min-width: 768px) {
	.ind-f1 li{
		width: 84px;
		margin: 0 22px 40px 0;
	}
	.ind-f1 li:nth-child(2n){
		margin-right: 22px;
	}
	.ind-f1 li:nth-child(7n){
		margin-right: 0;
	}
	.ind-f1 li img{

	}
	/* .ind-zz a{
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -21px 0 0 -21px;
	} */
	.ind-f2 ul{
		font-size: 0;
	}
	.ind-f2 li{
		width: 48%;
		display: inline-block;
		vertical-align: top;
		margin: 0 4% 30px 0;
	}
	.ind-f2 li:nth-child(2n){
		margin-right: 0;
	}
}
@media only screen and (min-width: 992px) {
	.ind-f1 li{
		width: 118px;
		margin: 0 19px 40px 0;
	}
	.ind-f1 li:nth-child(2n){
		margin-right: 19px;
	}
	.ind-f1 li:nth-child(7n){
		margin-right: 0;
	}
	.ind-f1 li img{

	}
	.ind-f2 li{
		width: 22%;
		display: inline-block;
		vertical-align: top;
		margin: 0 4% 30px 0;
	}
	.ind-f2 li:nth-child(2n){
		margin-right: 4%;
	}
	.ind-f2 li:nth-child(4n){
		margin-right: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.ind-f1 li{
		width: 144px;
		margin: 0 22px 36px 0;
	}
	.ind-f1 li:nth-child(2n){
		margin-right: 22px;
	}
	.ind-f1 li:nth-child(4n){
		margin-right: 22px;
	}
	.ind-f1 li:nth-child(7n){
		margin-right: 0;
	}
	.ind-f1 li img{

	}
}
@media only screen and (min-width: 1700px) {
	.ind-f1 li{
		width: 200px;
		margin: 0 33px 36px 0;
	}
	.ind-f1 li:nth-child(2n){
		margin-right: 33px;
	}
	.ind-f1 li:nth-child(4n){
		margin-right: 33px;
	}
	.ind-f1 li:nth-child(5n){
		margin-right: 33px;
	}
	.ind-f1 li:nth-child(7n){
		margin-right: 0;
	}
	.ind-f1 li img{

	}
}

/* Doc */
.location{
	margin-top: 15px;
}
.location a{
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #a1a1a1;
}
.location a.crt{
	color: #009579;
}
.column-bt{
	margin-top: 20px;
}
.column-bt h2{
	font-size: 20px;
	line-height: 24px;
	color: #009579;
}
.doc-search{
	margin-top: 20px;
}
.doc-search p{
	font-size: 18px;
	line-height: 30px;
	color: #737373;
}
.doc-search .doc-text{
	width: 100%;
	max-width: 290px;
	height: 44px;
	line-height: 42px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding-left: 20px;
	font-size: 20px;
	color: #6c6c6c;
	display: block;
}
.doc-search .doc-btn{
	width: 100px;
	height: 36px;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	border-radius: 5px;
	background: #009579;
	margin-top: 30px;
}
.doc-f1 ul{
	margin-top: 30px;
	padding-bottom: 80px;
}
.doc-f1 li{
	font-size: 16px;
	line-height: 26px;
	color: #6c6c6c;
}
@media only screen and (min-width: 768px) {
	.location{
		margin-top: 20px;
	}
	.column-bt{
		margin-top: 35px;
	}
	.doc-search{
		margin-top: 45px;
	}
	.doc-f1 ul{
		margin-top: 50px;
		padding-bottom: 120px;
	}
}

/* Join Us */
.ju-f2{
	margin-top: 15px;
	padding-bottom: 80px;
}
.leftBox{
	padding-top: 30px;
	border-top: 2px solid #e7e7e7;
}
.leftBox p{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.leftBox h2{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #009579;
	margin: 40px 0 10px 0;
}
.rightBox{
	margin-top: 30px;
}

.rightBox#list_tab1{
	width: 65%;
	padding: 10px;
	background: #f0f9fe;
	height: 390px;
}
.rightBox#list_tab2{

	padding: 10px;
	background: #f0f9fe;

}
.rightBox#list_tab1 div{float: left;width: 48%;margin:0 1%;}
.rightBox#list_tab1 div.newtab_mess{width: 98%;}

.rightBox p{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.rightBox span{
	color: #009579;
}
.rightBox span em{
	font-style: normal;
	color: #333;
}
.rightBox input{
	width: 100%;
	height: 30px;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 28px;
	color: #333;
}
.checkboxs input{
	width: auto;
	height: auto;
	vertical-align: top;
}
.rightBox textarea{
	width: 100%;
	height: 110px;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 4px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.sub-btn{
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	background: #009579;
	color: #fff!important;
	margin-top: 10px;
	border: 0!important;
}

@media only screen and (min-width: 768px) {
	.leftBox{
		width: 380px;
		float: left;
	}
	.rightBox{
		width: 300px;
		float: right;
		margin: 0;
	}
	.sub{
		text-align: right;
		padding-right: 10px;
	}
	.sub-btn{
		width: 100px!important;
	}
}
@media only screen and (min-width: 992px) {
	.leftBox{
		width: 480px;
	}
	.rightBox{
		width: 370px;
	}
	.rightBox p{
		font-size: 16px;
	}
}
@media only screen and (min-width: 1200px) {
	.leftBox{
		width: 660px;
	}
}


/* 产品列表 */
.column-bt h3{
	font-size: 18px;
	line-height: 30px;
	color: #2a2a2a;
	font-weight: bold;
}
.pro-f2{
	padding-bottom: 60px;
}
.leftBox1{
	border-top: 2px solid #009579;
	background: #f2f2f2;
	padding: 15px 15px 15px 5px;
}
.leftBox1 h2{
	font-size: 16px;
	line-height: 20px;
	color: #009579;
	/* padding-top: 14px; */
}
.leftBox1 .check-boxs{
	position: relative;
}
.leftBox1 a{
	display: block;
	width: 100%;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	padding-left: 24px;
	position: relative;
	margin-top: 10px;
}
.leftBox1 .check-boxs input{
	position: absolute;
	left: 0;
	top: 3px;
	z-index: 10;
}
/* .leftBox1 a:after{
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #999;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -5px;
}
.leftBox1 a.crt:after{
	background: #999;
} */
.leftBox1 .check-boxs.crt a{
	background: #fff;
	border-radius: 3px;
}
.rightBox1{
	margin-top: 30px;
}
.rightBox1 ul{
	font-size: 0;
	margin-bottom: 35px;
}
.rightBox1 li{
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: -1px;
	position: relative;
}
.rightBox1 li img{
	display: block;
	width: 80%;
	margin: auto;
}
.porTy{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.rightBox1 li .cp-t{
	position: relative;
	margin-top: 30px;
}
.cp-t h2{
	font-size: 18px;
	font-weight: bold;
	color: #009579;
}
.cp-t>a{
	width: 100px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	padding-left: 30px;
	background: #009579 url(../images/eye-icon.png) no-repeat 8px center;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -11px;
	border-radius: 3px;
}
.rightBox1 p{
	font-size: 12px;
	line-height: 20px;
	color: #737373;
	margin-top: 10px;
}
.rightBox1 span{
	font-size: 12px;
	line-height: 20px;
	color: #72b590;
	margin-top: 6px;
	display: block;
}
.rightBox1 .owl-carousel{
	padding-bottom: 20px;
}
.rightBox1 .owl-controls{
	bottom: 0!important;
}
.rightBox1 .owl-pagination{
	padding: 5px 0;
}
.more{
	text-align: center;
}
.more input,.more a{
	height: 36px;
	border: 1px solid #009579;
	border-radius: 5px;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	color: #009579;
	text-align: center;
	background: url(../images/jia-icon.png) no-repeat 10px center;
	background-size: 12px;
	display: inline-block;
	margin: auto;
	padding: 0 10px 0 32px;
}
.modal{
	width: 100%;
	height: 100%;
	display: flex;
	background: rgba(0,0,0,0.8);
	justify-content: center;
	align-items: center;
	display: none;
}
.modal.crt{
	display: flex;
}
.modal-box{
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
	overflow: auto;
	padding: 10px;
}
.modal-cp{
	width: 90%;
	height: 80%;
	position: relative;
}
.modal-close{
	position: absolute;
	top: -40px;
	right: 0;
}
.cp-img{
	margin-bottom: 20px;
}
.cp-img img{
	display: block;
	width: 70%;
	margin: auto;
}
.modal-l .item{
	margin: 0 10px;
}
.slt{
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.slt .item{
	width: 50px;
	display: inline-block;
	margin: 0 5px;
}
.slt .item.crt{
	border: 1px solid #009579;
}
.bigImg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	align-items: center;
	justify-content: center;
	display: none;
}
.bigImgBox{
	width: 80%;
	display: block;
	margin: auto;
	position: relative;
}
.bigImgBox img{
	width: 100%;
}


.pro-infos .owl-controls{
	display: none!important;
}
.modal-l .item img{
	display: block;
	width: 100%;
}
.top .item img{
	display: block;
	width: 100%;
	height: 62px;
}
.modal-l .owl-carousel{
	padding: 0 30px;
	overflow: hidden;
}
.pi-f2 .modal-l .owl-carousel{
	padding: 0;
}
.pi-f2 .modal-l .item{
	margin: 0;
}
.modal-l .owl-controls{
	position: static;
	font-size: 0;
}
.modal-l .owl-prev{
	width: 20px;
	height: 100%;
	background: #bfbfbf url(../images/left-icon02.png) no-repeat center;
	background-size: 10px 30px;
	position: absolute;
	left: 0;
	top: 0;
}
.modal-l .owl-next{
	width: 20px;
	height: 100%;
	background: #bfbfbf url(../images/right-icon02.png) no-repeat center;
	background-size: 10px 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.cp-xh img{
	width: 260px;
	display: block;
	margin: 20px 0;
}
.modal-r{
	margin-top: 30px;
}
.modal-r01{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modal-r01 h2{
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	color: #009579;
}
.modal-r01 img{
	display: block;
	height: 20px;
}
.modal-r02{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #04b277;
	margin: 25px 0 10px 0;
}
.modal-r03{
	padding-top: 10px;
	border-top: 2px solid #ebebeb;
}
.modal-r03 p{
	font-size: 14px;
	line-height: 24px;
	color: #5b5b5b;
	position: relative;
	padding-left: 16px;
}
.modal-r03 p:after{
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
	background: #009579;
}
.modal-r04{
	margin-top: 30px;
}
.modal-r04 table{
	width: 100%;
}
.modal-r04 td{
	font-size: 12px;
	line-height: 24px;
	padding: 0 20px;
}
.modal-r04 td.crt01{
	background: #e5e5e5;
	color: #010101;
}
.modal-r04 td.crt02{
	background: #eeeeee;
	color: #555555;
}
.modal-r04 td.crts01{
	background: #eeeeee;
	color: #010101;
}
.modal-r04 td.crts02{
	background: #f5f5f5;
	color: #555555;
}
.modal-r05{
	margin-top: 25px;
}
.modal-r05 a{
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #009579;
	padding: 0 10px;
	border: 1px solid #009579;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 10px;
}

.modal-r05 a:hover{
	background: #009579;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.leftBox1{
		width: 220px;
		float: left;
	}
	.rightBox1{
		width: 480px;
		float: right;
		margin: 0;
	}
	.rightBox1 li{
		width: 50%;
		display: inline-block;
		vertical-align: top;
		margin: -1px 0 0 -1px;
	}
	.rightBox1 li:hover{
		border-color: #c4ded9;
		background: #eeeeee;
		position: relative;
		z-index: 1;
	}
	.modal-cp{
		width: 700px;
		height: auto;
		max-height: 80%;
		position: relative;
		padding: 0 15px;
	}
	.pi-f2 .modal-box{
		padding: 0px 10px;
	}
	.modal-box{
		padding: 30px 10px;
	}
	.modal-l{
		width: 260px;
		float: left;
	}
	.cp-img img{
		width: 100%;
	}
	.cp-xh img{
		width: 300px;
	}
	.bigImgBox{
		width: auto;
		height: 85%;
	}
	.bigImg img{
		width: auto;
		height: 100%;
	}
	.modal-r{
		width: 370px;
		float: right;
		padding-top: 20px;
		margin-top: 0;
	}
	.modal-close{
		top: 0;
		right: -20px;
	}
	.bigImgBox .modal-close{
		right: -40px;
	}
	.modal-r05{
		display: flex;
		justify-content: space-between;
	}
}
@media only screen and (min-width: 992px) {
	.leftBox1{
		width: 230px;
	}
	.rightBox1{
		width: 690px;
	}
	.rightBox1 li{
		width: 33.33%;
	}
	.modal-cp{
		width: 740px;
	}
	.pi-f2 .modal-box{
		padding: 0px 25px;
	}
	.modal-box{
		padding: 30px 25px;
	}
	.modal-l{
		width: 260px;
		float: left;
	}
	.cp-img img{
		width: 100%;
	}
	.modal-r{
		width: 370px;
		float: right;
		padding-top: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.rightBox1{
		width: 890px;
	}
	.rightBox1 li{
		width: 25%;
	}
	.modal-cp{
		width: 820px;
	}
	.modal-l{
		width: 340px;
		float: left;
	}
}
@media only screen and (min-width: 1700px) {
	.rightBox1{
		width: 1350px;
	}
	.rightBox1 li{
		width: 20%;
	}
}

/* information-center */
.ic-f2{
	margin-top: 20px;
	padding-bottom: 50px;
}
.leftBox2 a{
	font-size: 16px;
	line-height: 44px;
	color: #5b5b5b;
	display: block;
	border-bottom: 2px solid #ebebeb;
}
.leftBox2 a:first-child{
	border-top: 2px solid #ebebeb;
}
.leftBox2 a.crt{
	color: #00b289;
}
.rightBox2{
	margin-top: 20px;
}
.rb2-t h2{
	font-size: 26px;
	line-height: 30px;
	color: #009579;
}
.rb2-t p{
	font-size: 14px;
	line-height: 20px;
	color: #2f2f2f;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 2px solid #ebebeb;
}
.rightBox2 ul{
	margin-top: 20px;
}
.rightBox2 li{
	margin-top: 2px;
}
.rightBox2 li h2{
	width: 100%;
	height: 54px;
	font-size: 14px;
	line-height: 54px;
	color: #fff;
	padding-left: 40px;
	position: relative;
	background: #00b289;
}
.rightBox2 li h2:before{
	display: block;
	content: '+';
	font-size: 24px;
	line-height: 54px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 15px;
}
.rightBox2 li h2.crt:before{
	content: '-';
	font-size: 36px;
    line-height: 48px;
}
.rightBox2 li p{
	font-size: 14px;
	line-height: 20px;
	color: #2f2f2f;
	margin-top: 10px;
}
.slideBox{
	display: none;
	padding-bottom: 50px;
}
.p01{
	font-size: 20px!important;
	line-height: 30px!important;
	color: #2f2f2f;
}
.p02{
	font-weight: bold;
}
.p04{
	position: relative;
	color: #797979!important;
	padding-left: 15px;
}
.p04:before{
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background: #2f2f2f;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}
.p05{
	color: #8d8d8d!important;
}
.p05 span{
	color: #2f2f2f;
	font-weight: bold;
}
.slideBox table{
	margin-top: 10px;
}
.slideBox td,.slideBox th{
	color: #8d8d8d;
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
	border-bottom: 2px solid #ebebeb;
	text-align: center;
	word-break: break-all;
}
.slideBox th{
	border-top: 2px solid #ebebeb;
}
.ic-close{
	padding: 30px 0 0 0;
}
.ic-close a{
	font-size: 14px;
	color: #00b289;
}

@media only screen and (min-width: 768px) {
	.leftBox2{
		width: 200px;
		float: left;
	}
	.rightBox2{
		width: 480px;
		float: right;
		margin-top: 0;
	}
}
@media only screen and (min-width: 992px) {
	.rightBox2{
		width: 680px;
	}
}
@media only screen and (min-width: 1200px) {
	.rightBox2{
		width: 880px;
	}
}
@media only screen and (min-width: 1700px) {
	.rightBox2{
		width: 940px;
	}
}

/* 产品详情 */
.pi-f2{
	/*margin-top: 20px;*/
}
.pi-f2 .modal-box{
	padding-left: 0;
	padding-right: 0;
}
#demo {
	position: relative;
}

#smil_box {
	position: relative;
}

#mask {
	width: 100px;
	height: 100px;
	background: #eee;
	filter: alpha(opacity=60);
    opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: move;
}

#big_box {
	width: 340px;
	height: 340px;
	position: absolute;
	top: 0;
	left: 280px;
	z-index: 1;
	border: 1px solid #000;
	overflow: hidden;
	display: none;
	background: #fff;
}

#big_box img {
	position: absolute;
	top: 0;
	left: 0;
}
#photoBox .owl-wrapper-outer{
	overflow: inherit;
}
#photoBox .owl-item{
	border: 1px solid transparent;
	box-sizing: content-box;
}
#photoBox .owl-item.crt{
	border-color: #009579;
}
.pi-f2 .modal-box .modal-r01{
	align-items: inherit;
	padding-bottom: 5px;
}
.modal-r03 h2{
	font-size: 14px;
	line-height: 30px;
	color: #737373;
}
.modal-r06{
	padding-bottom: 10px;
	border-bottom: 2px solid #ebebeb;
}
.modal-r06 img{
	width: 45px;
	display: inline-block;
	margin: 0 10px;
}
.modal-r07 a{
	display: block;
	width: 176px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 18px 0 0 10px;
	background: #009579;
}
.pro-nav a{
	width: 47%;
	max-width: 160px;
	height: 36px;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	color: #212121;
	background: #f2f2f2;
	border-radius: 5px 5px 0 0;
	float: left;
	margin-right: 6px;
}
.pro-nav a.crt{
	background: #009579;
	color: #fff;
}
.pro-info{
	background: url(../images/pro-bg.png) no-repeat center;
	background-size: cover;
	padding: 20px 0;
}
.pro-cell .modal-r04{
	margin-top: 0;
}
.pro-cell .modal-r04 td{
	padding: 0 15px;
	line-height: 34px;
}
.pro-cell .modal-r04 td.crt01,.pro-cell .modal-r04 td.crts01{
	width: 35%;
}
.modal-r04 td.crts03{
	background: #fff;
}

.pro02{
	font-size: 14px;
	/*line-height: 30px;*/
	color:#333;
	padding-left: 5px;
	margin-top: 5px;
}
.pro03{
	font-size: 14px;
	line-height: 20px;
	color: #212121;
	margin-bottom: 20px;
	padding-left: 20px;
}
.pro-cell a{
	display: inline-block;
	width: 280px;
	height: 50px;
	font-size: 16px;
	line-height: 46px;
	border: 2px solid #bababa;
	color: #737373;
	padding: 0 48px 0 0;
	background: #bababa url(../images/down.png) no-repeat 246px center;
	margin: 0 0 20px 20px;
}

.pro-cell a:hover{
	color: #009579;
	border-color: #009579;
	background-color: #009579;
}
.pro-cell a p{
	padding-left: 16px;
	background: url(../images/pro-bg.png) no-repeat center;
}
.pi-f4{
	padding: 40px 0;
}
.pi-f4 h2{
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #009579;
	margin: 0 0 20px 0;
}
.pi-f4 .owl-carousel{
	padding: 0 20px;
}
.pi-f4 .item img{
	width: 63%!important;
	display: block;
	margin: auto;
}
.pi-f4 .item p{
	font-size: 16px;
	line-height: 30px;
	color: #737373;
	text-align: center;
	margin-top: 5px;
}
.pi-f4 .owl-controls{
	font-size: 0;
	position: static;
}
.pi-f4 .owl-prev{
    width: 40px;
    height: 40px;
    background: #bfbfbf url(../images/left-icon03.png) no-repeat center;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -20px;
}
.pi-f4 .owl-next{
    width: 40px;
    height: 40px;
    background: #bfbfbf url(../images/right-icon03.png) no-repeat center;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -20px;
}

@media only screen and (max-width: 767px) {
	#mask,#big_box{
		display: none!important;
	}

	.rightBox#list_tab1{width: 100%;}
	.rightBox#list_tab1 div{width: 98%;}
	.rightBox#list_tab1{height:49rem;}
}
@media only screen and (min-width: 768px) {
	.pro-info{
		padding-bottom: 60px;
	}
	.pro-cell .modal-r04{
		font-size: 0;
	}
	.pro-cell .modal-r04 table{
		width: 340px;
		display: inline-block;
		vertical-align: top;
		margin-left: 40px;
	}
	.pro-cell .modal-r04 table:first-child{
		margin-left: 0;
	}

}
@media only screen and (min-width: 992px) {
	.pi-f2 .modal-r{
		width: 580px;
	}
	.pro-cell .modal-r04 table{
		width: 380px;
		margin-left: 50px;
	}
}
@media only screen and (min-width: 1200px) {
	.pi-f2 .modal-l{
		width: 420px;
	}
	#big_box{
		top: 100px;
		left: 440px;
	}
	.slt .item{
		width: 80px;
	}
	.pi-f2 .modal-r{
		width: 620px;
	}
	.pro-cell a{
		width: 300px;
		background: #bababa url(../images/down.png) no-repeat 266px center;
	}
}

/* why Xcellent */
.wx-f2-box{
	width: 100%!important;
}
.wx2-t p{
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.wx-f2-box .slideBox{
	padding-left: 15px;
}
.icc-box li{
	display: inline-block;
}
.icc-box li img{
	width: 310px;
	display: block;
	max-width: 100%;
}
.icc-box li a{
	width: 150px;
	display: block;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	background: #009579 url(../images/Down.png) no-repeat 124px center;
	background-size: 15px;
	padding-right: 36px;
	text-align: right;
	border-radius: 5px;
	margin: 15px auto;
}
.cu-f1{
	padding-top: 20px;
	border-top: 2px solid #ebebeb;
	margin-top: 20px;
}
.cu-f1 h2{
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #66696d;
	margin: 0;
}
.cu-f1 p{
	font-size: 12px;
	line-break: 24px;
	color: #7c7777;
	margin: 0;
}
.au-f1 .column-bt h2{
	padding-bottom: 16px;
	border-bottom: 2px solid #ebebeb;
}
.au-f2{
	padding-bottom: 100px;
}
.au-f2 p{
	font-size: 18px;
	line-height: 30px;
	color: #737373;
	margin-top: 40px;
}
.privacy-f2{
	color: #333;
	padding-bottom: 100px;
}
.privacy-f2 h2{
	font-size: 22px;
	line-height: 30px;
	margin-top: 35px;
}
.privacy-f2 h3{
	font-size: 22px;
	line-height: 24px;
	margin-top: 35px;
}
.privacy-f2 p{
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}

@media only screen and (min-width: 768px) {
	.wx2-t{
		/* padding: 20px 0 30px 0; */
	}
	.privacy-f2 h2{
		font-size: 22px;
		line-height: 34px;
		margin-top: 70px;
	}
	.privacy-f2 h3{
		font-size: 22px;
		line-height: 34px;
		margin-top: 70px;
	}
	.privacy-f2 p{
		font-size: 16px;
		margin-top: 8px;
	}
}



/*大分辨率修改*/

@media only screen and (min-width: 1500px) {
	/*.mains{
		width: 1230px;
	}*/
	.leftBox{
		width: 66%
	}
	.rightBox{
		width: 30%
	}
	.pi-f2 .modal-l{width: 32%}
	.pi-f2 .modal-r{width: 59%}
/*字体*/
.modal-r01 h2{font-size: 24px;}
.modal-r02{font-size: 18px;}
.modal-r00 p{font-size: 16px;font-weight: bold;}
.pro01{font-size: 16px;}
.modal-r03 h2{font-size: 18px;}
.modal-r03 p{font-size: 18px;line-height: 28px;}
.cp-xh img{width: 350px}
.pro-nav a{max-width: 180px; font-size: 18px;}
.pro-cell .modal-r04 table{width: 35%}
.pro-cell .modal-r04 table tbody{width: 100%}
.nav span{font-size: 15px;}
.pro-cell .modal-r04 td.crt01, .pro-cell .modal-r04 td.crts01{width: 35%!important}
.rightBox2 li h2,.rightBox2 li p{font-size: 16px;}

	.pro-cell .modal-r04 td{font-size: 15px;}
	.modal-r01 img{height:24px;}
	.au-f2 p span{font-size: 16px !important;}
	.leftBox p,.cu-f1 h2,.cu-f1 p{font-size: 16px;}
}


