@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
a{ text-decoration:none;}
li{ list-style:none;}
table,tr,td,ul,li,dl,dt,dd,div{ border:0;}
img{ border:0; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor;}
body{ font-size:12px; font-family:"Noto Sans SC",Arial; overflow-x: hidden; }

body,div,span,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,td,tr,th,p{padding:0; margin:0; font-family:"Noto Sans SC",Arial;font-weight:normal;outline: 0;}
li,dd,ol,ul{list-style-type:none;}
a{ text-decoration:none;cursor: pointer; color:#555;}
img{border:none; outline: medium none; }
img a{border:none;}
input,select,button{outline: medium none;border: none; padding: 0; margin: 0;}
textarea {outline: medium none; background: none; border: 0; padding: 0; margin: 0; resize: none;}
i,em {font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight: normal;}
ul li img { display: block; }
.fl{float:left}
.fr{float:right}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0px}
.clearfix:after{clear:both}
.clearfix{*zoom:1}
.w1400{width: 1400px;margin:0 auto;}
.w1200{width: 1200px;margin:0 auto;min-width:1200px;}

.tc{text-align:center !important;}.pt20{padding-top:20px;}.ml_5{margin-left:5px;}.ml_10{margin-left:10px;}.h34{height:34px;}.w240{width:240px;}.ml220{margin-left:220px;}.mb60{margin-bottom:60px;}.mb50{margin-bottom:50px;}.mb40{margin-bottom:40px;}.mb30{margin-bottom:30px;}.mb20{margin-bottom:20px;}.mb15{margin-bottom:15px;}.mt60{margin-top:60px;}.mt50{margin-top:50px;}.mt40{margin-top:40px;}.mt30{margin-top:30px;}.mt20{margin-top:20px;}.mt15{margin-top:15px;}.cb0{clear:both;height:0px;line-height:0px;font-size:0;overflow:hidden;}.cb{clear:both;height:1px;line-height:1px;font-size:0;overflow:hidden;}.cb5{clear:both;height:5px;line-height:5px;font-size:0;overflow:hidden;}.cb10{clear:both;height:10px;line-height:10px;font-size:0;overflow:hidden;}.cb15{clear:both;height:15px;line-height:15px;font-size:0;overflow:hidden;}.cb20{clear:both;height:20px;line-height:20px;font-size:0;overflow:hidden;}.cb30{clear:both;height:30px;line-height:30px;font-size:0;overflow:hidden;}.cb40{clear:both;height:40px;line-height:40px;font-size:0;overflow:hidden;}.cb50{clear:both;height:50px;line-height:50px;font-size:0;overflow:hidden;}.cb60{clear:both;height:60px;line-height:60px;font-size:0;overflow:hidden;}.cb80{clear:both;height:80px;line-height:80px;font-size:0;overflow:hidden;}.cb90{clear:both;height:90px;line-height:90px;font-size:0;overflow:hidden;}.cb100{clear:both;height:100px;line-height:100px;font-size:0;overflow:hidden;}.cb120{clear:both;height:120px;line-height:120px;font-size:0;overflow:hidden;}.cb500{clear:both;height:500px;line-height:500px;font-size:0;overflow:hidden;}.sj04{-webkit-transition-duration:.4s;transition-duration:.4s;}.sj09{-webkit-transition-duration:.9s;transition-duration:.9s;}.sj012{-webkit-transition-duration:1.2s;transition-duration:1.2s;}.sj015{-webkit-transition-duration:1.5s;transition-duration:1.5s;}.sj018{-webkit-transition-duration:1.8s;transition-duration:1.8s;}.sj022{-webkit-transition-duration:2.2s;transition-duration:2.2s;}.sj030{-webkit-transition-duration:3s;transition-duration:3s;}.sj050{-webkit-transition-duration:5s;transition-duration:5s;}span.cb20{display:block;height:15px;line-height:15px;}

@media screen and (min-width:1660px){
	.container{margin:0 220px}
}
@media screen and (max-width:1660px) and (min-width:1360px){
	.container{margin:0 160px}
}
@media screen and (max-width:1360px) and (min-width:960px){
	.container{margin:0 60px}
}
@media screen and (max-width:960px){
	.container{margin:0 20px}
}

/*==通用==*/

