@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	overflow: hidden;
}
.in-banner .swiper-container {
    width: 100%;
}
.in-banner .swiper-container .swiper-wrapper .swiper-slide{
	width: 100%;
	position: relative;
}
.in-banner .swiper-container .swiper-wrapper .swiper-slide > img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.in-banner .swiper-container .swiper-wrapper .swiper-slide .textbox{
	max-width: 94%;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
}
.in-banner .swiper-container .swiper-wrapper .swiper-slide .textbox a{
	display: block;
}
.in-banner .swiper-button-prev, .in-banner .swiper-button-next{
	color: #fff;
}
.in-banner .swiper-button-prev:after, .in-banner .swiper-button-next:after{
	display: none;
}
.in-banner .swiper-button-prev i, .in-banner .swiper-button-next i{
	color: #fff;
	font-size: 60px;
}
.in-banner .swiper-pagination{
    bottom: 30px;
}
.in-banner .swiper-pagination .swiper-pagination-bullet{
	width: 22px;
	height: 20px;
	background:url(/templates/specialty/css/../images/dot1.png) no-repeat center;
	opacity: 1;
	margin:0 10px;
	background-size: cover;
	display: inline-block;
	border-radius: 0;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active{
	background:url(/templates/specialty/css/../images/dot2.png) no-repeat center;
	background-size: cover;
}
.in-banner .scroll{
	width: 38px;
	position: absolute;
	left:50%;
	margin-left: -19px;
	bottom: 80px;
	z-index: 1;
	animation-duration: 2s; /*动画时间*/
    animation-fill-mode: both; /*播放后的状态*/
    animation-iteration-count: infinite; /*动作循环的次数：infinite 无限循环*/
    animation-duration: 2s; /*动画时间*/
	animation-name:upAnimation; /*动画的名称*/
    transform-origin: center bottom; /*设置动画旋转元素的基点为*/
}
.in-banner .scroll img{
	width: 100%;
	display: block;
}
@keyframes upAnimation{
  0%,
  100%,
  20%,
  50%,
  80% {
	  transition-timing-function: cubic-bezier(0.215,.61,.355,1); 
	  transform: translate3d(0,0,0);
  }
  40%,
  43%{
	  transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);
	  transform: translate3d(0,-10px,0);
  }
  70%{
	  transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
	  transform: translate3d(0,-8px,0);
  }
  90%{
  	  transform: translate3d(0,-6px,0);
  }
}
@media (max-width: 1280px) {
    .in-banner{
        height: auto;
    }
	.in-banner .scroll{
		width: 30px;
		margin-left: -15px;
		bottom:60px;
	}
	.in-banner .swiper-pagination{
	    bottom: 20px;
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet{
		width: 18px;
		height: 16px;
		margin:0 8px;
	}
	.in-banner .swiper-button-prev, .in-banner .swiper-button-next{
		width: 22px;
		height: 36px;
		margin-top: 27px;
	}
	.in-banner .swiper-button-prev i, .in-banner .swiper-button-next i{
		font-size: 48px;
	}
}
@media (max-width: 992px) {
	.in-banner .scroll{
		width: 24px;
		margin-left: -12px;
		bottom: 50px;
	}
	.in-banner .swiper-container .swiper-wrapper .swiper-slide .textbox{
		width: 80%;
	}
	.in-banner .swiper-container .swiper-wrapper .swiper-slide .textbox img{
		width: 100% !important;
		height: 100% !important;
	}
	.in-banner .swiper-pagination{
	    bottom: 10px;
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet{
		width: 14px;
		height: 13px;
		margin:0 6px;
	}
	.in-banner .swiper-button-prev, .in-banner .swiper-button-next{
		width: 20px;
		height: 32px;
		margin-top: 14px;
	}
	.in-banner .swiper-button-prev i, .in-banner .swiper-button-next i{
		font-size: 36px;
	}
}
@media (max-width: 750px) {
	.in-banner .swiper-button-prev, .in-banner .swiper-button-next{
		width: 17px;
		height: 28px;
		margin-top: 14px;
	}
	.in-banner .swiper-button-prev i, .in-banner .swiper-button-next i{
		font-size: 24px;
	}
}

/*关于*/
.in-about{
	width: 100%;
	background: url(/templates/specialty/css/../images/in-bg1.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-about .box1, .in-about .box2{
	width: 100%;
	overflow: hidden;
}
.in-about .box1{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.in-about .box1 .box-left{
	width: 46%;
	position: relative;
}
.in-about .box1 .box-left .bg{
	position: absolute;
	right: 0;
	bottom: 60px;
}
.in-about .box1 .box-left .div1, .in-about .box1 .box-left .div2, .in-about .box1 .box-left .div3{
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.in-about .box1 .box-left .div1{
	position: relative;
}
.in-about .box1 .box-left .div1 .t{
	color: #df0011;
	line-height: 48px;
}
.in-about .box1 .box-left .div1 .b{
	margin:20px 0;
}
.in-about .box1 .box-left .div1:after{
	content: "";
	width: 64px;
	height: 4px;
	background: #df0011;
	position: absolute;
	left:0;
	bottom: 0;
}
.in-about .box1 .box-left .div2{
	margin:60px 0;
	font-size: 15px;
	line-height: 26px;
	color: #666;
}
.in-about .box1 .box-left .div3 a{
	display: block;
	width: 202px;
	height: 60px;
	color: #fff;
	background: #df0011;
	text-align: center;
	line-height: 52px;
	border:4px #df0011 solid;
}
.in-about .box1 .box-left .div3 a:hover{
    background: #fff;
    color: #df0011;
}
.in-about .box1 .box-right{
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.in-about .box1 .box-right .img-left{
	width: 46%;
}
.in-about .box1 .box-right .img-left .img-div1{
	width: 100%;
	height: 46%;
	background: #df0012;
}
.in-about .box1 .box-right .img-left .img-div1 img{
	width: 100%;
	height: 100% !important;
	object-fit: contain;
}
.in-about .box1 .box-right .img-left .img-div2{
	width: 100%;
	height: 54%;
	padding-top: 4%;
}
.in-about .box1 .box-right .img-left .img-div2 img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.in-about .box1 .box-right .img-right{
	width: 52%;
	height: 100%;
	background: #161616;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.in-about .box1 .box-right .img-right img{
	width: 100%;
	/*width: 100%;
	height: 100% !important;
	object-fit: contain;*/
}
.in-about .box2 ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.in-about .box2 li{
	float: left;
	margin-right: 3%;
	text-align: center;
	flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 22.75%;
    flex: 1 0 22.75%;
}
.in-about .box2 li:last-child{
	margin-right: 0;
}
.in-about .box2 li .div1{
	border-bottom: 2px #e5e5e5 solid;
	padding-bottom: 24px;
	margin-bottom: 30px;
}
.in-about .box2 li .div1 span{
	line-height: 54px;
	font-family: 'OpenSans-Bold';
}
.in-about .box2 li .div3{
	font-family: 'OpenSans-Light';
	color: #999999;
	text-transform: uppercase;
	line-height: 16px;
}
@media (max-width: 1680px){
	.in-about .box1 .box-left .bg img{
		width: 348px;
	}
}
@media (max-width: 1480px){
	.in-about .box1 .box-left .bg img{
		width: 308px;
	}
}
@media (max-width: 1280px) {
	.in-about .box1{
		display: block;
	}
	.in-about .box1 .box-left, .in-about .box1 .box-right{
		width: 100%;
	}
	.in-about .box1 .box-left .bg{
		width: 60%;
		left: 50%;
		top:50%;
		bottom: auto;
		transform: translate(-50%, -50%);
		opacity: .3;
	}
	.in-about .box1 .box-left .bg img{
		width: 100%;
	}
	.in-about .box1 .box-left .div1{
		text-align: center;
	}
	.in-about .box1 .box-left .div1:after{
		left:50%;
		transform: translateX(-50%);
	}
	.in-about .box1 .box-left .div1 .t{
		line-height: 32px;
	}
	.in-about .box1 .box-left .div1 .b{
		margin:6px 0 12px 0;
	}
	.in-about .box1 .box-left .div3 a{
		width: 160px;
		height: 46px;
		line-height: 38px;
		margin:0 auto;
	}
	.in-about .box1 .box-left .div2{
		margin:6% 0;
		font-size: 14px;
		line-height: 24px;
		color: #343434;
	}
	.in-about .box1 .box-right .img-left .img-div1{
		padding:8%;
		height: auto;
	}
	.in-about .box1 .box-right .img-left .img-div2{
		height: auto;
	}
	.in-about .box1 .box-right .img-right{
		height: auto;
	}
	.in-about .box2 li{
		margin-right: 3%;
		-ms-flex: 1 0 48.5%;
        flex: 1 0 48.5%;
	}
	.in-about .box2 li:nth-child(2n){
		margin-right: 0;
		float:right;
	}
	.in-about .box2 li:nth-child(1), .in-about .box2 li:nth-child(2){
		margin-bottom:4%;
	}
	.in-about .box2 li .div1{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.in-about .box2 li .div1 span{
		line-height: 48px;
	}
}
@media (max-width: 992px) {
	.in-about .box1 .box-left .bg{
		width: 70%;
	}
	.in-about .box1 .box-left .div1 .t{
		line-height: 24px;
	}
	.in-about .box2 li .div1 span{
		line-height: 42px;
	}
	.in-about .box2 li .div1{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 750px) {
	.in-about .box1 .box-left .bg{
		width: 80%;
	}
	.in-about .box2 li .div1 span{
		line-height: 36px;
	}
	.in-about .box2 li .div1{
		padding-bottom: 4px;
		margin-bottom: 4px;
	}
	.in-about .box2 li .div3{
		font-size: 12px;
	}
}

/*产品*/
.in-products{
	width: 100%;
	overflow: hidden;
}
.in-products ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.in-products li{
	flex-basis: auto;
    -webkit-box-flex: 1 0 20%;;
    -ms-flex: 1 0 20%;;
    flex: 1 0 20%;;
}
.in-products li a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.in-products li a .bg{
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
}
.in-products li a .bg img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	opacity: .6;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-products li a:hover .bg img{
	opacity: .8;
}
.in-products li a .tit{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color:#fff;
}
.in-products li a .tit img{
	margin:0 auto;
}
.in-products li a .tit .line{
	width: 24px;
	height: 4px;
	background: #fff;
	margin:20px auto;
}
@media (max-width: 1280px) {
	.in-products li a .tit img{
		width: 56px;
	}
}
@media (max-width: 992px) {
	.in-products li{
		flex-basis: auto;
	    -webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	    flex: 1 0 50%;
	}
	.in-products li a .tit img{
		width: 48px;
	}
	.in-products li a .tit .line{
		margin:10px auto;
	}
}
@media (max-width: 750px) {
	.in-products li a .tit img{
		width: 40px;
	}
}

/*工艺*/
.in-process{
	overflow: hidden;
}
.in-process .tit{
	width: 100%;
	line-height: 42px;
	text-align: center;
	overflow: hidden;
}
.in-process .tit h1{
	font-family: 'OpenSans-Light';
	color:#cccccc;
	text-transform: uppercase;
}
.in-process .con{
	width: 100%;
	/*background: url(/templates/specialty/css/../images/in-bg5.png) no-repeat center 80%;*/
	position: relative;
	overflow: hidden;
}
.in-process .con .bg{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	padding-top: 4%;
}
.in-process .con .con-left, .in-process .con .con-right{
	width: 40%;
	position: relative;
	z-index: 1;
}
.in-process .con .con-right{
	display: flex;
	flex-direction: column-reverse;
}
.in-process .con .con-right .li{
	float: right;
}
.in-process .con .li{
	width: 100%;
	height: 93px;
	margin-top: 60px;
	display: flex;
	align-items: center;
}
.in-process .con .li .i{
	width: 93px;
	height: 93px;
	border:1px #efaeb1 solid;
	border-radius: 50%;
	display: block;
	background: #fff;
	text-align: center;
	line-height: 91px;
	box-shadow: 0 0 3px rgba(223, 0, 17, .4);
}
.in-process .con .li .i i{
    font-size: 36px;
}
.in-process .con .li .word{
	width: 90%;
	width: calc(100% - 93px);
}
.in-process .con .li .word h1{
	line-height: 32px;
}
.in-process .con .li .word h2{
	color: #666666;
	font-size: 15px;
	line-height: 22px;
}
.in-process .con .con-left .li:nth-child(2), .in-process .con .con-left .li:nth-child(3){
	padding-right: 113px;
}
.in-process .con .con-right .li:nth-child(2), .in-process .con .con-right .li:nth-child(3){
	padding-left: 113px;
}
.in-process .con .con-left .li{
	flex-direction: row-reverse;
}
.in-process .con .con-left .li .word{
	padding-right: 20px;
    text-align: right;
}
.in-process .con .con-right .li .word{
	padding-left: 20px;
}
@media (max-width: 1480px) {
	.in-process .con .li .word h2{
		font-size: 14px;
	}
	.in-process .con .bg{
		width: 482px;
	}
}
@media (max-width: 1280px) {
	.in-process .tit{
		line-height: 32px;
	}
	.in-process .con{
		margin-top: 6%;
	}
	.in-process .con .bg{
		display: none;
	}
	.in-process .con .con-left, .in-process .con .con-right{
		width: 100%;
	}
	.in-process .con .con-right{
		flex-direction: column;
	}
	.in-process .con .con-left .li:nth-child(2), .in-process .con .con-left .li:nth-child(3){
		padding-right: 0;
		padding:10px;
	}
	.in-process .con .con-right .li:nth-child(2), .in-process .con .con-right .li:nth-child(3){
		padding-left: 0;
		padding:10px;
	}
	.in-process .con .li{
		width: 90%;
		width: calc(100% - 12px);
		padding:10px;
		background: #fff;
		height: auto;
		box-shadow: 0 0 6px rgba(0, 0, 0, .3);
	}
	.in-process .con .con-left .li{
		margin:12px 6px;
		flex-direction: row;
	}
	.in-process .con .con-right .li{
		margin: 6px;
	}
	.in-process .con .con-right .li:first-child{
		margin-top: 0;
	}
	.in-process .con .li .i{
		width: 63px;
		height: 63px;
		line-height: 61px;
	}
	.in-process .con .li .i i{
        font-size: 24px;
	}
	.in-process .con .li .word{
		width: 90%;
		width: calc(100% - 63px);
	}
	.in-process .con .con-left .li .word{
		padding-left: 10px;
		text-align: left;
		padding-right: 0;
	}
	.in-process .con .con-right .li .word{
		padding-left: 10px;
	}
}
@media (max-width: 992px) {
	.in-process .tit{
		line-height: 24px;
	}
	.in-process .con .li .word h1{
		line-height: 28px;
	}
}
@media (max-width: 750px) {
	.in-process .con{
		background-size: 100%;
	}
	.in-process .con .li .word h1{
		line-height: 24px;
	}
}

/*荣誉*/
.in-honor{
	width: 100%;
	background: url(/templates/specialty/css/../images/in-bg3.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.in-honor .bg{
	width: 40%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	left:0;
	top:0;
}
.in-honor .wrap{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.in-honor .tit{
	width: 30%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}
.in-honor .tit .line{
	width: 52px;
	height: 3px;
	background: #df0011;
	margin:24px 0;
}
.in-honor .tit h2{
	text-transform: uppercase;
}
.in-honor .tit h3{
	font-size: 15px;
	line-height: 26px;
	padding:100px 0;
}
.in-honor .tit h4 a{
	width: 200px;
	height: 44px;
	border:1px #fff solid;
	text-align: center;
	line-height: 42px;
	border-radius: 22px;
	display: block;
}
.in-honor .tit h4 a:hover{
	background: #fff;
	color: #df0011;
}
.in-honor .box{
	width: 66%;
	padding:2% 2% 0 2%;
	background: #fff;
	overflow: hidden;
}
.in-honor .box li{
	width: 23.5%;
	float: left;
    margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
}
.in-honor .box li:nth-child(4n){
	margin-right: 0;
}
.in-honor .box li:nth-child(9){
	display: none;
}
.in-honor .box a{
	display: block;
}
.in-honor .box .pic{
	width: 100%;
	border:1px #cccccc solid;
	padding:1px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-honor .box .pic img{
	width: 100%;
	height: 100% !important;
	object-fit: contain;
	display:block;
}
.in-honor .box a:hover .pic{
	border-color: #df0011;
}
.in-honor .box .title{
	line-height: 40px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
@media (max-width: 1480px){
	.in-honor .tit .line{
		margin:20px 0;
	}
	.in-honor .tit h3{
		padding:60px 0;
	}
}
@media (max-width: 1280px) {
	.in-honor .wrap{
		display: block;
	}
	.in-honor .bg{
		width: 100%;
		height: 60%;
	}
	.in-honor .tit{
		width: 100%;
		text-align: center;
	}
	.in-honor .tit .line{
		margin:10px auto;
	}
	.in-honor .tit h3{
		padding:20px 0;
		font-size: 14px;
		line-height: 22px;
	}
	.in-honor .tit h4 a{
		margin:0 auto;
	}
	.in-honor .box{
		width: 100%;
		padding:2% 2% 0 2%;
		margin-top: 8%;
		background: #fff;
		overflow: hidden;
	}
}
@media (max-width: 992px){
	.in-honor .box li{
		width: 32%;
	}
	.in-honor .box li:nth-child(4n){
		margin-right: 2%;
	}
	.in-honor .box li:nth-child(3n){
		margin-right: 0;
	}
	.in-honor .box li:nth-child(9){
		display: block;
	}
}
@media (max-width: 750px){
	.in-honor .tit .line{
		margin:6px auto;
	}
	.in-honor .tit h4 a{
		width: 160px;
		height: 36px;
		line-height: 34px;
	}
	.in-honor .box li{
		width: 49%;
	}
	.in-honor .box li:nth-child(3n){
		margin-right: 2%;
	}
	.in-honor .box li:nth-child(2n){
		margin-right: 0;
	}
	.in-honor .box li:nth-child(9){
		display: none;
	}
}

/*新闻*/
.in-news{
	width: 100%;
	background: url(/templates/specialty/css/../images/in-bg4.jpg) no-repeat center bottom;
	background-size: cover;
	overflow: hidden;
}
.in-news .tit{
	width: 100%;
	line-height: 42px;
	text-align: center;
	overflow: hidden;
}
.in-news .tit h1{
	font-family: 'OpenSans-Light';
	color:#cccccc;
}
.in-news .hd{
	text-align: center;
}
.in-news .hd li{
	width: 92px;
	height: 32px;
	display: inline-block;
	border:1px #e5e5e5 solid;
	line-height: 30px;
	margin:0 5px;
}
.in-news .hd li.on{
	border-color: #df0011;
	background: #df0011;
}
.in-news .hd li a{
	display: block;
}
.in-news .hd li.on a{
	color: #fff;
}
.in-news .bd .news-list .swiper-slide a{
	margin:3px;
	display: block;
	border:2px #e5e5e5 solid;
	padding:14px;
	background: #fff;
}
.in-news .bd .news-list .swiper-slide a:hover{
	border-color: #df0011;
	box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}
.in-news .bd .news-list .swiper-slide a .pic{
	width: 100%;
	height: 185px;
	overflow: hidden;
	position: relative;
}
.in-news .bd .news-list .swiper-slide a .pic > img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.in-news .bd .news-list .swiper-slide a .pic .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-news .bd .news-list .swiper-slide a:hover .pic .mask{
	opacity: 1;
}
.in-news .bd .news-list .swiper-slide a .pic .mask i{
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
}
.in-news .bd .news-list .swiper-slide a .word{
	width: 100%;
	overflow: hidden;
}
.in-news .bd .news-list .swiper-slide a .word .t{
	margin-top: 24px;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in-news .bd .news-list .swiper-slide a .word .s{
	margin-top: 24px;
	height: 48px;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in-news .bd .news-list .swiper-slide a .word .d{
	margin-top: 24px;
	color: #999;
}
.in-news .bd .news-list .swiper-slide a .word .d i{
	font-size: 14px;
}
.in-news .bd .news-list .control{
	text-align: center;
}
.in-news .bd .news-list .control a{
	display: inline-block;
}
.in-news .bd .news-list .swiper-button-prev, .in-news .bd .news-list .swiper-button-next{
	position: static;
	background: #fff;
	border:1px #e5e5e5 solid;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	line-height: 44px;
	margin:0 14px;
	color: #343434;
}
.in-news .bd .news-list .swiper-button-prev:after, .in-news .bd .news-list .swiper-button-next:after{
	display: none;
}
.in-news .bd .news-list .more{
	width: 190px;
	height: 46px;
	border:2px #e5e5e5 solid;
	border-radius: 23px;
	line-height: 42px;
	background: #fff;
}
.in-news .bd .news-list .control a:hover{
	background: #df0011;
	color:#fff;
	border-color: #df0011;
}
@media (max-width: 1280px) {
	.in-news .tit{
		line-height: 32px;
	}
	.in-news .bd .news-list .swiper-slide a .word .t, .in-news .bd .news-list .swiper-slide a .word .s, .in-news .bd .news-list .swiper-slide a .word .d{
		margin-top: 2%;
	}
	.in-news .bd .news-list .swiper-button-prev, .in-news .bd .news-list .swiper-button-next{
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	.in-news .bd .news-list .more{
		width: 180px;
		height: 40px;
		border-radius: 20px;
		line-height: 36px;
	}
}
@media (max-width: 992px) {
	.in-news .tit{
		line-height: 24px;
	}
}
@media (max-width: 750px) {
	.in-news .bd .news-list .swiper-button-prev, .in-news .bd .news-list .swiper-button-next{
		width: 36px;
		height: 36px;
		line-height: 34px;
	}
	.in-news .bd .news-list .more{
		width: 160px;
		height: 36px;
		border-radius: 18px;
		line-height: 32px;
	}
}

.in-customer img{
    display: block;
}
}