@charset "utf-8";
/* CSS Document */

body, div, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, iframe, input, textarea, select, label, article, aside, footer, header, menu, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif", "Montserrat", Noto Sans SC, "Hiragino Sans GB", STHeiti, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
article, aside, footer, header, hgroup, nav, section, audio, canvas, video {
	display: block;
}
body {
    font-family: "Montserrat", Noto Sans SC, "Hiragino Sans GB", STHeiti, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #fff;
}
textarea {
	resize: none;
}
iframe, img {
	border: 0;
}
ul, ol {
	list-style: none;
}
input, select, textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
}
/* input { -webkit-appearance: none; } */
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	/*color: #62b15d;*/
}
/* 清理浮动 */
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



.jumbo {font-size: 30px ;margin: 0; color: #666;}


/* 全局浮动 */
.fl {
	float: left;
}
.fr {
	float: right;
}
.wrapper {
	margin: 0 auto;
}
.bgtable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.bgtable td {
	border: 1px solid #ccc;
	line-height: 2;
	padding-left: 10px;
}
.roundsa {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.bannerslide .swiper-slide {
	background-position: center;
	background-size: cover;
	position: relative;
	height: 758px;
}
.bannerslide .swiper-slide a .con {
	margin-top: 52px;
}
.bannerslide .swiper-slide a .con .tit {
	line-height: 48px;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 20px;
}
.bannerslide .swiper-slide a .con .txt {
	line-height: 24px;
	font-size: 14px;
	font-weight: 400px;
}
.paginationw {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 70px !important;
	width: 100%;
	z-index: 9;
}
.swiper-pagination-bullet {
	background: #fff;
}
.swiper-pagination-bullet-active {
	background: #ea0000;
}
.bannerslide .swiper-button-prev {
	background: url(../img/arrows.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
}
.bannerslide .swiper-button-next {
	background: url(../img/arrows.png) no-repeat right bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
}
.topbar {
	padding: 16px;
	position: fixed;
	z-index: 999;
	box-sizing: border-box;
	top: 0;
	right: 0;
	left: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.container {
	padding: 0 40px;
	line-height: 70px;
}
.logo {
	float: left;
	background: url(../img/logo.png) no-repeat center top;
	background-size: cover;
	width: 192px;
	height: 45px;
	display: inline-block;
	margin-top: 15px;
	background-size: contain;
}
.top-right {
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
.top-right a {
	color: #fff;
}
.split {
	font-size: 12px;
	color: #fff;
	padding: 0 1px;
	font-weight: normal;
}
.nav {
	padding-left: 30%;
}
.nav .nli {
	float: left;
	position: relative;
	text-align: center;
	padding: 0 14px;
}
.nav .nli a {
	font-weight: 300;
	font-size: 16px;
	color: #fff;
}
.nav .nli a:hover {
	color: #999;
	text-decoration: none;
}
.nav .nli .sub {
	position: absolute;
	display: none;
	width: 120px;
	z-index: 99;
	background: rgba(0,0,0,.7);
	left: 0;
	top: 61px;
}
.nav .nli .sub li {
	display: block;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.1);
	line-height: 35px;
}
.nav .nli .sub li a {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}
.nav .nli .sub li:hover {
	background: #ececec;
}
.nav .nli .sub li:hover a {
	color: #666;
}
.topbar.fxd {
	background: #fff;
	height: 97px;
	-webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.topbar.fxd .logo {
	background: url(../img/logoblack.png) no-repeat center top;
	background-size: cover;
	width: 192px;
	height: 45px;
	margin-top: 15px;
	background-size: contain;
}
.topbar.fxd .nav a {
	color: #666;
}
.topbar.fxd .top-right {
	color: #666;
}
.topbar.fxd .top-right a {
	color: #666;
}
.topbar.fxd .split {
	color: #666;
}
.hometitle {
	font-size: 24px;
	font-weight: bold;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	color: #666;
}


/*.hometitle:after {

    position: absolute;
    content: '';
    width: 30px;
    background: #113c98;
    height: 3px;
    top: 50px;
    left: 14px;
    transform: translateX(-50%);
	
	
}
*/




.newsblok .hometitle:after {
    position: absolute;
    content: '';
    width: 30px;
    background: #113c98;
    height: 0px;
    top: 50px;
    left: 14px;
    transform: translateX(-50%);
}


.newsitem_block{
	padding:40px 0px; 
	border-bottom: #c0bebf 1px solid; 
	box-sizing:border-box; 
transition: all ease 0.3s; */
    -webkit-transition: all ease 0.3s;
	}
	
.newstitleitem_block{
	font-size:16px; 
	display:block; 
	margin-bottom:15px;
	}

.newstextitem_block{
	font-size:14px; 
	display:block; 
	width:490px; 
	word-wrap:break-word; 
	word-break:normal;     
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 2;
	float:left;
	}
	
	
.newsarrow_block{
	height:30px; 
	text-align:right; 
	vertical-align: bottom; 
	overflow:hidden;
	}
	


.newsitem_block:hover {
	padding:40px 50px; 
	border-bottom: #c0bebf 1px solid; 
	box-sizing:border-box; 
	width:100%;
	background: linear-gradient(to right, rgba(8,45,124,1), rgba(8,45,124,0));
	
	-webkit-transition: all 0.7s ease; 
    transition: all 0.7s ease;

	}
	
.newsitem_block:hover  .newstitleitem_block{
	font-size:16px; 
	display:block; 
	margin-bottom:15px;
	color:#FFF;
	}

.newsitem_block:hover .newstextitem_block{
	font-size:14px; 
	display:block; 
	width:490px; 
	word-wrap:break-word; 
	word-break:normal;     
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 2;
	color:#FFF;
	float:left;
	
	}
	
	
	
.newsitem_block:hover .newsarrow_block{
	height:30px; 
	text-align:right; 
	vertical-align: bottom; 
	overflow:hidden;
	}




.homebtn {
	float: left;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 30px;
	background: #113c98;
	color: #fff;
	border-radius: 30px;
}




.homebox1 {
width: 1600px;
    padding: 70px 70px 80px 70px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 6%;
    row-gap: 40px;
    flex-wrap: wrap;
}


.homebox1 .advantageblock{
display: flex;
    /* flex-direction: column; */
    justify-content: flex-start;
    width: 29%;
    column-gap: 30px;
}



.homebox1 .advantageblock .advnum{
font-size: 40px;
    font-weight: 600;
    color: #fe0000;
}




.homebox1 .advantageblock .tit{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
}



.probox {
}
.probox .item {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 19.334%;
	float: left;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.probox .item:nth-child(5n) {
	margin-right: 0;
}
.probox .item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.probox .item .pic {
	display: block;
}
.probox .item .pic img {
	display: block;
	width: 100%;
}
.probox .item .info {
	background: #f2f8fb;
	text-align: center;
	padding: 30px 40px;
	height: 100px;
}
.probox .item .info .name {
	font-size: 18px;
	color: #192436;
	margin-bottom: 10px;
}
.probox .item a:hover {
	text-decoration: none;
}
.probox .item a:hover .info .name {
	color: #1e9024;
}
.probox .item .info .text {
	font-size: 13px;
	color: #777;
	line-height: 160%;

	word-break: normal;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 2;
}


.homebox2 {
	background: #3d464b url("../images/coopbg.jpg") no-repeat center center;
    background-size: cover;
	padding-top: 140px;
	padding-bottom: 90px;
    position: relative;
}

.homebox2 .cooplogo{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    margin-bottom: 20px;
}


.homebox2 .cooplogo img{
    height: 100%;
}





.homebox2::before {
/*    content: '';
    position: absolute;
    top: 0px;
    right: 80px;
    z-index: 0;
    width: calc(100% - 80px);
    height: 60px;
    background: #fff;*/
}






.probox1 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.probox1 .item {
	float: left;
	width: 49.584%;
	margin-right: 10px;
	margin-bottom: 10px;
}
.probox1 .item:nth-child(2n) {
	margin-right: 0;
}
.probox1 .item .pic {
	display: block;
}
.probox1 .item .pic img {
	display: block;
	width: 100%;
}
.probox1 .item .info {
	padding: 60px 60px;
	display: block;
	background: #fff;
}
.probox1 .item:hover .name a {
	text-decoration: none;
	color: #393;
}
.probox1 .item .info .name a {
	float: left;
	display: block;
	font-size: 18px;
	color: #666;
	width: 70%;
}
.probox1 .item .info .name a:hover {
	color: #390;
}
.probox1 .item .info .name span {
	padding: 8px 20px;
	border: #ddd 1px solid;
	float: right;
	background: #FFF;
	color: #666;
	font-size: 12px;
	font-weight: 900;
}
.probox1 .item .info .text {
	width: 100%;
	padding-top: 30px;
	font-size: 14px;
	color: #666;
	word-wrap: break-word;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 2;
}




.homebox9 {
	background: #eaeff2; /*url(../images/newsbg.jpg) repeat center center*/
	background-size:100% 100%;
	padding-top: 120px;
	padding-bottom: 120px;
    position: relative;
}


.homebox9 .typcn-media-pause{
	font-size: 23px;
    display: inline-block;
    transform: rotate(90deg);
}




.homebox9::after {
/*    content: "";
    position: absolute;
    left: 120px;
    top: 410px;
    line-height: 1;
    font-size: 160px;
    font-weight: 700;
    color: #eaeff2;
    text-shadow: -1px 0 rgba(0, 0, 0, .17), 0 1px rgba(0, 0, 0, .17), 1px 0 rgba(0, 0, 0, .17), 0 -1px rgba(0, 0, 0, .17);*/
}







.homebox9 .item {
	-webkit-transition: all .3s;
    transition: all .3s;
}

.homebox9 .item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
	
}



.homebox9 a {
	text-decoration: none;
}


.homebox9 .info {
	background: #fff url(../images/newpbg1.jpg) repeat  bottom right; /**/
	padding:55px 40px;
	text-align:left;

}




.homebox9 .series {
	font-size: 14px;
	color: #777;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 2;
	line-height: 20px;
	overflow: hidden;
	margin-bottom:20px;
}


.homebox9 .name {
	font-size: 20px;
	line-height: 120%;
	padding-top: 10px;
	letter-spacing: 0px;
	font-weight:600;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 1;
}



.homebox9 .text {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	overflow: hidden;
	margin: 30px auto 30px;
}





.homebox9 .info .btn {
    padding: 2px 0px 8px 0px;
    line-height: 160%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}





.homebox8 {
	background:#fff url(../images/feedbg.jpg) repeat center center;
	background-size: cover;
	padding: 140px 0px;

}




.homebox8::before {
}




.homebox3 {
	background:#eaeff2;
	padding-top: 90px;
	padding-bottom: 70px;
}



.homebox3 .hometitle {
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #333;
	margin:0 auto;
	text-align:center;
	
}



/*.homebox3 .hometitle:after {
	position: absolute;
	content: '';
	width: 30px;
	background: #4676de;
	height: 3px;
	top: 50px;
	left: 54px;
	transform: translateX(-50%);
}*/



.homebox3 .hometext {
    font-size: 15px;
    line-height: 160%;
    display: block;
    width: 100%;
    color: #666;
	text-align:center;
}




.homebox3 li {
	padding:0px 6px; 
	border:rgba(255,255,255,0.2) 1px solid; 
	line-height:20px; 
	margin-bottom:3px; 
	display: inline-block;
	color:#FFF;
	border-bottom:#eee 1px solid;
}



.probox2 {
	max-width: 1600px;
	padding-top: 50px;
	padding-bottom: 12px;
	padding-left: 40px;
	padding-right: 40px;
}
.probox2 .item {
	background:#f9f9f9;
}
.probox2 .item:hover a {
	text-decoration: none;
}
.probox2 .item .pic {
	display: block;
}
.probox2 .item .pic img {
	display: block;
	width: 100%;
}






.footerpage {
	display: flex;
    background: url(../images/bottonbg.jpg) no-repeat center center;
    background-size: cover;
} 



.footerpage .footblock{
	display: flex;
    justify-content: space-between;
    width: 100%;
} 

.footerpage .slogen{
    color: #fff;
    line-height:140%; 
    font-size: 45px; 
    text-transform: uppercase; 
    font-weight: 600;
} 


.footerpage .slogen p{
    color: #fe0000;
} 


.footerpage .footblock img{
    cursor: pointer;
} 


.footerpage .companyname{
    color: #fff;
} 



.footerpage .contactinfo{
    color: #fff;
        padding-top: 5px;
    line-height: 180%;
    opacity: 0.8;
} 


.footerpage  .quicklink{
    margin-top: 40px; 
    color: #fff;
    line-height: 1; 
} 

.footerpage  .quicklinkimg{
    padding-top: 20px; 
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    display: flex;
    justify-content: flex-end;
} 



.footerpage .manclass{
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
} 

.footerpage .qrcode{
    color: #fff;
} 


.footerpage .qrcode img{
    width: 120px;
    height: 120px;
} 




.footerpage .copyright {
    color: #fff;
}

.footerpage .footcopy {
    color: #fff;
}









.homebox4 {
	background: #fff;
	padding: 70px 0px;
}
.homebox4 .hometitle {
	margin-top: 60px;
}
.homebox4 .position {
	position: relative;
}
.homebox4 .tag {
	position: absolute;
	top: -24px;
	width: 100%;
}
.homebox4 .tag .tt {
	width: 100px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin: 0 auto;
	border: #bec9b8 1px solid;
	background: #fff;
	color: #666;
}
.homebox4 .taglist {
	font-size: 14px;
	text-align: center;
	line-height: 160%;
	margin-bottom: 40px;
	width: 100%;
	color: #666;
	border: #bec9b8 1px solid;
	padding: 30px 40px;
	background: #f7faf5;
}
.homebox4 .taglist a {
	padding: 0 9px;
}
.titn {
	margin-bottom: 20px;
}
.titn h4 {
	float: left;
	font-weight: normal;
	font-size: 17px;
	color: #666;
}
.titn ul {
	float: right;
}
.titn ul li {
	float: left;
	padding-left: 10px;
}
.titn ul li a {
	font-size: 12px;
	color: #666;
	text-align: right;
}
.titn .more {
	float: right;
	display: block;
	font-size: 12px;
	color: #666;
	text-align: right;
}
.newbox {
	margin-bottom: 40px;
}
.boxn1 {
	float: left;
	width: 33%;
}
.boxn1 .titn {
	width: 360px;
}
.boxn1 .content {
}
.boxn1 .content .box {
	margin-bottom: 15px;
}
.boxn1 .content .box .pic {
	float: left;
	width: 114px;
	margin-right: 16px;
}
.boxn1 .content .box .pic img {
	border: 1px solid #ccc;
	display: block;
	width: 100%;
}
.boxn1 .content .box .info {
	float: left;
	width: 230px;
}
.boxn1 .content .box .info .nam {
	padding-bottom: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.boxn1 .content .box .info .nam a {
	font-size: 14px;
	color: #666;
}
.boxn1 .content .box .info .nam a:hover {
	color: #F30;
}
.boxn1 .content .box .info .txt {
	font-size: 12px;
	color: #666;
}
.boxn2 {
	float: right;
	width: 67%;
}
.boxn2 .content {
}
.boxn2 .content .box {
	width: 250px;
	float: left;
	margin-right: 25px;
}
.boxn2 .content .box:nth-child(3) {
	margin-right: 0;
}
.boxn2 .content .box .pic {
	width: 100%;
	margin-right: 16px;
}
.boxn2 .content .box .pic img {
	display: block;
	width: 100%;
}
.boxn2 .content .box .info {
	border: #cfd9ca 1px solid;
	padding: 16px 20px;
	background: #FFF;
}
.boxn2 .content .box .info .nam {
	padding-bottom: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.boxn2 .content .box .info .nam a {
	font-size: 14px;
	color: #666;
}
.boxn2 .content .box .info .nam a:hover {
	color: #F30;
}
.boxn2 .content .box .info .txt {
	font-size: 12px;
	color: #666;
}
.boxn3 {
	float: left;
	width: 33%;
}
.boxn3 .titn {
	width: 360px;
}
.boxn3 .content {
}
.boxn3 .content .box {
	width: 170px;
	float: left;
	margin-right: 20px;
}
.boxn3 .content .box:nth-child(2) {
	margin-right: 0;
}
.boxn3 .content .box .pic {
	width: 100%;
	margin-right: 16px;
}
.boxn3 .content .box .pic img {
	display: block;
	width: 100%;
}
.boxn3 .content .box .info {
	border: #cfd9ca 1px solid;
	padding: 16px 20px;
	background: #FFF;
}
.boxn3 .content .box .info .nam {
	margin-bottom: 8px;
	word-wrap: break-word;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 2;
}
.boxn3 .content .box .info .nam a {
	font-size: 14px;
	color: #666;
}
.boxn3 .content .box .info .nam a:hover {
	color: #F30;
}
.boxn3 .content .box .info .txt {
	font-size: 12px;
	color: #666;
}
.boxn4 {
	float: left;
	width: 33%;
}
.boxn4 .titn {
	width: 360px;
}
.boxn4 .content {
}
.boxn4 .content .box {
	width: 360px;
	float: left;
	margin-bottom: 15px;
}
.boxn4 .content .box:nth-child(3) {
	margin-bottom: 0;
}
.boxn4 .content .box .pic {
	float: left;
	width: 114px;
	margin-right: 16px;
}
.boxn4 .content .box .pic img {
	display: block;
	width: 100%;
	border: #CCC 1px solid;
}
.boxn4 .content .box .info {
	float: left;
	width: 230px;
}
.boxn4 .content .box .info .nam {
	padding-bottom: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.boxn4 .content .box .info .nam a {
	font-size: 14px;
	color: #666;
}
.boxn4 .content .box .info .nam a:hover {
	color: #F30;
}
.boxn4 .content .box .info .txt {
	font-size: 12px;
	color: #666;
}
.boxn5 {
	float: left;
	width: 33%;
}
.boxn5 .titn {
	width: 400px;
}
.boxn5 .content {
}
.boxn5 .content .box {
	width: 400px;
	float: left;
	margin-bottom: 15px;
}
.boxn5 .content .box:nth-child(3) {
	margin-bottom: 0;
}
.boxn5 .content .box .nam {
	padding-bottom: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.boxn5 .content .box .nam a {
	font-size: 14px;
	color: #666;
}
.boxn5 .content .box .nam a:hover {
	color: #F30;
}
.boxn5 .content .box .info {
	width: 100%;
}
.boxn5 .content .box .info .pic {
	float: left;
	width: 78px;
	margin-right: 16px;
}
.boxn5 .content .box .info .pic img {
	display: block;
	width: 100%;
	border: #CCC 1px solid;
}
.boxn5 .content .box .info .txt {
	float: left;
	width: 306px;
	font-size: 12px;
	color: #666;
}
.newbox1 .boxn5 .titn {
	width: 360px;
}
.newbox1 .boxn5 .content .box {
	width: 360px;
}
.newbox1 .boxn5 .content .box .info .txt {
	float: left;
	width: 266px;
}
.boxn6 {
	float: left;
	width: 33%;
}
.boxn6 .titn {
	width: 400px;
}
.boxn6 .content {
	float: left;
	width: 400px;
}

.homebox5 {
	/*background: #eaeff2 url(../images/probgs.jpg) repeat center center; */
    background-size: cover;
	padding: 40px 0px 60px 0px;
}

.homebox5 .profontblock{
    width: 1600px;
    padding: 0 70px;
    margin: 0 auto;
    box-sizing: border-box;
}


.homebox5 .profontblock .profontbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.homebox5 .profontblock .rightprofontbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.homebox5 .profontblock .rightprofontbox .typcn-media-pause{
    font-size: 23px;
    transform: rotate(90deg);
}


.homebox5 .profontblock .tit{
    font-size: 36px; 
    line-height: 120%; 
    font-weight: 600;  
    margin-bottom: 10px; 
}

.homebox5 .profontblock .tit span{
    color: #fe0000;
}



.homebox5 .profontblock .txt{
    display: block; 
    margin-bottom: 5px; 
    line-height: 1.5; 
}





.homebox5 .profontblock .prosort{
    text-align:center; 
    margin-top:50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    column-gap: 5px;
}


.homebox5 .profontblock .prosortblock{
    display:inline-block; 
    padding:8px 15px; 
    border-bottom:rgba(0,0,0,0.1) 1px solid; 
    border-right:rgba(0,0,0,0.1) 1px solid; 
}




.homebox5 .profontblock  .active{
    display:inline-block; 
    padding:8px 15px; 
    border:rgba(0,0,0,0.3) 1px solid; 
    color: #fff;
    background: #002f6c;
}






 .homebox5   .procontent {
/*	max-width:1400px;
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
	  padding:0 40px;
	  box-sizing:border-box;*/
        width: 1600px;
    padding: 0 70px;
    margin: 0 auto;
    box-sizing: border-box;
    }

.homebox5    .procontent .swiper-slide {
      text-align: center;
      /*background: #fff;*/
      height: calc((100% - 30px) / 2);

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
.homebox5	.procontent .probox2 .item .pic {
    	display: block;
		overflow:hidden;
		cursor: pointer;
		
	}

.homebox5	.procontent .probox2 .item .pic img {
		display: block;
		width: 100%;
		-webkit-transition: all 2s;
	}
	
.homebox5	.procontent .probox2 .item .pic:hover img {
		display: block;
		width: 100%;
		transform: scale(1.1);
	}
	
	
	
.homebox5	.procontent .probox2 .item .info {
    padding: 10px 40px 40px 40px;
    text-align: center;
	}
	
.homebox5	.procontent .probox2 .item .info .name {
    font-size: 16px;
    color: #333;
    letter-spacing: 2px;
	text-align:center;
	font-weight:600;
	margin-bottom:10px;
	}
	
.homebox5	.procontent .probox2 .item .info .text {
    font-size: 14px;
    color: #777;
	display: -webkit-box; 
	overflow: hidden; 
	-webkit-box-orient: vertical; 
	word-break: break-all; 
	-webkit-line-clamp: 2;
	text-align:center;
	margin-bottom: 20px;
	}
	
	
	
	
.homebox5	.procontent .probox2 .item .info .model {
    font-size: 14px;
    color: #777;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	word-break: break-all; 
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align:center;
	}




























.homebox5 .honor {
	margin-top: 35px;
}
.homebox5 .honor li {
	float: left;
	background-color: #e6f1f8;
	text-align: center;
	margin-right: 10px;
	width: 19%;
}
.homebox5 .honor li img {
	width: 100%;
	display: block;
	height: 320px;
}
.homebox5 .honor li:last-child {
	margin-right: 0;
}
.homebox5 .hometitle {
	color: #fff;
}
.homebox5 .hometext {
	color: #fff;
}
.homebox6 {
/*	background: #fff url(../images/mapbg.png) no-repeat center center;*/
	background-size: contain;
	padding-top: 70px;
	padding-bottom: 50px;
    position: relative;
}


.homebox6 .equipcontent{
    padding:0 70px;  
    margin:0 auto; 
    box-sizing:border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 40px;
}



.homebox6 .equipcontent .leftequipbox{
    
}




.homebox6 .equipcontent .rightequipbox{
    
}



.homebox6  .equiptxtcontent{
    width: 1600px;
    padding: 90px 70px 80px 70px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 40px;
}


.homebox6  .equiptxtcontent .lefttxtblock{
    line-height: 1.5;
    width: 40%;
}


.homebox6  .equiptxtcontent .lefttxtblock .tit{
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.homebox6  .equiptxtcontent .lefttxtblock .tit span{
    color: #fe0000;
}



.homebox6  .equiptxtcontent .lefttxtblock .txt{
    line-height: 1.5;
}



.homebox6  .equiptxtcontent .righttxtblock{
    line-height: 1.5;
    width: 50%;
}

.homebox6  .equiptxtcontent .righttxtblock p{
    margin-bottom: 20px;
}





.homebox6::before {
/*    content: '';
    position: absolute;
    top: 0px;
    left: 80px;
    z-index: 0;
    width: calc(100% - 80px);
    height: 60px;
    background: #eae1cf;*/
}




.homebox6 .erwm {
	float: left;
}
.homebox6 dl {
	float: left;
	font-size: 14px;
	color: #ccc;
	width: 14%;
}
.homebox6 dl dt {
	padding-bottom: 10px;
	color: #FFF;
	font-weight: bold;
}
.homebox6 dl dd a {
	color: #ccc;
	line-height: 160%;
}
.homebox6 .white {
	color: #fff;
	margin-top: 20px;
}
.homebox6 .q1 {
	background: url(../img/salestel.png) no-repeat left center;
}
.homebox6 .q2 {
	background: url(../img/renshi.png) no-repeat left center;
}
.homebox6 .aa {
	padding-left: 24px;
}
.homebox6 .contact {
	width: 30%;
}



.homebox10 {
	background: #fff ;
	background-size:cover;
	padding-bottom:50px;
}


.homebox10 .aboutbox{
	width: 1600px;
    padding: 90px 70px 80px 70px;
    margin: 0 auto;
    box-sizing: border-box;
    display:flex; 
    justify-content:space-between; 
    align-items:flex-start; 
    align-content:flex-start; 
}


.homebox10 .aboutbox .aboutleftblock{
	text-align:left; 
    width:30%; 
    box-sizing:border-box;
}

.homebox10 .aboutbox .aboutleftblock .slogen{
	font-size:36px; 
    line-height:1.3; 
    color:#3d464b;
    font-weight: 600;
        color: #002f6c;
}


.homebox10 .aboutbox .aboutleftblock p{
	color: #fe0000;
}





.homebox10 .aboutbox .aboutrightblock{
	text-align:left; 
    width:60%; 
    margin-top:49px; 
    box-sizing:border-box;
}














#inc01 {
  position: relative;
        width: calc(100vw - 140px);
    margin: 0 auto;
}
#inc01 .tit {
  padding: 100px 0px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
#inc01 .tit .companyleftblock {
  width: 62%;
  text-align: left;
}
#inc01 .tit .companyleftblock .leftbox {
  /*width: 600px;*/
}
#inc01 .tit .companyleftblock .title {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.4;
}
#inc01 .tit .companyleftblock .content {
  line-height: 1.6;
}
#inc01 .tit .companyleftblock .subtit {
  font-weight: 600;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 8px;
}
#inc01 .tit .companyrightblock {
  width: 37%;
  /*border-left: #ccc 1px solid;*/
  padding-left: 60px;
}
#inc01 .tit .companyrightblock .rightbox {}
#inc01 .tit .companyrightblock .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
#inc01 .tit .companyrightblock .content {
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  line-height: 1.6
}
#inc01 .tit .companyrightblock .compimg img {
  width: 100%
}
#inc01 .tit .companyrightblock .compbutton {
  display: flex;
  justify-content: space-between;
}
#inc01 .tit .companyrightblock .compbutton .compleftbutton {
  padding: 10px 30px;
  border: #000 1px solid;
  width: 48%;
  text-align: center;
  font-weight: 600;
  /*border-radius: 40px;*/
}
#inc01 .tit .companyrightblock .compbutton .comprightbutton {
  padding: 10px 30px;
  border-radius: 30px;
  background: #00b5e2;
  color: #fff;
  display: inline-table /*border-radius: 40px;*/
}
#inc01 .tit span {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
}
#inc01 .tit p {
  margin: 15px 0 18px;
  font-size: 42px;
  letter-spacing: -.5px;
  color: #222;
}
#inc01 .bg {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: -1;
  transform: scale(.85);
  width: 100%;
  height: 510px
}
#inc01 .bg:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #f0f0f0 url("../images/networkbg.jpg") repeat center center;
  background-size: cover;
  /*background: rgba(0, 0, 0, .05)*/
}
#inc01 .bg img {
  position: relative;
  top: -30px;
  transition: all .8s
}
#inc01 .bg.aos-animate {
  transform: scale(1)
}
#inc01 ul {
  display: flex;
  position: relative;
  max-width: 1560px;
  margin: 0 auto;
  transform: scale(.85);
  height: 510px;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
