﻿.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #59aa17;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #59aa17;
	border-color: #59aa17;
}
.page-num-current:hover {
	color: #fff;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
/*轮播*/
.in-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.mb-banner{
	display: none;
}
.in-banner li{ 
	height: 828px;
	float: left;
	overflow: hidden;
}
.in-banner li a{
	width: 100%;
	height: 100%;
	display: block; 
	position: relative;
}
.in-banner li a > img,
.mb-banner li a > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.in-banner .swiper-pagination,
.mb-banner .swiper-pagination{
	width: auto;
	height: 16px;
	position: absolute; 
	left:50%;
	transform: translateX(-50%);
	bottom:30px; 
	z-index: 2;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-banner .swiper-pagination .swiper-pagination-bullet,
.mb-banner .swiper-pagination .swiper-pagination-bullet{
	width: 14px; 
	height: 14px; 
	border: 1px #fff solid;
	display: block;
	margin: 0 8px;  
	border-radius: 0;
	outline: none;
	opacity: 1;
	position: relative;
}
.in-banner .swiper-pagination .swiper-pagination-bullet:after,
.mb-banner .swiper-pagination .swiper-pagination-bullet:after{
	content: "";
	width: 12px;
	height: 12px;
	background: #ffffff; 
	position: absolute;
	left: 1px;
	top: 1px;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active,
.mb-banner .swiper-pagination .swiper-pagination-bullet-active{
	border-color: #43880b;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active:after,
.mb-banner .swiper-pagination .swiper-pagination-bullet-active:after{
	background: #43880b;
}
.in-banner .swiper-button-prev, 
.in-banner .swiper-button-next,
.mb-banner .swiper-button-prev, 
.mb-banner .swiper-button-next{
	display:block;
	width:34px;
	height:66px; 
	text-indent:200em;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	outline: none;
}
.in-banner .swiper-button-prev:after, 
.in-banner .swiper-button-next:after,
.mb-banner .swiper-button-prev:after, 
.mb-banner .swiper-button-next:after{
	display: none;
}
.in-banner .swiper-button-prev,
.mb-banner .swiper-button-prev{
	left:2%;
	background:url(../image/banner_left.png) center center no-repeat;
	background-size: cover;
}
.in-banner .swiper-button-next,
.mb-banner .swiper-button-next{
	right:2%;
	background:url(../image/banner_right.png) center center no-repeat;
	background-size: cover;
}
@media (max-width:1280px) {
	.in-banner{
		display: none;
	}
	.mb-banner{
		display: block;
	}
	.mb-banner .swiper-button-prev,
	.mb-banner .swiper-button-next{
		width:22px;
		height:42px; 
	}
}
@media (max-width: 992px) {
	.mb-banner .swiper-pagination{
		bottom:26px; 
	}
}
@media (max-width: 750px) {
	.mb-banner .swiper-pagination{
		bottom: 16px; 
	}
	.in-banner .swiper-pagination,
	.mb-banner .swiper-pagination{
		height: 10px;
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet,
	.mb-banner .swiper-pagination .swiper-pagination-bullet{
		width: 8px; 
		height: 8px; 
		margin: 0 4px;  
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet:after,
	.mb-banner .swiper-pagination .swiper-pagination-bullet:after{
		width: 6px;
		height: 6px;
	}
}
/* 标题 */
.in-title{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.in-title .h1{
	font-size: 36px;
	font-weight: bolder;
	line-height: 36px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-title.white .h1{
	color: #fff;
}
.in-title .h1 .line{
	width: 200px;
	height: 16px;
}
.in-title .h1 .lineL{
	margin-right: 26px;
	background: url('../image/title-left1.png') no-repeat center right;
}
.in-title.white .h1 .lineL{
	background: url('../image/title-left2.png') no-repeat center right;
}
.in-title .h1 .lineR{
	margin-left: 26px;
	background: url('../image/title-right1.png') no-repeat center left;
}
.in-title.white .h1 .lineR{
	background: url('../image/title-right2.png') no-repeat center left;
}
.in-title .h2{
	color: #5e5e5e;
	margin-top: 20px;
}
.in-title.white .h2{
	color: #fff;
}
@media (max-width: 1280px){
	.in-title .h1{
		font-size: 32px;
		line-height: 32px;
	}
	.in-title .h1 .line{
		width: 160px;
	}
	.in-title .h1 .lineL{
		margin-right: 20px;
	}
	.in-title .h1 .lineR{
		margin-left: 20px;
	}
}
@media (max-width: 992px){
	.in-title .h1{
		font-size: 26px;
		line-height: 26px;
	}
	.in-title .h1 .line{
		width: 120px;
	}
	.in-title .h1 .lineL{
		margin-right: 16px;
	}
	.in-title .h1 .lineR{
		margin-left: 16px;
	}
}
@media (max-width: 750px){
	.in-title .h1{
		font-size: 20px;
		line-height: 20px;
	}
	.in-title .h1 .line{
		width: 80px;
	}
	.in-title .h1 .lineL{
		margin-right: 10px;
	}
	.in-title .h1 .lineR{
		margin-left: 10px;
	}
	.in-title .h2{
		margin-top: 10px;
		/* display: none; */
	}
}

/* 更多 */
.in-more{
	width: 196px;
	height: 48px;
	color: #fff;
	display: block;
	line-height: 48px;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	background: #43880b;
	font-size: 16px;
}
.in-more:hover{
	background: #fe9207;
	color: #fff;
}
@media (max-width: 1280px){
	.in-more{
		margin-top: 5%;
	}
}
@media (max-width: 992px){
}
@media (max-width: 750px){
	.in-more{
		font-size: 14px;
	}
}

/* 搜索 */
.in-search{
	padding: 14px 0;
	border-bottom: 2px #e7e7e7 solid;
}
.in-search > div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.in-search form{
	width: 212px;
	height: 28px;
	border: 1px #cccccc solid;
	border-radius: 14px;
	padding: 0 15px;
	overflow: hidden;
}
.in-search input, .in-search button{
	border: none;
	outline: none;
	height: 28px;
	line-height: 28px;
	background: none;
}
.in-search input{
	width: 190px;
	float: left;
}
.in-search button{
	float: right;
	cursor: pointer;
}
@media (max-width: 1280px){
	.in-search .left{
		display: none;
	}
	.in-search .right{
		width: 100%;
	}
	.in-search form{
		width: 100%;
		height: 32px;
		border-radius: 16px;
		box-sizing: border-box;
	}
	.in-search input, .in-search button{
		height: 32px;
		line-height: 32px;
	}
	.in-search input{
		width: auto;
		width: calc(100% - 18px);
	}
}
@media (max-width: 992px){}
@media (max-width: 750px){
	.in-search{
		padding: 10px 0;
	}
}

/* 产品 */
.in-products{
	width: 100%;
	background: url('../image/in-bg6.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-products .con .hd{
	text-align: center;
	overflow: hidden;
}
.in-products .con .hd li{
	display: inline-block;
	margin: 0 10px;
}
.in-products .con .hd a{
	padding: 0 40px;
	line-height: 42px;
	display: block;
	color: #fff;
	background: #333333;
	text-align: center;
}
.in-products .con .hd li.on a{
	background: #43880b;
}
.in-products .con .bd{
	margin-top: 30px;
	overflow: hidden;
}
.in-products .con .bd .libox{
	display: none;
	overflow: hidden;
}
.in-products .con .bd .libox.on{
	display: block;
}
.in-products .con .bd .listbox{
	overflow: hidden;
}
.in-products .con .bd .listbox li{
	width: 23.5%;
	margin-right: 2%;
	margin-top: 20px;
	float: left;
}
.in-products .con .bd .listbox li:nth-child(4n){
	margin-right: 0;
}
.in-products .con .bd .listbox li:nth-child(9){
	display: none;
}
.in-products .con .bd .listbox a{
	display: block;
	border: 1px #d0cfd0 solid;
	background: #d0cfd0;
}
.in-products .con .bd .listbox a:hover{
	border-color: #43880b;
	background: #43880b;
	color: #fff;
}
.in-products .con .bd .listbox .pic{
	width: 100%;
	height: 0;
	padding-bottom:100%;
	position: relative;
}
.in-products .con .bd .listbox .pic .box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.in-products .con .bd .listbox .pic .box img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.in-products .con .bd .listbox .title{
	text-align: center;
	height: 48px;
	line-height: 48px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
@media (max-width: 1280px){
	.in-products .con .bd {
	    margin-top: 3%;	
	}
	.in-products .con .bd .listbox li{
		width: 32%;
		margin-top: 2%;
	}
	.in-products .con .bd .listbox li:nth-child(9){
		display: block;
	}
	.in-products .con .bd .listbox li:nth-child(4n){
		margin-right: 2%;
	}
	.in-products .con .bd .listbox li:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width: 992px){}
@media (max-width: 750px){
	.in-products .con .hd li{
		margin: 0 5px;
	}
	.in-products .con .hd a{
		padding: 0 20px;
		line-height: 36px;
	}
	.in-products .con .bd .listbox li{
		width: 48%;
		margin-top: 2%;
		margin-right: 0;
	}
	.in-products .con .bd .listbox li:nth-child(9){
		display: none;
	}
	.in-products .con .bd .listbox li:nth-child(4n){
		margin-right: 0;
	}
	.in-products .con .bd .listbox li:nth-child(2n){
		float: right
	}
}

/* 优势 */
.in-advantage{
	width: 100%;
	padding: 70px 0 140px 0;
	background: url('../image/in-bg5.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.in-advantage .con ul{
	display: flex;
	align-items: stretch;
}
.in-advantage .con li{
	width: 32%;
	margin-right: 2%;
	float: left;
}
.in-advantage .con li:nth-child(3){
	margin-right: 0;
}
.in-advantage .con .box1{
	width: 90%;
	height: 54px;
	background:#43880b;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 24px;
	position: relative;
	z-index: 2;
}
.in-advantage .con .box2{
	width: 100%;
	height: auto;
	height: calc(100% - 27px);
	background: #fff;
	margin-top: -27px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.in-advantage .con .box1 span{
	display: block;
	height: 20px;
}
.in-advantage .con .box1 span:first-child{
	font-weight: bolder;
	font-style: italic;
	border-right: 1px #fff solid;
	padding-right: 20px;
	margin-right: 20px;
}
.in-advantage .con .box2 .picture{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.in-advantage .con .box2 .picture .box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.in-advantage .con .box2 .picture .box img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.in-advantage .con .box2 .word{
	padding: 20px;
	text-align: center;
}
.in-advantage .con .box2 .word .h1{
	color: #fe9207;
	font-size: 20px;
	font-weight: bolder;
	margin-bottom: 10px;
}
@media (max-width: 1280px){
	.in-advantage{
		padding: 7% 0 14% 0;
	}
	.in-advantage .con .box1{
		font-size: 20px;
	}
	.in-advantage .con .box1 span:first-child{
		padding-right: 10px;
		margin-right: 10px;
	}
	.in-advantage .con .box2 .word{
		padding: 14px;
	}
	.in-advantage .con .box2 .word .h1{
		font-size: 18px;
	}
}
@media (max-width: 992px){
	.in-advantage {
	    padding: 7% 0;
	}
	.in-advantage .con .box1{
		font-size: 18px;
	}
	.in-advantage .con .box2 .word .h1{
		font-size: 16px;
	}
}
@media (max-width: 750px){
	.in-advantage .con ul{
		display: block;
	}
	.in-advantage .con li{
		width: 100%;
		margin-right: 0;
		margin-top: 4%;
	}
	.in-advantage .con li:first-child{
		margin-top: 0;
	}
	.in-advantage .con .box1{
		font-size: 16px;
	}
	.in-advantage .con .box2 .word .h1{
		font-size: 14px;
	}
}

/* 关于 */
.in-about{
	width: 100%;
	position: relative;
	margin-top: -70px;
	overflow: hidden;
}
.in-about .box1{
	background: #fff;
	height: 140px;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	display: flex;
	align-items: center;
}
.in-about .box1 ul{
	width: 100%;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in-about .box1 li{
	width: 25%;
	padding: 0 2%;
    height: 100%;
    border-right: 1px #848484 dashed;
    float: left;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.in-about .box1 li:last-child{
	border-right: none;
}
.in-about .box1 li > div{
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.in-about .box1 li .left{
	margin-right: 20px;
}
.in-about .box1 .h1{
	font-size: 20px;
	font-weight: bolder;
	color: #2b2b2b;
}
.in-about .box1 .h2{
	font-size: 18px;
	color: #666;
	margin-top: 6px;
}
.in-about .box2{
	padding: 140px 0 70px 0;
	margin-top: -70px;
	background: url('../image/in-bg4.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.in-about .box2 .con .left{
	width: 48%;
	overflow: hidden;
}
.in-about .box2 .con .left .title, 
.in-about .box2 .con .left .number,
.in-about .box2 .con .left .content,
.in-about .box2 .con .left .more{
	width: 100%;
	overflow: hidden;
}
.in-about .box2 .con .left .title .div1{
	display: flex;
	justify-content: space-between;
}
.in-about .box2 .con .left .title .div1 > div{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.in-about .box2 .con .left .title .div1 .lt{
	position: relative;
}
.in-about .box2 .con .left .title .div1 .lt .word1{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 72px;
	line-height: 60px;
	font-weight: bolder;
	color: #eeeeee;
	text-transform: uppercase;
}
.in-about .box2 .con .left .title .div1 .lt .word2{
	font-size: 26px;
	font-weight: bolder;
	color: #2b2b2b;
	margin-top: 30px;
	position: relative;
	z-index: 2;
}
.in-about .box2 .con .left .title .div1 .lt .word2 span{
	color: #43880b;
}
.in-about .box2 .con .left .title .div1 .lt .word3{
	color: #999999;
	position: relative;
	z-index: 2;
}
.in-about .box2 .con .left .title .div1 .rt img{
	width: 100%;
	display: block;
}
.in-about .box2 .con .left .title .div2{
	width: 2px;
	height: 50px;
	background: #43880b;
	margin-top: 17px;
}
.in-about .box2 .con .left .content{
	padding: 40px 0;
	overflow: hidden;
}
.in-about .box2 .con .left .more a{
	width: 124px;
	height: 38px;
	display: block;
	background: #43880b;
	color: #fff;
	text-align: center;
	line-height: 38px;
}
.in-about .box2 .con .left .more a:hover{
	background: #fe9207;
	color: #fff;
}
.in-about .box2 .con .right{
	width: 48%;
	overflow: hidden;
}
.in-about .box2 .con .right .div1{
	overflow: hidden;
}
.in-about .box2 .con .right .div1 li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.in-about .box2 .con .right .div1 li:nth-child(4){
	margin-right: 0;
}
.in-about .box2 .con .right .div1 a{
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	padding: 20px 0;
	margin: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.in-about .box2 .con .right .div1 a:hover{
	background: #43880b;
	color: #fff;
}
.in-about .box2 .con .right .div1 img{
	width: 36px;
	-webkit-filter: invert(40%);
    -moz-filter: invert(40%);
    -ms-filter: invert(40%);
    -o-filter: invert(40%);
    filter: invert(40%);
	display: block;
	margin-bottom: 10px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.in-about .box2 .con .right .div1 a:hover img{
	-webkit-filter: invert(0);
    -moz-filter: invert(0);
    -ms-filter: invert(0);
    -o-filter: invert(0);
    filter: none;
}
.in-about .box2 .con .right .div2{
	margin-top: 20px;
}
.in-about .box2 .con .right .div2 img{
	width: 100%;
	display: block;
}
@media (max-width: 1280px){
	.in-about{
		margin-top: -7%;
	}
	.in-about .box1{
	}
	.in-about .box1 li .left{
		width: 20%;
		margin-right: 10px;
	}
	.in-about .box1 li .left img{
		width: 100%;
	}
	.in-about .box1 .h1{
		font-size: 18px;
	}
	.in-about .box1 .h2{
		display: none;
	}
	.in-about .box2{
		padding: 14% 0 7% 0;
		margin-top: -7%;
	}
	.in-about .box2 .con .left .title .div1 .lt .word1{
		font-size: 50px;
		line-height: 50px;
	}
	.in-about .box2 .con .left .title .div1 .lt .word2{
		font-size: 20px;
		margin-top: 20px;
	}
	.in-about .box2 .con .left .title .div2{
		height: 30px;
		margin-top: 10px;
	}
	.in-about .box2 .con .left .content{
		padding: 4% 0;
	}
	.in-about .box2 .con .right .div1 a{
		padding: 20px 0;
	}
	.in-about .box2 .con .right .div2{
		margin-top: 2%;
	}
}
@media (max-width: 992px){
	.in-about{
		margin-top: 0;
	}
	.in-about .box1{
		display: none;
	}
	.in-about .box2{
		padding: 7% 0;
		margin-top: 0;
	}
	.in-about .box2 .con{
		display: flex;
		flex-direction: column-reverse;
	}
	.in-about .box2 .con .left,
	.in-about .box2 .con .right{
		width: 100%;
	}
	.in-about .box2 .con .left .title{
		display: none;
	}
	.in-about .box2 .con .left .content{
		padding-top: 0;
	}
	.in-about .box2 .con .left .more a{
		margin: 0 auto;
	}
	.in-about .box2 .con .right{
		margin-bottom: 4%;
	}
	.in-about .box2 .con .right .div1 a {
	    padding: 10px 0;
	}
	.in-about .box2 .con .right .div1 img{
		width: 30px;
	}
}
@media (max-width: 750px){
	.in-about .box2 .con .left .more a{
		width: 196px;
		height: 48px;
		line-height: 48px;
	}
}

/* 面貌 */
.in-workshop{
	width: 100%;
	background: url('../image/in-bg3.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-workshop .con{
}
.in-workshop .swiper-slide{
	background: #fff;
}
.in-workshop .swiper-slide a{
	padding: 4px;
	text-align: center;
	display: block;
}
.in-workshop .swiper-slide .picture img{
	width: 100%;
	display: block;
}
.in-workshop .swiper-slide .title{
	padding-top: 4px;
	line-height: 36px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-workshop .swiper-control{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.in-workshop .swiper-control .swiper-button-prev:after,
.in-workshop .swiper-control .swiper-button-next:after{
    display: none;
}
.in-workshop .swiper-control .swiper-button-prev,
.in-workshop .swiper-control .swiper-button-next{
    width: 50px;
    height: 42px;
    color: #fff;
    background: #2e74b2;
    outline: none;
    position: static;
    padding: 0;
    margin: 0;
    opacity: 1;
    margin: 0 10px;
}
.in-workshop .swiper-control .swiper-button-prev:hover,
.in-workshop .swiper-control .swiper-button-next:hover{
    background: #333333;
}
.in-workshop .swiper-control .swiper-button-prev i,
.in-workshop .swiper-control .swiper-button-next i{
    font-size: 18px;
}
@media (max-width: 1280px){}
@media (max-width: 992px){}
@media (max-width: 750px){
	.in-workshop .swiper-control .swiper-button-prev,
	.in-workshop .swiper-control .swiper-button-next{
	    width: 42px;
	    height: 32px;
	    margin: 0 5px;
	}
}

/* 新闻 */
.in-news{
	width: 100%;
	background: url('../image/in-bg2.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-news .con{
	width: 100%;
	overflow: hidden;
}
.in-news .con .left{
	width: 50%;
	overflow: hidden;
}
.in-news .con .left img{
	width: 100%;
	display: block;
}
.in-news .con .left .word{
	margin-top: 24px;
	overflow: hidden;
}
.in-news .con .left .word .lt{
	width: 94px;
	font-size: 36px;
	line-height: 36px;
	color: #979797;
	overflow: hidden;
}
.in-news .con .left .word .rt{
	width: auto;
	width: calc(100% - 114px);
}
.in-news .con .left .word .rt .h1{
	color: #43880b;
	font-size: 16px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-news .con .left .word .rt .h2{
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #6c6c6c;
}
.in-news .con .right{
	width: 46%;
	overflow: hidden;
}
.in-news .con .right li{
	width: 100%;
	float: left;
	border-bottom: 1px #dddddd solid;
	margin-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.in-news .con .right li:first-child{
	margin-top: 0;
}
.in-news .con .right .div1{
	font-size: 16px;
	margin-bottom: 16px;
	overflow: hidden;
}
.in-news .con .right .div1 .lt{
	width: auto;
	width: calc(100% - 54px);
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.in-news .con .right .div1 .rt{
	color: #999;
	width: 44px;
	text-align: right;
}
.in-news .con .right .div2 .lt{
	width: auto;
	width: calc(100% - 64px);
	padding-left: 10px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #6c6c6c;
}
.in-news .con .right .div2 .rt{
	width: 44px;
	text-align: right;
}
@media (max-width: 1280px){
	.in-news .con .left .word .lt {
	    width: 74px;
	    font-size: 28px;
	    line-height: 28px;
	}
	.in-news .con .left .word .rt {
	    width: auto;
	    width: calc(100% - 94px);
	}
	.in-news .con .right li{
		margin-top: 12px;
		padding-bottom: 12px;
	}
	.in-news .con .right .div1 {
	    margin-bottom: 12px;
	}
}
@media (max-width: 992px){
	.in-news .con .left,
	.in-news .con .right{
		width: 100%;
	}
	.in-news .con .left .word{
		background: #eee;
		margin-top: 0;
		padding: 15px;
	}
	.in-news .con .left .word .lt {
	    font-size: 24px;
	    line-height: 24px;
	}
	.in-news .con .right{
		margin-top: 4%;
	}
}
@media (max-width: 750px){
	.in-news .con .left .word .lt {
	    width: 64px;
	    font-size: 20px;
	    line-height: 20px;
	}
	.in-news .con .left .word .rt {
	    width: auto;
	    width: calc(100% - 74px);
	}
}

/* 联系 */
.in-contact{
	width: 100%;
	background: url('../image/in-bg1.jpg') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.in-contact .con{
	width: 100%;
	overflow: hidden;
}
.in-contact .con .box1{
	width: 100%;
	overflow: hidden;
}
.in-contact .con .box1 ul{
	display: flex;
	align-items: stretch;
}
.in-contact .con .box1 li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	overflow: hidden;
}
.in-contact .con .box1 li:last-child{
	margin-right: 0;
}
.in-contact .con .box1 .icon{
	width: 70px;
	height: 70px;
	background: #2e74b2;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.in-contact .con .box1 .icon img{
	width: 40px;
	display: block;
}
.in-contact .con .box1 .main{
	width: 100%;
	height: 100%;
	background: #fff;
	margin-top: -35px;
	padding: 40px 30px 20px 30px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
.in-contact .con .box1 .main .h1{
	line-height: 40px;
	color: #999;
}
.in-contact .con .box2 .left{
	width: auto;
	width: calc(100% - 160px);
}
.in-contact .con .box2 .left li{
	width: 48%;
	background: #fff;
	height: 49px;
	float: left;
	margin-top: 20px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	margin-right: 2%;
	box-sizing: border-box;
}
.in-contact .con .box2 .left li i{
	margin-right: 10px;
	color: #999;
	font-size: 18px;
}
.in-contact .con .box2 .left li input{
	width: auto;
	width: calc(100% - 28px);
	outline: none;
	border: none;
	height: 49px;
}
.in-contact .con .box2 .left li input[name="seccode"]{
	width: auto;
	width: calc(100% - 108px);
	padding-right: 10px;
	text-transform: uppercase;
}
.in-contact .con .box2 .right{
	width: 160px;
}
.in-contact .con .box2 .right button{
	width: 100%;
	height: 118px;
	background: #2e74b2;
	color: #fff;
	border: none;
	outline: none;
	font-size: 18px;
	margin-top: 20px;
}
@media (max-width: 1280px){
	.in-contact .con .box1 ul{
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.in-contact .con .box1 li{
		width: 49%;
		margin-bottom: 2%;
	}
	.in-contact .con .box1 li:nth-child(2n){
		margin-right: 0;
	}
	.in-contact .con .box1 li:last-child{
		margin-right: 0;
	}
	.in-contact .con .box2{
		margin-top: 0;
	}
    .in-contact .con .box2 .left{
		width: auto;
		width: calc(100% - 118px);
	}
	.in-contact .con .box2 .right{
		width: 118px;
	}
	.in-contact .con .box2 .right button{
		height: 118px;
		font-size: 16px;
	}
}
@media (max-width: 992px){
    .in-contact .con .box2 .left{
		width: 100%;
	}
	.in-contact .con .box2 .left li{
		width: 49%;
		margin-top: 2%;
		margin-right: 0;
	}
	.in-contact .con .box2 .left li:nth-child(2n){
		float: right;
	}
	.in-contact .con .box2 .right{
		width: 100%;
	}
	.in-contact .con .box2 .right button{
		height: 49px;
		margin-top: 2%;
	}
}
@media (max-width: 750px){
	.in-contact .con .box1 li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}
	.in-contact .con .box2 .left li{
		width: 100%;
	}
}
