@charset "utf-8";
/*字体库引入*/
@font-face {
  font-family: '腾祥细潮黑简';   /*字体名称*/
  src: url('TTXiChaoHeiJ.ttf');       /*字体源文件*/
}
@font-face {
  font-family: '喜鹊招牌体';   /*字体名称*/
  src: url('喜鹊招牌体-Regular.ttf');       /*字体源文件*/
}
/*初始化样式*/
*{margin: 0px;padding: 0px;list-style: none;font-family: "微软雅黑",STXihei,STHeiti;border: none;text-decoration: none;}
address,caption,cite,code,dfn,em,th,var,i,h1,h2,h3,h4{font-style: normal;font-weight: normal;}
ol,ul{list-style: none;}
del,ins,a{text-decoration: none;}
caption,th{text-align: left;}
input,button,textarea,select{font-size: 100%; border:none;}
input::-webkit-input-placeholder {color: #fff;font-size: 15px;}
/*i,b,span,a{display:inline-block;}*/
a:hover,button:hover{cursor: pointer;}
select{border: none;outline: none;appearance:none; -moz-appearance:none;-webkit-appearance:none;background: #fff url("../images/xiala.png") no-repeat right 10px center!important;}
/*常用样式*/
/*统一浏览器盒子宽度：width（盒子宽度）=内容+padding*/
*, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/*清浮动*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
* html .clearfix {height: 1%;}
/*定位*/
.pf{position: fixed;}
.pr{position: relative;}
.pa{position: absolute;}
.ps{position: static!important;}
/*布局*/
.none{display: none;}
.block{display: block;}
.inblock{display: inline-block;}
.flex{display: flex;}
.ablock a{display: block;width: 100%;}
/*浮动*/
.fl{float: left;display: inline-block;}
.fr{float: right;display: inline-block;}
/*宽度*/
.wp50{width: 50%;}
.wp100{width: 100%;}
.w920{width: 920px;}
.w930{width: 930px;}
.w1200{width: 1200px;}
/*补白*/
.pl10{padding-left: 10px!important;}
.pl20{padding-left: 20px!important;}
.pr20{padding-right: 20px!important;}
.pr160{padding-right: 160px!important;}
.pt30{padding-top: 30px!important;}
.pt50{padding-top: 50px!important;}
.pb0{padding-bottom: 0!important;}
.pb40{padding-bottom: 40px!important;}
.pb70{padding-bottom: 70px!important;}
/*边距*/
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt45{margin-top: 45px!important;}
.mt50{margin-top: 50px!important;}
.mt55{margin-top: 55px!important;}
.mt60{margin-top: 60px!important;}
.mt65{margin-top: 65px!important;}
.mt70{margin-top: 70px!important;}
.mt80{margin-top: 80px!important;}
.mt90{margin-top: 90px!important;}
.mt100{margin-top: 100px!important;}
.mt120{margin-top: 120px!important;}
.mt130{margin-top: 130px!important;}
.mt170{margin-top: 170px!important;}
.mb15{margin-bottom: 15px!important;}
.mb60{margin-bottom: 60px!important;}
.ml25{margin-left: 25px!important}
.mr25{margin-right: 25px!important;}
/*背景颜色*/
.bgfff{background: #fff;}
.bgfa{background: #fafafa;}
.bgf5{background: #f5f5f5;}
.bgf9{background: #f9f9f9;}
/*边框*/
.bdnone{border: none!important;}
.bdtnone{border-top: none!important;}
.bdbnone{border-bottom: none!important;}
.bdlnone{border-left: none!important;}
.bdrnone{border-right: none!important;}
/*文本对齐*/
.tal{text-align: left!important;}
.tac{text-align: center!important;}
.tar{text-align: right!important;}
/*字体*/
.fs0{font-size: 0px;}
.afs0 a{font-size: 0px;}
.fs16{font-size: 16px!important;}
.fs48{font-size: 48px!important;}
/*----  文本行数 ------- */
.textov1{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov2{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov3{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov4{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov5{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov6{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
.textov7{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical; overflow: hidden;-moz-box-orient: vertical;}
/*字体颜色*/
.cwhite{color: #fff!important;}
/*动画过渡时间*/
.transition5,.transitionImg5 img,
.moveUp,.moveUp2,
.enlarge,.enlargeLi img,
.horizontalFlip,.horizontalFlipImg img,.horizontalFlipIcon li .icon,
.rgbTgray,.rgbTgrayImg li img,.rgbTgrayIcon li .icon,
.grayTrgb,.grayTrgbImg li img,.grayTrgbIcon li .icon{
    -moz-transition: all ease .5s 0s;-webkit-transition: all ease .5s 0s;cursor: pointer;transition: all ease .5s 0s;
}
/*鼠标悬浮上移*/
.moveUp:hover{-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);}
.moveUp2:hover{-webkit-transform: translateY(-25px);-moz-transform: translateY(-25px);-ms-transform: translateY(-25px);-o-transform: translateY(-25px);transform: translateY(-25px);}
/*（列表项图片）鼠标悬浮图片放大*/
.enlarge:hover,.enlargeLi li:hover img{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}
/*鼠标悬浮（图片、图标）水平翻转*/
.horizontalFlip:hover,.horizontalFlipImg li:hover img,.horizontalFlipIcon li:hover .icon{-moz-transform: rotateY(180deg);-ms-transform: rotateY(180deg);-o-transform: rotateY(180deg);-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
/*鼠标悬浮箭头样式改变*/
.cursor:hover,.cursorLi li:hover{cursor: url("../images/pointer.ico"),auto;}
/*rgb图变灰度图片*/
.rgbTgray,.rgbTgrayImg li img,.rgbTgrayIcon li .icon{-webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0);}
.rgbTgray:hover,.rgbTgrayImg li:hover img,.rgbTgrayIcon li:hover .icon{-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
/*灰度图变rgb图片*/
.grayTrgb,.grayTrgbImg li img,.grayTrgbIcon li .icon{-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
.grayTrgb:hover,.grayTrgbImg li:hover img,.grayTrgbIcon li:hover .icon{-webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0);}
/*持续性上下跳动*/
@keyframes beating{
    from{-moz-transform: translateY(10px);-ms-transform: translateY(10px);-o-transform: translateY(10px);-webkit-transform: translateY(10px);transform: translateY(10px);}
    to{-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);-webkit-transform: translateY(-10px);transform: translateY(-10px);}
}
/*持续性左右延长收缩*/
@keyframes extending{
    from{-moz-transform: scaleX(1);-ms-transform: scaleX(1);-o-transform: scaleX(1);-webkit-transform: scaleX(1);transform: scaleX(1);}
    to{-moz-transform: scaleX(2);-ms-transform: scaleX(2);-o-transform: scaleX(2);-webkit-transform: scaleX(2);transform: scaleX(2);}
}
/*持续性放大缩小*/
@keyframes zoomimg{
    from{-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);-webkit-transform: scale(1.05);transform: scale(1.05);}
    to{-moz-transform: scale(0.95);-ms-transform: scale(0.95);-o-transform: scale(0.95);-webkit-transform: scale(0.95);transform: scale(0.95);}
}
/*持续性平移*/
@keyframes translating{
    from{-moz-transform: translateX(20px);-ms-transform: translateX(20px);-o-transform: translateX(20px);-webkit-transform: translateX(20px);transform: translateX(20px);}
    to{-moz-transform: translateX(-20px);-ms-transform: translateX(-20px);-o-transform: translateX(-20px);-webkit-transform: translateX(-20px);transform: translateX(-20px);}
}
/*溢出隐藏*/
.hidden{overflow: hidden;}
/*主体内容宽度*/
.content{width: 1200px;margin: 0 auto;}
.content1515{width: 1515px;margin: 0 auto;min-width: 1200px;}
@media screen and (max-width: 1515px){
    .content1515{width: 96%;}
}

/*input*/
input::-webkit-input-placeholder{
    color:#616161;text-indent:1em;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#616161;text-indent:1em;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#616161;text-indent:1em;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#616161;text-indent:1em;
}
/*--------------------------- 通用样式 结束----------------------------------- */
/*--------------------------- 公共样式 开始----------------------------------- */
body {font:14px/1.5 \5FAE\8F6F\96C5\9ED1;}/*定义默认字体大小为14px；行间距是1.5em，字体是微软雅黑*/
/*header头部 修饰*/
.header{position: relative;background: #ffffff; height: 82px;}

.top{line-height: 45px;height: 45px;background: url(../images/top.png) no-repeat;background-size:100%; }
.topfl,.topfr,.topfr a{color: #636363;font-size: 14px;cursor: pointer;}
.topfl{color: #bababa;}
.topfr{color: #150200;background: url(../images/topicon.png) no-repeat;line-height: 36px;}
.topfr .icon{ padding-left: 50px;}

.headerTel{width: 250px;font-size: 16px;color: #150200;text-align: right;}
.headerTel em{font-size: 20px;font-weight: bold;font-family: Arial;}
.headerTel .icon{position: relative;top: 7px;display: inline-block;width: 22px;height: 20px;background: url("../images/tel.png") no-repeat;margin-right: 15px;}
/*导航 修饰*/
.nav{width: calc(100% - 400px);font-size: 16px;/*height: 80px;*/ margin: 25px 0;}
.nav .nLi{height: 100%}
.nav .nLi,.headerLogo{position: relative;float: left;display: inline-block;/*height: 95px;*/padding:5px 0;width: calc((100%) / 7);text-align: center;}
.headerLogo{display: flex;width: 200px;margin:15px 0;align-items: center;justify-content: center;padding: 0;}
.logo{display: inline-block;max-height: 80px;max-width: 100%;}
.nav .nLi .title{display: block;font-size: 16px;color:#424242;}
.nav .nLi .icon{position: relative;top: -10px;display: inline-block;width: 20px;height: 22px;background: url("../images/hui.png") no-repeat;}
.nav .nLi .subhead{display: block;font-size: 12px;color:#424242;font-family: Arial;text-transform: uppercase;}
.nav .nLi:hover,.nav .current{ /*background: url("../images/navHoverBg.jpg") no-repeat;*/ border-radius: 100px;background: #ffe33f;background-size: cover;z-index: 10;}
.nav .nLi:hover .title,.nav .current .title{/*color: #fff;*/}
.nav .nLi:hover .subhead,.nav .current .subhead{color: #fff;}
.nav .sub{position:absolute;left: 0;top:35px;z-index: 9999;display: none;width: 100%;background: #fff;text-align: center;padding: 10px 2px;}
.nav .sub li{zoom:1;display: block;height: 35px;line-height: 35px;}
.nav .sub a{color: #333;}
.nav .sub li:hover a{color: #e40011;}
/*面包屑导航*/
.chanNavCon{height: 70px;line-height: 30px;padding: 20px 53px;}
.article .chanNavCon{padding: 0;}
.chanNavCon li{float: left;padding: 15px 20px;}
.chanNavCon li a{padding:10px 20px;}
.chanNavCon li:hover a, .chanNavCon li.current a{background: #ffe33f;color: #313131}
/*banner 修饰*/
.banner{position: relative;float: none;text-align: center;width: 100%;font-size: 0;}
.rslides {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.rslides li {-webkit-backface-visibility: hidden;position: absolute;display: none;width: 100%;left: 0;top: 0;}
.rslides li:first-child {position: relative;display: block;float: left;}
.rslides img {display: block;height: auto;float: left;width: 100%;border: 0;}
.rslides_tabs{position: absolute;bottom: 40px;left: 50%;z-index: 99;-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.rslides_tabs li{position: relative;float: left;display: inline-block;width: 32px;height: 32px;border-radius: 100%;border: 1px solid transparent;margin: 0 5px;transition: all .5s;}
.rslides_tabs li::after{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;display: block;width: 6px;height: 6px;border-radius: 100%;background: #fff;overflow: hidden;margin: auto;}
.rslides_tabs li a{display: block;width: 100%;color: transparent;font-size: 16px;}
.rslides_tabs li.rslides_here{border-color: #fff;}

.rslides_nav{position: absolute;z-index: 10;left: auto;right: calc((100% - 1600px) / 2);top: 0;bottom: 0;display: block;margin: auto;width: 60px;height: 60px;border-radius: 3px;background: rgba(0,0,0,.5) url("/Upload/images/arrowL.png") no-repeat center center;-moz-transform: scale(-1);-o-transform: scale(-1);-ms-transform: scale(-1);-webkit-transform: scale(-1);transform: scale(-1);}
.rslides_nav.prev{left: calc((100% - 1600px) / 2);right: auto;-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);}

/*底部 修饰*/
.footer{background: #333;padding-bottom: 20px;overflow: hidden;padding-top:75px;/*background: url("../images/footerBg.jpg") repeat-x top left;*/}
.footer .pr{margin-top: }
.fotLCon{position: relative;z-index: 1;width: 660px;height: 560px;border: 4px solid #fff;padding: calc(3.5vw) 4.3%;text-align: left!important;font-size: 16px;color: #f9fafc;}
.fotLMain{width: 420px;margin-top: 15px;border-top: 1px solid #7a7a7a;}
.fotLMain li{display: block;list-style: none;margin-top: 35px;line-height: 1.8em;}
.fotLCon .title{font-size: 26px;}
.fotLCon .subhead{margin-top: 10px;font-size: 17px;font-family: Arial;text-transform: capitalize;}
.fotLCon .phone em{font-size: 36px;font-family: Arial;font-weight: bold;font-style: italic;}
.fotLCon .phone p{margin-left: 175px;font-size: 14px;}
.fotLCon .zixun{display: block;width: 145px;height: 40px;background: #ba1a24;margin-top: 45px;line-height: 40px;text-align: center;color: #fff;}
.fotLCon .zixun .icon{position: relative;top: 5px;display: inline-block;width: 21px;height: 24px;margin-right: 15px;background: url("../images/qq.png") no-repeat;}
.zixun .zixun1{background:url(/Upload/images/zixun_01.png) no-repeat;}
.zixun .zixun2{background:url(/Upload/images/zixun_02.png) no-repeat;}
.zixun .zixun1:hover{background:url(/Upload/images/zixun_02.png) no-repeat;}
.zixun .zixun2:hover{background:url(/Upload/images/zixun_01.png) no-repeat;}
.fotRCon{position: absolute;left: 600px;display: inline-block;background: rgba(186,26,36,.9);width: 960px;height: 600px;padding: 30px 0 0 120px;}
.fotRTit .subhead{font-size: 48px;color: #fff;font-weight: bold;font-family: Arial;text-transform: uppercase;}
.fotRTit .title{font-size: 24px;color: #fff;}
.fotRMain p{position: relative;width: 480px;border-bottom: 1px solid #fff;margin-bottom: 15px;color: #fff;padding-bottom: 8px;}
/*.fotRMain p:nth-last-of-type(2){margin-bottom: 50px;}*/
.fotRMain p:nth-last-of-type(1){margin-bottom: 0;}
.fotRMain label{float: left;display: inline-block;width: 70px;}
.fotRMain input,.fotRMain textarea{float: right;display: inline-block;width:100%;background: transparent;color: #333;}
.fotRMain textarea{position: absolute;right: 0;bottom: 6px;}
.fotRCon button{display: block;font-size: 18px;color: #ba1a24;width: 150px;height: 45px;margin-top: 60px;}
.footerNav{background: #ffe33f;height: 60px;line-height: 60px;text-align: center;font-size: 18px;color: #fff;position:absolute;left: 50%;margin-left: -580px;margin-top: -110px;}
.footerNav a{font-size: 18px;color: #333;}
.footerNav li{position: relative;display: inline-block;padding: 0 10px;margin: 0 35px;}
.footerNav li::after{position: absolute;right: -40px;content: "|";color: #333;display: inherit;}
.footerNav li:nth-last-of-type(1)::after{display: none;}
.footerNav li:hover a{color: #ba1a24}
.copyright{background: #191919;padding: 0 9%;height: 50px;line-height: 50px;color:#fff;font-size:15px;}
.copyright a{color: #fff;}

.footer1,.footer2{border-right: 1px solid #504f4f;}
.footer1{padding: 25px 0;padding-right: 30px;max-width: 30%}
.footer2,.footer3{width:35%; }
.footer2body{margin: 0 50px;width: 100%;}
.footer2body h3{color: #fff;font-size: 18px;line-height: 30px}
.footer2body p{color: #b2b2b2;font-size: 14px;line-height: 30px}
.footer2body p a{color: #b2b2b2;}
.footerlink{border-top: 1px solid #504f4f;padding-top: 20px;margin-bottom:70px;}
.footerlink p{color: #ffffff;}
.footerlink a{color: #b2b2b2;margin:0 10px; }

.footer3 .fotRMain{padding-left: 30px;}
.footer3 .fotRMain{float: left;width: 100%;}
.footer3 .fotRMain label{width:0px;}
.footer3 .fotRMain p{float: left;width:calc((100% - 20px)/2);background: #cecece;font-size:14px;color:#787878;padding: 8px;margin:px;border: none;}
.footer3 .fotRMain p:nth-of-type(1){margin-right: 20px;}
.footer3 .fotRMain p:nth-of-type(3){height: 75px;width: 100%;}
.footer3 .fotRMain p:nth-of-type(3) textarea{padding: 10px;padding-bottom: 0;}

input,textarea{outline-color:#cecece;color: #333 !important;}
textarea{}
input::-webkit-input-placeholder{
  color:#616161;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#616161;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#616161;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
  color:#616161;
}

.footer3 button,.footer3 .anniu{background:#ffe33f;font-size: 16px;color: #313131;width:calc((100% - 50px)/2);height: 38px;float: left;margin-right:20px;margin-top: 30px;
  display:inline-block;}
.footer3 button:nth-of-type(2){margin-left:0px;margin-right:0px;}
.footer3 button:hover,.footer3 .anniu:hover{background:#000000;color: #ffffff;}
.footer3 button{margin-left:30px}
.footer3 .anniu{margin-right: 0;}
.footer3 a{float: left;display: block;text-align: center;padding: 8px;}
.footer3 a:last-child{margin-right: 0}
/*当前位置 修饰*/
.location{height: 60px;line-height: 60px;background: #f7f7f7;font-size: 14px;color: #636363;}
.location a{color: #636363;}
.location .icon{position: relative;top: 5px;display: inline-block;width: 16px;height: 22px;background: url("../images/location.png") no-repeat;margin-right: 5px;}
.location a:hover,.location a.current{color: #ba1a24;}
/*分页 修饰*/
.page{clear:both;text-align: center;line-height: normal;}
.pagenum,.pageup,.pagenext,.pagedown,.pageend,.pagefirst,.pageinfo,.total,.pagepreall,.pagenextall,.page .current{background: #fff;/*width: 30px;*/ padding: 5px 10px;height: 30px;border-radius: 3px;margin: 0 5px;text-align: center;line-height: 30px;overflow: hidden;font-size: 16px;color: #636363;transition: all .5s;}
.page .current,.page a:hover{background-color: #ffe33f;}
.pageup,.pagedown{ /*background: #fff url("../images/arrowLBlack.png") no-repeat center center; */ background-size: 7px auto;}
.pagedown{-moz-transform: scale(-1);-ms-transform: scale(-1);-o-transform: scale(-1); /*-webkit-transform: scale(-1);transform: scale(-1);*/}
.pageup:hover,.pagedown:hover{/*background-image: url("../images/arrowLWhite.png");*/}
.page2 a{border: 1px solid #d8d8d8;}
.page2 a.current,.page2 a:hover{border-color: #004da2;}
/*上下页 修饰*/
.fanye{border-top: 1px solid #e7e7e7;padding-top: 45px;}
.Previous,.Next{position: relative;overflow: hidden;white-space: nowrap;font-size: 14px;color: #424242;cursor: pointer;padding-right: 150px;}
.Previous{margin-bottom: 10px;}
.Next a,.Previous a{display: inline-block;width: 100%;font-size: 14px;color: #636363;line-height: 1em;}
.Next:hover a,.Previous:hover a{color: #ba1a24;}
.goback{position: absolute;right: 0;top: 55px;display: flex;width: 140px;height: 35px;border-radius: 35px;background: #ef6d12;text-align: center;align-items: center;justify-content: center;color: #fff;font-size: 16px;}
/*正文 修饰*/
.ChannelContent{font-size: 15px;color: #636363;line-height:1.5em;width: 100%;max-width: 100%;display: block;}
.ChannelContent img{max-width: 100%;height: auto!important;margin: 12px 0;}
.ChannelContent p{font-size: 15px;color: #636363;line-height: 1.5em;margin: 15px 0;}
.ChannelContent p img{text-indent: 0;margin: 0;}
.ChannelContent p span img{display:inline-block;text-indent: 0;}
.ChannelContent span img{margin-left: 0em;display:inline-block;}
.ChannelContent span {margin-left: 0em;line-height:1.5em;}
.ChannelContent p span {text-indent: 0em;}
/*悬浮窗 修饰*/
/*放大镜*/
.rebox-contents {display: flex;justify-content: center;align-items: center;}
/*列表加载更多*/
.showMorehandle{display: block;width: 120px;height: 35px;background: #0499f7;margin: 30px auto;text-align: center;line-height: 35px;cursor: pointer;color: #fff;font-size: 16px;font-family: Arial;}
.showMorehandle span:hover{cursor: pointer;}
/*--------------------------- 公共样式 结束-----------------------------------*/
/*--------------------------- 首页样式 开始-----------------------------------*/
/*首页版块1 修饰*/
.index1{padding: 60px 0;}
.index1 .Tit{float: left;font-size: 48px;color: #313131;text-align: center;width: 100%}
/*.index1 .Tit .dian{float: left;position: absolute;font-size: 10px;line-height: 50px}*/
.index1 .Tit .dian,.index2 .Tit .dian,.index3 .Tit .dian,.index4 .Tit .dian,.index5 .Tit .dian,.index6 .Tit .dian{position: relative;top: -8px;display: inline-block;
    font-size: 10px;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 100%;
    color: transparent;}
/*.index1 .Tit b{margin-left:20px;}*/
.index1 .SCont{font-size: 14px;color: #b4b3b3;text-align: center;letter-spacing:12px;line-height: 25px;min-height: 25px;text-transform: uppercase;}
.index1 .Cont{font-size: 20px;color: #414141;text-align: center;line-height: 30px;}

.index1bodl{height: 410px;width: 515px;float: left;}
.index1bodl .img1{position: absolute;}
.index1bodl .img2{position: absolute;padding-left: 50px;padding-top: 30px;overflow: hidden;display: grid;}
.index1bodl .img2:hover{-webkit-transform: scale(1.02);-moz-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02);-moz-transition: all ease .5s 0s;-webkit-transition: all ease .5s 0s;cursor: pointer;transition: all ease .5s 0s;}

.index1bodr{float: right;padding-left: 55px;width: calc(100% - 605px);}
.index1bodr .title{font-size: 30px;color: #313131;font-weight: bold;line-height: 50px;letter-spacing: 6px;}
.index1bodr .subhead{color: #787878;line-height: 30px;font-size: 18px;line-height: 60px;}
.index1bodr .description{color: #636363;font-size: 15px;height: 150px;line-height: 30px;}

.ppfw{}
.ppfw li{display: inline-block;text-align: center;width: 48%;margin-right: 2%;height: auto;max-height: 240px;margin-bottom: 15px;padding: 45px 0px 0px;position:relative;}
.ppfw li:nth-of-type(2n){margin-right: 0;}
.ppfw li .img{width: 100%;height: 90px;display: flex;background-size: 100% !important;}
.ppfw li .imgy{width: 100%;height: 100%;display: flex;background-size: 100% !important;}
.ppfw li:hover .imgy{background:url(../images/danyeanniutby.png);}
.ppfw li .imgy a{width: 100%;height:100%;display: flex;}
.ppfw li span{font-size: 16px;color: #424242}


.gridlist2{ overflow:hidden; }
.gridlist2 li .InfoTitle{ white-space:nowrap; line-height:19px; display:block; background:#015D34; color:#FFF; margin-top:3px; }
.gridlist2 li p{ width:100%; height:36px; line-height:36px; background:url(../images/1587534485.png) repeat; position:absolute; left:0; bottom:0; color:#fff; z-index:5; }
.gridlist2 li b{ display:block; width:calc(100% - 11px); height:0%; background:url(../images/1587534485.png) repeat; position:absolute; left:11px; bottom:0; transition:all 0.5s ease; 
-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; opacity:0; z-index:2;}    
.gridlist2 li b span{ width:auto; height: auto;  position:absolute; left: 10%;top: 40%;margin: 0 10% 0 0; border:none; color: #fff;font-size: 16px;}

.gridlist2 li:hover b{ height:195px; opacity:1; }
.gridlist2 li:hover p{ background:none; }
/*首页版块2 修饰*/
.index2{padding: 60px 0;}
.index2 .Tit{float: left;font-size: 48px;color: #313131;text-align: center;width: 100%}
/*.index2 .Tit .dian{float: left;position: absolute;font-size: 10px;line-height: 50px}*/
/*.index2 .Tit b{margin-left:20px;}*/
.index2 .SCont{font-size: 14px;color: #b4b3b3;text-align: center;letter-spacing:9px;line-height: 25px;min-height: 25px;text-transform: uppercase;}
.index2 .Cont{font-size: 20px;color: #414141;text-align: center;line-height: 30px;}

.left_title10 ul{ overflow:hidden;text-align: center;}
.left_title10 ul li{ width: 130px;margin-right: 10px;/*float: left;*/display: inline-block;height: 40px;line-height: 40px;text-align: center;border:1px solid #313131;}
.left_title10 ul li a{ font-size: 16px;color: #787878;}
.left_title10 ul .on{ background: #212121;color: #fff;}
.left_title10 ul .on a{color: #fff;}
.left_body10{ overflow:hidden; }

.left_body10tb{position: absolute;margin-left: 1%;z-index: 99;margin-top: -6px;}
.left_body10tb2{position: absolute;margin-left: 1%;z-index: 99;margin-top: -6px;}

.textlist2 li{float: left;width:25%;padding:30px 2%;}
.textlist2 li .cont{position: relative;background: #4e4e4e;overflow: hidden;}
.textlist2 li:nth-of-type(4n){}
.textlist2 li .img{width: 100%;height: 260px;display: block;font-size: 0;background: #ffffff;overflow: hidden;}
.textlist2 li img{width: 100%;height: 100%;object-fit: /*cover*/ contain;max-width: 100%;}
.textlist2 li .title{font-size: 18px;color: #fff;width: 100%;padding: 0 5%;line-height: 50px;}

.textlist2 li .hover{position: absolute;z-index: 10;bottom: 320px;left: 0;width: 100%;height: 260px;background: rgba(255,227,63,.7);text-align: center;padding-top: 80px;transition: all .5s;}
.textlist2 li .hover .title{font-size: 18px;color: #333;}
.textlist2 li .icon{background: url(/Upload/159497980755.png) no-repeat;width: 60px;height: 60px;display: inline-block;}
.textlist2 li:hover .hover{top: 0;}
.index2 .more{text-align: center;}
.index2 .more a{background:#fed104;color: #131313;width: 200px;font-size:18px;line-height:25px;padding:13px 50px;display:inline-block}
.index2 .more a:hover{background:#313131;color: #ffffff;}
/*首页版块3 修饰*/
.index3{padding: 60px 0 0;}
.index3 .Tit{float: left;font-size: 48px;color: #313131;text-align: center;width: 100%}
/*.index3 .Tit .dian{float: left;position: absolute;font-size: 10px;line-height: 50px}*/
/*.index3 .Tit b{margin-left:20px;}*/
.index3 .SCont{font-size: 14px;color: #b4b3b3;text-align: center;letter-spacing:3px;line-height: 25px;min-height: 25px;font-family: Arial;
    text-transform: uppercase;}
.index3 .Cont{font-size: 20px;color: #414141;text-align: center;line-height: 30px;}
/*首页版块4 修饰*/
.index4_zt{    background: linear-gradient(to bottom,#f7ce24 50%, #fffeee 50%);}
.index4{padding: 60px 0 0;}
.index4 .Tit{float: left;font-size: 48px;color: #313131;text-align: center;width: 100%}
/*.index4 .Tit .dian{float: left;position: absolute;font-size: 10px;line-height: 50px}*/
/*.index4 .Tit b{margin-left:20px;}*/
.index4 .SCont{font-size: 14px;color: #ffffff;text-align: center;letter-spacing:11px;line-height: 25px;min-height: 25px;text-transform: uppercase;}
.index4 .Cont{font-size: 20px;color: #414141;text-align: center;line-height: 30px;}

.index4body .img{width:599px;height: 436px;}
.index4body .img img{width: 100%;height: 100%;object-fit:contain;}
.index4body .index4nr{width: calc(100% - 599px);height: 436px;background:url(../images/jiamengdtr.png);padding: 30px 50px;}
.index4body .index4nr .title{font-size: 24px;color: #333333;}
.index4body .index4nr .title em{font-size: 36px;color: #fed104;}
.index4body .index4nr .scont{font-size: 20px;color: #787878;border-bottom: 1px solid #a2a2a2;line-height:100px}
.index4body .index4nr .scont em{font-size: 30px;color: #fed104;}
.index4body .index4nr .cont{font-size: 18px;color: #333333;padding-right: 20px;line-height: 30px;}

.index4 .index4lb{width:100%;}
.index4 .index4lb li{float: left;width:25%;padding:20px 10px;}
.index4 .index4lb li span{float: left;width: 100%;font-size: 14px;color:#333333;line-height: 30px;}
.index4 .index4lb li span b{font-size: 19px;color: #020202;}
.index4 .index4lb li .img{float: left;width: 87px;}
.index4 .index4lb li .title{float: right;width:calc(100% - 110px);margin-top: 13px;}
/*首页版块5 修饰*/
.index5{padding: 60px 0;}
.index5 .Tit{float: left;font-size: 48px;color: #313131;text-align: center;width: 100%}
/*.index5 .Tit .dian{float: left;position: absolute;font-size: 10px;line-height: 50px}*/
/*.index5 .Tit b{margin-left:20px;}*/
.index5 .SCont{font-size: 14px;color: #b4b3b3;text-align: center;letter-spacing:10px;line-height: 25px;min-height: 25px;text-transform: uppercase;}
.index5 .Cont{font-size: 20px;color: #414141;text-align: center;line-height: 30px;}

.index5body li{float: left;width: 31%;margin-right: 3%;}
.index5body li:nth-of-type(3n){;margin-right: 0;}
.index5body li .img{width: 372px;height:215px;overflow: hidden;display: flex;}
.index5body li .img img{width: 100%;}
.index5body li .zan{position: absolute;margin-top: -40px;padding-left: 157px;}
.index5body li .title{font-size: 20px;color:#313131;font-weight: bold;line-height: 40px;text-align: center;padding-top: 60px;}
.index5body li .cont{font-size: 14px;color:#313131;line-height: 35px;padding-top: 30px;}
.index5body li .cont a{color:#313131;}

.index5body .index5nr{padding: 0 20px 20px;border:1px solid #000;border-top: none;height: 256px}
.index5body .index5nr:hover .cont,.index5body .index5nr:hover .cont a{color: #ba1a24;}

.index5 .more{text-align: center;}
.index5 .more a{background:#fed104;color: #131313;width: 200px;font-size:18px;line-height:25px;padding:13px 50px}
.index5 .more a:hover{background:#313131;color: #ffffff;}
/*首页版块6 修饰*/
.index6{padding:60px 0 120px  0;}
.index6 .Tit{float: left;font-size: 48px;color: #313131;text-align: center;width: 100%}
/*.index6 .Tit .dian{float: left;position: absolute;font-size: 10px;line-height: 50px}*/
/*.index6 .Tit b{margin-left:20px;}*/
.index6 .SCont{font-size: 14px;color: #b4b3b3;text-align: center;letter-spacing:4px;line-height: 25px;min-height: 25px;text-transform:uppercase;}
.index6 .Cont{font-size: 20px;color: #414141;text-align: center;line-height: 30px;}

.index6body li{float: left;width: 11%;text-align: center;}
.index6body .title{width: 100%;font-size: 16px;color: #222222;padding: 20px 0;}
.index6body .number{width: 30px;height: 30px;line-height: 30px;border-radius: 30px;background:#444444;color: #fff;margin:0 calc((100% - 30px)/2);}
.index6body .xian{border: 1px solid #000;height: 1px;width: 80px;position: absolute;margin-top: -16px;margin-left: 92px;}
.index6body li:last-child .xian{display: none;}
.index6body li:hover .img img{transform: scale(1.1);}
/*首页版块7 修饰*/
.index7{height:267px;}
.index7body{width: 261px;height: 297px;margin-top: -14px;padding: 50px 35px;text-align: center;display: grid;background: url(../images/index7bodybj.png);position: absolute;}
.index7body .SCont{font-size: 18px;color: #ffffff;padding:20px 0 0;}
.index7body .Cont{font-size: 28px;color: #ffffff;padding:0 0 20px;}
.index7nr{width: calc(100% - 265px);text-align: center;padding: 20px;}
.index7nr .SCont{font-size: 48px;color: #313131;padding:20px 0 0;font-weight: bold;}
.index7nr .Cont{font-size: 33px;color: #313131;padding:20px 0;}
/*首页版块8 修饰*/
.index8{background: #fffeee;padding: 60px 0 120px 0;}
.index1body8 .index8bodl{width: 55%;}
.index1body8 .index8bodr{width: 35%;}
.index1body8 .Tit{width: 100%;height:42px;padding-bottom: 20px;display: inline-table;}
.index1body8 .Tit1{border-bottom: 1px solid #313131;}
.index1body8 .Tit li{float: left;font-size:28px;color:#7b7b7b;padding:0 25px;}
.index1body8 .Tit li a{font-size:28px;color:#7b7b7b;}
.index1body8 .Tit li:nth-of-type(1){padding-left:0}
.index1body8 .Tit .xian{float: left;font-size:28px;color:#7b7b7b;}
.index1body8 .Tit .on{font-size:28px;color:#080808;}
.index1body8 .Tit .on a{font-size:28px;color:#080808;}
.index1body8 .Tit .more a{font-size:18px;color:#383838;line-height: 42px;}

.index1body8 .contt .index8bodrnr{width: 100%;height: 180px;padding: 30px 0;border-bottom: 1px dashed #b8b7b2;}
.index1body8 .contt .index8bodrnr .img{width:210px}
.index1body8 .contt .index8bodrnr .img img{width: 100%;height: 120px;object-fit: cover;}
.index1body8 .contt .index8bodrnr .nr{width:calc(100% - 250px);}
.index1body8 .contt .index8bodrnr .nr .Tit{font-size: 18px;color: #000000;font-weight: bold;padding-bottom: 0px;}
.index1body8 .contt .index8bodrnr .nr .SCont{font-size: 14px;color: #313131;line-height: 22px;height: 44px;}
.index1body8 .contt .index8bodrnr .nr .more{padding-top: 15px}
.index1body8 .contt .index8bodrnr .nr .more a{color: #58442c}
.index1body8 .contt .index8bodrnr:hover .SCont{color: #ba1a24;}
.index1body8 .contt .index8bodrnr:hover .more a{color: #ba1a24;}

.index8bodr .contt .index8bodrnr{height: 135px;}
.index8bodr .contt .index8bodrnr .nr{width: 100%;}
.index8bodr .contt .index8bodrnr .img{width:21px;}
.index8bodr .contt .index8bodrnr .tt{width:calc(100% - 50px);}
.index8bodr .contt .index8bodrnr .img img{width: 100%;height: 21px;}
.index8bodr .contt .index8bodrnr .title{width: 100%;padding-bottom:10px;}
.index8bodr .contt .index8bodrnr .title .tt{font-size:16px;color: #000000;font-weight: bold;}
.index8bodr .contt .index8bodrnr .scont{width: 100%}
.index8bodr .contt .index8bodrnr .scont .tt{font-size:14px;color: #313131;line-height: 20px;height: 40px;}
.index8bodr .contt .index8bodrnr:hover .scont .tt{color: #ba1a24;}
/*首页导航*/
.daohang{padding: 10px;margin: 5px;width:140px;background: #313131;position: fixed;top: 20%;right: 10px;z-index: 99999;}
.daohang .daohangbody{padding:10px;border:1px dashed #645e34;}
.daohang .daohangnr{padding-bottom: 10px;border-bottom: 1px dashed #464646;display: inline-grid;}
.daohang .daohangnr span{float: left;width: 100%;background: #ffe33f;margin:5px 0;text-align: center;}
.daohang .daohangnr span:hover{background: #000000;color: #ffffff;}
.daohang .daohangnr span:first-child:hover{background:#ffe33f;color:#313131;}
.daohang .daohangnr span a{background:#ffe33f;color:#313131;}
.daohang .img{margin-top:10px;}
/*--------------------------- 首页样式 结束-----------------------------------*/
/*--------------------------- 内页样式 开始-----------------------------------*/
/*零食驾到-单页*/
.lsjdbody1{}
.lsjdbody1 .Tit{font-size: 70px;color: #313131;font-family: "腾祥细潮黑简";text-align: center;}
.lsjdbody1 .SCont{font-size: 42px;color: #313131;font-family: "腾祥细潮黑简";text-align: center;}
.lsjdbody1 .Cont{font-size: 20px;color: #414141;text-align: center;line-height: 40px;}
.lsjdbody1 .img img{max-width: 100%}

.lsjdbody2 .Tit{font-size: 70px;color: #313131;font-family: "腾祥细潮黑简";text-align: center;}
.lsjdbody2 .SCont{font-size: 18px;color: #414141;text-align: center;line-height: 40px;}

.lsjdbody3{background:#f6c719;}
.lsjdbody3 .lsjdbody3lb{text-align: center;padding-top: 60px;}
.lsjdbody3 .lsjdbody3lb li{display: inline-block;width:175px;height:56px;font-size: 24px;line-height: 56px;background:#414141;color:#ffec53;text-align:center;}
.lsjdbody3 .lsjdbody3lb span{color: #ffffff;margin: 0 10px;font-size: 24px;}
.lsjdbody3 .Tit{font-size: 48px;color: #020202;font-family: "腾祥细潮黑简";text-align: center;padding-top: 20px;}
.lsjdbody3 .SCont{font-size: 24px;color: #030303;text-align: center;line-height: 40px;padding: 25px 0;}
.lsjdbody3 .Cont{text-align: center;}
.lsjdbody3 .lsjdlb{padding: 0 20px;}
.lsjdbody3 .lsjdlban ul{text-align: center;display: inline-block;}
.lsjdbody3 .lsjdlban li{width: 15px;height: 15px;border-radius: 15px;background: #313131;float: left;margin: 10px;}
.lsjdbody3 .lsjdlban .on{background:#ffffff;}
.lsjdbody3 .lsjdxq{}
.lsjdbody3 .lsjdxq span{float:left;width:calc(50% - 10px);;height:335px;margin-right:10px;overflow: hidden;display: grid;}
.lsjdbody3 .lsjdxq span:nth-of-type(2n){margin-right: 0;}
.lsjdbody3 .lsjdxq img{width:100%;height:100%;object-fit:cover;}
.lsjdbody3 .contt{padding: 0 10px;padding-left: 16px;}
.lsjdbody3 .contt li{width: 32% ;float: left;margin-right:1%;padding-bottom: 30px;text-align: center;}
.lsjdbody3 .contt li .img{width:100%;height:265px;display: block;font-size: 0;overflow: hidden;}
.lsjdbody3 .contt li img{width: 100%;object-fit:cover;}
.lsjdbody3 .contt li span{font-size:20px;color: #313131;margin:10px 0;}
.lsjdbody3 .contt li:nth-of-type(3n){margin-right: 0;}

.lsjdbody4 .Tit{font-size: 70px;color: #313131;font-family: "腾祥细潮黑简";text-align: center;}
.lsjdbody4 .SCont{font-size: 18px;color: #414141;text-align: center;line-height:80px;}
.lsjdbody4 li{width: 32% ;float: left;margin-right:1%;padding-bottom: 30px;text-align: center;}
.lsjdbody4 li .img{width:100%;height:265px;display: block;font-size: 0;overflow: hidden;}
.lsjdbody4 li img{width: 100%;object-fit:cover;}
.lsjdbody4 li span{font-size:20px;color: #313131;margin:10px 0;}
.lsjdbody4 li:nth-of-type(3n){margin-right: 0;}

.lsjdbody5{background: url(../images/lsjddcp_02.png) no-repeat;}
.lsjdbody5 .Tit{font-size: 70px;color: #313131;font-family: "腾祥细潮黑简";text-align: center;padding-top: 60px;}
.lsjdbody5 .SCont{font-size: 18px;color: #414141;text-align: center;line-height: 40px;}
.lsjdbody5 li{width: 19%;float: left;margin-right:1%;text-align: center;}
.lsjdbody5 li:nth-of-type(5n){margin-right: 0;}
.lsjdbody5 li .title{font-size:18px;color:#313131;}

.lsjdbody6{background: url(../images/lsjdbody6.png) no-repeat;background-size:100%;}

.lsjdbody6 .Tit{font-size: 48px;color: #313131;font-family: "腾祥细潮黑简";text-align: center;padding-top: 60px;}
.lsjdbody6 .SCont{font-size: 20px;color: #616161;text-align: center;line-height: 40px;padding: 40px 0;}
.lsjdbody6 .Cont{ display:none;/*background: #fff;*/border: 1px  #333;box-shadow: 1px 2px 6px 0px #d5d5d5;}
.lsjdbody6 .lsjdlb{margin: 80px 0;}
.lsjdbody6 .lsjdxq{text-align: center;margin-top: 50px;}
.lsjdbody6 .lsjdlban{text-align: center;}
.lsjdbody6 .lsjdlban ul{text-align: center;display: inline-block;}
.lsjdbody6 .lsjdlban li{width: 20px;height: 20px;border-radius: 20px;background: #313131;float: left;margin: 10px;}
.lsjdbody6 .lsjdlban .on{background:#ffe33f;}

.lsjdbody6 .left_btn{background:url(/Upload/images/arrow2_01.png) no-repeat center center;transform: scale(1);position: absolute;height: 125px;margin-left:calc(100% - 1194px);margin-top:222px}
.lsjdbody6 .right_btn{background:url(/Upload/images/arrow2_02.png) no-repeat center center;position: absolute;height: 125px;margin-left:13px;margin-top: -300px;}
.lsjdbody6 .left_btn:hover{background:url(/Upload/images/arrow21_01.png) no-repeat center center;}
.lsjdbody6 .right_btn:hover{background:url(/Upload/images/arrow21_02.png) no-repeat center center;}

.lsjdbody7{background: #f6c719;}
.lsjdbody7 .Tit{font-size: 70px;color: #020202;font-family: "腾祥细潮黑简";text-align: center;}
.lsjdbody7 .SCont{font-size: 18px;color: #414141;text-align: center;line-height: 40px;}

.lsjdbody8 .Tit{font-size: 70px;color: #313131;font-family: "腾祥细潮黑简";text-align: center;}
.lsjdbody8 .SCont{font-size: 18px;color: #414141;text-align: center;line-height: 40px;}

.lsjdbody9{background: #f6c719;padding: 60px 0;}
.lsjdbody9 .Tit{font-size: 70px;color: #020202;font-family: "腾祥细潮黑简";text-align: center;}
.lsjdbody9 .SCont{font-size: 18px;color: #030303;text-align: center;line-height: 40px;}

.lsjdbody10{padding-bottom: 60px;}
.lsjdbody10 .Tit{font-size: 70px;color: #020202;font-family: "腾祥细潮黑简";text-align: center;}
.lsjdbody10 .SCont{font-size: 18px;color: #030303;text-align: center;line-height: 40px;}

.lsjdbody10 .lsjdbody10l{width: 70%;background:#ffec53;height:500px;}
.lsjdbody10 .lsjdbody10l .title{font-size:24px;color:#313131;text-align: center;padding:20px 0;}
.lsjdbody10 .lsjdbody10l .scont{width: 100%}
.lsjdbody10 .lsjdbody10l .scont li{float: left;width: 25%;margin:0 4%;text-align: center;}
.lsjdbody10 .lsjdbody10l .scont li:nth-of-type(3n){margin-right: 0;}
.lsjdbody10 .lsjdbody10l .scont li img{width: 100%;height:150px;object-fit:contain;}
.lsjdbody10 .lsjdbody10l .scont li span{font-size: 16px;color: #313131}
.lsjdbody10 .lsjdbody10l .cont{width: 100%;}
.lsjdbody10 .lsjdbody10l .cont .mapp{width: 50%;height:200px;margin-top: 30px;margin: 25px 5%;}
.lsjdbody10 .lsjdbody10l .cont .contt{width: 40%;height:200px;margin-top: 45px;padding:0;}
.lsjdbody10 .lsjdbody10l .cont .contt span{float: left;font-size: 16px;color: #030303;line-height: 40px;}
.lsjdbody10 .lsjdbody10l .cont .contt span em{color: #fd0e14;}

.lsjdbody10r{width: 30%;background:#313131;height:500px;text-align: center;}
.lsjdbody10 .lsjdbody10r .title{font-size:30px;color:#f9d921;text-align: center;padding:20px 0;}
.lsjdbody10 .lsjdbody10r .scont{font-size:14px;color:#f9d921;}
.lsjdbody10 .lsjdbody10r .cont{margin-top: -40px;}

.lsjdbody10 .lsjdbody10fm{padding: 20px;}
.lsjdbody10 .lsjdbody10fm .clearfix{padding: 10px 0;}
.lsjdbody10 .lsjdbody10fm label{float: left;width: 30%;padding-left:20px;font-size: 16px;color: #f9d921;}
.lsjdbody10 .lsjdbody10fm input{float: left;width: 50%；height:30px;line-height:30px;border-radius: 5px;}
.lsjdbody10 .lsjdbody10fm textarea{float: left;line-height:30px;border-radius: 5px;width: 224px;height: 87px;}

.lsjdbody10 .lsjdbody10fm .anniu1{background:#f9d921;font-size: 18px;color: #313131;padding:5px 10px;}
.lsjdbody10 .lsjdbody10fm .anniu1:hover{background:#000000;color:#ffffff;}
.lsjdbody10 .lsjdbody10fm .anniu2{background:#b8b8b8;font-size: 18px;color: #313131;padding:5px 10px;}
.lsjdbody10 .lsjdbody10fm .anniu2:hover{background:#000000;color:#ffffff;}


.lsjdbody10 .xiaoxi{padding: 20px;}
.lsjdbody10 .xiaoxi .xiaoxil{width: 70px;height:70px;background: #fbe62c;text-align: center;padding: 5px;}
.lsjdbody10 .xiaoxi .xiaoxil img{width: 100%;height:33px;object-fit:contain;}
.lsjdbody10 .xiaoxi .xiaoxil span{}
.lsjdbody10 .xiaoxi .xiaoxir{width:calc(100% - 70px);height:70px;background:#ffffff;text-align: left;padding:10px 20px;}
.lsjdbody10 .xiaoxi .xiaoxir span{line-height: 30px;}

/*零食优选-单页*/
.lsyxdaohang{position: fixed;top: 30%;left: 10px;width: 7.5em;min-width: 180px;height: 41.125em;margin-top: -20.5625em;background: none;z-index: 9999;padding: 50px 2.6875em .75em;border-radius: 80px;}
.lsyxdaohang li{background:url(../images/lsyxdh.png) no-repeat;padding: 15px 37px 33px 24px;}
.lsyxdaohang li a{font-size:16px;color: #ffe33f;}
.lsyxdaohang li a:hover{color: #ffffff}

.lsyxbody1{background: url(../images/lsyxbj1.png) no-repeat;/*padding-top: 60px;padding-bottom:40px;*/padding: 157px 0;}
.lsyxbody1 .syxbody1l{width: 320px;height: /*561px*/501px; padding: 70px;background: url(../images/lsyxbj1_001.png);}
.lsyxbody1 .syxbody1l .scont{float: left;width: 100%;font-size: 18px;color: #8b8a8a;padding-bottom: 20px;}
.lsyxbody1 .syxbody1l .title{float: left;width: 100%;font-size: 30px;color: #313131;padding-bottom: 20px;}
.lsyxbody1 .syxbody1l .xian{float: left;width:40px;height: 10px;background: #ffe33f;}
.lsyxbody1 .syxbody1l .cont{float: left;font-size: 16px;color: #313131;line-height: 35px;padding-top: 20px;}

.lsyxbody1 .syxbody1r{width:calc(100% - 320px);height: /*601px*/ 501px;}
.lsyxbody1 .syxbody1r .cont{width:450px;height:330px;position: absolute;margin-top: 60px;;padding: 60px;background: #f9f9f9;}
.lsyxbody1 .syxbody1r .cont .syxbody1rtit{float: left;width: 100%;font-size:24px;color: #313131;font-weight: bold;padding-bottom: 20px;}
.lsyxbody1 .syxbody1r .cont .syxbody1rnr{float: left;width: 100%;font-size:15px;color: #313131;line-height: 28px;}
.lsyxbody1 .syxbody1r .img{float: right;}

.lsyxbody1 .lsyxbody1lb{bottom: 0;display: inline-flex;width: 100%;}
.lsyxbody1 .lsyxbody1lb ul{width: 100%}
.lsyxbody1 .lsyxbody1lb li{float: left;width: 23%;margin-right: 2%;}
.lsyxbody1 .lsyxbody1lb li:nth-of-type(4n){margin-right: 0}
.lsyxbody1 .lsyxbody1lb li .imgg{float: left;margin:20px;margin-right:0;border:1px solid #313131;display: block;width: 90px;}
.lsyxbody1 .lsyxbody1lb li .tit1{float: left;margin: 25px 0;font-size: 20px;text-align: center;padding:28px 0;border:1px solid #313131;border-left: none;display: block;width:90px;}

#lsyxbody2{margin-top:-20px;display:none;}
.lsyxbody2{height:820px;display: flex;}
.lsyxbody2l{float: left;width: 50%;background: url(../images/lsyxbj21.png) no-repeat calc((100%) / 2); 0;}
.lsyxbody2l .Tit{float: right;font-size:65px;color:#313131;font-family: "腾祥细潮黑简";margin-top:160px;display: grid;}
.lsyxbody2lnr{float: right;width: 610px;margin-right: 40px;}
.lsyxbody2l .SCont{float: right;font-size:20px;color:#313131;display: grid;margin-bottom:20px;line-height: 20px;}
.lsyxbody2l .Cont{float: right;display: block;position: relative;overflow: hidden;}
.lsyxbody2l .Cont li{float: left;display: flex;width: calc((100% - 120px) / 4);margin-right: 40px;margin-bottom: 20px;text-align: center;}
.lsyxbody2l .Cont li:nth-of-type(4n){margin-right: 0;}
.lsyxbody2l .Cont{width: 610px;}
.lsyxbody2l .Cont li .picBorder{width: 137px;height: 94px;overflow: hidden;;display: grid;}
.lsyxbody2l .Cont li .picBorder img{width: 100%;object-fit:cover;}
.lsyxbody2l .Cont li .title{font-size:18px;color:#313131;background: #f5a100;}


.lsyxbody2r{float: left;width: 50%;background: url(../images/lsyxbj21_02.png) no-repeat;}
.lsyxbody2r .lsyxbody2rnr{text-align: center;margin-top:160px;}
.lsyxbody2r .lsyxbody2rnr li{width:395px;height:345px;display: contents;border: 1px solid #313131;}
.lsyxbody2r .lsyxbody2rnr li .img{width:580px;height:475px;overflow: hidden;display: inline-block;box-shadow:0px 0px 10px 3px #d5d5d5;}
.lsyxbody2r .lsyxbody2rnr li img{width: 100%; height: 100%;object-fit: cover;box-shadow:0px 0px 10px 3px #d5d5d5;}
.lsyxbody2r .left_btn{background:url(/Upload/images/lsyxbody2rnrtb_03.png) no-repeat center center;transform: scale(1);position: absolute;margin-left:calc(((100% - 2675px)/2) + 580px);margin-top:-307px}
.lsyxbody2r .right_btn{background:url(/Upload/images/lsyxbody2rnrtb_05.png) no-repeat center center;position: absolute;    margin-left: calc((100% - 355px)/2);margin-top: -300px;}
.lsyxbody2r .left_btn:hover{background:url(/Upload/images/lsyxbody2rnrtb1_03.png) no-repeat center center;}
.lsyxbody2r .right_btn:hover{background:url(/Upload/images/lsyxbody2rnrtb1_05.png) no-repeat center center;}

.lsyxbody3{background: url(../images/lsyxbj3.png) no-repeat;padding-top: 60px;}
.lsyxbody3 .Tit{font-size: 70px;color: #313131;font-family: "腾祥细潮黑简";text-align: center;padding-top: 30px;}
.lsyxbody3 .SCont{font-size: 20px;color: #414141;text-align: center;line-height: 40px;}
.lsyxbody3 .Cont{padding-top:30px}
.lsyxbody3 .anniu{text-align: center;padding: 50px 0;}
.lsyxbody3 .anniu a{font-size:22px;background:#fddd32;color: #313131;margin: 20px;padding: 20px;}
.lsyxbody3 .anniu a:hover{background:#313131;color:#ffffff;}

.lsyxbody4{background:#ffffff;}
.lsyxbody4 .Tit{padding:20px 0;}
.lsyxbody4 .Tit img{float: left;}
.lsyxbody4 .Tit1{background:#fddd32;box-shadow:0px 10px 5px #d5d5d5;}
.lsyxbody4 .Tit span{font-size: 40px;color: #313131;font-family: "腾祥细潮黑简";text-align: center;line-height: 140px;margin:0 20px;padding:10px}
.lsyxbody4 .Titt{font-size: 70px;color: #313131;font-family: "腾祥细潮黑简";text-align: center;padding-top: 30px;}
.lsyxbody4 .SCont{font-size: 20px;color: #414141;text-align: center;line-height: 40px;}
.lsyxbody4 .anniu{text-align: center;padding-top: 80px;padding-bottom: 40px;}
.lsyxbody4 .anniu a{font-size:22px;color: #313131;margin: 20px;padding: 20px;background:#fddd32;}
.lsyxbody4 .anniu a:hover{background:#313131;color:#ffffff;}
.lsyxbody4 .img img{max-width: 100%;padding-top:40px;}
.lsyxbody4 .img li{float: left;width: 33%;}
.lsyxbody4 .img .imgg{width: 100%;height:503px;overflow: hidden;display: grid;}
.lsyxbody4 .img .imgg img{width: 100%;height: 100%;object-fit:cover;}

.lsyxbody5{background: url(../images/lsyxbj5.png) ;}
.lsyxbody5 .Tit{font-size: 70px;color: #313131;font-family: "腾祥细潮黑简";text-align: center;padding-top: 30px;}
.lsyxbody5 .SCont{font-size: 20px;color: #414141;text-align: center;line-height: 40px;}
.lsyxbody5 .lsyxbody5l{width: 50%;}
.lsyxbody5 .lsyxbody5l img{max-width: 100%}
.lsyxbody5 .lsyxbody5r{width: 50%;padding: 50px;}
.lsyxbody5 .lsyxbody5r .title{font-size: 48px;color: #313131;font-weight: bold;}
.lsyxbody5 .lsyxbody5r .scont{font-size: 30px;color: #313131;padding-bottom: 30px;border-bottom: 5px solid #313131;}
.lsyxbody5 .lsyxbody5r .cont{font-size: 20px;color: #313131;margin:20px 0;padding:20px;line-height: 40px;background:#e1c841;}
.lsyxbody5 .anniu{text-align: center;padding: 50px 0;}
.lsyxbody5 .anniu a{font-size:22px;color: #ffffff;margin: 20px;padding: 20px;background:#313131;}
.lsyxbody5 .anniu a:hover{background:#e1c841;color: #313131;}

.lsyxbody5 .qiehuan{text-align: center;}
.lsyxbody5 .qiehuan ul{text-align: center;display: inline-block;}
.lsyxbody5 .qiehuan li{width: 15px;height: 15px;border-radius: 15px;background: #313131;float: left;margin: 10px;}
.lsyxbody5 .qiehuan .on{background:#ffffff;}


.lsyxbody6{background: url(../images/lsyxbj6.png) ;padding: 60px 0;}
.lsyxbody6 .img1{text-align: center;}
.lsyxbody6 .Cont li{float: left;width: 23.5%;margin-right: 2%;height: 360px;display: grid;margin-bottom: 30px;background: #ffffff;
box-shadow: 0px 5px 5px #d5d5d5;}
.lsyxbody6 .Cont li:nth-of-type(4n){margin-right: 0}
.lsyxbody6 .Cont li .img{height: 293px;height: 210px;overflow: hidden;display: grid;}
.lsyxbody6 .Cont li .title{font-size: 24px;color: #313131;font-weight: bold;text-align: center;}
.lsyxbody6 .Cont li .cont{font-size: 16px;color: #313131;padding:15px; }

.lsyxbody7 .SCont{font-size: 24px;color: #030303;text-align: center;line-height: 40px;letter-spacing:2px;}
.lsyxbody7 .imgg{position: absolute;padding-left: 120px;margin-top: -3px;}
/*门店展示*/
.chanProdCon li{float: left;display: inline-block;width: calc((100% - 80px) / 3);margin-right: 40px;margin-bottom: 48px;}
.chanProdCon li:nth-of-type(3n){margin-right: 0;}
.chanProdCon li:nth-last-of-type(1),.chanProdCon li:nth-last-of-type(2){margin-bottom: 0;}
.chanProdCon li .title{text-align: center;background: #f4f4f4;color: #333333;line-height:40px;}
.chanProdCon li:hover .title{background: #313131;color: #ffffff;}
.chanProdCon li .picBorder{width: 373px;height: 284px;overflow: hidden;display: flex;}
.chanProdCon li .picBorder img{width: 100%;object-fit: cover;}

.zixun{text-align: center;}
.zixun a{margin: 0 30px;width:262px;height:66px;display: inline-block;border-radius:10px;}
.zixun img{border-radius: 7px;}
.zixun img:hover{-moz-transition: all ease .5s 0s;-webkit-transition: all ease .5s 0s;cursor: pointer;transition: all ease .5s 0s;}
/*产品*/
.chanProdCon li .productt{}
.chanProdCon li .productt img{width: 100%;object-fit: contain;}
/*品牌简介*/
.channelAbout .img{width:509px;height:354px;overflow: hidden;;display: grid;}

.chanAboutTit{font-size: 16px;text-align: center;}
.chanAboutTit::after{display: block;width: 80px;height: 2px;background: #000;content: "";padding: 0px;margin: 25px 46.5%;}
.chanAboutTit .tp{/*background: url("../images/titl.png") no-repeat;*/border-left: 5px solid #ba1a24;}
.chanAboutTit span{font-size: 36px;color: #313131;font-weight:bold;}
.chanAboutSCon{font-size: 18px;text-align: center;color: #7e7d7d;}
.chanAboutCon{margin-top: 50px;}

.lsyx{background: url("../images/gsjjbj.png") no-repeat;}
.lsyxl{height: 410px;width: 529px;float: left;}
.lsyxl .img,.lsyxl .imgy{padding-left: 20px;width: 100%;}
.lsyxl .img img,.lsyxr .img img{width: 100%;height: 100%;object-fit: cover;}
.lsyxr{float: left;padding-top: 13px;padding-left: 55px;width: calc(100% - 549px);font-size: 16px;line-height: 33px;color: #636363;}

.channelAbout .imgy{position: absolute;margin-top: -354px;display: none;}
#lsjd:hover .imgy,#lsyx:hover .imgy{display: inline-block;}
/*
.lsyxl:hover img{-webkit-transform: scale(1.02);-moz-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02);-moz-transition: all ease .5s 0s;-webkit-transition: all ease .5s 0s;cursor: pointer;transition: all ease .5s 0s;}
.lsjdr:hover img{-webkit-transform: scale(1.02);-moz-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02);-moz-transition: all ease .5s 0s;-webkit-transition: all ease .5s 0s;cursor: pointer;transition: all ease .5s 0s;}
*/

.lsjdl{width: 50%;margin-right: 5%;float: left;padding-top: 45px;font-size: 16px;line-height: 33px;color: #636363;}
.lsjdr{float: left;padding-top: 35px;}

.jyln{}
.jyln li{display: inline-block;text-align: center;width: 18.9%;margin-right: 1%;height: auto;/*max-height: 240px;*/margin-bottom: 15px;background:#fbfbfb;padding: 45px 20px;}
.jyln li:last-child{margin-right:0;}
.jyln li .img{margin: 0px auto;height: 72px;width: 80px;display: inherit;}
.jyln li:nth-of-type(1):hover .img{background: url(../images/aboutxtby_01.png) no-repeat !important;}
.jyln li:nth-of-type(2):hover .img{background: url(../images/aboutxtby_02.png) no-repeat !important;}
.jyln li:nth-of-type(3):hover .img{background: url(../images/aboutxtby_03.png) no-repeat !important;}
.jyln li:nth-of-type(4):hover .img{background: url(/Upload/images/aboutxtby_04.png) no-repeat !important;}
.jyln li:nth-of-type(5):hover .img{background: url(../images/aboutxtby_05.png) no-repeat !important;}
.jyln li img{}
.jyln li span{float: left;font-size: 16px;color: #424242;text-align: center;}
.jyln .Tit{width: 100%;margin:20px 0 0;font-size: 20px;}
.jyln .Tit::after{display: block;width: 20px;height: 2px;background: #ffe33f;content: "";padding: 0px;margin: 25px 44%;}

.fzlcbody{border-top: 1px solid #eeeeee;padding-top: 60px;}
#fzlc{}

#fzlc .xian img{max-width: 100%;}

.about_sec3 {background: url(/Upload/1592553742.jpg) center center;background-size: 100%;background-size:100%;-moz-background-size:100%;-webkit-background-size:100%;-o-background-size:100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader  (src='../images/about2.png',  sizingMethod='scale');padding: 80px 0;position: relative;z-index: 999;}
.about_sec3 .about_title h3, .about_sec3 .about_title h4 {color: #fff;}
.about_sec3_yuan {width: 100%;height: auto;text-align: center;overflow: hidden;font-size: 0;}
.about_sec3_yuan div {display: inline-block;width: 70px;}
.about_sec3_yuan1 {height: 70px;color: #616161;font-size: 24px;line-height: 70px;border-radius: 50%;/*border: 1px solid #fff;*/text-align: center;font-family: Georgia, "Times New Roman", Times, serif;}
.about_sec3_yuan1.active {color: #ffe33f;background: url(../images/xuanzhong.png);}
.about_sec3_yuan1:hover {color: #ffe33f;background: url(../images/xuanzhong.png);}
.about_sec3_xian {height: 1px;background: #fff;position: relative;top: -5px;}
.about_sec3_shu {height: 52px;margin: 20px auto;width: 100%;background:url(../images/fzlc.png);}
.about_sec3_nr {height: 100px;padding: 10px 20px;position: relative;margin: 0 auto;}


.about_sec3_nr1 {
    width: 100%;font-size: 30px;/*color: #fff;*/line-height: 60px;height: 100px;
    position: absolute;top: 0;text-transform: uppercase;filter:alpha(opacity=0);
    -moz-opacity:0; -khtml-opacity:0; opacity: 0;-moz-transition:opacity 1s;-ms-transition:opacity 1s;
    -o-transition:opacity 1s;-webkit-transition:opacity 1s;transition: opacity 1s;
}
.about_sec3_nr h2{font-size:72px;color:#ffe33f;float: left;width: 30%;padding-left: 50px;}
.about_sec3_nr h3{font-size:20px;color:#616161;float: left;width: 70%;line-height: 35px;}
.about_sec3_nr1 h3 span{width:6px;height:6px;border-radius:50%;background:#fff;display:inline-block;margin:0 10px;margin-bottom:5px;}
/*新闻*/
.chanNewsCon li{float: left;display: inline-block;width:100%;margin-right: 40px;padding: 25px 0;border-bottom: 1px dashed #b1b1b1;height: auto;font-family: "微软雅黑",STXihei,STHeiti;}
.chanNewsCon li:last-child{border:0;}
.chanNewsCon .newsdata{float: left;padding-top: 25px;padding-left: 35px;width: calc(87% - 337px);color: #959595;}
.chanNewsCon .title{margin-top: 20px;font-size: 16px;color: #0b0b0b;}
.chanNewsCon li:hover .title{color: #ba1a24;}
.chanNewsCon .picBorder{float: left;width:337px;height: 234px;display: block;font-size: 0;overflow: hidden;}
.chanNewsCon img{width:100%;height: 100%;object-fit: cover;}
.chanNewsCon .description{color: #636363;line-height: 25px;padding-top: 25px;}
.chanNewsCon .newsmore{float:right;width: 10%;font-size: 14px;color: #939393;padding-left: 10px;padding-top: 125px;}
.chanNewsCon .newsmore .shuxian{float:left;width: 1px;height: 40px; background: #939393;}
.chanNewsCon .newsmore .wenzi{line-height: 40px;}
.chanNewsCon li:hover .newsmore{color: #ba1a24;}
.chanNewsCon li:hover .newsmore .shuxian{background:#ba1a24;}
.chanNewsCon .date::after {display: block;width: 16px;height: 1px;background: #000;margin-top: 15px;content: "";}

/*单页*/
.channelpage{font-size: 18px;color: #030303;line-height: 40px;}
/*详情*/
.bdsharebuttonbox{padding-right: 80px;}

.newsXContent{padding: 50px 0 0px;}
.newsXbody{}
.newsCase{background: #fff;}
.newsXbox{padding:50px;padding-top: 0;padding-bottom: 150px; /*box-shadow: 0px 0px 4px 4px #f1f1f1;*/}
.newsCase .title{text-align: center;/*padding-top: 30px;*/border: none !important; }
.newsXbox .title{border-bottom:1px solid #b4b3b3 !important;font-weight:}
.newsXbox  h2{font-weight: bold;font-size: 24px;}
.newsCase .title p{line-height: 40px;padding-bottom: 10px;color: #9e9e9e}
.newsCase .title p span{}
.newsCase .ChannelContent .newsXbody{line-height: 25px;font-size: 16px;padding-bottom: 30px;border-bottom:1px solid #b4b3b3;}
.newsCase .ChannelContent p{}
.newsCase .fanye2{width:100%;float: left;}
.newsCase .fanye2 b{}
.newsCase .prne{width:calc(100% - 130px);float: left;}
.newsCase .black{width: 130px;height: 30px;background: url("../images/black.png") no-repeat;margin: 10px 0;box-shadow: 0px 0px 2px 2px #f1f1f1}
.newsCase .black a{display: inline-block;width: 100%;font-size: 14px;color: #636363;line-height: 1em;padding: 7px 20px;}
.newsCase .black:hover a {color: #ef6d12;}

.NewsTuijian{background: #fff;box-shadow: 0px 0px 4px 4px #f1f1f1;}
.NewsTuijianCon{padding: 0 25px 35px;}
.NewsTuijianCon li{float: left;margin-right: 15px;}
.NewsTuijianCon li:nth-of-type(4n){margin-right: 0;}
.NewsTuijianCon a{display: block;width: 100%;font-size: 14px;color: #636363;}
.NewsTuijianCon .picBorder,.NewsTuijianCon img{width: 276px;height: 178px;overflow: hidden;}
.NewsTuijianCon .date{margin: 15px 0 10px 0;font-family: Arial;}
.NewsTuijianCon .title{padding-bottom: 15px;padding-top: 20px;font-size: 16px;color: #2e2e2e;}
.NewsTuijian .chanAboutTit{padding: 45px 25px 0;}
.NewsTuijian .chanAboutTit span{font-family: "微软雅黑",STXihei,STHeiti;font-size: 30px;font-weight: normal;color: #333333;}
.NewsTuijian .chanAboutTit .more{margin-top: 15px;font-size: 16px;font-weight: normal;color: #ba1a24;float: right;}
.NewsTuijianCon li:hover .more{color: #cd8c1a;}
/*零食*/
.lingshi{padding-bottom:0px;}
.lingshi .Tit,.lingshi .SCont,.lingshi .Cont{padding: 0 2%}
.lingshi .Tit{font-size: 70px;color: #313131;text-align: center;font-family: "腾祥细潮黑简";line-height: 70px;padding-bottom: 15px;}
.lingshi .Tit em{font-size: 48px;}
.lingshi .SCont{font-size: 14px;color: #313131;text-align: center;letter-spacing:10px;text-transform: uppercase;line-height: 40px;min-height: 40px}
.lingshi .Cont{font-size: 18px;color: #414141;text-align: center;line-height: 30px;}
.lingshi .img{padding-top: 30px;}
.lingshi .img img{width: 100%;height: 100%;overflow: hidden;object-fit: cover;}
.lingshi .lingshilb{position: relative;overflow: hidden;}
.lingshi .lingshilb li{float: left;display: inline-block;width: calc((100% - 120px) / 4);margin-right: 40px;margin-bottom: 48px;text-align: center;}
.lingshi .lingshilb li:nth-of-type(4n){margin-right: 0;}
.lingshi .lingshilb li:nth-last-of-type(1),.lingshi .lingshilb li:nth-last-of-type(2){margin-bottom: 0;}

.lingshi .lingshilb li .picBorder{height: 268px;overflow: hidden;}
.lingshi .lingshilb li .picBorder img{height: 100%;max-width: 100%;object-fit: contain;}
.lingshi .lingshilb li .title{position: relative;left: 10px;bottom: 30px;color: #313131;background: rgba(255,227,63,1);width: 70%;margin: 0 13%;border-radius: 40px;height: 40px;line-height: 40px;font-size: 18px;text-align: center;}

.lingshi .lingshibd2 .lingshilb li{width: calc((100% - 160px) / 5);}
.lingshi .lingshibd2 .lingshilb li:nth-of-type(4n){margin-right: 40px;}
.lingshi .lingshibd2 .lingshilb li:nth-of-type(5n){margin-right: 0;}

.lingshi .lingshibd3{background: url(../images/lingshibj.png);}
.lingshi .lingshibd3 .Tit{padding-top: 30px;}

.lingshi .lingshibd5{background: url(../images/lingshibj1.png) no-repeat;}
.lingshi .lingshibd5 .Tit{padding-top: 80px;}

.lingshi .lingshilb2{min-height:500px;}
.about_sec3_yuan2{font-size: 16px;width: 100% !important;}
.lingshibd6{position: relative;}
.lingshibd6 .lingshibr2{padding-right: 47px;}
.index3bb .lingshibr2{padding-right: 6px;}
.lingshilbl{width: 900px;height: 605px;border-right: 1px solid #f0f0f0;padding-right: 40px;}
.lingshilbl .img{margin-right: 40px;width: 100%;height:  548px;overflow: hidden;margin-top: 0!important;padding-top: 0;}
.lingshilbl .img:hover img{-webkit-transform: scale(1.02);-moz-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02);-moz-transition: all ease .5s 0s;-webkit-transition: all ease .5s 0s;cursor: pointer;transition: all ease .5s 0s;}
.lingshilbl .img img{width: 100%;height: 100%;object-fit: cover;}
.lingshilbl .Title{font-size: 16px;color: #313131;margin-top: 25px;}
.lingshibd6 .Tit em{font-size: 48px;color: #313131;font-family: "腾祥细潮黑简";}
.lingshibd6 .SCont{letter-spacing:7px;padding-bottom: 50px;}

.lingshilbr{width: 300px;padding-left: 40px;} 
/*.about_sec3_nr2{position: absolute;margin-top: 30px;margin-right: 5%;border-right: 1px solid #f0f0f0;}*/
.lingshilbr .about_sec3_yuan3{width: 214px!important;margin-bottom: 20px;}
/*.lingshilbr .about_sec3_yuan3 div{width: 214px!important;margin-bottom: 20px;}*/
.lingshilbr .about_sec3_yuan3 div .img{padding-top: 0;margin-bottom:5px;}
/*.lingshilbr .about_sec3_yuan3{padding-left: calc(100% - 210px);}*/
.lingshilbr .about_sec3_yuan3 a{}
.lingshilbr .about_sec3_yuan3 .Title{line-height: 30px;color: #313131}
.lingshilbr .about_sec3_yuan3 .img{padding: 0px;height: 120px;overflow: hidden;}
.lingshilbr .on .img img{object-fit:cover;border:5px solid #ffe33f;}

.lingshibr2{/*padding-right: 47px;*/margin-top: -20px;}
.lingshilbr .lingshilbrlb{width: 100% !important;pading-left: 40px;}
.lingshibr2_zt{position: absolute;right: 40px;bottom: 0;}
.btn{float: left;display: inline-block;width: 107px;height: 94px;margin-top: 20px;cursor: pointer;}
.left_btn{background: #313131 url(/Upload/159498323072.png) no-repeat center center;-moz-transform: scale(-1);-o-transform: scale(-1);-ms-transform: scale(-1);-webkit-transform: scale(-1);transform: scale(-1);}
.right_btn{background: #313131 url(/Upload/159498323072.png) no-repeat center center;}
.index3bb .left_btn:hover{background-color: #ffe33f;}
.index3bb .right_btn:hover{background-color: #ffe33f;}

/*电话留言*/
.liuyan{background: #424242;width: 100%;height: 70px;position: fixed;
    top:calc(100% - 70px);z-index: 9999;margin-bottom: 150px;
}
.liuyan .title{width: 28%;margin-right: 5%;text-align: center;padding-top: 5px;}
.liuyan .title span{float: left;font-size:18px;color:#fff;line-height: 30px;width: 100%;}
.liuyan .title span em{font-size:14px;color:#ecebeb;line-height:20px;}
.liuyan .SCont{width: 55%;}
.liuyan .SCont span{font-size:18px;color:#ecebeb;line-height: 60px;width: 100%;}
.liuyan .SCont span em{font-size:36px;color:#ffec53;}
.liuyan .SCont input{height: 40px;width: 300px;}
.liuyan button{width: 110px;height: 40px;background: #ffe33f;font-size: 18px;color: #313131;margin-left: -5px;display: inline;padding-bottom: 3px;}
.liuyan button:hover{background: #313131;color: #ffffff;}

/*联系我们*/
.chanContTit{font-size:36px;color: #313131;font-weight: bold;}
.chanContEwm{text-align: center;}
.chanContEwm li{display: inline-block;background: #f4f4f4;width: 220px;height: 295px;padding: 5px;margin: 0 12px;font-size: 16px;color: #474747;text-align: center;}
.chanContEwm img{width: 210px;height: 210px;margin-bottom: 8px;}
.chanContMain{font-size: 18px;color: #424242;text-align: center;}
.chanContMain .tel{font-size: 42px;color: #ba1a24;font-weight: bold;font-family: Arial;margin: 5px auto;}
#allmap{height: 540px;border: 1px solid #ba1a24;}

.ChannelBody2{border-bottom: 1px dashed #e5e5e5;}
.ChannelBody2 .tit{text-align: center;font-size:30px;color:#010101;}
.ChannelBody2 ul{}
.ChannelBody2 ul li{width: 47%;margin-right:6%;float: left;border: 1px solid #e8e8e8;padding:20px;margin-bottom: 40px;}
.ChannelBody2 ul li:nth-child(2n){margin-right:0;}
.ChannelBody2 .Channelimg1{float:left;}
.ChannelBody2 ul li .tit{float:left;text-align: left;font-size:18px;color:#333333;padding-left: 30px;}
.ChannelBody2 li .Channelimg2{float: left;}
.ChannelBody2 li .Channelimg2 img{width:100%;height:175px;object-fit: cover;}
.ChannelBody2 .img{float: left;width: 20%;margin-right: 10%;border-right: 1px solid #e5e5e5;}
.ChannelBody2 .chancontent{float: right;width:70%;}
.ChannelBody2 .SCont{float: left;line-height: 40px;font-size: 16px;color: #313131;}
.ChannelBody2 .Cont{float: left;font-size: 16px;color:#eecb01;width: 100%;}

.chanContCon .chanContMain li{width: 47%;margin-right:6%;float: left;padding:20px;}
.chanContCon .chanContMain li:nth-child(2n){margin-right:0;}
.chanContCon .chanContMain li .img{float: left;margin-right: 5px;width: auto;}
.chanContCon .chanContMain li .Cont{float: left;font-size: 16px;color:#0c0c0c;width: auto;line-height: 33px;}

.ditu{padding-bottom: 120px;}
.mendianbody{background:#f8f5ee;padding-bottom: 120px;display:none;}
.mendianbody .mendianCon{padding-top: 60px;}
.mendianbody .mendianConl{width: 40%;}
.mendianbody .mendianConl .title span{font-size:30px;color: #000000;line-height: 76px;text-align: center;background: #f9d921;width:100%;}
.mendianbody .mendianConl .img{display:none;width: 100px;background: #fff;height: 76px;}
.mendianbody .mendianConl .Cont .tit{width: 100%;background:#aaaaaa;color:#fff;text-align: center;font-size: 24px;line-height:40px;}
.mendianbody .mendianConl .Cont ul{width:100%;border-right: 5px solid #aaaaaa;display: inline-block;}
.mendianbody .mendianConl .Cont ul li{float: left;width: 33.333% !important;text-align: center;font-size: 16px;line-height: 40px;background: #fff;}
.mendianbody .mendianConl .Cont ul li:hover,.mendianbody .mendianConl .Cont .onn{background:#f9d921;}
.mendianbody .mendianConr{width: 50%;}

.mendianbody .mendianConr .tit{width: 100%;background:#f9d921;color:#000000;text-align: center;font-size: 24px;line-height:60px;}
.mendianbody .img span{float: left;font-size: 30px;color: #000000;line-height: 49px;height: 49px;}
.mendianbody .img span img{margin-right: 10px;}
.mendianbody .mendianConr ul{width: 100%}
.mendianbody .mendianConr ul li{float: left;width:100%;margin:20px 0;padding: 20px 30px;background: #fff;} 
.mendianbody .mendianConr ul li .title{float: left;width: 100%;font-size: 16px;color: #313131;line-height: 30px;}
.mendianbody .mendianConr ul li .SCont{float: left;width: 100%;font-size: 16px;color: #313131;line-height: 30px;}
.mendianbody .mendianConr ul li .Cont{float: left;width: 100%;font-size: 16px;color: #313131;line-height: 30px;}
.mendianbody .mendianConr .about_sec3_nr2{margin-top: 0;}
/*首页调整*/
.indexztCon{position: relative;width: 1200px;margin: 0 auto;}
.indexztLCon{width: 600px;height: 435px;position: initial;}
.indexztLCon .picBorder{width: 100%;height: 435px;overflow: hidden;display: grid;}
.indexztLCon .picBorder:hover img{-webkit-transform: scale(1.02);-moz-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02);-moz-transition: all ease .5s 0s;-webkit-transition: all ease .5s 0s;cursor: pointer;transition: all ease .5s 0s;}
.indexztLCon .picBorder img{width: 100%;height: 100%;object-fit: cover;}
.indexztRCon{width: 600px;height: 435px;background: #fff url("/Upload/indexztRConBorder.png") no-repeat left top;background-size: 100% 100%;overflow: hidden;}
.indexztRCon .swiper-slide{padding: 160px 55px 0 45px;}
.indexztRTit{border-bottom: 1px solid #a2a2a2;padding-bottom: 10px;}
.indexztRTit .title{font-size: 30px;color: #fed104;font-weight: bold;}
.indexztRTit .title::after{position: relative;margin: 0 15px;content: "/";font-size: 30px;color: #787878;font-weight: normal;}
.indexztRTit .subhead{font-size: 20px;color: #787878;font-family: Arial;text-transform: uppercase;}
.indexztRMain{font-size: 18px;color: #333333;margin-top: 30px;line-height: 1.8em;}
.indexztLCon .swiper-button-prev,.indexztLCon .swiper-button-next,.indexztLCon .swiper-pagination{position: absolute;top: 75px;z-index: 1000;}
.indexztLCon .swiper-button-prev{left: 800px;width: 44px;height: 38px;background: url("/Upload/arrowLeft_zt.png") no-repeat;}
.indexztLCon .swiper-button-next{left: 855px;width: 44px;height: 38px;background: url("/Upload/arrowRight_zt.png") no-repeat;}
.indexztLCon .swiper-pagination{top: 48px;left: 645px;font-family: Arial;font-size: 30px;color: #333333;height: 40px;width: auto;}
.indexztLCon .swiper-pagination-total{font-size: 24px;}
.indexztLCon .swiper-pagination-current{font-size: 36px;color: #fed104;}
.indexztCon .line{position: absolute;z-index: 10;top: 75px;left: 0;right: 0;margin: auto;width: 80px;height: 2px;background: #fed104;}

/*留言弹窗*/
.fxdtan { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999999; opacity: 0; visibility: hidden; -webkit-transition: all .2s; transition: all .2s; }
.fxdtan.fbon { opacity: 1; visibility: visible; }
.fxdtan .cover { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #000; opacity: .6; }
.fxdtan .boxwrap { position: absolute; top: 45%; left: 50%; background: /*#00a0e9*/ #313131; border-radius: 10px; color: #fff; padding: 30px; width: 1000px; height: 600px; box-sizing: border-box; -webkit-transform: translateX(-50%) translateY(-90%) scale(.6); transform: translateX(-50%) translateY(-90%) scale(.6); opacity: 0; }
.fxdtan.fbon .boxwrap { opacity: 1; -webkit-transform: translateX(-50%) translateY(-50%) scale(1); transform: translateX(-50%) translateY(-50%) scale(1); -webkit-transition: all .2s; transition: all .2s; }
.fxdtan .boxwrap .box { padding: 38px; border: 1px solid #fff; border-radius: 10px; overflow: hidden; }
.fxdtan .boxwrap .box .close { font-size: 40px; font-family: arial; position: absolute; right: 50px; top: 40px; cursor: pointer; }
.fxdtan .boxwrap .box .flb { float: left; width: 400px; position: relative; }
.fxdtan .boxwrap .box .flb:after { content: ''; display: block; width: 1px; height: 435px; background: rgba(255,255,255,.3); position: absolute; right: -29px; top: 0px; }
.fxdtan .boxwrap .box .flb h4 { font-weight: normal; font-size: 24px; margin-bottom: 20px; }
.fxdtan .boxwrap .box .flb p { font-size: 16px; line-height: 30px; margin-bottom: 10px; }
.fxdtan .boxwrap .box .flb .tel { font-size: 22px; font-family: arial; border-bottom: 1px solid rgba(255,255,255,.3); margin-bottom: 30px; padding-bottom: 30px; background: url(../images/fwin_img1.png) no-repeat left 2px; padding-left: 26px; margin-top: 20px; }
.fxdtan .boxwrap .box .flb .qrcode { overflow: hidden; }
.fxdtan .boxwrap .box .flb .qrcode .img { width: 50%; float: left; text-align: center; font-size: 14px; }
.fxdtan .boxwrap .box .flb .qrcode .img img { display: block; margin: 0 auto 5px; }
.fxdtan .boxwrap .box .frb { float: right; width: 400px; }
.fxdtan .boxwrap .box .frb h4 { font-weight: normal; font-size: 24px; margin-bottom: 30px; }
.fxdtan .boxwrap .box .frb .item { margin-bottom: 20px; position: relative; }
.fxdtan .boxwrap .box .frb .item .code { position: absolute; right: 10px; top: 4px; }
.fxdtan .boxwrap .box .frb .item .code img { display: block; width: 100px; height: 36px; }
.fxdtan .boxwrap .box .frb .item .ipt { width: 100%; border-radius: 6px; line-height: 44px; background: #fff; border: 0; box-sizing: border-box; padding: 0 20px; font-size: 14px; color: #333; }
.fxdtan .boxwrap .box .frb .item .txta { width: 100%; border-radius: 6px; line-height: 24px; background: #fff; border: 0; box-sizing: border-box; padding: 14px 20px; font-size: 14px; color: #333; height:140px; }
.fxdtan .boxwrap .box .frb .item .btn { width: 100%; border-radius: 6px; line-height: 44px; background: #ffe33f; border: 0; box-sizing: border-box;  text-align: center; font-size: 14px; color: #000 !important; cursor: pointer;
height: 50px;}
.fxdtan .boxwrap .box .frb .item:last-child { margin-bottom: 0; }
 
body.close { position: relative;overflow: hidden;}

/*gotop*/
.cbbfixed {position: fixed;right: 10px;transition: bottom ease .3s;bottom: -85px;z-index: 3;cursor:pointer; top:500px; right:50px;}
.cbbfixed .cbbtn {width: 40px;height: 40px;display: block; background-color: #f27200;}
.cbbfixed .gotop {transition: background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left;margin:14px 0 0 9px;width:23px;height:12px;background: url(../images/side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#F00;}
.cbbfixed .cweixin {background: #dadbdd;}
.cbbfixed .cweixin div {background: url(../images/erwei.png);width: 194px;height: 199px;position: absolute;left: -194px;top: -115px;opacity: 0;transform: scale(0);    -webkit-transform: scale(0);transform-origin: 100% 70%;-webkit-transform-origin: 100% 70%;transition: transform ease .3s,opacity ease .3s;-webkit-transition: all ease .3s;display:none\0;*display:none;}
.cbbfixed .cweixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .cweixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background: url(../images/side-icon01.png);}

/**/
.daohang .chat{position: absolute;/*right:-244px;*/display: none;top: 40px;border:1px solid #d7d7d7;-moz-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;z-index: 99;background: rgba(255,255,255,.8);}
.daohang .footfax:hover .chat{right: 160px;display: block;}
.daohang .chat i{background: url(../images/jiantou.jpg) right center no-repeat;display: block;width: 8px;height: 15px;right:-8px;position:absolute;top:30%;}
.daohang .chat .chatlist{color:#666;text-align:center;padding:10px;}
.daohang .chat .chatlist img{width: auto;}


/*留言验证码*/
.liuyan{position: relative;}
.liuyan .title{margin-right: 1%;}
.liuyan .SCont input{width: 150px;}
.liuyan .Contt{font-size:16px;color:#ffe33f;line-height: 70px;}
.liuyan .code_image{position: absolute;top: 27px;margin-left: -58px;}
.liuyan button{margin-left: 0;}

.yanzhen{position: relative;width: 100% !important;}
.yanzhen .code_image{position: absolute;top: 5px;right:10px;}

.fxdtan .boxwrap .box .frb .item .btn{margin-top: -20px;}
.fxdtan .boxwrap .box .flb:after{height: 470px}

.lsjdbody10 .lsjdbody10fm .clearfix{position: relative;}
.lsjdbody10 .lsjdbody10fm .clearfix .code_image{position: absolute;top: 15px;right:10px;}
.lsjdbody10 .lsjdbody10fm .clearfix .form_text_verifycode{margin-bottom: 10px;}
.lsjdbody10 .lsjdbody10fm textarea{width: 70%;height: 50px;line-height: 25px;}