#inc01 ul.aos-animate {
  transform: scale(1)
}
#inc01 ul .choose {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
}
#inc01 ul .choosetit {
  position: relative;
  color: #fff;
  top: 130px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
#inc01 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 460px;
}
#inc01 ul li:before {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 40, 50, 0.5);
  transition: all .8s cubic-bezier(0.165, 0.840, 0.440, 1)
}
#inc01 ul li + li {}
#inc01 ul li .txt {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#inc01 ul li .txt p {
  font-size: 30px;
  line-height: 1.5;
  white-space: pre-line;
  width: 30%;
  /*text-align: center;*/
}
#inc01 ul li .txt span {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
#inc01 ul li .txt p span {
  font-size: 60px;
  font-weight: 900;
}
#inc01 ul li .txt p span img {
  /*margin-bottom: 20px;*/
  width: 100px;
  vertical-align: top;
}
#inc01 ul li .txt .rightbox {}
#inc01 ul li .txt .rightbox .subtit {
  font-size: 16px;
  font-weight: 700;
    color: #fff;
}
#inc01 ul li .txt .rightbox .tita {
  font-size: 42px;
  font-weight: 700;
    color: #fff;
  margin-bottom: 30px;
}

#inc01 ul li .txt .rightbox .comcontent {
  font-size: 15px;
  /*letter-spacing: 0.7px;*/
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
    color: #fff;
}


