/*pro-list.html*/
#pagecate {
	border-bottom: 1px solid #ccc;
}

#pagecate .w1510 {
	position: relative;
}

.position {
	/* margin-top: 0; */
	padding: 0 15px;
	position: absolute;
	right: 20px;
	top: 0;
}

.position a {
    color: #fff;
    font-size: 15px;
    line-height: 70px;
    font-family: "ACaslonPro-Semibold";
}

#pagecate .cateright{
	
}

#pagecate .cateright a {
    color: #000;
    font-size: 16px;
    font-family: "ACaslonPro-Semibold";
    line-height: 70px;
    text-align: center;
    display: block;
}


#pagecate .cateright a:hover,
#pagecate .cateright a.active {
	background-color: #000;
	color: #fff;
	border-color: #000;
}


#productbox {
	padding: 80px 0;
	overflow: hidden
}

#pro-speci {
	padding: 45px 0;
	border: 1px solid #ddd;
	float: left;
	width: 20%;
}

#pro-speci .top-tit {
    font-size: 20px;
    padding: 0 39px;
    margin-bottom: 30px;
    font-family: "ACaslonPro-Bold";
}

#pro-speci .speci-box a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    height: 21px;
    margin-bottom: 25px;
    padding: 0 39px;
    position: relative;
    color: #333;
}

#pro-speci .speci-box a.active,
#pro-speci .speci-box a:hover {
	font-weight: bold;
}

#pro-speci .speci-box a::before {
	content: "";
	display: block;
	height: 100%;
	background-color: #ffb813;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#pro-speci .speci-box a.active::before,
#pro-speci .speci-box a:hover::before {

	width: 25px;
}

#pro-speci .speci-box a::after {
	content: ">";
	display: block;
	height: 18px;
	line-height: 18px;
	width: 13px;
	position: absolute;
	right: 30px;
	top: 0;
	transform: scale(0.9, 1.4);
	font-size: 19px;
}

#product {
	float: right;
	width: 75%;
}

#product .l-box a {
	float: left;
	width: 32%;
	margin-right: 2%;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	color: #fff;
	text-align: center;
}

#product a:nth-child(3n) {
	margin-right: 0;
}

#product a .img {
    height: 22.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product a .img img {
    height: 100%;
    display: block;
    width: auto;
}

#product a .con {
	padding: 24px 52px;
	background-color: #333136;
}

#product a:hover .con {
	background-color: #ffb813;
}

#product a .con .tit {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 6px;
}

#product a .con .url {
    font-size: 12px;
    padding-bottom: 3px;
    width: 72px;
    margin: 0 auto;
    border-bottom: 1px solid #333136;
    color: #aaa;
}

#product a:hover .con .url {
	border-bottom: 1px solid #fff;
    color: #fff;
}

@media screen and (max-width:1680px) {
	#pagecate .cateright a {
	    font-size: 14px;
	    padding: 0 15px;
	}
	
	#pro-speci .top-tit {
	    font-size: 18px;
	    padding: 0 25px;
	}
	
	#pro-speci .speci-box a {
	    display: block;
	    font-size: 16px;
	    line-height: 24px;
	    height: 21px;
	    margin-bottom: 28px;
	    padding: 0 25px;
	}
	
	
	
	#pro-speci .speci-box a.active::before, #pro-speci .speci-box a:hover::before{
		width: 15px;
	}
	
	#product a .con {
	    padding: 24px 40px;
	}
	
	#product a .con .tit {
	    font-size: 16px;
	    line-height: 24px;
	}
}

@media screen and (max-width:1440px) {
	#pagecate .cateright a {
	    font-size: 13px;
	    padding: 0 10px;
	}
	#pro-speci .speci-box a {
	    display: block;
	    font-size: 14px;
	    line-height: 20px;
	    height: 21px;
	    margin-bottom: 15px;
	    padding: 0 20px;
	}
	
	
	
	#pro-speci .speci-box a.active::before, #pro-speci .speci-box a:hover::before{
		width: 12px;
	}
	
	#pro-speci {
	    padding: 35px 0;
	}
	
	#product a .con .tit {
	    font-size: 14px;
	    line-height: 23px;
	}
	#product a .con {
	    padding: 20px 30px;
	}
}

@media screen and (max-width:1280px) {
	#pro-speci .top-tit {
	    font-size: 16px;
	    padding: 0 10px;
	    margin-bottom: 15px;
	}
	
	
	#pro-speci .speci-box a {
	    display: block;
	    font-size: 14px;
	    line-height: 20px;
	    height: 21px;
	    margin-bottom: 5px;
	    padding: 0 10px;
	}
	
	
	
	#pro-speci .speci-box a.active::before, #pro-speci .speci-box a:hover::before{
		width: 7px;
	}
	
	#pro-speci .speci-box a::after{
		right: 10px;
	}
	
	#product a .con {
	    padding: 10px 5px;
	}
	
	#product a .con .tit {
	    font-size: 13px;
	    line-height: 23px;
	}
}

