
    main{
    	width: 1200px;
    	margin: 0 auto;
    }
    main .swiper-container{
    --swiper-theme-color: #b4b4b4;
 
   }
     main .swiper-container img{
     	width: 100%;
     	height: 400px;
     }


     main .product{

     }
     main .product h3{
     	font-size: 30px;
      	text-align: center;	
      	margin: 60px;
      	text-shadow:#d9d9d9 0px 14px 1px;
      
      
     }
    
     main .product .p1{
     	display: flex;
     	flex-flow: row;
     	justify-content:space-around;
     }
      main .product .p2{
     	display: flex;
     	flex-flow: row;
     	justify-content:space-around;
     }
     main .news{}

	main .news .label{
		color: #555;
		font-size: 22px;

		display: flex;
		justify-content: space-between;
		letter-spacing: 1px;
		font-weight: bold;
		margin-top: 60px;
		margin-bottom: 26px;
		text-indent: 1em;
		text-shadow:#d9d9d9 0px 14px 1px;
	}


	main .news .label  img{
		display: inline-block;
		vertical-align:middle;
	}

	main .news .label a{
		color: #67605f;
		font-size: 16px;
		padding-right: 20px;
	}

	main .news .content {
		display: flex;
		justify-content: space-between;
		background-color: #fff;
	}

	main .news .content .box1{
		width: 482px;
		box-shadow:4px 0px 6px 0px #fafafa;
		position: relative;
	}
	main .news .content .box1 div{
		/*width: 470px;*/
		/*height:270px ;*/
		/*display: flex;*/
		/*align-items: center;*/
	}
	main .news .content .box1 div img{
		width: 100%;
		height: 250px;

	}


main .news .content .box1 #hl{
	position: absolute;
	top: 125px;
	left: 0;
	display: none;
	width:20px;

}
main .news .content .box1 #hr{
	position: absolute;
	top: 125px;
	right: 8px;
	display: none;
	width:20px;
}
	main .news .content .box1 ul{
		font-size: 15px;
		color: #695f5e;
		margin: 24px;
		padding: 0;

	}
	main .news .content .box1 ul li{
		font-size: 16px;
		color: #695f5e;
		list-style-type: none;
		margin: 24px 0;

	}
	main .news .content .box1 ul li a{
		font-size: 15px;
		color: #695f5e;
		display: flex;
		justify-content: space-between;
		letter-spacing: 1px;
	}
	main .news .content .box1 ul li a:hover{
		font-weight: bold;
		color: #000;

	}

	main .news .content .box2{
		margin: 14px 0;
	}
	main .news .content .box2 .item{
		display: flex;
		justify-content: space-between;
		padding-right:12px;
		border-bottom: solid 1px #fafafa;
	}


	main .news .content .box2 .item .time{
		width: 114px;
		position: relative;

    	text-align: center;
    	padding-top: 20px ;
	}
	main .news .content .box2 .item .time:after{

	    content: '';
        position: absolute;
        left: auto;
        top: 28px;
        bottom: 5px;
        right: 0;
        height: 60%;
        width: 1px;
        background-color: #f5f5f5;
	}

	main .news .content .box2 .item .time p {
		text-align: center;
		font-size: 12px;
		color: #9e9a99;
		margin: 0;

	}

	main .news .content .box2 .item .time p strong{
		font-size: 18px;
		color: #555555;
		font-weight: normal;

	}
	main .news .content .box2 .item .time  .btn{
		font-size: 13px;
		color: #000;
		background-color: #eee;
		border-radius: 10px;
		padding: 4px ;

		margin:6px 20px;
	}

	main .news .content .box2 .item .content{
		display: inline-block;
		width: 400px;
		padding: 0 18px;
	}

	main .news .content .box2 .item .content h3{
		font-size: 15px;
		color: #685f60;
		letter-spacing: 1px;
	}

	main .news .content .box2 .item .content h3:hover{
		font-weight: bold;
		color: #000;
	}

	main .news .content .box2 .item .content p{
		font-size: 14px;
		color: #969291;
		line-height: 24px;
		margin: 0;
		letter-spacing: 1px;
	}

main .news .content .box2 .item  .image{
	display: flex;
	align-items: center;
}
main .news .content .box2 .item  .image img{

	width: 160px;
	height: 85px;
}

main .gyxc .label{

		margin: 60px 0 25px 0;
		color: #545454;
		font-size: 22px;
		letter-spacing: 1px;
		font-weight: bold;
		text-indent: 1em;
		text-shadow:#d9d9d9 0px 14px 1px;
	}
	main .gyxc .label img{
		display: inline-block;
		vertical-align:middle;
	}
	main .gyxc .content{
		display: flex;
		justify-content: space-between;
		background-color: #fff;
		padding: 30px;
		padding-top: 0;
		margin-bottom: 30px;
		align-items: center;
	}
	main .gyxc .content .item{
		padding: 20px;


	}
main .gyxc .content .item pre{
	color: #555555;
	font-size: 14px;
	line-height: 28px;
	margin: 15px 0;
	letter-spacing: 1px;
	display: inline-block;
	width: 500px;
}
	main .gyxc .content .item p{
		color: #555555;
		font-size: 14px;
		line-height: 28px;
		margin: 40px 0;
		letter-spacing: 1px;
	}
	main .gyxc .content .item button{
		background-color: #fff;
		font-size: 18px;
		color: #494646;
		border:solid 1px #494646;
		border-radius: 20px;
		padding: 9px 24px;
		letter-spacing: 1px;

	}

	main .gyxc .content .item button:hover{
		background-color: #494646;

		color: #fff;

	}
	main .gyxc .content .item img{
		width: 500px;
		padding: 20px 0;
	}