@charset "utf-8";
/* CSS Document */
.line-title {width:100%;height: auto;overflow: hidden;text-align: center;line-height: 1.2;}
.line-title h2{font-size:40px;line-height:58px;letter-spacing:1px;font-weight:bold;color:#222;padding-bottom:10px;}
.line-title h2 em{color:#ab0005;}
.line-title p{margin-bottom:60px;font-weight:300;font-size:18px;color:#888;text-transform: uppercase;}

@media only screen and (max-width:499px){
.line-title h2{font-size:30px;}
.line-title p{font-size:14px;}
}



/*公司简介*/
.home_about{width:100%;height:auto;padding-top:80px;padding-bottom:90px;overflow: hidden;background: url(../images/index_bg1.jpg)no-repeat center center;background-size: cover;}
.aboutcon{}
.abouttexts{width:calc(45% - 5px);overflow: hidden;display: inline-block;vertical-align: middle;margin-right:5%;}
.abouttexts .abtextxq h4{font-size:26px;font-weight:300;line-height:1.5;margin-bottom:20px;color: #000;}
.abouttexts .abtextxq p{font-size:16px;line-height:32px;color: #333;text-align: justify;}
.abitemxl{margin-top:50px; overflow: hidden;}
.abitemxl ul{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.abitemxl li{width:25%;}
.abitemxl li .imgbox{text-align: center;}
.abitemxl li .imgbox img{transition: 0.5s;}
.abitemxl li p.fir{text-align: center;font-size:22px;font-weight:bold;color: #3c3c3c;margin:18px 0 5px 0;line-height: 1.5;transition: all 0.5s;}
.abitemxl li p.sec {text-align: center;font-size: 14px;color: #8e8e8e;line-height: 20px;}
.abitemxl li:hover .imgbox img{-webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);-ms-transform: rotateY(180deg);-o-transform: rotateY(180deg);transform: rotateY(180deg);}
.abitemxl li:hover p.fir{color:#db2d24;}
.abouttimg {width:50%;display: inline-block;vertical-align: middle;overflow:hidden;}
.abouttimg img{display: block;}

@media only screen and (max-width:1024px){
.abitemxl li p.fir{font-size:18px;}
}
@media only screen and (max-width:768px){
.abouttexts{width:100%;margin-right:0;}
.abouttimg{width:100%;margin-top:50px;}
}
@media only screen and (max-width:499px){
.abitemxl li{width:33%;}
.abitemxl li p.sec{font-size:12px;}
}


/*PRODUCTS*/
.home_product{padding-top:80px;padding-bottom:90px;overflow:hidden;background: #f7f7f7;}
.hproBox{width:100%;height: auto;}
.hprod_left{float:left;width:300px;background:#fff;overflow:hidden;box-shadow:#dbdbdb 0px 0px 10px;border-radius: 150px;}
.hp_menu_title {display: block;width: 100%;height: 125px;background:#ab0106 url(../images/prod_top_s.png) bottom center no-repeat;text-align: center;overflow: hidden;}
.hp_menu_title h2{line-height:40px;font-size:28px;padding-top:26px;color:#fff;font-weight:normal;}
.hp_menu_title p{line-height:30px;font-size:16px;color:#fff;font-family:"Arial";text-transform:uppercase;}
.hp_menu_middle {padding:25px 25px;background: #ffffff;}
.hp_menu_middle li{width:100%;height:54px;overflow:hidden;line-height:54px;box-shadow:#ccc 0px 0px 5px;margin-bottom:25px;background: #FFF;}
.hp_menu_middle li a{display: block;padding:0 10px;color: #6d6d6d; text-align: center;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hp_menu_middle li:hover{box-shadow:#dc2b21 0px 0px 5px;}
.hp_menu_middle li:hover a{color:#dc2b21;}
.hp_menu_middle li.last{background: #d90c07;}
.hp_menu_middle li.last a{color:#FFF;}
.hp_menu_middle li.last i{padding-left: 10px;}
.hp_menu_bottom{display: block;width: 100%;height: 125px;}
.hp_menu_bottom img{display: block;margin:0 auto;}

.hprod_cont{float:right;width:calc(100% - 350px);background:#FFF;padding:27px 23px;box-shadow:#dbdbdb 0px 0px 10px;overflow: hidden;}
.hprod_cont li{width:32.33%;margin-left:0.5%;margin-right:0.5%;float: left;margin-bottom: 20px;border:1px solid #e6e6e6;}
.hprod_cont li .imgbox{width: 100%;height:auto;overflow: hidden;position: relative;background: #fff;}
.hprod_cont li .imgbox .pic-img{width:100%;height:100%;object-fit:contain;-webkit-transition:all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.hprod_cont li .imgbox:hover .pic-img{-ms-transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.hprod_cont li .imgbox .pro-one-title{position: absolute;left: 0;bottom: 0;width: 100%;text-align: center;padding: 0 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background: rgba(0,0,0,0.3);font-size: 16px;line-height: 55px;color: #fff;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;}
.hprod_cont li .imgbox:hover .pro-one-title{opacity: 0;visibility: hidden;}
.hprod_cont li .imgbox .meng{position: absolute;left: 0;top: 0;z-index: 4;width: 100%;height: 100%;background-color: rgba(217, 12, 7, 0.8);color: #fff;font-size: 16px;-webkit-transition: all ease-in-out 0.3s;transition: all ease-in-out 0.3s;padding: 20px;opacity: 0;visibility: hidden;}
.hprod_cont li .imgbox:hover .meng{opacity: 1;visibility: visible;}
.hprod_cont li .imgbox .meng .meng-innerbox{position: relative;width: 100%;height: 100%;}
.hprod_cont li .imgbox .meng .meng-innerbox a{display: block;width: 100%;height: 100%;}
.hprod_cont li .imgbox .meng .meng-inner{position: absolute;width: 100%;text-align: center;color: #fff;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.hprod_cont li .imgbox .meng .meng-inner .fir{font-size: 22px;padding: 0 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.hprod_cont li .imgbox .meng .meng-inner .sec{font-size: 14px;margin-top: 5px;}
.hprod_cont li .imgbox .meng i{display: block;position: absolute;background: #fff;border: 0.5px solid rgb(255,177,176);-webkit-transition: 0.8s 100ms all linear;-moz-transition: 0.8s 100ms all linear;-ms-transition: 0.8s 100ms all linear;-o-transition: 0.8s 100ms all linear;transition: 0.8s 100ms all linear;}
.hprod_cont li .imgbox .meng i.i1{top: 0;left: 0;width: 0;height: 0;}
.hprod_cont li .imgbox .meng i.i2{top: 0;right: 0;width: 0;height: 0;}
.hprod_cont li .imgbox .meng i.i3{bottom: 0;right: 0;width: 0;height: 0;}
.hprod_cont li .imgbox .meng i.i4{left: 0;bottom: 0;width: 0;height: 0;}
.hprod_cont li .imgbox:hover .meng i.i1{width: 100%;}
.hprod_cont li .imgbox:hover .meng i.i2{height: 100%;}
.hprod_cont li .imgbox:hover .meng i.i3{width: 100%;}
.hprod_cont li .imgbox:hover .meng i.i4{height: 100%;}

.prod_li_title {overflow: hidden;background: url(../images/prod_li_title.png) bottom repeat-x;margin: 0 10px 30px 10px;padding-bottom: 30px;}
.prod_li_title h2{line-height:40px;font-size: 25px;color: #626262;font-weight: 300;}
.prod_li_title p{line-height: 30px;color: #a3a3a3;font-size: 16px;}

@media only screen and (max-width:1024px){
.hprod_cont li{width:49%;}
}
@media only screen and (max-width:768px){
.hprod_left{width:100%;border-radius:0;margin-bottom: 30px;}
.hp_menu_title, .hp_menu_bottom{display: none;}
.hp_menu_middle{background: #d90c07;overflow: hidden;}
.hp_menu_middle li{width:49%;margin:5px 0.5%;float: left;background: #e45855;box-shadow:none;border:1px solid #fb807d;}
.hp_menu_middle li a{color:#FFF;}
.hp_menu_middle li:hover {background:#FFF;}
.hp_menu_middle li:hover a{color:#333;}
.hprod_cont{width:100%;}
}
@media only screen and (max-width:499px){
.hprod_cont li {width: 99%;}
}



/*SERVICE*/
.home_service{padding-top:80px;padding-bottom:80px;overflow:hidden;background: url(../images/index_fuwubg.jpg)no-repeat center center;background-size: cover;}
.home_service .line-title h2{color:#FFF;}
.home_service .line-title p{color:#FFF;opacity:0.8;}
.youshi{overflow: hidden;}

.youshi .ys_qh{}
.youshi .ys_qh li{float:left;width:25%;position:relative;text-align:center;font-size:26px; color:#fff;height:145px; cursor:pointer;}
.youshi .ys_qh li span{display:block;height: 68px;}
.youshi .ys_qh li span img{ transition:all .5s ease;}
.youshi .ys_qh li:before{ content:''; display:block; position:absolute; }
.youshi .ys_qh li.on span img{ transform:rotate(360deg);}
.youshi .ys_qh li.on{ font-weight:bold;}
.youshi .ys_qh li:before{ z-index:999; width:53px; height:13px; background:url(../images/ser_li_01.png) no-repeat center; left:0; right:0; margin:0 auto; bottom:-23px; opacity:0; /*transition:all .4s ease;*/}
.youshi .ys_qh li.on:before{ bottom:-13px; opacity:1;}

.youshi .ys_nr {padding: 40px 40px;background: #fff;box-shadow: 0 0 5px -5px #ecebeb;}
.youshi .ys_nr dl{overflow: hidden;}
.youshi .ys_nr dl dt{width:46%;overflow: hidden;display: inline-block;vertical-align: middle;margin-right:5%;}
.youshi .ys_nr dl dt img{display: block;}
.youshi .ys_nr dl dd{width:46%;overflow: hidden;display: inline-block;vertical-align: middle;}
.ysvwenzi .ysvnum{font-size: 66px;text-transform: uppercase;color:#ffe8e8;line-height: 1.2;font-weight: bold;font-family:"Arial";}
.ysvwenzi .ysvt{ font-size:30px; color:#343434; font-weight:bold;}
.ysvwenzi .ysvt:after{ content:''; display:block; width:90px; height:3px; margin:15px 0 35px 0; background:#d90c07;}
.ysvwenzi .ysvwa p {font-size: 15px;color: #666;line-height: 28px;position: relative;padding-left: 20px;margin-bottom: 10px;}
.ysvwenzi .ysvwa p:before {content: '';width: 11px;height: 11px;background: #ddd;display: inline-block;border-radius: 50%;position: absolute;left: 0px;top: 8px;}
.ysvwenzi .ysvbtn {margin:50px 0 0 0;font-size: 0;}
.ysvwenzi .ysvbtn a {display: inline-block;width: 160px;line-height: 48px;text-align: center;font-size: 16px;color: #fff;background:#d90c07;transition: all .3s ease;}

@media only screen and (max-width:768px){
.youshi .ys_qh li{font-size:18px;height:125px;}
}
@media only screen and (max-width:600px){
.youshi .ys_nr{padding:20px 20px;}
.youshi .ys_nr dl dt{width:100%;margin-right:0;}
.youshi .ys_nr dl dd{width:100%;}
}
@media only screen and (max-width:499px){
.youshi .ys_qh li {font-size: 16px;}
}


/*CASE*/
.home_case{padding-top:70px;padding-bottom:90px;overflow:hidden;}
.hcase_con{position: relative;}
.hcase_con .hcase_list{overflow: hidden;}
.hcase_con ul li{width:33.33%;float: left;display: block;overflow: hidden}
.hcase_con ul li a{display: block;padding:0 5px}
.hcase_con ul li h5 {font-size: 16px;text-align: center;font-weight: normal;height:60px;line-height: 60px;padding: 0 8px;background: #dedede;white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.hcase_con ul li h5{color: #333;}
.hcase_con ul li:hover h5 {background:#d90c07;color:#ffffff;transition: all 0.8s;}
.hcase_con ul li .himg{overflow:hidden;/* border:1px solid #dedede; */}
.hcase_con ul li img {display: block;width:100%!important;margin: 0 auto;}
.hcase_con ul li:hover img {-webkit-transform: scale(1.2);transform: scale(1.2);transition: all 0.8s;}
.hc_prev{position:absolute;top:150px;left:-64px;background:url(../images/LRicon.png) no-repeat;width:59px; height:59px;cursor:pointer}
.hc_next{position:absolute;top:150px;right:-64px;background:url(../images/LRicon.png) no-repeat -120px 0px;width:59px; height:59px;cursor:pointer}
.hc_prev:hover{background-position:-60px 0px;transition:all ease 600ms;}
.hc_next:hover{background-position:-180px 0px;transition:all ease 600ms;}

@media only screen and (max-width:1300px){
.hc_prev{left:-10px;top: 110px;}
.hc_next{right:-10px;top: 110px;}
}
@media only screen and (max-width:860px) {
.hc_prev{top: 100px;}
.hc_next{top: 100px;}
}
@media only screen and (max-width:768px) {
.hcase_con ul li{width:50%;}
}
@media only screen and (max-width:499px) {
.hcase_con ul li{width:100%;}
}




/*NEWS*/
.home_new{padding-top:70px;padding-bottom:70px;overflow:hidden;background: url(../images/index_bg3.jpg)no-repeat center center;background-size: cover;}
.hnewsBox{width:100%;height: auto;overflow: hidden;}
.news-a, .news-c{width:50%;float: left;overflow: hidden;border-left: 1px solid #f0f0f0;}
.news-a{border-left:0;}
.news_tst{height: 114px;position: relative;background: #f9f9f9;}
.news_tst i{position: absolute;left:30px;top:50%;transform: translateY(-50%);font-size:40px;color:#da281f;}
.news_tst h3{padding-left: 100px;color:#da281f;font-size: 20px;line-height: 114px;}
.news_tst h3 span {font-family: "Arial";font-size: 14px;font-weight: normal;text-transform: uppercase;color: #b3b3b3;padding-left: 15px;}
.news-cen {padding: 20px 40px 30px 30px;background: #fff;}
.news_cc {border-bottom: 1px solid #f0f0f0;padding-bottom: 15px;}
.news_cc li h3{font-size: 16px;color:#222222;font-weight:normal;margin-bottom: 15px;}
.news_cc li h3 a{display: block;color:#222222;font-size: 17px;}
.news_cc li:hover h3 a{color:#da281f;}
.news_cc li span{display: block;font-size: 13px;color:#909090;line-height: 22px;}
.news_cc li span a{color:#da281f;padding-left: 10px;}
.news_dd{position: relative;}
.news_dd li{line-height: 55px;position: relative;border-bottom: 1px solid #f0f0f0;padding-left: 30px;}
.news_dd li::before{position: absolute;left: 5px;top: 25px;width: 6px;height: 6px;border-radius: 50%;background: #909090;content: "";}
.news_dd li a{display: block;width:calc(100% - 70px);color: #333333;font-size:15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_dd li span{display: block;font-family: "Arial";font-size: 13px;color: #aaaaaa;position: absolute;right: 0px;top: 0px;}
.news_dd li a:hover{color:#da281f;}

@media only screen and (max-width:840px){
.news-a, .news-c{width:100%;border: 1px solid #f0f0f0;}
}




/**************************************************************************************************************
************************************************************内页************************************************
***************************************************************************************************************/
.nybanner{width: 100%;height:auto;overflow: hidden;position: relative;}
.Banpic{width:100%;height: 100%;overflow: hidden;}
.Banpic img{width:100%;display: block}
.ibcatein {position: absolute;left:10%;top:38%;z-index: 1;color: #fff;}
.ibcatein .nbt-en {font-size: 48px;line-height: 58px;font-weight: bold;text-indent: 112px;text-transform: uppercase;position: relative;font-family: "Arial";}
.ibcatein .nbt-en:before {content: '';position: absolute;left: 25px;top: 50%;z-index: 0;width: 76px;height: 2px;background-color: #fff;}
.ibcatein .nbt-cn{font-size: 30px;line-height: 40px;text-indent: 116px;letter-spacing: 6px;}

@media only screen and (max-width:1024px){
.nybanner{padding-top:60px;}
}
@media only screen and (max-width:768px) {
.ibcatein{left:15px;}
.ibcatein .nbt-en{font-size:28px;text-indent:28px;line-height:30px;}
.ibcatein .nbt-en:before{left:0;width: 20px;}
.ibcatein .nbt-cn{font-size: 16px;letter-spacing:1px;line-height:20px;text-indent:30px;}
}
@media only screen and (max-width:499px) {
.nybanner{padding-top:0;margin-top: 60px;}
.ibcatein{top:50%;transform:translateY(-50%);}
.ibcatein .nbt-en{font-size:22px;text-indent:26px;line-height:26px;}
.ibcatein .nbt-en:before{left:0;width: 20px;}
.ibcatein .nbt-cn{font-size:14px;letter-spacing:1px;line-height:18px;text-indent:26px;}
}

/* 面包屑 */
.breav-nav{width:100%;height:76px;line-height:76px;overflow:hidden;/*background:rgb(0,0,0, 0.3);*/position:absolute;bottom:0;left: 0;}
.location {float:left;background:url(../images/home.png)left center no-repeat;padding-left:28px;overflow:hidden;color:#F5F5F5; font-size:16px;}
.location a{color:#F5F5F5;}
@media only screen and (max-width:499px){
.breav-nav{display: none;}
}


/*单页二级栏目*/
.sub_muen{padding-top:40px;padding-bottom:10px;overflow: hidden;}
.sub_muen .subnav{text-align: center;}
.sub_muen .subnav li{display: inline-block;padding-left: 13px;padding-right: 13px;box-sizing: border-box;}
.sub_muen .subnav li a{display: block;height: 60px;line-height: 60px;font-size: 16px;border: 1px solid #e6e6e6;text-align: center;box-sizing: border-box;color:#222;padding:0 50px;}
.sub_muen .subnav li a:hover,
.sub_muen .subnav li.cur a{background:#bb0800;color:#FFF;}

@media only screen and (max-width:768px){
.sub_muen .subnav li{display:block;width:33.33%;float: left;margin-bottom:20px;}
.sub_muen .subnav li a{padding:0 10px;text-align: center;height: 50px;line-height: 50px;font-size: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
}
@media only screen and (max-width:499px){
.sub_muen .subnav li{padding-left:6px;padding-right:6px;}
.sub_muen .subnav li a{height:46px;line-height:46px;}
}



/*纵向栏目分类*/
.side_left{width:280px;float: left;}
.side_right{margin-left:320px;overflow: hidden;}
.sidebar{margin-bottom: 20px;}
.sidebar .topclass {background: #bb0800 url(../images/proL.png) no-repeat;background-size: cover;text-align: center;padding-top: 40px;padding-bottom: 45px;border-radius: 6px 6px 0px 0px;}
.sidebar .topclass h2{font-size: 24px;color: #ffffff;font-weight: normal;}
.sidebar .topclass p{color: #bfbfbf;font-size: 13px;text-transform: uppercase;}
.submuen_nav {background: #f5f5f5;margin-top:2px;}
.submuen_nav ul li{line-height: 35px;padding:8px 0;border-bottom: 1px solid #FFF;font-size: 16px;}
.submuen_nav ul li a{display: block;color: #222;padding-left: 46px;padding-right: 18px; background: url(../images/lnav_p.png) no-repeat 26px 15px;}
.submuen_nav ul li.cur, 
.submuen_nav ul li:hover{background:#565656;}
.submuen_nav ul li.cur a, 
.submuen_nav ul li:hover a{color:#FFFFFF; background: url(../images/lnav_ph.png) no-repeat 26px 15px;}
.tel1 {width: 100%;height: 140px;background-size: cover;background-position: 50%;background-image: url(../images/side_img_f.jpg);text-align: center;padding-top: 30px;box-sizing: border-box;}
.tel1 span{width: 160px;display:block;border-radius:20px;background:#bb0800;color:#FFF;margin:auto;line-height:30px;font-size:14px;}
.tel1 p{font-family: 'impact';font-size: 25px;padding-top: 10px;color: #ffffff;text-shadow: 1px 2px 2px #000;}
/*LEFT LIANXI*/
.sidelianxi{background:#333333;color:#fff;padding:30px 20px 44px 20px;margin-top: 30px;margin-bottom: 30px;border-radius:5px; }
.titlex{font-size: 18px;line-height: 24px;padding: 10px 27px;border-bottom: 1px solid rgba(255,255,255,.3);}
.titlex p{display: inline-block;color: #fff;font-size: 20px;line-height:35px;}
.titlex b{text-transform: uppercase;font-size: 13px;font-weight: normal;display: block;opacity:0.8}
.wrap-lianxi-cont {padding-top: 15px;}
/*LEFT NEW*/
.Left_news{background:#FFF;overflow: hidden;margin-top:20px;}
.Left_news .GetTop{color: #000;height:50px;line-height:50px;padding-left:20px;font-size: 18px;background: #e4e4e4;font-weight: normal;}
.Left_news .GetTop i{padding-right:10px;color:#d80031;font-size: 20px;}
.Left_news ul{padding:15px;overflow: hidden;border: 1px solid #e4e4e4;}
.Left_news ul li{line-height: 36px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.Left_news ul li a{font-size: 14px;color: #666;}
.Left_news ul li i{float: left;font-size: 14px;color: #fff;width:20px;height:20px;line-height: 20px;background: #424242;display: inline-block;text-align: center;font-weight: normal;margin-top: 8px;margin-right: 8px;border-radius: 3px;font-family: Arial;}
.Left_news ul li a:hover{text-decoration: underline;color:#e4888f; }
.Left_news ul li:nth-child(1) i{background:#d80031;}
.Left_news ul li:nth-child(2) i{background:#d80031;}
.Left_news ul li:nth-child(3) i{background:#d80031;}
/*Red fuwu*/
.Red_fuwu{background:#FFF;overflow: hidden;margin-bottom: 10px;margin-top:20px;}
.Red_fuwu .GetTop{color: #000;height:50px;line-height:50px;padding-left:20px;font-size: 18px;background: #e4e4e4;font-weight: normal;}
.Red_fuwu .GetTop i{padding-right:10px;color:#d80031;font-size: 20px;}
.Red_fuwu ul{padding: 15px 10px;overflow: hidden;border: 1px solid #e4e4e4;}
.Red_fuwu dl{width: 50%;float: left;height: auto;overflow: hidden;padding: 5px 5px;}
.Red_fuwu dl dt{width: 100%;height:auto;overflow:hidden;border: 1px solid #e6e6e6;}
.Red_fuwu dl dt img{display: block; width:100%;}
.Red_fuwu dl dd{width: 100%;height:auto;overflow:hidden;}
.Red_fuwu dl dd p{text-align: center;width: 100%;font-size: 13px;height: 32px;line-height: 32px;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.m_sub_muen{display:none;}
@media (max-width:860px) {
.side_left{width:100%;float:none;}
.side_right{width:100%;margin-left:0;}
.sidebar, .Red_fuwu, .Left_news{display: none;}
.m_sub_muen{display:block;}
.m_sub_muen li{display: block;width: 33.33%;float: left;padding-left:6px;padding-right:6px;margin-bottom:12px;}
.m_sub_muen li a{display: block; height: 46px;line-height: 46px;padding: 0 5px;text-align: center;font-size: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border: 1px solid #e6e6e6;}
.m_sub_muen li a:hover, .m_sub_muen li.cur a {background: #bb0800;color: #FFF;}
}
@media (max-width:640px) {
.m_sub_muen li a{font-size:14px;}
}




/*内页标题*/
.ny-title {width:100%;text-align:center;margin-bottom: 70px;}
.ny-title .cn {font-size: 42px;color: #292929;line-height: 1;margin-bottom: 25px;}
.ny-title .en {text-transform:uppercase;font-size: 18px;color: #808080;line-height: 1;padding-bottom: 30px;position: relative;}
.ny-title .en:before{position: absolute;content: '';width: 90px;height: 2px;background: #000000;bottom: 0;left: 50%;margin-left: -45px;}
.company {line-height: 1.8; overflow: hidden;}

@media only screen and (max-width:768px){
.ny-title .cn {font-size:26px;}
.ny-title .en {font-size:15px;}
}


/*公司简介*/
.ny-about{overflow:hidden;}
.nyabout-nr{width:100%;height: auto;}
.nyabout-img{width:100%;height: auto;margin-top:50px;}
/*企业文化*/
.nyculture-nr{width:calc(49% - 5px);margin-right:5%;height: auto;display: inline-block;vertical-align: middle;}
.nyculture-img{width:46%;height: auto;display: inline-block;vertical-align: middle;}
@media only screen and (max-width:767px){
.nyculture-nr{width:100%; float: none;}
.nyculture-img{width:100%; float:none;margin-top: 30px;}
}





/*IMAGELIST*/
.imglist{width:100%;height: auto;margin-bottom: 50px;overflow: hidden;}
.imglist li{width:25%;float: left;overflow: hidden;}
.imglist li a{display: block;padding:0 10px 20px 10px;overflow: hidden;}
.imglist li .img {height:auto;padding-top:68%; overflow: hidden;border:1px solid #dddddd;background-size:cover!important;}
.imglist li .text {padding:15px 10px;background:#f1f1f1;}
.imglist li .text .title{color:#666;line-height:28px;font-size: 16px;transition:all 0.5s;letter-spacing: 1px;font-weight:normal;text-align:center;}
.imglist li:hover .text{background:#cc2727;transition:all ease 600ms;}
.imglist li:hover .text .title{color:#FFF;transition:all ease 600ms;}
@media only screen and (max-width:1024px){
.imglist li{width:33.33%;}
}
@media only screen and (max-width:768px){
.imglist li{width:50%;}
}
@media only screen and (max-width:499px){
.imglist li{width:100%;}
}




/*NEWLIST*/
.newlist dl{display: block;padding-bottom: 50px;overflow: hidden;}
.newlist dl dt{float:left;display: inline-block;background: #f7f7f7;text-align: center;width: 100px;height: auto;padding: 10px;border-radius: 12px;}
.newlist dl dt *{display: block;font-family:'Century Gothic', Arial;}
.newlist dl dt span{padding-bottom: 10px;font-size: 40px;color: #da251c;font-weight: bold;line-height: 1.0;border-bottom: #FFF solid 1px;}
.newlist dl dt i{padding-top: 10px;font-size: 16px;color: #7b7b7b;}
.newlist dd{display: inline-block;width: calc(100% - 140px);padding-left: 30px;box-sizing: border-box;vertical-align: middle;}
.newlist dd a{display: block;}
.newlist dd a span{display: block;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;color: #333;line-height: 34px;margin-bottom: 15px;font-size: 20px;font-weight: bold;}
.newlist dd a em{font-size:14px;color:#a9a9a9;line-height:24px;overflow: hidden;height: 72px;font-weight: 300;letter-spacing: 1px;}
.newlist dl:hover dt{background: #da261d;transition: all 0.5s}
.newlist dl:hover dt span, .newlist dl:hover dt i{color:#FFF;transition: all 0.5s}
.newlist dl:hover dd a span{color: #da261d;transition: all 0.5s}
.newlist dl dd a:hover span{-webkit-transform: translateX(5px);transform: translateX(5px);-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;}

@media only screen and (max-width:768px){
.newlist dl dt{width:100px;}
.newlist dl dt span{font-size:45px;}
.newlist dl dt i{font-size:16px;}
.newlist dl dd{width:calc(100% - 100px);padding-left:20px;}
.newlist dd a span{font-size:17px;}
.newlist dd a em{font-size:13px;}
}



/*PRODUCT*/
.prolist li{width:32.33%;margin-left:0.5%;margin-right:0.5%;float: left;margin-bottom: 20px;border:1px solid #e6e6e6;}
.prolist li .imgbox{width: 100%;height:auto;overflow: hidden;position: relative;background: #fff;}
.prolist li .imgbox .pic-img{width:100%;height:100%;object-fit:contain;-webkit-transition:all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.prolist li .imgbox:hover .pic-img{-ms-transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.prolist li .imgbox .pro-one-title{position: absolute;left: 0;bottom: 0;width: 100%;text-align: center;padding: 0 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background: rgba(0,0,0,0.3);font-size: 16px;line-height: 55px;color: #fff;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;}
.prolist li .imgbox:hover .pro-one-title{opacity: 0;visibility: hidden;}
.prolist li .imgbox .meng{position: absolute;left: 0;top: 0;z-index: 4;width: 100%;height: 100%;background-color: rgba(217, 12, 7, 0.8);color: #fff;font-size: 16px;-webkit-transition: all ease-in-out 0.3s;transition: all ease-in-out 0.3s;padding: 20px;opacity: 0;visibility: hidden;}
.prolist li .imgbox:hover .meng{opacity: 1;visibility: visible;}
.prolist li .imgbox .meng .meng-innerbox{position: relative;width: 100%;height: 100%;}
.prolist li .imgbox .meng .meng-innerbox a{display: block;width: 100%;height: 100%;}
.prolist li .imgbox .meng .meng-inner{position: absolute;width: 100%;text-align: center;color: #fff;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.prolist li .imgbox .meng .meng-inner .fir{font-size: 22px;padding: 0 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.prolist li .imgbox .meng .meng-inner .sec{font-size: 14px;margin-top: 5px;}
.prolist li .imgbox .meng i{display: block;position: absolute;background: #fff;border: 0.5px solid rgb(255,177,176);-webkit-transition: 0.8s 100ms all linear;-moz-transition: 0.8s 100ms all linear;-ms-transition: 0.8s 100ms all linear;-o-transition: 0.8s 100ms all linear;transition: 0.8s 100ms all linear;}
.prolist li .imgbox .meng i.i1{top: 0;left: 0;width: 0;height: 0;}
.prolist li .imgbox .meng i.i2{top: 0;right: 0;width: 0;height: 0;}
.prolist li .imgbox .meng i.i3{bottom: 0;right: 0;width: 0;height: 0;}
.prolist li .imgbox .meng i.i4{left: 0;bottom: 0;width: 0;height: 0;}
.prolist li .imgbox:hover .meng i.i1{width: 100%;}
.prolist li .imgbox:hover .meng i.i2{height: 100%;}
.prolist li .imgbox:hover .meng i.i3{width: 100%;}
.prolist li .imgbox:hover .meng i.i4{height: 100%;}
.prod_li_title {overflow: hidden;background: url(../images/prod_li_title.png) bottom repeat-x;margin: 0 10px 30px 10px;padding-bottom: 30px;}
.prod_li_title h2{line-height:40px;font-size: 25px;color: #626262;font-weight: 300;}
.prod_li_title p{line-height: 30px;color: #a3a3a3;font-size: 16px;}

@media only screen and (max-width:767px){
.prolist li{width:49%;}
}
@media only screen and (max-width:499px){
.prolist li{width:99%;}
}


/*分页样式*/
.pglist {padding: 40px 0 40px 0;width: 100%;text-align: center;clear: both;}
.pglist a, .pglist span {color: #828282;padding: 3px 15px;margin: 3px 0px;background:#fff;border:1px solid #edebeb;font-size: 15px;border-radius: 3px;}
.pglist * {display:inline-block;vertical-align: middle;line-height: 30px;padding-bottom:1px;}
.pglist a:hover, .pglist .page-num-current{display: inline-block;color: #fff;background: #da261d;border-color: #bd1911;}
.pageinfo{display:none;}


/*reLink*/
.reLink{padding-top:40px;overflow: hidden;font-size: 15px;border-top:1px solid #EEE;}
.prevLink, .nextLink{padding-top:8px;margin-bottom:8px;overflow: hidden;}
.reLink a{color: #676767;text-decoration: none;}
.reLink a:hover{color:#cc2727;text-decoration:underline;}




/*内容*/
.nrcompany h1 {text-align:center;padding-top: 10px;padding-bottom: 20px;font-size: 24px;line-height: 35px;font-weight: normal;color: #000000;}
.nrcompany .met-editor {padding-bottom:10px;text-align:center;font-size:14px;color: #999;/*border-bottom:#eee solid 1px;*/}
.nrcompany .xwzy {font-size:14px;color:#8c8c8c;line-height:26px;margin-top:30px;background:#f5f5f5;padding:20px 28px;text-align:justify;letter-spacing:1.5px;font-weight:300;border: #E5E5E5 1px solid;}
.nrcompany .nrxqzy {font-size:15px;padding:50px 0;margin-bottom:60px;line-height:30px;text-align: justify;color: #666;}
.nrcompany .nrxqzy img{height: auto!important;max-width: 100%!important;}
.nrcompany .share {height: auto;margin-top:60px;margin-bottom: 50px;overflow: hidden;}
.nrcompany .share .more-btn{border: 1px solid #e0e0e0;color: #666;background:#FFF;display: flex;align-items: center;justify-content: center;width: 160px;height: 56px;}
.nrcompany .share .more-btn:hover{background-color:#da251c;color: #fff;border:0;transition:all .2s linear;}
.nrcompany .share i{font-size: 17px;margin-left: 15px;transition: margin 300ms;}




/*联系我们*/
.conlianxi{overflow: hidden;}
.conlianxi .content{width:50%;float: left;}
.conlianxi .content li{color:#999;line-height:24px;margin-bottom:38px;}
.conlianxi .content li h4{font-size:30px;line-height:1.0; font-weight: normal;color: #222;}
.conlianxi .content li p i{margin-right:10px;font-size:22px;}
.conlianxi .content li p em{font-size:16px;}
.conlianxi .content li .p1{font-size:20px;margin-top:10px;color:#333;}
.conlianxi .MapBox{float: right;width:45%;overflow: hidden;}
@media only screen and (max-width:768px){
.conlianxi .content{width:100%;float:none;}
.conlianxi .content li h4{font-size:22px;}
.conlianxi .content li .p1{font-size:18px;}
.conlianxi .MapBox{width:100%;float:none;}
}





/*SEARCH*/
.searchTitle{display: block;height: 30px;margin-bottom:30px;font-size:20px;font-weight: bold;color: #333;}
.search_list li{width: 25%;display: block;float: left;padding: 0 18px 18px 0;}
.search_list li a{display:block;padding: 10px;border: 1px solid #F5F5F5;}
.search_list li .nimg{width: 100%;height: auto;overflow: hidden;background: #f5f5f5;}
.search_list li .nimg img{display: block;width:100%;margin: auto;}
.search_list li .text{height: auto;padding:10px 0;overflow: hidden;background: #f5f5f5;text-align: center;}
.search_list li .text .title{font-size: 18px;font-weight: normal;color: #333;line-height: 30px;height: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all 0.5s ease;}
@media only screen and (max-width:1024px){
.search_list li{width:33.33%;padding:10px;}
}
@media only screen and (max-width:768px){
.search_list li{width:50%;}
}





