@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, table, th, td, form, legend, input, button, textarea {
margin: 0;padding: 0;font-family: "微软雅黑";}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
	border: none;
	vertical-align: middle;
}
caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, iframe, abbr {
    border: 0;
}

i, em {
    font-style: normal;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

textarea {
    overflow: auto;
    resize: none;
}

label {
    cursor: default;
}

a, button {
    cursor: pointer;
}

body, textarea, input, button, select {
    color: #131313;
    outline: 0;
}
a,a:hover,a:active,a:focus{
    color: #333;
    text-decoration: none;
}
body{
    overflow-x: hidden;
	background-color:white;
}
input{vertical-align: middle;}

/*Acshoes【插件】轮播切换【satart】*/
.Acshoes-swiper{position: relative;overflow: hidden;}
.Acshoes-swiper-wrapper{
	display: box;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-box;
	display: -o-box;
	display:flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:-moz-flex;
	display:-o-flex;	
}
.Acshoes-swiper-slide{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;
flex-shrink: 0;-webkit-flex-shrink: 0;-moz-flex-shrink: 0;-ms-flex-shrink: 0;-o-flex-shrink: 0;position:relative;}
.Acshoes-swiper-pre,.Acshoes-swiper-next{position: absolute;width:40px;height: 80px;cursor: hand;cursor: pointer;top:50%;
margin-top:-40px;}
.Acshoes-swiper-pre{left:-50px;background-image: url(../images/hom-pro-prev.png);background-repeat: no-repeat;
background-position: center;}
.Acshoes-swiper-next{right:-50px;background-image: url(../images/hom-pro-next.png);background-repeat: no-repeat;
background-position: center;}
.Acshoes-swiper-page{text-align: center;margin-top:30px;}
.Acshoes-position{position:absolute;left:0;bottom:20px;width:100%;}
.Acshoes-swiper-page span{cursor: hand;cursor: pointer;margin:0 5px;display: inline-block;}
.Acshoes-swiper-page span.Acshoes-swiper-page-cot{width:9px;height:9px;border-radius:50%;-webkit-border-radius:50%;
-moz-border-radius:50%;background-color:#ccc;}
.Acshoes-swiper-page span.Acshoes-swiper-page-cot.active{background-color:#0089e1;}
.Acshoes-swiper-page span.Acshoes-swiper-page-number{padding:2px 7px;border:1px solid #ccc;font-size:14px;color:#666;}
.Acshoes-swiper-page span.Acshoes-swiper-page-number.active{background-color:#0089e1;border:1px solid #0089e1;color: white;}
.Acshoes-single,
.Acshoes-total,
.Acshoes-number-cot{font-size:20px;color: #aaa;}
.Acshoes-single{color: #bd0303;}
/*Acshoes【插件】轮播切换【end】*/

/*-------------------------------------header【start】---------------------------------------*/
.hed{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:20;
}
.hed-div{height:40px;}
.hed-nav-div{height:80px;}

.hed-top{height:40px;line-height:40px;background-color:#F2F2F2;padding:0 10px;}
.hed-top-l span,
.hed-top-r a{font-size:14px;color:#333;}

.hed-cot{
	height:80px;
	border-bottom:1px solid #e5e5e5;
	background-color:transparent;
	position:relative;
}
.hed-cot .hed-r{height:100%;}

.hed-cot.active{background-color:white;}
.hed-logo{height:100%;display:table;}
.hed-logo a{width:387px;height:80px;display:table-cell;vertical-align:middle;color:#000;}
.hed-logo a .img2{display:none;}

.hed-cot.active .hed-logo a .img1{display:none;}
.hed-cot.active .hed-logo a .img2{display:inline-block;}

.hed-lang{
	height:80px;
	width:50px;
	display:table;
	position:relative;
}
.hed-lang .hed-lang-cot{
	display: table-cell;
	vertical-align:middle;
	cursor: pointer;
	cursor:hand;
}
.hed-lang .hed-lang-cot .lang-name{
	text-align:center;
	font-size:14px;
	color:white;
}
.hed-lang .hed-lang-cot .lang-name img{
	width:22px;
}
.hed-lang .hed-lang-cot .lang-name .img2,
.hed-lang .hed-lang-cot .lang-img .img2{
	display:none;
}
.hed-cot.active .hed-lang .hed-lang-cot .lang-name .img1,
.hed-cot.active .hed-lang .hed-lang-cot .lang-img .img1{
	display:none;
}
.hed-cot.active .hed-lang .hed-lang-cot .lang-name .img2,
.hed-cot.active .hed-lang .hed-lang-cot .lang-img .img2{
	display:inline-block;
}
.hed-lang .hed-lang-cot .lang-img img{
	width:13px;
	height:8px;
	margin-top:5px;
}
.hed-lang .hed-lang-cot .lang-name,
.hed-lang .hed-lang-cot .lang-img{
	display:inline-block;
	vertical-align:middle;
}
.hed-lang .hed-lang-nav{
	position:absolute;
	top:100%;
	left:50%;
	width:80px;
	transform:translateX(-50%);
	text-align:center;
	background-color:white;
	border-radius:6px;
	display:none;
}
.hed-lang .hed-lang-nav ul li a{
	display: block;
	font-size:14px;
	color:#333333;
	line-height:30px;
	cursor: pointer;
	cursor:hand;
}
.hed-lang .hed-lang-nav ul li a:hover{
	color:#0089e1;
}

.hed-lang:hover .hed-lang-nav {
	display: block;
}


.hed-search{
	position:absolute;
	height:42px;
	background-color:rgba(255,255,255,0.5);
	border-radius:50px;
	right:0;
	top:100%;
	margin-top:10px;
	display:none;
}
.hed-search-oper{
	position:relative;
	display:table;
	margin:0 50px 0 60px;
}
.hed-search-oper .oper-ico{
	display:table-cell;
	height:80px;
	vertical-align: middle;
}
.hed-search-input{
	height: 100%;
}
.hed-search-input input{
	height:100%;
	width:300px;
	border:none;
	background-color:transparent;
	padding:0 40px 0 20px;
	color:white;
	font-size:14px;
}
.hed-search-input input::placeholder {
	color:white;
  }
.hed-search-ico{
	position: absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	cursor: pointer;
	cursor:hand;
}
.hed-search-oper .oper-ico .img2{display:none;}

.hed-cot.active .hed-search-oper .oper-ico .img1{display:none;}
.hed-cot.active .hed-search-oper .oper-ico .img2{display:inline-block;}
.hed-cot.active .hed-search{
	background-color:rgba(0,0,0,0.5);
}

.hed-search-oper img.ico,
.hed-search-ico img{
	width:22px;
}


.hed-cot,
.hed-cot.active{
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
}

.hed-btn{position:absolute;right:5px;top:50%;width:25px;height:15px;margin-top:-7px;display:none;cursor: hand;cursor: pointer;}
.hed-btn span{position:absolute;width:25px;height:3px;background-color:#5C9A2E;}
.hed-btn span.hed-btn01{top:0;}
.hed-btn span.hed-btn02{top:6px;}
.hed-btn span.hed-btn03{top:12px;}
.hed-btn.active span.hed-btn01{transform:rotate(45deg);left:0;top:5px;}
.hed-btn.active span.hed-btn02{display:none;}
.hed-btn.active span.hed-btn03{transform:rotate(-45deg);right:0;top:5px;}
.hed-btn span,
.hed-btn.active span{transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;}

.hed-nav>ul>li + li{margin-left:40px;}
.hed-nav>ul>li{position:relative;border-bottom:2px solid transparent;line-height:78px;}
.hed-nav>ul>li>a{font-size:15px;color:white;display:inline-block;}


.hed-nav-two{position:absolute;width:140%;background-color:white;margin-top:2px;left:50%;margin-left:-70%;display:none;z-index:5;line-height:initial;
box-shadow:1px 1px 10px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 10px rgba(0,0,0,0.2);
padding:10px 0;
border-radius: 0px 0px 6px 6px;}
.hed-nav-two ul li a{display: block;padding:10px 5px;font-size:12px;color:#333;}
.hed-nav-two ul li a:hover{color:#81D92D;}
.hed-nav>ul>li:hover .hed-nav-two{display:block;}



.hed-cot.active .hed-nav>ul>li>a{
	color:#333;
}

.hed-nav>ul>li:hover,
.hed-nav>ul>li.active{border-bottom-color:#81D92D;}
.hed-nav>ul>li:hover>a,
.hed-nav>ul>li.active>a{color:#81D92D !important;}

/*-------------------------------------header【end】---------------------------------------*/

/*-------------------------------------footer【start】---------------------------------------*/
.foot{
	background-color:#81D92D;
}
.foot-nav{
	padding:45px 0;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.foot-nav .logo{
	max-width: 387px;
}
.foot-nav .logo img{
	max-width:100%;
}
.foot-nav .nav a{
	display:inline-block;
	font-size:14px;
	color:white;
	margin:20px 25px;
}
.foot-nav .nav a:hover{
	text-decoration:underline;
}
.foot-nav .nav{

}
.foot-cot{
	padding:40px 0;
}
.foot-cot-inform,
.foot-cot-ewm{
	padding:0;
}
.foot-cot-inform h4,
.foot-cot-ewm h4{
	font-size:24px;
	font-weight:bold;
	color:white;
	margin-bottom:35px;
}
.foot-cot-inform .inform-item{
	padding:0;
}
.foot-cot-inform .inform-item + .inform-item{
	padding-left:20px;
}
.foot-cot-inform .inform-item h6{
	margin:12px 0;
	font-size:14px;
	color:white;
	font-weight:bold;
}
.foot-cot-inform .inform-item p{
	font-size:14px;
	color:white;
}


.foot-cot-ewm h4{
	margin-left:20px;
}
.foot-cot-ewm .ewm-cot .ewm-cot-item{
	text-align:center;
}
.foot-cot-ewm .ewm-cot .ewm-cot-item img{
	width:120px;
	padding:10px;
	border:1px solid white;
}
.foot-cot-ewm .ewm-cot .ewm-cot-item p{
	font-size:14px;
	color:white;
	margin-top:10px;
}

.foot-inform{padding:30px 0;border-top:1px solid rgba(255,255,255,0.5);}
.foot-bottom-inform span{margin:0 5px;}
.foot-bottom-inform span,
.foot-bottom-inform span a{font-size:14px;color:white;display:inline-block;}
.foot-bottom-inform span a:hover{text-decoration:underline;}
/*-------------------------------------footer【end】---------------------------------------*/

/*-------------------------------------首页【start】---------------------------------------*/
/*banner【start】*/
.hom-banner-wai{position:relative;}
.banner-wai{height:780px;}
.swiper-slide a{display:block;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;}
.swiper-pagination-bullet,.swiper-pagination-switch{
    background-color:transparent !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
    margin:0 5px !important;
	vertical-align: middle;
	border:1px solid white;
}
.swiper-pagination-bullet-active,.swiper-active-switch{
    opacity: 1 !important;
	background-color:white !important;

}
.swiper-pagination-switch,.swiper-active-switch{border-radius: 50px !important;-webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;}

.banner-wai .swiper-pagination{
    width:100% !important;
    text-align: center;
    left:0 !important;
    bottom:20px !important;
    z-index:20;
}

.hom-banner-pagination{
	text-align:center;
	margin-bottom:20px;
}

.hom-banner-inform{
	position:absolute;
	z-index:5;
	left:0;
	right:0;
	bottom:0;

}
/*banner【end】*/


/*abouts【start】*/
.hom-abt{
	margin-top:100px;
	padding:150px 0 0;
	background-image: url(../images/hom-abt-back.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	position:relative;
}

.hom-abt-colum{
	padding:0;
}

.hom-abt-inform{
	position:relative;
	z-index:2;
}
.hom-abt-inform .inform-cot{
	padding:30px 30px 30px 150px;
	background-color:#82D92D;
	border-top-right-radius:40px;
	border-bottom-right-radius:40px;
	box-shadow:2px 2px 15px rgba(0,0,0,0.1);

}
.hom-abt-inform h2{
	font-size:60px;
	color:white;
	margin-bottom:20px;
	font-weight:bold;
	padding-left:150px;
}
.hom-abt-inform .inform-cot p{
	font-size:16px;
	color:white;
	line-height:32px;
}
.hom-abt-inform .inform-cot p + p{
	margin-top:30px;
}
.hom-abt-more{
	margin-top:40px;
}
.hom-abt-img{
	position:absolute;
	right:0;
	bottom:0;
}
.hom-abt-map .abt-map-cot{
	position:absolute;
	width:350px;
	padding:20px 30px 20px 70px;
	bottom:0;
	left:-40px;
	background-color:#6CBB1F;
	border-top-right-radius:40px;
	border-bottom-right-radius:40px;
}
.hom-abt-map .abt-map-cot{
	color:white;
}
.hom-abt-map .abt-map-cot .cot-hed{
	margin-bottom:20px;
}
.hom-abt-map .abt-map-cot .cot-hed h4{
	font-size:24px;
}
.hom-abt-map .abt-map-cot .cot-hed p{
	font-size:12pz;
}
.hom-abt-map .abt-map-cot .cot-item + .cot-item{
	margin-top:15px;
}
.hom-abt-map .abt-map-cot .cot-item span{
	font-size:14px;
	line-height:24px;
}
.hom-abt-map .abt-map-cot .cot-item img{
	width:24px;
}
.hom-abt-map.s2 .abt-map-cot{
	width:480px;
}
.hom-abt-map.s2 .abt-map-cot .cot-hed h4{
	font-size:42px;
}
.hom-abt-map.s2 .abt-map-cot .cot-hed p{
	font-size:21px;
}
.hom-abt-map.s2 .abt-map-cot .cot-item span{
	font-size:24px;
	line-height:42px;
}
.hom-abt-map.s2 .abt-map-cot .cot-item img{
	width:42px;
}

/*abouts【end】*/


/*产品中心【start】*/
.hom-pro{
	padding:150px 10px 0;
}

.hom-pro-class{
	margin-top:50px;
}
.hom-pro-class .pro-class-item {
	padding:14px;
}
.hom-pro-class .pro-class-item  .class-cot{
	display:block;
}
.hom-pro-class .pro-class-item  .class-cot.s1{
	padding-top:66%;
}
.hom-pro-class .pro-class-item  .class-cot.s2{
	padding-top:50%;
}
.hom-pro-class .pro-class-item  .class-cot.s3{
	padding-top:136%;
}

.hom-pro-class .pro-class-item  .class-cot + .class-cot{
	margin-top:28px;
}
.hom-pro-class .pro-class-item .class-cot:hover img{
	transform:scale(1.2,1.2);
}


.hom-pro-class .class-cot-back{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
}

.hom-pro-class .class-cot-inform{
	position:absolute;
	left:20px;
	right:130px;
	bottom:20px;
	z-index:2;
	color:white;
	text-align:left;
}

.hom-pro-class .class-cot-inform h4{
	font-size:24px;
}

.hom-pro-class .class-cot-inform p{
	font-size:14px;
	margin-top:10px;
}
.hom-pro-class .class-cot-btn{
	position:absolute;
	right:20px;
	bottom:20px;
	color:white;
	z-index:2;
}
.hom-pro-class .class-cot-btn span{
	display:inline-block;
	font-size:12px;
	line-height:30px;
	border-radius:50px;
	border:1px solid white;
	padding:0 20px;
	
}
/*产品中心【end】*/



/*企业资讯【start】*/
.hom-news{
	padding:160px 10px;
}

.hom-news-list{
	margin-top:90px;
}
.hom-news-list ul li a{
	padding:10px 0;
	border-bottom:1px dashed #999;
}
.hom-news-list ul li a p{
	font-size:18px;
	color:#333;
	margin-right:120px;
}
.hom-news-list ul li a span{
	font-size:16px;
	color:#333;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.hom-news-list ul li a:hover span,
.hom-news-list ul li a:hover p{
	color:#81D92D;
}
/*企业资讯【end】*/



/*-------------------------------------首页【end】---------------------------------------*/

/*-------------------------------------关于我们页面【start】---------------------------------------*/

/*荣誉证书【start】*/
.ins-abt-section2{
	padding:80px 0;
}

.ins-abt-section2 .section2-1{
	margin-top:40px;
}
.ins-abt-section2 .section2-1 .item{
	padding:25px 15px;
}
.ins-abt-section2 .section2-1 .item .img-wai{
	position:relative;
}
.ins-abt-section2 .section2-1 .item .img{
	padding-top:70%;
	position:relative;
	z-index:2;
}
.ins-abt-section2 .section2-1 .item .img img{
	height:100%;
	max-width: none !important;
}
.ins-abt-section2 .section2-1 .item .back{
	position:absolute;
	bottom:-38px;
	left:0;
	right:0;
}
.ins-abt-section2 .section2-1 .item h4{
	font-size:16px;
	color:#333;
	line-height:24px;
	height:24px;
	overflow:hidden;
	margin-top:38px;
}
/*荣誉证书【end】*/

/*公司环境【start】*/
.ins-abt-section3{
	padding:60px 0;
}

.ins-abt-section3 .section3-1{
	margin-top:40px;
}
.ins-abt-section3 .section3-1 .cot-l .item-img{
	padding-top:68%;
}
.ins-abt-section3 .section3-1 .cot-l,
.ins-abt-section3 .section3-1 .cot-r .item-img{
	padding:15px;
}
.ins-abt-section3 .section3-1 .cot-r .item-img .img{
	padding-top:70%;
}
/*公司环境【end】*/


/*应用领域【start】*/
.ins-abt-section4{
	padding:80px 0;
}
.ins-abt-section4 .section4-1{
	margin-top:40px;
}
.ins-abt-section4 .section4-1 .item{
	padding:6px;
}
.ins-abt-section4 .section4-1 .item .item-img{
	padding-top:79%;
}
.ins-abt-section4 .section4-1 .item:hover .item-img img{
	transform:scale(1.2,1.2);
}
.ins-abt-section4 .section4-1 .item .item-inform{
	position:absolute;
	z-index:2;
	left:60px;
	right:60px;
	bottom:40px;
}
.ins-abt-section4 .section4-1 .item .item-inform h6{
	font-size:24px;
	color:white;
}
.ins-abt-section4 .section4-1 .item .item-inform p{
	font-size:14px;
	color:white;
}
.ins-abt-section4 .section4-1 .item .item-inform span{
	display:inline-block;
	line-height:40px;
	padding:0 30px;
	border:1px solid white;
	border-radius:50px;
	font-size:14px;
	color:white;
	margin-top:20px;
}
/*应用领域【end】*/

/*-------------------------------------关于我们页面【end】---------------------------------------*/


/*-------------------------------------新闻动态页面【start】---------------------------------------*/
/*图文【s】*/
.ins-news-item.img_txt{
	padding:28px 0;
	border-bottom:2px solid #EDEDED;
}
.ins-news-item.img_txt .item-img{
	padding:0 25px 0 0;

}
.ins-news-item.img_txt .item-img .img-cot{
	padding-top:66.6%;
	background-color:#eee;
}
.ins-news-item.img_txt:hover .item-img .img-cot img{
	transform:scale(1.2,1.2);
}
.ins-news-item.img_txt .item-inform{
	padding:35px 0;
}
.ins-news-item.img_txt .item-inform .inform-name{
	font-size:18px;
	color:#333;

}
.ins-news-item.img_txt:hover .item-inform .inform-name{
	color:#81D92D;
}
.ins-news-item.img_txt .item-inform .inform-dec{
	font-size:14px;
	color:#999;
	line-height:28px;
	margin:24px 0 35px;
	height:56px;
}
.ins-news-item.img_txt .item-inform .inform-time{
	margin-top:15px;
}
.ins-news-item.img_txt .item-inform .inform-time .time{
	font-size:14px;
	color:#333;
}
.ins-news-item.img_txt .item-inform .inform-time .ico{
	font-size:14px;
	color:#333;
}
.ins-news-item.img_txt .item-inform .inform-time .ico img{
	width:20px;
}

/*图文【e】*/

/*图片【s】*/
.ins-news-item.img{
	padding:6px;
}
.ins-news-item.img .img-cot{
	padding-top:60%;
	background-color:#eee;
}
.ins-news-item.img:hover .img-cot img{
	transform:scale(1.2,1.2);
}
/*图片【e】*/
/*-------------------------------------新闻动态页面【end】---------------------------------------*/


/*-------------------------------------新闻详情页面【start】---------------------------------------*/
.ins-news-details{
	padding:60px 40px;
}
.ins-news-details-hed{
	text-align:center;
}
.ins-news-details-hed h2{
	font-size:24px;
	color:#333;
	font-weight:bold;
}
.ins-news-details-hed .inform{
	margin-top: 10px;
}
.ins-news-details-hed .inform span{
	font-size:14px;
	color:#666;
	margin:10px;
}
.ins-news-details-cot{
	margin-top:50px;
	overflow:hidden;
}
/*-------------------------------------新闻详情页面【end】---------------------------------------*/


/*-------------------------------------产品列表页面【start】---------------------------------------*/
.ins-product-cot{padding:70px 0 60px;}

.ins-product-main,
.ins-product-left{
	padding:0;
}

.ins-product-main{
	padding-left:40px;
}

.ins-product-header{
	min-height:55px;
	line-height:55px;
	padding:0 30px;
	background-color:#82D92D;
}
.ins-product-header.s1{
	padding:0 50px;
}
.ins-product-header .name{
	font-size:27px;
	color:white;
}

.ins-product-header .search{
	position:relative;
	margin-top:9px;
}
.ins-product-header .search input{
	width:250px;
	height:36px;
	color:white;
	font-size:14px;
	border:none;
	background-color:rgba(0,0,0,0.5);
	border-radius:50px;
	padding-left:10px;
	padding-right:44px;
}
.ins-product-header .search input::placeholder {
	color:white;
  }
.ins-product-header .search img{
	width:22px;
	position:absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	cursor: pointer;
	cursor:hand;
}

.ins-product-nav{
	box-shadow:-8px 8px 15px rgba(0,0,0,0.2);
	background-color:white;
}

.ins-product-nav-list{
	padding:60px 0 100px;
}
.ins-product-nav-list h4 a{
	display: block;
	font-size:28px;
	color:#81D92D;
	/* border-bottom:1.5px dashed #81D92D; */
	padding:5px 50px;
}
.ins-product-nav-list .list-item + .list-item {
	margin-top:30px;
}

.ins-product-nav-list h4.active{
	color:#81D92D;
}
.ins-product-nav ul{
	padding:10px 20px;
	border: 2px solid #81D92D;
}
.ins-product-nav ul li{
	display:inline-block;
	vertical-align:middle;

}
.ins-product-nav ul li a{
	display: block;
	position:relative;
	font-size:16px;
	color: #939191;
	padding:10px 30px;
}
.ins-product-nav ul li:hover a,
.ins-product-nav ul li.active a{
	background-color:#81D92D;
	color:white;
}
.ins-product-list{
	margin-top:10px;
}
.ins-product-list .ins-product-item{
	padding:15px;
}
.ins-product-list .ins-product-item .item-cot{
	position:relative;
	overflow:hidden;
}
.ins-product-list .ins-product-item .item-cot .item-cot-img{
	padding-top:100%;
	background-color:#EFEFEF;
}
.ins-product-list .ins-product-item:hover .item-cot .item-cot-img img{
	transform:scale(1.2,1.2);
}
.ins-product-list .ins-product-item .item-cot .item-inform{
	position:absolute;
	left:0;
	right:0;
	bottom:-100%;
	background-color:rgba(0,0,0,0.5);
}
.ins-product-list .ins-product-item:hover .item-cot .item-inform{
	bottom:0;
}
.ins-product-list .ins-product-item .item-cot h6{
	font-size:16px;
	color:white;
	line-height:55px;
	padding:0 10px;
}

.ins-product-abt{
	background-color:white;
	padding:60px 30px;
	margin-top:60px;
	box-shadow:-8px 8px 15px rgba(0,0,0,0.2);
}
.ins-product-abt h4{
	font-size:50px;
	color:#81D92D;
	font-weight:bold;
	font-style: italic;
	margin-bottom:40px;
	text-align:center;
}
.ins-product-abt p{
	font-size:14px;
	color:#000;
	line-height:30px;
}
.ins-product-abt p + p{
	margin-top:20px;
}
/*-------------------------------------产品列表页面【end】---------------------------------------*/



/* ------------------------------------产品详情页【start】----------------------------------------- */
.ins-product-details{
	padding:50px 0;
}
.pro-deta-min{width:330px;}
.pro-deta-min ul li{width:145px;margin:0 15px 15px 0;cursor:hand;cursor:pointer;}
.pro-deta-img{width:470px;}
.pro-deta-min ul li,
.pro-deta-img{border:1px solid #ddd;}
.pro-deta-min ul li:after,
.pro-deta-img:after{margin-top:100%;}
.pro-deta-img{margin-left:30px;}
.pro-deta-inform{width:280px;}
.pro-deta-min ul li:hover,
.pro-deta-min ul li.active{border:1px solid #81D92D;}
.pro-deta-inform h4{font-size:30px;color:#333;margin:30px 0 10px;height:80px;}
.pro-deta-inform p{height:156px;line-height:26px;}
.pro-deta-inform p i,
.pro-deta-inform  p a{font-size:20px;color:#333;display:inline-block;vertical-align:middle;}
.pro-deta-inform  p a + a{margin-left:10px;}
.pro-deta-inform .pro-deta-consu a{display:inline-block;margin-top:20px;line-height:60px;padding:0 40px;font-size:20px;color:white;background-color:#81D92D;}
.pro-deta-inform .pro-deta-consu a:hover{background-color:#81D92D;}
.pro-deta-inform  p a:hover{color:#81D92D;}
.pro-deta-txt{margin-top:30px;}
.pro-deta-tit{font-size:20px;color:#333;padding:25px 0;border-top:1px solid #ddd;}
.pro-deta-cot{margin-top:10px;}
/* ------------------------------------产品详情页【end】----------------------------------------- */


/*-------------------------------------联系我们页面【start】---------------------------------------*/
.ins-coct-message{
	padding:80px 0;
	background-color:#F7F8F8;
}

.ins-coct-message .coct-message-input{
	margin-top:60px;
}

.ins-coct-message .coct-message-input .input-item{
	padding:15px;
}
.ins-coct-message .coct-message-input .input-item .input-cot{
	position:relative;
}
.ins-coct-message .coct-message-input .input-item label{
	font-size:14px;
	color:#666;
	position:absolute;
	left:20px;
	top:50%;
	transform:translateY(-50%);
}
.ins-coct-message .coct-message-input .input-item input{
	width:100%;
	height:58px;
	background-color:white;
	padding:0 20px 0 90px;
	border:none;
	font-size:14px;
	color:#666;
}

.ins-coct-message .coct-message-input .txt-item{
	padding:15px;
	width:100%;
}
.ins-coct-message .coct-message-input .txt-item .input-cot{
	position:relative;
}
.ins-coct-message .coct-message-input .txt-item label{
	font-size:14px;
	color:#666;
	position:absolute;
	left:20px;
	top:20px;
}
.ins-coct-message .coct-message-input .txt-item textarea{
	width:100% ;
	border:none;
	background-color:white;
	padding:20px 20px 20px 90px;
	font-size:14px;
	color:#666;
	line-height:24px;
	height:120px;
}

.ins-coct-message .coct-message-input .btn-item{
	padding:15px;
	margin-top:50px;
}
.ins-coct-message .coct-message-input .btn-item input{
	font-size:16px;
	color:white;
	height:48px;
	width:200px;
	background-color:#81D92D;
	border-radius:4px;
	border:none;
}

.ins-coct-map{
	padding-bottom:80px;
}
.ins-coct-map .inform{
	padding:60px 100px 0;
}
.ins-coct-map .inform h4{
	font-size:45px;
	color:#81D92D;
	font-weight:bold;
	padding-bottom:80px;
	text-align:center;
}
.ins-coct-map .inform p{
	font-size:14px;
	color:#000;
	line-height:30px;
}
.ins-coct-map .inform p + p{
	margin-top:30px;
}

#Map{
	height:500px;
	background-color:#ccc;
}
/*-------------------------------------联系我们页面【end】---------------------------------------*/

/*-------------------------------------公用【start】---------------------------------------*/

/*ins 公用模块【start】*/
.ins-main{
	margin:100px 0;
}
/*ins 公用模块【end】*/


/*ins 分页【start】*/
.ins-page{
	padding-top:60px;
}
/*ins 分页【end】*/


.hom-pro-class .pro-class-item .class-cot:hover img,
.hom-pro-class .pro-class-item .class-cot img,
.ins-abt-section4 .section4-1 .item:hover .item-img img,
.ins-abt-section4 .section4-1 .item .item-img img,
.ins-product-list .ins-product-item .item-cot .item-inform,
.ins-product-list .ins-product-item:hover .item-cot .item-inform

.ins-honor-system-item .item-img:hover img,
.ins-honor-system-item .item-img img,
.ins-news-item.img_txt:hover .item-img .img-cot img,
.ins-news-item.img_txt .item-img .img-cot img,
.ins-news-item.img:hover .img-cot img,
.ins-news-item.img .img-cot img,
.ins-video .ins-video-item:hover .item-cot img,
.ins-video .ins-video-item .item-cot img,
.ins-product-list .ins-product-item:hover .item-cot .item-cot-img img,
.ins-product-list .ins-product-item .item-cot .item-cot-img img,
.ins-video .ins-video-item:hover .video-ico,
.ins-video .ins-video-item .video-ico{
	transition:all 0.3s;
}


.pub-title{text-align:center;}
.pub-title h2{font-size:30px;color:#333;position:relative;z-index:2;}
.pub-title span{font-size:30px;color: #333;opacity:0.2;display:inline-block;margin-bottom:-28px;}
.pub-title p{font-size:14px;color:#333;margin-top:10px;}
.pub-title.s2 h2,
.pub-title.s2 p{
	color:white;
}


.pub-btn a{
	display: inline-block;
	width:170px;
	line-height:42px;
	color:#81D92D;
	font-size:14px;
	text-align:center;
	border:1px solid #81D92D;
	border-radius:50px;
}

.pub-btn.s1 a{
	color:white;
	border-color:white;
}

.pub-btn a:hover{
	opacity:0.7;
}



/*pub-ins-banner【start】*/
.ins-banner{
	height:780px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
}
.ins-banner-cot{
	height:100%;
	position:relative;
}
.ins-banner-cot-nei{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	max-width:570px;
	padding:0 10px;
}
.ins-banner-cot h2{
	font-size:56px;
	color:white;
	font-weight:bold;
}
.ins-banner-cot span{
	display:block;
	height:1px;
	background-color:white;
	margin:10px 0;
}
.ins-banner-cot p{
	font-size:20px;
	color:white;
}

.ins-banner-cot2{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:30px 50px;
	border:1px solid rgba(255,255,255,0.3);
	text-align:center;
}
.ins-banner-cot2 h2{
	font-size:60px;
	color:white;
	font-weight:bold;
}
.ins-banner-cot2 h2 b{
	color:#6CBB1F;
}
.ins-banner-cot2 p{
	font-size:14px;
	color:white;
	margin-top:10px;
}
.ins-banner-cot2 span{
	position:absolute;
	width:60px;
	height:30px;
	z-index:2;
}
.ins-banner-cot2 span.bor1{
	left:-1px;
	top:-1px;
	border-top:1px solid white;
	border-left:1px solid white;
}
.ins-banner-cot2 span.bor2{
	left:-1px;
	bottom:-1px;
	border-bottom:1px solid white;
	border-left:1px solid white;
}
.ins-banner-cot2 span.bor3{
	right:-1px;
	top:-1px;
	border-top:1px solid white;
	border-right:1px solid white;
}
.ins-banner-cot2 span.bor4{
	right:-1px;
	bottom:-1px;
	border-bottom:1px solid white;
	border-right:1px solid white;
}
/*pub-ins-banner【end】*/

/*pub-ins-cot【start】*/
.ins-content{background-color:#eee;}
/*pub-ins-cot【end】*/

/*视频放大播放-组件【start】*/
.Ac-video-enlarge{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0.8);z-index:100;}
.Ac-video-enlarge-close,
.Ac-video-enlarge-cot{position:absolute;}
.Ac-video-enlarge-close{right:0;top:10px;cursor:hand;cursor:pointer;z-index:10;}
.Ac-video-enlarge-cot{top:30px;bottom:20px;left:20px;right:20px;background-color:#CCCCCC;}
.Ac-video-enlarge-cot iframe{border:none;}
/*视频放大播放-组件【end】*/

/*可视区-设置【start】*/
.content-fluid{padding:0 70px;}
.padding-0{padding:0;}
/*可视区-设置【end】*/

/*分页器【start】*/
.ins-temp-page{padding-top:60px;}
.ins-temp-page .temp-page-item{width:100% !important;float:none !important;font-size:14px;color:#666;}
.ins-temp-page .temp-page-item + .temp-page-item{margin-top:5px;font-size:0;}
.ins-temp-page .temp-page-item a,
.ins-temp-page .temp-page-item span{display:inline-block;vertical-align:middle;border: 1px solid #ddd;line-height: 1.5;padding: 5px 12px;margin-left: -1px;margin-right:0 !important;font-size:14px;}
.ins-temp-page .temp-page-item a{background-color:#eee;color:#666;}
.ins-temp-page .temp-page-item span,
.ins-temp-page .temp-page-item a[href]{background-color:white;color:#333;}
.ins-temp-page .temp-page-item span,
.ins-temp-page .temp-page-item a[href]:hover{color:white;}
.ins-temp-page .temp-page-item input[type=text]{width:40px !important;border:1px solid #ccc;height:32px;padding:0 5px;font-size:14px;margin-left:10px;}
.ins-temp-page .temp-page-item input[type=button]{height:32px;padding:0 10px;color:white;border:1px solid #ccc;font-size:14px;border-top-right-radius:3px;border-bottom-right-radius:3px;}
.ins-temp-page .temp-page-item input[type=button]:active{opacity:.8;}

.ins-temp-page .temp-page-item span,
.ins-temp-page .temp-page-item a[href]:hover,
.ins-temp-page .temp-page-item input[type=button]{border-color:#81D92D;}

.ins-temp-page .temp-page-item span,
.ins-temp-page .temp-page-item a[href]:hover,
.ins-temp-page .temp-page-item input[type=button]{background-color:#81D92D;}
/*分页器【end】*/
/*-------------------------------------公用【end】---------------------------------------*/

/*-------------------------------------滚动动画【start】-------------------------------------*/
.anim-b-inflow{
	transform:translateY(50%);
	-webkit-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-o-transform:translateY(50%);
}
.anim-t-inflow{
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.anim-l-inflow{
	transform:translateX(50%);
	-webkit-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-o-transform:translateX(50%);
}
.anim-r-inflow{
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}

.anim-b-inflow,
.anim-t-inflow,
.anim-l-inflow,
.anim-r-inflow{opacity:0;}

.anim-b-inflow.active,
.anim-t-inflow.active,
.anim-l-inflow.active,
.anim-r-inflow.active{opacity:1;}

.anim-b-inflow.active,
.anim-t-inflow.active{
	transform:translateY(0);
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);	
}

.anim-l-inflow.active,
.anim-r-inflow.active{
	transform:translateX(0);
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	-o-transform:translateX(0);
}

.anim-b-inflow,
.anim-b-inflow.active,
.anim-t-inflow,
.anim-t-inflow.active,
.anim-l-inflow,
.anim-l-inflow.active,
.anim-r-inflow,
.anim-r-inflow.active{
	transition:all 1.5s;
	-webkit-transition:all 1.5s;
	-moz-transition:all 1.5s;
	-ms-transition:all 1.5s;
	-o-transition:all 1.5s;
}
/*-------------------------------------滚动动画【end】-------------------------------------*/


/*【模块】图片水平垂直居中对齐【start】*/
.pub-img-ver,
.pub-div-ver{overflow:hidden;position:relative;text-align:center;}
.pub-img-ver:after,
.pub-div-ver:after{content:'';display:block;}
.pub-img-ver img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-width:100%;}
.pub-div-ver .pub-cot{position:absolute;top:0;left:0;right:0;}
/*【模块】图片水平垂直居中对齐【end】*/

/*列表图片上下居中公用样式*/
.pub-list-ver{
	overflow: hidden;
	background-color:white;
	text-align: center;
}
.pub-list-ver span{
	display: table-cell !important;
	vertical-align: middle;
}

/*文章文献图片超出设置最大宽*/
.cot-img img{max-width:100%;}

/*【模块】图片水平垂直居中对齐【start】*/
.pub-img-ver{overflow:hidden;position:relative;}
.pub-img-ver:after{content:'';display:block;}
.pub-img-ver img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-width:100%;}
/*【模块】图片水平垂直居中对齐【end】*/

/*【模块】iframe水平垂直居中对齐【start】*/
.pub-img-ver iframe{position:absolute;width:100%;height:100%;left:0;top:0;}
/*【模块】iframe水平垂直居中对齐【end】*/

/*【模块】div水平垂直居中对齐【start】*/
.pub-img-ver .pub-cot{position:absolute;width:100%;height:100%;left:0;top:0;}
/*【模块】div水平垂直居中对齐【end】*/

/*强制字符换行【英文按单词换行】*/
.word{
	word-wrap: break-word !important;
	-ms-word-wrap:break-word !important;
    word-break:break-word !important;
    -ms-word-break:break-word !important;
}
/*强制字符换行【英文拆分换行】*/
.word-all{
	word-break: break-all;
	-webkit-word-break: break-all;
	-moz-word-break: break-all;
	-ms-word-break: break-all;
	-o-word-break: break-all;
}

/*块级居中*/
.margin-auto{margin-left:auto;margin-right:auto;}

/*固定宽度尺寸*/
.width-100p{width: 100%;}
.width-60p{width:60%;}
.width-55p{width:55%;}
.max-wid-100p{max-width:100%;}
.max-het-100p{max-height:100%;}
.max-wid-850{max-width:850px;}
.max-wid-1140{max-width:1140px;}
.max-wid-1070{max-width:1070px;}
.max-wid-1200{max-width:1200px;}
.max-wid-1340{max-width:1340px;}
.max-wid-1400{max-width:1400px;}
.max-wid-1440{max-width:1440px;}
.max-wid-1500{max-width:1500px;}

/*内边距*/
.padding-0{padding:0;}

/*内容溢出操作*/
.over-hide{overflow:hidden;}
.over-visi{overflow:visible;}
.over-auto{overflow:auto;}

/*浮动设置*/
.fl-l{
	float: left;
}
.fl-r{
   float: right;
}

/*清除浮动*/
.fl-eim:before,.fl-eim:after{
	content:"";
    clear:both;
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
}
.fl-eim{zoom:1;}

/*字体粗细设置*/

.fot-wgt-b{
	font-weight: bold;
}
.fot-wgt-n{
	font-weight: normal;
}


/*块级内联级转换设定*/
.dsy-in-b{
	display: inline-block !important;
}
.dsy-in{
	display: inline !important;
}
.dsy-b{
	display: block !important;
}
.dsy-none{
	display: none;
}

/*内容横向对齐方式*/
.txt-cen{
	text-align: center;
}
.txt-l{
	text-align: left;
}
.txt-r{
	text-align: right;
}

/*定位设置*/
.position-relativ{
	position: relative;
}
.position-absolute{
	position: absolute;
}
.position-fixed{
	position: fixed;
}
.z-index-2{z-index:2;}

/*溢出显示方式*/
.over-spot{
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
	-webkit-text-overflow:ellipsis; 
	-moz-text-overflow:ellipsis; 
	-ms-text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 		
}
.over-spot-1{
	overflow: hidden;
    -webkit-line-clamp: 1;
    -moz-line-clamp:1;
    -ms-line-clamp:1;
    -o-line-clamp: 1;
    line-clamp:1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-2{
	overflow: hidden;
    -webkit-line-clamp: 2;
    -moz-line-clamp:2;
    -ms-line-clamp:2;
    -o-line-clamp: 2;
    line-clamp:2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-3{
	overflow: hidden;
    -webkit-line-clamp: 3;
    -moz-line-clamp:3;
    -ms-line-clamp:3;
    -o-line-clamp: 3;
    line-clamp:3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-4{
	overflow: hidden;
    -webkit-line-clamp: 4;
    -moz-line-clamp:4;
    -ms-line-clamp:4;
    -o-line-clamp: 4;
    line-clamp:4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-5{
	overflow: hidden;
    -webkit-line-clamp: 5;
    -moz-line-clamp:5;
    -ms-line-clamp:5;
    -o-line-clamp: 5;
    line-clamp:5;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-6{
    overflow: hidden;
    -webkit-line-clamp: 6;
    -moz-line-clamp:6;
    -ms-line-clamp:6;
    -o-line-clamp: 6;
    line-clamp:6;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;
}
/*鼠标样式*/
.cursor-hand{
	cursor: pointer;
	cursor: hand;
}

/*清除图片冗余*/
.ver-alig-m{
	vertical-align: middle;
}

/*解决圆角隐藏失效*/
.bor-o{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);	
}



/*列表内容为空的时候*/
.Null_list{
	text-align: center;
}
.Null_list_img span{
	display: inline-block;
}
.Null_list p{
	font-size:14px;
	color: #aaa;
}


/*预加载处理器样式*/
.PreImg.back-Img,.back-Img{
	background:white url(../images/Fixed/loading.gif) no-repeat center;	
}
.Img.visi{
	visibility: hidden;
}

/*响应式设置*/
@media (max-width: 1600px) {
	/*-------------------------------------header【start】---------------------------------------*/
	.hed-search-input input{width:220px;}
	.hed-nav>ul>li + li{margin-left:30px;}
	/*-------------------------------------header【end】---------------------------------------*/	
}


@media (max-width: 1380px) {
	/*-------------------------------------header【start】---------------------------------------*/
	.hed-btn{display:block;}


	.hed-cot{height:60px;}

	.hed-logo a{height:50px;}

	.hed-nav{margin-top:0;float:initial;position:absolute;left:-100%;width:100%;top:60px;background-color:#5C9A2E;padding:10px 0;
	border-top:1px solid #eee;border-bottom:1px solid #eee;}
	.hed-nav.active{left:0;}
	.hed-nav,
	.hed-nav.active{transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;}
	.hed-nav>ul>li{display:block;float:none !important;padding:10px 0;line-height:normal;}
	.hed-nav>ul>li + li{margin-left:0;}
	.hed-nav>ul>li>a{display:block;}

	.hed-nav>ul>li:hover>a,
	.hed-nav>ul>li.active>a{color:white;}

	.hed-nav>ul>li:hover,
	.hed-nav>ul>li.active{border-bottom-color:white;}

	.hed-nav-two{position:absolute;width:100%;background-color:white;margin-top:2px;left:50%;margin-left:-50%;display:none;
	border-bottom-left-radius:15px;border-bottom-right-radius:15px;}

	.hed-search-oper{
		margin:0 20px;
	}

	.hed-search-oper .oper-ico{
		height:60px;
	}

	.hed-lang{
		margin-right:50px;
		height:60px;
	}
	/*-------------------------------------header【end】---------------------------------------*/	
	
	/*可视区-设置【start】*/
	.content-fluid{padding:0 30px;}
	/*可视区-设置【end】*/	
	
}

@media (max-width: 1199px) {
	
	/*banner【start】*/
	.banner-wai{height:650px;}	
	/*banner【end】*/
	
	/*hom02【start】*/
	.hom02-r{margin-left:0;}
	.hom02-txt01{margin-top:10px;}
	.hom02-logo,
	.hom02-name{display:inline-block;vertical-align:middle;}
	.hom02-logo{width:100px;height:100px;}
	.hom02-name{color:#000;}
	.hom02-name h2{font-size:20px;}
	.hom02-name p{font-size:14px;}
	.hom02-txt02{margin:20px 0;}
	.hom02-txt02 h6{font-size:18px;color:#000;}
	.hom02-txt02 p{font-size:26px;color:#38BFEC;}
	.hom02-txt03 h6{font-size:20px;color:#38BFEC;}
	.hom02-txt03 p{font-size:15px;color:#666;line-height:30px;}
	/*hom02【end】*/	
	
	/*可视区-设置【start】*/
	.content-fluid{padding:0 10px;}
	/*可视区-设置【end】*/		
	
	
	/*-------------------------------------关于我们页面【start】---------------------------------------*/
	/*about-purpose【start】*/
	.abt-purpose-cot{left:50px;right:50px;}
	.abt-purpose-cot span{font-size:16px;}
	.abt-purpose-cot h6{font-size:40px;margin:10px 0;}
	.abt-purpose-cot h4{font-size:20px;}
	.abt-purpose-cot p{font-size:30px;margin-top:20px;line-height:50px;}
	/*about-purpose【end】*/	
	/*-------------------------------------关于我们页面【end】---------------------------------------*/	
}

@media (max-width: 991px) {
	/*-------------------------------------header【start】---------------------------------------*/
	
	

	/*-------------------------------------header【end】---------------------------------------*/		
	
	/*banner【start】*/
	.banner-wai{height:550px;}	
	/*banner【end】*/
	
	/*hom01【start】*/
	.hom01{padding-top:30px;}
	.hom01-img02{margin-top:30px;}
	.hom01-txt02{padding:20px 0 10px;}
	.hom01-r{margin-top:30px;}
	/*hom01【end】*/		
	
	/*-------------------------------------footer【start】---------------------------------------*/
	
	/*-------------------------------------footer【end】---------------------------------------*/	
	
	
	/*pub-ins-banner【start】*/
	.ins-banner{height:550px;}
	.ins-banner h2{font-size:40px;}
	/*pub-ins-banner【end】*/
	
	/*-------------------------------------新闻媒体页面【start】---------------------------------------*/
	.news-nav ul li a{line-height:60px;padding:0 30px;font-size:16px;}
	.news-tit{padding:30px 0;}
	.news-tit h4{font-size:20px;color:#000;}
	.news-cot-list ul li + li{margin-top:7px;}
	.news-cot-list ul li a{height:90px;padding:0 40px 0 120px;}
	.news-cot-list-time{color:white;width:100px;}
	.news-cot-list-time b{font-size:20px;margin-top:20px;}
	.news-cot-list-time p{font-size:14px;}
	.news-cot-list-inform{padding-top:10px;}
	.news-cot-list-inform h4{font-size:18px;margin-bottom:5px;}
	.news-cot-list-inform p{font-size:12px;line-height:22px;height:44px;}
	/*-------------------------------------新闻媒体页面【end】---------------------------------------*/	
	
}

@media (max-width: 767px){

	/*-------------------------------------header【start】---------------------------------------*/
	.hed-logo{padding:0 20px;}
	.hed-logo a{width:200px;}

	.hed-search-input input {
		width: 250px;
		padding: 0 60px 0 20px;
	}
	.hed-search-ico{
		right:20px;
	}
	/*-------------------------------------header【end】---------------------------------------*/

	/*banner【start】*/
	.banner-wai{height:450px;}	
	/*banner【end】*/	
	
	/*hom02【start】*/
	.hom02-txt04{text-align:center;}
	.hom02-txt04 ul li{width:33.33%;float:left;}
	.hom02-txt04 ul li + li{margin-left: 0;}
	/*hom02【end】*/
	
	/*pub-ins-banner【start】*/
	.ins-banner{height:400px;}
	.ins-banner h2{font-size:30px;}
	/*pub-ins-banner【end】*/	
	
	/*-------------------------------------关于我们页面【start】---------------------------------------*/
	/*about-inform【start】*/
	.abt-inform{margin:25px 0;}
	.abt-inform-logo{margin-top:0;text-align:center;}
	.abt-inform-cot{margin-top:20px;}
	.abt-inform-cot p{font-size:13px;}
	/*about-inform【end】*/
	
	/*about-application【start】*/
	.abt-tit span{font-size:16px;}
	.abt-tit h4{font-size:30px;}
	.abt-tit p{font-size:16px;color:#333333;margin-top:10px;}
	.abt-application{margin-top:30px;}
	.abt-application-class h6{font-size:16px;margin:20px 0;}
	.abt-application-class ul li{margin:5px 20px;}
	.abt-application-class ul li a{font-size:14px;}
	.abt-application-img{margin-top:20px;}
	.abt-application-img-name h6{margin-top:-15px;}
	.abt-application-img-name h6 span{line-height:30px;padding:0 20px;font-size:16px;}
	.abt-application-img-name.name05{width:100%;}
	.abt-application-img-inform{width:100%;position:static;height:auto;}
	.abt-application-img-inform i{height:100%;width:0;}
	.abt-application-img-inform i,
	.abt-application-img-inform p{display:block;vertical-align:middle;}
	.abt-application-img-inform p{font-size:14px;color:#333;width:auto;margin:0 10px;line-height:35px;}
	/*about-application【end】*/	
	
	/*about-honor【start】*/
	.abt-honor{margin-top:30px;}
	.abt-honor-cot{margin-top:20px;padding:50px 0;}
	.abt-honor-r{margin-top:20px;}
	.abt-honor-r p{font-size:14px;color:#666;line-height:30px;margin-top:30px;}
	/**about-honor【end】/	
	/*-------------------------------------关于我们页面【end】---------------------------------------*/	
	
	/*-------------------------------------新闻详情页面【start】---------------------------------------*/
	.news-show{padding:30px 10px;}
	.news-show-cot{margin-top:20px;}
	/*-------------------------------------新闻详情页面【end】---------------------------------------*/	
	
	/*-------------------------------------产品列表页面【start】---------------------------------------*/
	.pro-recommend{padding:20px 0 30px;}
	.pro-recommend-l{margin-right:0;padding-right:0;}
	.pro-recommend-l-item{padding:20px;}
	
	.pro-recommend-r{position:static;width:auto;padding:20px;margin-top:15px;}
	.pro-recommend-r-img{position:static;}
	/*-------------------------------------产品列表页面【end】---------------------------------------*/	
	
	/*-------------------------------------联系我们页面【start】---------------------------------------*/
	.coct-inform{padding-left:10px;padding-right:10px;margin-bottom:10px;}
	.coct-inform h4{margin:0 0 10px;}
	.coct-inform p{margin-left:0;}
	.coct-map{height:320px;}
	.coct-cot{padding:20px 0;}
	
	.coct-ewm{padding:20px 0;}
	.coct-ewm-item{padding:5px;}
	.coct-ewm-cot{padding:0 10px;}
	.coct-ewm-inform h6{font-size:16px;}
	.coct-ewm-inform p{font-size:12px;margin-top:5px;}
	.coct-ewm-tel-cot h6{font-size:18px;}
	.coct-ewm-tel-cot p{font-size:14px;}	
	/*-------------------------------------联系我们页面【end】---------------------------------------*/	


	/*-------------------------------------公用【start】---------------------------------------*/
	.pub-title h2{font-size:24px;}
	.pub-title p{font-size:16px;}
	/*-------------------------------------公用【end】---------------------------------------*/
}

@media (max-width: 480px){

	/*-------------------------------------header【start】---------------------------------------*/
	.hed-search-input input {
		width: 160px;
		padding: 0 50px 0 10px;
	}
	.hed-search-ico{
		right:10px;
	}
	/*-------------------------------------header【end】---------------------------------------*/

	/*banner【start】*/
	.banner-wai{height:300px;}	
	/*banner【end】*/
}
