@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:#5b743c;}

.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{ float:left; margin-top:10px; margin-bottom:10px;}
header .logo .l_right{ width:225px; float:left; margin-top:16px; margin-left:5px;}
header .logo .l_right h2{ color:#2a2a2c; font-size:18px; letter-spacing:0; margin:0; font-weight:bold;}
header .logo .l_right h2 span{ color:#ee1d23;}
header .logo .l_right p{ color:#7d7d7f;font-size: 0.65em;}
header .logo .l_left img{ max-width:100%; display:block;}

/*菜单*/
.nav{ float:right; display:none;}
.nav ul{ margin-left:70px;}
.nav ul li{ float:left; position:relative;}
.nav ul li a{ display:block; color:#555; text-align:center; font-size:16px; line-height:100px; position:relative; padding:0 20px;}
.nav ul li a.on{color:#5b743c; border-bottom:2px solid #5b743c;transition: width .5s ease;}
.nav ul li a:hover,.header .nav ul li a.on{color:#5b743c;border-bottom:2px solid #5b743c;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:102px;left:0; z-index:99999; padding: 30px 40px; background: #f5f5f5; box-shadow:0 3px -8px #b3b3b3;}
#menu .nav1{left:-410%;margin-left:0;}
#menu .nav2{left:-440%;margin-left:0;}
#menu .nav3{left:-620%;margin-left:0;}
#menu .nav4{left:-720%;margin-left:0;}
#menu ul ul .nr{margin: 0 auto;display: flex;justify-content: space-between;width: 900px;}
#menu ul ul .nr .n_left{width:680px;}
#menu ul ul .nr .n_left .tit{color:#5b743c;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:15px 0;}
#menu ul ul .nr .n_left ul li{line-height: 1;width: auto; padding-right:20px; border-bottom:none;}
#menu ul ul .nr .n_left ul li a{color: #414141;font-size:16px;line-height: 1.5;display: flex;flex-direction: column;align-items: center;border-bottom:none;}
#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:50px; display:block;}
.sp_nav span{display:block;background:#5b743c;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:#f5f5f5;width:100%;font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:100px}
.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 #aaa solid;margin-left:15px;position:relative;line-height:44px;font-size:17px}
.sjj_nav>ul >li:last-child{border-bottom:1px #aaa solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#000;width:80%}
.sjj_nav ul li ul li a{color:#fff;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff}
.sjj_nav ul li ul li>ul{margin-left:0}

/*头部电话*/
header .dl{ float:right; height:120px; padding-left:20px; border-left:1px solid #e5e5e5; display:none;}
header .dl p{ color:#555; font-size:16px; margin-top:40px; margin-bottom:0;}
header .dl p i{ padding:2px 4px; border:2px solid #ee1d23;color:#ee1d23; border-radius:50%; margin-right:5px;}
header .dl .tel{ font-size:24px; color:#ee1d23; font-weight:bold;}
header .dl .tel a{color:#ee1d23;}


#tel{position:fixed; right:10px; bottom:140px; background:#5b743c; 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;}
.index-banner{
    /* position: static; */
	margin-top:100px;
    width: 100%;
    height: 96vh;
    overflow: hidden; 

}
.swiper-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#swiper-container1 .swiper-wrapper{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.banner_img1{
    opacity: 0;
}


#swiper-container1 .swiper-slide .ly-ani-left{
    opacity: 0;
}
#swiper-container1 .swiper-slide-active .ly-ani-left{
    opacity: 1;
}
#swiper-container1 .swiper-slide1 img{
    width: 100%;
    height:100%;
    transition: all 4s ease-out;   
}
#swiper-container1 .swiper-slide1.swiper-slide-active img{
    -moz-transition: all 4s linear;
    -o-transition:  all 4s linear;
    transition: all 4s linear; 
        transform: scale(1.05); 
}
#swiper-container1 .swiper-slide2 img{
    -moz-transition: all 4.5s linear;
    -o-transition:  all 4.5s linear;
    transition: all 4.5s linear;
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
}
#swiper-container1 .swiper-slide2.swiper-slide-active img {
	top:-200px;
}
.index_banner_text1{
    width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{
    vertical-align: middle;
    max-width: 100%;
}
.swiper-slide .video{
    width: 100%;
    max-height: 1080px;
}
.carousel-scroll-btn-icon {
    z-index: 999;
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 52px;
    height: 52px;
    border: 2px solid #d80d1c;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    margin-left: -26px;
    box-sizing: border-box;
	display:none;
}
.carousel-scroll-btn-icon span{
    position: absolute;
    display: none;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../images/icon1.png) no-repeat center center;
    cursor: pointer;
    animation: downico 1.5s ease-out infinite;
}
.banner_btn{
    position: absolute;
    width: ;
    padding:10px 25px;
    background-color: rgba(255,255,255,1);
    bottom:50px;
    right: 70px;
    z-index: 999;
    display: flex;
}
.banner_btn .swiper-pagination{
    position: relative;
    font-size: 22px;
    margin-right: 50px;
    top:5px;
}
.banner_btn .swiper-pagination .swiper-pagination-total{
    color: #999;
}
.banner_btn .swiper-pagination .swiper-pagination-current{
    color: #d80d1c;
}
.banner_jt {
    display: flex;
    position: relative;
}
.banner_jt .shu{
    width: 1px;
    height: 46px;
    background-color: #999;
    margin: 0 30px;
}
.banner_btn .swiper-button-next,.banner_btn .swiper-button-prev{
    position: relative;
    top:30px;
    left: 0;
    width: 35px;
    height: 100%;
    transition: all .6s ease-out;
    outline: none;
    background:none!important;
}
.banner_btn .swiper-button-next span,.banner_btn .swiper-button-prev span{
    z-index: 1;
    position: absolute;
    top: 0;
    display: block;
    width: 25px;
    height: 100%;
    overflow: hidden;
    transition: all .45s ease-out 0s;
    -webkit-transition: all .45s ease-out 0s;
    -moz-transition: all .45s ease-out 0s;
	background:none;
}

.banner_btn .swiper-button-prev span{
    background: url(../images/icon6.png) no-repeat left 4px;
}
.banner_btn .swiper-button-prev:hover span{
    width: 35px;
    transition: all .6s;
}

.banner_btn .swiper-button-next span{
    background: url(../images/icon5.png) no-repeat right 4px;
}
.banner_btn .swiper-button-next:hover span{
    width: 35px;
    transition: all .6s;
}
#newBridge .nb-nodeboard-right-bottom{
    left:0!important;
}

.banner_text1{
    color: #fff;
    position: absolute;
    top:26%;
	left:10%;
    width:90%;
    text-align: left;
	padding-left:10%;
    z-index: 998;
    animation-delay: 0.4s;
}
.banner_text1 h1{
    font-size:2.5vw; font-weight:600; text-shadow: 0 2px 3px rgba(0, 30, 60, 0.8);
}
.banner_text1 p{
    font-size:1.5vw;
    padding:10px 0;
	text-shadow: 0 2px 3px rgba(0, 30, 60, 0.8);
}
.banner_text1 h2{
    font-size:2.0vw; font-weight:600; text-shadow: 0 2px 3px rgba(0, 30, 60, 0.8); margin:0 0 30px 0;
}

/*首页标题*/
.sy_title{ margin-bottom:30px; text-align:center;}
.sy_title .tit{ color:#222; font-size:24px; font-weight:bold; text-align:center;}
.sy_title img{display: block; max-width: 100%; margin: 15px auto;}
.sy_title p{ margin-bottom:0;}
.sy_title p span{ color:#979797; font-size:15px; text-transform:uppercase; padding:0 15px;}
.sy_title p i{ color:#ee1d23;font-size: 28px; display:none;}

/*首页模块*/
.sy_main{ margin:30px 0; background:url(../images/newsbg.png) no-repeat center bottom; padding-bottom:
300px;}
.slideTxtBox{ width:100%;text-align:left;  }
.slideTxtBox .hd{ height:50px; line-height:50px; background:#e2ad39;position:relative; }
.slideTxtBox .hd ul{ float:left;position:absolute;left:0;top:0;height:50px; width:100%;}
.slideTxtBox .hd ul li{ float:left; width:50%; 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:#eb3f00;}
.slideTxtBox .bd ul{zoom:1; margin-top:30px;}


.slideTxtBox .bd ul .sy_about{}
.slideTxtBox .bd ul .sy_about .tit{font-size:22px;color: #5b743c;}
.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:#eb3f00;}
.slideTxtBox .bd ul .sy_about .more:hover{background:#eb3f00;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:#eb3f00;}
.slideTxtBox .bd ul .sy_licheng .more:hover{background:#eb3f00;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;}


/*首页产品*/
#owl-demo{ width:100%; margin:30px auto; text-align:center;}

.index_main3 .index_title1{margin:30px 0;text-align:center;}
.index_main3 .index_title1 span{color:#000;font-size:42px;line-height: 63px; font-weight:bold; text-transform:uppercase;}

/* Styling Next and Prev buttons*/
#owl-demo.owl-theme .owl-controls{ bottom:-20px; text-align:center;}
#owl-demo.owl-theme .owl-controls .owl-pagination{ display:none;}
#owl-demo.owl-theme .owl-controls .owl-buttons{ position:absolute; top:0;width:100%; left:0; height:0;}
#owl-demo.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:52px; height:50px;/*IE7 life-saver*/ text-indent:60px;overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev{background:#fff url(../images/works_arr.png) no-repeat 0px 0px; margin-right:55px;}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{/*opacity:0.6;filter:Alpha(opacity=60);*/background:#333 url(../images/works_arr.png) no-repeat -52px 0px;}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next{ background:#fff url(../images/works_arr.png) no-repeat -52px -50px;  margin-left:55px;}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next:hover{background:#333 url(../images/works_arr.png) no-repeat 0px -50px;}

#owl-demo.owl-theme .owl-controls .owl-page{ display:inline-block;}

#owl-demo .item{margin:0 0;}
#owl-demo .item img{display: block;height: 100%;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
#owl-demo .item .l{padding: 0 5px;}
#owl-demo .item dd{ width:32%; margin:0 auto; margin-left:0.65%; margin-right:0.65%; text-align:left; float:left;}
#owl-demo .item dd .imgs{width:100%; overflow:hidden; position:relative;}
#owl-demo .item dd .txts{font-weight:normal; color:#fff; font-size:16px; line-height:36px; height:100%; overflow:hidden;transition:all 0.4s; position:absolute; bottom:-100%; left:0; width:100%;background:rgba(0, 0, 0, 0.75); text-align:center;}
#owl-demo .item dd .txts h1{ color:#fff; font-weight:normal; font-size:24px; height:76px; line-height:76px; overflow:hidden; margin-top:22%;}
#owl-demo .item dd .txts a{ color:#fff; display:inline-block; width:62px; margin-left:12px; margin-right:12px; font-size:16px;}
#owl-demo .item dd .txts a i{ width:48px; height:48px; display:block; margin:0 auto;transition:all 0.4s;}
#owl-demo .item dd .txts a:hover i{ margin-top:-6%; margin-bottom:6%;transform:rotate(360deg);}
#owl-demo .item dd .txts a i.bgs1{ background:url(../images/i_pic1.png) center top no-repeat;}
#owl-demo .item dd .txts a i.bgs2{ background:url(../images/i_pic2.png) center top no-repeat;}
#owl-demo .item dd .txts a i.bgs3{ background:url(../images/i_pic3.png) center top no-repeat;}
#owl-demo .item dd h2{ color:#000; font-size:18px; line-height:80px; text-align:center; height:80px; text-align:center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; width:100%; position:relative; background-color:#fff; z-index:2; font-weight:normal;transition:all 0.4s; margin:0 0 10px 0;}
#owl-demo .item dd h2 i{transition:all 0.4s;position:absolute; width:100%; left:0; top:0; height:0; background:#b49173; z-index:-1;}
#owl-demo .item dd:nth-child(1) h2 i{background:#eb3f00;}
#owl-demo .item dd:nth-child(2) h2 i{background:#eb3f00;}
#owl-demo .item dd:nth-child(3) h2 i{background:#eb3f00;}
#owl-demo .item dd:nth-child(4) h2 i{background:#eb3f00;}
#owl-demo .item dd:nth-child(5) h2 i{background:#eb3f00;}
#owl-demo .item dd:nth-child(6) h2 i{background:#eb3f00;}
#owl-demo .item dd:nth-child(7) h2 i{background:#eb3f00;}
#owl-demo .item dd:nth-child(8) h2 i{background:#eb3f00;}
#owl-demo .item dd:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
#owl-demo .item dd:hover h2{ color:#fff;}
#owl-demo .item dd:hover h2 i{ height:100%;}
#owl-demo .item dd:hover .txts{ bottom:0;}

.index_yyly{ display:none;}

.wave{ position: relative; width: 100%; height: 300px; margin-top: 0%; background:#f4f5f7;}
.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;}


/*首页客户*/
.ryzz{ width:100%; margin:0 auto; background:url( ../images/casebg.jpg)no-repeat center top;}
.ryzz .title .t1{color: #222;font-size: 42px;line-height: 63px;font-weight: bold;text-transform: uppercase; text-align:center;}
.ryzz .w{ width:100%; margin:30px auto;}
.ryzz .shebei{ margin-top:50px; overflow:hidden;}
.ryzz .shebei .l{  padding:5px; box-shadow:2px 10px 10px #ddd; border:1px solid #ddd;}
.ryzz .shebei .l img{max-width:100%;display:block;margin:0 auto;-webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;
backface-visibility: hidden;}
.ryzz .shebei .l h1{max-width:100%;display:block;margin:0 auto;-webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;
backface-visibility: hidden; font-size:18px; line-height:40px;}
.ryzz .shebei .l:hover img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.ryzz .shebei .swiper-container1{ padding-bottom:100px;}
.ryzz .shebei .swiper-container2{ padding-bottom:100px;}
#owl-demo .item dd .txts{font-weight:normal; color:#fff; font-size:16px; line-height:36px; height:100%; overflow:hidden;transition:all 0.4s; position:absolute; bottom:-100%; left:0; width:100%;background:rgba(0, 0, 0, 0.75); text-align:center;}


/*首页新闻*/
.huanjing{ background:#f2f2f2; padding:6rem 0;}
.huanjing .title{font-size: 4.6rem;color: #060606;line-height: 1.25;text-transform: uppercase; font-weight:bold;text-align:center;}
.huanjing .title span {color: #0e328b;}
.huanjing p{font-size:2.2rem;color: #060606;text-transform: uppercase;text-align:center;}
.swiper-huanjing {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-top:4rem; padding:0 0 50px 0; }
.huanjing .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;}
.huanjing .swiper-slide{background:#fff;/*border-radius:10px;*/overflow:hidden; border:1px solid #eee; box-shadow:2px 5px 10px #ddd; margin-bottom:20px; padding:0px; margin-top:0px; float:left; padding:10px;}
.huanjing .swiper-slide:hover .main_intro_box{z-index:11;background:#0e328b;top:0}
.huanjing .swiper-slide .box{font-family: 'Ubuntu', sans-serif;position: relative;overflow: hidden; margin-bottom:0px;}
.huanjing .swiper-slide .box img{ width:100%; height:auto;}
.huanjing .swiper-slide .box .huanjing_content h1{font-size:18px; font-weight:bold;color:#333;line-height:36px; height:36px; overflow:hidden;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden; text-align:left;}
.huanjing .swiper-slide .box .huanjing_content h2{line-height:36px;font-size:15px;color:#aaa; padding:0; margin:0; text-align:left;}
.huanjing .swiper-slide .box .huanjing_content p{ font-size:14px; color:#888;height:60px;line-height: 30px;-webkit-line-clamp:2;line-clamp:2;display: -webkit-box;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden; text-align:left;}

.huanjing .swiper-slide .main_intro_box{-webkit-transition:all .3s;transition:all .3s;position:absolute;width:100%;height:100%;top:100%;z-index:5;background:#0e328b; }
.huanjing .swiper-slide .main_intro_box .main_intro_top{width:100%;height:240px;padding:30px 30px;text-align:left}
.huanjing .swiper-slide .main_intro_box .main_intro_top .main_intro_date{line-height:56px;font-size:18px;color:#fff}
.huanjing .swiper-slide .main_intro_box .main_intro_top .main_intro_title{line-height:46px;font-size:18px;color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.huanjing .swiper-slide .main_intro_box .main_intro_top .main_intro_line{height:1px;background:#eee;margin:30px auto}
.huanjing .swiper-slide .main_intro_box .main_intro_top .main_intro_con{height:90px; line-height:30px;color:#fff;font-size:16px;-webkit-line-clamp:3;line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}
.huanjing .swiper-slide .main_intro_box .main_intro_bottom{height:150px;padding:0 30px;position:relative}
.huanjing .swiper-slide .main_intro_box .main_intro_bottom .more{position:absolute;bottom:50px;font-size:18px;color:#fff}
.huanjing .swiper-slide .main_intro_box .main_intro_bottom .more i{margin-left:15px;font-style:normal;color:#fff;font-size:20px;}
.huanjing .swiper-slide .more1{padding: 10px 30px 12px 30px; display:block; width:160px; margin:0 auto; margin-top:30px;background:#0e328b; font-size:18px; color:#fff;}
.huanjing .swiper-slide .more1 i{ padding-left:10px;}





@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;}
}



/*内页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: #5b743c;  transition: all .3s;  }
.sub-nav .swiper-slide.cur>a{  color: #5b743c;  }
.sub-nav .swiper-slide.cur a:before{  width: 100%;  }
.sub-nav .swiper-slide a:hover  { color: #5b743c;}
.sub-nav .swiper-slide.cur a:before{  width: 100%;  }
/* .about-nav .swiper-slide{width: 20%;} */
.sub-nav a:hover::before{width: 100%;}
.sub-nav a.cur:before{  content: "";  position: absolute;  left: 0;  bottom: 0;  width: 100%;  height: 3px;  background-color: #274fa1;  transition: all .3s;  }
.m-subnav { background: #f5f5f5; position: absolute; top: 80px; width: 100%; padding: 20px; display: none; box-sizing: border-box;} 
.m-subnav a{ font-size: 14px; display: block; text-align: center; color: #666; height: 35px; line-height: 35px;}

	
.listMenu{background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);position:relative;z-index: 2;}
.listMenu .main{display:flex;flex-flow:row wrap;justify-content:center;height:auto;padding:0 5px;}
.listMenu a{position:relative;display:inline-block;color:#333;text-align:center;font-size:16px;line-height: 20px;padding: .85rem 0 .75rem;border-left: 1px solid #e5e5e5;transition: all .5s ease;}
.listMenu .ico-wrap{margin:0 auto 6px;position:relative;width:55px;height:42px;}
.listMenu .poa100{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.listMenu .hover{display: none;}
.listMenu a:hover, .listMenu a.cur{color: #fff;background: #e60039;}
.listMenu a:hover .hover, .listMenu a.cur .hover{display: block; }
.listMenu a:hover .unhover, .listMenu a.cur .unhover{display: none;}
/*.listMenu a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#ee1d23;bottom:-1px;transform: scale(0,1);transform-origin: right;transition:transform .4s; line-height:55px;}
.listMenu a:hover,.listMenu .on{color:#ee1d23;}
.listMenu .on::after,.listMenu a:hover::after{transform: scale(1);transform-origin:left;}*/

/*内页公共标题*/
.ny_title{ text-align:left; font-size:24px; font-weight:bold; color:#333; margin-bottom:20px;}
.ny_title p{ line-height:30px; font-size:16px; font-weight:300;}
.ny_title .line{width:30px;height:5px;background-color:#5b743c;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:#5b743c;margin-top:30px;}
.ny_about .a_left span{ color:#979797; font-size:18px; text-transform:uppercase; display:block;}
.ny_about .a_left .text{ font-size:16px; color:#4a4a4a; line-height:28px; margin:20px 0;}
.ny_about .a_left .text p{ text-indent:2em;line-height:32px;color:#666666;}
.ny_about .a_left .more{ width:100px; height:50px; text-align:center; line-height:50px; display:block; color:#fff; background:#389eab; font-size:18px;}
.ny_about .a_left .tel{ padding:10px 30px; background:#f08200; font-size:24px; color:#fff; font-weight:bold; margin-top:10%; border-radius:30px; text-align:center;}
.ny_about .a_left .tel i{ padding-right:10px; font-size:24px;}
.ny_about .a_right{padding-left:50px;}
.ny_about .a_right .item{padding-bottom: 20px;  margin-bottom: 20px;  border-bottom: 1px solid #e8e8e8;  }
.ny_about .a_right .item:last-child{  margin-bottom: 0;  }
.ny_about .a_right .num-box{float: left;  }
.ny_about .a_right .num-top{font-size: 0;  }
.ny_about .a_right .num-box .num,
.ny_about .a_right .num-box .year,
.ny_about .a_right .num-box .unit{display: inline-block;*display: inline;zoom: 1;vertical-align: bottom;}
.ny_about .a_right .num-box .num{font-size:54px;line-height:54px;color: #5b743c;}
.ny_about .a_right .num-top .year{font-size:14px;line-height:23px;width:23px;height: 23px;background-color: #5b743c;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:#5b743c;margin-left:20px;}
.ny_about .a_right .txt{font-size: 16px;}
.ny_about .a_right .icon{float: right;width: 80px;}

.ny_about img{ display:block; max-width:100%; margin:0 auto;}

/*企业文化*/
.ny_about_wenhua{background: url(../images/ab-bg1.jpg) no-repeat center top; background-size: cover; max-height: 800px; padding: 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:#5b743c; width:auto; vertical-align:middle; display:inline-block; font-size:18px;}
.ny_about_wenhua .culture .chaoren li .danci sup{color:#aaa; vertical-align: middle; display: inline-block; padding: 0 15px;}
.ny_about_wenhua .culture .cizhi{width:100%; overflow: hidden;}
.ny_about_wenhua .culture .cizhi img{display:block; width: 100%; object-fit: cover; height:auto; }


/*荣誉列表*/
/*.ny_about .list{ padding:30px; background:#f6f7fa;box-shadow: 5px 5px 10px #ddd; margin-bottom:30px;}
.ny_about .list .img1{overflow:hidden;}
.ny_about .list .img1 img{ max-width:100%; display:block; margin:0 auto;transition: all 0.6s ease-out;border-bottom:1px solid #e8e8e8; padding-bottom:25px;}
.ny_about .list .img1 img:hover{transition: all 0.6s;transform: scale(1.1);}
.ny_about .list .tit{ margin-top:15px;background:url(../images/fd.png) no-repeat right; color:#333; font-size:18px;}*/

.ny_about .list{margin-bottom:30px;}
.ny_about .list a{display:block;position: relative;overflow:hidden;border-radius: 10px;}
.ny_about .list a img{transition: all 0.6s ease;}
.ny_about .list a .text{/*position: absolute;*/width: 100%;left:0;bottom:0;text-align: center;}
.ny_about .list a .text .cont{position: relative;padding:12px 10px;z-index: 9; border-left:1px solid #eee;border-right:1px solid #eee;}
.ny_about .list a .text .cont:before{content:'';position: absolute;top:calc(100% - 3px);left:0;width: 100%;height: 100%;background:#5b743c;z-index: 8;transition: all 0.3s ease-out;}
.ny_about .list a .text h3{font-size:22px;color:#333;position:relative;z-index: 9;}
.ny_about .list a .text .txt{font-size:14px;color: #999;position: relative;z-index: 9;}
.ny_about .list a:hover img{transform: scale(1.1);}
.ny_about .list a:hover .text h3{color:#fff;}
.ny_about .list a:hover .text .txt{color:#fff;}
.ny_about .list a:hover .text .cont:before{top:0;}

.about_wenhua{background:url(../images/about04.jpg) no-repeat center; background-size:cover; background-attachment:fixed; padding:60px 0; margin-top:40px;}
svg{fill: currentColor;}
.mt-tabpage {width:100%;margin: 0 auto;}
.mt-tabpage-title {height: 44px;font-size: 0;width:100%;margin: auto;border-bottom: 1px solid #fff; padding-bottom:15px;}
.mt-tabpage-title .mt-tabpage-item {display: inline-block;width:25%;/*height: 44px;line-height: 44px;*/text-align: center;color:#fff;font-size:18px; position:relative; padding-bottom:18px;}
.mt-tabpage-title .mt-tabpage-item:hover{color: #ee1d23;}
.mt-tabpage-title .mt-tabpage-item-cur {color: #ee1d23;border-bottom: 1px solid #ee1d23;}
.mt-tabpage-title .mt-tabpage-item::after{content:''; width:8px; height:8px; background:#fff; position:absolute; bottom:-3px; left:50%; margin-left:-5px; border-radius:50%; transition:all 0.5s ease;}
.mt-tabpage-title .mt-tabpage-item::before{content:''; width:14px; height:14px; border:1px solid #fff; position:absolute; bottom:-6px; left:50%; margin-left:-8px; border-radius:50%; transition:all 0.5s ease;}
.mt-tabpage-title .mt-tabpage-item-cur::after{background:#ee1d23;}
.mt-tabpage-title .mt-tabpage-item-cur::before{border-color:#ee1d23;}
.mt-tabpage-count {position: relative;width:300px;height:330px;overflow: hidden;}
.mt-tabpage-cont__wrap {position: absolute;}
.mt-tabpage-count .mt-tabpage-item {width:300px;height:330px;text-align:left; color:#fff;}
.mt-tabpage-count .mt-tabpage-item .t{font-size:22px;line-height:30px; margin-top:30px; margin-bottom:20px;}
.mt-tabpage-count .mt-tabpage-item p{font-size:16px; line-height:28px;}

.tuandui{ width:100%;}
.tuandui .title{ width:100%; background:url(../images/tuandui_bj.jpg) repeat fixed center; background-size:cover;padding:30px 0; text-align:center;color:#ffffff; font-size:24px; font-weight:bold; text-align:center;}
.tuandui .title p{ line-height:30px; font-size:16px; font-weight:300;}
.tuandui .n_bj{ width:100%; background:#f1f4fd; border-bottom:1px solid #e7e7e7; padding-bottom:30px;}
.tuandui .n_bj .line{ margin:0 auto; text-align:center;}
.tuandui .n_bj .line img{ display:block; max-width:100%; margin:0 auto;}
.tuandui .n_bj .td{ padding:30px 0; padding-bottom:0;}
.tuandui .n_bj .td .l{ padding:40px 30px; text-align:center;color:#fff; background:#fff; margin-bottom:20px;}
.tuandui .n_bj .td .l i{width: 100px;height: 100px;border: 1px solid #eee;border-radius: 100%;line-height: 100px;text-align: center;font-size:40px;color: #ee1d23;margin: 0 auto;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;display: inline-block;}
.tuandui .n_bj .td .l .tit{ font-size:20px; color:#222; margin:20px 0;}
.tuandui .n_bj .td .l .text{ line-height:28px; font-size:16px; height:96px; overflow:hidden; color:#999;}
.tuandui .n_bj .td .l:hover{ background:#ee1d23;}
.tuandui .n_bj .td .l:hover i{transform: rotate(360deg); color:#fff;}
.tuandui .n_bj .td .l:hover .tit{ color:#fff;}
.tuandui .n_bj .td .l:hover .text{ color:#fff;}
.my_more{ display:block; width:180px; height:50px; line-height:50px; border-radius:25px; border:1px solid #ee1d23; text-align:center; font-size:16px; color:#ee1d23; margin:0 auto; margin-top:20px;}
.my_more:hover{ background:#ee1d23; color:#fff;}

.lingyu{width:100%; padding:30px 0;}
.lingyu .tubiao{ margin-bottom:30px;}
.lingyu .tubiao .l{ text-align:center;}
.lingyu .tubiao .l .img1{ margin:0 auto; display:block;}
.lingyu .tubiao .l .img1 img{ display:block; max-width:100%; margin:0 auto;}
.lingyu .tubiao .l .img2{ margin:0 auto; display:none;}
.lingyu .tubiao .l .img2 img{ display:block; max-width:100%; margin:0 auto;}
.lingyu .tubiao .l p{font-size:16px; color:#222222; line-height:30px;}
.lingyu .tubiao .l:hover .img1{display:none;}
.lingyu .tubiao .l:hover .img2{display:block;}
.lingyu .tubiao .l:hover p{ color:#0d3b95;}
.lingyu .swiper-yingyong{width: 100%;height: 100%;}
.lingyu .swiper-yingyong .swiper-slide {text-align: center;font-size: 18px;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center; -webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center; margin-bottom:50px;}
.lingyu .swiper-yingyong .swiper-slide .img1{ overflow:hidden;box-shadow:2px 5px 10px #ddd; border:1px solid #ddd;font-size:20px; padding-bottom:30px; background:#fff; color:#333;}
.lingyu .swiper-yingyong .swiper-slide .img1 img{ max-width:100%; display:block; margin:0 auto;border:10px solid #fff; }
.lingyu .swiper-yingyong .swiper-slide .img1 img{display:block; max-width:100%; margin:0 auto;transform: scale(1,1); transition-duration: 0.5s;}
.lingyu .swiper-yingyong .swiper-slide:hover .img1 img{transform: scale(1.1,1.1); transition-duration: 0.5s;}
.lingyu .swiper-yingyong .swiper-slide .tit{ text-align:center; color:#333; height:36px; font-size:18px; line-height:36px; width:100%; display:block;}




/*内页联系我们*/
.ny_contact{ padding:30px 0; font-size:16px; background:#f6f7fa; padding-top:30px;}
.ny_contact .l{text-align: center; -webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition: .5s; margin-top:30px;}
.ny_contact .l i{width: 100px;height: 100px;border: 1px solid #eee; background:#f1f4fd;border-radius: 100%;line-height: 100px;text-align: center;font-size:30px;color: #ee1d23;margin: 0 auto;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;display: inline-block;}
.ny_contact .l h3 {font-size:18px;color: #000;padding: 20px 0 10px;}
.ny_contact .l p {font-size:18px;color: rgba(0,0,0,.7);}
.ny_contact .l:hover i{transform: rotate(360deg); color:#ee1d23;}
.ny_contact .c_left{padding:30px; background:#fff;}
.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:#5b743c; font-size:20px;}

.contact_map {width: 100%;/*border-top:10px solid #d6d6d6;border-bottom:10px solid #d6d6d6;*/}

/*内页人才招聘*/
.job{ padding:30px 0; width:100%;}
.job1{ background:#f1f4f7; float:left; width:100%;border: 1px solid #fff; margin-left: -1px; margin-top: -1px;}
.job1 a{ display:block; padding:30px;
 background-repeat:no-repeat; background-position:-100% 0; background:none;}
.job1 a:hover{background:url(../images/job.jpg) no-repeat center 100%;}
.job1 h2{font-size: 24px; color: #191919; margin:0 0 40px 0; position: relative;}
.job1 .tex{font-size: 16px; color:#808080; line-height: 32px; margin-bottom: 30px;}
.job1 .tex p{ margin:0;}
.job1 .tex .renzhi{ height:60px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;line-height: 28px;}
.job1 .tex i{ color:#ee1d23; padding-right:10px;}
.job2{padding-bottom:10px;}
.job2 .more1{width:50px;height:2px;background:#ee1d23;display:block; float:left;margin-top:9px;margin-right:25px;transition:width 0.5s ease;-webkit-transition:width 0.5s ease;-moz-transition:width 0.5s ease;}
.job2 .more2{width:33px; height:21px; overflow:hidden; display:block; float:left; vertical-align:middle;background-position:0 14px;background:url(../images/news_more1.png) 0 0 no-repeat;}
.job1:hover .job2 .more1{width:80px; background:#fff;}
.job1:hover .job2 .more2{background-position:0 -14px; background:url(../images/news_more1.png) 0 -21px no-repeat;}
.job1 a:hover h2, .job1 a:hover .tex { color:#fff;}
.job1:hover .tex i{ color:#fff;}

/*内页产品中心*/
.ny_product{ padding:30px 0;background: #f6f7fa; margin-top:0;}
.ny_product .p_left{}
.ny_product .p_left .ss{padding:20px; background:#fff; margin-bottom:30px;}
.ny_product .p_left .tit{ height:80px; line-height:80px; font-size:26px; font-weight:bold; color:#fff; padding:0 20px; background:#5b743c;}
.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 #ee1d23; float:left; color:#222; font-size:22px;}
.ny_product .p_right .weizhi span{ float:right; color:#666; font-size:15px;}
.ny_product .p_right .weizhi span a{ padding:0 10px; color:#666;}
.ny_product .p_right .l{ background:#fff; padding:30px 25px; border:1px solid #eee; margin-bottom:30px;}
.ny_product .p_right .l .img1{overflow:hidden;}
.ny_product .p_right .l .img1 img{display:block; max-width:100%; margin:0 auto;transform: scale(1,1); transition-duration: 0.5s;}
.ny_product .p_right .l .tit{ text-align:center; margin:20px auto; font-size: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:#5b743c;}
.ny_product .p_right .l a:hover .more{background:#5b743c;color:#fff;}

.ny_product .p_right .tupian{ padding:20px;}
.ny_product .p_right .tupian .t_left{}
.ny_product .p_right .tupian .t_left .swiper-container{width: 100%;height:300px;margin-left: auto;margin-right: auto;}
.ny_product .p_right .tupian .t_left .swiper-slide{background-size: cover;background-position: center;}
.ny_product .p_right .tupian .t_left .swiper-slide img{ width:100%; border:1px solid #ddd;}
.ny_product .p_right .tupian .t_left .gallery-top{height: 80%;width: 100%;}
.ny_product .p_right .tupian .t_left .gallery-thumbs{height: 20%;box-sizing: border-box;padding: 10px 0;}
.ny_product .p_right .tupian .t_left .gallery-thumbs .swiper-slide{height:100%;opacity: 0.4;}
.ny_product .p_right .tupian .t_left .gallery-thumbs .swiper-slide-thumb-active{opacity: 1;}
.ny_product .p_right .tupian .t_left .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white{--swiper-navigation-color: #ee1d23;}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white{--swiper-navigation-color: #ee1d23  !important;}

.ny_product .p_right .tupian .t_right{ padding-left:0; margin-top:30px;}
.ny_product .p_right .tupian .t_right .title{margin-bottom:20px;color:#333;}
.ny_product .p_right .tupian .t_right .title span{display:block;font-size:24px;color:#5b743c;}
.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 #5b743c;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;}

/*新闻列表*/
.news{ padding:0 0; padding-top:20px;}
.news .l{overflow: hidden;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;cursor: pointer;text-align: left; margin-bottom:30px;box-shadow: -1px 8px 10px 2px rgba(176, 176, 176, 0.37);}
.news .l .img1{overflow:hidden;}
.news .l .img1 img{transition: all .8s ease 0s; display:block; margin:0 auto; max-width:100%;}
.news .l .text{ padding:30px 20px; background:#fff;}
.news .l .text .tit{ font-size:18px; color:#000; line-height:28px; height:56px; margin-bottom:15px; overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;font-weight:bold;}
.news .l .text .time{ color:#999; margin-bottom:10px; font-size:14px;}
.news .l .text .time i{ padding-right:10px; font-size:16px;}
.news .l .text .n{ line-height:28px; color:#555; font-size:16px; height:85px;overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;}
.news .l a:hover .img1 img{transform: scale(1.1,1.1);}
.news .l a:hover .tit{ color:#ee1d23;}

.news_list02 ul li{border-bottom:1px solid #d1d3d4;}
.news_list02 ul li a{display:block; padding:20px 0 20px;}
.news_list02 ul li .left{float:left; width:100%;}
.news_list02 ul li .left .tit{font-size:18px; color:#000; margin:12px 0; transition:.5s ease;}
.news_list02 ul li .left .con{ color:#4f4f4f; line-height:24px; height:48px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin-bottom:15px;}
.news_list02 ul li .left .txt{height:40px; position:relative;}
.news_list02 ul li .left .txt .date{color:#5b743c; 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:#5b743c; 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:#5b743c;}
.news_list02 ul li:hover .left .txt .icon:hover i{background:#5b743c;}
.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:#5b743c; 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:#5b743c; border:2px solid #5b743c;}


/* 底部开始*/
.footer{background:#28272f;}
.footer .contact{ width:100%;}
.col_left h2{ text-align:left; font-size:30px; line-height:30px; margin:0; color:#fff;}
.col_left h2 span{ display:inline-block; margin-left:6px; font-size:16px;}
.col_left p{ text-align:left; font-size:15px; line-height:26px; max-width:520px; margin-bottom:20px; color:#fff;}
.con_list1{ position:relative; padding-left:66px; margin-bottom:10px;}
.con_list1 img{ display:block; position:absolute; top:0; left:0; max-width:38px;}
.con_list1 h2{ font-size:14px; color:#fff; line-height:14px; text-align:left; font-weight:normal;}
.con_list1 p{ font-size:16px; color:#fff; line-height:22px; margin:6px 0 0 0;}
.con_list2{ width:96px; border:1px dashed #ccc; padding:3px;}
.con_list2:hover{ border:1px dashed #094ba1;}
.con_list2 img{ display:block; max-width:100%;}
.col_right h3{ text-align:left; font-size:24px; margin:0 0 20px 0; color:#fff;}
.col_right input,.col_right textarea{ background:#fafafa; border:2px solid #ccc; height:42px; line-height:42px; 
padding:0 5px; font-size:14px; color:#808080; width:100%; margin-bottom:10px;}
.col_right textarea{ height:80px;}
.col_right .tijiao{ display:block; width:116px; height:36px; background:#fff; font-size:14px; text-align:center; line-height:36px; color:#333;}
.col_right .tijiao:hover{ color:#fff;}
.foo{ position:absolute; bottom:0; left:0; border-top:1px solid #e5e5e5; line-height:50px; font-size:14px; color:#fff; text-align:center; width:100%;}
.foo a{ color:#fff;}

.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;}

/* 底部结束*/ 
.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;}

/*首页数字*/
.aboutus{ width:100%; margin:0 auto; padding-bottom:50px; background:url(../images/aboutbg.jpg) no-repeat center center;}
.aboutus .row{ width:100%; padding:60px 0 0px;}
.aboutus .left{ width:42%; margin-right:3%; position:relative; float:left;}
.aboutus .left .yi{ width:320px; height:320px; position:absolute; left:0; top:0; float:left; z-index:1;}
.aboutus .left .yi img{ width:100%;animation:spin 8s linear infinite;transform-origin: center center; z-index:1;}
.aboutus .left h3{width:160px;height:160px;position:absolute; left:80px; top:80px; padding:0; margin:0;}
.aboutus .left h3 img{width:160px;height:160px; float:left;}

.aboutus .row .right{ width:55%; float:right;}
.aboutus .row .right h1{ width:100%; float:left; font-size:36px; line-height:80px; text-align:left; color:#fff; font-weight:bold;}
.aboutus .row .right p{ width:100%; float:left; font-size:16px; line-height:30px; text-align:left; color:#fff;}

.aboutus .about2{ padding:50px 0 0;}
.aboutus .about2 ul{ width:100%; float:left;}
.aboutus .about2 li .baog{ width:100%; height:60px; border-right:1px solid rgba(255,255,255,0.5);)}
.aboutus .about2 li.last .baog{ border:0px;}
.aboutus .about2 li .baog h2{height:60px; font-size:48px; color:#fff; line-height:60px; text-align:center;}
.aboutus .about2 li  h3{height:60px; font-size:22px; color:#fff; text-align:center; line-height:40px; margin:0; padding:0;border-right:1px solid rgba(255,255,255,0.5);)}
.aboutus .about2 li.last h3{ border:0px;}

/*首页合作伙伴*/
.hezuo{padding:6rem 0;}
.hezuo .nr{justify-content: center;align-items: center;flex-wrap: wrap;transform-style: preserve-3d;width:100%; margin-top:40px;}
.hezuo .nr .card{position: relative;width:217px;height:300px; margin-bottom:20px; border:1px solid #ddd;}

.hezuo .nr .card .box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.hezuo .nr .card:hover .box{}
.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 .card .box .contentBx{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:#8d9495;backface-visibility: hidden;display: flex;justify-content: center;align-items: center;transform-style: preserve-3d;transform: rotateY(180deg);}
.hezuo .nr .card .box .contentBx div{transform-style: preserve-3d;padding:15px 0; width:80%; text-align:center; background: linear-gradient(45deg,#5b743c,#e5b240);transform: translateZ(100px);}
.hezuo .nr .card .box .contentBx div h2{color: #fff;font-size: 20px;letter-spacing: 1px;}
.hezuo .nr .card .box .contentBx div p{color: #fff;font-size: 16px;}
.hezuo .title .t1{color: #222;font-size: 42px;line-height: 63px;font-weight: bold;text-transform: uppercase; text-align:center;}

.hezuo1{padding:6rem 0;}
.hezuo1 .nr{ padding:4rem 0 0;}
.hezuo1 .nr li{ width:12.5%; float:left; margin:0 0 10px;}
.hezuo1 .nr li .card{ width:98%; float:left; margin:0 1%;}
.hezuo1 .nr li .card img{ width:100%; float:left; border:1px solid #222;}
.hezuo1 .title .t1{color: #222;font-size: 42px;line-height: 63px;font-weight: bold;text-transform: uppercase; text-align:center;}


/*首页视频中心*/
.shipin{padding:6rem 0 0;}
.shipin .title .t1{color: #222;font-size: 42px;line-height: 63px;font-weight: bold;text-transform: uppercase; text-align:center; margin-bottom:40px;}
.shipin video{ background:rgba(153,153,153,1);}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@media (min-width:300px) { 
.hezuo .nr .card{position: relative;width:146px;height:200px; transform-style:flat;}
.hezuo .nr .card .box .contentBx{ opacity:0;}
.hezuo .nr .card .box .contentBx div{ opacity:0;}
.hezuo1 .nr li{ width:25%; float:left; margin:0 0 10px;}
}

@media (min-width:400px) { 
.hezuo .nr .card{position: relative;width:170px;height:245px; }
.hezuo1 .nr li{ width:25%; float:left; margin:0 0 10px;}
}

@media (min-width:500px) { 
.hezuo .nr .card{position: relative;width:225px;height:300px; }
.hezuo .nr .card .box .contentBx{ opacity:1;}
.hezuo .nr .card .box .contentBx div{ opacity:1;}\
.hezuo1 .nr li{ width:25%; float:left; margin:0 0 10px;}
}
@media (min-width:600px) { 
.hezuo .nr .card{position: relative;width:237px;height:300px; }
.hezuo1 .nr li{ width:25%; float:left; margin:0 0 10px;}
}

@media (min-width:768px) { 
	header{}
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:400px;}
	header .logo .l_right{ width:335px;float:right;}
	header .logo .l_right h2{font-size:25px;}
	header .logo .l_right p{font-size:14px;}
	header .dl{ display:block;}
	.nav{display:none;}
	.sp_nav{display:block;}
	#ss .ss_box{width:600px;left:-542px;}
	.banner{}
	.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:50px 0 30px;}
	.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; border-top:1px solid #999; }
	/*首页模块*/
	.sy_main{ margin:70px 0;}
	.slideTxtBox .hd{ height:70px; line-height:70px;}
	.slideTxtBox .hd ul{height:70px;}
	.slideTxtBox .hd ul li{ width:50%; font-size:18px;}
	.slideTxtBox .hd ul li.on{ height:70px;}
	.slideTxtBox .bd ul{ margin-top:30px;}


	
	
	
	.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;}
	.hezuo .nr .card{position: relative;width:157px;height:210px; margin-bottom:20px; border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
	.hezuo1 .nr li{ width:25%; float:left; margin:0 0 10px;}
}

@media (min-width:992px) {
	header .mail { /*display: block;*/}
	header .logo{margin-right:0;padding-right:10px; width:20%;}
	.nav{display:none;}
	.sp_nav{display:block;}
	.ny_banner{display:block;}
	.ny_banner1{display:none;}
	.sub-nav-box{margin-top: -80px;}
	.sub-nav a{height: 80px;line-height: 80px;font-size:18px;}
	.ny_about_wenhua .culture{display: flex;}
	.ny_about_wenhua .culture .chaoren{width:60%;}
	.ny_about_wenhua .culture .chaoren li{display: flex; flex-direction: row;line-height: 60px; height: 114px;}
	.ny_about_wenhua .culture .chaoren li .chong{padding:27px 50px;}
	.ny_about_wenhua .culture .chaoren li .chong img{width: 60px;}
	.ny_about_wenhua .culture .chaoren li .danci{font-size:27px; padding: 27px;}
	.ny_about_wenhua .culture .chaoren li .danci span{width:120px;font-size:27px;}
	.ny_about_wenhua .culture .chaoren li .danci sup{padding: 0 15px;}
	.ny_about_wenhua .culture .cizhi{width:40%;}
	.ny_about_wenhua .culture .cizhi img{height: 345px; }
	.ny_product{margin-top:60px;}
	.ny_product .p_left1{display:block;}
    .ny_product .p_left2{display:none;}
	.ny_product .p_right .weizhi{ line-height:50px; margin-bottom:40px;}
	.ny_product .p_right .tupian .t_right .font{min-height:120px;line-height:2em;}
	.news_list02 ul li a{padding:50px 0 40px;}
	.news_list02 ul li .left{width:71%;}
	.news_list02 ul li .left .tit{font-size:26px;margin:12px 0;}
	.news_list02 ul li .left .con{line-height:24px;height:48px;margin-bottom:25px;}
	.news_list02 ul li .left .txt{height:40px;}
	.news_list02 ul li .right{ display: block;}
	.ny_contact{padding-top:70px;}
	.f1 .f1_2 .f1_21{ display:block;}
	
}
@media (min-width:1000px) {
	header .mail {}
	header .logo{margin-right:0;padding-right:10px; width:20%;}
	.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:60%;}
	.ny_about_wenhua .culture .chaoren li{display: flex; flex-direction: row;line-height: 60px; height: 114px;}
	.ny_about_wenhua .culture .chaoren li .chong{padding:27px 50px;}
	.ny_about_wenhua .culture .chaoren li .chong img{width: 60px;}
	.ny_about_wenhua .culture .chaoren li .danci{font-size:27px; padding: 27px;}
	.ny_about_wenhua .culture .chaoren li .danci span{width:120px;font-size:27px;}
	.ny_about_wenhua .culture .chaoren li .danci sup{padding: 0 15px;}
	.ny_about_wenhua .culture .cizhi{width:40%;}
	.ny_about_wenhua .culture .cizhi img{height: 345px; }
	.ny_product{margin-top:60px;}
	.ny_product .p_left1{display:block;}
    .ny_product .p_left2{display:none;}
	.ny_product .p_right .weizhi{ line-height:50px; margin-bottom:40px;}
	.ny_product .p_right .tupian .t_right .font{min-height:120px;line-height:2em;}
	.news_list02 ul li a{padding:50px 0 40px;}
	.news_list02 ul li .left{width:71%;}
	.news_list02 ul li .left .tit{font-size:26px;margin:12px 0;}
	.news_list02 ul li .left .con{line-height:24px;height:48px;margin-bottom:25px;}
	.news_list02 ul li .left .txt{height:40px;}
	.news_list02 ul li .right{ display: block;}
	.ny_contact{padding-top:70px;}
	.hezuo .nr .card{position: relative;width:157px;height:210px; margin-bottom:20px; border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
	.hezuo1 .nr li{ width:12.5%; float:left; margin:0 0 10px;}
	
	/*首页应用领域*/
.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:15%;}
.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;}

.abotab{margin-bottom:0px;}
	.abotab-li ul li{width:20%;}
	.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:15%;}
	.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;}
	
	
	
	/*首页一分钟了解我们*/
	.dy_yyly{ width:100%; height:440px;  padding:6rem 0 0 0;}
	.dy_yyly .title .t1{color: #222;font-size: 42px;line-height: 63px;font-weight: bold;text-transform: uppercase; text-align:center; }
	
	.dy_yyly ul{ width:100%; height:330px; position:relative; float:left;}
	.dy_yyly ul li{ width:20%;float:left; margin:50px 0 0 0; position:relative; transition:all 0.6s; text-align:center; overflow:hidden;}
	.dy_yyly ul li .neir h1{ width:100%; height:60px; line-height:60px; color:#fff; font-size:18px; text-align:center; margin:0; background:rgba(0,0,0,0.6); position:absolute; left:0; bottom:0;}
	.dy_yyly ul li .neir img{width:100%; border:1px solid rgba(0,0,0,0.2);}


	.dy_yyly ul li:hover .main_intro_box{z-index:11;background:rgba(18,60,118,0.8);top:0}
	.dy_yyly ul li .main_intro_box{-webkit-transition:all .3s;transition:all .3s;position:absolute;width:100%;height:100%;top:100%;z-index:5;background:#0e328b; }
	.dy_yyly ul li .main_intro_box .main_intro_top{width:100%;height:240px;padding:30px 30px;text-align:left}

	.dy_yyly ul li .main_intro_box .main_intro_top .main_intro_con{height:90px; line-height:30px;color:#fff;font-size:16px;-webkit-line-clamp:3;line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}

	
	
	.dy_yylysj{ display:none;}
	.dy_yfz{ display:none;}
}
@media (min-width:1200px) {
	header .container{width:90%;}
	header .logo{margin-right:0;padding-right:10px;}
	.nav{display:block;}
	.sp_nav{display:none;}
	header .logo .l_left{ width:400px; margin-bottom:0;}
	header .logo .l_right{ width:335px;float:right;}
	header .logo .l_right h2{font-size:25px;}
	header .logo .l_right p{font-size:14px;}
	.nav{display:block;}
	.nav ul {margin-left:10px;}
	.nav ul li a{font-size:16px;padding:0 10px;}
	#menu ul ul {left:-40px;}
	header .mail{ width:250px;}
	.sp_nav{display:none;}
	.banner{width:100%;position: relative;}
	.banner .swiper-slide .text .t1{ font-size:42px;letter-spacing:5px;}
    .banner .swiper-slide .text .t2{ font-size:24px;}
	#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;}
	
	/*首页模块*/
	.sy_main{ margin-bottom:0px;}
	.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: 2;font-size: 26px;}
	.hezuo1 .nr li{ width:12.5%; float:left; margin:0 0 10px;}
}

@media (min-width:1100px) {
	header .logo{margin-right:0;padding-right:10px;}
	.nav{display:none;}
	.sp_nav{display:block;}
	header .logo .l_left{ width:400px; 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;}
	.hezuo .nr .card{position: relative;width:157px;height:210px; margin-bottom:20px; border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
	.aboutus .row .nr{line-height:26px; font-size:14px;}
	.hezuo1 .nr li{ width:12.5%; float:left; margin:0 0 10px;}
}
@media (min-width:1300px) {
	header .logo{margin-right:0;padding-right:10px;}
	header .logo .l_left{ width:400px; margin-top:0px;}
	.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;}
	
	.hezuo .nr .card{position: relative;width:177px;height:220px; margin-bottom:20px; border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
	.aboutus .row .nr{line-height:26px; font-size:14px;}
	.hezuo1 .nr li{ width:12.5%; float:left; margin:0 0 10px;}
}
@media (min-width:1400px) {
	header .logo{margin-right:0;padding-right:10px;}
	header .logo .l_left{ width:400px; margin-top:0px;}
	.nav ul {margin-left:50px;}
	.nav ul li a{font-size:16px;padding:0 10px;}
	header .mail{ width:300px;}
	.b_ss h2{font-size:80px;margin-bottom:60px;}
	#menu ul ul {left:-40px;}
	#menu ul .use li{ width:265px;margin-left:4%;}
	.cp_fl{ margin:75px auto;}
	.cp_zi{padding:72px 60px 120px 50px;}
	.cp_zi h2{font-size:32px;}
	.cp_zi1{padding:70px 60px 120px 50px !important;}
	.banner .swiper-slide .text .t1{ font-size:55px;letter-spacing:5px;}
    .banner .swiper-slide .text .t2{ font-size:30px;}
	#product .content .item .cover .box{padding:40px 40px;}
	
	.hezuo .nr .card{position: relative;width:187px;height:275px; margin-bottom:20px; border:1px solid #ddd;transform-style: preserve-3d;perspective: 1000px;}
	.aboutus .row .nr{line-height:28px; font-size:14px;}
	.hezuo1 .nr li{ width:12.5%; float:left; margin:0 0 10px;}
}
@media (min-width:1440px) {
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:400px;}
	.nav ul {margin-left:50px;}
	.nav ul li a{font-size:18px;padding:0 10px;}
	.sy_about .content .intro{ padding:20px;}
	.sy_lingyu .tabs a{padding:15px 50px;font-size:24px;}
	.aboutus .row .nr{line-height:28px; font-size:14px;}
	.hezuo1 .nr li{ width:12.5%; float:left; margin:0 0 10px;}
	
	}
@media (min-width:1500px) {
	header .container{width:80%;}
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:400px;}
	.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 .card{position: relative;width:217px;height:300px; margin-bottom:20px; border:1px solid #ddd;}
	.hezuo1 .nr li{ width:12.5%; float:left; margin:0 0 10px;}
	.aboutus .row .nr{line-height:32px;}
}

@media (min-width:1600px) {
	header .container{width:80%;}
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:400px;}
	header .logo .l_right p{font-size:14px;}
	.nav ul {margin-left: 70px;}
	.nav ul li a{font-size:18px;padding:0 16px;}
	header .mail{ width:330px;}
	#menu ul ul {left:-120px;}
	#menu ul .use li{ width:265px;margin-left:240px;}
	.banner .swiper-slide .text .t1{ font-size:70px;letter-spacing:5px;}
    .banner .swiper-slide .text .t2{ font-size:38px;}
	#product .content .item .cover .box{padding:70px 40px;}
	.aboutus .row .nr{line-height:36px;}
}

@media (min-width:1700px) {
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:400px;}
	.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;}
	.aboutus .row .nr{line-height:36px;}
}
@media (min-width:1800px) {
	header .logo{padding-right:10px;}
	header .logo .l_left{ width:400px;}
	.nav ul {margin-left: 70px;}
	.nav ul li a{font-size:17px;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;}
	.aboutus .row .nr{line-height:42px;}
}

@media (max-width:1300px) { 
	.aboutus .row .right{ width:55%; }
	.aboutus .row .right h1{ width:100%; float:left; font-size:30px; line-height:60px; text-align:left; color:#fff; font-weight:bold;}
	.aboutus .row .right p{ width:100%; float:left; font-size:16px; line-height:26px; text-align:left; color:#fff;}
}

@media (max-width:1200px) { 
	/*首页数字*/
	.aboutus .left .yi{ width:300px; height:300px; position:absolute; left:0; top:0; float:left; z-index:1;}
	.aboutus .left h3{width:150px;height:150px;position:absolute; left:75px; top:75px; padding:0; margin:0;}
	.aboutus .left h3 img{width:150px;height:150px; float:left;}

	.aboutus .about2 li .baog h2{height:60px; font-size:42px; color:#fff; line-height:60px; text-align:center;}
	.aboutus .about2 li  h3{height:60px; font-size:20px; color:#fff; text-align:center; line-height:40px; margin:0; padding:0;border-right:1px solid rgba(255,255,255,0.5);)}
}


@media (max-width:1100px) { 
	.aboutus .row .right{ width:55%;}
	.aboutus .row .right h1{ width:100%; float:left; font-size:20px; line-height:60px; text-align:left; color:#fff; font-weight:bold; margin-top:0px;}
	.aboutus .row .right p{ width:100%; float:left; font-size:14px; line-height:26px; text-align:left; color:#fff;}
	
	.aboutus .left .yi{ width:300px; height:300px; position:absolute; left:0; top:0; float:left; z-index:1;}
	.aboutus .left h3{width:150px;height:150px;position:absolute; left:75px; top:75px; padding:0; margin:0;}
	.aboutus .left h3 img{width:150px;height:150px; float:left;}

	.aboutus .about2 li .baog h2{height:60px; font-size:42px; color:#fff; line-height:60px; text-align:center;}
	.aboutus .about2 li  h3{height:60px; font-size:20px; color:#fff; text-align:center; line-height:40px; margin:0; padding:0;border-right:1px solid rgba(255,255,255,0.5);)}
}
@media (max-width:1000px) { 
	.aboutus .left{ width:100%; margin-right:0%;}
	.aboutus .row .right{ width:100%; margin-left:0%;}
	.aboutus .row .right h1{ width:100%; float:left; font-size:36px; line-height:60px; text-align:left; color:#fff; font-weight:bold; }
	.aboutus .row .right p{ width:100%; float:left; font-size:16px; line-height:26px; text-align:left; color:#fff;}
	
	
	.aboutus .left{ display:none;}

	
	.aboutus .row .right{ width:100%;}
	.aboutus .row .right h1{ width:100%; float:left; font-size:36px; line-height:80px; text-align:left; color:#fff; font-weight:bold;}
	.aboutus .row .right p{ width:100%; float:left; font-size:16px; line-height:30px; text-align:left; color:#fff;}
	
	
	.aboutus .about2 li.last1 .baog{ border:0px;}
	.aboutus .about2 li.last1 h3{ border:0px;}
	
	.dy_news .content li h1{ width:100%; margin:20px 0 10px 0; float:left; font-size:22px; color:#fff; line-height:36px; height:36px; padding:0;}
	.dy_news .content li p{ width:100%; margin:0; float:left; font-size:14px; color:#fff; line-height:24px; padding:0; }
	.dy_news .content li span{ width:100%; margin:0;; float:left; font-size:18px; color:#fff; line-height:32px; height:32px; padding:0;}
	
}

@media (max-width:999px) { 
	.abotab{ display:none;}
	.dy_yyly{display:none;}
	.dy_yylysj{display:block; width:100%; height:auto; background:url(../images/yyly.jpg) no-repeat center center; padding:3rem 0;}	
	.dy_yylysj .title .t1{color: #fff;font-size: 42px;line-height: 63px;font-weight: bold;text-transform: uppercase; text-align:center; }
	
	.dy_yylysj ul{ width:100%;float:left;}
	.dy_yylysj ul li{text-align:center;}
	.dy_yylysj ul li .neir h1{ width:100%; height:40px; float:left; line-height:40px; color:#fff; font-size:18px; text-align:center; margin:0;}
	.dy_yylysj ul li .neir img{width:95px; height:89px; margin:20px auto 10px; }
	
	.dy_yfz{display:block; width:100%; height:auto; background:url(../images/yyly.jpg)#000 no-repeat center center; padding:3rem 0;}	
	.dy_yfz .title .t1{color: #fff;font-size: 32px;line-height: 43px;font-weight: bold;text-transform: uppercase; text-align:center; }	
	
	.dy_yfz ul{ width:100%;float:left;}
	.dy_yfz ul li{text-align:center; padding:0;}
	.dy_yfz ul li .neir h1{ width:100%; height:40px; float:left; line-height:40px; color:#fff; font-size:18px; text-align:center; margin:0;}
	.dy_yfz ul li .neir img{width:100%;  margin:20px auto 10px; border:1px solid rgba(255,255,255,0.5);}
	
	

}


@media (max-width:908px) { 
	.index_yyly{ display:block;}
	.abotab{ display:none;}
}

@media (max-width:768px) { 
	#owl-demo .item dd {width: 48%;}
	#owl-demo .item dd .txts h1{ font-size:18px; margin-top:0; height:45px; line-height:45px;}
	#owl-demo .item dd .txts a{ font-size:14px; margin-left:5px; margin-right:5px;}
	#owl-demo .item dd h2{ font-size:16px; height:50px; line-height:50px;}
	.tab1li {padding:10px 0;}
	#owl-demo {margin:10px auto;}
	
	.aboutus .left{ width:98%; margin:0 1%;}
	.aboutus .row .right{ width:98%; margin:0 1%;}
	.aboutus .row .right h1{ width:100%; float:left; font-size:20px; line-height:60px; text-align:left; color:#fff; font-weight:bold; }
	.aboutus .row .right p{ width:100%; float:left; font-size:14px; line-height:26px; text-align:left; color:#fff;}
	.f2{ line-height:60px;font-size:16px; border-top:1px solid #999; }
}
@media (max-width:400px) { 
	.sp_nav{width:30px;float:right;position:relative;cursor:pointer;height:25px;margin-top:33px; display:block;}
	header .logo{ float:left; margin-right:0px;width:86%; padding-right:0px; border-right:none;}

	
}
@media (max-width:310px) { 
	.sp_nav{width:30px;float:right;position:relative;cursor:pointer;height:25px;margin-top:28px; display:block;}
	header .logo{ float:left; margin-right:0px;width:86%; padding-right:0px; border-right:none;}
	
}





	













