/*初始化样式*/
html,body{margin:0;padding:0;border:0;width:100%;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:14px/1.5 arial,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;color:#333}

a:hover,a:active,a:focus{color:#333;text-decoration:none;outline:none;}
input{padding:0;margin:0;font-family:arial;}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
.x-banner{margin-top:116px;}
.page-banner{margin-top:106px;}
/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}
.p50{padding:50px 0;}
.bgf6{background-color: #F6F6F6;}
.bgf{background-color: #Fff;}
.pc-ban{display:block}
.wap-ban{display:none}
/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}
#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}
.wh{width: 1270px;position:relative;left:50%;margin-left:-635px;line-height:20px;}
.pos{position: relative;width: 100%;left: 50%;margin-left: -960px;}
.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}
/*头部样式*/

.top2{background:#f6f6f6;position:fixed;width:100%;top:0;z-index:999;}
.logo{float:left;}
.kk{margin-left:13px;padding-left:20px;margin-top:36px;background:url(../images/x.png) no-repeat left center;color:#838383;font-size:16px;}
.kk strong{font-weight:bold;color:#c09048;font-size:21px;}
.k2{margin-top:36px;background:url(../images/t.png) no-repeat left top;color:#c09048;font-size:21px;padding-left:46px;padding-top:15px;}

.x-header-right .x-login .username, .x-product-list li h3, .x-case-item .wz h3, .x-news-top h3, .x-news-list li a, .latest-news li a, .hot-keys li a, .xypg-left-nav > li > a, .xypg-left-nav .xypg-left-subnav > li > a, .xypg-left-nav .xypg-left-threenav > li > a, .xypg-product-list li h3 a, .xypg-case-list li h3 a, .xypg-news-list li .tit h3, .xypg-album-cate li .album-title, .xypg-album-list li h3, .xypg-download-list .download-item .download-item-span.download-item-first, .xypg-download-list .download-item .download-item-span .download-item-con, .xypg-job-list .job-item .job-item-span .job-item-con, .xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p, .xypg-detail-pn div a, .relate-product-slick .owl-item p, .relate-news-list li a, .xypg-jod-detail .job-detail-title, .cover-item .item-first .wz h3, .cover-item .item-list h4, .tag-list-product .tag-wz h1, .tag-list-product .tag-wz .tab-fenli p {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/*搜索和热门搜索*/

.top3{width:151px;margin-top:25px;}
/*首页banner*/
/*ban*/
#banner {
width: 100%;
margin-top:60px;
height: 750px;
overflow: hidden;
position: relative
}
.swiper-container {
width: 100%;
height: 750px;
position: absolute
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center
}
 
.effect1 img {
	transform:scale(1.25,1.25) translate(10%,10%);
	transform:scale(1.1,1.1) translate(4.545%,4.545%);
}
.leftUp img {
	-webkit-animation-name:leftUp;
	animation-name:leftUp;
}
@-webkit-keyframes leftUp {
	0% {
		transform:scale(1.1,1.1) translate(4.545%,4.545%);
	}
	100% {
		transform:scale(1.1,1.1) translate(-4.545%,-4.545%);
	}
}
@keyframes leftUp {
	0% {
		transform:scale(1.1,1.1) translate(4.545%,4.545%);
	}
	100% {
		transform:scale(1.1,1.1) translate(-4.545%,-4.545%);
	}
}
.moveRight img {
	-webkit-animation-name:moveRight;
	animation-name:moveRight;
}
@-webkit-keyframes moveRight {
	0% {
		transform:scale(1.1,1.1) translate(-4.545%,0);
	}
	100% {
		transform:scale(1.1,1.1) translate(4.545%,0);
	}
}
@keyframes moveRight {
	0% {
		transform:scale(1.1,1.1) translate(-4.545%,0);
	}
	100% {
		transform:scale(1.1,1.1) translate(4.545%,0);
	}
}
.moveDown img {
	-webkit-animation-name:moveDown;
	animation-name:moveDown;
}
@-webkit-keyframes moveDown {
	0% {
		transform:scale(1.1,1.1) translate(0,-4.545%);
	}
	100% {
		transform:scale(1.1,1.1) translate(0,4.545%);
	}
}
@keyframes moveDown {
	0% {
		transform:scale(1.1,1.1) translate(0,-4.545%);
	}
	100% {
		transform:scale(1.1,1.1) translate(0,4.545%);
	}
}
.centerBig img {
	-webkit-animation-name:centerBig;
	animation-name:centerBig;
}
@-webkit-keyframes centerBig {
	100% {
		transform:scale(1.1,1.1);
	}
}
@keyframes centerBig {
	100% {
		transform:scale(1.1,1.1);
	}
}
.rightDownBig img {
	-webkit-animation-name:rightDownBig;
	animation-name:rightDownBig;
}
@-webkit-keyframes rightDownBig {
	100% {
		transform:scale(1.1,1.1) translate(4%,4%);
	}
}
@keyframes rightDownBig {
	100% {
		transform:scale(1.1,1.1) translate(4%,4%);
	}
}
.swiper-slide img {
width:100%;
	animation-duration:5s;
	animation-timing-function:linear;
	animation-fill-mode:forwards;
	-webkit-animation-duration:5s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-fill-mode:forwards;
}
.swiper-pagination {
bottom: 35px;
left: 50%;
margin-left: -50px
}
.swiper-pagination-bullet {
width: 15px;
height: 15px;
background: #fff;
margin: 0 5px
}
/* 导航样式 */

.nav-button {
display: none;
position: absolute;
right: 20px;
top: 20px;
width: 40px;
height: 40px;
background: #027750;
color: #fff;
text-align: center;
line-height: 40px;
font-size: 24px;
border: none;
cursor: pointer;
border-radius: 3px
}
.nav-button i {
color: #fff
}
#nav .logo {
float: left;
margin-top: 20px;
}
.close-nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
visibility: hidden;
transition: .5s;
z-index: 2
}
.nav-open {
left: 0;
transition: all .3s
}
.close-open {
opacity: .5;
visibility: visible
}
.body-hidden {
overflow: hidden!important
}
#nav {
border-top: 1px solid #eaeaea;
border-bottom: 3px solid #027750;
}
nav {
float: right;
margin-top:34px
}
nav li {
float: left;
position: relative;
padding: 0 5px;
}
nav li>a {
padding: 22px 20px;
display: block;
font-size: 16px;
color: #333;
text-align: center;
transition: .5s;
font-weight:bold
}
nav li>a.on {
background:#027750;
color:#fff
}
nav dl {
position: absolute;
display: block;
background: rgba(0, 0, 0, .9);
top: 66px;
opacity: 0;
transition: opacity 1s ease;
left: 9999px;
/*border-top: 3px solid #027750;*/
z-index: 999;
left: 5px;
}
nav dl dd {
display: block
}
nav dl a {
color: #fff;
display: block;
font-size: 14px;
padding: 8px 15px;
white-space: nowrap
}
nav li:hover dl {
opacity: 1;
left: 5px;
}
nav li:hover a {
background:#027750;
color:#fff
}
nav dl a:hover {
background: #088c12
}

.dao{height: 56px;width:790px;float:left;margin-left:28px;}
.x-menu {width:790px;margin:0 auto;}
.x-menu > li {width:96px;
float: left;

}
.x-menu > li:last-child{background:none;}
.x-menu > li > a {
display: block;text-align:center;
font-size: 15px;
color: #464646;
line-height:116px;
}
.x-menu > li > a:hover {
background:url(../images/nh.png) no-repeat center bottom;
color: #888787;
}
.x-menu > li.active > a {
background:url(../images/nh.png) no-repeat center bottom;
color: #888787;
}
.x-menu > li:after {
content: '';
position: absolute;
z-index: 100;
width: 100%;
left: 0;
height: 40px;
opacity: 0;
top: 100%;display:none;
}
.x-menu > li:hover .x-sub-menu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
.x-sub-menu {
position: absolute;text-align:center;
z-index: 99;
width: 150%;
left: -25%;
top:116px;
background:rgba(255,255,255,.5);
border-radius: 5px;
padding: 10px 0;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
      transform: translateY(20px);
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.x-sub-menu > li > a {
display: block;
text-align: center;
line-height: 4;
font-size: 14px;
color: #282828;

}
.x-sub-menu > li > a:hover {
background:none;color: #fff;
}
.x-sub-menu:after {
content: '';
width: 0;
height: 0;
line-height: 0;
font-size: 0;
overflow: hidden;
border-width: 10px;
cursor: pointer;
border-style: dashed dashed solid dashed;
border-color: transparent transparent #fff transparent;
border-top: none;
position: absolute;
top: -10px;
left: 50%;
margin-left: -10px;
z-index: 99;display:none;
}
.x-menu .x-sub-menu li{display:inline-block;padding:0 25px;}
.x-menu .x-sub-menu li+li{background:url(../images/tx.png) no-repeat left center;}
.box1{background:url(../images/bj1.png) no-repeat;height:420px;}
.bt1z{width:600px;padding-top:133px;margin-left:40px;}
.bt1{color:#000000;font-size:40px;}
.b1wz{color:#686868;font-size:15px;line-height:33px;margin-top:59px;}
.bt1y{width:574px;height:245px;padding-top:60px;margin-right:17px;}
.box2{margin-top:48px;}
.bt{text-align:center;color:#1f1f1f;font-size:35px;font-weight:bold;}
.bt p{color:#808080;font-size:16px;font-weight:normal;background:url(../images/bt.png) no-repeat center bottom;padding-bottom:20px;}
.box2 .cont{padding-top:63px;padding-bottom:60px;}
.pro_cate {
position: relative;

}
.pro_cate li {
margin-bottom:20px;
text-align: center;
transition: all .3s ease;
}
.pro_cate li .img {
display: block;width:82px;height:82px;line-height:82px;background:url(../images/y1.png) no-repeat;margin:0 auto;
}
.pro_cate li .img img {
vertical-align: middle;
}
.pro_cate li  h3 {
padding-top:12px;
font-size: 20px;
color: #1f1f1f;
font-weight: normal;
}
.pro_cate li  span {
display: block;
font-size: 12px;
color: #222222;
font-weight: normal;
text-transform: uppercase;opacity: .6;
}
.pro_cate li:hover .img{
background:url(../images/y2.png) no-repeat;
}
.pro_cate li:hover  img {
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(11deg) brightness(108%) contrast(101%);
}
.box2 .cont2{margin-top:30px;}

.ads li{float:left;margin-bottom: 10px;}
.ads li a{position:relative;display:block;overflow: hidden;}
.ads li img{width:100%;display:block;-webkit-transition:all 1s linear 10ms;-moz-transition:all 1s linear 10ms;-ms-transition:all 1s linear 10ms;-o-transition:all 1s linear 10ms;transition:all 1s linear 10ms}
.ads li a:hover img{transform:scale(1.1)}
.ads li h3{position:absolute;width:100%;text-align:center;left:0;bottom:0;font-weight:normal;color:#fff;font-size:16px;background:rgba(0,0,0,.54);line-height:40px;}

.box3{background:url(../images/bj3.jpg) no-repeat center center;height:100%;}
.b3pic{padding-top:225px;}
.b3z{padding-top:66px;}
.b3z .line{
width: 150px;
height: 3px;
background: #fff;
margin-top: 15px;
}
.b3t1{text-align:center;color:#fff;border:1px solid #fff;font-size:20px;font-weight:400;width:148px;line-height:32px;}
.b3t2{color:#fff;font-size:33px;font-weight:bold;text-transform: capitalize;line-height:40px;margin-top:15px;}
.b3t2 p{color:#fff;font-size:16px;font-weight:400;text-transform:uppercase;letter-spacing:10.5px;}
.ads2{margin-top:78px;}
.ads2 li{margin-bottom:46px;}
.ads2 li .img{width:68px;float:left;}
.ads2 li .img img{width:68px;height:68px;}
.ads2 li .det{
width:-webkit-calc(100% - 90px); 
width:-moz-calc(100% - 90px); 
width:calc(100% - 90px); 
float: left;margin-left: 20px;}
.ads2 li h3{color:#ffffff;font-size:21px;text-transform: capitalize;}
.ads2 li span{color:#ffffff;font-size:16px;line-height:22px;display:block;margin-top:12px;}
.ads2 li:nth-child(2) .det{margin-top:6px;}
.box4{padding:60px 0 50px;background:#f6f6f6;}
.plist2{margin-top:58px;overflow:hidden;margin-bottom:10px}
.plist2 li{float:left;;margin-bottom:4px;}
.plist2 li>a{position:relative}
.plist2 li img{width:100%;}
.plist2 li h3{position:absolute;width:100%;text-align:center;left:0;bottom:0;font-weight:normal;color:#fff;font-size:16px;background:rgba(0,0,0,.54);
    line-height: 25px;
    padding: 5px;
}
.plist2 li h3 a{color:#fff;}

.box4 .cont{margin-top:4px;}
.ctt{width:231px;height:178px;margin-top:60px;}
.plist3{width:951px;float:right;margin-right:1px;}
.plist3 li{float:left;position:relative;}
.plist3 li+li{margin-left:4px;}
.plist3 li:nth-child(1) img{width:632px;height:293px;}
.plist3 li:nth-child(2) img{width:314px;height:293px;}
.plist3 li h3{position:absolute;width:100%;text-align:center;left:0;bottom:0;font-weight:normal;color:#fff;font-size:16px;background:rgba(0,0,0,.54);line-height:40px;display:none;}
.plist3 li h3 a{color:#fff;}
.plist3 li:hover h3{display:block;}
.box5{margin-top:70px;}
.box5 .wh{border-bottom:2px solid #dddddd;height:72px;}
.zhuan{color:#212121;font-size:17px;line-height:26px;width:730px;}
.rx{text-align:right;color:#212121;font-size:15px;}
.lian{margin-left:15px;background:#222222;width:296px;height:47px;}
.lian a.zx1{background:#fff;color:#000000;float:left;text-align:center;width:147px;line-height:43px;font-size:15px;margin-left:2px;margin-top:2px;}
.lian a.zx2{color:#ffffff;font-size:15px;float:left;text-align:center;width:147px;line-height:45px;}
.ht{margin-top:75px;}
.ht img{width: 100%;}
.box7{background:url(../images/bj7.png) no-repeat;height:1426px;}
.b7t1{text-align:center;font-size:19px;margin-top:80px;}
.b7t2{text-align:center;font-size:36px;margin-top:20px;color:#171717;font-weight:bold;line-height:28px;}
.b7t3{text-align:center;font-size:12px;margin-top:20px;color:#c7c7c7;text-transform:uppercase;}
.box7 .cont{margin-top:97px;}
.ytt{color:#262626;font-size:29px;line-height:68px;text-indent:108px;}
.ytt1{background:url(../images/a1.png) no-repeat;}
.ytt2{background:url(../images/a2.png) no-repeat;}
.ytt3{background:url(../images/a3.png) no-repeat;}
.sub{margin-top:28px;color:#1f1f1f;font-size:17px;line-height:37px;margin-left:17px;}
.sub p{background:url(../images/d.png) no-repeat left center;padding-left:28px;}
.ys{margin-bottom:60px;}
.ytu{margin-top:30px;}
.box8{background:url(../images/bj8.png) no-repeat;height:612px;padding-top:98px;}
.about{background:#fff;height:419px;}
.abpic{width:359px;height:419px;}
.ab{margin-left:58px;width:794px;padding-top:50px;color:#3d3b3b;font-size:15px;line-height:28px;}
.ab img{margin-bottom:27px;}
.ab a{color:#000000;font-size:17px;display:block;float:right;margin-top:8px;}
.cont8{ background: url(../images/c8.png) no-repeat;padding-top:60px;}
.a8_c1{
text-align: center;
font-size: 0; 
}
.a8_c1 li{
display: inline-block;
width: 247px;
height:88px;
box-sizing: border-box;
padding-left: 29px;
margin: 0 8px;
background: #919191;
}
.a8_c1 li a.img{
display: block;
float: left;
line-height:88px;
}
.a8_c1 li span{
float: left;
color: #ffffff;

text-align: left;
margin-left: 10px;
padding-top:22px;
text-transform: uppercase;
padding-top: 35px;
}

.a8_c1 li.cur{
background:#008442;cursor: pointer;
}
.a8_c1 li.cur h3 span{
color: #fff;
}
.ahjh_ahj li{
float: left;
}
.ahjh_ahj li a.img{
display: block;
}
.ahjh_ahj li a.img img{
width: 100%;
}
.tab{
display: none;
}
.ahggh_ah{
margin-top:43px;
overflow:hidden;
}
.xin{margin-top:77px;}
/* news_index */
.news_index {
position: relative;
padding-bottom:70px;background:#f6f6f6;border-top:1px solid #e8e7e7;
}
.sort_news_wap {
padding-top: 15px;
}
.sort3 {
display: flex;
justify-content: center;
}
.sort3 li {
width: 150px;
text-align: center;
position: relative;
}
.sort3 li+li {
background: url(../images/xie.png) no-repeat left center;
}
.sort3 li a {
font-size: 19px;
color: #515151;
display: block;
font-weight: normal;
}
.sort3 li::before {
width: 35px;
height: 3px;
background: #515151;
position: absolute;
top: -17px;
content: "";
left: 55px;
right: 55px;
}
.sort3 li:hover::before,
.sort3 li.on::before {
width: 35px;
height: 3px;
background: #7e7e7e;
position: absolute;
top: -17px;
content: "";
left: 55px;
right: 55px;
}
.sort3 li:hover a,
.sort3 li.on a {
color: #7e7e7e;
font-weight: bold;
}
.tt3 {}
.tabz_content3 {
position: relative;
margin-top:68px;
}
.news_left {
float: left;
}
.news_left .news_img {
border: 1px solid #cfcfcf;
padding:13px 15px;
margin-bottom: 18px;background:#fff;
}
.news_left .news_img img {
width:100%
}
.news_list11 {
position: relative;
margin-top:22px;
}
.news_list11 li h3 {
font-size: 16px;
color: #1f1f1f;
font-weight: normal;
}
.news_list11 li span {
padding-top: 15px;
display: block;
font-size: 14px;
color: #646464;
font-weight: normal;
line-height: 26px;
}
.news_list11 li span a {
color: #000;
}
.news_right {
float: right;
}
.news_right li {
position: relative;
cursor: pointer;
}
.news_right li+li {
margin-top: 40px;
}
.news_right li .time1 {
float: left;
width: 82px;
height: 73px;
border: 1px solid #cfcfcf;
text-align: center;
}
.news_right li .time1 h3 {
font-size: 49px;
color: #c8c8c8;
line-height: 1;font-weight:normal;
}
.news_right li .time1 span {
display: block;
font-size: 18px;
color: #c8c8c8;
line-height: 1;
}
.news_right li .time2 {
float: right;

}
.news_right li .time2 h3 {
font-size: 16px;
color: #1f1f1f;
font-weight: normal;
line-height: 1;
}
.news_right li .time2 span {
display: block;
font-size: 14px;
color: #646464;
font-weight: normal;
line-height: 25px;
padding-top: 6px;
}
.news_right li .time2 span a {
color: #000;
}
.news_right li:hover .time1 h3,
.news_right li:hover .time1 span {
color: #222222;
}

.f1{width:389px;}
.logos{margin-top:22px;margin-left:18px;}
.wei{margin-top:34px;}
.f2{width:188px;padding-right:13px;}
.ftt{color:#ffffff;font-size:19px;text-align:center;padding-top:46px;margin-bottom:28px;}
.fnav li{padding-left:56px;}
.fnav li a{color:#989898;font-size:15px;line-height:24px;}
.fnav li:first-child{display:none;}
.f3{width:225px;}
.fnav2 li{padding-left:75px;}
.fnav2 li a{color:#989898;font-size:15px;line-height:24px;}
.f4{}
.lx{color:#989898;font-size:15px;line-height:24px;}
.link{background:#222222;line-height:66px;padding-bottom:22px;color:#f6f6f6;font-size:15px;}
.link a{color:#f6f6f6;font-size:14px;}

.copyright a{color:#919191;}
/*内页左侧样式*/

.page-position a{color: #333;}
.page-position a:hover{color:#027750}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}
/*kefu*/
.izl-rmenu{position:fixed; right:10px; bottom:10px;  background:url(../images/r_b.png) 0px bottom no-repeat; z-index:999; width: 72px;top: 50%;margin-top: -180px;}
.izl-rmenu .btn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;padding: 0;border-radius: unset;}
.izl-rmenu .btn p{color: #fff;
padding-top: 50px;
font-size: 13px;
text-align: center;}
.izl-rmenu .btn a{text-decoration:none;}
.izl-rmenu .btn-gbook{background:url(../images/r_gbook.png) 0px 0px no-repeat; background-color:#fa8787;background-size: 40px 40px;background-position: center 7px;}
.izl-rmenu .btn-gbook:hover{background-color:#d56565;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;background-size: 40px 40px;background-position: center 7px;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat; background-color:#78c340;background-size: 40px 40px;background-position: center 7px;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .whatsapp{background-color:#58a81c; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat; background-color:#fbb01f;background-size: 40px 40px;background-position: center 7px;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat; background-color:#666666; display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}
/*about*/
.in_01{padding:50px 0;}
.in_01 h4{position: relative;padding:20px 0}
.in_01 h4 p{text-transform: uppercase;font-size: 20px;color: #999999;position: relative;z-index: 2;}
.in_01 h4 p img{padding-right: 10px;}
.in_01 h4:after{position: absolute;line-height: 70px;top:50%;margin-top: -35px; left: 0;color: #e6eae8;font-size: 89px;font-family: Impact;text-transform: uppercase;content: 'baydee';letter-spacing: 10px;}
.in_01 h4 p span{font-weight: bolder;color: #303030;font-size: 30px;}
.in_01 ._in_intro{color: #666666;line-height: 35px;font-size: 14px;overflow: hidden;display: -webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;margin-bottom: 20px;}
.in_01 a{display: inline-block;line-height: 32px;padding:0 30px;color: #999999;font-size: 12px;border:solid 1px #999999;transition: all .4s;}
.in_01 a:first-child{margin-right:10px;}
.in_01 a i{font-size: 12px;padding-left: 6px;transform-style:preserve-3d;}
.in_01 a:hover{background: #027750;color: #fff;border-color: #027750;}

.in_01 img._01_img{width: 100%;}
.in_01 video {width: 100%;height: auto;margin-top: 10px;}

.block-content .l,.block-content .r{
height:140px;
display: flex;
align-items: center;
justify-content: center;
padding:0 30px;
}
.block-content .l:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #027750;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: skewX(-12deg);
-ms-transform: skewX(-12deg);
transform: skewX(-12deg);
z-index: -1;
}

.block-content .l h3{
font-weight: bold;
font-family: Times New Roman,sans-serif,Arial;
font-size: 28px;
color:#fff
}
.block-cta-inner {
/* width: 100%; */
/* min-height: 5.9375rem; */
text-align: center;
padding: 2.5rem;}
.block-cta-inner a{color:#fff}
.cta-button {
display: inline-block;
 font-family: Times New Roman,sans-serif,Arial;
color: #FFFFFF;
background: #22966f;
border-radius: 0;
border: none;
text-transform: uppercase;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-webkit-transition: all 0.2s;
transition: all 0.2s;
padding: 15px 80px 15px 40px;
font-size: 18px;
position: relative;
line-height: 1rem;
text-align: center;
}
.cta-button:hover {
background: #187d5b;
color: #FFFFFF;
}

.cta-button::after {
display: inline-block;
font-family: 'iconfont' !important;
font-weight: normal;
content: ">";
pointer-events: none;
font-size: 20px;
width: 40px;
background: #78c340;
position: absolute;
padding-top: 13px;
padding-bottom: 0.75rem;
font-weight:bold;
top: 0;
right: 0;
bottom: 0;
}

.carret-down-rounded-button {
width: 3.125rem;
height: 3.125rem;
border: 1px solid rgba(255,255,255,0.6);
-webkit-border-radius: 3.125rem;
-moz-border-radius: 3.125rem;
border-radius: 3.125rem;
color: #FFFFFF;
font-size: 1.75rem;
padding-top: 0.625rem;
}
.block-content .r:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #F6F6F6;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: skewX(-12deg);
-ms-transform: skewX(-12deg);
transform: skewX(-12deg);
z-index: -1;
}
.home-why-choose_us {
height: 427px;
background: url(../images/home-why-choose-us.jpg) center no-repeat;
border-top: 1px solid transparent
}
.home-why-choose_us .why-reason {
font-size: 14px;
color: #666;
text-align: center
}
.home-why-choose_us .our-develop {
background-color: transparent;
margin-top: 6px
}
.home-why-choose_us .our-develop ul li .bg {
background-color: #f8f8f8;
display: flex;
align-items: center;
justify-content: center;
  height: 125px;
}
.home-tit {
font-family: Times New Roman,sans-serif,Arial;
font-size: 40px;
text-align: center;
color: #008442;
margin: 32px 0 20px;
} 
.our-develop {

background-color: #008442;
position: relative
}
.our-develop ul {
margin-top:30px;

}
.our-develop ul li {
margin-bottom:10px;
text-align: center
}
.our-develop ul li h4 {
font-family: Times New Roman,sans-serif,Arial;
font-size: 60px;
color: #008442
}
.our-develop ul li h4 em {
font-size: 18px;
vertical-align: 4px
}
.our-develop ul li p {
color: #333;
font-size: 16px
}
/*foot*/
footer {
background: #43494b;
padding: 30px 0;
color: #fff;
border-top: 3px solid #008442
}
footer h4 {
text-transform: uppercase;
color: #fff;
font-weight: 400;
font-size: 17px;
margin-bottom: 40px
}
footer .message input {
width: 49%;
float: left
}
footer .message input, footer .message textarea {
border: 1px solid #999;
background: 0 0;
line-height: 30px;
padding: 0 5px
}
footer .message input:nth-child(2) {
margin-left: 2%
}
footer .message textarea {
width: 100%;
margin-top: 15px
}
footer .message button {
background: #d42114;
border: none;
color: #fff;
padding: 3px 25px;
margin-top: 10px
}
footer .konw span {
font-size: 12px;
color: #bbb;
margin-right: 5px
}
footer a {
color: #fff;
transition: .3s
}
footer a:hover {
color: #008442
}
footer .konw li {
margin-bottom: 15px;
float:left;
width:50%;
}
footer .contact i {
margin-right: 10px
}
footer .contact li {
margin-bottom: 15px
}
footer .contact ul {
padding: 15px 0 0px;
border-top: 1px dashed #595556;
margin-top: 15px;
background: url(../images/map.png) no-repeat right 14px
}
footer .contact {
border-left: 1px solid #595556;
padding-left: 30px
}
footer .row {
border-bottom: 1px solid #595556
}
.foot .copyright {
color:#fff;
text-align:center;
}

.foot {
padding:10px 0;
overflow: hidden;
font-size: 13px;
background:#30383e;
}
.foot a {
color:#fff;
margin-left: 5px;
padding-left: 10px
}

/*mianbaoxie*/
.page-position {
padding: 15px 0;
font-size: 14px;
color: #2f2f2f;
}

.page-position a {
color: #2f2f2f;
}

.page-position a:hover {
color: #027750;
}

/*subpage*/
.page-wrap {
background: #ffffff;
padding-bottom:50px;
}
.xypg-left-box {
margin-bottom: 20px;
}

.xypg-left-title {
background: #292e39;
padding: 10px 20px;
position: relative;
}

.xypg-left-title h3 {
font-size: 20px;
color: #ffffff;
line-height: 30px;
font-weight: bold;
position: relative;
z-index: 9;
}

.xypg-left-title i {
position: absolute;
left: -5px;
top: -9px;
font-style: normal;
font-size: 67px;
font-weight: bold;
opacity: .1;
color: #fff;
line-height: 1;
z-index: 1;
text-transform: uppercase;
}

.xypg-left-title span {
font-weight: normal;
font-size: 16px;
color: #fff;
opacity: .6;
margin-left: 10px;
text-transform: capitalize;
}

.xypg-left-title span:before {
content: "/";
padding-right: 5px;
}

.xypg-left-con {
border: 1px solid #d2d2d2;
border-top: none;
}
.xypg-left-nav {
margin: 0 -1px;
}

.xypg-left-nav > li {
position: relative;
border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
border-bottom: none;
}

.xypg-left-nav > li > a {
display: block;
font-size: 16px;
line-height: 22px;
color: #2e2e2e;
padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
position: absolute;
z-index: 99;
width: 30px;
height: 30px;
text-align: center;
top: 10px;
right: 20px;
cursor: pointer;
background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
color: #027750;
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
color: #027750;
}

.xypg-left-nav .xypg-left-subnav {
display: none;
padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
padding: 8px;
display: block;
line-height: 20px;
color: #818181;
font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
color: #c09048;
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
color: #c09048;
}

.xypg-left-nav .xypg-left-threenav > li > a {
padding: 5px 10px;
display: block;
font-size: 14px;
line-height: 24px;
color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
color: #c09048;
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
color: #c09048;
}
.latest-news {
padding: 10px 0;
}

.latest-news li {
padding: .5em 1em;
font-size: 14px;
}

.latest-news li a {
display: block;
line-height: 1.2;
color: #5a5a5a;
}

.latest-news li a:before {
content: '+';
font-weight: bold;
margin-right: 5px;
font-size: 16px;
}

.latest-news li a:hover {
color: #027750;
}

.latest-news li a:hover:before {
color: #027750;
}
.page-wrap-contact {
padding: 10px 0;
font-size: 14px;
}

.page-wrap-contact h4 {
padding: .3em 1.4em .8em 1.4em;
font-size: 16px;
color: #000000;
}

.page-wrap-contact p {
border-top: 1px solid #eee;
position: relative;
margin-bottom: 0;
padding: .8em 1.4em;
color: #2f2f2f;
}
/*piclist*/
.x-banner .owl-carousel .banner-item a img, .x-product-list li .img img, .x-case-item .img img, .x-news-img img, .page-banner img, .xypg-product-list li .img img, .xypg-case-list li .img img, .relate-product-slick .owl-item .img img {
width: 100%;
}

.x-logo a img, .x-layout-logo img, .x-layout-ewm img img, .page-message-img img {
max-width: 100%;
}

.x-product-list li .img, .x-case-item .img, .x-news-img, .xypg-product-list li .img, .xypg-case-list li .img, .relate-product-slick .owl-item .img {
overflow: hidden;
}

.x-product-list li .img img, .x-case-item .img img, .x-news-img img, .xypg-product-list li .img img, .xypg-case-list li .img img, .relate-product-slick .owl-item .img img {
-webkit-transition: all .5s ease;
transition: all .5s ease;
}

.x-product-list li .img:hover img, .x-case-item .img:hover img, .x-news-img:hover img, .xypg-product-list li .img:hover img, .xypg-case-list li .img:hover img, .relate-product-slick .owl-item .img:hover img {
-webkit-transform: scale(1.1);
      transform: scale(1.1);
}

.xypg-product-list {
margin: 0 -1.5%;
font-size: 0;
}

.xypg-product-list li {
display: inline-block;
vertical-align: bottom;


-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.xypg-product-list li div{
  margin: 0 1.5% 20px 1.5%;
padding: 10px 10px 0 10px;
border: 1px solid #eeeeee;
}
.xypg-product-list li .img {
display: block;
}

.xypg-product-list li h3 a {
display: block;
text-align: center;
font-size: 14px;
color: #5a5a5a;
line-height: 1.6;
padding: .8em 0;
}

.xypg-product-list li:hover div{
border-color: #292e39;
}

.xypg-product-list .no-result {
margin: 0 1.5%;
font-size: 14px;
}

.xypg-case-list {
margin: 0 -1%;
font-size: 0;
}

.xypg-case-list li {
display: inline-block;
vertical-align: bottom;

-webkit-transition: all .5s ease;
transition: all .5s ease;
}

.xypg-case-list li .img {
display: block;
}

.xypg-case-list li h3 a {
display: block;
text-align: center;
font-size: 14px;
color: #5a5a5a;
line-height: 1.6;
padding: .8em 0;
}

.xypg-case-list li:hover h3 a {
color: #c09048;
}

/* 内页新闻列表 */
.xypg-news-list li {
border: 1px solid #e1e1e1;
padding: 30px;
background: #fff;
margin-bottom: 35px;
-webkit-transition: all .5s;
transition: all .5s;
}

.xypg-news-list li .tit {
border-bottom: 1px solid #cbcbcb;
margin-bottom: 15px;
position: relative;
}

.xypg-news-list li .tit h3 {
padding-bottom: 15px;
font-size: 18px;
color: #565656;
font-weight: normal;
padding-right: 25%;
margin: 0;
}

.xypg-news-list li .tit .date {
position: absolute;
right: 0;
top: 0;
font-size: 14px;
color: #666666;
}

.xypg-news-list li .info {
font-size: 14px;
line-height: 2;
color: #999999;
}

.xypg-news-list li .more {
margin-top: 15px;
}

.xypg-news-list li .more span {
display: inline-block;
width: 130px;
line-height: 33px;
text-align: center;
color: #000;
font-size: 14px;
color: #666666;
border: 1px solid #e1e1e1;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}

.xypg-news-list li:hover {
-webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
      box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
color: #292e39;
}

.xypg-news-list li:hover .more span {
color: #fff;
background-color: #292e39;
}
.xypg-pagination {
margin-top: 20px;
text-align: center;
font-size: 0;
}

.xypg-pagination .pagin-left,
.xypg-pagination .pagin-mid,
.xypg-pagination .pagin-right,
.xypg-pagination .pagin-select {
display: inline-block;
vertical-align: middle;
}
.xypg-pagination a,
.xypg-pagination #current {
display: inline-block;
font-size: 14px;
color: #333333;
font-family: "Microsoft YaHei",Arial;
line-height: 26px;
border: 1px solid #cbcbcb;
margin: 0 5px;
padding: 0 8px;
}

.xypg-pagination #current,
.xypg-pagination a:hover {
color: #fff;
border-color: #292e39;
background: #292e39;
}
.xypg-detail-title {
font-size: 20px;
color: #363636;
font-weight: bold;
margin-bottom: 10px;
line-height: 1.7;
}

.xypg-detail-info-bar {
font-size: 14px;
font-family: Arial;
color: #9e9e9e;
line-height: 35px;
border-bottom: 1px dashed #cfcfcf;
margin-bottom: 20px;
overflow: hidden;
}

.xypg-detail-info-bar .detail-info-time {
float: left;
margin-right: 20px;
position: relative;
padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-time i {
position: absolute;
width: 20px;
height: 20px;
top: calc(50% - 9px);
left: 0;
}

.xypg-detail-info-bar .detail-info-time i:after {
opacity: .5;
background-position: 0 -360px;
}

.xypg-detail-info-bar .detail-info-numbers {
float: left;
position: relative;
padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-numbers i {
position: absolute;
width: 20px;
height: 20px;
top: calc(50% - 10px);
left: 0;
}

.xypg-detail-info-bar .detail-info-numbers i:after {
opacity: .5;
background-position: 0 -330px;
}

.xypg-detail-info-bar .xypg-file-down {
float: right;
position: relative;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title {
cursor: pointer;
position: relative;
padding-left: 25px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i {
position: absolute;
width: 20px;
height: 20px;
top: calc(50% - 10px);
left: 0;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i:after {
background-position: 0 -630px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title:hover {
color: #292e39;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list {
position: absolute;
z-index: 9999;
width: 250%;
right: 0;
background: #fff;
display: none;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li {
padding: 10px 0;
border-top: 1px dashed #cfcfcf;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .icon {
float: left;
font-size: 40px;
line-height: 40px;
margin-right: 5px;
height: 40px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con {
overflow: hidden;
line-height: 1;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p {
font-size: 12px;
margin-bottom: 0;
line-height: 20px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a {
font-size: 12px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a:hover {
color: #292e39;
}

.xypg-detail-con-title {
margin: 20px 0 10px 0;
}

.xypg-detail-con-title span {
display: inline-block;
font-size: 18px;
color: #292e39;
}

.xypg-detail-con {
font-size: 14px;
color: #333;
line-height: 1.7;
}

.xypg-detail-con img,
.xypg-detail-con p img {
width: auto !important;
max-width: 100%;
height: auto !important;
}

.xypg-detail-tags {
margin-top: 40px;
}

.xypg-detail-tags .tags-title {
border-bottom: 1px solid #c3c3c3;
position: relative;
}

.xypg-detail-tags .tags-title h3 {
display: inline-block;
padding: 0 30px;
font-size: 16px;
color: #292e39;
line-height: 40px;
border-bottom: 3px solid #c09048;
margin-bottom: -1px;
}

.xypg-detail-tags .tags-title .baidu-share {
position: absolute;
right: 0;
top: 8px;
}

.xypg-detail-tags .tags-content {
padding-top: 12px;
}

.xypg-detail-tags .tags-content a {
font-size: 12px;
color: #2f2f2f;
display: inline-block;
margin-right: 9px;
background: #f4f4f4;
line-height: 28px;
padding: 0 15px;
}

.xypg-detail-tags .tags-content a:hover {
color: #c09048;
}

.xypg-detail-url {
margin-top: 15px;
}

.xypg-detail-url a {
word-break: break-all;
}

.xypg-detail-article p {
margin: 10px 0 20px 0;
line-height: 24px;
}

.xypg-detail-pn {
margin-top: 30px;
}

.xypg-detail-pn div + div {
margin-top: 15px;
}

.xypg-detail-pn div {
line-height: 22px;
padding: 10px;
position: relative;
border: 1px solid #eeeeee;
overflow: hidden;
}

.xypg-detail-pn div b {
font-size: 14px;
color: #292e39;
float: left;
font-weight: normal;
}



.xypg-detail-pn div a {
float: left;
width: 75%;
font-size: 14px;
color: #666666;
}

.xypg-detail-pn div a:hover {
color: #c09048;
}
.xypg-relate {
margin-top: 45px;
}

.relate-title {
border: 1px solid #eeeeee;
font-size: 14px;
line-height: 2.857;
margin-bottom: 15px;
}

.relate-title span {
display: inline-block;
color: #027750;
padding: 0 1.4em;
border-right: 1px solid #eeeeee;
}

.relate-product-slick {
position: relative;
}

.relate-product-slick .owl-item {
display: block;
font-size: 0;
}

.relate-product-slick .owl-item .img {
display: block;
margin-bottom: 8px;
}

.relate-product-slick .owl-item p {
margin-bottom: 0;
padding: .5em 0;
font-size: 12px;
color: #292e39;
text-align: center;
}

.relate-product-slick .owl-item:hover p {
color: #c09048;
}

.relate-product-slick .owl-nav button.owl-prev,
.relate-product-slick .owl-nav button.owl-next {
width: 25px;
height: 35px;
color: #fff;
font-size: 20px;
margin-top: -17.5px;
line-height: 35px;
}

.relate-product-slick .owl-nav button.owl-prev span,
.relate-product-slick .owl-nav button.owl-next span {
display: inline;
}

.xypg-relate .relate-news {
margin-top: 45px;
}

.relate-news-list li {
float: left;
position: relative;
line-height: 2.143;
font-size: 14px;
color: #292e39;
}

.relate-news-list li:nth-child(even) {
float: right;
}

.relate-news-list li a {
display: block;
padding-right: 75px;
color: #666666;
}

.relate-news-list li a:before {
content: '+';
font-weight: bold;
font-size: 16px;
line-height: 1;
margin-right: 5px;
}

.relate-news-list li span {
position: absolute;
right: 10px;
top: 2.5px;
width: 75px;
text-align: right;
font-size: 12px;
color: #666666;
}

.relate-news-list li:hover a {
color: #027750;
}

.relate-news-list li:hover a:before {
color: #027750;
}

.relate-news-list li:hover span {
color: #027750;
}
.pro-main .hd img,.pro-main .bd li img{width:100%;}
.pro-main .bd {
margin-top: 15px;
overflow: hidden
}
.pro-main .bd li {
float: left;
width: 24%;
margin-right: 1.3333%;
cursor: pointer
}
.pro-main .bd>
:last-child {
margin-right: 0
}
.pro-main .border {
padding: 15px;
border: 1px solid #ddd
}
.pro-main .main h1 {
font-size: 26px;
line-height: 30px;
color: #333333;
border-bottom: solid 1px #d2d2d2;
padding: 12px 0;
font-family: Times New Roman,sans-serif,Arial;
}
.pro-main .main .text {
line-height: 30px;
background: #f3f3f3;
padding: 10px 20px;
margin-top: 20px;
}
.pro-main .contact span {
color: #027750;
margin-right: 5px;
}
.pro-main .contact li {
display: inline-block;
margin-right: 15px;
font-size: 16px
}
.pro-main .contact ul>
:last-child {
margin-right: 0
}
.pro-main .contact li a:hover {
color: #027750;
text-decoration: underline
}
.pro-main .contact {
margin-top: 30px
}
.pro-main .chat a {
display: inline-block;
padding: 10px 30px;
background: #027750;
color: #fff;
font-size: 17px
}
.pro-main .chat a:hover {
background: rgba(0,61,116,0.8)
}
.pro-main .chat a:nth-child(1) {
margin-right: 20px
}
.pro-main .chat i {
margin-right: 10px
}
.pro-main .chat {
margin-top: 30px
}
.product-detail-tab {
margin-top: 50px;
}
.product-detail-tab .product-detail-tabli {
border: 1px solid #eee;
height: 40px;
line-height: 38px;
}
.product-detail-tab .product-detail-tabli li {
float: left;
width: 20%;
text-align: center;
font-size: 14px;
color: #2f2f2f;
cursor: pointer;
border-right: 1px solid #eee;
}
.product-detail-tab .product-detail-tabli li.on, .product-detail-tab .product-detail-tabli li:visited, .product-detail-tab .product-detail-tabli li:active {
color: #027750;
position: relative;
}
.product-detail-tab .product-detail-tabli li.on:before, .product-detail-tab .product-detail-tabli li:visited:before, .product-detail-tab .product-detail-tabli li:active:before {
content: '';
position: absolute;
left: -1px;
right: -1px;
bottom: -1px;
top: -1px;
border: 1px solid #027750;
}
.product-detail-tab .product-detail-tabcon {
padding: 15px 0;
 max-width: 1000px;
margin: 0 auto;
line-height: 30px;
font-size: 16px;
}
.product-detail-tab .product-detail-tabcon h3{font-size:18px;margin: 10px 0;}
.product-detail-tab .product-detail-tabcon img, .product-detail-tab .product-detail-tabcon p img {
max-width: 100%;
height: auto !important;
width: auto !important;
margin:5px 0;
}
.info,.info p{font-size:16px;line-height:30px;text-align: justify;}
.info p img{max-width:900px;width:100%}
.page-message-img img{width:100%}
.xypg-album-list {
margin: 0 -1%;
}
.xypg-album-list li {
float: left;
margin-bottom: 20px;
}
.xypg-album-list li .img {
display: block;
overflow: hidden;
position: relative;
box-shadow: 0 4px 19px 2px rgba(33,24,21,.22);
}
.xypg-album-list li .img img {
width: 100%;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.xypg-album-list li h3 {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
background: rgba(0, 0, 0, 0.5);
text-align: center;
color: #fff;
line-height: 40px;
font-weight: normal;
font-size: 16px;
}
.xypg-album-list li:hover .img img {
-webkit-transform: scale(1.1);
      transform: scale(1.1);
}
.contact-info_wrap {
padding: 20px;
margin-top: 20px;
}

.contact-info_wrap .con-info * {
transition: all .3s ease-in-out 0s
}
.pro-info, .product-list .pro-list_right>
ul li img {
transition: all .3s
}
.contact-info_wrap .con-info h2 {
font-family: DIN-Bold;
font-size: 40px;
color: #333
}
.contact-info_wrap .con-info ul li {
margin-top: 20px;
color: #333;
font-size: 20px;
}
.contact-info_wrap .con-info ul li:hover {
transform: translateX(8px)
}
.contact-info_wrap .con-info ul li a {
color: #333
}
.contact-info_wrap .con-info ul li a:hover {
color: #008442
}
.contact-info_wrap .con-info ul li i {
color: #008442;
margin-right: 8px
}
.contact-info_wrap .con-info .map-img {
margin-top: 28px
}
.contact-info_wrap #leave_mess {
padding: 25px;
background-color: #f3f3f3
}
.contact-info_wrap #leave_mess h3 {
font-size: 24px;
color: #333
}
.contact-info_wrap #leave_mess h3 i {
display: inline-block;
width: 54px;
height: 54px;
line-height: 54px;
text-align: center;
font-size: 26px;
color: #fff;
background-color: #008442;
border-radius: 50%;
margin-right: 8px;
vertical-align: inherit
}
.ctleft p {
color: #333333;
margin-bottom: 7px;
font-size: 16px;
}
.iqbtn {
width: 158px;
height: 48px;
line-height: 48px;
margin-top: 10px;
font-size: 16px;
color: #ffffff;
border: none;
outline: none;
background-color: #008442;
border-radius: 5px;
cursor: pointer;
transition: all .3s ease-in-out 0s;
}
@media (min-width: 1300px){
.container {
width: 1270px;
}

}

@media (min-width: 1400px){
.container {
width: 1370px;
}

}
@media (min-width: 1500px){
.container {
width: 1470px;
}
}
 
@media screen and (max-width: 1008px){
nav dl {
    opacity: 1;
    position: inherit;
    left: 0;
    top: 0
}
#nav .logo{margin:10px 0}
.nav-button {
    display: block
}
#nav {
    position: relative
}
nav {
    width: 100%;
    margin-top: 0;
    position: fixed;
    height: 100%;
    width: 200px;
    z-index: 5;
    top: 0;
    left: 0;
    overflow-y: auto;
    background: #333;
    left: -250px
}
nav ul {
    margin-top: 20px
}
nav li {
    width: 100%
}
nav li>a {
    text-align: left;
    padding: 10px 15px;
    border-bottom: 2px solid transparent;
	color:#fff
}
nav li>a:hover, nav li>a.on {
    border-bottom: 2px solid #000;
    background: #027750
}

}
@media (max-width:991px){
.pc-ban{display:none}
.wap-ban{display:block}
.page-wrap .container{padding:0}
.map-img{display:none}
.contact-info_wrap #leave_mess{margin-top:30px;}
nav li{padding:0}
.pro-main .main h1{font-size:20px}
footer .contact{padding-left:0;border:none}
.page-banner {
margin-top:0
}
.product-detail-tab .product-detail-tabli li{width:50%;}
.product-detail-tab .product-detail-tabli{height:80px}
.block-content .l h3{font-size:22px}
#banner{margin-top:0}
#banner,.swiper-container{height:350px}
.swiper-pagination{bottom:15px;margin-left: -50px;}
.swiper-pagination-bullet{width:15px;height:15px;}
#top{display:none}
.none{display:none!important}

}
@media (max-width:769px){
.pro-main .chat a:nth-child(1){margin-bottom:10px}
footer .konw {
    display: none
}
#banner{margin-top:0}
#banner,.swiper-container{height:300px}
.swiper-pagination{bottom:5px;margin-left: -50px;}
.swiper-pagination-bullet{width:15px;height:15px;}
.home-why-choose_us{height:527px}
 .home-tit {font-size:33px;margin-top:0;}
.our-develop ul li h4{font-size:28px}
.home-why-choose_us .our-develop ul li .bg{height:110px}

}
@media screen and (max-width: 480px) {
#banner{margin-top:0}
#banner,.swiper-container{height:150px}
.swiper-pagination{bottom:5px;margin-left: -40px;}
.swiper-pagination-bullet{width:10px;height:10px;}
#nav .logo {
    width: 70%
}
.nav-button {
    top: 30px;
    right: 15px
}

.home-tit {font-size:30px;margin-top:0;}
.our-develop ul li h4{font-size:25px}
.home-why-choose_us .our-develop ul li .bg{height:90px}
}