#inc01 ul li .txt .rightbox .comcontent .aboutbtn{
    display: inline-block;
    border: 0px;
    border-radius: 6px;
    background: #fe0000;
    color: #fff;
    padding: 15px 30px;
}





#inc01 ul li .txt .rightbox .brandbtn {
  display: inline-block;
  background: #00b5e2;
  padding: 10px 30px;
  border-radius: 30px;
  color: #fff;
  margin-top: 50px;
}
#inc01 ul li .txt div {
  /*white-space: pre-line;*/
  transition: all .4s
}
#inc01 ul li .txt a {
  opacity: 0;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  width: 68px;
  height: 68px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .25);
  transition: all .6s cubic-bezier(0.165, 0.840, 0.440, 1)
}
#inc01 ul li .txt a svg {
  margin: auto;
  color: #fff
}



















.numblock {
	text-align:left;  
    width:25%; 
    background:#3d464b url(../images/space.png) right top; 
    padding:90px 70px; 
    box-sizing:border-box; 
    position: relative; 
    top: -80px; 
    z-index: 999; 
    right: 70px;
}




.numblock::before {
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100px;
    background: url("../images/arr.png") right top;
}





.footer {
	background-color: #121d26;
	padding: 30px 0 40px 0;
	color: #666;
	font-size: 14px;
	line-height: 160%;
}
.footer .fotmenu {
	border-bottom: #4f565e 1px solid;
	padding: 19px 0 30px 0;
}
.footer .fotmenu ul li {
	float: left;
	padding-right: 20px;
}
.footer .fotmenu ul li a {
	color: #ccc;
}
.footer .foot {
	margin-top: 20px;
}
.footer .foot ul li {
	float: left;
	background: #00b5e2;
	padding: 8px 20px;
	color: #fff;
	margin-left: 10px;
	border-radius: 30px;
}
.top_menu {
	display: none;
}
.mm-menu {
	width: 50%;
	z-index: 10000000;
}
.mm-navbar {
	height: 50px;
	line-height: 30px;
}
.mm-panel .mm-navbar {
	display: block;
}
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
	margin-top: 1px;
	border-top: 1px solid #3a3b4b;
}
.mm-menu > .mm-panel:before {
	height: 50px;
	font-size: 1.125rem;
}
.mm-listview {
	line-height: 26px;
}
.mm-listview > li:not(.mm-divider):after {
	left: 0;
}
.mm-listview > li > a, .mm-listview > li > span {
	padding: 10px 10px 10px 10px;
	text-align: center;
}
html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark .mm-navbar a {
	text-transform: uppercase;
	color: #888;
}
.mm-menu.mm-theme-dark .mm-navbar {
	border-color: #14151b;
}
.mm-menu.mm-theme-dark {
	background: #22232d;
	color: #cfcfcf;
}
.mm-listview > li:not(.mm-divider):after {
	height: 1px;
	background: #14151b;
}
.mm-menu .mm-listview > li:after {
	border-color: #3a3b4b;
}
.mm-menu.mm-theme-dark .mm-listview > li:after {
	border-color: #3a3b4b;
}
.mm-menu.mm-theme-dark .mm-navbar.mm-navbar-bottom {
	border: 0;
}
/*内页分割线*/

