@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;}
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:#000;}

.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:135px; 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:#000;}
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:#000; text-align:center; font-size:16px; line-height:110px; position:relative; padding:0 20px;}
.nav ul li a.on{color:#000; font-weight:bold; transition: width .5s ease;}
.header .nav ul li a.on{color:#000; font-weight:bold;transition: width .5s ease;}
.nav .yuyan a{ padding:0 5px;display: initial;}
.nav .yuyan{ padding-left:40px;}
.nav .ss{padding-left:40px;}
.nav .ss a{ padding:0;}
.nav .ss i{ font-size:20px;}

/*二级菜单*/
#menu ul ul {display:none;position:absolute;top:110px;left:0; z-index:99999; padding:0px 40px 0px; background: #f5f5f5; box-shadow:0 3px -8px #b3b3b3; width:150vw; min-height:106px; overflow:hidden;}
#menu .nav1{left:-1150px;margin-left:0; height:auto;}
#menu .nav2{left:-1450px;margin-left:0; }
#menu ul ul .nr{margin:0px;display: flex;justify-content: space-between; height:100%; line-height:100%; position:absolute; left:1080px;}

#menu ul ul .nr .n_left{width:680px;}
#menu ul ul .nr .n_left .tit{color:#000;font-size:20px;text-align:left;font-weight:700;line-height:30px;width:100%;display:block;border-bottom:1px #aaa dotted;padding:0 0 20px;}
#menu ul ul .nr .n_left ul {width: 100%;display: flex;flex-wrap: wrap;align-content: flex-start;position: relative; margin-top:0; top:0; left:0; margin-left:0; padding:0px 0;}
#menu ul ul .nr .n_left ul li{width: auto; padding-right:20px; border-bottom:none; height:100%; line-height:100%;}
#menu ul ul .nr .n_left ul li a{color: #414141;font-size:16px;display: block;flex-direction: column;align-items: center;border-bottom:none; height:100%; line-height:86px;}
#menu ul ul .nr .n_right{overflow:hidden;width:240px;}
#menu ul ul .nr .n_right img{display:block;max-width:100%;margin:0 auto;}
#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 #ccc; 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:40px; display:block;}
.sp_nav span{display:block;background:#000;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:#000;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:98px}
.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 #fff solid;margin-left:15px;position:relative;line-height:44px;font-size:17px}
.sjj_nav>ul >li:last-child{border-bottom:1px #fff 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 #000;color:#000; border-radius:50%; margin-right:5px;}
header .dl .tel{ font-size:24px; color:#000; font-weight:bold;}
header .dl .tel a{color:#000;}


#tel{position:fixed; right:10px; bottom:140px; background:#000; 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:58px; background:#000;}
.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;}

/*首页标题*/
.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:#000;font-size: 28px; display:none;}

/*首页模块*/
.sy_main{ margin:30px 0;}
.slideTxtBox{ width:100%;text-align:left;  }
.slideTxtBox .hd{ height:100px; line-height:50px; background:#000;position:relative; }
.slideTxtBox .hd ul{ float:left;position:absolute;left:0;top:0;height:50px; width:100%;}
.slideTxtBox .hd ul li{ float:left; width:33.3%; cursor:pointer;color:#fff; text-align:center; font-size:16px; font-weight:bold;}
.slideTxtBox .hd ul li i{ padding-right:10px;}
.slideTxtBox .hd ul li.on{ height:50px; background:#f1942a;}
.slideTxtBox .bd ul{zoom:1; margin-top:30px;}
.slideTxtBox .bd ul .sy_news{}
.slideTxtBox .bd ul .sy_news .l{margin-bottom: 20px;padding:20px 15px;transition-property: all;transition-radio: hover;transition-duration: .6s;transition-timing-function: cubic-bezier(0.25,0.1,0.25,1); background:#f8f8f8;}
.slideTxtBox .bd ul .sy_news .l .time{text-align:center; width:20%; float:left;}
.slideTxtBox .bd ul .sy_news .l .time span{font-size:24px;color:#595959;}
.slideTxtBox .bd ul .sy_news .l .time p{margin-bottom:0;font-size: 14px;line-height: 1.5;color: #595959;}
.slideTxtBox .bd ul .sy_news .l .nr{width:80%;float:left;}
.slideTxtBox .bd ul .sy_news .l .nr .tit{line-height: 1.5;font-size: 16px;color: #333;display-radio: 1;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;text-overflow: ellipsis;}
.slideTxtBox .bd ul .sy_news .l .nr .text{font-size: 14px;color: #999;line-height: 1.8;padding-top: 10px;display-radio: 1;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;}
.slideTxtBox .bd ul .sy_news .l:hover {margin-left:5px;background-color:#f7f7f7}
.slideTxtBox .bd ul .sy_news .l:hover .time span{color:#000;}
.slideTxtBox .bd ul .sy_news .l:hover .time p{color:#000;}
.slideTxtBox .bd ul .sy_about{}
.slideTxtBox .bd ul .sy_about .tit{font-size:22px;color: #000;}
.slideTxtBox .bd ul .sy_about .text{line-height:1.8;display-radio: 1;font_radio: 2;font-size: 16px;color: #595959;margin-top:15px;-webkit-box-orient: vertical;-webkit-line-clamp: 8;display: -webkit-box;overflow: hidden;}
.slideTxtBox .bd ul .sy_about .more{display: block;width:120px;height:40px;line-height:40px;background:#005bac;color: #fff; border-radius:20px;font-size: 16px;text-transform: uppercase;text-align: center;transition-duration: .3s; margin-top:20px;}
.slideTxtBox .bd ul .sy_about .more.green{background:#f1942a;}
.slideTxtBox .bd ul .sy_about .more:hover{background:#f1942a;color: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.slideTxtBox .bd ul .sy_about .more:hover:after{margin-left: 12px; }
.slideTxtBox .bd ul .sy_about .more:after {position: relative;content: "";display: inline-block;vertical-align: middle;width: 13px;height: 10px;margin-left:15px;transition-duration: .3s;background: url(../images/view-more1.png) no-repeat center; }
.slideTxtBox .bd ul .pic{ overflow:hidden;}
.slideTxtBox .bd ul .pic img{ display:block; max-width:100%; margin:0 auto;transition: all 0.6s ease;}
.slideTxtBox .bd ul .pic:hover img{transform: scale(1.1);}

.slideTxtBox .bd ul .sy_licheng ul{zoom:1; margin-top:0px;}
.slideTxtBox .bd ul .sy_licheng li{zoom:1; font-size:16px; color:#595959; text-align:left; /*height:48px;*/ line-height:32px;}
.slideTxtBox .bd ul .sy_licheng li span{zoom:1; font-size:18px; color:#595959; text-align:center; float:left; width:20px;}
.slideTxtBox .bd ul .sy_licheng .more{display: block;width:120px;height:40px;line-height:40px;background:#005bac;color: #fff; border-radius:20px;font-size:15px;text-transform: uppercase;text-align: center;transition-duration: .3s; margin-top:20px;}
.slideTxtBox .bd ul .sy_licheng .more.green{background:#f1942a;}
.slideTxtBox .bd ul .sy_licheng .more:hover{background:#f1942a;color: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.slideTxtBox .bd ul .sy_licheng .more:hover:after{margin-left: 12px; }

.slideTxtBox .bd ul .sy_about .text1{line-height:1.8;display-radio: 1;font_radio: 2;font-size:15px;color: #595959;margin-top: 0px;-webkit-box-orient: vertical;-webkit-line-clamp: 8;display: -webkit-box;overflow: hidden;}
.slideTxtBox .bd ul .sy_about span{line-height:1.8;display-radio: 1;font_radio: 2;font-size:22px;color: #595959;margin-top: 0px;-webkit-box-orient: vertical;-webkit-line-clamp: 8;display: -webkit-box;overflow: hidden;}

/*首页应用领域*/
.abotab{width: 100%;overflow: hidden;position: relative; margin-bottom:30px;}
.abotab-contain{width: 100%;}
.abotab-bg{width: 100%;}
.abotab-bg ul{margin-bottom:0 !important;}
.abotab-bg ul li{position: absolute;top: 0;left: 0;width: 100%;transition: transform 2.5s ease,opacity 1.5s;opacity: 0;transform: scale(1.1);}
.abotab-bg ul li.ontrue {opacity: 1;transform: matrix(1, 0, 0, 1, 0, 0);z-index: 2;}
.abotab-bg ul li img{width: 100%;object-fit: cover;}
.abotab-li{position: absolute;z-index: 4;width: 100%;height: 100%;}
.abotab-li ul{display: block;width: 100%; margin-bottom:0 !important; margin-top:0 !important;}
.abotab-li ul li{width:25%;float: left;position: relative;transition: all .6s ease;}
.abotab-li ul li:after{content: "";width: 1px;height: 100%;background: #fff;opacity: .2;position: absolute;top: 0;right: 0;}
.abotab-li ul li:last-child:after{display: none;}
.abotab-lilink{display: block;position: relative;width: 100%;height: 100%;top: 0;left: 0;}
.abotab-lizz{position: absolute;width: 100%;top: 0;left: 0;height: 100%;background: #000;opacity: .36;transition: all .4s ease;}
.abotab-liwords{position: absolute;left: 0;width: 100%;bottom:20px;text-align: center;z-index: 6;padding: 0 9%;transition: all .6s ease 300ms;}
.abotab-liic{width: 100%;}
.abotab-liic img{max-width: 100%;margin: 0 auto;}
.abotab-liicy{display: block;}
.abotab-liich{display: none;}
.abotab-liwords h5{font-size:16px;color: #fff;margin-top:10px;}
.abotab-liwords h6{font-size: 12px;color: #fff;text-transform: uppercase;margin-top: 12px;}
.abotab-liwords p{font-size: 15px;color: #fff;line-height: 30px;margin-top: 18px;overflow: hidden;height: 0;transition: all 0s ease 0ms; display:none;}
.abotab-liwords i{display: block;width: 30px;height: 30px;margin:20px auto 0;border-radius: 50%;border: 1px solid #fff;background: url('../images/aboArr2.png') no-repeat center;transition: all .4s ease 340ms;}
.abotab-li ul.aboHover:hover li{width:20%;}
.abotab-li ul.aboHover li:hover{width:40%;}
.abotab-li ul li:hover .abotab-lizz{opacity: .24;}
.abotab-li ul li:hover .abotab-liwords{bottom:25%;}
.abotab-li ul li:hover .abotab-liicy{display: none;}
.abotab-li ul li:hover .abotab-liich{display: block;}
.abotab-li ul li:hover .abotab-liwords i{background-color: #f1942a;border-color: #f1942a;}
.abotab-li ul li:hover .abotab-liwords p{height: 180px;transition: all .6s ease 360ms;}

.wave{ position: relative; width: 100%; height: 300px; margin-top: 3%;}
.wave .shape { position: absolute; background: url(../images/wave1.png); background-repeat: repeat-x; width: 100%; height: 100%;}
.wave .shape1 { opacity: 1; animation: waveMove1 15s linear infinite; background-position: 300px 20px;}
.wave .shape2 { opacity: 0.3; animation: waveMove2 19s linear infinite; background-position: 600px 10px;}
.wave .shape3 { opacity: 0.1; animation: waveMove3 13s linear infinite; background-position: 0px 0px;}
.conTbox {text-align: center; position: absolute; width: 100%; margin: 0 auto; top:43%;}
.conTbox h5{font-size:22px;line-height:1.2;color: #fff;margin-bottom:22px; padding:0 15px;}
.conTbox .tactBtn{width: 145px;line-height:48px;border:2px solid rgba(255,255,255,.5);text-align: center;display: block;color: #fff;margin: 0 auto;transition:.3s;}
.conTbox .tactBtn:hover{border:2px solid #fff;}
@keyframes waveMove1 {
	from {background-position: 300px 20px;}
	to {background-position: -1620px 20px;}
}
@keyframes waveMove2 {
	from {background-position: 600px 10px;}
	to {background-position: -1320px 10px;}
}
@keyframes waveMove3 {
	from {background-position: 0px 0px;}
	to {background-position: -1920px 0px;}
}


/*首页产品分类*/
.jtfenlei{ width:100%; margin:0 auto; background:#fff;}
.jtfenlei ul{ width:100%; margin:0 auto; background:#fff;}
.jtfenlei ul li{ background:#fff;}
.jtfenlei ul li img{ width:99%; float:left;}
.jtfenlei ul li.last img{ width:99%; float:right;}

/*首页产品*/
.jtchanpin{ width:100%; margin:0 auto; background:#fff; display:none;}
.jtchanpin h1{ width:100%; float:left; background:none; height:52px; line-height:52px; font-size:32px; text-align:left;}
.jtchanpin .jtchanpin1{ width:100%; float:left; background:none;}
.jtchanpin  .jtchanpin1 li{ background:none;}
.jtchanpin  .jtchanpin1 li img{ width:98%; float:left; margin:0 1%;}
.jtchanpin  .jtchanpin1 li .content{ width:98%; float:left; margin:0 1%; background:#fff; padding-bottom:20px;}
.jtchanpin  .jtchanpin1 li .content h2{ width:90%; float:left; margin:0 5%; height:42px; text-align:left; line-height:42px; color:#000; font-size:14px;}
.jtchanpin  .jtchanpin1 li .content span{ width:90%; float:left; margin:0 5%; height:32px; text-align:left; line-height:32px; color:#ff0000; font-size:16px;}
.jtchanpin .title-h5{ font-size:28px; margin-top:22px;}
.jtchanpin .fenlei{ width:298px; height:50px; margin:50px auto 10px;}
.jtchanpin .fenlei li{  border:1px solid #000; float:left; margin:0 5px; }
.jtchanpin .fenlei li a{ padding:0 12px;color:#333; font-size:15px; text-align:center; height:42px; line-height:42px; text-transform:capitalize;}
/*.box4-btns {
  display: inline-flex;
  justify-content: space-between; }
  .box4-btns .btn {
	width:55px;  
    display: inline-block;
    height: 55px;
    transition-duration: .3s;
	position:absolute;
  }
  .box4-btns {
  display: inline-flex;
  justify-content: space-between; }
  .box4-btns .btn:hover {
	  opacity:0.5;
  }
    .box4-btns .btn:after {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border: 2px solid #e3e3e3;
      box-sizing: border-box;
      transition-duration: .3s;
      overflow: hidden; }
  .box4-btns .prev {
    background: url(../images/prev1.png)#FFF no-repeat center; 
	left:10px;
	top:40%;
	z-index:99999;
	}
  .box4-btns .next {
	  right:10px;
	top:40%;
	z-index:99999;
    background: url(../images/next1.png)#fff no-repeat center; }
  .swiper-pagination .swiper-pagination-bullet{ width:15px; height:1px; border-radius:0px; background:#000; opacity:1;}
  .swiper-pagination .swiper-pagination-bullet-active{ width:18px; height:4px; border-radius:0px; background:#000;}
.welcome-box4 {
  background-size: 100% !important;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative; }
.welcome-box4  .box4-wrap{padding-top:5%;}
.welcome-box4 .moudle-titles {width:100%; text-align:center; height:50px; line-height:50px; font-size:28px; margin:0 auto;}
.welcome-box4 .fenlei{ width:auto; height:50px; margin:50px auto 10px;}
.welcome-box4 .fenlei li{  border:1px solid #000; float:left; margin:0 5px; }
.welcome-box4 .fenlei li a{ padding:0 15px;color:#333; font-size:16px; text-align:center; height:42px; line-height:42px; text-transform:capitalize;}
.welcome-box4 .moudle-titles .title-h6 {padding-bottom: 0; }
.welcome-box4 .w1130 {
    align-items: flex-end;
    padding: 9.4vh 0 6.8vh; }
.welcome-box4 .box-contents {
    padding: 0 3rem;
	overflow:hidden;
    height: auto;
    display: block; }
.welcome-box4 .swiper-slide{position: relative;border-right: 0px solid #e5e5e5; margin-right:0 !important; width:25% !important;}
.mc_a1s1_a {display: block;padding: 55px 10px 65px;}

.mc_a1s1_a {display: block;padding: 55px 10px 65px;}
.mc_a1s1_li:not(:last-child) {border-right: 1px solid #e5e5e5;}
.mc_a1s1_date {font-size: 14px;color: #333;line-height: 20px;margin:5px 0;}
.mc_a1s1_date i,
.mc_a1s1_date em {font-size: 18px;line-height: 20px;}
.mc_a1s1_txt {font-size: 14px;line-height: 34px;color: #000000;height: 34px;overflow: hidden;margin-bottom: 0px; font-weight:400; text-transform:uppercase;}
.mc_a1s1_morebtn {position: relative;z-index: 1;display: inline-block;vertical-align: top;padding: 0 40px;line-height: 54px;font-size: 14px;font-weight: bold;color: #fff;}
.mc_a1s1_morebtn::before {content: "";position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;border-radius: 30px;background: #0028aa;transition: all .36s; transform: scale(1) !important;}
.mc_a1s1_morebtn::after { content: ""; position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;border-radius: 30px;border: 1px solid #0028aa;opacity: 0;transform: scale(1);transition: all .36s;}
.mc_a1s1_more .ion-android-share-alt{ float:right; font-size:20px; color:#a9a9a9; margin-top:0;}
.mc_a1s1_imgbox {margin-top: 5px;overflow:hidden;}
 .mc_a1s1_imgbox::before {content: "";position: absolute;left: 0;bottom: 4px;z-index: 1;width: 100%;height: 1px;background: #e5e5e5;}
.mc_a1s1_imgbox::after {content: "";position: absolute;left: 0;bottom: 4px;z-index: 2;width: 0;height: 1px;background: #0028aa;transition: all .5s;}                        
.mc_a1s1_a .line1{margin-top:0;width:100%;height: 1px;background: #e5e5e5;}
.mc_a1s1_a .line{ margin-top:30px;width:0;height: 1px;background: #e5e5e5;}
.mc_a1s1_a:hover .line{width:100%;height: 1px;background: #0028aa;transition: all .5s;}

.mc_list_imgbox img {object-fit: cover;max-width: 100%; display:block;transform: scale(1);transition: all ease-in-out 0.5s;}
.mc_a1s1_a:hover .mc_a1s1_morebtn::before {transform: scale(.5);opacity: 0;}
.mc_a1s1_a:hover .mc_a1s1_morebtn::after {transform: scale(1);opacity: 1;}
.mc_a1s1_a:hover .mc_a1s1_morebtn {color: #0028aa;}
.mc_a1s1_a:hover {}
.mc_a1s1_a:hover .mc_list_imgbox img {transform: scale(1.1);}
.welcome {
  min-height: 100vh; }

.welcome .moudle-titles .title-h5 {
    font-size: 42px; }*/


.welcome-box3 {position: relative; background:url(../images/box3_bj.jpg) no-repeat right !important; width:100%; margin:0 auto; overflow:hidden;}
.welcome-box3 .nr{ height:100%; width: calc(100% - 160px);margin:0 80px;}
.welcome-box3 .nr .n_list{ width:25%; float:left;height:100%;display: flex;justify-content: center;align-items: center;overflow: hidden;position: relative;}
.welcome-box3 .nr .n_list a{ display:block; height:100%;}
.welcome-box3 .nr .n_list img{ display:block; width:auto; height:100%; max-width:100%; margin:0 auto;}
.overlay {background: rgba(4, 85, 181, 0.7);position: absolute;height: 100%;width: 100%;z-index: 3;opacity: 0;transition: all ease-in-out 0.5s;}
.welcome-box3 .nr .n_list:hover .overlay {opacity: 1;}
.image-details {text-align: center;color: white;font-size:30px;z-index: 4;position: absolute;top: 100%;opacity: 0;transition: all ease-in-out 0.5s;}
.welcome-box3 .nr .n_list:hover .image-details {top: 40%;opacity: 1; width: calc(100% - 5%);margin-left:5%;}
.welcome-box3 .nr .n_list .title{ position:absolute; left:0; bottom:20px; color:#fff; width:100%; text-align:center; font-size:24px;}
.welcome-box3 .nr .n_list a:hover span{position: absolute;display: block}
.welcome-box3 .nr .n_list a:hover span:nth-child(1){top: 0;left: -100%;width: 100%;height: 2px;background: linear-gradient(90deg, transparent, #03e9f4);animation: btn-anim1 1s linear infinite;}

/*内页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,.9);  }
.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: #000;  transition: all .3s;  }
.sub-nav .swiper-slide.cur>a{  color: #000;  }
.sub-nav .swiper-slide.cur a:before{  width: 100%;  }
.sub-nav .swiper-slide a:hover  { color: #000;}
.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:#000;bottom:-1px;transform: scale(0,1);transform-origin: right;transition:transform .4s; line-height:55px;}
.listMenu a:hover,.listMenu .on{color:#000;}
.listMenu .on::after,.listMenu a:hover::after{transform: scale(1);transform-origin:left;}*/


.ny_shebei {background:#fff;padding: 6rem 0;}
.ny_shebei .title{font-size:3.6rem;color:#000;font-weight:700;text-align:center;padding:0 0 20px;border-bottom:1px solid #ddd;margin-bottom:50px;text-transform:uppercase;}
.ny_shebei .text{ margin-bottom:40px;font-size:16px;text-transform: none;font-weight:300;color:#555;line-height:26px; text-align:center;}
.ny_shebei .products-item__title{font-size:18px;text-transform: none;font-weight:300;color:#555;line-height:26px; text-align:center;}


/*内页公共标题*/
.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:#000;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:#000;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{line-height:32px;}
.ny_about .a_left .text p img{ width:60px; height:60px; padding:0; margin:10px 0;}
.ny_about .a_left .text p span{line-height:30px; }
.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: #000;}
.ny_about .a_right .num-top .year{font-size:14px;line-height:23px;width:23px;height: 23px;background-color: #000;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:#000;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_yangguang{ padding:30px 0;/*background: #f6f7fa;*/margin-top:0; font-size:16px; background:#000;}
.ny_about_yangguang .a_left{ background:none;/* padding:5%;*/}
.ny_about_yangguang .a_left .tit{font-size:24px;font-weight:bold;color:#fff;}
.ny_about_yangguang .a_left .line{width:30px;height:5px;background-color:#fff;margin-top:30px;}


.ny_about img{ display:block; max-width:100%; margin:0 auto;}


/*企业文化*/
.ny_about_wenhua{background:#f2f2f2; background-size: cover;  padding: 80px 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:#000; 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_wenhua .text img{ width:100%;}

/*荣誉列表*/
/*.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:#000;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: #000;}
.mt-tabpage-title .mt-tabpage-item-cur {color: #000;border-bottom: 1px solid #000;}
.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:#000;}
.mt-tabpage-title .mt-tabpage-item-cur::before{border-color:#000;}
.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: #000;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:#000;}
.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 #000; text-align:center; font-size:16px; color:#000; margin:0 auto; margin-top:20px;}
.my_more:hover{ background:#000; 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: #000;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:#000;}
.ny_contact .c_left{padding:30px; background:#fff;}
.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:#000; 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:#000; padding-right:10px;}
.job2{padding-bottom:10px;}
.job2 .more1{width:50px;height:2px;background:#000;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:#353535;}
.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_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 #000; 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 0; 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:20px; 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:#000;}
.ny_product .p_right .l a:hover .more{background:#000;color:#fff;}


.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: #000;}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white{--swiper-navigation-color: #000  !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:#000;}
.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 #000;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_pa{padding:60px 0;}
.ny_product_pa .title{font-size:3.6rem;color:#000;font-weight:700;text-align:center;padding:0 0 20px;border-bottom:0px solid #eee;margin-bottom:30px;text-transform:uppercase;}
.ny_product_pa .nr{ text-align:center; margin-bottom:50px; font-size:16px; line-height:26px; color:#666;}
.ny_product_pa .p_list{}
.ny_product_pa .p_list .l{ padding:20px; border-radius:5px; border:1px solid #f4f6f8;background:#f7f9fb;}
.ny_product_pa .p_list .l .img{border-radius:5px;position:relative; width:100%; overflow:hidden; margin-bottom:20px;}
.ny_product_pa .p_list .l .img b{ transform:scale(1,1);  transition-duration:0.5s; display:block;}
.ny_product_pa .p_list .l .img .cp_dt{ display:block; max-width:100%;transform:rotate(0); transition-duration:0.5s;}
.ny_product_pa .p_list .l a:hover .img .cp_dt{ transform:rotate(10deg);}
.ny_product_pa .p_list .l a:hover .img b{ transform:scale(1.3,1.3);}
.ny_product_pa .p_list .l a:hover .tit{ color:#1f64b3;}
.ny_product_pa .p_list .l .tit{ margin:20px 0; font-size:22px; color:#222222; padding:0 15px; margin-bottom:15px;}
.ny_product_pa .p_list .l .txt{ color:#999999; font-size:15px; line-height:24px; height:65px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;padding:0 15px; margin-bottom:20px;}
.ny_product_pa .p_list .l .more{ margin-bottom:15px; margin-left:15px;}
.ny_product_pa .p_list .l a:hover .more span{ background:#1f64b3}

.ny_product_pa1{background: #fff; padding-bottom:60px;}
.ny_product_pa1 .t{ width:100%; padding:50px 0; background:#1f64b3; margin-bottom:50px;}
.ny_product_pa1 .title{font-size:3.6rem;color:#fff;font-weight:700;text-align:center;padding:0 0 20px;border-bottom:1px solid rgba(255, 255, 255, 0.20);margin-bottom:10px;text-transform:uppercase;}
.ny_product_pa1 h5{font-size:1.6rem;color:#fff;font-weight:700;text-align:center;padding:0px;border-bottom:0px solid rgba(255, 255, 255, 0.20);margin-bottom:00px;text-transform:none ;}
.ny_product_pa1 .nr{ text-align:center; font-size:16px; line-height:26px; color:#fff;}
.ny_product_pa1 .w{ padding-bottom:10px;}
.ny_product_pa1 .p_list{}
.ny_product_pa1 .p_list .l{ padding:20px; border-radius:5px; border:1px solid #f4f6f8;background:#f7f9fb; margin-bottom:20px;}
.ny_product_pa1 .p_list .l .img{border-radius:5px;position:relative; width:100%; overflow:hidden; margin-bottom:20px;}
.ny_product_pa1 .p_list .l .img b{ transform:scale(1,1);  transition-duration:0.5s; display:block;}
.ny_product_pa1 .p_list .l .img .cp_dt{ display:block; max-width:100%;transform:rotate(0); transition-duration:0.5s;}
.ny_product_pa1 .p_list .l a:hover .img .cp_dt{ transform:rotate(0deg);}
.ny_product_pa1 .p_list .l a:hover .img b{ }
.ny_product_pa1 .p_list .l a:hover .tit{ color:#1f64b3;}
.ny_product_pa1 .p_list .l .tit{ margin:20px 0; font-size:18px; color:#222222; padding:0 15px; margin-bottom:15px;}
.ny_product_pa1 .p_list .l a:hover .tit{color:#222222;}
.ny_product_pa1 .p_list .l .txt{ color:#999999; font-size:15px; line-height:24px; height:65px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;padding:0 15px; margin-bottom:20px;}
.ny_product_pa1 .p_list .l .more{ margin-bottom:15px; margin-left:15px; }
.ny_product_pa1 .p_list .l a .more span{ background:#1f64b3;}
.ny_product_pa1 .p_list .l a:hover .more span{ background:#1f64b3}

/*新闻列表*/
.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:#000;}

.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:#000; 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:#000; 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:#000;}
.news_list02 ul li:hover .left .txt .icon:hover i{background:#000;}
.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:#000; 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:#000; border:2px solid #000;}


/* 底部开始*/
.footer{background:#000; border-top:1px solid #555;}
.f1{padding:15px 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{ display:none;}
.f1 .f1_2 .f1_21 .tit{padding-bottom:20px;position:relative; font-size:16px; color:#d9d9d9; margin-bottom:10px;}
.f1 .f1_2 .f1_21 .tit a{ width:100%; font-size:16px; color:#d9d9d9; text-align:center; display:block; float:left;}
.f1 .f1_2 .f1_21 .tit:after{content:"";display:block;position:absolute;left:0;bottom:20px;width:30px;height:1px;background:none;}
.f1 .f1_2 .f1_21 ul{}
.f1 .f1_2 .f1_21 ul li{color: #afafaf; line-height:30px; font-size:15px;}
.f1 .f1_2 .f1_21 ul li a{color: #afafaf;}
.f1 .f1_2 .f1_21 ul li a:hover{color:#000;}
.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; text-align:center;}
.f2 p{margin-bottom:0;}
.f2 a{color:#bdbdbe;}
.f2 span{ float:right;}
.footer .banquan h1{ width:100%; text-align:center;line-height:32px; font-size:16px; color:#d9d9d9; margin:0px;}
.footer .banquan h1 a{ color:#fff;}

/* 底部结束*/ 
.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;}

/*首页关于我们*/
.sy_about{ width:100%;background: url(../images/box2_bj_03.jpg) no-repeat left top; padding:0;}
.sy_about .sy_about_wz{ background:#fff; padding:70px; margin-top:0px; box-shadow:-5px 0px 5px 5px rgba(0,0,204,0.1); z-index:11;}
.sy_about .title{text-align:left;text-transform:uppercase; margin-bottom:20px;}
.sy_about .title .t1{ line-height:116px; font-size:88px; color:#e9e9e9; font-weight:bold;}
.sy_about .title .t2{ margin-top:-92px; font-size:46px; color:#060606; font-weight:bold;}
.sy_about .text{}
.sy_about .text p{ margin-bottom:40px; font-size:16px; color:#060606;}
.sy_about .right{ position:relative; margin-top:20px;}
.sy_about .img1{ width:95%; overflow:hidden;}
.sy_about .img1 img{max-width:100%; margin:0 auto;border-radius:50px 0 50px 0; transform: scale(1,1); transition-duration: 0.5s;}
.sy_about .img1 img:hover{transform: scale(1.1,1.1); transition-duration: 0.5s;}
.sy_about .sp{ position:absolute; right:0; bottom:40%; width:118px; height:118px; background:url(../images/sp.jpg) no-repeat center;}
.sy_about .sp a{ display:block; width:100%; height:100%;}
.shipin{ position:fixed; width:960px; height: auto; background:black; top:57%; left: 50%;transform: translate(-50%, -50%);z-index: 9999; }
.sy_about .sy_about_tp{ margin:50px 0 0 -30px; z-index:111;}
.sy_about .sy_about_tp img{ width:100%;}

.box4-btns {
  display: inline-flex;
  justify-content: space-between; }
  .box4-btns .btn {
	width:48px;  
    display: inline-block;
    height:48px;
    transition-duration: .3s;
	position:absolute;
	padding:0px;
  }
  .box4-btns {
  display: inline-flex;
  justify-content: space-between; }
  .box4-btns .btn:hover {
	  opacity:0.5;
  }
    .box4-btns .btn:after {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border: 2px solid #e3e3e3;
      box-sizing: border-box;
      transition-duration: .3s;
      overflow: hidden; }
  .box4-btns .prev {
    background: url(../images/prev1.png)#FFF no-repeat center; 
	right:70px;
	top:20px;
	z-index:99999;
	}
  .box4-btns .next {
	  right:10px;
	top:20px;
	z-index:99999;
    background: url(../images/next1.png)#fff no-repeat center; }
  .swiper-pagination .swiper-pagination-bullet{ width:15px; height:1px; border-radius:0px; background:#000; opacity:1;}
  .swiper-pagination .swiper-pagination-bullet-active{ width:18px; height:4px; border-radius:0px; background:#000;}
.welcome-box4 {
  background-size: 100% !important;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative; 
  padding:0 0 50px 0;
  }
  .bgfa{ display:block;}
.welcome-box4  .box4-wrap{ border-left:0px solid #e6e6e6; padding-top:5%;}
.welcome-box4 .moudle-titles {width:100%; text-align:center; height:50px; line-height:50px; font-size:28px; margin:0 auto;}
.welcome-box4 .fenlei{ width:298px; height:50px; margin:50px auto 10px;}
.welcome-box4 .fenlei li{  border:1px solid #000; float:left; margin:0 5px; background:#fff; transition:all 0.6s;}
.welcome-box4 .fenlei li:hover{  border:1px solid #000; float:left; margin:0 5px; background:#000; color:#fff;}
.welcome-box4 .fenlei li a{ padding:0 13px;color:#333; font-size:15px; text-align:center; height:42px; line-height:42px; text-transform:capitalize;}
.welcome-box4 .moudle-titles .title-h6 {padding-bottom: 0; }
.welcome-box4 .fenlei li:hover a{color:#fff;}
.welcome-box4 .w1130 {
    align-items: flex-end;
    padding: 9.4vh 0 6.8vh; }
.welcome-box4 .box-contents {
    /*padding: 0 3rem;*/
    height: auto;
    display: block; }
.welcome-box4 .swiper-slide{position: relative;border-right: 0px solid #e5e5e5; margin-right:0 !important; width:25% !important;}
.mc_a1s1_a {display: block;padding: 55px 10px 45px;}
.mc_a1s1_li:not(:last-child) {border-right: 1px solid #e5e5e5;}
.mc_a1s1_date {font-size: 14px;color: #333;line-height: 20px;margin:5px 0;}
.mc_a1s1_date i,
.mc_a1s1_date em {font-size: 18px;line-height: 20px;}
.mc_a1s1_txt {font-size: 14px;line-height: 34px;color: #000000;height: 34px;overflow: hidden;margin-bottom: 0px; font-weight:400; text-transform:uppercase;}
.mc_a1s1_morebtn {position: relative;z-index: 1;display: inline-block;vertical-align: top;padding: 0 40px;line-height: 54px;font-size: 14px;font-weight: bold;color: #fff;}
.mc_a1s1_morebtn::before {content: "";position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;border-radius: 30px;background: #0028aa;transition: all .36s; transform: scale(1) !important;}
.mc_a1s1_morebtn::after { content: ""; position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;border-radius: 30px;border: 1px solid #0028aa;opacity: 0;transform: scale(1);transition: all .36s;}
.mc_a1s1_more .ion-android-share-alt{ float:right; font-size:20px; color:#a9a9a9; margin-top:0;}
.mc_a1s1_imgbox {margin-top: 5px;overflow:hidden;}
/*.mc_a1s1_imgbox::before {content: "";position: absolute;left: 0;bottom: 4px;z-index: 1;width: 100%;height: 1px;background: #e5e5e5;}
.mc_a1s1_imgbox::after {content: "";position: absolute;left: 0;bottom: 4px;z-index: 2;width: 0;height: 1px;background: #0028aa;transition: all .5s;}*/
.mc_a1s1_a .line1{margin-top:0;width:100%;height: 1px;background: #e5e5e5;}
.mc_a1s1_a .line{ margin-top:30px;width:0;height: 1px;background: #e5e5e5;}
.mc_a1s1_a:hover .line{width:100%;height: 1px;background: #0028aa;transition: all .5s;}

.mc_list_imgbox img {object-fit: cover;max-width: 100%; display:block;transform: scale(1);transition: all ease-in-out 0.5s;}
.mc_a1s1_a:hover .mc_a1s1_morebtn::before {transform: scale(.5);opacity: 0;}
.mc_a1s1_a:hover .mc_a1s1_morebtn::after {transform: scale(1);opacity: 1;}
.mc_a1s1_a:hover .mc_a1s1_morebtn {color: #0028aa;}
.mc_a1s1_a:hover {}
.mc_a1s1_a:hover .mc_list_imgbox img {transform: scale(1.1);}
  
    .welcome-box4 .swiper-slide:hover .news-h5 {
      color: #005bac; }
  .welcome-box4 .news-times {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 10px;
    background: #e8e8e8; }
  .welcome-box4 .news-day {
    font-size: 30px;
    line-height: 30px;
    font-family: "Arial";
    font-weight: bold;
    color: #4d4d4d; }
  .welcome-box4 .news-month {
    width: 40px;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    color: #666;
    margin: 0 auto;
    text-transform: uppercase; }
  .welcome-box4 .news-class {
    text-transform: uppercase;

    font-size: 14px;
    color: #666;
    line-height: 22px;
    padding-bottom: 4px;
    display: inline-block;
    padding-right: 68px;
    border-bottom: 1px solid #ccc; }
  .welcome-box4 .news-h5 {
    font-size: 24px;
    color: #333;
    line-height: 28px;
    height: 56px;
    margin: 16px 0 12px;
    transition-duration: .3s; }
  .welcome-box4 .news-h6 {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 48px;
    margin-bottom: .7rem;
    transition-duration: .3s; }
  .welcome-box4 .box4-banner {
	  position:relative;
    overflow: hidden; }
  .welcome-box4 .view-more1 {
    margin: 5.8vh auto 0; }
  .welcome-box4 .box4-hd01 {
    display: none;
    opacity: 0; }
  .welcome-box4 .box4-banner-wrap {
    position: relative;}
  .welcome-box4 .pc-center-times {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    height: 60px;
    padding: 6px 0;
    transform: translate(-50%, -50%); }
    .welcome-box4 .pc-center-times:before, .welcome-box4 .pc-center-times:after {
      content: "";
      display: block;
      height: 200px;
      position: absolute;
      left: 50%; }
    .welcome-box4 .pc-center-times:before {
      width: 12px;
      bottom: 100%;
      margin-left: -6px;
      background: url(../images/cir1.png) no-repeat center bottom;
      background-size: 100%; }
    .welcome-box4 .pc-center-times:after {
      top: 100%;
      background: #ddd;
      width: 1px; }
	  .swiper-pagination1 {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
}

/*首页合作伙伴*/
.hezuo{padding:0; background:#000; width:100%; margin:0 auto;}

.hezuo .zuoc img{ width:100%; height:auto; float:left;}
.hezuo .nr{justify-content: center;align-items: center;flex-wrap: wrap;width:100%; margin-top:0px; padding:0px;}
.hezuo .nr .card{position: relative;width:188px;height:90px; margin-top:15px;}
.hezuo .nr .card .box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform-style: preserve-3d;transition: 1s ease;}
.hezuo .nr .card .box .imgBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.hezuo .nr .card .box .imgBx img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.hezuo .nr ul{ padding:40px 20px;}
.hezuo .title .t1{color: #222;font-size: 42px;line-height: 63px;font-weight: bold;text-transform: uppercase; text-align:center;}


/*首页服务*/
.services{ width:100%; height:auto; padding:35px 0 85px; background:#000;}
.services h1{ width:100%; height:42px; text-align:center; line-height:42px; color:#fff; text-transform:uppercase; font-size:42px; margin:0 0 45px 0; float:left;}
.services ul{ width:100%; height:auto; float:left;}
.services ul li{float:left; text-align:center;}
.services ul li img{margin:0 auto 30px; text-align:center;}
.services ul li p{margin:0 auto 30px; text-align:center; font-size:24px; color:#fff; line-height:32px;}

/*首页分公司*/
.location{ width:100%; height:auto; padding:35px 0 15px; background:url(../images/locabg.jpg)repeat center top;}
.location h1{ width:100%; height:42px; text-align:center; line-height:42px; color:#fff; text-transform:uppercase; font-size:42px; margin:0 0 45px 0; float:left;}
.location ul{ width:100%; height:auto; float:left;}
.location ul li{float:left; text-align:center;}
.location ul li img{float:left; text-align:left;}
.location ul li p{float:left; text-align:left; font-size:18px; color:#fff; line-height:36px; padding-left:10px;}


.weizhi{ background:#fff; width:100%;}

@media (min-width:300px) { 
	header .logo{ float:left; margin-right:10px;width:56%; padding-right:10px; border-right:none;}
	.nybanner{ margin-top:88px;}
	.banner{ width:100%;position:relative; margin-top:100px;}
	.hezuo .title{ width:100%; height:50px; color:#fff; text-align:center; line-height:50px; font-size:32px; text-transform:uppercase;}
.hezuo p{ width:100%; height:30px; color:#fff; text-align:center; line-height:30px; font-size:18px; text-transform:uppercase;}
	.aboutus .about2 ul li h4{ width:100%; font-weight:normal; float:left; height:30px; line-height:30px; text-transform:uppercase; text-align:center; font-weight:normal; letter-spacing:0px; font-size:12px; color:rgb(85,85,85)}
	.aboutus .about2 ul li .baog h2{ width:100%; float:left; height:60px; border:0px; padding:0; margin:0; line-height:60px; font-weight:normal; text-align:center; font-size:40px; color:rgb(85,85,85)}
	.aboutus .about2 ul li h3{ width:100%; font-weight:normal; float:left; height:30px; line-height:30px; text-align:center; letter-spacing:0; font-weight:normal; font-size:12px; color:rgb(85,85,85)}
	.aboutus .about2 ul li.center{  border-left:1px solid #dadada;  border-right:1px solid #dadada;  width:34%;}
	.aboutus .about2 ul li.center .baog h2{ width:100%; float:left; height:60px; line-height:60px;  padding:0; margin:0; font-weight:normal; text-align:center; font-size:40px; color:rgb(85,85,85)}
	.hezuo .nr .card{position: relative;width:120px;height:70px; margin-top:15px;}
	.hezuo .nr .card .box .contentBx div h2{color: #fff;font-size:15px;letter-spacing:0px;}
	.slideTxtBox .hd ul li i{width:0px;}
	.slideTxtBox .hd{ height:60px; line-height:60px;}
	.slideTxtBox .hd ul{height:60px;}
	.slideTxtBox .hd ul li{ height:60px; width:33%; font-size:12px;}
	.slideTxtBox .hd ul li.on{ height:60px; width:33%; font-size:12px;}
	.slideTxtBox .bd ul .pic{ overflow:hidden; margin-top:15px;}
}

@media (min-width:400px) { 
	.banner{ width:100%;position:relative; margin-top:100px;}
	.aboutus .about2 ul li h4{ width:100%; font-weight:normal; float:left; height:30px; line-height:30px; text-transform:uppercase; text-align:center; font-weight:normal; letter-spacing:0px; font-size:15px; color:rgb(85,85,85)}
	.hezuo .nr .card{position: relative;width:188px;height:90px; margin-top:15px;}
	.aboutus .about2 ul li .baog h2{ width:100%; float:left; height:50px; border:0px; padding:0; margin:0; line-height:50px; font-weight:normal; text-align:center; font-size:42px; color:rgb(85,85,85)}
	.aboutus .about2 ul li.center .baog h2{ width:100%; float:left; height:60px; line-height:60px;  padding:0; margin:0; font-weight:normal; text-align:center; font-size:42px; color:rgb(85,85,85)}
	.aboutus .about2 ul li h3{ width:100%; font-weight:normal; float:left; height:30px; line-height:30px; text-align:center; letter-spacing:0; font-weight:normal; font-size:15px; color:rgb(85,85,85)}
	.slideTxtBox .hd{ height:60px; line-height:60px;}
	.slideTxtBox .hd ul{height:60px;}
	.slideTxtBox .hd ul li.on{ height:60px; width:33%;}
	.slideTxtBox .bd ul .pic{ overflow:hidden; margin-top:15px;}
	.aboutus{ width:100%; margin:0px auto; padding:40px 0; background:url(../images/aboutbg.jpg);}
	.aboutus .row .title{ margin-bottom:30px; font-size:28px; color:#fff; text-transform:uppercase; line-height:48px; text-align:center;}
}

@media (min-width:500px) { 
	.banner{ width:100%;position:relative; margin-top:100px;}
	.aboutus .about2 ul li h4{ width:100%; font-weight:normal; float:left; height:30px; line-height:30px; text-transform:uppercase; text-align:center; font-weight:normal; letter-spacing:0px; font-size:18px; color:rgb(85,85,85)}	
	.aboutus .about2 ul li .baog h2{ width:100%; float:left; height:50px; border:0px; padding:0; margin:0; line-height:50px; font-weight:normal; text-align:center; font-size:42px; color:rgb(85,85,85)}
	.aboutus .about2 ul li.center .baog h2{ width:100%; float:left; height:60px; line-height:60px;  padding:0; margin:0; font-weight:normal; text-align:center; font-size:42px; color:rgb(85,85,85)}
	.aboutus .about2 ul li h3{ width:100%; font-weight:normal; float:left; height:30px; line-height:30px; text-align:center; letter-spacing:0; font-weight:normal; font-size:15px; color:rgb(85,85,85)}
	.hezuo .nr .card{position: relative;width:188px;height:90px; margin-top:15px;}
	.slideTxtBox .hd ul li i{}
	.slideTxtBox .hd{ height:60px; line-height:60px;}
	.slideTxtBox .hd ul{height:60px;}
	.slideTxtBox .hd ul li{ height:60px; width:33%; font-size:16px;}
	.slideTxtBox .hd ul li.on{ height:60px; width:33%; font-size:16px;}
	.slideTxtBox .bd ul .pic{ overflow:hidden; margin-top:15px;}
	.aboutus{ width:100%; margin:0px auto; padding:40px 0; background:url(../images/aboutbg.jpg);}
	.aboutus .row .title{ margin-bottom:30px; font-size:28px; color:#fff; text-transform:uppercase; line-height:48px; text-align:center;}
}

@media (min-width:600px) { 
	.banner{ width:100%;position:relative; margin-top:100px;}
	.aboutus .about2 ul li h4{ width:100%; font-weight:normal; float:left; height:30px; line-height:30px; text-transform:uppercase; text-align:center; font-weight:normal; letter-spacing:0px; font-size:18px; color:rgb(85,85,85)}	
	.aboutus .about2 ul li .baog h2{ width:100%; float:left; height:50px; border:0px; padding:0; margin:0; line-height:50px; font-weight:normal; text-align:center; font-size:42px; color:rgb(85,85,85)}
	.aboutus .about2 ul li.center .baog h2{ width:100%; float:left; height:60px; line-height:60px;  padding:0; margin:0; font-weight:normal; text-align:center; font-size:42px; color:rgb(85,85,85)}
	.aboutus .about2 ul li h3{ width:100%; font-weight:normal; float:left; height:30px; line-height:30px; text-align:center; letter-spacing:0; font-weight:normal; font-size:15px; color:rgb(85,85,85)}
	.hezuo .nr .card{position: relative;width:188px;height:90px; margin-top:15px;}
	.slideTxtBox .hd ul li i{}
	.slideTxtBox .hd{ height:60px; line-height:60px;}
	.slideTxtBox .hd ul{height:60px;}
	.slideTxtBox .hd ul li{ height:60px; width:33%; font-size:16px;}
	.slideTxtBox .hd ul li.on{ height:60px; width:33%; font-size:16px;}
	.slideTxtBox .bd ul .pic{ overflow:hidden; margin-top:15px;}
	.aboutus{ width:100%; margin:0px auto; padding:40px 0; background:url(../images/aboutbg.jpg);}
	.aboutus .row .title{ margin-bottom:30px; font-size:28px; color:#fff; text-transform:uppercase; line-height:48px; text-align:center;}
}

@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;}
	.nybanner{ margin-top:88px;}
	header .dl{ display:block;}
	.nav{display:none;}
	.sp_nav{display:block;}
	#ss .ss_box{width:600px;left:-542px;}
	.banner{}
	.banner .swiper-slide .pc{ display:block;}
	.banner .swiper-slide .phone{ display:none;}
	.sy_ss{ height:90px;line-height:90px; padding:0;}

	.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:10px;}
	.f1 .f1_2 .f1_21 .l{ display:block;}
	.f1 .f1_2 .f1_21 .l p a{ font-size:16px; padding:0 10px;}
	.f1 .f1_2 .f1_22 p{ font-size:16px; margin-top:10px;}
	.f2{ line-height:80px;font-size:16px;}
	/*首页模块*/
	.sy_main{ margin:70px 0;}
	.slideTxtBox .hd{ height:70px; line-height:70px;}
	.slideTxtBox .hd ul{height:70px;}
	.slideTxtBox .hd ul li{ width:33%; font-size:18px;}
	.slideTxtBox .hd ul li.on{ height:70px; width:34%;}
	.slideTxtBox .bd ul{ margin-top:30px;}
	.slideTxtBox .bd ul .sy_news .l{padding:20px 30px; background:#fff;}
	.slideTxtBox .bd ul .sy_about .tit{font-size:24px;}
	.slideTxtBox .bd ul .sy_about .text{line-height: 2.2;font-size: 16px;margin-top: 20px;}
	.slideTxtBox .bd ul .sy_about .more{width:120px;height:40px;line-height:40px;border-radius:20px;font-size: 16px; margin-top:25px;}
	.slideTxtBox .bd ul .pic{ overflow:hidden; margin-top:0;}
	.slideTxtBox .bd ul .sy_licheng ul{}
	.slideTxtBox .bd ul .sy_licheng li{font-size:16px; line-height:36px;}
	.slideTxtBox .bd ul .sy_licheng li span{font-size:16px;width:20px;}
	.slideTxtBox .bd ul .sy_licheng .more{width:120px;height:40px;line-height:40px;border-radius:20px;font-size: 16px;margin-top:25px;}
	.slideTxtBox .bd ul .sy_about .text1{line-height: 2.6;font_radio: 2;font-size: 20px;}
	.slideTxtBox .bd ul .sy_about span{line-height: 2.6;font-size: 26px;}
	
	.abotab{margin-bottom:50px;}
	.abotab-li ul li{width:25%;}
	.abotab-liwords{bottom: 54px;padding: 0 9%;}
	.abotab-liwords h5{font-size:24px;margin-top: 20px;}
	.abotab-liwords h6{font-size: 12px;margin-top: 12px;}
	.abotab-liwords p{font-size: 15px;line-height: 30px;margin-top: 18px; display:block;}
	.abotab-liwords i{width: 40px;height: 40px;margin: 32px auto 0;}
	.abotab-li ul.aboHover:hover li{width:20%;}
	.abotab-li ul.aboHover li:hover{width:40%;}
	.abotab-li ul li:hover .abotab-lizz{opacity: .24;}
	.abotab-li ul li:hover .abotab-liwords{bottom:25%;}
	.abotab-li ul li:hover .abotab-liwords p{height: 180px;}
	
	.conTbox {top:55%;}
	.conTbox h5{font-size:30px;margin-bottom:22px;}
	.conTbox .tactBtn{width: 145px;line-height:48px;}
	.contact2 iframe{margin-top:0;}
	
	.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;/*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;}
	.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:80px 0; 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;}
	.aboutus .about2 ul li h4{ width:100%; font-weight:normal; float:left; height:30px; line-height:30px; text-transform:uppercase; text-align:center; font-weight:normal; letter-spacing:0px; font-size:16px; color:rgb(85,85,85)}
	.hezuo .nr .card{position: relative;width:188px;height:90px; margin-top:15px;}
	.aboutus .row .title{ margin-top:30px; font-size:20px; color:#fff; text-transform:uppercase; line-height:32px; text-align:center;}
}

@media (min-width:992px) {
	header .mail { /*display: block;*/}
	header .logo{margin-right:0;padding-right:10px; width:20%;}
	.nybanner{ margin-top:118px;}
	.nav{display:none;}
	.sp_nav{display:block;}
	.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:100%;}
	.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:260px;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;}
	.f1 .f1_2 .f1_21{ display:block;}
	.aboutus .about2 ul li h4{ width:100%; font-weight:normal; float:left; height:30px; line-height:30px; text-transform:uppercase; text-align:center; font-weight:normal; letter-spacing:0px; font-size:18px; color:rgb(85,85,85)}
	.hezuo .nr .card{position: relative;width:148px;height:82px; margin-top:15px;}
	

}
@media (min-width:1000px) {
	header .mail {}
	header .logo{margin-right:0;padding-right:10px; width:20%;}
	.nybanner{ margin-top:128px;}
	.nav{display:none;}
	.sp_nav{display:block;}
	.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:100%;}
	.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:260px;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;}
	.aboutus .about2 ul li h4{ width:100%; font-weight:normal; float:left; height:30px; line-height:30px; text-transform:uppercase; text-align:center; font-weight:normal; letter-spacing:0px; font-size:18px; color:rgb(85,85,85)}
	.hezuo .nr ul{ padding:10px;}
	.hezuo .nr .card{position: relative;width:140px;height:56px; margin-top:5px;}
	.aboutus .row .title{ margin-top:70px; font-size:24px; color:#fff; text-transform:uppercase; line-height:48px;}
	.ny_product .p_right .weizhi ul{ width:100%; float:left; margin:0px;}
	.ny_product .p_right .weizhi ul li{float:left; height:48px; line-height:48px; padding:0 20px;}
	.ny_product .p_right .weizhi ul li a{float:left; height:48px; line-height:48px; display:block; font-size:18px; color:#000;}
	.ny_product .p_right .weizhi ul li.on a{float:left; height:48px; line-height:48px; display:block; font-size:28px; font-weight:bold; border-bottom:3px solid #000;}
}


@media (min-width:1100px) {
	header .logo{margin-right:0;padding-right:10px;}
	.nav{display:none;}
	.sp_nav{display:block;}
	header .logo .l_left{ width:300px; 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;}
	#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;}
	.aboutus .about2 ul li h4{ width:100%; font-weight:normal; float:left; height:30px; line-height:30px; text-transform:uppercase; text-align:center; font-weight:normal; letter-spacing:0px; font-size:18px; color:rgb(85,85,85)}
	.hezuo .nr ul{ padding:15px;}
	.hezuo .nr .card{position: relative;width:150px;height:60px; margin-top:8px;}
	.aboutus .row .title{ margin-top:70px; font-size:24px; color:#fff; text-transform:uppercase; line-height:48px;}
}

@media (min-width:1200px) {
	header .logo{margin-right:0;padding-right:10px;}
	header .logo .l_left{ width:300px; margin-top:20px;}
	.nav{display:block;}
	.nav ul {margin-left:30px;}
	.nybanner{ margin-top:128px;}
	.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;}
	#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;}
	.aboutus .about2 ul li h4{ width:100%; font-weight:normal; float:left; height:30px; line-height:30px; text-transform:uppercase; text-align:center; font-weight:normal; letter-spacing:2px; font-size:18px; color:rgb(85,85,85)}
	.hezuo .nr .card img{width:100%;height:105px; }
	.hezuo .nr .card{position: relative;width:155px;height:88px; margin-top:15px;}
	
	header .container{width:90%;}
	
	
	/*首页模块*/
	.sy_main{ margin-bottom:50px;}
	.slideTxtBox .hd{ height:70px; line-height:70px;}
	.slideTxtBox .hd ul{height:70px;}
	.slideTxtBox .hd ul li{ width:20% font-size:18px;}
	.slideTxtBox .hd ul li.on{ height:70px;}
	.slideTxtBox .bd ul{ margin-top:50px;}
	.slideTxtBox .bd ul .sy_about .tit{font-size: 28px;}
	.slideTxtBox .bd ul .sy_about .text{line-height: 2.2;font-size: 16px;margin-top: 20px;}
	.slideTxtBox .bd ul .sy_about .more{width:120px;height:46px;line-height:46px;border-radius:25px;font-size: 16px; margin-top:25px;}
	.slideTxtBox .bd ul .pic{ overflow:hidden; margin-top:0;}
	.slideTxtBox .bd ul .sy_licheng ul{}
	.slideTxtBox .bd ul .sy_licheng li{font-size:18px; line-height:48px;}
	.slideTxtBox .bd ul .sy_licheng li span{font-size:18px;width:20px;}
	.slideTxtBox .bd ul .sy_licheng .more{width:120px;height:46px;line-height:46px;border-radius:25px;font-size: 16px;margin-top:25px;}
	.slideTxtBox .bd ul .sy_about .text1{line-height: 2;font_radio: 2;font-size: 20px;}
	.slideTxtBox .bd ul .sy_about span{line-height:32px;font-size: 26px;}
	.slideTxtBox .bd ul .sy_about h3{line-height:24px;font-size:18px; margin:0;}
	.aboutus .about2 ul li h4{ width:100%; font-weight:normal; float:left; height:30px; line-height:30px; text-transform:uppercase; text-align:center; font-weight:normal; letter-spacing:1px; font-size:18px; color:rgb(85,85,85)}
	.hezuo .nr ul{ padding:15px;}
	.hezuo .nr .card{position: relative;width:158px;height:66px; margin-top:8px;}
}

@media (min-width:1300px) {
	header .logo{margin-right:0;padding-right:10px;}
	header .logo .l_left{ width:300px; 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;}
	#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;}
	.aboutus .about2 ul li h4{ width:100%; font-weight:normal; float:left; height:30px; line-height:30px; text-transform:uppercase; text-align:center; font-weight:normal; letter-spacing:2px; font-size:18px; color:rgb(85,85,85)}
	.hezuo .nr ul{ padding:15px;}
	.hezuo .nr .card{position: relative;width:168px;height:70px; margin-top:10px;}

}

@media (min-width:1400px) {
	header .logo{margin-right:0;padding-right:10px;}
	header .logo .l_left{ width:300px; margin-top:10px;}
	.nav ul {margin-left:50px;}
	.nav ul li a{font-size:16px;padding:0 10px;}
	header .mail{ width:300px;}
	.nybanner{ margin-top:118px;}
	.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;}
	#product .content .item .cover .box{padding:40px 40px;}
	.hezuo .nr ul{ padding:20px;}
	.hezuo .nr .card{position: relative;width:168px;height:70px; margin-top:10px;}
}
@media (min-width:1440px) {
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:300px;}
	.nav ul {margin-left:50px;}
	.nav ul li a{font-size:18px;padding:0 10px;}
	.nybanner{ margin-top:118px;}
	.sy_about .content .intro{ padding:20px;}
	.sy_lingyu .tabs a{padding:15px 50px;font-size:24px;}
	.hezuo .nr .card{position: relative;width:168px;height:70px; margin-top:10px;}
	}
@media (min-width:1500px) {
	header .container{width:80%;}
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:300px;}
	.nybanner{ margin-top:118px;}
	.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;}
	#product .content .item .cover .box{padding:70px 40px;}
	.hezuo .nr ul{ padding:30px 20px;}
	.hezuo .nr .card{position: relative;width:178px;height:75px; margin-top:10px;}
}

@media (min-width:1600px) {
	header .container{width:80%;}
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:300px;}
	header .logo .l_right p{font-size:14px;}
	.nybanner{ margin-top:118px;}
	.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;}
	.hezuo .nr .card{position: relative;width:178px;height:75px; margin-top:10px;}
	
}

@media (min-width:1700px) {
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:300px;}
	.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;}
	.hezuo .nr .card{position: relative;width:178px;height:75px; margin-top:10px;}
	
}
@media (min-width:1800px) {
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:300px;}
	.nav ul {margin-left: 70px;}
	.nav ul li a{font-size:18px;padding:0 20px;}
	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;}
	
	
	}

.cwlxwm .cwleft{ padding:3% 5%; background:#efefef;}
.cwlxwm .cwleft img { width:188px; float:left;}
.cwlxwm .cwleft h1 { width:100%; float:left; padding:8px 0; text-align:left; font-size:3vw;}
.cwlxwm .cwleft ul { width:100%; float:left;}
.cwlxwm .cwleft ul li{ width:100%; float:left;  line-height:32px; font-size:16px;}
.cwlxwm .cwleft ul li.yi{ padding:0px; font-size:20px; line-height:42px;}
.cwlxwm .cwleft ul li.er{ padding:0px 0 0 25px; background:url(../images/ad.png) no-repeat left 7px;}
.cwlxwm .cwleft ul li.san{ padding:0px 0 0 25px; background:url(../images/x01.png) no-repeat left center;}
.cwlxwm .cwleft ul li.si{ padding:0px 0 0 25px; background:url(../images/x02.png) no-repeat left center;}



@media (max-width:340px) {
		 .jtchanpin  .jtchanpin1 li .content h2{ width:90%; float:left; margin:0 5%; height:42px; text-align:left; line-height:42px; color:#000; font-size:12px;}
	 }













