@charset "utf-8";
/* CSS Document */

html, body {  position: relative; height: 100%; margin:0; padding:0; }
body { color: #555; margin:0px; padding:0;overflow-x:hidden; font-size:15px;}
* {padding: 0;margin: 0; font-family:"思源黑体 CN" !important;}
a {color: #555; text-decoration:none !important;}
a:hover {color:#005cb9;text-decoration: none !important;}
ul, dl, dl dt, dl dd{ margin:0; padding:0;}
ul, li {list-style: none;}
img {border: none;}
.clearboth {clear: both;}
.page {text-align: center;margin: 20px 0 40px 0;width: 100%;float: left; font-size:1.2em;}
.page a {background:#b3b3b3;color: #fff;margin: 0 2px;padding:6px 8px; font-size:16px;}
.page a.dq, .page a:hover {background:#43a047;}

.e1{ overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.e2{ overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.e3{ overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;}
.e4{ overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical;}
.e5{ overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:5;-webkit-box-orient: vertical;}

header{background:#fff; position:fixed; top:0; left:0; z-index:9999; width:100%;box-shadow:2px 5px 10px #ddd;}
header .mail {background-color:rgb(67, 160, 71);width:330px;height:82px; line-height:82px;position:absolute;right:0;top:0; text-align:center;color:rgb(255, 255, 255);font-size:26px; display: none;}
header .mail a{ display:block; color:#fff; text-align:center; font-size:26px;}
header .mail i{color:rgb(255, 255, 255);font-size:24px;padding-right: 10px;}
header .container{width: 98%;}
header .logo{ float:left; margin-right:10px;width:86%; padding-right:10px; border-right:none;}
header .logo .l_left{ width:180px; float:left; margin-top:10px; margin-bottom:10px;}
header .logo .l_right{ width:225px; float:left; margin-top:16px; margin-left:5px;}
header .logo .l_right h2{ color:#2a2a2c; font-size:18px; letter-spacing:0; margin:0; font-weight:bold;}
header .logo .l_right h2 span{ color:#ee1d23;}
header .logo .l_right p{ color:#7d7d7f;font-size: 0.65em;}
header .logo .l_left img{ max-width:100%; display:block;}

/*菜单*/
.nav{ float:right; display:none;}
.nav ul{ margin-left:70px;}
.nav ul li{ float:left; position:relative;}
.nav ul li a{ display:block; color:#222; text-align:center; font-size:18px; line-height:100px; position:relative; padding:0 20px;}
.nav ul li a.on{color:#43a047; border-bottom:2px solid #43a047;}
.nav ul li a:hover,.header .nav ul li a.on{color:#43a047; border-bottom:2px solid #43a047;}

/*二级菜单*/
#menu ul ul { display:none;  position:absolute; top:102px; left:-85px; z-index:99999; width:200px; background:#43a047; box-shadow:0 3px -8px #b3b3b3;}
#menu ul ul li{ background:none; float:none; margin:0;}
#menu ul ul li a{ color:#fff; font-size:15px; line-height:28px;border-bottom:solid 1px #02823b; padding:10px 10px; display:block;text-align: center;}
#menu ul ul li a:hover{ color:#555; background:#fff;}
#menu ul ul li a:hover i{color:#555;}
#menu ul ul li a:after,#menu ul ul li a:hover:after{ display:none;}
#menu ul ul li .on{ background:#f6f7f7;}
#menu ul ul li .tit{background:#f6f7f7; height:55px; line-height:55px; width:266px;text-align:left; padding:0 15px; border-radius:5px 5px 0 0; font-weight:bold;color: #485a64; font-size:20px;border-bottom:1px solid #ddd;}


/*手机端导航*/
.sp_nav{width:30px;float:right;position:relative;cursor:pointer;height:25px;margin-top:15px; display:block;}
.sp_nav span{display:block;background:#43a047;width:20px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:7px}
.sp_nav span:nth-of-type(3){top:14px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#43a047;width:100%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:50px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;/*border-left:1px #ddd solid;*/height:30px;padding:0px 7px 0 7px;width: 85%;text-align: right;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #02823b solid;margin-left:15px;position:relative;line-height:44px;font-size:17px}
.sjj_nav>ul >li:last-child{border-bottom:1px #02823b solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#fff;width:80%}
.sjj_nav ul li ul li a{color:#fff;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff}
.sjj_nav ul li ul li>ul{margin-left:0}

/*头部电话*/
header .dl{ float:right; height:120px; padding-left:20px; border-left:1px solid #e5e5e5; display:none;}
header .dl p{ color:#555; font-size:16px; margin-top:40px; margin-bottom:0;}
header .dl p i{ padding:2px 4px; border:2px solid #ee1d23;color:#ee1d23; border-radius:50%; margin-right:5px;}
header .dl .tel{ font-size:24px; color:#ee1d23; font-weight:bold;}
header .dl .tel a{color:#ee1d23;}


#tel{position:fixed; right:10px; bottom:140px; background:#43a047; display:inline-block; text-align:center; width:41px; font-size:16px; color:#fff; padding: 3px 10px 5px 10px;z-index:9999; display:block;}
#tel i{display:block; color:#fff; font-size:24px;}
#toubu{ position:fixed; right:10px; bottom:90px; background:#005cb9; display:inline-block; text-align:center; font-size:16px; color:#fff; padding: 3px 10px 5px 10px;z-index:9999;}
#toubu i{ display:block; color:#fff; font-size:24px;}
#toubu p{ display:none;}
/*banner开始*/
.banner{ width:100%;position:relative; margin-top:80px;}
.banner .swiper-wrapper{ height:auto !important;}
.banner .swiper-container {width:100%;height: 100%;margin-left: auto;margin-right: auto;}
.banner .swiper-slide { position:relative;text-align: center;font-size: 18px;background: #fff;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex; display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; width:100% !important;}
.banner .swiper-slide .text{ margin-top:8%; text-align:center;color:#fff; position:absolute; left:0; top:0; width:100%;}
.banner .swiper-slide .text .t1{ font-size:55px; font-weight:bold; margin-bottom:0; letter-spacing:5px;text-shadow: 5px 5px 5px #222;}
.banner .swiper-slide .text .t2{ font-size:38px;text-shadow: 3px 3px 3px #222;}
.banner .swiper-slide img{ width:100% !important;}
.banner .swiper-slide .pc{ display:none;}
.banner .swiper-slide .phone{ display:block;}

/*首页--产品中心*/
#product{padding:30px 0;/*background: #f5f5f5;*/}
#product img{width:80%; margin-left:10%;}
.pro-title{height:40px; line-height:40px; margin:0 auto; margin-bottom:20px; text-align:center;}
.pro-title span{padding-left:55px; background:url(../images/bg3.png) left no-repeat;font-size:26px; color:#222;margin:0 auto;}
.pro-title a{float:right;color:#777; font-size:14px;}
.pro{border:1px solid #ddd;text-align:center; font-size:14px; margin-bottom:30px;}
.pro p{background:#f5f5f5; margin-bottom:0;height:40px; line-height:40px;}
.pro:hover p{background:#005cb9;}
.pro:hover a p{color:#fff;}
.pro-bg{width:100%; overflow:hidden;border-radius: 8px;}
.pro-bg img{width:100%;transform:scale(1,1);transition-duration:0.5s;}
.pro-bg img:hover{ transform:scale(1.1,1.1); transition-duration:0.5s;}

.rect-112{/*padding-bottom:112%;*/}
.rect-75 {/*padding-bottom: 75%;*/}
.product .item{position:relative; margin-bottom:20px; overflow:hidden;border: 1px solid #eee;}
.product .item .cover{position:absolute; top:100%; width:100%; height:100%; background:url(../images/pro_list_bg1.png) no-repeat center; background-size:cover; transition:.3s ease;}
.product .item:hover .cover{top:0;}
.product .item .text{font-size:18px; color:#fff; text-align:center; height:50px; line-height:50px; background:#005cb9;}
.product .item .cover .txt_box{padding:50px 28px 0;}
.product .item .cover .txt_box .tit{font-size:20px; color:#fff; font-weight:bold; line-height:1.2; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; margin-bottom:15px;}
.product .item .cover .txt_box .txt{font-size:14px; color:#fff;}
.product .item .cover .txt_box .know_more{font-size:14px; color:#c5c4c4; float:right;}

.pro-bottom{background:#f8f8f8;padding:15px ; margin:10px 0 10px 0; border:1px solid #ddd;}
.pro-bottom ul{}
.pro-bottom h3{text-align:left;margin-top:0;padding-bottom:10px; font-size:18px;font-weight:bold;; font-weight:bold; color:#4c4c4c; border-bottom:1px solid #ddd; margin-bottom:10px;}
.pro-bottom ul li{display:inline-block; float:left; margin-right:30px;font-size:13px;line-height:2;}
.pro-bottom ul li a{color:#555;}

[class*="rect-"] {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
[class*="rect-"] ._full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  *height: auto;
}
#product .content a{display:block; margin:0 15px;border: 1px solid #43a047; box-shadow:5px 2px 10px #ddd;}
#product .content .item{ position:relative;}
#product .content .item .rect-6075{padding-bottom:60.75%;}
#product .content .item .text{background:#fff;}
#product .content .item .text .box{padding:25px 30px; text-align:left; /*margin-bottom:30px;*/}
#product .content .item .t{font-size:24px;  text-align:center; color:#262626;overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
#product .content .item .c{font-size:14px; color:#666;}
#product .content .item .cover{opacity:0; transform:scale(0.6); visibility:hidden; transition:all .5s ease; position:absolute; top:0; width:92%; height:92%; top:4%; left:4%; background:url(../images/ipart02_3.jpg) no-repeat center bottom;}
#product .content .item2 .cover{opacity:0; transform:scale(0.6); visibility:hidden; transition:all .5s ease; position:absolute; top:0; width:92%; height:92%; top:4%; left:4%; background:url(../images/ipart02_31.jpg) no-repeat center bottom;}
#product .content .item .cover .box{padding:40px 40px;}
#product .content .item .cover .box .t{color:#fff; font-size:25px; text-align:center; margin-bottom:10px;overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
#product .content .item .cover .box .c{color:#fff; line-height:26px; text-align:left; font-size:15px;}
#product .content .item .cover .box .icon{position:absolute; bottom:70px; right:40px; background:url(../images/ipart02_2.png) no-repeat center; width:16px; height:29px;}
#product .content .item:hover .cover{opacity:1; visibility:visible;  transform:scale(1)}


/*首页--关于我们*/
.sy_about{height:800px; overflow:hidden; background:url(../images/ipart04_1.jpg) no-repeat center; background-attachment:fixed; padding:30px 0 160px; box-sizing:border-box;}
.sy_about .content{position:relative;}
.sy_about .content .pic{overflow:hidden; border-radius:10px;}
.sy_about .content .pic img{display:block; max-width:100%; margin:0 auto;transform: scale(1);transition: all .5s ease;border-radius:10px;}
.sy_about .content .pic:hover img{transform: scale(1.12);transition: all .5s ease;}
.sy_about .content .intro{ padding:0; padding-right:0;}
.sy_about .content .intro .tit{font-size:20px; line-height:24px; color:#fff;}
.sy_about .content .intro .con{font-size:26px; line-height:40px; color:#fff; margin:15px 0 30px}
.sy_about .content .intro .con span{display:block;}
.sy_about .content .intro .text{ font-size:16px; line-height:28px; color:#fff;}
.sy_about .content .intro .common_more{background:#fff;}
.sy_about .content .intro .common_more span.text{color:#43a047; line-height:60px;}
.sy_about .content .intro .common_more span.icon{background:url(../images/more_j2.png) no-repeat center;}
.common_more{display:inline-block; padding:0 95px 0 50px; border:1px solid #fff; border-color:rgba(255,255,255,.3); border-radius:10px; position:relative; margin-top:30px;}
.common_more span{display:inline-block;}
.common_more span.text{font-size:16px; line-height:58px; color:#fff;}
.common_more span.icon{width:26px; height:14px; background:url(../images/more_jt.png) no-repeat center; position:absolute; top:50%; margin-top:-7px; right:47px; transition:all 0.5s ease;}
.common_more:hover span.icon{right:35px;}

.ipart05{margin-bottom:0;}
.ipart05 .content{background:#fff; box-shadow:0 0 30px rgba(0,0,0,.1); margin-top:-94px; border-radius:10px;margin-left:0;margin-right:0;}
.ipart05 .content ul{padding:20px 10px;}
.ipart05 .content ul li{float:left; width:25%; text-align:center; position:relative;}
.ipart05 .content ul li:after{content:''; width:1px; height:95px; background:#9EBAED; position:absolute; left:0; top:50%; margin-top:-48px;}
.ipart05 .content ul li:first-child:after{display:none;}
.ipart05 .content ul li .num{font-size:20px; line-height:24px;color:#43a047; font-weight:bold; margin-bottom:3px;}
.ipart05 .content ul li .num font {font-size:12px; font-weight:200; padding-left:10px;color: #4d4d4d;vertical-align: top;}
/*.ipart05 .content ul li .num1{font-size:42px; line-height:42px;color:#232323; font-weight:bold; width:45px;height:45px; margin:0 auto;margin-bottom:10px;}
.ipart05 .content ul li .num1 img{ display:block; max-width:100%; margin:0 auto;transition:all 0.4s;}
.ipart05 .content ul li a:hover .num1 img{transform:rotate(360deg);}*/
.ipart05 .content ul li .txt{font-size:15px;line-height:28px;color:#333;}


/*首页产品*/
.sy_product{ padding:30px 0; /*background:url("../images/sy_product.jpg") no-repeat center;*/ background: #f3f6f8;}
.sy_product .t{background: url('../images/line2.png') no-repeat left top;}
.sy_product .t h2{font-size:26px;color:#0a3360;font-weight:400;letter-spacing:0;line-height:1.8em;text-align:left;}
.sy_product .fl{float: right;}
.sy_product .fl ul{ margin-bottom: 0; margin-top:20px;}
.sy_product .fl ul li{ display:inline-block; margin:7px; height: 42px;line-height: 42px;text-align: center;}
.sy_product .fl ul li a{display:block; font-size:16px; background:#eef2f5; color:#6c6e74;padding:0 20px;} 
.sy_product .fl ul li a:hover{background:#43a047; color:#fff;}

.sy_product .sy_list{margin-top:30px; padding:0 10px;}
.sy_product .sy_list .line{ padding:0 5px;}
.sy_product .sy_list .l{border:5px solid #fff; text-align:center; margin-bottom:30px;}
.sy_product .sy_list .l .pic{overflow:hidden;}
.sy_product .sy_list .l .pic img{display:block;max-width:100%;margin:0 auto;transform: scale(1,1); transition-duration: 0.5s;}
.sy_product .sy_list .l .tit{line-height: 48px; font-size:16px; color:#222; background:#fff;}
.sy_product .sy_list .l:hover{border:5px solid #43a047;}
.sy_product .sy_list .l:hover .pic img{transform: scale(1.1,1.1); transition-duration: 0.5s;}
.sy_product .sy_list .l:hover .tit{color:#fff; background:#43a047;}
.sy_product .more{ display:block; width:180px; height:50px; line-height:50px; border-radius:25px; border:1px solid #43a047; text-align:center; font-size:16px; color:#43a047; margin:0 auto;}
.sy_product .more:hover{ background:#43a047; color:#fff;}


/*首页应用领域*/
.sy_lingyu{ padding-bottom:60px;}
.sy_lingyu .tab{position: relative;overflow:hidden;background:#fff;margin:0 auto;line-height: 1.5;color: #888;-webkit-font-smoothing: antialiased;}
.sy_lingyu .tabs {display: table;position: relative;overflow: hidden;margin: 0;width: 100%;}
.sy_lingyu .tabs li{line-height:50px;overflow: hidden;position: relative;}
.sy_lingyu .tabs a{background-color: #f4f4f4;border-bottom: 1px solid #fff;color: #888;font-weight: 500;display: block;letter-spacing: 0;outline: none;padding:30px 50px;text-decoration: none;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;border-bottom: 2px solid #ddd; font-size:24px; color:#333;}
.sy_lingyu .tabs a i{ padding-right:15px; font-size:30px; width:50px; display:inline-block;}
.sy_lingyu .tabs_item {display:none; position:relative;}
.sy_lingyu .tabs_item img{ max-width:100%; display:block; margin:0 auto;}
.sy_lingyu .tabs_item .nr{ position:absolute; left:10%; top:25%; z-index:99; width:40%; text-align:left;}
.sy_lingyu .tabs_item .nr .title{font-size:32px;color:#fff;line-height: 48px;transition-duration: .8s;}
.sy_lingyu .tabs_item .nr p{ line-height:28px; color:#fff; font-size:16px; margin-top:50px;}
.sy_lingyu .tabs_item .nr .view-more1{display: block;width: 168px;height: 50px;line-height: 50px;background: #43a047;color: #fff; border-radius:25px;font-size: 16px;text-transform: uppercase;text-align: center;transition-duration: .3s; margin-top:80px;}
.sy_lingyu .tabs_item .nr .view-more1.green{background: #43a047; }
.sy_lingyu .tabs_item .nr .view-more1:hover {color: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.sy_lingyu .tabs_item .nr .view-more1:hover:after{margin-left: 12px; }
.sy_lingyu .tabs_item .nr .view-more1:after {position: relative;content: "";display: inline-block;vertical-align: middle;width: 13px;height: 10px;margin-left: 22px;transition-duration: .3s;background: url(../images/view-more1.png) no-repeat center; }
.sy_lingyu .tabs_item:first-child {display: block;}
.sy_lingyu .current a {color: #fff;background: #43a047;}


/*首页标题*/
.sy_title{ margin-bottom:30px; text-align:center;}
.sy_title .tit{ color:#222; font-size:24px; font-weight:bold; text-align:center;}
.sy_title img{display: block; max-width: 100%; margin: 15px auto;}
.sy_title p{ margin-bottom:0;}
.sy_title p span{ color:#979797; font-size:15px; text-transform:uppercase; padding:0 15px;}
.sy_title p i{ color:#ee1d23;font-size: 28px; display:none;}

/*首页荣誉*/
.sy_rongyu{ padding:30px 0;}
.sy_rongyu .list{ padding:30px; background:#f2f2f2;box-shadow: 5px 5px 10px #ddd; margin-bottom:15px;}
.sy_rongyu .list .img1{overflow:hidden;}
.sy_rongyu .list .img1 img{ max-width:100%; display:block; margin:0 auto;transition: all 0.6s ease-out;border-bottom:1px solid #e8e8e8; padding-bottom:25px;}
.sy_rongyu .list .img1 img:hover{transition: all 0.6s;transform: scale(1.1);}
.sy_rongyu .list .tit{ margin-top:15px;background:url(../images/fd.png) no-repeat right; color:#333; font-size:18px;}

/*首页新闻*/
.sy_news{ margin:30px auto;}
.sy_news .list{}
.sy_news .list .l_left{background: #f4f4f4; margin-bottom: 20px;}
.sy_news .list .l_left .pic{overflow:hidden;}
.sy_news .list .l_left .pic img{display: block; max-width: 100%; margin: 0 auto;}
.sy_news .list .l_left .nr{padding:40px;}
.sy_news .list .l_left .nr .t{font-size:22px; color: #000; margin-bottom: 20px; overflow: hidden;}
.sy_news .list .l_left .nr .text{font-size:16px;color: #888;line-height: 1.8;overflow: hidden;width: 100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;}
.sy_news .list .l_left .nr .time{font-size: 14px; color: #555; margin-top: 25px; margin-bottom:30px;}
.sy_news .list .l_left .nr .time i{padding-right:10px;}
.sy_news .list .l_left .nr .more1{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:inherit;border:1px solid #43a047; float:right;}
.sy_news .list .l_left .nr .more1 i {font-size:16px;margin-left:2px;color:#43a047;}
.sy_news .list .l_left .nr a:hover .t{color:#43a047;}
.sy_news .list .l_left .nr a:hover .more1{background:#43a047; color:#fff;}
.sy_news .list .l_left .nr a:hover .more1 i{color:#fff;}
.sy_news .list .l_right{background:#f4f4f4;}
.sy_news .list .l_right ul{margin:0;}
.sy_news .list .l_right ul li{padding:20px; border-bottom:1px solid #fef1e5; position:relative;}
.sy_news .list .l_right ul li::before{position: absolute;width: 2px;height: 2px;background-color:#43a047;border-radius: 20px;transition: all .3s;content: "";top: 55px;left: 20px;}
.sy_news .list .l_right ul li .t{font-size:20px;color:#333;line-height: 25px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.sy_news .list .l_right ul li .con{font-size:15px;color: #999;margin-top: 10px;line-height: 1.8;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.sy_news .list .l_right ul li:hover{background:#e3f9e4;}
.sy_news .more{display:block; width:180px; height:50px; line-height:50px; border-radius:25px; border:1px solid #43a047; text-align:center; font-size:16px; color:#43a047; margin:0 auto; margin-top:40px;}
.sy_news .more:hover{background:#43a047; color:#fff;}

/*首页留言*/
.sy_liuyan{width:100%; background:#343645; padding:30px 0;}
.sy_liuyan .ly_left{ padding-right:40px; color:#fff;}
.sy_liuyan .ly_left .tit{ font-size:26px;}
.sy_liuyan .ly_left .line{width:200px; height:1px; background:#fff; margin:20px 0;}
.sy_liuyan .ly_left .text{ font-size:16px; line-height:28px; color:#fff; text-align:left; margin-bottom: 20px;}
.sy_liuyan .kehu1{margin-bottom: 15px;}
.sy_liuyan .kehu1 input{padding:10px 10px;background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);}

/*内页banner*/

.ny_banner{height:680px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative; margin-top:60px; display:none;}
.ny_banner h3{position:absolute;color:#fff;top:30%;font-size:40px;text-transform:uppercase;width:100%;font-weight:700;padding-bottom:15px;animation:leftPic 1s;max-width:1600px;min-width:360px;left:51%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%);}
.ny_banner h3 span{display: block;font-size:18px;font-weight: 400;opacity: 0.8; margin-top:10px;}
.ny_banner h3 p{ margin-top:10px;font-size:14px;font-weight: 400;opacity: 0.8;}
.ny_banner h3 p i{ padding-right:10px;}
.ny_banner h3 p a{ padding:0 10px;opacity: 0.8; color:#fff;}

.ny_banner1{height:230px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative; margin-top:58px; display: block;}
.ny_banner1 h3{position:absolute;color:#fff;top:10%;font-size:24px;text-transform:uppercase;width:100%;font-weight:700;padding:15px;animation:leftPic 1s;max-width:780px;min-width:360px;left:51%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%);}
.ny_banner1 h3 span{display: block;font-size:14px;font-weight: 400;opacity: 0.8; margin-top:10px;}
.ny_banner1 h3 p{ margin-top:10px;font-size:14px;font-weight: 400;opacity: 0.8;}
.ny_banner1 h3 p i{ padding-right:10px;}
.ny_banner1 h3 p a{ padding:0 10px;opacity: 0.8; color:#fff;}


/*内页公用菜单*/
.sub-nav-box{margin-top: -40px;  position: relative;  z-index: 3;  }
.sub-nav{background-color: rgba(255,255,255,0);  }
.sub-nav .swiper-slide{width: 33.33%;  box-sizing: border-box;  border-right: 1px solid rgba(255,255,255,.4);  }
.sub-nav a{display: block;height:40px;line-height:40px;text-align:center;font-size:16px;color:#333;position:relative;transition: all .3s;  }
.sub-nav .swiper-slide>a:before{  content: "";  position: absolute;  left: 0;  bottom: 0;  width: 0;  height: 3px;  background-color: #43a047;  transition: all .3s;  }
.sub-nav .swiper-slide.cur>a{  color: #43a047;  }
.sub-nav .swiper-slide.cur a:before{  width: 100%;  }
.sub-nav .swiper-slide a:hover  { color: #43a047;}
.sub-nav .swiper-slide.cur a:before{  width: 100%;  }
/* .about-nav .swiper-slide{width: 20%;} */
.sub-nav a:hover::before{width: 100%;}
.sub-nav a.cur:before{  content: "";  position: absolute;  left: 0;  bottom: 0;  width: 100%;  height: 3px;  background-color: #274fa1;  transition: all .3s;  }
.m-subnav { background: #f5f5f5; position: absolute; top: 80px; width: 100%; padding: 20px; display: none; box-sizing: border-box;} 
.m-subnav a{ font-size: 14px; display: block; text-align: center; color: #666; height: 35px; line-height: 35px;}

	
.listMenu{background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);position:relative;z-index: 2;}
.listMenu .main{display:flex;flex-flow:row wrap;justify-content:center;height:auto;padding:0 5px;}
.listMenu a{position:relative;display:inline-block;color:#333;text-align:center;font-size:16px;line-height: 20px;padding: .85rem 0 .75rem;border-left: 1px solid #e5e5e5;transition: all .5s ease;}
.listMenu .ico-wrap{margin:0 auto 6px;position:relative;width:55px;height:42px;}
.listMenu .poa100{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.listMenu .hover{display: none;}
.listMenu a:hover, .listMenu a.cur{color: #fff;background: #e60039;}
.listMenu a:hover .hover, .listMenu a.cur .hover{display: block; }
.listMenu a:hover .unhover, .listMenu a.cur .unhover{display: none;}
/*.listMenu a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#ee1d23;bottom:-1px;transform: scale(0,1);transform-origin: right;transition:transform .4s; line-height:55px;}
.listMenu a:hover,.listMenu .on{color:#ee1d23;}
.listMenu .on::after,.listMenu a:hover::after{transform: scale(1);transform-origin:left;}*/

/*内页公共标题*/
.ny_title{ text-align:left; font-size:24px; font-weight:bold; color:#333; margin-bottom:20px;}
.ny_title p{ line-height:30px; font-size:16px; font-weight:300;}
.ny_title .line{width:30px;height:5px;background-color:#43a047;margin-top:30px;}
.ny_title1{ margin-top:60px;}

/*内页关于我们*/
.ny_about{ padding:30px 0;/*background: #f6f7fa;*/margin-top:0; font-size:16px;}
.ny_about .a_left{ background:#fff;/* padding:5%;*/}
.ny_about .a_left .tit{font-size:24px;font-weight:bold;color:#2a2a2c;}
.ny_about .a_left .line{width:30px;height:5px;background-color:#43a047;margin-top:30px;}
.ny_about .a_left span{ color:#979797; font-size:18px; text-transform:uppercase; display:block;}
.ny_about .a_left .text{ font-size:16px; color:#4a4a4a; line-height:28px; margin:20px 0;}
.ny_about .a_left .text p{ text-indent:2em;line-height:32px;color:#666666;}
.ny_about .a_left .more{ width:100px; height:50px; text-align:center; line-height:50px; display:block; color:#fff; background:#389eab; font-size:18px;}
.ny_about .a_left .tel{ padding:10px 30px; background:#f08200; font-size:24px; color:#fff; font-weight:bold; margin-top:10%; border-radius:30px; text-align:center;}
.ny_about .a_left .tel i{ padding-right:10px; font-size:24px;}
.ny_about .a_right{padding-left:50px;}
.ny_about .a_right .item{padding-bottom: 20px;  margin-bottom: 20px;  border-bottom: 1px solid #e8e8e8;  }
.ny_about .a_right .item:last-child{  margin-bottom: 0;  }
.ny_about .a_right .num-box{float: left;  }
.ny_about .a_right .num-top{font-size: 0;  }
.ny_about .a_right .num-box .num,
.ny_about .a_right .num-box .year,
.ny_about .a_right .num-box .unit{display: inline-block;*display: inline;zoom: 1;vertical-align: bottom;}
.ny_about .a_right .num-box .num{font-size:54px;line-height:54px;color: #43a047;}
.ny_about .a_right .num-top .year{font-size:14px;line-height:23px;width:23px;height: 23px;background-color: #43a047;border-radius: 100%;text-align: center;color: #fff;margin-left: .2rem;}
.ny_about .a_right .num-top .unit{font-size:16px;line-height:16px;color:#43a047;margin-left:20px;}
.ny_about .a_right .txt{font-size: 16px;}
.ny_about .a_right .icon{float: right;width: 80px;}

.ny_about img{ display:block; max-width:100%; margin:0 auto;}

/*企业文化*/
.ny_about_wenhua{background: url(../images/ab-bg1.jpg) no-repeat center top; background-size: cover; max-height: 800px; padding:0;}
.ny_about_wenhua .culture{display:block; flex-direction: row; justify-content: space-between; background: #fff;}
.ny_about_wenhua .culture .chaoren{width:100%; overflow: hidden;}
.ny_about_wenhua .culture .chaoren ol{margin-bottom:0;}
.ny_about_wenhua .culture .chaoren li{border-bottom:1px #eee solid; display: flex; flex-direction: row; align-items: center; line-height:30px; height: 114px;}
.ny_about_wenhua .culture .chaoren li .chong{padding:20px 20px; border-right: 1px solid #eee;}
.ny_about_wenhua .culture .chaoren li .chong img{display:block; width: 60px;}
.ny_about_wenhua .culture .chaoren li .danci{font-size:18px; padding:20px;}
.ny_about_wenhua .culture .chaoren li .danci span{color:#43a047; width:auto; vertical-align:middle; display:inline-block; font-size:18px;}
.ny_about_wenhua .culture .chaoren li .danci sup{color:#aaa; vertical-align: middle; display: inline-block; padding: 0 15px;}
.ny_about_wenhua .culture .cizhi{width:100%; overflow: hidden;}
.ny_about_wenhua .culture .cizhi img{display:block; width: 100%; object-fit: cover; height:auto; }


/*荣誉列表*/
/*.ny_about .list{ padding:30px; background:#f6f7fa;box-shadow: 5px 5px 10px #ddd; margin-bottom:30px;}
.ny_about .list .img1{overflow:hidden;}
.ny_about .list .img1 img{ max-width:100%; display:block; margin:0 auto;transition: all 0.6s ease-out;border-bottom:1px solid #e8e8e8; padding-bottom:25px;}
.ny_about .list .img1 img:hover{transition: all 0.6s;transform: scale(1.1);}
.ny_about .list .tit{ margin-top:15px;background:url(../images/fd.png) no-repeat right; color:#333; font-size:18px;}*/

.ny_about .list{margin-bottom:30px;}
.ny_about .list a{display:block;position: relative;overflow:hidden;border-radius: 10px;}
.ny_about .list a img{transition: all 0.6s ease;}
.ny_about .list a .text{/*position: absolute;*/width: 100%;left:0;bottom:0;text-align: center;}
.ny_about .list a .text .cont{position: relative;padding:12px 10px;z-index: 9; border-left:1px solid #eee;border-right:1px solid #eee;}
.ny_about .list a .text .cont:before{content:'';position: absolute;top:calc(100% - 3px);left:0;width: 100%;height: 100%;background:#43a047;z-index: 8;transition: all 0.3s ease-out;}
.ny_about .list a .text h3{font-size:22px;color:#333;position:relative;z-index: 9;}
.ny_about .list a .text .txt{font-size:14px;color: #999;position: relative;z-index: 9;}
.ny_about .list a:hover img{transform: scale(1.1);}
.ny_about .list a:hover .text h3{color:#fff;}
.ny_about .list a:hover .text .txt{color:#fff;}
.ny_about .list a:hover .text .cont:before{top:0;}

.about_wenhua{background:url(../images/about04.jpg) no-repeat center; background-size:cover; background-attachment:fixed; padding:60px 0; margin-top:40px;}
svg{fill: currentColor;}
.mt-tabpage {width:100%;margin: 0 auto;}
.mt-tabpage-title {height: 44px;font-size: 0;width:100%;margin: auto;border-bottom: 1px solid #fff; padding-bottom:15px;}
.mt-tabpage-title .mt-tabpage-item {display: inline-block;width:25%;/*height: 44px;line-height: 44px;*/text-align: center;color:#fff;font-size:18px; position:relative; padding-bottom:18px;}
.mt-tabpage-title .mt-tabpage-item:hover{color: #ee1d23;}
.mt-tabpage-title .mt-tabpage-item-cur {color: #ee1d23;border-bottom: 1px solid #ee1d23;}
.mt-tabpage-title .mt-tabpage-item::after{content:''; width:8px; height:8px; background:#fff; position:absolute; bottom:-3px; left:50%; margin-left:-5px; border-radius:50%; transition:all 0.5s ease;}
.mt-tabpage-title .mt-tabpage-item::before{content:''; width:14px; height:14px; border:1px solid #fff; position:absolute; bottom:-6px; left:50%; margin-left:-8px; border-radius:50%; transition:all 0.5s ease;}
.mt-tabpage-title .mt-tabpage-item-cur::after{background:#ee1d23;}
.mt-tabpage-title .mt-tabpage-item-cur::before{border-color:#ee1d23;}
.mt-tabpage-count {position: relative;width:300px;height:330px;overflow: hidden;}
.mt-tabpage-cont__wrap {position: absolute;}
.mt-tabpage-count .mt-tabpage-item {width:300px;height:330px;text-align:left; color:#fff;}
.mt-tabpage-count .mt-tabpage-item .t{font-size:22px;line-height:30px; margin-top:30px; margin-bottom:20px;}
.mt-tabpage-count .mt-tabpage-item p{font-size:16px; line-height:28px;}

.tuandui{ width:100%;}
.tuandui .title{ width:100%; background:url(../images/tuandui_bj.jpg) repeat fixed center; background-size:cover;padding:30px 0; text-align:center;color:#ffffff; font-size:24px; font-weight:bold; text-align:center;}
.tuandui .title p{ line-height:30px; font-size:16px; font-weight:300;}
.tuandui .n_bj{ width:100%; background:#f1f4fd; border-bottom:1px solid #e7e7e7; padding-bottom:30px;}
.tuandui .n_bj .line{ margin:0 auto; text-align:center;}
.tuandui .n_bj .line img{ display:block; max-width:100%; margin:0 auto;}
.tuandui .n_bj .td{ padding:30px 0; padding-bottom:0;}
.tuandui .n_bj .td .l{ padding:40px 30px; text-align:center;color:#fff; background:#fff; margin-bottom:20px;}
.tuandui .n_bj .td .l i{width: 100px;height: 100px;border: 1px solid #eee;border-radius: 100%;line-height: 100px;text-align: center;font-size:40px;color: #ee1d23;margin: 0 auto;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;display: inline-block;}
.tuandui .n_bj .td .l .tit{ font-size:20px; color:#222; margin:20px 0;}
.tuandui .n_bj .td .l .text{ line-height:28px; font-size:16px; height:96px; overflow:hidden; color:#999;}
.tuandui .n_bj .td .l:hover{ background:#ee1d23;}
.tuandui .n_bj .td .l:hover i{transform: rotate(360deg); color:#fff;}
.tuandui .n_bj .td .l:hover .tit{ color:#fff;}
.tuandui .n_bj .td .l:hover .text{ color:#fff;}
.my_more{ display:block; width:180px; height:50px; line-height:50px; border-radius:25px; border:1px solid #ee1d23; text-align:center; font-size:16px; color:#ee1d23; margin:0 auto; margin-top:20px;}
.my_more:hover{ background:#ee1d23; color:#fff;}

.lingyu{width:100%; padding:30px 0;}
.lingyu .tubiao{ margin-bottom:30px;}
.lingyu .tubiao .l{ text-align:center;}
.lingyu .tubiao .l .img1{ margin:0 auto; display:block;}
.lingyu .tubiao .l .img1 img{ display:block; max-width:100%; margin:0 auto;}
.lingyu .tubiao .l .img2{ margin:0 auto; display:none;}
.lingyu .tubiao .l .img2 img{ display:block; max-width:100%; margin:0 auto;}
.lingyu .tubiao .l p{font-size:16px; color:#222222; line-height:30px;}
.lingyu .tubiao .l:hover .img1{display:none;}
.lingyu .tubiao .l:hover .img2{display:block;}
.lingyu .tubiao .l:hover p{ color:#0d3b95;}
.lingyu .swiper-yingyong{width: 100%;height: 100%;}
.lingyu .swiper-yingyong .swiper-slide {text-align: center;font-size: 18px;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center; -webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center; margin-bottom:50px;}
.lingyu .swiper-yingyong .swiper-slide .img1{ overflow:hidden;box-shadow:2px 5px 10px #ddd; border:1px solid #ddd;font-size:20px; padding-bottom:30px; background:#fff; color:#333;}
.lingyu .swiper-yingyong .swiper-slide .img1 img{ max-width:100%; display:block; margin:0 auto;border:10px solid #fff; }
.lingyu .swiper-yingyong .swiper-slide .img1 img{display:block; max-width:100%; margin:0 auto;transform: scale(1,1); transition-duration: 0.5s;}
.lingyu .swiper-yingyong .swiper-slide:hover .img1 img{transform: scale(1.1,1.1); transition-duration: 0.5s;}
.lingyu .swiper-yingyong .swiper-slide .tit{ text-align:center; color:#333; height:36px; font-size:18px; line-height:36px; width:100%; display:block;}




/*内页联系我们*/
.ny_contact{ padding:30px 0; font-size:16px; background:#f6f7fa; padding-top:30px;}
.ny_contact .l{text-align: center; -webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition: .5s; margin-top:30px;}
.ny_contact .l i{width: 100px;height: 100px;border: 1px solid #eee; background:#f1f4fd;border-radius: 100%;line-height: 100px;text-align: center;font-size:30px;color: #ee1d23;margin: 0 auto;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;display: inline-block;}
.ny_contact .l h3 {font-size:18px;color: #000;padding: 20px 0 10px;}
.ny_contact .l p {font-size:18px;color: rgba(0,0,0,.7);}
.ny_contact .l:hover i{transform: rotate(360deg); color:#ee1d23;}
.ny_contact .c_left{padding:30px; background:#fff; height:330px; margin-bottom:30px;}
.ny_contact .c_left .tit {font-size: 28px;color: #000; font-weight:bold;border-bottom: 1px solid #dcdde1;padding-bottom: 20px;}
.ny_contact .c_left ul{ margin-bottom:0;}
.ny_contact .c_left ul li{line-height:30px;padding: 13px 0;border-bottom: 1px solid #dcdde1;font-size:16px;color: #616161;}
.ny_contact .c_left ul li i{ display:inline-block; width:30px; padding-right:10px; color:#43a047; font-size:20px;}

.contact_map {width: 100%;/*border-top:10px solid #d6d6d6;border-bottom:10px solid #d6d6d6;*/}

/*内页人才招聘*/
.job{ padding:30px 0; width:100%;}
.job1{ background:#f1f4f7; float:left; width:100%;border: 1px solid #fff; margin-left: -1px; margin-top: -1px;}
.job1 a{ display:block; padding:30px;
 background-repeat:no-repeat; background-position:-100% 0; background:none;}
.job1 a:hover{background:url(../images/job.jpg) no-repeat center 100%;}
.job1 h2{font-size: 24px; color: #191919; margin:0 0 40px 0; position: relative;}
.job1 .tex{font-size: 16px; color:#808080; line-height: 32px; margin-bottom: 30px;}
.job1 .tex p{ margin:0;}
.job1 .tex .renzhi{ height:60px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;line-height: 28px;}
.job1 .tex i{ color:#ee1d23; padding-right:10px;}
.job2{padding-bottom:10px;}
.job2 .more1{width:50px;height:2px;background:#ee1d23;display:block; float:left;margin-top:9px;margin-right:25px;transition:width 0.5s ease;-webkit-transition:width 0.5s ease;-moz-transition:width 0.5s ease;}
.job2 .more2{width:33px; height:21px; overflow:hidden; display:block; float:left; vertical-align:middle;background-position:0 14px;background:url(../images/news_more1.png) 0 0 no-repeat;}
.job1:hover .job2 .more1{width:80px; background:#fff;}
.job1:hover .job2 .more2{background-position:0 -14px; background:url(../images/news_more1.png) 0 -21px no-repeat;}
.job1 a:hover h2, .job1 a:hover .tex { color:#fff;}
.job1:hover .tex i{ color:#fff;}

/*内页产品中心*/
.ny_product{ padding:30px 0;background: #f6f7fa; margin-top:0;}
.ny_product .p_left{}
.ny_product .p_left .ss{padding:20px; background:#fff; margin-bottom:30px;}
.ny_product .p_left .tit{ height:80px; line-height:80px; font-size:26px; font-weight:bold; color:#fff; padding:0 20px; background:#43a047;}
.ny_product .p_left .tit span{ font-weight:400; font-size:16px;}
.ny_product .p_left1{display:none;}
.ny_product .p_left2{display:block;}

.ny_product .p_left .subNavBox{ width:100%;  }
.ny_product .p_left .subNavBox ul{ width:100%; float:left;}
.ny_product .p_left .subNavBox ul li{ width:100%; transition:all 0.6s; float:left;  line-height:40px; background:rgba(2,130,59,0.7); border-bottom:1px solid #fff;}
.ny_product .p_left .subNavBox ul li a{ width:90%; float:left; font-weight:normal; line-height:40px; font-size:16px; margin:0 5%; color:#fff;}
.ny_product .p_left .subNavBox ul li:hover,.ny_product .p_left .subNavBox ul li.on{background:rgba(2,130,59,1); border-bottom:1px solid #fff;}

.ny_product .p_left .subNavBox ul li .sons{ display:none; background:#fff;}
.ny_product .p_left .subNavBox ul li.on .sons{ display:block;}
.ny_product .p_left .subNavBox ul li .sons li{background:rgba(2,130,59,0.85); border-bottom:0px solid #fff;border-top:1px solid #fff; line-height:32px;}
.ny_product .p_left .subNavBox ul li .sons li a{ font-size:13px; color:#fff; font-weight:normal; padding-left:30px; line-height:32px;}
.ny_product .p_left .subNavBox ul li .sons li a{ font-size:13px; color:#fff; font-weight:normal; padding-left:30px; line-height:32px;}
.p_left .subNavBox ul li .sons li:hover,.p_left .subNavBox ul li .sons li.on{background:rgba(2,130,59,1);}

.ny_product .p_right{background:#fff; padding:10px;}
.ny_product .p_right .weizhi{ line-height:30px; border-bottom:1px solid #ddd; margin-bottom:30px;}
.ny_product .p_right .weizhi h2{ height:50px; line-height:48px; border-bottom:3px solid #ee1d23; float:left; color:#222; font-size:22px;}
.ny_product .p_right .weizhi span{ float:right; color:#666; font-size:15px;}
.ny_product .p_right .weizhi span a{ padding:0 10px; color:#666;}
.ny_product .p_right .l{ background:#fff; padding:30px 25px; border:1px solid #eee; margin-bottom:30px;}
.ny_product .p_right .l .img1{overflow:hidden;}
.ny_product .p_right .l .img1 img{display:block; max-width:100%; margin:0 auto;transform: scale(1,1); transition-duration: 0.5s;}
.ny_product .p_right .l .tit{ text-align:center; margin:20px auto; font-size:16px; color:#222222;/* height:58px;*/}
.ny_product .p_right .l .text{ color:#888888; font-size:15px; line-height:26px; height:50px; overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.ny_product .p_right .l .more{ width:125px; height:36px; line-height:36px; border:1px solid #898989; border-radius:18px; text-align:center; color:#000; font-size:15px; margin:30px auto; background:#fff;}
.ny_product .p_right .l a:hover .img1 img{transform: scale(1.1,1.1); transition-duration: 0.5s;}
.ny_product .p_right .l a:hover .tit{ color:#43a047;}
.ny_product .p_right .l a:hover .more{background:#43a047;color:#fff;}

.ny_product .p_right .tupian{ padding:20px;}
.ny_product .p_right .tupian .t_left{}
.ny_product .p_right .tupian .t_left .swiper-container{width: 100%;height:300px;margin-left: auto;margin-right: auto;}
.ny_product .p_right .tupian .t_left .swiper-slide{background-size: cover;background-position: center;}
.ny_product .p_right .tupian .t_left .swiper-slide img{ width:100%; border:1px solid #ddd;}
.ny_product .p_right .tupian .t_left .gallery-top{height: 80%;width: 100%;}
.ny_product .p_right .tupian .t_left .gallery-thumbs{height: 20%;box-sizing: border-box;padding: 10px 0;}
.ny_product .p_right .tupian .t_left .gallery-thumbs .swiper-slide{height:100%;opacity: 0.4;}
.ny_product .p_right .tupian .t_left .gallery-thumbs .swiper-slide-thumb-active{opacity: 1;}
.ny_product .p_right .tupian .t_left .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white{--swiper-navigation-color: #ee1d23;}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white{--swiper-navigation-color: #ee1d23  !important;}

.ny_product .p_right .tupian .t_right{ padding-left:0; margin-top:30px;}
.ny_product .p_right .tupian .t_right .title{margin-bottom:20px;color:#333;}
.ny_product .p_right .tupian .t_right .title span{display:block;font-size:24px;color:#43a047;}
.ny_product .p_right .tupian .t_right .font{min-height:auto;line-height:2em; font-size:16px;}
.ny_product .p_right .tupian .t_right .font p{ margin-bottom:10px;}
.ny_product .p_right .tupian .t_right .tel{border-bottom: 1px solid #ddd;padding:20px;margin:20px 0;border-top: 1px solid #ddd;font-size:1.5em;color:#191919;background: url('../images/zxtel.png') no-repeat left center;padding-left:40px; margin-top:30px;}
.ny_product .p_right .tupian .t_right .btn1{margin-top:30px;overflow:hidden;position:relative;}
.ny_product .p_right .tupian .t_right .btn1 a{display:block; width:40%;height:50px;line-height:50px;text-align:center;background:#fff;color:#333;margin-bottom:35px;max-width:180px;border-radius:5px;box-shadow:2px 2px 6px #ccc; font-size:18px;}
.ny_product .p_right .tupian .t_right .btn1 i{position:relative;margin-right:5px;font-style:normal;font-size:20px;line-height:1;top:2px;}
.ny_product .p_right .tupian .t_right .btn1 a:nth-child(2){color:#f08200;}
.ny_product .p_right .tupian .t_right .btn1 a:hover{background:#f08200;color:#fff;}
.ny_product .p_right .tupian .t_right .wx{position: absolute;right:5%;top:0;width:120px;text-align:center;}
.ny_product .p_right .tupian .t_right .wx img{width:100%;box-shadow:2px 2px 6px #ccc;}
.ny_product .p_right .tupian .t_right .wx span{display:block;margin-top:10px;}
.ny_product .p_right .n_left{ padding:0 20px;}
.ny_product .p_right .n_left .title{height: 45px;border-bottom:1px solid #dcdcdc;font-size:24px;margin-bottom: 25px;}
.ny_product .p_right .n_left .title span{display: inline-block;border-bottom:3px solid #43a047;height: 45px;font-size:24px;color: #191919;}
.ny_product .p_right .n_left .text{ font-size:16px; line-height:26px; color:#555;}
.ny_product .p_right .n_left .text img{ max-width:100%; display:block; margin:0 auto;}
.ny_product .p_right .n_left .text table{ width:100% !important;}
.ny_product .p_right .n_left .swiper-chanpin{ width:100%; height:100%;}
.ny_product .p_right .n_left .swiper-chanpin .swiper-slide {text-align: center;font-size: 18px;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center; -webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center; margin-bottom:50px;}
.ny_product .p_right .n_left .swiper-chanpin .list{ padding:20px; border:1px solid #ddd;}
.ny_product .p_right .n_left .swiper-chanpin .list .img1{overflow:hidden;}
.ny_product .p_right .n_left .swiper-chanpin .list .img1 img{display:block; max-width:100%; margin:0 auto;transform: scale(1,1); transition-duration: 0.5s;}
.ny_product .p_right .n_left .swiper-chanpin .list a:hover .img1 img{transform: scale(1.1,1.1); transition-duration: 0.5s;}
.ny_product .p_right .n_left .swiper-chanpin .list .tit{ text-align:left; margin:20px auto; font-size:16px; color:#222222;}

.ny_product .p_right .t_left .jqzoom{}
.ny_product .p_right .t_left .jqzoom img{ float:left; width:100%; border:1px solid #eee;}
.ny_product .p_right .nr{ float:left; width:100%; margin:30px 0;}

/*新闻列表*/
.news{ padding:0 0; padding-top:20px;}
.news .l{overflow: hidden;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;cursor: pointer;text-align: left; margin-bottom:30px;box-shadow: -1px 8px 10px 2px rgba(176, 176, 176, 0.37);}
.news .l .img1{overflow:hidden;}
.news .l .img1 img{transition: all .8s ease 0s; display:block; margin:0 auto; max-width:100%;}
.news .l .text{ padding:30px 20px; background:#fff;}
.news .l .text .tit{ font-size:18px; color:#000; line-height:28px; height:56px; margin-bottom:15px; overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;font-weight:bold;}
.news .l .text .time{ color:#999; margin-bottom:10px; font-size:14px;}
.news .l .text .time i{ padding-right:10px; font-size:16px;}
.news .l .text .n{ line-height:28px; color:#555; font-size:16px; height:85px;overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;}
.news .l a:hover .img1 img{transform: scale(1.1,1.1);}
.news .l a:hover .tit{ color:#ee1d23;}

.news_list02 ul li{border-bottom:1px solid #d1d3d4;}
.news_list02 ul li a{display:block; padding:20px 0 20px;}
.news_list02 ul li .left{float:left; width:100%;}
.news_list02 ul li .left .tit{font-size:18px; color:#000; margin:12px 0; transition:.5s ease;}
.news_list02 ul li .left .con{ color:#4f4f4f; line-height:24px; height:48px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin-bottom:15px;}
.news_list02 ul li .left .txt{height:40px; position:relative;}
.news_list02 ul li .left .txt .date{color:#43a047; opacity:1; visibility:visible; transition:.5s ease;}
.news_list02 ul li .left .txt .icon{position:absolute; top:0; opacity:0; visibility:hidden; transition:.5s ease;}
.news_list02 ul li .left .txt .icon i{display:inline-block; width:40px; height:40px; color:#fff; text-align:center; line-height:40px; vertical-align:middle; border-radius:50%; background:#43a047; transition:all 0.5s ease;}
.news_list02 ul li .right{float:right; width:22%; border-radius:20px 20px 0 20px; overflow:hidden;display:none;}
.news_list02 ul li .right img{display:block; max-width:100%; margin:0 auto;transition: all .8s ease 0s;}
.news_list02 ul li:hover .left .tit{color:#43a047;}
.news_list02 ul li:hover .left .txt .icon:hover i{background:#43a047;}
.news_list02 ul li:hover .left .txt .date{opacity:0; visibility:hidden;}
.news_list02 ul li:hover .left .txt .icon{opacity:1; visibility:visible;}
.news_list02 ul li:hover .right img{transform: scale(1.1,1.1);}

/*新闻详情页*/
.news_show{ padding:20px; padding-top:25px;}
.news_show .title{ padding-bottom:20px;border-bottom: 1px solid #ddd; margin-bottom:30px; text-align:center;}
.news_show .title .name{font-size:22px;color: #333;text-align: center;line-height: 1;}
.news_show .title p{ font-size:14px; color:#555; margin-top:15px;}
.news_show .title p i{ padding-right:10px;}
.news_show .nr{ color:#333; font-size:16px;}
.news_show .nr .video1{width:100%; margin:0 auto;}
.news_show .nr p{ text-indent:2em; margin-bottom:10px;}
.news_show .nr img{ display:block; max-width:100%; margin:0 auto;}
.news_show .nr .back{margin:0 auto; margin-top:30px; width:200px; height:50px; line-height:50px;}
.news_show .nr .back a{ display:block; margin:0 auto; width:100%; border-radius:25px; background:#43a047; color:#fff; font-size:18px; text-align:center;}
.news_show .nr .back a i{ padding-right:10px;}
.news_show .nr .back a:hover{background:#fff; color:#43a047; border:2px solid #43a047;}


/* 底部开始*/
.footer{background:#28272f;}
.f1{padding:30px 0;border-bottom:1px solid #3d3c43;}
.f1 .f1_1{padding-bottom:20px; border-bottom:1px solid #3d3c43;}
.f1 .f1_1 .l{ color:#ffffff; font-size:16px; line-height:30px; padding-right:0; display:block;}
.f1 .f1_1 .l i{ padding-right:10px; font-size:20px;}
.f1 .f1_1 .l p{ display:inline-block;}
.f1 .f1_1 .r{ float:right; text-align:right; display:none;}
.f1 .f1_1 .r img{ max-width:100%;text-align:right;}
.f1 .f1_2{ padding-top:20px;}
.f1 .f1_2 .f1_21{}
.f1 .f1_2 .f1_21 .l{ display:none;}
.f1 .f1_2 .f1_21 .l img{ max-width:100%; display:block;}
.f1 .f1_2 .f1_21 .l p{color:#bdbdbe;}
.f1 .f1_2 .f1_21 .l p a{ color:#bdbdbe; font-size:14px; padding:0 10px;}
.f1 .f1_2 .f1_22{}
.f1 .f1_2 .f1_22 img{max-width:100%; display:block; margin:0 auto;transition: all 0.4s;}
.f1 .f1_2 .f1_22 p{ font-size:16px;color:#bdbdbe; text-align:center; margin-bottom:0; margin-top:10px;}
.f2{ line-height:24px;color:#bdbdbe; font-size:14px;}
.f2 a{color:#bdbdbe;}
.f2 span{ float:right;}

/* 底部结束*/ 
.ban{ display:none;}
.ban img{ display:block; max-width:100%; margin:auto;}
.ban1{ display:block; margin-top:65px;}
.ban1 img{ display:block; max-width:100%; margin:auto;}
.ny_con{padding:30px 0; background: #f6f6f6; min-height: 310px; padding-bottom:0;}

@media (min-width:300px){
	.nybanner{width:100%;}
	.nybanner img{margin-top:40px; width:100%;}
	.banner{ width:100%;position:relative; margin-top:40px;}
	}

@media (min-width:768px) { 
	header{}
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:240px;}
	header .logo .l_right{ width:335px;float:right;}
	header .logo .l_right h2{font-size:25px;}
	header .logo .l_right p{font-size:14px;}
	header .dl{ display:block;}
	.nav{display:none;}
	.sp_nav{display:block;}
	#ss .ss_box{width:600px;left:-542px;}
	.banner{ width:100%;position:relative; margin-top:40px;}
	.banner .swiper-slide .pc{ display:block;}
	.banner .swiper-slide .phone{ display:none;}
	
	.nybanner{width:100%; display:block;}
	.nybanner img{margin-top:40px; width:100%; float:left;}
	
	.sy_ss{ height:90px;line-height:90px; padding:0;}
	
	.sy_youshi .title .tit{font-size:36px;}
	.sy_youshi .n_bj .list{ padding:80px 0;}
	.sy_youshi .n_bj .list .l{margin-bottom:0;}
	.sy_title{ margin-bottom:40px;}
	.sy_title .tit{font-size:36px;}
	.sy_title p span{font-size:18px;}
	.sy_title p i{ display:inline-block;}
	.sy_rongyu{padding:0;}
	.sy_rongyu .list{ padding:30px;margin-bottom:50px;}
	.sy_rongyu .list .tit{ margin-top:15px;font-size:18px;}
	.sy_cangchu{ margin-bottom:80px;}
	.sy_cangchu .shuoming{padding:130px 0;background-size:cover;}
	.sy_cangchu .shuoming .text{font-size:26px; line-height:48px;padding:0 20px;}
	.sy_cangchu .n_bj .list{ padding:80px 0; padding-bottom:60px;}
	.sy_cangchu .n_bj .list .l .box .t{ height:70px; line-height:70px; font-size:20px;}
	.sy_zhijian{ margin-bottom:80px;}
	.sy_zhijian .l{margin-bottom:0;}
	.sy_zhijian .l .box .t{padding:30px 30px;line-height:36px;font-size:24px;}
	.sy_gongyinglian{ margin:80px auto;}
	.sy_news{ margin:60px auto;}
	.sy_news .list{ padding:0;}
    .sy_news .l{ margin-bottom:20px; padding:0 15px}
	.sy_news .l .tit{ margin:25px 0; font-size:22px;line-height:26px; height:50px;}
	.f1 .f1_1{padding-bottom:0;}
	.f1 .f1_1 .l{line-height:90px; padding-right:30px; display:inline;}
	.f1 .f1_1 .l i{ padding-right:10px; font-size:20px;}
	.f1 .f1_1 .r{ display:block;}
	.f1 .f1_2{ padding-top:30px;}
	.f1 .f1_2 .f1_21 .l{ display:block;}
	.f1 .f1_2 .f1_21 .l p a{ font-size:16px; padding:0 8px;}
	.f1 .f1_2 .f1_22 p{ font-size:16px; margin-top:10px;}
	.f2{ line-height:80px;font-size:16px;}
	.ny_banner{margin-top:80px; display:block;}
	
	.ny_title{font-size:36px;margin-bottom:40px;}
	.ny_title p{line-height:30px;font-size:16px;}
	.ny_about{ padding:80px 0 20px;/*margin-top:-40px;*/}
	.ny_about .a_left{/*padding:6%;*/}
	.ny_about .a_left .tit{font-size:36px;}
	.ny_about .a_left span{font-size:20px;}
	.ny_about .a_left .text{margin:30px 0 10px;}
	.ny_about .a_left .tel{ padding:10px 30px;font-size:24px;margin-top:10%;border-radius:30px;}
	.about_wenhua{padding:135px 0; margin-top:60px;}
	.mt-tabpage-title {height:44px;padding-bottom:15px;}
	.mt-tabpage-title .mt-tabpage-item {font-size:20px;padding-bottom:15px;}
	.mt-tabpage-count{width:1000px;height: 250px;}
	.mt-tabpage-count .mt-tabpage-item {width:1000px;height:250px;}
	.mt-tabpage-count .mt-tabpage-item .t{font-size: 24px;line-height: 40px; margin-top:50px; margin-bottom:20px;}
	.mt-tabpage-count .mt-tabpage-item p{font-size: 20px; line-height:34px;}
	.tuandui .title{padding:120px 0;font-size:36px;}
	.tuandui .title p{ line-height:30px; font-size:16px;}
	.tuandui .n_bj{padding-bottom:70px;}
	.tuandui .n_bj .td{ padding:80px 0;}
	.tuandui .n_bj .td .l{ padding:80px 40px; margin-bottom:0;}
	.tuandui .n_bj .td .l .tit{ font-size:24px;margin:25px 0;}
	.tuandui .n_bj .td .l .text{ line-height:32px; font-size:18px; height:96px;}
	.my_more{margin-top:40px;}
	.lingyu{padding:80px 0;}
	.lingyu .tubiao{ margin-bottom:50px;}
	.lingyu .tubiao .l p{font-size:20px;line-height:30px;}
	.lingyu .swiper-yingyong .swiper-slide {margin-bottom:50px;}
	.lingyu .swiper-yingyong .swiper-slide .img1{font-size:20px; padding-bottom:30px;}
	.lingyu .swiper-yingyong .swiper-slide .tit{height:36px; font-size:18px; line-height:36px;}
	.ny_product{ padding:0px 0 80px; margin-top:0;}
	.ny_product .p_right{padding:30px;}
	.ny_product .p_right .tupian .t_right{ padding-left:5%; margin-top:30px;}
	.ny_product .p_right .n_left{ padding:20px;}
	.news{ padding:60px 0; padding-top:20px;}
	.news_show{ padding:60px;}
	.news_show .title .name{font-size: 30px;}
	.news_show .nr .video1{width:50%; margin:0 auto;}
	.ny_contact{ padding:60px 0;}
	#tel{ display:none;}
}

@media (min-width:992px) {
	header .mail { /*display: block;*/}
	header .logo{margin-right:0;padding-right:10px; width:20%;}
	.nav{display:none;}
	.sp_nav{display:block;}
	.sy_lingyu .tabs a{padding:30px 50px;font-size:24px;}
	.sy_about{padding:96px 0 160px;height:670px;}
	.sy_about .content .intro{ padding:30px;}
	.sy_about .content .intro .con{font-size:36px;line-height:40px;margin:15px 0 10px;}
	.ipart05{margin-bottom:60px;}
	.ipart05 .content ul{padding:60px;}
	.ipart05 .content ul li{width:25%;}
	.header .mail{ width:250px;}
	.ipart05 .content ul li .num{font-size:50px;line-height:50px;margin-bottom:3px;}
	.ipart05 .content ul li .num1{font-size:42px;line-height:42px;width:80px;height:80px;}
	.ipart05 .content ul li .txt{font-size:22px;line-height:40px;}
	.sy_youshi{padding: 80px 0;padding-bottom:80px;}
    .sy_youshi .title{font-size:36px;margin-bottom:200px;}
	.sy_youshi .list{ padding:30px 0;}
	.sy_youshi .list .l{margin-bottom:20px;width:18.5%; margin-right:1.5%;}
	.sy_youshi .list .frist{width:18.5%;margin-right:1.5%;}
	.sy_youshi .list .last{margin-right:0;}
	.sy_youshi .list .l .box{padding:40px 30px; text-align:center;}
	.sy_youshi .list .l .box .pic{ width:60px; height:60px; margin:0 auto; margin-bottom:20px; text-align: center;}
	.sy_youshi .list .l .box .pic img{max-width: 100%; display: block; margin: 0 auto;transition: all 0.4s;}
	.sy_youshi .list .l p{ font-size:20px; color:#111c38; text-align:center;}
	.sy_news .list .l_left{margin-bottom:0;}
	.sy_news .list .l_right ul li{padding:42px;}
	.sy_liuyan{padding:50px 0;}
	.sy_liuyan .ly_left{ padding-right:40px;}
	.sy_liuyan .ly_left .tit{ font-size:26px;}
	.sy_liuyan .ly_left .line{margin:30px 0;}
	.sy_liuyan .ly_left .text{margin-bottom:0;}
	.ny_banner{display:block;}
	.ny_banner1{display:none;}
	.sub-nav-box{margin-top: -80px;}
	.sub-nav a{height: 80px;line-height: 80px;font-size:18px;}
	.ny_about_wenhua .culture{display: flex;}
	.ny_about_wenhua .culture .chaoren{width:60%;}
	.ny_about_wenhua .culture .chaoren li{display: flex; flex-direction: row;line-height: 60px; height: 114px;}
	.ny_about_wenhua .culture .chaoren li .chong{padding:27px 50px;}
	.ny_about_wenhua .culture .chaoren li .chong img{width: 60px;}
	.ny_about_wenhua .culture .chaoren li .danci{font-size:27px; padding: 27px;}
	.ny_about_wenhua .culture .chaoren li .danci span{width:120px;font-size:27px;}
	.ny_about_wenhua .culture .chaoren li .danci sup{padding: 0 15px;}
	.ny_about_wenhua .culture .cizhi{width:40%;}
	.ny_about_wenhua .culture .cizhi img{height: 345px; }
	.ny_product{margin-top:60px;}
	.ny_product .p_left1{display:block;}
    .ny_product .p_left2{display:none;}
	.ny_product .p_right .weizhi{ line-height:50px; margin-bottom:40px;}
	.ny_product .p_right .tupian .t_right .font{min-height:120px;line-height:2em;}
	.news_list02 ul li a{padding:50px 0 40px;}
	.news_list02 ul li .left{width:71%;}
	.news_list02 ul li .left .tit{font-size:26px;margin:12px 0;}
	.news_list02 ul li .left .con{line-height:24px;height:48px;margin-bottom:25px;}
	.news_list02 ul li .left .txt{height:40px;}
	.news_list02 ul li .right{ display: block;}
	.ny_contact{padding-top:70px;}
	
	.nybanner{ display:block; width:100%;}
	.nybanner img{width:100%;margin-top:60px;}
}
@media (min-width:1000px) {
	header .mail {}
	header .logo{margin-right:0;padding-right:10px; width:20%;}
	.nav{display:none;}
	.sp_nav{display:block;}
	.sy_lingyu .tabs a{padding:30px 50px;font-size:24px;}
	.sy_about{padding:96px 0 160px;height:670px;}
	.sy_about .content .intro{ padding:30px;}
	.sy_about .content .intro .con{font-size:36px;line-height:40px;margin:15px 0 10px;}
	.ipart05{margin-bottom:60px;}
	.ipart05 .content ul{padding:60px;}
	.ipart05 .content ul li{width:25%;}
	.header .mail{ width:250px;}
	.ipart05 .content ul li .num{font-size:50px;line-height:50px;margin-bottom:3px;}
	.ipart05 .content ul li .num1{font-size:42px;line-height:42px;width:80px;height:80px;}
	.ipart05 .content ul li .txt{font-size:22px;line-height:40px;}
	.sy_youshi{padding: 80px 0;padding-bottom:80px;}
    .sy_youshi .title{font-size:36px;margin-bottom:200px;}
	.sy_youshi .list{ padding:30px 0;}
	.sy_youshi .list .l{margin-bottom:20px;width:18.5%; margin-right:1.5%;}
	.sy_youshi .list .frist{width:18.5%;margin-right:1.5%;}
	.sy_youshi .list .last{margin-right:0;}
	.sy_youshi .list .l .box{padding:40px 30px; text-align:center;}
	.sy_youshi .list .l .box .pic{ width:60px; height:60px; margin:0 auto; margin-bottom:20px; text-align: center;}
	.sy_youshi .list .l .box .pic img{max-width: 100%; display: block; margin: 0 auto;transition: all 0.4s;}
	.sy_youshi .list .l p{ font-size:20px; color:#111c38; text-align:center;}
	.sy_news .list .l_left{margin-bottom:0;}
	.sy_news .list .l_right ul li{padding:32px ;}
	.sy_liuyan{padding:50px 0;}
	.sy_liuyan .ly_left{ padding-right:40px;}
	.sy_liuyan .ly_left .tit{ font-size:26px;}
	.sy_liuyan .ly_left .line{margin:30px 0;}
	.sy_liuyan .ly_left .text{margin-bottom:0;}
	.ny_banner{display:block;}
	.ny_banner1{display:none;}
	
	.nybanner{ display:block; width:100%;}
	.nybanner img{width:100%;margin-top:80px;}
	
	.sub-nav-box{margin-top: 0px;}
	.sub-nav a{height: 80px;line-height: 80px;font-size:18px;}
	.ny_about_wenhua .culture{display: flex;}
	.ny_about_wenhua .culture .chaoren{width:60%;}
	.ny_about_wenhua .culture .chaoren li{display: flex; flex-direction: row;line-height: 60px; height: 114px;}
	.ny_about_wenhua .culture .chaoren li .chong{padding:27px 50px;}
	.ny_about_wenhua .culture .chaoren li .chong img{width: 60px;}
	.ny_about_wenhua .culture .chaoren li .danci{font-size:27px; padding: 27px;}
	.ny_about_wenhua .culture .chaoren li .danci span{width:120px;font-size:27px;}
	.ny_about_wenhua .culture .chaoren li .danci sup{padding: 0 15px;}
	.ny_about_wenhua .culture .cizhi{width:40%;}
	.ny_about_wenhua .culture .cizhi img{height: 345px; }
	.ny_product{margin-top:0px;}
	.ny_product .p_left1{display:block;}
    .ny_product .p_left2{display:none;}
	.ny_product .p_right .weizhi{ line-height:50px; margin-bottom:40px;}
	.ny_product .p_right .tupian .t_right .font{min-height:120px;line-height:2em;}
	.news_list02 ul li a{padding:50px 0 40px;}
	.news_list02 ul li .left{width:71%;}
	.news_list02 ul li .left .tit{font-size:26px;margin:12px 0;}
	.news_list02 ul li .left .con{line-height:24px;height:48px;margin-bottom:25px;}
	.news_list02 ul li .left .txt{height:40px;}
	.news_list02 ul li .right{ display: block;}
	.ny_contact{padding-top:70px;}
}
@media (min-width:1200px) {
	header .logo{margin-right:0;padding-right:10px;}
	.nav{display:block;}
	.sp_nav{display:none;}
	header .logo .l_left{ width:200px; margin-bottom:0;}
	header .logo .l_right{ width:335px;float:right;}
	header .logo .l_right h2{font-size:25px;}
	header .logo .l_right p{font-size:14px;}
	.nav{display:block;}
	.nav ul {margin-left:10px;}
	.nav ul li a{font-size:16px;padding:0 10px;}
	#menu ul ul {left:-40px;}
	header .mail{ width:250px;}
	.sp_nav{display:none;}
	.banner{width:100%;position: relative;}
	.banner .swiper-slide .text .t1{ font-size:42px;letter-spacing:5px;}
    .banner .swiper-slide .text .t2{ font-size:24px;}
	
	.nybanner{ display:block; width:100%;}
	.nybanner img{width:100%;margin-top:80px;}
	
	.sy_lingyu .tabs a{padding: 12px 50px;font-size: 22px;}
	.sy_about{padding:60px 0 160px;height: 675px;}
	.sy_about .content .intro{ padding:10px;}
	.sy_about .mingcheng{width: 72px;height: 380px; top:8%; left:45%;display:block;}
	.ipart05 .content{margin-left: 15px;margin-right: 15px;}
	.ipart05 .content ul li:after{height:108px; margin-top:-54px;}
	.ipart05 .content ul li .num{font-size:42px; line-height:42px;}
    .ipart05 .content ul li .num font {font-size:16px;}
	#toubu{right:10px; bottom:90px;font-size:16px;padding:6px 10px 20px 10px;}
    #toubu i{font-size:30px;}
	#toubu p{ display:block;}
	/* 底部结束*/ 
	.weizhi{display:block;}
	.weizhi1{display:none;}
	.cpfl_b{display:block;}
	.sy_youshi .n_bj .list .l{margin-bottom:0;}
	#product {padding: 60px 0;}
	#product .content .item .cover .box{padding:40px 40px;}
}

@media (min-width:1100px) {
	header .logo{margin-right:0;padding-right:10px;}
	.nav{display:none;}
	.sp_nav{display:block;}
	header .logo .l_left{ width:420px; margin-bottom:10px; margin-top:20px;}
	.nav{display:block;}
	.nav ul {margin-left:10px;}
	.nav ul li a{font-size:16px;padding:0 7px;}
	#menu ul ul {left:-40px;}
	header .mail{ width:250px;}
	.sp_nav{display:none;}
	.banner{width:100%;position: relative;}
	.banner .swiper-slide .text .t1{ font-size:42px;letter-spacing:5px;}
    .banner .swiper-slide .text .t2{ font-size:24px;}
	
	.nybanner{ display:block; width:100%;}
	.nybanner img{width:100%;margin-top:80px;}
	
	.sy_lingyu .tabs a{padding: 12px 50px;font-size: 22px;}
	.sy_about{padding:60px 0 100px;height: 585px; margin-bottom:60px;}
	.sy_about .content .intro{ padding:10px;}
	.sy_about .mingcheng{width: 72px;height: 380px; top:8%; left:45%;display:block;}
	.ipart05 .content{margin-left: 15px;margin-right: 15px;}
	.ipart05 .content ul li:after{height:108px; margin-top:-54px;}
	.ipart05 .content ul li .num{font-size:42px; line-height:42px;}
    .ipart05 .content ul li .num font {font-size:16px;}
	#toubu{right:10px; bottom:90px;font-size:16px;padding:6px 10px 20px 10px;}
    #toubu i{font-size:30px;}
	#toubu p{ display:block;}
	/* 底部结束*/ 
	.weizhi{display:block;}
	.weizhi1{display:none;}
	.cpfl_b{display:block;}
	.sy_youshi .n_bj .list .l{margin-bottom:0;}
	#product {padding: 60px 0;}
	#product .content .item .cover .box{padding:40px 40px;}
}
@media (min-width:1300px) {
	header .logo{margin-right:0;padding-right:10px;}
	header .logo .l_left{ width:430px; margin-top:20px;}
	.nav{display:block;}
	.nav ul {margin-left:30px;}
	.nav ul li a{font-size:16px;padding:0 10px;}
	#menu ul ul {left:-35px;}
	header .mail{ width:250px;}
	.sp_nav{display:none;}
	#ss .ss_box{width:600px;left:-542px;}
	.banner{width:100%;position: relative;margin-top:80px;}
	.banner .swiper-slide .text .t1{ font-size:46px;letter-spacing:5px;}
    .banner .swiper-slide .text .t2{ font-size:26px;}
	
	.nybanner{ display:block; width:100%;}
	.nybanner img{margin-top:100px;}
	
	#toubu{right:10px; bottom:90px;font-size:16px;padding:6px 10px 20px 10px;}
    #toubu i{font-size:30px;}
	#toubu p{ display:block;}
	/* 底部结束*/ 
	.weizhi{display:block;}
	.weizhi1{display:none;}
	.cpfl_b{display:block;}
	#product .content .item .cover .box{padding:30px 40px;}
	.sy_about .content .intro{ padding:10px;}
	.sy_lingyu .tabs a{padding:17px 50px;font-size:24px;}
}
@media (min-width:1400px) {
	header .logo{margin-right:0;padding-right:10px;}
	header .logo .l_left{ width:530px; margin-top:10px;}
	.nav ul {margin-left:50px;}
	.nav ul li a{font-size:16px;padding:0 10px;}
	header .mail{ width:300px;}
	.b_ss h2{font-size:80px;margin-bottom:60px;}
	#menu ul ul {left:-40px;}
	#menu ul .use li{ width:265px;margin-left:4%;}
	.cp_fl{ margin:75px auto;}
	.cp_zi{padding:72px 60px 120px 50px;}
	.cp_zi h2{font-size:32px;}
	.cp_zi1{padding:70px 60px 120px 50px !important;}
	.banner .swiper-slide .text .t1{ font-size:55px;letter-spacing:5px;}
    .banner .swiper-slide .text .t2{ font-size:30px;}
	
	.nybanner{ display:block; width:100%;}
	.nybanner img{width:100%;margin-top:100px;}
	
	#product .content .item .cover .box{padding:40px 40px;}
	.sy_about .content .intro{ padding:20px;}
	.sy_lingyu .tabs a{padding:30px 50px;font-size:24px;}
}
@media (min-width:1440px) {
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:530px;}
	.nav ul {margin-left:50px;}
	.nav ul li a{font-size:18px;padding:0 10px;}
	.sy_about .content .intro{ padding:20px;}
	.sy_lingyu .tabs a{padding:15px 50px;font-size:24px;}
	
	.nybanner{ display:block; width:100%;}
	.nybanner img{margin-top:100px;}
	}
@media (min-width:1500px) {
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:530px;}
	.nav ul {margin-left: 70px;}
	.nav ul li a{font-size:18px;padding:0 15px;}
	header .mail{ width:330px;}
	#menu ul ul {left:-125px;}
	#menu ul .use li{ width:265px;margin-left:240px;}
	.banner .swiper-slide .text .t1{ font-size:70px;letter-spacing:5px;}
    .banner .swiper-slide .text .t2{ font-size:38px;}
	
	.nybanner{ display:block; width:100%;}
	.nybanner img{width:100%;margin-top:100px;}
	
	#product .content .item .cover .box{padding:70px 40px;}
	sy_about{padding:96px 0 160px;}
	.sy_about .content .intro{ padding:20px;}
	.sy_about .content .intro .con{font-size:36px;line-height:50px;margin:15px 0 20px;}
	.sy_lingyu .tabs a{padding:17px 50px;font-size:24px;}
}

@media (min-width:1600px) {
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:530px;}
	header .logo .l_right p{font-size:14px;}
	.nav ul {margin-left: 70px;}
	.nav ul li a{font-size:18px;padding:0 16px;}
	header .mail{ width:330px;}
	#menu ul ul {left:-120px;}
	#menu ul .use li{ width:265px;margin-left:240px;}
	.banner .swiper-slide .text .t1{ font-size:70px;letter-spacing:5px;}
    .banner .swiper-slide .text .t2{ font-size:38px;}
	#product .content .item .cover .box{padding:70px 40px;}
	.sy_about .content .intro{ padding:50px;}
	.sy_lingyu .tabs a{padding:20px 50px;font-size:24px;}
	
	.nybanner{ display:block; width:100%;}
	.nybanner img{width:100%;margin-top:100px;}
}

@media (min-width:1700px) {
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:530px;}
	.nav ul {margin-left: 70px;}
	.nav ul li a{font-size:18px;padding:0 20px;}
	header .mail{ width:330px;}
	#menu ul ul {left:-115px;}
	#menu ul .use li{ width:265px;margin-left:240px;}
	.banner .swiper-slide .text .t1{ font-size:70px;letter-spacing:5px;}
    .banner .swiper-slide .text .t2{ font-size:38px;}
	#product .content .item .cover .box{padding:70px 40px;}
	.sy_about .content .intro{ padding:50px;}
	.sy_lingyu .tabs a{padding:25px 50px;font-size:24px;}
	.nybanner{ display:block; width:100%;}
	.nybanner img{width:100%;margin-top:100px;}
}
@media (min-width:1800px) {
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:530px;}
	.nav ul {margin-left: 70px;}
	.nav ul li a{font-size:18px;padding:0 25px;}
	header .mail{ width:330px;}
	#menu ul ul {left:-112px;}
	#menu ul .use li{ width:265px;margin-left:240px;}
	.banner .swiper-slide .text .t1{ font-size:70px;letter-spacing:5px;}
    .banner .swiper-slide .text .t2{ font-size:38px;}
	#product .content .item .cover .box{padding:70px 40px;}
	.sy_about .content .intro{ padding:50px;}
	.sy_lingyu .tabs a{padding:30px 50px;font-size:24px;}
	.nybanner{ display:block; width:100%;}
	.nybanner img{width:100%;margin-top:100px;}
}



.ny_service_show{ background:#f7f9fb; padding:60px 0;}
.ny_service_show .s_left{display:block;}
.ny_service_show .s_left .nr{ background:#fff; border-radius:5px;box-shadow:5px 5px 10px #ddd; margin-bottom:35px;}
.ny_service_show .s_left .nr .title{ height:50px; line-height:50px; color:#fff; font-size:18px; font-weight:bold; background:#43a047; padding:0 20px; margin:0 0 20px 0; border-radius:10px 10px 0 0;}
.ny_service_show .s_left .nr ul{padding:0 0 20px 0;}
.ny_service_show .s_left .nr ul li a{ display:block;font-size:16px;line-height:24px;padding:12px 20px;border-left:4px solid transparent;cursor:pointer}
.ny_service_show .s_left .nr ul li a i{ font-size:18px; padding-right:10px;}
.ny_service_show .s_left .nr ul li a:hover,.ny_service_show .s_left .nr ul li a.on{color:#43a047;border-color:#43a047; font-weight:bold;}
.ny_service_show .s_left .nr1{background-color: #fff;border-top-width: 3px;border-top-color:#43a047;border-style: solid; position:relative; z-index:0; margin-bottom:84px;box-shadow:5px 5px 10px #ddd; border-radius:5px;}
.ny_service_show .s_left .nr1 .text{padding: 28px 28px 27px 31px;}
.ny_service_show .s_left .nr1 .show{ height:60px; width:100%; background:#43a047; line-height:60px; color:#fff; text-align:center; font-size:18px; text-transform:uppercase; display:block;}
.ny_service_show .s_left .nr1 .text .t{ color:#000; margin:10px 0; font-size:18px; text-align:center;}
.ny_service_show .s_left .nr1 .text p{color: #747474;}
.ny_service_show .s_right{ background:#fff; padding:30px; border-top:2px solid #43a047; border-radius:5px 0 5px 0;}
.ny_service_show .s_right .title{ font-size:24px; color:#222; margin-bottom:20px;}
.ny_service_show .s_right .title i{ color:#43a047; padding-right:10px;}
.ny_service_show .s_right .nr{ margin-bottom:40px; float:left;}
.ny_service_show .s_right .nr img{ display:block; max-width:100%; margin:0 auto;}
.ny_service_show .s_right .swiper-service {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-top:4rem; padding-bottom:30px !important;}
.ny_service_show .s_right .swiper-slide{text-align: center;font-size: 18px;background: #fff;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; border:1px solid #ddd;}
.ny_service_show .s_right .swiper-slide .box{font-family: 'Ubuntu', sans-serif;position: relative;overflow: hidden;}
.ny_service_show .s_right .swiper-slide .box:before{content: '';background: linear-gradient(45deg,rgba(187,12,17,0.8), rgba(255,0,0,0.8));height: 100%;width: 100%;opacity: 0;filter: blur(10px);transform: scale(1) rotate(180deg);position: absolute;left: 0;top: 0;z-index: 1;transition: all 0.4s ease-in-out;}
.ny_service_show .s_right .swiper-slide .box:hover:before{box-shadow: 0 0 10px 2px #555;opacity: 1;filter: blur(0);transform: scale(0.92, 0.9) rotate(0);}
.ny_service_show .s_right .swiper-slide .box img{width: 100%;height: auto;transition: all 0.5s ease-in-out;}
.ny_service_show .s_right .swiper-slide .box:hover img{ transform: scale(1.9) rotate(45deg); }
.ny_service_show .s_right .swiper-slide .box .box-content{color: #fff;text-align: center;width: 100%;opacity: 0;transform: translateX(-50%) translateY(-50%) scale(3);position: absolute;top: 50%;left: 50%;z-index: 1;transition: all 0.5s ease;}
.ny_service_show .s_right .swiper-slide .box:hover .box-content{opacity: 1;transform: translateX(-50%) translateY(-50%) scale(1);}
.ny_service_show .s_right .swiper-slide .box .title{font-size:22px;font-weight: 700;letter-spacing: 1px;text-transform: uppercase;margin: 0; color:#fff !important;}
.ny_service_show .s_right .swiper-slide .box .post{font-size:28px;text-transform: capitalize; margin-bottom:10px;}
.ny_service_show .s_right .nr p{margin-bottom:15px;color:#000; width:100%; float:left;}
.ny_service_show .s_right .nr .t{ color:#222; font-size:18px; margin-bottom:30px;}
.ny_service_show .s_right .nr ul li{ margin-bottom:10px; line-height:30px; text-align:left; color:#000; font-size:14px;}
.ny_service_show .s_right .nr ul li i{ padding-right:10px; color:#43a047; font-size:20px;}
.ny_service_show .s_right .con{z-index:0;/*position: relative;*/}
.ny_service_show .s_right .con .box{background:#f6f6f6;border-width: 1px;border-color:#f6f6f6;border-top-width:3px;border-top-color:#43a047;border-style: solid;padding: 28px 28px 27px 31px;position: relative;}
.ny_service_show .s_right .con .box:before{position: absolute;bottom: 15px;left: 10px;z-index: -1;height: 20%;max-height: 100px;max-width: 460px;width: 60%;content: "";opacity: .7;box-shadow: 0 17px 10px rgb(0 0 0 / 70%);transform: rotate(-3deg);}
.ny_service_show .s_right .con .box:after{position: absolute;bottom: 15px;right: 10px;z-index: -1;height: 20%;max-height: 100px;max-width: 460px;width: 60%;content: "";opacity: .7;box-shadow: 0 17px 10px rgb(0 0 0 / 70%);transform: rotate(3deg);}}
.ny_service_show .s_right .con .box h2{ font-size:20px; color:#000; margin-bottom:10px;}
.ny_service_show .s_right .con .box p{color: #747474;}
.ny_service_show .s_right .con .box .show{ height:60px; width:100%; background:#43a047; line-height:60px; color:#fff; text-align:center; font-size:22px; text-transform:uppercase; display:block; border-bottom:5px solid #000;}
.ny_service_show .s_right .con .box .show:hover{ background:#43a047;}
.ny_service_show .s_right .con .line img{ max-width:100%; display:block; margin:0 auto;}
.ny_service_show .s_right .gonggong{ margin-top:30px;}
.ny_service_show .s_right .gonggong .tit{ margin-bottom:30px; text-align:center;}
.ny_service_show .s_right .gonggong .tit .t1{ padding:15px 0; color:#fff; font-size:22px; background:#43a047;}
.ny_service_show .s_right .gonggong .tit .t2{ position:relative; border-top:1px solid #d7d7d7; height:40px; text-align:center;}
.ny_service_show .s_right .gonggong .tit .t2 i{color:#43a047; font-size:60px; position:absolute;left:50%;top: -38px;}
.ny_service_show .s_right .gonggong .nr{ margin-bottom:30px;}
.ny_service_show .s_right .gonggong .nr .t{ color:#222; font-size:18px; margin-bottom:30px;}
.ny_service_show .s_right .gonggong .nr ul li{ margin-bottom:10px; line-height:30px; text-align:left; color:#747474; font-size:14px;}
.ny_service_show .s_right .gonggong .nr ul li i{ padding-right:10px; color:#43a047; font-size:20px;}
.ny_service_show .s_right .gonggong .nr .l{margin-bottom:10px; line-height:30px; text-align:left; color:#747474; font-size:14px;}
.ny_service_show .s_right .gonggong .nr .l i{padding-right:10px; color:#43a047; font-size:20px;}
.ny_service_show .s_right .gonggong .nr .l1{ margin-bottom:15px;}
.ny_service_show .s_right .gonggong .nr .l1 a{ font-size:18px; color:#000; padding:15px; background:#f7f7f7; display:block;}
.ny_service_show .s_right .gonggong .nr .l1 a i{ padding-right:10px; color:#43a047;}
.ny_service_show .s_right .gonggong .nr .l1 a:hover{color:#43a047;box-shadow:2px 5px 5px #ddd;}
.ny_service_show .s_right .gonggong .nr .l1 a:hover i{color:#43a047;}

.ny_service_show .s_right .gonggong .fenxiang{ background:#f6f6f6; margin-top:30px; padding:10px 20px;line-height:50px; font-size:20px; color:#000;}
.ny_service_show .s_right .gonggong .fenxiang span{ float:right;}
.ny_service_show .s_right .gonggong .fenxiang img:hover{ padding-top:10px;}
.ny_service_show .s_right .gonggong  .swiper-service1 {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-top:4rem; padding-bottom:30px !important; width:100%;}
.ny_service_show .s_right .gonggong  .swiper-slide{text-align: center;font-size: 18px;background: #fff;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; border:4px solid #fff;box-shadow:5px 10px 10px #ddd;}
.ny_service_show .s_right .gonggong  .swiper-slide .box{font-family: 'Ubuntu', sans-serif;position: relative;overflow: hidden;}
.ny_service_show .s_right .gonggong  .swiper-slide .box:before{content: '';/*background: linear-gradient(45deg,rgba(187,12,17,0.8), rgba(255,0,0,0.8));*/height: 100%;width: 100%;opacity: 0;filter: blur(10px);transform: scale(1) rotate(180deg);position: absolute;left: 0;top: 0;z-index: 1;transition: all 0.4s ease-in-out;}
.ny_service_show .s_right .gonggong  .swiper-slide .box:hover:before{box-shadow: 0 0 10px 2px #555; border:1px solid #43a047;opacity: 1;filter: blur(0);transform: scale(0.92, 0.9) rotate(0);}
.ny_service_show .s_right .gonggong  .swiper-slide .box img{width: 100%;height: auto;transition: all 0.5s ease-in-out;}
.ny_service_show .s_right .gonggong  .swiper-slide .box:hover img{ transform: scale(1.9) rotate(45deg); }
.ny_service_show .s_right .gonggong  .swiper-slide .box .box-content{color: #fff;text-align: center;width: 100%;opacity: 0;transform: translateX(-50%) translateY(-50%) scale(3);position: absolute;top: 50%;left: 50%;z-index: 1;transition: all 0.5s ease;}
.ny_service_show .s_right .gonggong  .swiper-slide .box:hover .box-content{opacity: 1;transform: translateX(-50%) translateY(-50%) scale(1);}
.ny_service_show .s_right .gonggong  .swiper-slide .box .title{font-size:22px;font-weight: 700;letter-spacing: 1px;text-transform: uppercase;margin: 0; color:#fff !important;}
.ny_service_show .s_right .gonggong  .swiper-slide .box .post{font-size:28px;text-transform: capitalize; margin-bottom:10px;}


/*内页新闻*/
.news_list{}
.news_list ul li{border-bottom: 1px #eee solid;}
.news_list ul li a{display:block;padding: 30px 0;}
.news_list ul li .pic{overflow:hidden;}
.news_list ul li .pic img{max-width:100%; display:block; margin:0 auto;transform: scale(1,1); transition-duration: 0.5s;}
.news_list ul li .t1{font-size:22px; color:#43a047; font-weight:bold; margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news_list ul li .time{ margin-bottom:10px; color:#555; font-size:14px;}
.news_list ul li .time i{ padding-right:10px;}
.news_list ul li .text{font-size:16px;color: #747474; margin-bottom:15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden; height:50px;}
.news_list ul li .more{color:#43a047;border:1px solid #43a047;font-size:16px;line-height:1;padding: 10px 30px;width:140px; text-align:center;}
.news_list ul li .more i{ padding-left:10px;}
.news_list ul li a:hover{ background:#43a047; padding:30px;}
.news_list ul li a:hover .pic img{transform: scale(1.1,1.1); transition-duration: 0.5s;}
.news_list ul li a:hover .t1{ color:#fff;}
.news_list ul li a:hover .time{ color:#fff;}
.news_list ul li a:hover .text{color:#fff;}
.news_list ul li a:hover .more{ background:#fff;border:1px solid #fff;color:#43a047;}


/*内页右边单页及表格、表单样式*/
.s_right .news_list2{ line-height:26px;padding:20px 0;}
.s_right .news_list2 img{max-width:860px;}
.s_right .news_list2 p{ margin-bottom:15px;}
.s_right .news_list2 table{ background:#dadada; margin-bottom:20px; float:left;}
.s_right .news_list2 table tr{background:#dadada; border:1px solid #dadada;}
.s_right .news_list2 table tr td{ padding:4px; background:#fff; border-right:1px solid #dadada;}
.s_right .news_list2 table tr td a:hover{ color:#c30;}
.s_right .news_list2 table input, .side_right .intro table textarea{ border:solid 1px #ccc; padding:4px; font-family:"思源黑体"; border-radius:3px;}
.s_right .news_list2 table input.button{background:#555; color:#fff; cursor:pointer; padding:2px 10px; border:none;}