@media screen and (max-width:1182px) {
	.position {
	    top: -70px;
		padding: 0 0px;
	}
	.position a {
	    color: #fff !important;
	}
	
	#pagecate .cateright {
	    padding-right: 0;
	}
	
	#pagecate .cateright a {
	    font-size: 13px;
	    padding: 0 10px;
	    border: 0 !important;
	}
	
	
	#productbox {
	    padding: 30px 0;
	    overflow: hidden;
	}
	#pro-speci {
	    padding: 15px 0;
	}
}
@media screen and (max-width:1000px) {
	#pro-speci{
		width: 100%;
		margin-bottom: 20px;
	}
	
	#product{
		width: 100%;
	}
	
	#product a .img {
	    height: 27.5vw;
	}
}

@media screen and (max-width:900px) {
	#pagecate .cateright a {
	    font-size: 12px;
	    width: 50%;
	    line-height: 50px;
		height: 50px;
	}
}
@media screen and (max-width:800px) {
	#product .l-box a {
	    width: 49%;
	    margin-right: 2%;
	    margin-bottom: 15px;
	}
	
	#product .l-box a:nth-child(3n){
		margin-right: 2%;
	}
	
	#product .l-box a:nth-child(2n){
		margin-right: 0;
	}
	
	#product a .img {
	    height: 45.5vw;
	}
	#product a .con .url {
	    font-size: 12px;
	    padding-bottom: 3px;
	    width: 72px;
	    margin: 0 auto;
	    border-bottom: 1px solid #fff;
	}
}

@media screen and (max-width:600px) {
	
	.position {
	    top: -70px;
	    padding: 0 0px;
	    right: 0;
	    left: 20px;
	    width: 100%;
	}
	
	.position a{
		line-height: 30px;
	}
	
	#pagecate .cateright {
		overflow: hidden;
	}
	#pagecate .cateright a {
	    height: 50px;
		line-height: 20px;
		display: flex;
		align-items: center;
		float: left;
	}
	
	
	#pagecate .cateright a:nth-child(2n-1){
		border-right: 1px solid #ccc !important;
	}
	
	#pagecate .w1510{
		padding: 0;
	}
}

@media screen and (max-width:400px) {}

/*pro-list.html*/


/*pro-show.html*/


.description_url {
	overflow: hidden;
	height: 63px;
	background-color: #333
}

.description_url a {
    font-size: 22px;
    color: #fff;
    font-family: "ACaslonPro-Semibold";
    line-height: 63px;
    padding: 0 45px;
    display: inline-block;
    border-right: 1px solid #fff;
}

.description_url .w1510 a:nth-child(1) {
	border-left: 1px solid #fff;
}

.description_url a:hover,
.description_url a.active {
	color: #feba16;
}

#pro-des-con .con-height span {
	width: auto;
	display: unset;
}

.pro_desc .rz img{
	max-width: 100%;
}

#pro-des-con .pro-des {
	padding-top: 30px;
}

#pro-des-con .pro-des .box{
	display: none;
}

#pro-des-con .pro-des .box.active{
	display: block;
}



@media screen and (max-width:1680px) {
	
}

@media screen and (max-width:1440px) {
	.description_url{
		height: 40px;
	}
	.description_url a {
	    font-size: 16px;
	    line-height: 40px;
		padding: 0 25px;
	}
}

@media screen and (max-width:1280px) {
	
}

@media screen and (max-width:1182px) {
	.pro_desc .no {
	    font-size: 22px;
	    line-height: 30px;
	    margin-bottom: 20px;
	    padding-bottom: 15px;
	}
	
	.descinpfo {
	    padding-bottom: 20px;
	    font-size: 15px;
	    line-height: 25px;
	}
	
	.contact_btn{
		
		margin-top: 15px;

	}
	
	.description_url{
		height: 30px;
	}
	
	.description_url a {
	    font-size: 13px;
	    line-height: 30px;
	    padding: 0 10px;
	}
}

@media screen and (max-width:900px) {
	
}

@media screen and (max-width:600px) {
	#pro-des-con .con-height * {
	    font-size: 13px !important;
	    line-height: 22px !important;
	}
}


/*pro-show.html*/



/*project-list.html*/



/*project-list.html*/



/*page-support.html*/
#pagecon {
	padding: 80px 0;
}

#pagecon .pagetit {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-family: "ACaslonPro-Semibold";
}

#pagecon .pagetxt {
    line-height: 28px;
    padding-right: 275px;
}

#pagecon .pagetxt p{
    font-size: 16px !important;
}

#pagecon .pagetxt b,
#pagecon .pagetxt strong {
	font-family: "ACaslonPro-Semibold";
	color: #333;
	font-size: 18px;
}

@media screen and (max-width:1182px) {
	#pagecon {
	    padding: 30px 0;
	}
	
	#pagecon .pagetxt {
	    padding-right: 0;
	}
	#pagecon .pagetit {
	    font-size: 20px;
	    line-height: 30px;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
}


@media screen and (max-width:900px) {
	#pagecon .pagetxt .l{
		width:100% !important;
		margin-bottom: 20px;
	}
	
	#pagecon .pagetxt img{
		width: 100%;
	}
	
	#pagecon .pagetxt .r{
		width:100% !important;
	}
	
	
	#pagecon .pagetxt p{
	    font-size: 14px !important;
	}
	
	#pagecon .pagetxt b,
	#pagecon .pagetxt strong {
		font-family: "ACaslonPro-Semibold";
		color: #333;
		font-size: 16px;
	}
}

