/* @头部 */
.head{
    position: relative;
	width: 100%;
	height: 86px;
	padding: 25px 0;
    overflow: hidden;
    z-index: 99;
}
.head img{
	display: block;
}
.head .logo-wrap img{
	width: 199px;
	height: 55px;
}
.head .logo{
	padding: 20px 20px 20px 0;
	border-right: 1px solid #d2d2d2;
	margin-right: 20px;
}
.head .logo-txt{
	padding-top: 20px;
}
.head .logo-txt h2{
	width: 380px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
}
.head .logo-txt p{
	width: 380px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.head:hover{
	overflow: visible;
}
.ercode-wrap{
	position: relative;
	top: -5px;
	margin-bottom: 5px;
	text-align: right;
}
.ercode-wrap li{
	position: relative;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	user-select: none;
	cursor: pointer;
}
.ercode-wrap li p{
	padding: 0 22px;
	color: #666;
}
.ercode-wrap li:first-of-type{
	margin-right: 18px;
}
.ercode-wrap li:first-of-type::after{
	position: absolute;
	top:0;
	bottom:0;
	right: 0;
	margin: auto;
	content: '';
	width: 1px;
	height: 18px;
	background-color: #d2d2d2;
}
.ercode-wrap li:first-of-type p{
	background: url(../images/icon_phone.png) no-repeat left center/18px;
}
.ercode-wrap li:last-of-type p{
	padding-right: 0;
}
.ercode-wrap li:last-of-type p{
	background: url(../images/icon_list.png) no-repeat left center/18px;
}
.ercode-wrap li div{
	display: none;
	position: absolute;
	top: 24px;
	left:-14px;
	padding: 8px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	z-index: 9;
	box-shadow: 0 2px 8px 5px rgba(214,214,214,.2);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.ercode-wrap li:nth-child(2) div{
	left:-45px;
}
.ercode-wrap li:hover div{
	display: block;
}
.ercode-wrap img{
    width:92px;
}
.head .tel{
	position: relative;
    width: 256px;
    height: 64px;
    padding-left: 70px;
    background: url(../images/tel_bg.png) no-repeat left center/55px;
    box-sizing: border-box;
}
.head .tel p{
	position: absolute;
    top: 31px;
	left: 0;
	width: 100%;
	height: 30px;
	text-align: right;
    line-height: 30px;
    font-size: 30px;
    color: #2458d6;
	letter-spacing: -.5px;
	/* font-weight: 600; */
}
.head .tel span{
	display: block;
	font-size: 18px;
	color: #333;
}
.head .tel p a{
	color: #2458d6;
}
/* .nav-menu {
    display: none;
    width: 48px;
	height: 48px;
	margin-top: 9px;
	background: url(../images/icon_menu.png) no-repeat center right/55%;
	cursor: pointer;
} */
.navicon {
    width: 36px;
    height: 48px;
	margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.nav-icon {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 4px;
    background-color: #2458d6;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.nav-icon:before,
.nav-icon:after {
    width: 26px;
}

.nav-icon:before {
    content: '';
    position: absolute;
    right: 0;
    height: 4px;
    background-color: #2458d6;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.nav-icon:after {
    content: '';
    position: absolute;
    right: 0;
    height: 4px;
    background-color: #2458d6;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.nav-icon:before {
    margin-top: -8px;
}

.nav-icon:after {
    margin-top: 8px;
}

.nav-active .nav-icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-active .nav-icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-active .nav-icon {
    background: rgba(0, 0, 0, 0);
}

/* @导航 */
.nav{
	width: 100%;
	height: 85px;
	background: #2458d6;
}

.nav ul li{
	position: relative;
	float: left;
	width: 150px;
	height: 85px;
	line-height: 85px;
	text-align: center;
}
.nav ul li a{
	display: block;
	color:#fff;
	font-size: 20px;
}
.nav ul li dl{
	display: none;
	width: 220px;
	/* height: auto; */
	position: absolute;
	left: 50%;
	top:85px;
	margin-left: -110px;
	z-index: 2;
	overflow: hidden;
}
.nav ul li.active,
.nav ul li:hover a {
	background: #1fa72e;
}
.nav ul li:hover dd a{
	background: none;
}
.nav ul li dl dd{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #fff;
	background: rgba(36,88,214,0.76);
	overflow: hidden;
}
.nav ul li dd:hover{
	background: rgba(36,88,214,0.86);
}

.nav ul li dl dd a{
	color:#ffff;
	font-size: 16px;
	display: block;
}
.nav ul li dl dd:last-child{
	border: none;
}
.nav ul li i.ico{
	display: none;
}
.nav-bg{
	display: none;
}

/* @banner */
.banner{
	width: 100%;
	/* height: 680px; */
	overflow: hidden;
	position: relative;
}
.banner img{
	display: block;
	width: 100%;
}
/* .banner .main{
	position: relative;
}
.banner .swiper-slide>img{
	display: block;
	width: 100%; 
	height: 680px;
}
.banner .txt1{
	position: absolute;
	right: 116px;
	top:152px;
	width: 400px;
}
.banner .txt1 .p1{
	height: 45px;
	line-height: 45px;
	font-size:24px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 10px;
}
.banner .txt1>div{
	height: 198px;
	padding-left: 5px;
	border-left: 10px solid #2458d6;
}
.banner .txt1 .p2{
	height: 82px;
	line-height: 82px;
	font-size:70px;
	color: #232323;
	font-weight: bold;
}
.banner .txt1 .p3{
	height: 48px;
	line-height: 48px;
	font-size:34px;
	color: #232323;
	font-weight: bold;
}
.banner .txt1 .p4{
	height: 32px;
	line-height: 32px;
	font-size:18px;
	color: #232323;
}
.banner .txt1 .p5{
	height: 50px;
	margin-top: 5px;
	line-height: 50px;
	font-size:0;
	background: #2458d6;
}
.banner .txt1 .p5 span{
	display: inline-block;
	width: 50%;
	height: 50px;
	border: 8px solid #2458d6;
	line-height: 34px;
	vertical-align: top;
	text-align: center;
	color: #fff;
	font-size:24px;
	box-sizing: border-box;
}
.banner .txt1 .p5 span:last-of-type{
	border-color: #2458d6;
	background-color: #fff;
	color:  #232323;
} */
.banner .swiper-pagination-bullet{
	width: 60px;
	height: 6px;
	margin:0 4px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: #2458d6;
}
/* @关于我们 */
.about{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.about .intro{
	float: left;
	width: 600px;
	height: auto;
	overflow: hidden;
}
.about .intro .title{
	height: auto;
	overflow: hidden;
}
.about .intro .title h4{
	float: left;
	height: 55px;
    line-height: 55px;
	color:#2458d6;
	font-size: 55px;
	font-weight: bold;
}
.about .intro .title p{
	float: left;
	width: 197px;
	height: 26px;
	padding-top: 29px;
	margin-left: 10px;
	color:#666;
	font-size: 24px;
	background: url(../images/tit01.png) no-repeat center top;
	letter-spacing: 2px;
	overflow: hidden;
}

.about .intro .info{
	width: 100%;
	height: 256px;
	margin-top: 35px;
	overflow: hidden;
	color:#333;
	font-size: 18px;
	line-height: 32px;
	text-indent: 2em;
}
.about .bd{
	height: auto;
 	
}
.about .intro a{
	display: block;
	width: 180px;
	height: 55px;
	margin-top: 25px;
	border: 2px solid #d2d2d2;
	text-align: center;
	line-height: 55px;
	color:#999;
	font-size: 18px;
}

.about .intro a:hover {
	border: 2px solid #2862DA;
	color:#2862DA;
}

.about .video{
	float: right;
	width: 560px;
	height: 430px;
	overflow: hidden;
}
.about .video>iframe{
	width: 100%;
	height: calc(100% + 50px);
}

.about .video video{
	width: 560px;
	height: 430px;
	background-color: #000;
}
.about .video .quadrangle-ul li{
	float: left;
    width: 50%;
    height: 215px;
    border: 2px solid #eee;
    box-sizing: border-box;
    overflow: hidden;
}
.about .video .quadrangle-ul li img{
	display: block;
	width: 100%;
	height: 100%;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.about .video .quadrangle-ul li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.about .menu{
	float: left;
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.about .menu ul li{
	position: relative;
	float: left;
	width: 240px;
	height: 240px;
	margin-left:80px;
	border-radius: 50%;
	transition: .3s;
	background: #1fa72e;
	overflow: hidden;
}
.about .menu ul li:first-child{
	margin-left: 0;
}
.about .menu ul li i{
	display: block;
	width: 100px;
	height: 80px;
	margin:0 auto;
	margin-top: 40px;
	background: url(../images/icon01.png) no-repeat 18px center;
	overflow: hidden;
 
}
.about .menu ul li:nth-child(2) i{
	background: url(../images/icon01.png) no-repeat -303px center;
}
.about .menu ul li:nth-child(3) i{
	background: url(../images/icon01.png) no-repeat -624px center;
}
.about .menu ul li:nth-child(4) i{
	background: url(../images/icon01.png) no-repeat -945px center;
}

.about .menu ul li p{
	text-align: center;
	width: 100%;
	height: 54px;
	margin-top: 25px;
	background: #0161df;
	text-align: center;
	color:#fff;
	line-height: 54px;
	font-size: 22px;
}

.about .menu ul li:hover {
	background: #3571E6;
}

.about .menu ul li:hover {
	box-shadow: 0 0 10px 3px #b2b2b2;
}

/* @产品展示 */
.product{
	max-width: 1920px;
	margin:0 auto;
	height: 825px;
	background: url(../images/pro-bg.png) no-repeat center;
}
.product .hd{
	float: left;
	width: 320px;
	height: 660px;
	background: #2458d6;
}
.product-cls{
	position: relative;
	width: 86%;
    height: 640px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}
.product-cls dt{
	height: 35px;
	line-height: 35px;
	color:#fff;
	font-size: 22px;
}
.product-cls dd{
	display: block;
	width: 100%;
	height: 55px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	line-height: 55px;
	text-align: left;
	text-indent: 15px;
	background: transparent;
	opacity: 1;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.product-cls dd a{
	display: block;
}
.product-cls a span{
	margin-right:10px;
	color:#fff;
	font-size: 16px;
}
.product-cls a i{
	color:#fff;
	font-size: 16px;
	font-style:normal;
}
.product-cls dd:hover,
.product-cls dd.select{
	background: url(../images/icon05.png) no-repeat right center/10px;
}
.product .right{
	float: left;
	width:860px;
	margin-left: 20px;
}
.product .right .tit>img{
	width: 243px;
}
.product .right .tit p{
	height: 35px;
	margin-top: 5px;
	line-height: 35px;
	color:#2458d6;
	font-weight: bold;
	font-size: 32px;
}
.product .right .tit span{
	display: block;
	margin-top: 5px;
	color:#666;
	font-size: 16px;
}

.product .right .bd{
	width: 100%;
	height: 580px;
	position: relative;
	margin-top: 10px;
}
.remenTab .product-clscon{
	display: none;
}
.remenTab .product-clscon:first-of-type {
    display: block;
}
.product-clscon img{
	display: block;
	width: 100%;
	height: 580px;
}
.product-clscon div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	color:#fff;
	font-size: 30px;
	line-height: 70px;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
	text-align: center;
}
.product-clscon div span{
	display: block;
	width: calc(100% - 125px);
}
.product-clscon div i{
	position: absolute;
	right:0;
	bottom: 0;
	width: 125px;
	height: 125px;
	background:  url(../images/icon04.png) no-repeat right center/cover;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}
.product-clscon div i:hover{
	border-radius: 20px 20px 0 20px;
	-webkit-border-radius: 20px 20px 0 20px;
	-moz-border-radius: 20px 20px 0 20px;
	-ms-border-radius: 20px 20px 0 20px;
	-o-border-radius: 20px 20px 0 20px;
}
/* @产品展示移动端 */
.m-product{
	display: none;
	margin-bottom: 20px;
}
.banner4 img {
    display: block;
    width: 100%;
    height: 535px;
}
.banner4 a div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    text-align: center;
}
.banner4 div span {
    display: block;
    width: calc(100% - 60px);
}
.banner4 div i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: url(../images/icon04.png) no-repeat right center/cover;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.banner4 .swiper-button-next,
.banner4 .swiper-button-prev{
	width: 35px;
    height: 50px;
    filter: grayscale(1);
	background-color: rgba(255,255,255,.8);
	background-size: 15px 36px;
}
/* @产品优势 */
.adv{
	max-width: 1920px;
	/* height: 765px; */
	margin:0 auto;
	background: #1fa72e;
	overflow: hidden;
}
.adv .title div{
	width: 328px;
	height: 85px;
	margin: 0 auto;
	background: #2458d6;
	border-radius: 0 0 10px 10px;
	
	line-height: 85px;
	color: #fff;
    font-weight: bold;
	font-size: 32px;
	text-align: center;
}
.adv .title img{
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.advlist>li {
	position: relative;
	float: left;
	width: 286px;
	height: 400px;
	padding: 0 22px;
	margin-right: 18px;
	text-align: center;
	color: #9e9e9e;
	background: #fff;
	border-radius: 2px;
	box-sizing: border-box;
}

.advlist>li:hover {
	box-shadow: 0 0 10px rgba(255, 255, 255, .75);
}
.advlist>li i{
	display: block;
	width: 96px;
	height: 96px;
	margin: 0 auto;
	margin-top: 40px;
	background: #eaeff7 url("../images/jjfa.png") no-repeat 0 0;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.advlist>li:nth-child(1) i {
	background-position: -96px 0;
}
.advlist>li:nth-child(2) i {
	background-position: -96px -96px;
}
.advlist>li:nth-child(3) i {
	background-position: -96px -192px;
}
.advlist>li:nth-child(4) i {
	background-position: -96px -288px;
}
.advlist>li:nth-child(1):hover i{
	background-position: 0 0;
}
.advlist>li:nth-child(2):hover i {
	background-position: 0 -96px;
}
.advlist>li:nth-child(3):hover i {
	background-position: 0 -192px;
}
.advlist>li:nth-child(4):hover i {
	background-position: 0 -288px;
}

.advlist>li h3 {
	font-size: 20px;
	font-weight: normal;
	color: #202123;
	line-height: 60px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.advlist>li .text {
	height: 100px;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	color: #8b8b8b;
	white-space: normal !important;
}
.advlist>li .btn {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -54px;
	width: 108px;
	height: 36px;
	line-height: 36px;
	background:#2458d6;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 16px;
}
.advlist>li:hover .btn {
	background: #1fa72e;
}
.number-box{
	padding: 30px 0;
	background: #0060df;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.number-box li{
	float: left;
	width: 25%;
	border-right:1px solid #fff;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}
.number-box li div{
	color: #fff;
}
.number-box li div span{
	font-size:30px;
	font-weight: bold;
}
.number-box li div sup{
	position: relative;
	top:-10px;
	font-size: 24px;
}
.number-box li p{
	color: #fff;
	font-size: 16px;
}
/* @客户见证 */
.public-tit{
	
}
.public-tit h2{
	position: relative;
	height: 58px;
    margin-top: 5px;
    line-height: 58px;
    color: #2458d6;
    font-weight: bold;
	font-size: 32px;
	text-align:center
}
.public-tit h2::after{
	content:'';
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	width: 30px;
	height:1px;
	background-color: #2458d6;
}
.public-tit h2.text-fff::after{
	background-color: #fff;
}
.banner2{
	height: 178px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.banner2 .swiper-slide{
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #fff;
	box-sizing: border-box;
}
.banner2 img{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
/* @荣誉资质 */
.honor{
    margin: 0 auto;
    background: url(../images/zizhi_bg.jpg) no-repeat center center/cover;
}
.honor-wrap{
	padding:10px 10px 5px;
	background-color: #fff;
	box-sizing: border-box;
}
.banner3 a,
.banner3 span{
	display: block;
}
.banner3 img{
	display: block;
	width:100%;
	height:238px;
	margin: 0 auto;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.banner3 span{
	height:40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
/* @新闻资讯 */

.news .left{
	width: 560px;
	float: left;
}

.news .left img{
	display: block;
	width: 100%;
	height: 375px;
}
.news .left .intro{
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.news .left .intro h4{
	height: 24px;
	color:#222222;
	font-size: 18px;
	width: 100%;
	font-weight: normal;
	overflow: hidden;
}

.news .left .intro span{
	display: block;
	height: 24px;
	margin: 10px 0;
	color:#999;
	font-size: 13px;
	overflow: hidden;
}

.news .left .intro  p{
	width: 100%;
	height: 72px;
	color:#666;
	font-size: 15px;
	line-height: 24px;
	/*多行文本溢出现实省略号*/
    display: -webkit-box;
    /*将对象作为弹性伸缩盒子模型显示 。*/
    display: -moz-box;
    overflow: hidden;
    /*溢出隐藏*/
    text-overflow: ellipsis;
    /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    /*word-break: break-all; 文本强制换行*/
    -webkit-box-orient: vertical;
    /*文本被水平或垂直排列。*/
    -webkit-line-clamp: 3;
    /*用来限制在一个块元素显示的文本的行数。*/

}

.news ul{
	float: right;
	width: 600px;
	height: auto;
	overflow: hidden;
}
.news ul li {
	width: 100%;
	position: relative;
	height: 80px;
	border: 1px solid #d2d2d2;
	line-height: 80px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.news ul li:after{
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -8px;
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/icon08.png) no-repeat center;
}

.news ul li:hover:after{
	-webkit-transform: rotate(360deg);
    animation: rotation 4s linear infinite;
    -moz-animation: rotation 4s linear infinite;
    -webkit-animation: rotation 4s linear infinite;
    -o-animation: rotation 4s linear infinite;
}
.news ul li a{
	float: left;
	width: calc(100% - 180px);
	height: 80px;
	margin-left: 60px;
	font-size: 18px;
	color:#222222;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news ul li:hover {
	border: 1px solid #2458d6;
}

.news ul li:hover  a{
	color:#2458d6;
}

.news ul li span{
	display: block;
	float: right;
	width: 87px;
	height: 80px;
	margin-right: 25px;
    overflow: hidden;
}



.qa .title {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.qa .title p{
	float: left;
	color:#2458d6;
	font-size: 24px;
	font-weight: bold;
}

.qa .title  a{
	float: right;
	width: 70px;
	height: 25px;
	background: #0D141D;
	line-height: 25px;
	text-align: center;
	color:#fff;
	font-size: 14px;
}
.qa ul{
	margin-top: 25px;
}
.qa ul li {
    float: left;
    width: 380px;
    height: 170px;
    padding: 20px 20px;
    margin-right: 30px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}
.qa ul li:hover {
	border: 1px solid #2458d6;
}
.qa ul li .tit{
	width: 100%;
}
.qa ul li .tit span{
	display: block;
	float: left;
	color:#2458d6;
	font-size: 18px;
}

.qa ul li .tit  p{
	float: left;
	width:calc(100% - 38px);
	height: 24px;
	color:#333;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qa ul li:hover .tit p{
	color:#2458d6;
}

.qa ul li .info{
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}

.qa ul li .info span{
	float: left;
	color:#666;
	font-size: 18px;
}

.qa ul li .info p{
	float: left;
	width: calc(100% - 36px);
	height: 96px;
	/*多行文本溢出现实省略号*/
    display: -webkit-box;
    /*将对象作为弹性伸缩盒子模型显示 。*/
    display: -moz-box;
    overflow: hidden;
    /*溢出隐藏*/
    text-overflow: ellipsis;
    /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    /*word-break: break-all; 文本强制换行*/
    -webkit-box-orient: vertical;
    /*文本被水平或垂直排列。*/
    -webkit-line-clamp: 4;
    /*用来限制在一个块元素显示的文本的行数。*/
	font-size: 16px;
	line-height: 24px;
	color:#666;

}
/* @底部 */
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;;
	background: #2458d6;
}

.footer .cont{
	float: left;
	width: 240px;
	color:#fff;
	font-size: 14px;
	line-height: 32px;
}
.footer .cont img{
	width: 194px;
	height: 55px;
}
.footer .cont p{
	color:#fff;
}
.footer .cont b{
	font-size: 20px;
	color:#fff;
}

.footer .menu{
	float: left;
	width: 656px;
	height: auto;
	margin-left: 48px;
	overflow: hidden;;
}

.footer .menu ul li{
	float: left;
	height: 165px;
	padding: 0 25px;
	border-left: 1px solid #0047a4;
}
.footer .menu ul li:last-child{
	border-right: 1px solid #0047a4;
}

.footer .menu ul li h4 a,
.ewm h4{
	color:#fff;
	font-size: 18px;
	font-weight: bold;
}


.footer .menu ul li dl{
	margin-top: 10px;
}

.footer .menu ul li dl dd a{
	display: block;
	height: 30px;
	color:#fff;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
}
.footer .menu ul li:nth-child(1) dl{
	width:72px;
}
.footer .menu ul li:nth-child(2) dl{
	width: 220px;
}
.footer .menu ul li:nth-child(2) dd{
	float: left;
	width: 110px;
}
.footer .menu ul li:nth-child(3) dl{
	width:84px;
}
.footer .menu ul li:nth-child(4) dl{
	width:72px;
}

.footer .ewm{
	float: right;
}
.footer .ewm h4 span{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}
.footer .ewm ul{
	margin-top: 10px;
}
.footer .ewm li{
	float: left;
	margin-right: 5px;
}
.footer  .ewm img{
	display: block;
	width:106px;
	height:106px;
	padding:5px;
	background-color: #fff;
	box-sizing: border-box;
}

.footer  .ewm p{
	height: 40px;
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size: 14px;
}
.footer .main{
	overflow: hidden;
}

/* @友情链接 */

.links{
	margin-top: 10px;
	border-top: 1px solid #0047a4;
	overflow: hidden;
}

.links ul {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.links ul li a,
.links ul li:first-of-type{
	color:#fff;
	font-size: 14px;
}

.links ul li{
	line-height: 25px;
	padding: 0 10px;
	position: relative;
	float: left;
}
.links ul li:after{
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	width: 1px;
	height: 14px;
	margin-top: -7px;
	background: #fff;
}
.links ul li:first-of-type:after{
	width: 0;
}
.cr{
	width: 100%;
	padding: 15px 0;
	background: #1F293A;
	text-align: center;
	line-height: 30px;
	color:#fff;
	font-size: 15px;
	overflow: hidden;
}
.cr p,
.cr a{
	color:#fff;
}
/* @内页面包屑 */
.crumbs{
	width: 100%;
	height: auto;
	border-bottom: 1px solid  #dcdcde;
	overflow: hidden;
	height: 63px;
	
}

.crumbs p{
	float: left;
	background: url(../images/icon09.png) no-repeat left center;
	padding-left: 30px;
	font-size: 15px;
	line-height: 63px;
}
.crumbs  a{
	color: #666;
	font-size: 15px;
	padding-right: 20px;
	position: relative;
	line-height: 63px;
}
.crumbs  a:after{
	content: ">";
	position: absolute;
	right: 0;
	color: #666;
	line-height: 20px;
	font-size: 15px;
	top: 0;
}
.crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
/* @联系我们页 */
.contact-detailed .cont-intro .tit p{
	height: 64px;
	line-height: 64px;
	color:#000;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.contact-detailed .cont-intro .tit h4{
	height: 40px;
	line-height: 40px;
	color:#2458d6;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
 }

 .contact-detailed .cont-intro ul li{
 	float: left;
 }

.contact-detailed .cont-intro ul{
	background: #DCDCDC;
	height:261px;
	padding-top: 1px;
	margin-top: 20px; 
	width: 1196px;
	padding-left: 1px;
}
 .contact-detailed .cont-intro ul li{
	float: left;
	width:238px;
	height: 260px;
	margin-left: 1px;
	margin-bottom: 1px;
	background: #fff;
	border: 1px solid transparent;
	box-sizing: border-box;
	position: relative;
	transition: .5s;
}
 .contact-detailed .cont-intro ul li:hover{
	box-shadow: 0 0 5px 3px #dcdcdc;
	z-index: 100;
	border: 1px solid #2458d6;

}

 .contact-detailed .cont-intro ul li i{
 	display: block;
 	width: 92px;
 	height: 85px;
 	margin:0 auto;
 	margin-top: 45px;
 	background: url(../images/cont-icon.png) no-repeat 5px 3px;
 }

.contact-detailed .cont-intro ul li:nth-child(2) i{
	background: url(../images/cont-icon.png) no-repeat -295px 2px;
}

.contact-detailed .cont-intro ul li:nth-child(4) i{
	background: url(../images/cont-icon.png) no-repeat -593px 4px;
}

.contact-detailed .cont-intro ul li:nth-child(5) i{
	background: url(../images/cont-icon.png) no-repeat -896px -1px;
}

.contact-detailed .cont-intro ul li:nth-child(3) i{
	background: url(../images/cont-icon.png) no-repeat -1203px -1px;
}

.contact-detailed .cont-intro ul li  p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color:#2458d6;
	margin-top: 10px;
}

.contact-detailed .cont-intro ul li span{
	display: block;
	color:#333;
	width: 96%;
	max-height: 72px;
	margin:10px auto 0;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	overflow: hidden;
	word-break: break-all;
}

 .contact-detailed .cont-intro .map{
 	width: 100%;
 	height: 480px;
 	border: 6px solid #DCDCDC;
 	margin-top: 30px;
 	box-sizing: border-box;
 }
 .contact-detailed .cont-intro .map iframe{
	width: 100%;
	height: 100%;
 }
 /* @产品展示 */
 .pro-nav{
	 width: 260px;
 }
 .pro-nav dt{
	display: block;
	padding: 13px 0 13px 25px;
	background-color: #2458d6;
	font-size: 18px;
	color: #fff;
 }
 .pro-nav dt a{
	display: block;
	color: #fff;
 }
 .pro-nav dd{
	position: relative;
	display: block;
	border: 1px solid #ddd;
	border-top: 0;
	background: url(../images/icon_arrowr.png) no-repeat 220px center/20px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}
 .pro-nav dd a{
	display: block;
	width: calc(100% - 62px);
	height: 45px;
	padding-left: 25px;
	line-height: 45px;
	overflow: hidden;
 }
 .pro-nav dd:hover{
	 background-image: url(../images/icon_arrowr_blue.png);
	 background-position: 230px center;
 }
 
 .pro-nav .active{
	background-image: url(../images/icon_arrowr_blue.png);
 }
 .pro-nav .active a{
	color: #2458d6;
	font-weight: bold;
 }
 .pro-list{
	width: 915px;
	height: auto;
	overflow: hidden;
}

.pro-list>ul li{
	float: left;
    width: 295px;
    height: 290px;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}

.pro-list>ul li .img-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	 
}

.pro-list>ul li img{
	display: block;
	width: 100%;
	height: 200px;
	transition: .5s;
}
.pro-list>ul li .info{
	position: relative;
	width: 100%;
	padding:10px 0;
	height: auto;
	overflow: hidden;

}
.pro-list>ul li .info div{
	float: left;
	width:calc(100% - 35px);
	transition: .5s;
}
.pro-list>ul li .info p{
	width: 100%;
	color:#333;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.pro-list>ul li .info span{
	display: block;
	color:#999;
	font-size: 12px;
}

.pro-list>ul li .info i{
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #D2D2D2;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	float: right;
	color: #999;
	font-style: initial;
	transition: .5s;
}

.pro-list>ul li:hover img{
	transform: scale(1.05);
}
.pro-list>ul li:hover .info{
	background: #2458d6;
}

.pro-list>ul li:hover .info div{
	margin-left: 10px;
}
.pro-list>ul li:hover .info i{
	margin-right: 10px;
}

.pro-list>ul li:hover .info div p{
	color:#fff;
}
.pro-list>ul li:hover .info div span{
	color:#fff;
}
.pro-list>ul li:hover .info  i{
	border: 1px solid #fff;
	color:#fff;
}

.page{
	display: table;
	margin:0 auto;
	margin-top:35px;
}
.page ul li{
	float: left;
    height: 38px;
    margin: 0 7px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    line-height: 36px;
    color: #999;
    font-size: 15px;
}
.page ul a:hover,
.page ul .active{
	background: #2458d6;
	color:#fff;
}

.page ul li span{
	display: block;
    padding: 0 15px;
}
.page ul li a{
	display: block;
    padding: 0 15px;
	color:#333;
}
/* @新闻动态 */
.tab{
	display: table;
	margin:0 auto;
}
.tab ul li{
	float: left;
	width: 125px;
	height: 40px;
	background: #F5F5F5;
	text-align: center;
	margin:0 5px 5px 5px;
	line-height: 40px;
}

.tab ul li a{
	color:#333;
	font-size: 16px;
	display: block;
}

.tab ul li:hover,
.tab ul .active{
	background: #0060df;
}

.tab ul li:hover a,
.tab ul .active a{
	color:#fff;
}
.news-list{
	margin-top: 40px;
	height: auto;
	overflow: hidden;
}
.news-list .bd ul{
	width: 98%;
	margin: 40px auto 0;
}
.news-list .bd ul li{
	width: 100%;
	height: 177px;
	padding: 20px 0;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
	transition: .5s;
	box-shadow: 0 0 10px 3px #e9e9e9;
	box-sizing: border-box;
}
.news-list .bd ul li:last-of-type{
	margin-bottom: 0;
}
.news-list .bd ul li .time{
	display: block;
	float: left;
	width: 144px;
	height: 137px;
	margin-left: 10px;
	border-right: 1px solid #d2d2d2;
	text-align: center;
}
.news-list .bd ul li img{
	float: left;
	display: block;
	width: 184px;
	height: 137px;
	margin-left: 30px;
}

.news-list .bd ul li .time p{
	height: 70px;
	margin-top: 10px;
	line-height: 70px;
	color:#0060df;
	font-size: 65px;
	text-align: center;
}

.news-list .bd ul li .time span{
	display: block;
	height: 36px;
	line-height: 36px;
	color:#555;
	font-size: 24px;
	text-align: center;
}

.news-list .bd ul li .intro{
	float: right;
	width: 775px;
	height: auto;
	margin-right: 20px;
	margin-top: 5px;
	overflow: hidden;
}

.news-list .bd ul li .intro h4{
	height: 24px;
	color:#333;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}

.news-list .bd ul li .intro p{
	height: 52px;
	margin-top: 15px;
	color:#666;
	font-size: 14px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.news-list .bd ul li .intro span{
	display: block;
	padding-left: 45px;
	margin-top: 10px;
	color:#999999;
	font-size: 15px;
	background: url(../images/icon11.png) no-repeat left center;
}


.news-list .bd ul li:hover {
	background: #0060df
}

.news-list .bd ul li:hover  .time p,
.news-list .bd ul li:hover .time span,
.news-list .bd ul li:hover  .intro h4,
.news-list .bd ul li:hover .intro p{
	color:#fff;
}
.news-list .bd ul li:hover .intro span{
	color:#fff;
	background: url(../images/icon12.png) no-repeat left center;
}
.probtn{
	display: none;
	width:100%;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
	background: linear-gradient(45deg,#2458d6,#4875e6,#2458d6 );
	box-sizing: border-box;
}
.probtn span{
    float: left;
    color: #fff;
    font-size:18px;
    font-weight: bold;
}
.probtn i{
    float: right;
    width: 30px;
    height: 30px;
    margin-top:8px;
    background: url(../images/icon_morearrow.png) no-repeat center center/26px;
}
.pro-nav>dl {
    width: 100%;
    height: calc(100% - 45px);
}
.m-pro{
	display: none;
	position: relative;
}
.m-pro i {
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    color: #fff;
	font-size: 44px;
	line-height: 40px;
	user-select: none;
}
/* @新闻动态内页 */
.article{
	height: auto;
	overflow: hidden;
	margin-top: 40px;

}

.article .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.article .tit h4{
	color:#000000;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.article .tit div{
	height: 48px;
	margin-top: 28px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	text-align: center;
	color:#555;
	line-height: 46px;
	font-size: 15px;
}


.article .intro .info{
	width: 100%;
	height: auto;
	margin-top: 20px;
	color:#555;
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
}
.article .intro .info p{
	margin-bottom: 10px;
	line-height: 32px;
	color:#555;
	font-size: 16px;
	text-align: justify;
}
.article .intro .info img{
	display: block;
	margin:10px auto;
	max-width: 100%;
	height: auto !important;
}
.article .intro .info video{
	max-width: 100%;
}
.article .intro .video-wrap p{
	text-align: center !important;
}
.article .intro .info .video-w{
	width: 900px;
	height: 505px;
	margin: 0 auto 10px;
	overflow: hidden;
}
.article .intro .info iframe{
	width: 100%;
    height: 555px;
}

.fy{
	margin:50px auto;
	padding-top: 22px;
	border-top: 1px solid #d2d2d2;
	overflow: hidden;
}
.fy p{
	float: left;
	height: 50px;
	padding: 0 10px;
	margin-right: 20px;
	max-width: 400px;
	border: 1px dashed #d2d2d2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 50px;
	font-size: 16px;
	color:#666;
	box-sizing: border-box;
}

.fy p a{
	color:#666;
}

.fy .return{
	float: right;
	width: 280px;
	height: 50px;
	background: #0060df;
	color:#fff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
}
/* @一然优势 */

.culture ul{
	height: 720px;
	padding-top: 1px;
	margin-top: 40px;
	background: #DCDCDC; 
	overflow: hidden;
}
.culture ul li{
	float: left;
	position: relative;
	width: 598.5px;
	height: 359px;
	margin-left: 1px;
	margin-bottom: 1px;
	border: 1px solid transparent;
	background: #fff;
	box-sizing: border-box;
	transition: .5s;

}
.culture ul li:hover{
	border: 1px solid #0060df;
	box-shadow: 0 0 5px 3px #dcdcdc;
	z-index: 100;

}
 
.culture ul li i{
	display: block;
	width: 141px;
	height: 143px;
	margin: 45px auto 0;
	background: url(../images/icon10.png) no-repeat  left top;
}

 
.culture ul li:nth-child(2) i{
	background: url(../images/icon10.png) no-repeat  -399px top; 
}

.culture ul li:nth-child(3) i{
	background: url(../images/icon10.png) no-repeat  right top; 
}

.culture ul li:nth-child(4) i{
	background: url(../images/icon10.png) no-repeat  left bottom;
}


.culture ul li p{
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.culture ul li span{
	display: block;
	width: 80%;
	margin: 10px auto 0;
	text-align: left;
	color:#333;
	font-size: 16px;
    overflow: hidden;
}
.culture ul li:nth-child(2) span{
	width: 72%;
}
.culture ul li:nth-child(3) span{
	width: 78%;
}
.culture ul li:last-of-type span{
	width: 65%;
}

/* @关于一然 */
.company{
	margin-top: 40px;
}
.aboutcon{
	margin-top: 40px;
}
.aboutcon p{
	margin-bottom: 20px;
	line-height: 32px;
	color:#555;
	font-size: 16px;
	text-indent: 2em;
}
.aboutcon img{
	display: block;
	max-width:100%;
	margin:20px auto;
}
.chart{
	position: relative;
	width: 1200px;
	height: 1025px;
	margin: 0 auto;
}
.geo{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.geo-tit{
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    z-index: 9;
	font-size: 24px;
    font-weight: bold;
    text-align: center;
}
/* @工厂展示页 */
.factory-list .bd ul,
.case-list .bd ul {
    margin-top: 40px;
}
.factory-list .bd li{
	float: left;
	width: 288px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.factory-list .bd .img-box{
	width: 100%;
	height: 216px;
	padding: 5px;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	background-color: #fff;
}
.factory-list .bd p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.factory-list .bd li:hover .img-box{
	border-color:#0060df;
}
.factory-list .bd li .video-w{
	width: 100%;
	height: 170px;
	margin-bottom: 8px;
	overflow: hidden;
}
.factory-list .bd li .video-w iframe{
	width: 100%;
	height: 220px;
}
.factory-list .bd li .video-d a{
	display: block;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
/* @工程案例页 */
.case-list .bd li{
	float: left;
	width: 390px;
	padding-bottom: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	box-shadow: 0 0 18px rgba(0,0,0,.1);
}
.case-list .bd .img-box,
.case-list .bd .img-box img{
	width: 100%;
	height: 284px;
}

.case-list .bd .img-box{
    margin-bottom: 10px;
	overflow: hidden;
}
.case-list .bd .img-box img{
	display: block;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}
.case-list .bd li .p1,
.case-list .bd li .p2{
	margin: 0 10px;
}
.case-list .bd li .p1 {
	height: 24px;
	padding-right: 28px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
	background: url(../images/icon_choice.png) no-repeat right center/24px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case-list .bd li .p2{
	height: 72px;
	line-height: 24px;
	text-align: justify;
	color: #666;
	/*多行文本溢出现实省略号*/
    display: -webkit-box;
    /*将对象作为弹性伸缩盒子模型显示 。*/
    display: -moz-box;
    overflow: hidden;
    /*溢出隐藏*/
    text-overflow: ellipsis;
    /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    /*word-break: break-all; 文本强制换行*/
    -webkit-box-orient: vertical;
    /*文本被水平或垂直排列。*/
    -webkit-line-clamp: 3;
    /*用来限制在一个块元素显示的文本的行数。*/
}
.case-list .bd li:hover{
	box-shadow: 0 0 18px rgba(36,88,214,.3);
}
.case-list .bd li:hover .img-box img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.case-list .bd li:hover .p1{
	color: #2458d6;
	background-image: url(../images/icon_choice_blue.png);
}
/* 服务中心流程 */
.process-fl{
	width: 180px;
	border: 1px solid #ddd;
}
.process-fl dt {
    display: block;
    padding: 13px 10px;
    background-color: #2458d6;
    font-size: 18px;
	color: #fff;
	text-align: center;
}
.process-fl dd {
	padding: 10px;
	white-space: nowrap;
}
.process-fl dd img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.process-fl .tel{
	padding-left: 40px;
	font-size: 20px;
	font-weight: bold;
	background: url(../images/icon_tel.png) no-repeat 10px center/26px;
}
.case-tit{
	padding: 0 10px;
	height: 44px;
	line-height: 44px;
    background-color: #2458d6;
    font-size: 18px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.inside-list{
	padding: 10px 10px 0;
}
.inside-list div{
	overflow: hidden;
}
.inside-list img{
	display: block;
	width: 100%;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}
.inside-list li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.inside-list li:hover p{
	color: #2458d6;
}
.inside-list p{
	height: 36px;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.process-fr{
	width: calc(100% - 205px);
	margin-bottom: 20px;
}
.process-fr img{
	width: 100%;
}
.m-progressimg{
	display: none;
}
/* @产品内页 */

.pro-main1 .fl{
	width: 364px;
	padding: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.pro-main1 .fl img{
	display: block;
	width: 364px;
	height: 260px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}
.pro-main1 .fl:hover {
	border-color: #2458d6;
}
.pro-main1 .fl:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.pro-main1 .fr{
	width: calc(100% - 405px);
}
.pro-main1 .fr h4{
	height: 24px;
	margin-bottom: 10px;
	font-size: 22px;
	color: #2458d6;
	font-weight: bold;
}
.pro-main1 .fr .txt{
	max-height: 192px;
	margin-bottom: 10px;
	color: #666;
	font-size: 16px;
	text-align: justify;
	/*多行文本溢出现实省略号*/
    display: -webkit-box;
    /*将对象作为弹性伸缩盒子模型显示 。*/
    display: -moz-box;
    overflow: hidden;
    /*溢出隐藏*/
    text-overflow: ellipsis;
    /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    /*word-break: break-all; 文本强制换行*/
    -webkit-box-orient: vertical;
    /*文本被水平或垂直排列。*/
    -webkit-line-clamp: 8;
    /*用来限制在一个块元素显示的文本的行数。*/

}
.pro-main1 .fr .tel{
	display: inline-block;
	position: relative;
	padding: 10px 15px 10px 45px;
	background-color: #2458d6;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 16px;
	vertical-align: top;
}
.pro-main1 .fr .tel::before{
	content:'';
	position: absolute;
	top:0;
	left:6px;
	bottom: 0;
	margin: auto;
	width: 35px;
	height: 35px;
	background: url(../images/icon_tel2.png) no-repeat center center/22px;
	animation:sk .3s alternate infinite;
	-webkit-animation:sk .3s alternate infinite;
	
}

@keyframes sk{
	from {
		transform: scale(1) rotate(0);
		-webkit-transform: scale(1) rotate(0);
		-moz-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		-o-transform: scale(1) rotate(0);
	}
	to {
		transform: scale(1.1) rotate(10deg);
		-webkit-transform: scale(1.1) rotate(10deg);
		-moz-transform: scale(1.1) rotate(10deg);
		-ms-transform: scale(1.1) rotate(10deg);
		-o-transform: scale(1.1) rotate(10deg);
	}
}
.contentbar{
	position: relative;
	top:1px;
	display: inline-block;
	padding: 10px 55px;
	border: 1px solid #ddd;
	border-bottom-color: #ddd;
	/* background-color: #ddd; */
	color: #2458d6;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	font-size:16px;
}
.pro-main2{
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	padding: 20px;
	color:#555;
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
	box-sizing: border-box;
}
.pro-main2 p{
	margin-bottom: 10px;
	line-height: 32px;
	color:#555;
	font-size: 16px;
	text-align: justify;
}
.pro-main2 img{
	display: block;
	margin:10px auto;
	max-width: 100%;
}
/* @荣誉资质 */
.honor-list .bd .img-box{
	height: 344px;
}
/* @客户见证 */
.witness-list .bd .img-box{
	height: 198px;
    padding: 23px;
}
/* @响应式 */
@media screen and (max-width: 1220px) {
	.min-width{
		min-width: 900px;
	}
	.main{
		width: 900px;
	}
	.chart{
		width: 900px;
		height: 700px;
	}
	.geo-tit {
		top: 58px;
	}
	.head {
		padding: 18px 0;
	}
	.head .logo{
		border-right: 0;
	}
	.head .logo-txt{
		display: none;
	}
	.nav{
		height: 75px;
	}
	.nav ul li {
		width: 112px;
		height: 75px;
    	line-height: 75px;
	}
	.nav ul li dl{
		top:75px;
	}
	.nav ul li a {
		font-size: 18px;
	}
	.banner .txt1 {
		right: 0;
	}
	.about .intro {
		width: 455px;
	}
	.about .intro .title h4 {
		height: 42px;
		line-height: 42px;
		font-size: 36px;
	}
	.about .intro .title p {
		width: 136px;
		padding-top: 18px;
		font-size: 16px;
		background: url(../images/tit01.png) no-repeat center top/136px;
	}
	.about .intro .info {
		height: 316px;
		margin-top: 8px;
	}
	.about .intro a {
		width: 130px;
		height: 42px;
		margin-top: 16px;
		line-height: 42px;
		font-size: 16px;
	}
	.about .video {
		width: 428px;
	}
	.about .video video {
		width: 428px;
		height: 430px;
	}
	.about .menu{
		height: 202px;
	}
	.about .menu ul li {
		width: 202px;
		height: 202px;
		margin-left: 30px;
		
	}
	.about .menu ul li i {
		margin-top: 35px;
	}
	.about .menu ul li p {
		height: 50px;
		margin-top: 12px;
		line-height: 50px;
		font-size: 20px;
	}
	.product .hd {
		width: 210px;
	}
	.product .right {
		width: 670px;
	}
	.product .right .tit>img {
		width: 170px;
	}
	.product .right .bd,
	.product-clscon img {
		height: 597px;
	}
	.product-clscon div {
		height: 60px;
		font-size: 22px;
		line-height: 60px;
	}
	.product-clscon div i {
		width: 100px;
		height: 100px;
	}
	.advlist>li {
		width: 217px;
		height: 355px;
		padding: 0 10px;
		margin-right: 10px;
	}
	.advlist>li i {
		margin-top: 32px;
	}
	.advlist>li h3 {
		line-height: 45px;
	}
	.advlist>li .btn {
		bottom: 30px;
	}
	.banner2 {
		height: 145px;
	}
	.banner3 img{
		height: 264px;
	}
	.news .left {
		width: 440px;
	}
	.news .left img {
		height: 295px;
	}
	.news ul {
		width: 445px;
	}
	.news ul li {
		height: 68px;
		line-height: 68px;
	}
	.news ul li:after {
		left: 12px;
	}
	.news ul li a {
		width: calc(100% - 150px);
		height: 68px;
		margin-left: 40px;
	}
	.news ul li span {
		height: 68px;
		margin-right: 18px;
	}
	.qa ul li {
		width: 293px;
		height: 156px;
		padding: 12px 12px;
		margin-right: 10px;
	}
	.footer .menu {
		width: 384px;
		margin-left: 30px;
	}
	.footer .menu ul li:nth-child(2){
		display: none;
	}
	.contact-detailed .cont-intro ul{
		width: 896px;
	}
	.contact-detailed .cont-intro ul li{
		width:178px;
	}
	.culture ul li {
		width: 448.5px;
	}
	.culture ul li span,
	.culture ul li:nth-child(2) span,
	.culture ul li:nth-child(3) span,
	.culture ul li:last-of-type span {
		width: 90%;
	}
	.fy p {
		max-width: 330px;
	}
	.fy .return {
		width: 160px;
	}
	.news-list .bd ul li .time {
		width: 110px;
	}
	.news-list .bd ul li .time p {
		font-size: 50px;
	}
	.news-list .bd ul li .time span {
		font-size: 20px;
	}
	.news-list .bd ul li img {
		margin-left: 22px;
	}
	.news-list .bd ul li .intro {
		width: 515px;
	}
	.page {
		margin-top: 25px;
	}
	.pro-nav {
		width: 178px;
	}
	.pro-nav dd{
		background-position: 140px center;
	}
	.pro-nav dd:hover{
		background-position: 150px center;
	}
	.pro-list {
		width: 698px;
	}
	.pro-list>ul li {
		width: 222px;
		height: 235px;
	}
	.pro-list>ul li img {
		height: 146px;
	}
	.factory-list .bd li{
		width: 213px;
	}
	.factory-list .bd .img-box{
		height: 151px;
	}
	.case-list .bd li{
		width:290px;
	}
	.case-list .bd .img-box,
	.case-list .bd .img-box img{
		height: 211px;
	}
	.case-list .bd li .p1 {
		font-size: 17px;
		background-size: 20px;
	}

	.process-fl {
		width: 160px;
	}
	.process-fl dt {
		padding: 10px 8px;
		font-size: 17px;
	}
	.case-tit{
		padding: 0 8px;
		font-size: 17px;
	}
	.process-fr {
		width: calc(100% - 180px);
	}
	.process-fl .tel {
		padding-left: 36px;
		font-size: 18px;
		background-size: 22px;
	}
	.honor-list .bd .img-box{
		height: 250px;
	}
	.witness-list .bd .img-box{
		height: 142px;
		padding: 12px;
	}
	.factory-list .bd li .video-w {
		height: 120px;
	}
	.factory-list .bd li .video-w iframe {
		height: 170px;
	}
	.article .intro .info .video-w{
		height: 515px;
	}
	.article .intro .info iframe{
		height: 565px;
	}
}
@media screen and (max-width: 920px) {
	.min-width{
		min-width: 800px;
	}
	.main{
		width: 800px;
	}
	.chart{
		width: 800px;
		height: 600px;
	}
	.geo-tit {
		top: 35px;
	}
	.nav ul li {
		width: 100px;
	}
	.about .intro {
		width: 360px;
	}
	.about .intro .title h4 {
		font-size: 32px;
	}
	.about .menu {
		height: 191px;
	}
	.about .menu ul li {
		width: 191px;
		height: 191px;
		margin-left: 12px;
	}
	.about .menu ul li p {
		height: 45px;
		margin-top: 18px;
		line-height: 45px;
		font-size: 18px;
	}
	.product .right {
		width: 570px;
	}
	.product .right .tit>img {
		width: 150px;
	}
	.product-clscon div i {
		width: 80px;
		height: 80px;
	}
	.advlist>li {
		width: 192px;
		height: 328px;
	}
	.advlist>li i {
		margin-top: 22px;
	}
	.advlist>li .btn {
		bottom: 20px;
	}
	.banner3 img {
		height: 234px;
	}
	.news .left {
		width: 375px;
	}
	.news .left img {
		height: 265px;
	}
	.news .left .intro {
		margin-top: 15px;
	}
	.news .left .intro span {
		margin: 5px 0;
	}
	.news ul {
		width: 415px;
	}
	.news ul li {
		height: 60px;
		line-height: 60px;
	}
	.news ul li:after {
		left: 8px;
	}
	.news ul li a {
		width: calc(100% - 135px);
		height: 60px;
		margin-left: 30px;
	}
	.news ul li span {
		height: 60px;
		margin-right: 10px;
	}
	.qa ul li {
		width: 260px;
	}

	.footer .menu {
		width: 324px;
		margin-left: 12px;
	}
	.footer .menu ul li {
		padding: 0 15px;
	}
	.contact-detailed .cont-intro .tit p {
		height: 50px;
		line-height: 50px;
		font-size: 40px;
	}
	.contact-detailed .cont-intro ul{
		width: 796px;
	}
	.contact-detailed .cont-intro ul li{
		width:158px;
	}
	.culture ul li {
		width: 398.5px;
	}
	.culture ul li p {
		margin-top: 25px;
		font-size: 19px;
	}
	
	.fy p {
		max-width: 290px;
	}
	.news-list .bd ul li .time {
		width: 90px;
		margin-left: 0;
	}
	.news-list .bd ul li .time p {
		height: 50px;
		margin-top: 22px;
		line-height: 50px;
		font-size: 40px;
	}
	.news-list .bd ul li .time span {
		font-size: 18px;
	}
	.news-list .bd ul li img {
		margin-left: 20px;
	}
	.news-list .bd ul li .intro {
		width: 450px;
	}
	.news-list .bd ul li .intro span{
		padding-left: 28px;
		background-size: 20px;
	}
	.pro-list {
		width: 596px;
	}
	.pro-list>ul li {
		width: 290px;
		height: 285px;
		margin-right: 15px !important;
	}
	.pro-list>ul li:nth-child(2n){
		margin-right: 0 !important;
	}
	.pro-list>ul li img {
		height: 195px;
	}
	
	.factory-list .bd li{
		width: 260px;
		margin-right: 10px !important;
	}
	.factory-list .bd li:nth-child(3n){
		margin-right: 0 !important;
	}
	.factory-list .bd .img-box{
		height: 186px;
	}
	.case-list .bd li{
		width:256px;
	}
	.case-list .bd .img-box,
	.case-list .bd .img-box img{
		height: 187px;
	}
	.process-fl>dl {
		display: none;
	}
	.process-fl{
		width: 100%;
		margin-bottom: 20px;
	}
	.inside-list>li{
		float: left;
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	.inside-list>li:nth-child(2n){
		margin-right: 0;
	}
	.inside-list>li img{
		height: 284px;
	}
	.process-fr {
		width:100%;
	}
	.pc-progressimg{
		display: none;
	}
	.m-progressimg{
		display: block;
	}
	.honor-list .bd .img-box{
		height: 310px;
	}
	
	.witness-list .bd .img-box{
		height: 172px;
	}
	.factory-list .bd li .video-w {
		height: 150px;
	}
	.factory-list .bd li .video-w iframe {
		height: 200px;
	}
	
	.article .intro .info .video-w{
		width: 100%;
		height: 445px;
	}
	.article .intro .info iframe{
		height: 495px;
	}
}
@media screen and (max-width: 820px) {
	.min-width{
		min-width: 100%;
	}
	.main{
		width: 100%;
		padding-left:10px;
		padding-right:10px;
		box-sizing: border-box;
	}
	.chart{
		width: 100%;
		height: 650px;
	}
	.geo-tit{
		top: 10px;
		font-size: 20px;
	}
	.head {
		position: fixed;
    	top: 0;
		height: 64px;
		padding: 0 0;
		background: #fff;
	}
	
	.head .logo {
		padding: 10px 10px 10px 0;
		margin-right: 0;
	}
	.head .logo-wrap img {
		width: 160px;
		height: 44px;
	}
	.ercode-wrap{
		display: none;
	}
	.head .tel {
		width: 145px;
		height: 38px;
		margin: 15px 10px 0 0;
		padding-left: 30px;
		background-size: 26px;
	}
	.head .tel span{
		height: 20px;
    	line-height: 20px;
		font-size: 14px;
	}
	.head .tel p {
		top: 15px;
		height: 26px;
		line-height: 26px;
		font-size: 19px;
	}
	/* .nav-menu {
		display: block;
	} */
	.navicon{
		display: flex;
	}
	.nav{
		position: absolute !important;
		top: 64px !important;
		width: 100%;
		height: calc(100% - 64px);
		-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
		transition: opacity 0.5s, visibility 0s 0.5s;
		visibility: hidden;
		background-color:transparent;
		overflow-y: scroll;
		z-index: 98;
		-moz-transition: opacity 0.5s, visibility 0s 0.5s;
		-ms-transition: opacity 0.5s, visibility 0s 0.5s;
		-o-transition: opacity 0.5s, visibility 0s 0.5s;
	}
	.nav-bg{
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		left: 0;
		top: 0;
		z-index: 98;
		visibility: hidden;
	}
	/* .menuClose{
		background-image: url(../images/icon_menu_close.png);
	} */
	.nav ul li {
		float: none;
		width: auto;
		height: auto;
		padding: 0 18px;
		border-bottom: 1px solid #3768dd;
		background: #2458d6;
		line-height: 48px;
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: translate3d(0, -80px, 0);
		transform: translate3d(0, -80px, 0);
		-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
		transition: transform 0.5s, opacity 0.5s;
		-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
		transition: transform 0.5s, opacity 0.5s;
		-webkit-filter: alpha(opacity=0);
		text-align: left;
	}
	.nav ul li.active,
	.nav ul li:hover,
	.nav ul li:hover a,
	.nav ul li dl dd,
	.nav ul li dl dd:hover a{
		background: #0D141D;
	}
	.nav ul li a {
		font-size: 16px;
	}
	/* .nav ul li:hover a {
		background: #2458d6;
	}
	.nav ul li dd{
		background: #2458d6;
	} */
	.nav ul li:last-child {
		border-bottom: none;
	}

	.nav ul li:first-child {
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
	}

	.nav ul li:nth-child(2) {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	.nav ul li:nth-child(3) {
		-webkit-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}

	.nav ul li:nth-child(4) {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}

	.nav ul li:nth-child(5) {
		-webkit-transition-delay: 0.25s;
		transition-delay: 0.25s;
	}

	.nav ul li:nth-child(6) {
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

	.nav ul li:nth-child(7) {
		-webkit-transition-delay: 0.35s;
		transition-delay: 0.35s;
	}

	.nav ul li:nth-child(8) {
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
	.nav ul li>a{
		position: relative;
		display: block;
		width: 85%;
		font-size: 16px;
		line-height: 48px;
	}

	.nav ul li>span {
		display: block;
		position: relative;
	}

	.nav ul li i.ico {
		display: block;
		position: absolute;
		top: 10px;
		right: 16px;
		display: inline-block;
		width: 28px;
		height: 28px;
		background: url(../images/icon-sq.png) no-repeat center center/18px;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}

	.nav ul li a.msq+i.ico {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.nav ul .layui-nav-child {
		display: none;
		position: inherit;
		top: 0;
		left: 0;
		width: auto;
		margin-left: 20px;
	}
	.nav ul li .layui-nav-child dd {
		height: 43px;
		border-bottom: 0;
		line-height: 43px;
	}
	.nav ul .layui-nav-child a {
		display: block;
		line-height: 43px;
		font-size: 16px;
	}

	.nav ul .layui-nav-child a:focus {
		text-decoration: underline;
	}

	.nav.open {
		visibility: visible;
		opacity: 1;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
		z-index: 99999;
	}
	.nav.open .main{
		padding: 0;
	}
	.nav.open ul li {
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.banner {
		width: 100%;
		/* height: 320px; */
		overflow: hidden;
		position: relative;
		margin-top: 64px !important;
	}
	.banner .txt1{
		top: 0;
		transform: scale(.7);
		-webkit-transform: scale(.7);
		-moz-transform: scale(.7);
		-ms-transform: scale(.7);
		-o-transform: scale(.7);
	}
	.banner .swiper-pagination-bullet{
		width: 25px;
	}
	.about .intro {
		width: 100%;
	}
	.about .intro .title h4{
		float: none;
		position: relative;
		height: 58px;
		margin-top: 5px;
		line-height: 58px;
		color: #2458d6;
		font-weight: bold;
		font-size: 32px;
		text-align: center;
	}
	.about .intro .title h4::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 30px;
		height: 1px;
		background-color: #2458d6;
	}
	.about .intro .title p{
		display: none;
	}
	.about .intro .info{
		height: auto;
	}
	.about .intro a{
		margin: 15px auto;
	}
	.about .video{
		width: 100%;
		height: auto;
	}
	.about .video video {
		width: 100%;
		height: auto;
	}
	.about .menu{
		height: auto;
	}
	.about .menu ul li {
		width: 23.3%;
		height: 155px;
		margin-left: 2%;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
	}
	.about .menu ul li i {
		margin-top: 18px;
		background-size: 870px !important;
		background-position: 22px center !important;
	}
	.about .menu ul li:nth-child(2) i {
		background-position: -248px center !important;
	}
	.about .menu ul li:nth-child(3) i {
		background-position: -517px center !important;
	}
	.about .menu ul li:nth-child(4) i {
		background-position: -785px center !important;
	}
	.about .menu ul li p {
		margin-top: 12px;
	}
	.pt58 {
		padding-top: 20px !important;
	}
	.pb58 {
		padding-bottom: 30px !important;
	}
	.pt40 {
		padding-top: 20px !important;
	}
	.pb40 {
		padding-bottom: 20px !important;
	}
	.mt58 {
		margin-top: 20px !important;
	}
	.mb58 {
		margin-bottom: 20px !important;
	}
	.product{
		display: none;
	}
	.m-product{
		display: block;
	}
	.adv .title div{
		width: 210px;
		height: 58px;
		line-height: 58px;
    	font-size: 32px;
	}
	.advlist>li {
		width: 49%;
		margin-right: 1.5%;
		margin-bottom: 10px;
	}
	.advlist>li:nth-child(2n){
		margin-right: 0;
	}
	.banner3 img {
		height: 278px;
	}
	.news .left,
	.news ul{
		width: 100%;
	}
	.news .left img{
		height: auto;
	}
	.qa ul li {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.qa ul li .info p{
		height: auto;
		-webkit-line-clamp: inherit;
	}
	.footer .menu,
	.footer .ewm,
	.links{
		display: none;
	}
	.footer .cont{
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}
	.footer .cont b {
		font-size: 18px;
	}
	.crumbs{
		height: 50px;
	}
	.crumbs p {
		line-height: 50px;
	}
	.crumbs a{
		line-height: 53px;
	}
	.contact-detailed .cont-intro ul{
		width: 100%;
		height: auto;
	}
	.contact-detailed .cont-intro ul li{
		width:33.13%;
	}
	.contact-detailed .cont-intro ul li:nth-child(4){
		width: 49.55%;
	}
	.contact-detailed .cont-intro ul li:nth-child(5){
		width: 50%;
	}
	.culture ul li {
		width: calc(50% - 1.5px);
	}
	.culture ul li p {
		font-size: 17px;
	}
	.fy {
		margin: 30px auto;
	}
	.fy p {
		width: 100%;
		margin-bottom:15px;
		max-width: inherit;
	}
	.news-list .bd ul li{
		position: relative;
		height: 157px;
		padding: 10px 0;
	}
	.news-list .bd ul li .time{
		display: none;
	}
	.news-list .bd ul li img {
		margin-left: 10px;
	}
	.news-list .bd ul li .intro {
		width: calc(100% - 215px);
		margin-right: 10px;
	}
	.page{
		margin-top: 10px;
	}
	.page ul li {
		height: 32px;
		margin: 0 2px;
		line-height: 30px;
	}
	.page ul li a {
		padding: 0 10px;
	}
	
	.probtn{
		display: block;
	}
	.pro-nav{
		display: none;
		position: fixed;
		top:0;
		left:0;
		right:0;
		margin: auto;
		width:100%;
		height:100%;
		background-color: #fff;
		z-index: 9999;
	}
	.m-pro{
		display: block;
		position: relative;
		height: 45px;
		line-height: 45px;
		padding: 0 10px;
		background: linear-gradient(45deg,#2458d6,#4875e6,#2458d6 );
		text-align: center;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}

	.pro-nav dl{
		padding-left: 8px;
		overflow-y: scroll;
	}
	.pro-nav dt{
		position: relative;
		float: left;
		width: calc(100% - 20px);
		height: 45px;
		line-height: 45px;
		padding: 0 10px 0 0;
		background: none;
		text-align: left;
		
	}
	.pro-nav dt a{
		color: #333;
		font-weight: bold;
	}
	.pro-nav dd {
		float: left;
		width: 32.33%;
		padding-right: 1.5%;
		border:0;
		margin: 0;
		background-image: none;
		box-sizing: border-box;
	}
	.pro-nav dd:hover{
		background-image: none;
	}
	.pro-nav dd a {
		width: 100%;
		margin: 0;
		padding-left: 0;
		height: 34px;
		line-height: 34px;
	}
	.pro-m-20{
		padding-top: 20px !important;
	}
	.pro-list {
		width: 100%;
	}
	.pro-list>ul li {
		width: calc(50% - 5px);
		height: auto;
		margin-right: 10px !important;
		margin-bottom: 10px;
	}
	.pro-list>ul li:nth-child(2n){
		margin-right: 0 !important;
	}
	.pro-list>ul li img {
		height: 225px;
	}
	.pro-list>ul li .info i{
		display: none;
	}
	.pro-list>ul li .info div,
	.pro-list>ul li .info p{
		width: 100%;
	}
	.factory-list .bd li{
		width: calc(50% - 5px);
		margin-right: 10px !important;
	}
	
	.factory-list .bd li:nth-child(3n){
		margin-right: 10px !important;
	}
	.factory-list .bd li:nth-child(2n){
		margin-right: 0 !important;
	}
	.factory-list .bd .img-box{
		height: 265px;
	}
	.case-list .bd li{
		width: calc(50% - 5px);
		margin-right: 10px !important;
	}
	.case-list .bd li:nth-child(2n){
		margin-right: 0 !important;
	}
	.case-list .bd .img-box,
	.case-list .bd .img-box img{
		height: 254px;
	}
	.case-list .bd li .p1 {
		font-size: 16px;
	}
	.inside-list>li img{
		height: 275px;
	}
	.honor-list .bd .img-box{
		height: 428px;
	}
	.witness-list .bd .img-box{
		height: 240px;
	}
	.about .video>iframe{
		height: 410px;
	}
	.about .video .quadrangle-ul li{
		height: 280px;
	}
	.factory-list .bd li .video-w{
		height: auto;
	}
	.factory-list .bd li .video-w iframe {
		height: 205px;
	}
	
	.article .intro .info .video-w{
		height: auto;
	}
	.article .intro .info iframe{
		height: 485px;
	}
}
@media screen and (max-width: 750px) {
	.banner4 img {
		height: 428px;
	}
	.chart{
		height: 610px;
	}
	.factory-list .bd .img-box{
		height: 245px;
	}
	.case-list .bd .img-box,
	.case-list .bd .img-box img{
		height: 250px;
	}
	.pro-main1 .fl{
		width: 100%;
		margin-bottom: 15px;
		box-sizing: border-box;
	}
	.pro-main1 .fl img{
		width: 100%;
		height: auto;
	}
	.pro-main1 .fr{
		width: 100%;
	}
	.pro-main1 .fr .txt{
		max-height: 72px;
		-webkit-line-clamp: 3;
	}
	.pro-main2 {
		padding: 8px 10px;
	}
	.inside-list>li img{
		height: 250px;
	}
	.honor-list .bd .img-box{
		height: 410px;
	}
	.witness-list .bd .img-box{
		height: 220px;
	}
	.about .video .quadrangle-ul li{
		height: 260px;
	}
	.factory-list .bd li .video-w iframe {
		height: 190px;
	}
	.article .intro .info iframe{
		height: 440px;
	}
}
@media screen and (max-width: 715px) {
	.culture ul{
		height: auto;
	}
	.culture ul li {
		width: calc(100% - 2px);
		height: auto;
		padding-bottom: 30px;
	}
	.culture ul li i{
		margin-top: 30px;
	}
	.culture ul li p{
		height: auto;
		white-space: normal;
		text-overflow:inherit;
		overflow: visible;
	}
	.factory-list .bd .img-box{
		height: 235px;
	}
	.case-list .bd .img-box,
	.case-list .bd .img-box img{
		height: 240px;
	}
	
	.inside-list>li img{
		height: 235px;
	}
	.honor-list .bd .img-box{
		height: 385px;
	}
	.witness-list .bd .img-box{
		height: 214px;
	}
	.about .video .quadrangle-ul li{
		height: 252px;
	}
}
@media screen and (max-width: 640px) {
	.banner4 img {
		height: 380px;
	}
	.banner2 {
		height: 120px;
	}
	.banner3 img {
		height: 320px;
	}
	.tab ul li{
		width: 82px;
	}
	.chart{
		height: 530px;
	}
	.contact-detailed .cont-intro ul li{
		width:33%;
	}
	.contact-detailed .cont-intro ul li:nth-child(5){
		width: 49.6%;
	}
	.contact-detailed .cont-intro ul li{
		height: 218px;
	}
	.contact-detailed .cont-intro ul li i{
		width: 82px;
		height: 68px;
		margin-top: 30px;
		background: url(../images/cont-icon.png) no-repeat 9px 3px/1000px !important;
	}
	.contact-detailed .cont-intro ul li:nth-child(2) i {
		background-position: -223px 2px !important;
	}
	.contact-detailed .cont-intro ul li:nth-child(3) i {
		background-position: -929px 2px !important;
	}
	.contact-detailed .cont-intro ul li:nth-child(4) i {
		background-position: -455px 2px !important;
	}
	.contact-detailed .cont-intro ul li:nth-child(5) i {
		background-position: -690px 2px !important;
	}
	.contact-detailed .cont-intro ul li p {
		font-size: 18px;
		margin-top: 6px;
	}
	.contact-detailed .cont-intro ul li span {
		max-height: 48px;
	}
	.pro-list>ul li img {
		height: 196px;
	}
	.factory-list .bd .img-box{
		height: 210px;
	}
	.case-list .bd .img-box,
	.case-list .bd .img-box img{
		height: 212px;
	}
	
	.inside-list>li img{
		height: 212px;
	}
	.honor-list .bd .img-box{
		height: 350px;
	}
	.witness-list .bd .img-box{
		height: 192px;
	}
	.about .video .quadrangle-ul li{
		height: 225px;
	}
}
@media screen and (max-width: 530px) {
	.head .tel{
		display: none;
	}
	.about .menu ul li {
		width: 49%;
		margin-right: 2%;
		margin-left: 0;
		margin-bottom: 10px;
		height: 125px;
	}
	.about .menu ul li:nth-child(3){
		margin-bottom: 0;
	}
	.about .menu ul li:nth-child(4){
		margin-bottom: 0;
	}
	.about .menu ul li:nth-child(2n){
		margin-right: 0;
	}
	.about .menu ul li i {
		margin-top: 0;
		background-size: 640px !important;
		background-position: 28px center !important;
	}
	.about .menu ul li:nth-child(2) i {
		background-position: -169px center !important;
	}
	.about .menu ul li:nth-child(3) i {
		background-position: -369px center !important;
	}
	.about .menu ul li:nth-child(4) i {
		background-position: -566px center !important;
	}
	.about .menu ul li p {
		margin-top: 0;
	}
	.number-box li {
		width: 50%;
	}
	.number-box li:nth-child(1),
	.number-box li:nth-child(2){
		margin-bottom: 10px;
	}
	.number-box li:nth-child(2){
		border-right: 0;
	}
	.banner4 img {
		height: 340px;
	}
	.banner3 img {
		height: 280px;
	}
	.about .intro .title h4,
	.public-tit h2,
	.adv .title div {
		font-size: 24px;
	}
	.about .menu{
		padding-bottom: 0px !important;
	}
	.about .intro .title h4,
	.public-tit h2,
	.adv .title div{
		margin-top: 0;
	}
	.chart{
		height: 475px;
	}
	.contact-detailed .cont-intro .tit p {
		height: 40px;
		line-height: 40px;
		font-size: 26px;
	}
	.contact-detailed .cont-intro .tit h4 {
		font-size: 24px;
	}
	.page ul li{
		margin: 0 2px 4px 2px;
	}
	.news-list {
		margin-top: 30px;
	}
	.factory-list .bd ul,
	.news-list .bd ul,
	.case-list .bd ul {
		margin-top: 25px;
	}
	.news-list .bd ul li {
		height: 121px;
		margin-bottom: 15px;
	}
	.news-list .bd ul li img {
		width: 135px;
		height: 101px;
	}
	.news-list .bd ul li .intro {
		width: calc(100% - 165px);
		margin-top: 0px;
	}
	.news-list .bd ul li .intro h4 {
		font-size: 16px;
	}
	.news-list .bd ul li .intro p {
		height: 78px;
		margin-top: 1px;
		-webkit-line-clamp: 3;
	}
	.news-list .bd ul li .intro span{
		display: none;
	}
	.pro-list>ul li img {
		height: 156px;
	}
	.mt40{
		margin-top: 30px !important;
	}
	.factory-list .bd .img-box{
		height: 172px;
	}
	.case-list .bd li {
		width: 100%;
		margin-right: 0 !important;
	}
	.case-list .bd .img-box,
	.case-list .bd .img-box img{
		height: auto;
	}
	.case-list .bd li .p2 {
		height: 48px;
		-webkit-line-clamp: 2;
	}
	.inside-list>li img{
		height: 170px;
	}
	.honor-list .bd .img-box{
		height: 280px;
	}
	.witness-list .bd .img-box{
		height: 158px;
	}
	.about .video .quadrangle-ul li{
		height: 180px;
	}
	.factory-list .bd li .video-w iframe {
		height: 110px;
	}
	.article .intro .info iframe{
		height: 320px;
	}
}
@media screen and (max-width: 414px) {
	.banner .txt1 {
		transform: scale(.5);
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
	}
	.number-box li div span {
		font-size: 24px;
	}
	.banner4 img {
		height: 300px;
	}
	.banner3 img {
		height: 215px;
	}
	.honor-wrap {
		padding: 10px 10px 0px;
	}
	.news ul li {
		height: 50px;
		line-height: 50px;
	}
	.news ul li a {
		height: 50px;
	}
	.news ul li span {
		height: 50px;
	}
	.tab {
		display: block;
		text-align: center;
	}
	.tab ul li{
		float: none;
		display: inline-block;
		width: 140px;
		margin-bottom: 10px;
	}
	.aboutcon {
		margin-top: 20px;
	}
	.chart{
		height: 360px;
	}
	.geo-tit{
		font-size: 18px;
	}
	.contact-detailed .cont-intro ul li{
		width:49.55%;
	}
	.contact-detailed .cont-intro ul li:nth-child(5){
		width: 99.5%;
	}
	.contact-detailed .cont-intro ul li i {
		margin-top: 24px;
	}
	
	.contact-detailed .cont-intro .map {
		height: 350px;
	}
	
	.pro-list>ul li {
		padding: 5px;
	}
	.pro-list>ul li img {
		height: 123px;
	}
	.pro-list>ul li .info {
		padding: 5px 0;
	}
	.factory-list .bd .img-box{
		height: 127px;
	}
	
	.inside-list>li img{
		height: 130px;
	}
	.honor-list .bd .img-box{
		height: 212px;
	}
	.witness-list .bd .img-box{
		height: 123px;
	}
	.about .video>iframe{
		height: 260px;
	}
	.about .video .quadrangle-ul li{
		height: 144px;
	}
	.article .intro .info iframe {
		height: 225px;
	}
}
@media screen and (max-width: 375px) {
	.banner4 img {
		height: 258px;
	}
	.banner4 div i{
		display: none;
	}
	.banner4 div span {
		width: 100%;
	}
	.advlist>li{
		height: auto;
		width: 100%;
		margin-right: 0;
		padding-bottom: 65px;
	}
	.advlist>li .text {
		height: auto;
		-webkit-line-clamp: inherit;
	}
	.advlist>li i {
		width: 76px;
		height: 76px;
		margin-top: 16px;
		margin-bottom: 5px;
		background-size: 130px !important;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	}
	.advlist>li:nth-child(1) i {
		background-position: -59px 5px;
	}
	.advlist>li:nth-child(2) i {
		background-position: -59px -58px;
	}
	.advlist>li:nth-child(3) i {
		background-position: -59px -124px;
	}
	.advlist>li:nth-child(4) i {
		background-position: -59px -190px;
	}
	.advlist>li:nth-child(1):hover i {
		background-position: 6px 5px;
	}
	.advlist>li:nth-child(2):hover i {
		background-position: 6px -58px;
	}
	.advlist>li:nth-child(3):hover i {
		background-position: 6px -124px;
	}
	.advlist>li:nth-child(4):hover i {
		background-position: 6px -190px;
	}
	.advlist>li h3 {
		line-height: 36px;
	}
	.banner2 {
		height: 110px;
	}
	.chart{
		height: 320px;
	}
	.contact-detailed .cont-intro ul li:nth-child(5){
		width: 99.4%;
	}
	.pro-list>ul li {
		width: calc(50% - 3px);
		margin-right: 6px !important;
		margin-bottom: 6px;
	}
	.pro-list>ul li:nth-child(2n) {
		margin-right: 0 !important;
	}
	.pro-list>ul li img {
		height: 104px;
	}
	.factory-list .bd li {
		width: calc(50% - 3px);
		margin-right: 6px !important;
	}
	.factory-list .bd li:nth-child(3n){
		margin-right: 6px !important;
	}
	.factory-list .bd li:nth-child(2n){
		margin-right: 0 !important;
	}
	.factory-list .bd .img-box{
		height: 110px;
	}
	
	.inside-list>li img{
		height: 115px;
	}
	.honor-list .bd .img-box{
		height: 186px;
	}
	.witness-list .bd .img-box{
		height: 108px;
	}
	.about .video .quadrangle-ul li{
		height: 125px;
	}
	.factory-list .bd li .video-w iframe {
		height: 105px;
	}
	.article .intro .info iframe{
		height: 230px;
	}
}
@media screen and (max-width: 320px) {
	.banner4 img {
		height: 225px;
	}
	.banner3 img {
		height: 178px;
	}
	.chart{
		height: 280px;
	}
	.tab ul li {
		width: 120px;
    	margin: 3px 3px;
	}
	.pro-list>ul li {
		width: 100%;
		margin-right: 0 !important;
	}
	.pro-list>ul li img {
		height: auto;
	}
	.factory-list .bd li,
	.factory-list .bd li:nth-child(2n),
	.factory-list .bd li:nth-child(3n) {
		width: 100%;
		margin-right: 0 !important;
	}
	.factory-list .bd .img-box{
		height: auto;
	}
	.inside-list>li{
		width: 100%;
		margin-right: 0 !important;
	}
	.inside-list>li img{
		height: auto;
	}
	.honor-list .bd .img-box{
		height: auto;
	}
	.witness-list .bd .img-box{
		height: auto;
	}
	.about .video .quadrangle-ul li{
		height: 110px;
	}
	.factory-list .bd li .video-w iframe {
		height: 170px;
	}
	.article .intro .info iframe{
		height: 170px;
	}
}