/*news_title*/
.news_title{ width: 100%;position: relative;top:-100px;opacity: 0;padding:3% 0;text-align: center; }
.news_title h2{font-size: 30px;color: #19b3ab;font-weight: 900;}
.news_title h4{font-size: 18px;color: #666;font-weight: normal;}
.news_title img { display: block; margin: 0px auto;}
.news_title.fade_com{top: 0;opacity: 1;}

@media screen and (max-width: 680px){
.news_title h2 {font-size: 24px;}
.news_title h4{font-size: 16px;}
}
@media screen and (max-width: 480px){
.news_title h2 {font-size: 20px;}
.news_title h4{font-size: 14px;}
}


/*==公用头部==*/
.header{width:100%;background-color:#fabe00;}
.headCenter{position: relative;background-color:#fff;}

.logoBox{float:left;width: 260px;}
.headLogo{float: left;display: block;width:auto;margin-top: 16px;}
.headLogo img{display:block;max-width:100%;}
.headLogo .wapimg{display:none;}

@media screen and (max-width:960px){
.header{height: 48px;box-shadow: 0px 1px 6px 0px #fe015f;background-color: #ffffff !important;border-bottom:none !important;}
.logoBox{width: 130px;}
.headLogo{margin: 10px 0;}
.headLogo img{max-width: inherit;width: 100%;}
/* .headLogo .pcimg{display:none;} */
.headLogo .wapimg{display:block;}
}
@media screen and (max-width:680px){
/* .header{height:74px;} */
.headCenter .container{margin: 0 30px;}
/* .logoBox{width:80%;} */
}

/*nav*/
.nav {position: relative;display: flex;float:right;width:calc(100% - 280px);margin-left: 20px;justify-content: flex-end;z-index:100;}
.navbar{width: 100%;height: 88px;}
.nav .navbar ul{width: 100%;height: 100%;display:flex;align-items: center;justify-content: space-between;}
.nav .navbar li{display:block;position:relative;float:left;text-align:center;line-height:88px}
.nav .navbar ul li a{display: block;position: relative;/* padding:0 20px; */font-size:16px;color:#555;}
.nav .navbar ul li a::before{content:'';display:block;width: 100%;height: 5px;position: absolute;bottom: 0;right: 0;background-color: #fe015f;z-index: -1;opacity: 0;}
.nav .navbar ul li:hover a,
.nav .navbar ul li.on a{color: #fe015f;}
.nav .navbar ul li:hover a::before,
.nav .navbar ul li.on a::before{opacity:1;}

/* nav二级菜单 */
.navbar ul li .sub-menu{display: block;position:absolute;margin:0;left:0;width:100%;min-height:44px;line-height:34px;background-color:rgba(255,255,255,0.8);-webkit-transition:top 0.3s ease 0s,opacity 0.5s;transition:top 0.5s ease 0s,opacity 0.5s;transform:scaleX(0);-moz-transform:scaleX(0);-webkit-transform:scaleX(0);-o-transform:scaleX(0);-ms-transform:scaleX(0);opacity:0;border:none;-moz-border-radius:0;-webkit-border-radius:0;-o-border-radius:0;-ms-border-radius:0;white-space:nowrap;text-align:center;border-radius: 0 0 5px 5px;z-index:22;}
.navbar ul li:nth-child(2) .sub-menu{width: 160%;left: -30%;}
.navbar ul li:nth-child(3) .sub-menu{width: 220%;left: -60%;}
.navbar ul li .sub-menu li{float: none;/* display:inline; */line-height:34px;}
.navbar ul li .sub-menu li:last-child {border-radius: 0 0 5px 5px;}
.navbar ul li .sub-menu li a{padding:0;font-weight:normal;display:inline;color:#fe015f !important;margin:0px;font-size: 15px;}
.navbar ul li .sub-menu li a::before,.nav .navbar ul li.on .sub-menu li a::before,.nav .navbar ul li:hover .sub-menu li a::before{display:none;}
.navbar ul li .sub-menu li:hover{background: #fe015f;color:#fff;}
.navbar ul li .sub-menu li:hover a{color: #fff !important;}
.navbar ul li .sub-menu .menu-item-has-children{position:relative}
.navbar ul li .sub-menu .menu-item-has-children:after{position:absolute;content:'\f2fb';top:50%;right:28px;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%)}
.navbar ul li:hover > ul{opacity:1;top:100%;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}

.navright{position:absolute;right: -120px;top: 0;width: 120px;height: 115px;line-height: 115px;display: flex;justify-content: center;align-items: center;}
.navright a{display:inline-block;float:left;width: 48px;height: 48px;font-size: 18px;color: #fff;background-color: #fe015f;border-radius: 50%;text-align: center;line-height: 48px;font-family: 'Arial';}
.navright .hsearch{margin-right:15px;background-image: url(../images/indexIco1-2.png);background-position:center center;background-repeat: no-repeat;}
.navright a:hover{background-color:#fe015f;}

/* 搜索框 */
.searchBot{display:none;position:fixed;top:0;left:0;background:#fe015f;width:100%;height:120px;line-height:120px;z-index:1200;padding:0 10%}
.searchbox{float:left;width:50%;height:60px;line-height:60px;background:#fff;border-radius:40px;margin:30px 0 0 20%;padding:0 30px}
.searchbox input{width:80%;height:60px;color:#666;font-size:20px;border:none}
.searchbox .sbicon{display:block;float:right;width:25px;height:60px;}
/* .searchbox .sbicon{display:block;float:right;width:25px;height:60px;background:url(../images/indexIco1-4.png) center center no-repeat;} */
.closesearch{cursor:pointer;float:right}
.closesearch i{display:block;color:#fff;font-size:35px}

@media screen and (max-width: 1360px){
.nav .navbar{margin-right: 60px;}
.navright{right: -60px;}
}
@media screen and (max-width: 1200px){
.nav .navbar ul li a{font-size:14px;height: 100%;line-height: 2;}
}
@media screen and (max-width:960px){
.nav {width:auto;}

/* 搜索框 */
.searchBot{padding:0 2%;}
.searchbox{width:85%;margin-left:2%;height: 50px;line-height: 50px;margin-top: 25px;}
.searchbox input{height:50px;font-size: 14px;}
.searchbox .sbicon{height: 50px;}
}

	
/* 手机菜单 */
a.smllmenu{display:none;position: absolute;right: -20px;top: 0;height: 48px;width: 58px;line-height: 60px;text-align: center;background: #fe015f;}

.m_nav{ display: none;}

@media screen and (max-width:960px){
.navbar{display: none;}
.navright{display: none;}
a.smllmenu{display:block;}
/*手机版样式*/
.m_nav{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.m_nav .closecover{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.m_nav .closeicon{position:absolute;width:20%;left:0;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.m_nav .m_navList{position:absolute;width:80%;right:0px;top:0px;background:#fe015f;height:100%;z-index:100;right:-80%;overflow-y:scroll}
.m_nav .m_navList ul{padding-left:5%;padding-right:5%}
.m_nav .m_navList ul li{border-bottom:1px solid #cf356e;}
.m_nav .m_navList ul li a{display:block;height:50px;color:#fff;line-height:50px;padding-left:5%;font-size:18px}
.m_nav .m_navList ul li .m_f_a{display:flex;align-items:center;justify-content:space-between;width:100%}
.m_nav .m_navList ul li .m_f_a a{flex:1}
.m_nav .m_navList ul li .m_f_a i{width:40px;height:35px;box-sizing:border-box;padding:0 5px;display:block}
.icon{background:url(../images/plus.png) 100% no-repeat;background-position:50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.icon_on{background: url(../images/reduce.jpg) 50% no-repeat!important;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.m_nav .m_navList ul li .m_s_nav{display:none;width:100%}
.m_nav .m_navList ul li .m_s_nav a{display:block;height:40px;line-height:40px;font-size:16px;padding-left:10%;overflow:hidden;white-space:nowrap;width:90%;text-overflow:ellipsis;color:#fff}
.m_nav .m_navList ul li .m_s_nav a:hover{font-weight:bold;}
}

@media screen and (max-width:680px){
a.smllmenu{right: -30px;}
}


.All_Content {}

/*内页banner*/
.subBanner{width:100%;position: relative;height:370px;overflow:hidden}
.subBanner .img{width:100%;height:100%;position:absolute;left:0%;top:0%;background:center center no-repeat;background-size:cover;}
.subBanner img{max-width:none;width:100%;opacity:.6}
.slogan{width:100%;position:absolute;left:0;top: 44%;-webkit-transform:translateY(-50%);color:#fff;z-index:10}
.slogan .title{text-align: center;display: flex;flex-wrap: wrap;flex-direction: column;color: #fff;}
.slogan .title h4{margin-bottom:10px;font-size: 54px;font-weight: 500;}
.slogan .title p{font-size: 24px;text-transform: uppercase;}
.m_innerban{display: none;}

@media screen and (max-width: 1440px) {
.slogan .title h4{font-size: 44px;}
.slogan .title p{font-size: 22px;}
}
@media screen and (max-width: 1200px) {
.subBanner{height:320px;}
.subBanner img{height: 100%;}
.slogan .title h4{font-size: 34px;}
.slogan .title p{font-size: 20px;}
}
@media screen and (max-width: 960px) {
.subBanner{height:200px;}
.slogan .title{top: 50%;text-align: center;}
.slogan .title h4{font-size: 26px;}
.slogan .title p{font-size: 16px;}
}
@media screen and (max-width: 680px){
.subBanner .img{width: 100%;}
.subBanner>img{opacity: 1;}
.comBanner{display: block !important;overflow: inherit;}
.comBanner .img{display: none;}
.m_innerban {display: block !important;width: 100%;}
/* .subBanner{display: none;} */
}

/*面包屑*/
.list-url{display: flex;margin-bottom:40px;padding-top:20px;/* height:40px; */line-height:40px;justify-content: flex-end;font-size:16px;color:#1f1f1e;text-align: right;}
.list-url .container{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.list-url span{padding-left:20px;font-size: 16px;text-transform:capitalize;background:url(../images/home.png) left center no-repeat;}
.list-url span a{color:#1f1f1e;}
.list-url span a:last-child,
.list-url span a.on{color:#000}

@media screen and (max-width:1200px){
.list-url{margin-bottom:20px;}

}
@media screen and (max-width:960px){
.list-url{margin-bottom:15px;line-height:35px;font-size: 14px;}
.list-url span{line-height:35px;font-size: 14px;}
.list-url p{display:none}
}
@media screen and (max-width:480px){
.list-url{display: none;}
}

/* 标题 */
.abTit{margin-bottom:30px;text-align:center;}
.abTit h4{margin-bottom:15px;font-size:44px;font-weight:900;color:#272727;}
.abTit p{position:relative;font-size:24px;color:#272727;text-transform: capitalize;}
.abTit p::before{content:'';position:absolute;left:0;bottom:-30px;width:26px;height:3px;background-color:#fe015f;}

@media screen and (max-width: 1200px){
.abTit h4{font-size: 38px;}
.abTit p{font-size:26px;}
}
@media screen and (max-width: 960px){
.abTit h4{font-size:30px;letter-spacing:0;}
.abTit p{font-size:20px;}
.abTit p::before{bottom:-10px;}
}


/*内页内容*/
.inner_bg{background: url(../images/innerBg5.png) left bottom no-repeat;}
/*.innerpage{padding:0 0 40px;}
@media screen and (max-width: 1200px){
.innerpage{padding:0 0 25px;}
}
@media screen and (max-width: 960px){
.innerpage{padding:0 0 15px;}
} */

/*内页标题*/
.ntitle{position:relative;top:-100px;opacity:0;padding:0.5% 0;text-align:center}
.ntitle h2{font-size: 30px;color: #19b3ab;font-weight: 900;}
.ntitle h3{font-size: 24px;color: #999;font-weight: 900;text-transform: uppercase;letter-spacing: 1px;}
.ntitle h3 i{color: #19b3ab;}
.ntitle.fade_com{top:0;opacity:1}

@media screen and (max-width: 680px){
.ntitle h2 {font-size: 24px;}
.ntitle h3{font-size: 18px;}
}

/* 列表公用样式==begin== */
.newList{float:left;width:31.7%;margin-right:2.4%;margin-bottom:50px}
.newList:nth-child(3n){margin-right:0;}
.newList a{display:block;}
.newPicBox{position:relative;width:100%;height:0px;padding-bottom:90%;overflow:hidden;margin:0 auto}
.newPic{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);width:100%;height:auto;transition:all .5s ease}
.contentBoxB{margin-top:25px;padding:5px;}
.newTitle{margin-bottom:15px;font-size:20px;min-height:24px;line-height:1.2;font-weight:bold;color:#1a1a1a;transition:all .5s ease;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}
.TimeBox{margin:15px 0;font-size:18px;line-height:1.5;color:#1a1a1a;}
.newMs{position:relative;width:100%;clear:both;font-size:18px;color:#1a1a1a;min-height:42px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}
.bottom_btn{margin-top:20px;font-size:14px;line-height:1.5;text-transform:Capitalize;transition:all .5s ease;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#1a1a1a;overflow:hidden}
.bottom_btn i{display:inline-block;padding:4px 22px;border:1px solid #757676;color:#757676;border-radius:10px;background:transparent;transition: background 0.3s ease, color 0.3s ease;}

.lineBox{position:relative;width:100%;height:1px;background:#ededed;margin-bottom:26px}
.lineBox::before{content:'';position:absolute;top:0px;left:0px;width:0px;height:100%;background:#afafaf;transition:all .5s ease;}
.newList:hover .newPic{transform:translate(-50%,-50%) scale(1.1)}
.newList:hover .newTitle{color:#fe015f}
.newList:hover .lineBox::before{width:100%}
.newList:hover .bottom_btn{}
.newList:hover .bottom_btn i{color:#fff;border-color:transparent;background-color:#fe015f;animation: MoveButton 0.3s;}

@media screen and (max-width: 960px){
.newList{width:48.5%;margin-right:2%;margin-bottom:15px}
.newList:nth-child(3n){margin-right:2%;}
.newList:nth-child(2n){margin-right:0;}
.contentBoxB{margin-top:5px;}
}
/* 列表公用样式==end== */


/* A按钮公用样式==begin== */
.indexAb_more{display:block;width: 120px;height: 40px;margin-top: 0;background:#bbb;line-height: 40px;text-align:center;color:#fff;font-size:16px;position:relative;overflow:hidden;z-index:5;border-radius:22.5px;transition: background 0.3s ease, color 0.3s ease;}
.indexAb_more:before{content: '';width: 0;height: 100%;background: #fe015f;color:#fff;position: absolute;left: 0;top: 0;transition: 0.3s ease all;z-index:-1;}
.indexAb_more:hover{animation: MoveButton 0.3s;}
.indexAb_more:hover:before{width:100%;}
/* A按钮公用样式==end== */

/* tab样式 */
.insidesTab{text-align:center;display:flex;display:-webkit-flex}
.insidesTab a{flex:1;-webkit-flex:1}
.insidesTab .ittext{position:relative;display:block;float:left;color: #fff;font-size: 24px;height: 70px;text-align:center;line-height: 70px;margin:0 auto;z-index:100;box-sizing:border-box;overflow:hidden;background-color: #21548a;}
.insidesTab .ittext:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:0;background:#fe015f;transition:0.45s;z-index:-1}
.insidesTab .ittext.active:before,.insidesTab .ittext:hover:before{transition:0.45s;height:100%;}


.insidesCon{margin-top:50px;}
@media screen and (max-width: 1200px){.insidesCon{margin-top:25px;}}
@media screen and (max-width: 960px){
.insidesCon{margin-top:15px;}
.insidesTab .ittext{height: 50px;line-height: 50px;font-size:15px;}
}


/* 内页导航 */
.pageNav{background: #fe015f;-moz-box-shadow:0 0 5px #cacaca;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;}
.page-nav-link .case-swiper{width:100%}
.pageNav .swiper-wrapper{position:relative;width:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.page-nav-link .swiper-slide{text-align:center}
.page-nav-link .swiper-slide a{display:block;position:relative;line-height:60px;white-space:nowrap;font-size: 22px;color: #fff;text-overflow:ellipsis;width:100%;letter-spacing: 1px;z-index:1;}
.page-nav-link .swiper-slide a::before{content:'';position:absolute;left:0;top:-15px;width:100%;height:90px;background:#fe015f;border-radius:10px;transition: background 0.3s ease, color 0.3s ease;opacity:0;z-index:-1;}
.page-nav-link .swiper-slide a:hover::before,
.page-nav-link .swiper-slide.active a::before{opacity:1;animation: MoveButton 0.3s;}

.allBox .abTit {padding-bottom:30px;}
.allBox .abTit h4{margin-bottom: 5px;font-weight: 500;}

@media screen and (max-width: 1440px){
.allBox .abTit {padding-bottom:25px;margin-bottom: 25px;}
.allBox .abTit h4{font-size: 37px;}
.allBox .abTit p{font-size: 22px;}
}
@media screen and (max-width: 1200px){
.allBox .abTit {padding-bottom:20px;margin-bottom: 20px;}
.allBox .abTit h4{font-size: 32px;}
.allBox .abTit p{font-size: 20px;}
.allBox .abTit p::before{bottom: -20px;}
.page-nav-link .swiper-slide a{font-size: 18px;}
}
@media screen and (max-width: 960px){
.allBox .abTit h4{font-size: 24px;}
.allBox .abTit p{font-size: 16px;}
.allBox .abTit p::before{bottom: -10px;}
.page-nav-link .swiper-slide a{font-size: 16px;}
}
@media screen and (max-width: 680px){
.page-nav-link .swiper-slide a{font-size: 14px;}
}

.leftTit{text-align: left;}

/*【1】==公司简介*/
/* 1.1 溯源 */
.TtsCon {display: flex;align-items: center;}
.TtsCon .topLeft{float:left;width:calc(100% - 650px);margin-right: 60px;}
.topLeft .trText p{font-size:16px;color:#666;line-height:1.75;text-align:justify;}
.topLeft .trText p:first-child{margin-bottom:25px;}
.topLeft .trText p b{color:#004d85;}
.TtsCon .topRight{float:right;width:590px;}
.TtsCon .topRight img{width:100%;}
.TtsCon .topRight .TtsWap{display: none;}

/* 1.2 愿景+传承 */
.ViBox{overflow: hidden;padding: 90px 0;}
.ViCon {position: relative;display: flex;align-items: center;height: 100%;flex-direction: row-reverse;}
.ViCon .ViLeft {width:calc(50% - 220px);margin-right: 220px;}
.ViCon .ViLeftCon{margin-left: 120px;}
.VisionBox{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #fe015f;}
.ViLeft .trText p{font-size:16px;color:#666;line-height:1.75;text-align:justify;}
/* .ViLeft .trText p:first-child{margin-bottom:25px;} */
.ViLeft .trText p b{color:#004d85;}
.ViCon .ViRight{width: 50%;}
.ViCon .ViRight img{width:100%;}
.ViCon .ViRight,
.ViCon .ViRight img{border-bottom-right-radius: 60px;}
.ViCon .ViRight .ViWap{display: none;}

/* 1.3 企业资质 */
.EqBox{padding:90px 0;background: url(../images/innerBg1.jpg) no-repeat;}
.EqBox .abTit h4,
.EqBox .abTit p{color:#fe015f;}
.EqBox .abTit p::before{opacity:0;}
.sw22out{position:relative;margin-top:50px;padding:0 40px}
#sw22{height:445px;overflow:hidden}
#sw22 .swiper-slide{width:390px}
#sw22 .swiper-slide a{display:block;width:100%}
#sw22 .swiper-slide .pic{width:100%;height:436px;font-size:0;text-align:center;line-height:436px}
#sw22 .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 0 13px rgba(255,0,92,0.75);
}
#sw22 .swiper-slide-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 1660px) and (min-width: 1360px){
.ViBox{padding: 60px 0;}
.ViCon .ViLeft {width:calc(50% - 160px);margin-right: 160px;}
.ViCon .ViLeftCon{margin-left: 70px;}
}
@media screen and (max-width:1360px) and (min-width:960px){
.ViBox{padding:30px 0;}
.ViCon .ViLeft {width:calc(50% - 60px);margin-right: 60px}
.ViCon .ViLeftCon{margin-left: 35px;}
}
@media screen and (max-width: 1200px){

.TtsCon {flex-direction: column;}
.TtsCon .topLeft{float:none;width:100%;margin-right: 0;}
.TtsCon .topRight{float:none;width:100%;}
.TtsCon .topRight .TtsPc,
.ViCon .ViRight .ViPc{display: none;}
.TtsCon .topRight .TtsWap,
.ViCon .ViRight .ViWap{display: block;}

/* 1.2 愿景+传承 */
.ViBox{padding:30px 0;}
.ViCon {flex-direction: column;margin: 0 60px;}
.ViCon .ViLeft {width:100%;margin-right: 0}
.ViCon .ViLeftCon{margin-left: 35px;}
.ViCon .ViLeftCon{float:none;width:100%;margin-left: 0;}
.ViCon .ViRight{width:100%;margin-top: 20px;position: inherit;left: inherit;top: inherit;}

/* 1.3 企业资质 */
.EqBox{padding:50px 0;}
}

@media screen and (max-width: 960px){
.ViBox{padding:15px 0;}
}


/*【2】==完整解决方案 */
.CsImg img{display: block;max-width: 100%;}
.OsBox .abTit p::before,
.IcBox .abTit p::before{left: 50%;margin-left: -13px;}
.OsBox{padding:90px 0;margin:60px 0;background-color: #f0f1f3;}
.IcBox .newList{width:calc(25% - 16.5px);margin-right:22px;margin-bottom:60px;border-top-left-radius:10px;border-top-right-radius:10px;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;}
.IcBox .newList:nth-child(4n){margin-right:0;}
.IcBox .image_con{border:1px solid #eee;border-radius:10px;}
.IcBox .newPicBox{padding-bottom:107%;border-radius:10px;}
.IcBox .contentBoxB{margin-top:5px;text-align:center;}
.IcBox .newTitle{height: 24px;min-height: auto;font-size: 22px;color:#272727;}
.IcBox .newMs{height: 26px;min-height: auto;font-size: 16px;color: #acacac;-webkit-line-clamp: 1;}
.IcBox .newList:hover{background-color:rgba(255,255,255,0.28);-webkit-box-shadow:rgba(40,109,174,.2) 0px 0px 30px;-moz-box-shadow:rgba(40,109,174,.2) 0px 0px 30px;box-shadow:rgba(40,109,174,.2) 0px 0px 30px;-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px);}
.IcBox .newList:hover .image_con{border-color: #fe005e;}
.IcBox .newList:hover .newTitle{color:#fe005e;}
.IcBox .newList:hover .image_con,
.IcBox .newList:hover .newPicBox{border-bottom-left-radius: 0;border-bottom-right-radius: 0;}

@media screen and (max-width: 1200px){
.OsBox{padding:50px 0;margin:30px 0;}
.IcBox .newList{width:calc(25% - 9px);margin-right:12px;margin-bottom:35px;}
.IcBox .newTitle{margin-bottom: 10px;font-size: 18px;}
}
@media screen and (max-width: 960px){
.allBox .leftTit{text-align:center;}
.CraftSBox .abTit p::before{left: 50%;margin-left: -13px;}
.OsBox{padding:25px 0;margin:10px 0;}
.IcBox .newList{width:calc(50% - 10px);margin-right:20px;margin-bottom:15px;}
.IcBox .newList:nth-child(2n){margin-right:0;}
.IcBox .newTitle{margin-bottom: 5px;font-size: 16px;}
.IcBox .newMs{height: 20px;font-size: 14px;}
}


/*【3】==质量承诺 */
.OQBg {background-image:none;}
.OQBg .abTit h4{font-size: 38px;font-weight: normal;}
.OQBg .abTit p{font-size: 18px;letter-spacing: 1px;}
.OQBg .abTit p::before{opacity: 0;}
.pic{font-size:0;overflow:hidden;display:block;width:100%;}
.pic img{width:100%;display:block;transition:transform 0.8s ease;-webkit-transition:transform 0.8s ease;-moz-transition:transform 0.8s ease;-ms-transition:transform 0.8s ease;-o-transition:transform 0.8s ease}
.OQBg .QualityBox {position:relative;z-index: 1;}
.OQBg .QualityBox .info{position:absolute;left:0;top: 25%;z-index:10;width:100%;text-align:center;transition:all 0.8s ease;-webkit-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;visibility:visible;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);opacity: 1;}
.OQBg .QualityBox .info h3{font-size: 30px;color: #000;line-height: 40px;}
.OQBg .QualityBox .info .en{margin-top: 40px;line-height: 30px;font-size: 20px;font-family:"ml";color: #272727;opacity: 0.43;}
.OQBg .QualityBox .info .inner{position:relative;display:inline-block;padding: 0 16px;}
.OQBg .QualityBox .info .inner:before,
.OQBg .QualityBox .info .inner:after{display:inline-block;font-size: 300px;color:#272727;opacity:0.13;position:absolute;height: 80px;line-height: 80px;}
.OQBg .QualityBox .info .inner:before{content:"“";left:0;top:40%}
.OQBg .QualityBox .info .inner:after{content:"”";right:0;top:60%}
.OQBg .cate-box{width:100%}
.OQBg .cate-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.OQBg .cate-box a {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  width: calc(25% - 12px);
  height: 144px;
  margin: 50px 16px 50px 0;
  background-color: #f3efee;
  border-radius: 15px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.OQBg .cate-box .icon,.OQBg .cate-box .info{position:relative;z-index:10}
.OQBg .cate-box .icon{width: 62px;height: 62px;margin-right: 15px;}
.OQBg .cate-box .icon img{width:100%;transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;}
.OQBg .cate-box .info{flex:1;overflow:hidden}
.OQBg .cate-box .name,.OQBg .cate-box p{transition:color 0.5s ease;-webkit-transition:color 0.5s ease;-moz-transition:color 0.5s ease;-ms-transition:color 0.5s ease;-o-transition:color 0.5s ease}
.OQBg .cate-box .name{font-size: 28px;color: #272727;line-height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.OQBg .cate-box p{color: #272727;font-family:"ml";text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height: 24px;margin-top: 10px;font-size: 16px;}
.OQBg .cate-box a:before,
.OQBg .cate-box a:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease}
.OQBg .cate-box a:before{background-image: linear-gradient(-90deg, #e9dad6 0%, #f3efee 100%);background-blend-mode:normal,normal;opacity:0;visibility:hidden;border-radius: 15px;}
.OQBg .cate-box a:after{box-sizing:border-box;/* border:solid 1px #eee; */border-right:none}
.OQBg .cate-box a:hover{
  transform: translatey(-4px);
  -o-transform: translatey(-4px);
  -moz-transform: translatey(-4px);
  -webkit-transform: translatey(-4px);
}
.OQBg .cate-box a:hover:before{opacity:1;visibility:visible}
.OQBg .cate-box a:hover:after{opacity:0;visibility:hidden}
.OQBg .cate-box a:hover .icon{border-color:#fe015f}
.OQBg .cate-box a:hover .name,
.OQBg .cate-box a:hover p{color:#fe015f}
.OQBg .cate-box a:hover .icon img{transform:rotateY(180deg);-o-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}

@media screen and (max-width: 1440px){
.OQBg .abTit h4{font-size: 34px;}
}
@media screen and (max-width: 1200px){
.OQBg .abTit h4{font-size: 30px;}
.OQBg .abTit p{font-size: 16px;}
.OQBg .QualityBox .info{top: 20%;}
.OQBg .QualityBox .info h3{font-size: 24px;}
.OQBg .QualityBox .info .en{margin-top: 25px;font-size: 18px;}

.OQBg .cate-box a{height: 120px;margin: 30px 10px 30px 0;padding: 15px 10px;}
.OQBg .cate-box .icon{width: 40px;height: 40px;}
.OQBg .cate-box .name{font-size: 24px;line-height: 24px;}
.OQBg .cate-box p{line-height: 20px;}

}
@media screen and (max-width: 960px){
.OQBg .abTit h4{font-size: 24px;}
.OQBg .abTit p{font-size: 12px;}
.OQBg .QualityBox .info{top: 15%;}
.OQBg .QualityBox .info h3{font-size: 20px;}
.OQBg .QualityBox .info .en{margin-top: 10px;font-size: 14px;}
.OQBg .QualityBox .info .inner:before,
.OQBg .QualityBox .info .inner:after{font-size: 100px;}
.OQBg .QualityBox .info .inner:before{top: 10%;}
.OQBg .QualityBox .info .inner:after{top:10%}

.OQBg .cate-box .box-container{flex-wrap: wrap;margin-top: 15px;}
.OQBg .cate-box a{flex: calc(50% - 7px);height: 80px;margin-top: 0;margin-bottom: 15px;margin-right: 14px;padding: 10px;}
.OQBg .cate-box a:nth-child(2n){margin-right:0;}
.OQBg .cate-box .icon{width: 25px;height: 25px;margin-right: 10px;}
.OQBg .cate-box .name{font-size: 18px;line-height: 24px;}
.OQBg .cate-box p{font-size: 12px;}

}

/*【4】==业务范围*/
.BsLists {min-height: 400px;}
.BsLists .newList{width:calc(25% - 16.5px);margin-right:22px;margin-bottom:35px;border-top-left-radius:10px;border-top-right-radius:10px;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;}
.BsLists .newList:nth-child(4n){margin-right:0;}
.BsLists .image_con{border:1px solid #eee;border-radius:10px;}
.BsLists .newPicBox{padding-bottom:66%;border-radius:10px;}
.BsLists .contentBoxB{margin-top:5px;text-align:center;}
.BsLists .newTitle{height: 24px;min-height: auto;font-size: 18px;color:#272727;font-weight:normal;}
.BsLists .newList:hover{background-color:rgba(255,255,255,0.28);-webkit-box-shadow:rgba(40,109,174,.2) 0px 0px 30px;-moz-box-shadow:rgba(40,109,174,.2) 0px 0px 30px;box-shadow:rgba(40,109,174,.2) 0px 0px 30px;-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px);}
.BsLists .newList:hover .image_con{border-color: #fe005e;}
.BsLists .newList:hover .newTitle{color:#fe005e;}
.BsLists .newList:hover .image_con,
.BsLists .newList:hover .newPicBox{border-bottom-left-radius: 0;border-bottom-right-radius: 0;}


/* pbTitle公用样式==begin== */
.pbTitle{width:90%;margin:30px auto;padding-top: 75px;display:flex;display:-webkit-flex;text-align:center;}
.product-scroll .fixDiv{position:fixed;top:0;left:0;width:100%;z-index:333;background-color: #fff;-webkit-box-shadow: 0 0 8px rgba(201,201,201,.35);box-shadow: 0 0 8px rgba(201,201,201,.35);}
.pbTitle a{flex:1;-webkit-flex:1}
.pbTitle .ittext{position:relative;display: flex;float:left;height: 54px;padding: 0 6px;text-align:center;color:#000;font-size:18px;align-items: center;z-index:100;justify-content: center;}
.pbTitle .ittext:before{content:"";position:absolute;left:0;top: -70px;width:100%;height: 75px;background-position: center center;background-repeat:no-repeat;background-size: 50%;transition:0.45s;z-index: 1;}
.pbTitle .ittext:nth-child(1):before{background-image: url(../images/innerIco4-1.jpg);}
.pbTitle .ittext:nth-child(2):before{background-image: url(../images/innerIco4-2.jpg);}
.pbTitle .ittext:nth-child(3):before{background-image: url(../images/innerIco4-3.jpg);}
.pbTitle .ittext:nth-child(4):before{background-image: url(../images/innerIco4-4.jpg);}
.pbTitle .ittext:nth-child(5):before{background-image: url(../images/innerIco4-5.jpg);}
.pbTitle .ittext:nth-child(6):before{background-image: url(../images/innerIco4-6.jpg);}
.pbTitle .ittext:nth-child(7):before{background-image: url(../images/innerIco4-7.jpg);}
.pbTitle .ittext:nth-child(8):before{background-image: url(../images/innerIco4-8.jpg);}
.pbTitle .ittext:nth-child(9):before{background-image: url(../images/innerIco4-9.jpg);}
.pbTitle .ittext.active,.pbTitle .ittext:hover{color:#fe015f;}
.pbTitle .ittext.active:before,.pbTitle .ittext:hover:before{transform:translateY(-6px);}
@media screen and (max-width: 960px){
.pbTitle{width:100%;margin:15px auto;}
.pbTitle .ittext{height:40px;line-height:1.5;font-size:18px;border-bottom-width: 1px;}
/* .pbTitle .ittext.active:before,.pbTitle .ittext:hover:before{bottom:-2px;height:3px;} */
}
/* pbTitle公用样式==end== */


/* 产品详情 */
.CcCon{padding-bottom: 80px;}
.Dpage blockquote{height:56px;width:100%;line-height:56px;text-align:center;font-size:24px;font-weight:bold;color:#fe015f;background-color:#dbdeed;}
.DpageLeft{float:left;width:calc(100% - 390px);margin-right: 60px;}

.slideshow{width: 92%;margin: 0 auto;}

/* 切换产品图 */
#MagnifierWrap2{position:relative;width: 100%;}
.MagnifierMain{position: relative;padding-bottom: 67%;width: 100%;height: 0;border-radius: 10px;overflow: hidden;}
.MagnifierMain img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) scale(1);width: 100%;height: auto;transition: all .5s ease;border-radius: 10px;}
.MagnifierDrag{position:absolute;top:0;left:0;width:200px !important;height:150px !important;background-color:#295cd2;border:1px solid #021d4c;opacity:0.4;filter:alpha(opacity = 40);cursor:move;z-index: 333;}
.MagnifierPop{position:absolute;top:0;overflow:hidden;border:2px solid #ddd;background:#fff;}
.MagnifierImg{position:absolute;top:0;left:0;background-color: #fff;z-index: 223;}
.spec-items{position:relative;width: calc(100% - 40px);height: 125px;overflow:hidden;margin:10px auto 0;}
.spec-items ul{width:500%;position:absolute;top:0;left:10px;}
/* .spec-items ul *{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s} */
.spec-items li{width: 215px;height: 125px;float:left;overflow:hidden;margin-right: 20px;border: 3px solid #fff;cursor:pointer;border-radius:10px;}
.spec-items li.on{border-color:#fe015f;}
.spec-items li img{width:100%}
span.spe_leftBtn,span.spe_rightBtn{position:absolute;bottom:0px;display:block;width:20px;height:125px;line-height:125px;font-family:"黑体";text-align:center;font-size:30px;color: #3d3d3d;cursor:default;background-color:#f9f9f9;}
span.on{background-color:#ccc;color: #3d3d3d;cursor:pointer;}
span.spe_leftBtn{left:0}
span.spe_rightBtn{right:0}
.Dpage{display: flex;}
.DpageRight{width:330px;float:right;overflow: hidden;}
.CcRight blockquote{color:#fff;background-color:#fe015f;}

.OCCon{margin-top:25px;}
.RelatedPro{padding: 40px;margin-bottom:40px;background-color:#f5f5f5;font-size:16px;}
.RelatedPro p{margin-bottom:20px;}
.RelatedPro p span{display:block;line-height:2;}
.RelatedPro .backLists{display:block;width:100%;padding:10px 0;text-align:center;color:#fff;background-color:#fe015f;transition: background 0.3s ease, color 0.3s ease;}
.RelatedPro .backLists:hover{animation: MoveButton 0.3s;}
.RelatedPro .newList,
.OtherCases .newList{width:100%;margin-right:0;margin-bottom:20px;}
.RelatedPro .contentBoxB,
.OtherCases .contentBoxB{margin-top:0;}
.RelatedPro .newPicBox{padding-bottom:45%;}
.RelatedPro .newTitle{margin-bottom: 0;}
.RelatedPro .newTitle,
.OtherCases .newTitle{font-size:16px;color:#282828;text-align:center;}
.OtherCases .newTitle{-webkit-line-clamp: 1;}
.RelatedArt .newList{width:100%;margin-right:0;margin-bottom:5px;padding-left:6px;padding-bottom:10px;border-bottom:1px solid #e9ebf0;}
.RelatedArt .newList:first-child{margin-top:10px;}
.RelatedArt .newList .contentBoxB{margin-top:10px;}
.RelatedArt .newList .newTitle{min-height: 22px;color:#797979;font-weight:normal;font-size: 16px;}
.Dpage .RelatedArt .newTitle{margin-bottom:0;}
.RelatedArt .newList:hover {border-bottom-color:#fe015f;}
.RelatedArt .newList:hover .newTitle{font-weight:normal;color:#fe015f;}
.RelatedArt .indexAb_more{width:100%;height:40px;line-height:40px;color:#fe015f;background-color:#e4e4e4;text-align:center;border-radius:0;}
.RelatedArt .indexAb_more:before{background: #fe015f;}
.RelatedArt .indexAb_more:hover{color:#fff;}

.ProBox .Dpage{margin-top:60px;}
.ProIn{margin-bottom: 40px;border-bottom:1px solid #ccc;}
.ProIn1{float:left;width:450px;}
.ProIn1 .slideshow{width:100%;}
.ProIn1 .MagnifierMain,
.ProIn1 .MagnifierMain img{border-radius:0;}
.ProIn1 .spec-items{height:58px;z-index: 22;}
.ProIn1 .spec-items li{width:58px;height:58px;padding:2px;margin-right: 10px;border:1px solid #ccc;border-radius:0;}
.ProIn1 .spec-items li img{width: auto;height: 100%;max-width: fit-content;}
.ProIn1 span.spe_leftBtn,.ProIn1 span.spe_rightBtn{height:58px;line-height:58px;border:1px solid #ccc;text-indent: 0;z-index: 23;}
.ProIn2{float:left;width:calc(100% - 500px);margin-left:50px;}
.ProIn2 .DpageTit {margin:15px 0;text-align: left;}
.ProIn2 .DpageTit h4{font-size:22px;color:#282828;font-weight:normal;text-indent: 0;}
.ProIn2 .ProInUl li{line-height:2;font-size:18px;color:#282828;text-indent: 0;}
.ProIn2 .ProInUl li:last-child{margin-top: 30px;height: 54px;}
.ProIn2 .ProInUl li .lianxiA{display: block;width: 150px;height: 54px;line-height: 54px;text-align: center;font-size:18px;font-weight: 500;color: #fff;background: #fe015f;transition: background 0.3s ease, color 0.3s ease;}
.ProIn2 .ProInUl li .lianxiA:hover{animation: MoveButton 0.3s;}
.ProIn3{margin:20px 0;}
.ProIn3 a{margin:0 6px;position:relative;}
.ProIn3 a::before{content:'';position:absolute;right:-6px;top:15%;width:1px;height:70%;background-color:#ccc;z-index:2;}
.ProIn3 a:last-child::before{display:none;}
.ProIn3 a:hover{color:blue;}

/* 产品分类 */
.DpageRight .pbTitle{width:100%;margin:0 0 40px;flex-wrap: wrap;}
.DpageRight .pbTitle .ittext{width:100%;float: none;height:50px;margin-bottom: 10px;border-radius: 25px;flex: 100%;color: #636363;display: flex;display: -webkit-flex;align-items: center;justify-content: center;transition: background 0.3s ease, color 0.3s ease;}
.DpageRight .pbTitle .ittext:last-child{margin-bottom:0;}
.DpageRight .pbTitle .ittext:before{width: calc(100% - 2px);height:100%;background-color:transparent;border-radius: 25px;border:1px solid #bbb;}
.DpageRight .pbTitle .ittext.active,.DpageRight .pbTitle .ittext:hover{color:#fff;}
.DpageRight .pbTitle .ittext.active:before,.DpageRight .pbTitle .ittext:hover:before{background:#fe015f url(../images/rightArrow.png) 90% center no-repeat;border-color:transparent;}

.AConSon{margin-bottom:30px;}
.TpTitles {height:40px;line-height:40px;background-color:#e4e4e4;}
.TpTitles h4{width:156px;font-size:18px;color:#fff;background-color:#fe015f;}
.TpSub{padding:20px 0;font-size:16px;color:#333;}
.TpSub img{margin:inherit;}
.TpSub p{margin-bottom:0;font-weight:normal;}


@media screen and (max-width: 1660px) and (min-width: 1360px){
.ProIn1 span.spe_rightBtn{right: calc(-100% + 30px);}
.ProIn1 .spec-items{width: calc(100% - 80px);}
}

@media screen and (max-width: 1440px){

/* 产品详情 */
.CcCon{padding-bottom: 60px;}
}
@media screen and (max-width: 1200px){
.BsBg .pbTitle {flex-wrap: wrap;padding-top: 0;}
.BsBg .pbTitle .ittext{flex: 25%;height: auto;margin-bottom: 15px;padding:4px 10px;font-size: 16px;border: 1px solid #dcdcdc;border-right-width: 0;}
.BsBg .pbTitle .ittext:nth-child(4n){border-right-width: 1px;}
.BsBg .pbTitle .ittext:before{display: none;opacity: 0;}
.BsLists .newList{width:calc(33.33% - 16px);margin-right:24px;margin-bottom:24px;}
.BsLists .newList:nth-child(4n){margin-right:24px;}
.BsLists .newList:nth-child(3n){margin-right:0;}
.ProBox .page-nav-link .swiper-slide a{height:60px;line-height:60px;font-size:18px;}
.DpageLeft{width: calc(100% - 260px);margin-right: 40px;}
.ProIn1 span.spe_leftBtn{left: 0;bottom: -50px;}
.ProIn1 span.spe_rightBtn{right: 0;bottom: -50px;}
.ProIn1 .spec-items{left: 0;bottom: -50px;}
.ProIn2 .DpageTit{margin: 0 0 10px;}
.ProIn2 .ProInUl li{line-height:1.75;}
.DpageRight{width: 220px;}
.DpageRight .pbTitle .ittext{font-size:16px;border-radius: 10px;}
.DpageRight .pbTitle .ittext:before{border-radius: 15px;}
.BsLists .newList{margin-bottom: 20px;}
.BsLists .newTitle{font-size: 16px;}

.RelatedPro{padding: 20px;margin-bottom:20px;}
.RPCon .indexAb_more{margin:10px auto;}

/* 产品详情 */
.CcCon{padding-bottom: 40px;}
}
@media screen and (max-width: 960px){

.ProIn1{width: 100%;float: none;}
.ProIn2{width: 100%;margin-left: 0;float: none;margin-top: 80px;}
.BsLists .newTitle{margin-bottom: 0;}
.ProBox .Dpage .CcSonBox{display:flex;flex-wrap:wrap;flex-direction: column-reverse;}
.Dpage{flex-direction: column;}
.DpageLeft,
.DpageRight{width: 100%;float:none;}
.DpageRight{margin-top:20px;}
.DpageRight .pbTitle{margin:20px auto;}
.DpageRight .pbTitle .ittext{width:auto;flex:calc(25% - 10px);margin-right:10px;line-height:1.5;}
.DpageRight .pbTitle .ittext:nth-child(4n),
.DpageRight .pbTitle .ittext:last-child{margin-right:0;}
.BsLists .newList{width: calc(50% - 10px);margin-right:20px;}
.BsLists .newList:nth-child(2n){margin-right:0;}
.ProBox .Dpage.clearfix .pbTitle{display:none;}
.ProBox .Dpage.clearfix .RelatedPro{display:none;margin-top:20px;}
.ProBox .Dpage.clearfix .RelatedPro .newList{width: calc(50% - 10px);margin-right:20px;}
.ProBox .Dpage.clearfix .RelatedPro .newList:nth-child(2n){margin-right:0;}

/* 产品详情 */
.CcCon{padding-bottom: 20px;}
}
@media screen and (max-width: 768px){
}


/* 5 = 企业实力 */
.EsBg .newList {float: none;width: 100%;margin-right: 0;margin-bottom: 85px;}
.EsBg .newList a{display: flex;min-height: 379px;align-items: center;flex-direction: row-reverse;}
.EsBg .newList:nth-child(2n) a{flex-direction: row;}
.EsBg .newList .image_con,
.EsBg .newList .contentBoxB{width: 50%;}
.EsBg .newList .newPicBox{padding-bottom: 50%;}
.EsBg .newList .contentBoxB{margin-right:100px;margin-top: 0;}
.EsBg .newList:nth-child(2n) .contentBoxB{margin-left:100px;margin-right: 0;}
.EsBg .newList .newTitle{font-size:48px;color:#272727;font-weight: 500;}
.EsBg .newList .TimeBox{font-size:24px;color:#272727;}
.EsBg .newList .newMs{font-size:16px;line-height:1.75;text-align:justify;}
.EsBg .newList .lineBox{width: 26px;height: 3px;background: #ff0160;margin-bottom:15px}
.EsBg .newList .lineBox::before{background: #ff0160;}

@media screen and (max-width: 1550px) {
.EsBg .newList {margin-bottom: 65px;}
.EsBg .newList a{min-height: 350px;}
.EsBg .newList .image_con{width: calc(50% + 20px);}
.EsBg .newList .contentBoxB{margin-right:80px;}
.EsBg .newList:nth-child(2n) .contentBoxB{margin-left:80px;}
.EsBg .newList .newTitle{font-size:42px;}
.EsBg .newList .TimeBox{font-size:22px;}
}
@media screen and (max-width: 1200px) {
.EsBg .newList {margin-bottom: 45px;}
.EsBg .newList a{min-height: 300px;}
.EsBg .newList .contentBoxB{margin-right:50px;}
.EsBg .newList:nth-child(2n) .contentBoxB{margin-left:50px;}
.EsBg .newList .newTitle{margin-bottom: 10px;font-size:36px;}
.EsBg .newList .TimeBox{margin: 10px 0;font-size:20px;}
}
@media screen and (max-width:960px) {
.EsBg .newList {margin-bottom: 30px;}
.EsBg .newList a,
.EsBg .newList:nth-child(2n) a{flex-direction: column;}
.EsBg .newList .image_con, .EsBg .newList .contentBoxB{width: 100%;}
.EsBg .newList .image_con{margin-bottom: 15px;}
.EsBg .newList .contentBoxB{margin-right:0;}
.EsBg .newList:nth-child(2n) .contentBoxB{margin-left:0;}
.EsBg .newList .newTitle{margin-bottom: 10px;font-size:30px;}
.EsBg .newList .TimeBox{margin: 10px 0;font-size:20px;}
}

/* 6 = 设备展示 */
.EdBg .newList{width:calc(25% - 16.5px);margin-right:22px;margin-bottom:25px;border-top-left-radius:10px;border-top-right-radius:10px;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;}
.EdBg .newList:nth-child(4n){margin-right:0;}
.EdBg .image_con{border: 1px solid transparent;border-radius:10px;}
.EdBg .newPicBox{padding-bottom:66%;border-radius:10px;}
.EdBg .contentBoxB{margin-top:5px;text-align:center;}
.EdBg .newTitle{height: 24px;min-height: auto;font-size: 18px;color:#272727;font-weight:normal;}
.EdBg .newList:hover{background-color:rgba(255,255,255,0.28);-webkit-box-shadow:rgba(40,109,174,.2) 0px 0px 30px;-moz-box-shadow:rgba(40,109,174,.2) 0px 0px 30px;box-shadow:rgba(40,109,174,.2) 0px 0px 30px;-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px);}
.EdBg .newList:hover .image_con{border-color: #fe005e;}
.EdBg .newList:hover .newTitle{color:#fe005e;}
.EdBg .newList:hover .image_con,
.EdBg .newList:hover .newPicBox{border-bottom-left-radius: 0;border-bottom-right-radius: 0;}

@media screen and (max-width: 1200px) {
.EdBg .newList{width:calc(33.33% - 16px);margin-right:24px;}
.EdBg .newList:nth-child(4n){margin-right:24px;}
.EdBg .newList:nth-child(3n){margin-right: 0;}
}
@media screen and (max-width: 960px) {
.EdBg .newList{width:calc(50% - 10px);margin-right:20px;}
.EdBg .newList:nth-child(3n){margin-right:20px;}
.EdBg .newList:nth-child(2n){margin-right: 0;}
}
@media screen and (max-width: 480px) {

.EdBg .newList{width:100%;margin-right:0;}
.EdBg .newList:nth-child(3n){margin-right:0;}
}

/* 7 = 新闻中心 */
.NewsCon{margin-top:60px;}
.NewsBg .newList{width:calc(33.333% - 26px);margin-right:39px;margin-bottom: 39px;border-radius: 10px;background-color: #fff;box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);transition-duration: 0.3s;}
.NewsBg .newList:nth-child(3n){margin-right: 0;}
.NewsBg .contentBoxB{padding: 15px 35px;position: relative;margin-top: 0;}
.NewsBg .newPicBox{padding-bottom: 66%;}
.NewsBg .newPicBox{border-top-right-radius: 10px;border-top-left-radius: 10px;}
.NewsBg .newTitle{font-weight: normal;-webkit-line-clamp: 1;}
.NewsBg .newMs{height: 72px;font-size: 16px;text-align: justify;line-height: 1.5;-webkit-line-clamp: 3;}
.NewsBg .contentBoxL{display: flex;padding: 0 35px 30px;flex-direction: row;justify-content: space-between;}
.NewsBg .TimeBox {color: #a5a5a5;font-size: 16px;margin-bottom:0;margin-top: 0;}
.NewsBg .bottom_btn {margin-top: 0;}
.NewsBg .bottom_btn i{color: #ff0160;font-size: 16px;border:none;padding: 0;}
.Details_List .CCtop{width:300px;display: block;text-align: center;margin: 0 auto;}
.NewsBg .newList:hover .newTitle{font-weight:bold;color:#fe015f;}
.NewsBg .newList:hover .bottom_btn i{color:#fe015f;background-color:transparent;border:none;}

@media screen and (max-width: 1440px) {
.NewsCon{margin-top:40px;}
}
@media screen and (max-width: 1200px) {
.NewsCon{margin-top:20px;}
.NewsBg .newList{width:calc(33.33% - 16px);margin-right:24px;margin-bottom: 24px;border-radius: 5px;}
.NewsBg .newTitle{margin-bottom: 10px;font-size: 18px;}
.NewsBg .newMs{height: 44px;font-size: 14px;-webkit-line-clamp: 2}
}
@media screen and (max-width: 960px) {
.NewsBg .newList{width:calc(50% - 10px);margin-right:20px;margin-bottom: 20px;border-radius: 0;}
.NewsBg .newList:nth-child(3n){margin-right: 20px;}
.NewsBg .newList:nth-child(2n){margin-right: 0;}
.NewsBg .contentBoxB{padding: 10px;}
.NewsBg .newTitle{font-size: 18px;line-height: 1.25;}
.NewsBg .contentBoxL{padding: 0 10px 10px;}
}

@media screen and (max-width: 680px) {
.NewsBg .contentBoxB{width:100%;margin-left: 0;}
.NewsBg .bottom_btn{display: none;}
}

@media screen and (max-width: 480px) {
.NewsBg .newList{width:100%;margin-right:0;}
.NewsBg .newList:nth-child(3n){margin-right: 0;}
}


/*【8】==联系我们*/
.ContactBg{}
.CuBox{margin-top:0;}
.contactTop{display:flex;width:100%;justify-content:space-between;height:auto;margin-top:9px;margin-bottom:60px;align-items: center;}
.contactTop .main-cent{width:45.2%;height:auto;padding-right:7px}
.contactTop .main-cent .cent-title{font-size:36px;color:#333}
.contactTop .main-cent .cent-English{margin-top:15px;margin-bottom:45px;font-family:'MONTSERRAT-EXTRALIGHT';font-size:18px;text-transform:uppercase;color:#d6d5d5;opacity:0.6}
.contactTop .main-cent .cent-item{display:flex;justify-content:flex-start;align-items:center;width:100%;height:auto;margin-top:20px}
.contactTop .main-cent .cent-item .item-icon{width:26px;height:auto}
.contactTop .main-cent .cent-item .item-icon img{width:100%}
.contactTop .main-cent .cent-item .item-text{width:calc(100% - 46px);height:auto;padding-left:20px;font-size:16px;line-height:26px;color:#666}
.contactTop .main-map{width:54.8%;height:auto;border-radius:10px;overflow:hidden}
.contactTop .main-map img{width:100%;height:100%;object-fit:cover}

/* Feedback */
.contactFB{position: relative;padding: 70px 0;background: #f9f9f9;}
.FormBox{}
.FormBox .abTit{padding-bottom: 20px;margin-bottom: 45px;text-align: left;border-bottom: none;}
.FormBox .abTit h4{font-size: 32px;font-weight:500;}
.FormBox .abTit p{position: relative;font-size:18px;color:#d6d5d5;}
.FormBox .abTit p::before{content:'';position:absolute;bottom:-20px;left:0;width:26px;height:3px;background-color:#ff0160;}
.feedForm{width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;}
.contactFB input[type='text']{display: block;/* width:100%; */flex: calc(33.33% - 20px);height:44px;margin-right: 30px;margin-bottom:15px;padding-left: 10px;line-height:44px;border: 1px solid #ededed;font-size:18px;color:rgba(73, 73, 73, 0.70);background:rgba(255, 255, 255, 0.88);}
.contactFB input[type='text']:nth-child(3n){margin-right:0;}
.contactFB input[type='text']::placeholder,
.contactFB textarea::placeholder{color:#999;font-size:15px;}
.contactFB textarea{width:100%;height:100px;margin-bottom:15px;padding-left: 10px;border:none;font-size:18px;border: 1px solid #ededed;color:rgba(73, 73, 73, 0.70);background:rgba(255, 255, 255, 0.88);}
.contactFB .btnBox,
.contactFB .codeBox {display:flex;flex-wrap: nowrap;}
.contactFB .codeBox input[name='checkcode']{float:left;width:calc(100% - 140px);}
.contactFB .codeBox img{float:right;width:120px;}
.contactFB .btnBox input[type='submit'],.contactFB button[type='reset']{float:left;width:49%;height:42px;font-size:18px;line-height:42px;color:#fff;border-radius:5px;text-align:center;cursor:pointer;}
.contactFB .btnBox input[type='submit']{width:200px;border:1px solid transparent;background:#fd015e;}
.contactFB .btnBox button[type='reset']{border:1px solid #fff;background:transparent;}
.contactFB .btnBox input[type='submit']:hover{background:transparent;color:#fd015e;border-color: #fd015e;}
.contactFB .btnBox button[type='reset']:hover{background:#910000;border:none;color:#fff;}


/* WebKit, Blink, Edge */
input[type='text']::-webkit-input-placeholder{color:rgba(38,38,38,0.7);}
/* Mozilla Firefox 4 to 18 */
[type='text']:-moz-placeholder{color:rgba(38,38,38,0.7);}
/* Mozilla Firefox 19+ */
[type='text']::-moz-placeholder{color:rgba(38,38,38,0.7);}
/* Internet Explorer 10-11 */
input[type='text']:-ms-input-placeholder{color:rgba(38,38,38,0.7);}
/* Microsoft Edge */
input[type='text']::-ms-input-placeholder{color:rgba(38,38,38,0.7);}



@media screen and (max-width: 1660px) and (min-width: 1360px){
.feedForm{width: calc(100% - 160px);}
.FormBox{padding-left:80px;}
}
@media screen and (max-width: 1360px) and (min-width: 1200px){
.feedForm{width: calc(100% - 60px);}
.FormBox{padding-left:40px;}
}
@media screen and (max-width:1440px){
.contactTop .main-cent .cent-title{font-size:32px;}
.contactTop .main-cent .cent-English{margin-bottom:30px;}
.contactFB{padding: 50px 0;}
}
@media screen and (max-width:1200px){

.contactTop .main-cent .cent-title{font-size:26px;}
.contactTop .main-cent .cent-English{margin-bottom:16px;font-size: 16px;}
.contactFB{height: auto;padding: 30px 0;}
.FormBox .abTit{margin-bottom: 25px;}
.FormBox .abTit h4{font-size: 26px;}
.contactFB .postionFB{height: auto;position:inherit;width:100%;top:inherit;right:inherit;}
.contactFB textarea{height:80px}
.feedForm{width: 100%;}

}
@media screen and (max-width:1100px){
.contactTop{flex-direction: column;}
.contactTop .main-cent{width: 100%;margin-bottom: 0;padding-right: 0;}
.contactTop .main-cent .cent-item{/* float: left; *//* width: calc(50% - 10px); *//* margin-right: 20px; */margin-top: 0;margin-bottom: 15px;}
.contactTop .main-cent .cent-item:nth-child(2n){margin-right: 0;}
.contactTop .main-map{width:100%;}
.contactFB input[type='text']{flex: calc(50% - 10px);margin-right: 20px;}
.contactFB input[type='text']:nth-child(3n){margin-right: 20px;}
.contactFB input[type='text']:nth-child(2n){margin-right: 0;}
}
@media screen and (max-width: 680px) {
.TopSec ul li{width:100%;margin-right:0;}
}

/* 版权部分 */
.updown{opacity:0;visibility:hidden}
.updown.active{opacity:1;visibility:visible}
.updown i{display:block;position: fixed;bottom: 3%;right: 5%;width: 50px;height:50px;background: #a3a5a6 url(../images/top.png) center center no-repeat;border-radius: 50%;z-index:333;cursor:pointer;/* box-shadow: -1px 1px 6px 0px rgba(142, 194, 31, 0.52); */}
.updown i:hover{background-color:#fe015f;}

.innerFoot{padding:50px 0;background:#4d5d68;}
.innerFoot {position: relative;overflow: hidden;}

.footTop{display: flex;margin-bottom: 40px;padding-bottom:40px;border-bottom: 1px solid #5f6f7a;align-items: center;}
.flogo{float:left;width: 270px;}
.flogo img{max-width: 100%;}
.fnav{float: right;width: calc(100% - 300px);margin-left: 40px;text-align: right;display: flex;justify-content: space-between;}
.fnav a{/* padding:0 20px; */color: #fff;font-size: 16px;}
.footer span{margin:0 6px;}
.footer span:last-child {line-height: 22px;display: block;}
.footer span b{font-weight: normal;}
.footer span,
.footer a{color: #fff;font-size: 14px;line-height: 1.75;}
.footer span:last-child a{display: flex;align-items: center;}
.footer span:last-child a p{margin-left: 4px;}

.copyright{padding:25px 0;border-top: 1px solid #dedede;text-align: center;}
.copyright span{margin:0 6px;}
.copyright span b{margin-left: 6px;font-weight: normal;}
.copyright span,
.copyright a,
.copyright span a{color:#000;font-size:14px;}

@media screen and (max-width: 1440px){
.innerFoot{padding:40px 0;}
}
@media screen and (max-width: 1200px){  

.innerFoot{padding:20px 0;}

.footTop{margin-bottom: 20px;padding-bottom:20px;}
.copyright span,
.copyright a,
.copyright span a{font-size:14px;}
.footTop{flex-direction: column;align-items: flex-start;}
.fnav{margin-top: 20px;margin-left: 0;line-height: 2;}
} 

@media screen and (max-width: 960px){
.updown.active{opacity:0;}
.copyright{padding:15px 0;text-align: center;font-size: 14px;}
.copyright span.fl{float: none;}
.copyright span.fr{float: none;display: block;}
.fnav{width: 100%;}
.footer span,
.footer a{font-size: 14px;}
}
@media screen and (max-width: 768px){
  
.copyright span:nth-child(2),
.copyright span:nth-child(3),
.copyright span:nth-child(4),
.copyright span:nth-child(5){display:none;}

}
@media screen and (max-width: 680px){
.innerFoot{padding: 0;}
.footTop{display:none;}
.copyright span:nth-child(2),
.copyright span:nth-child(4){display: none;}
.copyright span{display:block;}
.copyright span:nth-child(3){float:none;}

.footer span{display: none !important;}
.footer span:nth-child(5), 
.footer span:nth-child(8){display: block !important;}
}

/* WebKit, Blink, Edge */
.feedBack input[type='text']::-webkit-input-placeholder{color:rgba(255,255,255,0.7);}
/* Mozilla Firefox 4 to 18 */
.feedBack [type='text']:-moz-placeholder{color:rgba(255,255,255,0.7);}
/* Mozilla Firefox 19+ */
.feedBack [type='text']::-moz-placeholder{color:rgba(255,255,255,0.7);}
/* Internet Explorer 10-11 */
.feedBack input[type='text']:-ms-input-placeholder{color:rgba(255,255,255,0.7);}
/* Microsoft Edge */
.feedBack input[type='text']::-ms-input-placeholder{color:rgba(255,255,255,0.7);}

.ImprovingH3{text-align:center;font-size:18px;color:#333;padding: 30px 0;}

/* search */
.SeaBg{margin-top:40px;min-height:400px;}
.insidesBanner{overflow: hidden;}
.insidesTitle{position:relative;padding:60px 0;}
.itc{text-align:center;color:#333333;font-size:50px;line-height:1;font-weight:normal;text-transform:uppercase;}
.titBox{line-height:45px;border-bottom:1px solid #000000;}
.sltitle{float:left;margin-right:20px;color:#1a1a1a;font-size:28px;font-weight:normal;text-transform:uppercase;letter-spacing:0;}
.srjg{float:left;text-align:center;color:#333333;font-size:16px}
.srjg a{color:#cc0000;font-weight:bold;}
.srList li{padding:20px 0;border-bottom:1px solid #e7e3e3}
.sltit{display:block;color:#000000;font-size:20px;font-weight:bold;height:40px;}
.sltxt{display:block;color:#666666;font-size:16px;height:28px;}
.eT{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.metadata img{display: block;margin:20px auto;}
.srList li:hover{border-bottom-color:#fe015f;}
.srList li:hover .sltxt{color:#fe015f;}


/*分页*/
.pagination-wrapper {clear:both;padding:1em 0;text-align:center;margin-top:10px;} 
.pagination {display: inline-block;*display: inline;*zoom: 1;font-size:14px;} 
.pagination li{float: left;display: inline;padding:0 1em;margin-right:10px;height:34px;line-height: 34px;text-decoration: none;border: 1px solid #d8dce0;border-radius: 5px;list-style: none; } 
.pagination li a {display: inline-block;color: #80909a; text-align:center;} 
.pagination li a:link{color: #555555;} 
.pagination li a:hover{text-decoration:none;color:#fe015f;} 
.pagination li a:link:hover {color:#fe015f;} 
.pagination li.thisclass{background-color: #fe015f;border-color:transparent;} 
.pagination li.thisclass a{color:#fff;}
.pagination li:first-child,
.pagination li:last-child{border-radius: 20px;} 
.pagination li:last-child{margin-right:0;}
.pagination .pageinfo{color: #444;}
.pagebar .pagination{display:flex;justify-content:center;margin-top:20px;margin-bottom:20px;}
.pagination a{background:#fff;border:1px solid #ccc;color:#333;font-size:14px;padding:5px 10px;margin:0 5px;border-radius:5px}
.pagination span{color:#333;font-size:14px;padding:8px 2px;margin:0 5px;border-radius:5px}
.pagination a:hover,
.pagination a.page-num-current{color:#fff;background:#fe015f;border:1px solid #fe015f;}

@media screen and (max-width: 960px){
.pagination a{padding:4px 6px;margin:0 2px;}
}

/*回到顶部-悬浮链接*/
.suspension{position:fixed;right:2px;bottom: 60px;width:60px;height: 204px;z-index:555;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:60px;height: 60px;line-height: 60px;background-color:#fe015f;margin-bottom:2px;cursor:pointer;outline:none;border-radius: 10px;text-align: center;box-shadow: -1px 1px 6px 0px rgba(255, 255, 255, 0.54);}
.suspension .a.active,
.suspension .a:hover{background:#fe015f;}
.suspension .a span{font-size: 12px;color: #fff;}
.suspension .a .i{display: inline-block;width:38px;height: 38px;margin: 0 auto;background-position: center center;background-repeat:no-repeat;vertical-align:middle;}
.suspension .a-service-phone .i{background-image:url(../images/indexIco5-1.png);}
.suspension .a-qrcode .i{background-image:url(../images/indexIco5-2.png);}
.suspension .a-service-jm .i{background-image:url(../images/indexIco5-4.png);}
.suspension .a-top{background:#d90707;display:none;height: 40px;line-height: 40px;margin-bottom: 0;}
.suspension .a-top .i{background-image:url(../images/kfIco_top.png);background-position: 0;height: 40px;}
.suspension .a-top:hover{background:#fe015f;}
.suspension .d{display:none;width: 110px;background:#fff;position:absolute;right: 66px;/* min-height:90px; */border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top: 20px;}
.suspension .d-service-phone{top: 0;width:120px;}
.suspension .d-qrcode{top: 62px;}
.suspension .d-service-jm{top: 124px;}
.suspension .d .inner-box{padding: 10px 0;}
.suspension .d-service-phone .inner-box{padding:10px 8px;}
.suspension .d-service-item{/* border-bottom:1px solid #eee; *//* padding: 10px 0; */}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/phone_ico2.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:28px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{width: 120px;line-height:22px;font-size:15px;margin-left:0;}
.suspension .d-service-item .text .number{  }
.suspension .d-qrcode,.suspension .d-service-jm{text-align:center;}
.suspension .d-qrcode .inner-box{}
.suspension .d-qrcode .qrcode-img,.suspension .d-service-jm .qrcode-img{width: 100px;height: 100px;overflow: hidden;margin:0px auto;}
.suspension .d-qrcode .qrcode-img img,.suspension .d-service-jm .qrcode-img img{width: 100%;}
.suspension .d-qrcode p{font-size: 14px;color: #999;}
@media screen and (max-width:960px){
.suspension{display: none;}  
}


/* 新闻详情 */
.ndBg{background:#fafafa;}
.NewsBgtent{}
.NewsLeft{width:100%;max-width: 1200px;margin: 0 auto;padding:40px 30px;background:#fff;}
.n_park {text-align:center;}
.n_park h1{font-size:24px;font-weight:bold;color:#333;line-height: 2;}
.fabu {padding: 20px 0;margin-top: 20px;border-top: 1px solid #ccc;}
.n_park p{font-size:14px;color:#666;}
.Details_Con,
.Details_Con p{text-align:justify;line-height:1.75;font-size:16px;color:#333;text-indent: 32px;}
.DpageTit {margin-bottom:15px;}
.DpageTit h4{font-size: 24px;color: #272727;font-weight: 500;line-height: 2.5;}
.DpageTit .news_pon{display: flex;width: 100%;position: relative;padding-bottom: 24px;}
.DpageTit .news_pon::before{content:'';position:absolute;bottom:0;left:0;width;100%;width: 100%;height:1px;background-color:#ededed;z-index:2;}
.DpageTit .news_pon span{margin-right: 15px;color: #9d9d9d;}
.Details_Con img{max-width: 100%;display: block;margin: 0 auto;}
.Details_List {width:100%;margin-top:80px;}
.Details_List a{width:48.5%;height:40px;padding-left:16px;line-height:40px;color:#333;background:transparent;font-size:14px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;border:1px solid #ccc;border-radius: 25px;transition: background 0.3s ease, color 0.3s ease;}
.Details_List a:hover{background:#fe015f;color:#fff;border-color: transparent;animation: MoveButton 0.3s;}
.DpageTit h4,.DpageTit .news_pon{text-indent: 0;}
@media screen and (max-width:1200px){
.NewsLeft{padding:25px 15px;}
}
@media screen and (max-width:960px){
.NewsLeft{padding:15px 5px;}
.DpageTit .news_pon span{font-size: 12px;}
}

@keyframes jump{
0%{-webkit-transform:translate(0);transform:translate(0)}
10%{-webkit-transform:translateY(5px) scaleX(1.2) scaleY(.8);transform:translateY(5px) scaleX(1.2) scaleY(.8)}
30%{-webkit-transform:translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);transform:translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg)}
50%{-webkit-transform:translateY(0) scale(1) rotateZ(0);transform:translateY(0) scale(1) rotateZ(0)}
55%{-webkit-transform:translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0);transform:translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0)}
70%{-webkit-transform:translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);transform:translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg)}
80%{-webkit-transform:translateY(0) scaleX(1) scaleY(1) rotateZ(0);transform:translateY(0) scaleX(1) scaleY(1) rotateZ(0)}
85%{-webkit-transform:translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0);transform:translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0)}
100%{-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1)}
}





/* 动画专区 */
@keyframes MoveButton {
  30% {
    transform: translate3d(-3px, 0, 0);
  }

  70% {
    transform: translate3d(3px, 0, 0);
  }
}
@keyframes appear1{
	from{transform:translateX(-300px)}
	to{transform:translateX(0)}
}

