/*page-support.html*/



/*article-list.html*/
#newslist {
	margin-top: 74px;
}


#newslist a {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 53px;
	padding-bottom: 53px;
	border-bottom: 1px solid #ddd;
}

#newslist a .img {
    float: left;
    width: 14%;
}

#newslist a .img img {
	display: block;
	width: 100%;
}

#newslist a .ncon {
    float: right;
    width: 84%;
}

#newslist a .ncon .tit {
    font-size: 22px;
    font-family: "ACaslonPro-Semibold";
    line-height: 30px;
    margin-bottom: 20px;
}

#newslist a .ncon .des {
    color: #8d8d8d;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 25px;
}

#newslist a .ncon .tnh {
	position: relative;
}

#newslist a .ncon .tnh .url {
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
}

#newslist a:hover .ncon .tnh .url {
	border-bottom: 1px solid #333;
}

@media screen and (max-width:1440px) {
	
	#newslist a .img {
	    float: left;
	    width: 17%;
	}
	
	#newslist a .ncon {
	    float: right;
	    width: 80%;
	}
}


@media screen and (max-width:1280px) {
	
}


@media screen and (max-width:1182px) {
	#newslist {
	    margin-top: 30px;
	}
	
	#newslist a .img {
	    float: left;
	    width: 20%;
	}
	
	#newslist a .ncon {
	    float: right;
	    width: 76%;
	}
	
	#newslist a .ncon .tit {
	    font-size: 20px;
	    font-family: "Conv_ACaslonPro-Regular";
	    line-height: 28px;
	    margin-bottom: 10px;
	}
	
	#newslist a .ncon .des {
	    color: #8d8d8d;
	    line-height: 22px;
	    font-size: 14px;
	    margin-bottom: 25px;
	}
	
	#newslist a .ncon .tnh .url {
	    font-size: 12px;
	}
	
	#newslist a {
	    margin-bottom: 25px;
	    padding-bottom: 25px;
	}
}


@media screen and (max-width:700px) {
	#newslist a .img {
	    float: left;
	    width: 22%;
	}
	
	#newslist a .ncon {
	    float: right;
	    width: 74%;
	}
	
	#newslist a .ncon .tit {
	    font-size: 18px;
	    line-height: 25px;
	    margin-bottom: 10px;
	}
	
	#newslist a .ncon .des {
	    font-size: 13px;
	    line-height: 20px;
	    margin-bottom: 20px;
	}
}


@media screen and (max-width:500px) {
	#newslist a .img {
	    float: left;
	    width: 25%;
	}
	
	#newslist a .ncon {
	    float: right;
	    width: 71%;
	}
	
	#newslist a .ncon .tit {
	    font-size: 18px;
	    line-height: 18px;
	    margin-bottom: 5px;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    width: 90%;
	}
	
	#newslist a .ncon .des {
	    font-size: 12px;
	    line-height: 16px;
	    margin-bottom: 10px;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	}
	
	#newslist a .ncon .tnh span{
		display: none;
	}
	
	#newslist a .ncon .tnh .url{
		font-size:12px;
	}
}

/*article-list.html*/


/*article-show.html*/
#newsshow {
	padding: 80px 0;
}

#newsshow .ncon {
	max-width: 1355px;
	width: 100%;
	margin: 0 auto;
}

#newsshow .ncon .news-tit {
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
	font-family: "ACaslonPro-Semibold";
	font-weight: bold;
	text-align: center;
}

#newsshow .ncon .tnh {
	text-align: center;
	margin-bottom: 40px;
}

#newsshow .ncon .con {
	font-size: 16px;
	line-height: 24px;
	color: #8d8d8d;
}

#newsshow .ncon img{
	display: block;
	max-width: 100%;
}

#newsshow .ncon .newsback {
	margin-top: 40px;
	border-bottom: 1px solid #333;
	display: inline-block;
	float: right;
}

@media screen and (max-width:1182px){
	#newsshow {
	    padding: 30px 0;
	}
	
	#newsshow .ncon .con *{
		font-size: 14px;
		line-height: 21px;
	}
	#newsshow .ncon .news-tit {
	    font-size: 20px;
	    line-height: 28px;
	    margin-bottom: 15px;
	    padding-bottom: 15px;
	}
}

@media screen and (max-width:600px){
	#newsshow .ncon .con *{
		font-size: 13px;
		line-height: 19px;
	}
}

/*article-show.html*/


/*page-about.html*/
		#about-content .l .con .title{
			font-size: 29px;
			line-height: 40px;
			margin-bottom: 30px;
			font-family: "Conv_ACaslonPro-Regular";
			font-weight: bold;
		}
		
		@media screen and (max-width:1182px) {
			#about-content .l .con .title {
			    font-size: 22px;
			    line-height: 30px;
			    margin-bottom: 20px;
			}
		}
		
		/*page-about.html*/