.inbanner {
	height: 550px;
	width: 100%;
	display: table;
	background: url(../img/inbanner.jpg) no-repeat center;
	background-size: cover;
}
.inbanner .title {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
}
.inbanner .title h2 {
	font-weight: normal;
	font-size: 60px;
	color: #fff;
}
.inbanner .title h2:after {
	content: "";
	display: block;
	width: 120px;
	height: 4px;
	background: #fff;
	margin: 20px auto 0;
}
.inpage {
	background: #fff;
	padding: 70px 0;
	color: #333;
}
.inpage .bd {
	margin-top: 50px;
}
.inpage .bd p {
	font-size: 14px;
	line-height: 2;
}
.inner-title {
	text-align: center;
	display: block;
}
.inner-title h3 {
	font-size: 36px;
	color: #333;
}
.inner-title i {
	display: block;
	height: 1px;
	width: 70px;
	background: #d6d6d6;
	margin: 0 auto;
	margin-top: 20px;
}
/*about*/
.about01 {
	background: #f3f7f7;
}
.about01 .con {
	width: 45%;
	padding-top: 70px;
	padding-left: 5%;
	padding-right: 5%;
}
.about01 .con h4 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: normal;
}
.about01 .con p {
	margin-bottom: 10px;
}
.about01 .about-img {
	width: 45%;
}
.about01 .about-img img {
	width: 100%;
	display: block;
}
.about02 {
	margin-top: 50px;
	padding: 0 20px;
}
.about02 .whul {
	margin-top: 50px;
}
.about02 .whul li {
	float: left;
	width: 25%;
	text-align: center;
}
.about02 .whul .wh01 {
	background: url(../img/tb01bg.png) no-repeat center center;
	width: 182px;
	height: 182px;
	text-align: center;
	padding: 0 59px;
}
.about02 .whul .tit {
	font-size: 20px;
	color: #5c5c5c;
	text-decoration: none;
}
.about02 .whul .wh02 {
	background: url(../img/tb02bg.png) no-repeat center center;
	width: 182px;
	height: 182px;
	text-align: center;
	padding: 0 59px;
}
.about02 .whul .wh03 {
	background: url(../img/tb03bg.png) no-repeat center center;
	width: 182px;
	height: 182px;
	text-align: center;
	padding: 0 59px;
}
.about02 .whul .wh04 {
	background: url(../img/tb04bg.png) no-repeat center center;
	width: 182px;
	height: 182px;
	text-align: center;
	padding: 0 59px;
}
.about02 .whul .wh01 .who1imm {
	background: url(../img/tb01.png) no-repeat center;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}
.about02 .whul .wh02 .who2imm {
	background: url(../img/tb02.png) no-repeat center;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
}
.about02 .whul .wh03 .who3imm {
	background: url(../img/tb03.png) no-repeat center;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}
.about02 .whul .wh04 .who4imm {
	background: url(../img/tb04.png) no-repeat center;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}
/*honor*/
.honor_ul {
	width: 100%;
	margin: 40px auto;
}
.honor_ul li {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 20px;
}
.honor_ul li:nth-child(3n) {
	margin-right: 0;
}
.honor_ul li a {
	display: block;
	padding: 5px;
	position: relative;
}
.honor_ul li a:hover {
}
.honor_ul li img {
	width: 100%;
	border: 1px solid #ccc;
}
.honor_ul li p {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	height: 3em;
}
.honor_ul li p a {
	color: #666;
}
li .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #13418e;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}
li:hover .cover {
	opacity: .8;
	filter: alpha(opacity=80);
}
li .ico01 {
	width: 68px;
	height: 68px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -34px;
	margin-left: -94px;
	background: url(../img/i5.png) no-repeat center center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
li:hover .ico01 {
	margin-left: -34px;
	opacity: 1;
	filter: alpha(opacity=100);
}
li .ico02 {
	width: 68px;
	height: 68px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -34px;
	margin-left: 64px;
	background: url(../img/i6.png) no-repeat center center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
li:hover .ico02 {
	margin-left: -34px;
	opacity: 1;
	filter: alpha(opacity=100);
}
/*contact*/
.contact-in {
}
.contact-in .cinl {
	float: left;
	width: 50%;
	border-right: 1px solid #90c31f;
}
.contact-in .cinl .zb {
	background: url(../img/zb.png) no-repeat left top;
}
.contact-in .cinl .zb:hover {
	color: #01a700;
}
.contact-in .cinl .gn {
	background: url(../img/gn.png) no-repeat left top;
}
.contact-in .cinl .wm {
	background: url(../img/wm.png) no-repeat left top;
}
.contact-in .bb {
	padding-left: 40px;
	padding-bottom: 30px;
}
.contact-in h4 {
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 10px;
	color: #000;
}
.contact-in p {
	color: #666;
}
.contact-in .cinr {
	float: right;
}
.contact-in .cinr ul li {
	float: left;
	margin-right: 10px;
	text-align: center;
	font-size: 14px;
}
/*news*/
.nlist {
}
.nlist li {
	float: left;
	margin-right: 10px;
}
.nlist li a {
	background: #a7a7a7;
	padding: 14px 20px;
	font-size: 15px;
	color: #fff;
}
.nlist li a.on {
	background: #90c31f;
	text-decoration: none;
}
.nlist li:hover a {
	background: #90c31f;
	text-decoration: none;
}
.newlist {
}
.newlist li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	padding: 40px 0;
}
.newlist .pic {
	width: 20%;
	overflow: hidden;
}
.newlist .pic img {
	display: block;
	width: 100%;
}
.newlist .info {
	width: 55%;
	margin-left: 2%;
}
.newlist .info .nam {
	font-size: 22px;
	color: #333;
}
.newlist .info .nam:hover {
	color: #0ca00b;
	text-decoration: none;
}
.newlist .info .txt {
	font-size: 14px;
	margin-top: 20px;
	line-height: 2;
	height: 3.4em;
	text-overflow: ellipsis;
	color: #666;
}
.newlist .info .more {
	display: block;
	color: #666;
	font-size: 14px;
	margin-top: 20px;
}
.newlist .info .more:hover {
	color: #0ca00b;
	text-decoration: none;
}
.newlist .date {
	text-align: right;
}
.newlist .date .day {
	font-weight: bold;
	font-size: 36px;
	color: #666;
}
.newlist .date .year {
	font-size: 22px;
	color: #666;
	margin-top: 5px;
}
.minnav {
	color: #333;
	font-size: 18px;
	margin: 50px 0;
}
.minnav .on {
	color: #01a700;
}
.newstitle {
	font-size: 26px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 5px;
	color: #000;
}
.newsinfo {
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #999;
}
.newsmaincon {
	margin: 20px 0;
	color: #39424b;
	font-size: 16px;
}
.inpage .bd .newsmaincon p {
	font-size: 16px;
	margin-bottom: 10px;
}
/*case*/
.case {
}
.case .item {
	float: left;
	width: 32.2%;
	margin-right: 20px;
	margin-bottom: 20px;
}
.case .item:nth-child(3n) {
	margin-right: 0;
}
.case .item:hover a {
	text-decoration: none;
}
.case .item .pic {
	display: block;
	position: relative;
	overflow: hidden;
}
.case .item .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.case .item:hover .pic img {
	transform: scale(1.05);
}
.case .item .info {
	background: #f1f9f1;
	padding-left: 40px;
	padding-top: 20px;
}
.case .item .info .name {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-right: 30px;
	margin-top: 20px;
}
.case .item .info .text {
	font-size: 14px;
	color: #777;
	line-height: 20px;
	height: 56px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 3;
}
/*workshop*/
.workshop {
}
.workshop .item {
	float: left;
	width: 27.2%;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
	padding: 40px 30px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.workshop .item:nth-child(3n) {
	margin-right: 0;
}
.workshop .item:hover {
	background: #90c31f;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
}
.workshop .item .pic {
	display: block;
	position: relative;
	overflow: hidden;
}
.workshop .item .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.workshop .item:hover .pic img {
	transform: scale(1.1);
}
.workshop .item .name {
	font-size: 18px;
	color: #333;
	margin-top: 20px;
}
.workshop .item:hover .name {
	color: #fff;
	text-decoration: none;
}
/*product*/
.pro_listbox {
	padding: 50px 0;
}
.colorbg {
	background: #eef6dc;
}
.promaincon {
	margin: 20px 0;
	color: #39424b;
	line-height: 25px;
}
.promaincon img {
	max-width: 100%;
}
.procontou {
	margin-bottom: 30px;
}
.procontou .fl {
	float: left;
	width: 100%;
	max-width: 600px;
}
.procontou .proslide {
	width: 100%;
	max-width: 600px;
	height: 400px;
	border: 1px solid #dedede;
}
.procontou .proslide li img {
	width: 100%;
}
.procontou .pshd {
	height: 100px;
	overflow: hidden;
	position: relative;
}
.procontou .pshd_w {
	position: relative;
}
.procontou .next_off {
	position: absolute;
	top: 10px;
	height: calc(100% - 28px);
	right: -40px;
	cursor: pointer;
}
.procontou .prev_off {
	position: absolute;
	top: 10px;
	height: calc(100% - 28px);
	left: -40px;
	cursor: pointer;
	display: none;
}
.procontou .pshd ul {
	margin-top: 10px;
	position: relative;
	left: 0;
	transition: 0.2s;
}
.procontou .pshd ul li {
	float: left;
	margin-right: 7.2px;
	width: 94px;
	border: 2px solid #dedede;
	cursor: pointer;
	box-sizing: border-box;
}
.procontou .pshd ul li:nth-child(6n) {
	margin-right: 0;
}
.procontou .pshd ul li img {
	display: block;
}
.procontou .pshd ul li.on {
	border-color: #051039;
}
.procontou .pshd02 ul li.on {
	border-color: #df6319;
}
.procontou .pshd03 ul li.on {
	border-color: #119fa1;
}
.procontou .pshd04 ul li.on {
	border-color: #00c33c;
}
.procontou .info {
	float: right;
	color: #666;
	width: calc(100% - 620px);
}
.procontou .info .name {
	font-size: 30px;
	color: #0aab0a;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 30px;
}
.procontou .info02 .name {
	color: #df6319;
}
.procontou .info03 .name {
	color: #119fa1;
}
.procontou .info04 .name {
	color: #00c33c;
}
.procontou .info .num {
	font-size: 16px;
	margin: 10px 0;
}
.procontou .info .txt {
	font-size: 14px;
	line-height: 24px;
}
.procontou .info .btn {
	margin-top: 20px;
}
.procontou .info .btn span {
	display: inline-block;
	background: #0aab0a url(../img/telicon.png) no-repeat 20px center;
	color: #fff;
	padding: 0 20px 0 50px;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 13px;
}
.procontou .info .btn span br {
	display: none;
}
.procontou .info02 .btn span {
	background-color: #df6319
}
.procontou .info03 .btn span {
	background-color: #119fa1
}
.procontou .info04 .btn span {
	background-color: #00c33c
}
.proo {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.proo li {
	float: left;
	width: 31%;
	position: relative;
	overflow: hidden;
	margin: 0 20px 20px 0;
	height: 270px;
}
.proo li .txt {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px;
	transition: .5s;
}
.proo li .datit {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	width: 100%;
	text-align: center;
}
.proo li em {
	width: 180px;
	height: 2px;
	background-color: #fff;
	margin: 0 auto;
	display: block;
}
.proo li .miaoshu {
	padding: 15px 20px;
	color: #fff;
}
.proo li .img img {
	display: block;
	width: 100%;
}
.proo li a:hover {
	text-decoration: none;
}
.proo li .probg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #126410;
	opacity: 0.7;
	height: 40px;
	width: 100%;
	transition: .5s;
}
.proo li a:hover .txt {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 80%;
}
.proo li a:hover .datit {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
}
.proo li a:hover .probg {
	height: 100%;
}
.probox01 {
}
.probox01 .item {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 32%;
	float: left;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.probox01 .item:nth-child(3n) {
	margin-right: 0;
}
.probox01 .item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.probox01 .item .pic {
	display: block;
}
.probox01 .item .pic img {
	display: block;
	width: 100%;
}
.probox01 .item .info {
	background: #f2f8fb;
	text-align: center;
	padding: 30px 40px;
	height: 50px;
}
.probox01 .item .info .name {
	font-size: 18px;
	color: #192436;
	margin-bottom: 10px;
}
.probox01 .item a:hover {
	text-decoration: none;
}
.probox01 .item a:hover .info .name {
	color: #1e9024;
}
.probox01 .item .info .text {
	font-size: 13px;
	color: #777;
	line-height: 160%;
	word-wrap: break-word;
	word-break: normal;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 2;
}
/*上下页*/
.newsbackline {
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #dedede;
	padding-top: 20px;
	margin: 30px 0 50px;
}
.newsbackline ul {
	width: 100%;
}
.newsbackline ul li.prev {
	text-align: left;
}
.newsbackline ul li {
	width: 33.333333%;
	float: left;
	display: block;
	height: 33px;
	text-align: center;
}
.newsbackline ul li.next {
	text-align: right;
}
.main .bd .newsbackline ul li a {
	display: inline-block;
	width: 120px;
	border-width: 1px;
	border-style: solid;
	border-color: #dedede;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	box-sizing: border-box;
	background: #fff;
	line-height: 30px;
}
.newsbackline ul li a {
	text-align: center;
}
.newsbackline ul li a {
	display: inline-block;
	width: 120px;
	border-width: 1px;
	border-style: solid;
	border-color: #dedede;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	box-sizing: border-box;
	background: #fff;
	line-height: 30px;
}
 @media (max-width: 1200px) {
.wrapper {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.nav {
	width: 65%;
}
.probox .item {
	width: 19.3%;
}
.probox1 .item {
	width: 49.5%;
}
.homebox4 .taglist {
	width: auto;
}
.boxn2 .content .box {
	margin-right: 12px;
}
.prolist01 .item {
	width: 23.7%;
}
.prolist02 .item, .workshop .item {
	width: 27%;
}
.case .item {
	width: 32%;
}
}
 @media (max-width: 720px) {
.bannerslide .swiper-slide {
	height: 300px;
}
.top_menu {
	float: right;
	display: block;
	margin-top: 5px;
}
.container {
	padding: 0;
}
.nav {
	display: none;
}
.top-right {
	display: none;
}
.homebox1 .prolist a {
	display: inline-block;
	margin-bottom: 10px;
}
.probox .item {
	width: 48%;
	margin: 1%;
}
.probox .item:nth-child(5n) {
	margin-right: 1%;
}
.probox .item .info {
	padding: 20px;
}
.probox .item .info .name {
	font-size: 16px;
}
.probox1 .item {
	width: 100%;
}
.probox1 .item .info {
	padding: 40px;
}
.probox1 .item .info .name a {
	font-size: 16px;
}
.newbox {
	margin-bottom: 0;
}
.boxn1, .boxn2, .boxn3, .boxn4, .boxn5, .boxn6 {
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}
.boxn1 .titn, .boxn3 .titn, .boxn4 .titn, .boxn5 .titn, .boxn6 .titn {
	width: 100%;
}
.newbox1 .boxn5 .titn {
	width: 100%;
}
.boxn1 .content .box .pic, .boxn4 .content .box .pic {
	width: 30%;
}
.boxn1 .content .box .info, .boxn4 .content .box .info {
	width: 65%;
}
.boxn2 .content .box {
	width: 100%;
	margin-bottom: 10px;
}
.boxn3 .content .box {
	width: 48%;
	margin-right: 12px;
}
.boxn4 .content .box {
	width: 100%;
}
.boxn5 .content .box {
	width: 100%;
}
.boxn5 .content .box .info .pic {
	width: 20%;
}
.boxn5 .content .box .info .txt {
	width: 74%;
}
.newbox1 .boxn5 .content .box {
	width: 100%;
}
.newbox1 .boxn5 .content .box .info .txt {
	width: 74%;
}
.boxn6 .content {
	width: 100%;
}
.homebox5 .honor li img {
	height: auto;
}
.homebox5 .honor li {
	width: 17%;
}
.homebox6 dl {
	display: none;
}
.homebox6 .contact {
	display: block;
	width: 100%;
}
.footer .fotmenu {
	display: none;
}
     
     

   
     
     
     
     
     
.inbanner {
	height: 300px;
}
.inbanner .title h2 {
	font-size: 40px;
	margin-top: 50px;
}
.about01 .about-img {
	width: 100%;
}
.about01 .con {
	width: 100%;
	box-sizing: border-box;
	padding: 5%;
}
.about02 .whul li {
	width: 100%;
	margin-bottom: 10px;
}
.nlist li {
	margin-bottom: 10px;
}
.nlist li a {
	display: inline-block;
	padding: 10px 15px;
}
.newlist .pic {
	display: none;
}
.newlist .date {
	display: none;
}
.newlist .info {
	width: 100%;
}
.workshop .item {
	width: 100%;
	box-sizing: border-box;
}
.case .item {
	width: 100%;
}
.contact-in .cinl {
	width: 100%;
	border-right: none;
}
.proo li {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}
.probox01 .item {
	width: 100%;
}
.procontou .fl {
	max-width: none;
}
.procontou .proslide {
	max-width: none;
	height: auto;
}
.procontou .info {
	width: 100%;
}
}
