@charset "utf-8";

/*~~~~框架布局  v3.2~~~*/

html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}


 





/*==版心定义↓==*/

.container{width:1280px;}

a:hover{color:#d61618}





/*==字符串↓==*/

*:before,*:after,em,i,.iof{font-style: normal;font-family: "iconfont";line-height:1;transition: all .4s ease-in-out}



@font-face {
  font-family: 'iconfont';  /* Project id 1963410 */
  src: url('//at.alicdn.com/t/c/font_1963410_ikqui3vy9jg.woff2?t=1700500270194') format('woff2'),
       url('//at.alicdn.com/t/c/font_1963410_ikqui3vy9jg.woff?t=1700500270194') format('woff'),
       url('//at.alicdn.com/t/c/font_1963410_ikqui3vy9jg.ttf?t=1700500270194') format('truetype');
}



.head-top{padding:20px 0;border-bottom:1px solid #ddd}
.head-top .long{display: flex;align-items: center;justify-content: space-between;}
.head-top p{color:#8a8a8a;font-size:14px}
.head-top font{color:#d61618}
.head-top .right{display:flex}
.head-top .lang{color:#6a6a6a;font-size:14px;margin-left: 20px;}
.head-top .lang:hover{color:#d61618}

/*==顶部↓==*/
.fixed-top.header{ position: fixed;top:0;width:100%;z-index:99; height:80px;box-shadow: 0 0 10px #ddd;  }
.fixed-top.header:before{opacity:1; height:100%;}
.fixed-top.header .sub{top:80px} 
/*--*/
.header{position: relative;z-index:99;border-bottom:1px #eee solid; height:100px;}
.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%;background: #fff;transition: all .4s ease-in-out;}
.header .container{height:100%;}
.header .logo{float:left;display: flex;height:100%;padding: 20px 0;align-items: center;}
.header .logo a{display: flex;height:100%;align-items: center;}
.header .logo img{max-height:80px;}
.header .logo .txt{color:#181818;font-size:16px;text-align: center;margin-left: 20px;}
.header .logo .txt font{display: block;font-size:28px;color:#d61618;font-weight:bold;letter-spacing:6px;}
.header .tel{position: relative;float: right;display: flex;font-size: 26px;font-weight:bold; ;color: #d61618;height: 100%;align-items: center;margin-left: 50px;}
.header .tel:before{content: "\e618";margin-right: 10px;font-weight: 400;color: #d61618;}
.header .bar{float:right;display: flex;margin-left: 30px;height: 100%;color:#333;font-size:16px;align-items: center;}
.header .bar i{color:#000123;font-size: 26px;margin-right:6px;}
.header .bar:hover{color:#d61618}
.header .bar:hover i{color:#d61618}
.header .en{display: none;position: absolute;top: 0;bottom: 0;right: 0px;height: fit-content;margin: auto !important;font-size: 15px;color:#fff;padding:3px 10px;background:#5a5a5a;}
.header .lang{float: right;position: relative;display: flex;margin-left: 60px;height:100%;align-items: center;}
.header .lang:after{content:"\eb98";margin-left:10px;color: #6a6a6a;font-size: 14px;}
.header .lang .tit{display: flex;color:#6a6a6a;font-size:18px;align-items: center;}
.header .lang .tit:before{content:"\e6b0";margin-right:10px;color:#333;font-size: 22px;}
.header .lang .drop{display:none;position: absolute;right: 0;top: 80%;z-index: 2;width: max-content;padding: 10px 20px;border: 1px #eee solid;border-radius: 5px;box-shadow: 10px 0px 20px #ccc;background: #fff;}
.header .lang .drop:before{content:"";position:absolute;top: -20px;right: 25px;display: table;margin: auto;border: 10px solid white;border-color: transparent transparent #fff transparent;}
.header .lang .drop a{display: inline-block;color:#3a3a3a;font-size: 14px;padding: 0 10px;border-right: 1px #aaa  solid;text-align:center}
.header .lang .drop a:last-child{border-right:0px;}
.header .lang .drop a:hover{color:#d61618;}
.header .lang:hover .drop{display:block;}
.header .lang:hover:after{color:#d61618;transform: rotateX(180deg);}
.header .lang:hover b{color:#d61618}
.header .nav{display:flex;float: right;height: 100%;}
.header .nav > li{ float: left;position:relative; height: 100%;margin-left:35px;}
.header .nav > li > a{position: relative;display: flex;color: #333;font-size: 16px;height: 100%;text-align: center;/* padding-bottom: 39px; */align-items: center;}
.header .nav > li > a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#d61618;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#d61618; }
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}



.header .nav .sub{display:none;width: 200%;left:-50%;top: 100%;position:absolute;border:1px #ddd solid;background: rgba(255,255,255,1);padding: 10px 0;z-index: 999;text-align: center;/* box-shadow: 0 0 10px #ddd; */}

.header .nav .sub a{display: block;color: #5e5e5e;font-size: 14px;padding:8px 10px}

.header .nav .sub a:hover{color:#fff; background: #d61618;}

/*.header .nav li:last-child .sub{display: none !important;}*/



/*==弹出背景↓==*/
.offer-bg{ display:none; position: fixed;left:0;top:0;z-index:1; width:100%;height:100%; background:rgba(0,0,0,0.5);}


/*==弹出搜索↓==*/
.search-top{display: none; position:fixed;left:0;top:0px;right:0;z-index: 2;padding:120px 50px 50px 50px;border: 1px #ddd solid;background: #fff;}
.trol-top .search-top{padding-top:100px;}
.search-top .long{position:relative; padding:30px 0;display: flex;width: max-content;margin: auto;flex-direction: column;}
.search-top .top{position:relative;display: flex;width: max-content;flex-direction: row-reverse;align-items: center;}
.search-top .close{display: flex;margin-left: 30px;width: 40px;height: 40px;text-align: center;color: #666;font-size: 22px;background: #fafafa;justify-content: center;align-items: center;cursor: pointer;}
.search-top .close::before{content:"\e731";}
.search-top .close:hover{color:#fff;background: #999;}
.search-top .close:hover:before{color:#fff}
.search-top .trol form{position: relative;display: flex;margin: auto;width: max-content;border: 1px #ddd solid;border-radius: 5px;overflow: hidden;}
.search-top .trol i{position: absolute;left: 15px;top:0;bottom:0;margin:auto;height:fit-content;color:#999;font-size: 22px;}
.search-top .trol input{float: left;width:500px;color:#666;font-size: 15px;padding:0 20px 0 50px;}
.search-top .trol button{float:right;color:#fff;font-size:13px;padding: 0px 40px;background: #666;border: none;/* border-radius: 50%; */cursor: pointer;}
.search-top .trol input,.searchBox .trol button{line-height:50px;height:50px;border:none;}
.search-top .trol button:hover{ background:#000002}
.search-top .link{display:flex;font-size: 15px;margin-top: 20px;text-align: center;flex-wrap: wrap;justify-content: flex-start;}
.search-top .link h4{color: #5a5a5a;font-weight:bold;margin-right:20px;}
.search-top .link a{margin:0 10px 10px 0}




/*==次级导航↓==*/

.menu-each{width:100%;margin-top:60px;margin-bottom:-10px;}

.menu-each ul{display:table; text-align: center;/*! background:#f2f3f4; *//*! width: 100%; */margin: auto;}

.menu-each li{/*! flex: 1; */ display: inline-block;}

.menu-each li a{position:relative;z-index:2;display: block;margin:0 10px 10px 10px;color:#191919;font-size:18px;border: 1px #e9e9e9 solid;overflow: hidden;padding: 10px 40px;border-radius: 5px; background: #f7f7f7;}

.menu-each li a:after{ content: ""; position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%; background: #d61618;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.menu-each li:hover a,.menu li.active a{ color:#fff;border-color:#d61618 }

.menu-each li:hover a:after,.menu li.active a:after{transform: scale(1);transform-origin:left;}





/*==面包屑↓==*/

 



/*==次级导航↓==*/
.menu-orso{position: relative;margin-top:40px;border-bottom:2px #e8e8e8 solid;}
.menu-orso .long{display: flex;padding-bottom:20px;background: #fff;justify-content: space-between;align-items: center;}
.menu-orso .secon{}
.menu-orso .secon li{display: inline-block;margin-right: 50px;}
.menu-orso .secon a{position:relative;z-index:2;display: block;color: #666666;font-size: 18px;height: 100%;/* overflow: hidden; */background: #fff;}
.menu-orso .secon a::after{content: "";position: absolute;left:0;bottom: -22px;z-index: 2;width:100%;height: 2px;background: #d61618;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu-orso .secon li:hover a,.menu-orso li.active a{ color:#d61618; }
.menu-orso .secon li:hover a:after,.menu-orso .secon li.active a:after{transform: scale(1);transform-origin:left;}
/*--*/

.menu-orso.par{margin-top: -80px;height: 80px;border-bottom-width: 1px;}
.menu-orso.par .long{padding: 30px 30px 25px 30px;border-radius: 10px 10px 0 0;}

.menu-orso.par .secon a::after{bottom:-25px}

/*--*/

.menu-orso.cen .long{justify-content: center;}
.menu-orso.cen .secon li{margin:0 40px;}
.menu-orso.cen .site{display: none;}


/*==面包屑↓==*/
.siteGle{margin-top: 40px;}
.siteGle .long{display: flex; padding-bottom: 20px;height: 45px;/* overflow: hidden; */border-bottom: 1px #ddd solid;align-items: center;justify-content: space-between;}
.siteGle .tit{position: relative;color: #666;font-size: 18px;}
.siteGle .tit:after{content: "";position: absolute;left:0;bottom: -21px;z-index: 2;width:100%;height: 2px;background: #d61618;}
.siteGle .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}
.siteGle .more:hover{color:#fff; background: #d61618;}
/*--*/
.site-dot{color: #6a6a6a;font-size: 15px;}

.site-dot .home i{ font-weight:bold;font-size:16px;margin-right:10px;color:#aaa}
.site-dot a{}
.site-dot a:after{content:"\eb9b";margin: 0 5px;font-size:12px;}
.site-dot a:last-child:after{display:none}
.site-dot a:hover{color:#d61618}





/*==标题↓==*/

.titleAx{margin-bottom:40px;color:#000123;font-size:36px;font-weight: bold;}

.titleAx b{}  

.titleAx span{margin-top:15px;display: block;color:#6b6b6b;font-size:16px;font-weight: 400;text-transform: Uppercase;}

.titleAx font{color:#d61618}

.titleAx hr{display: block;margin:0px;margin-top: 12px;width: 40px;height: 3px;border:none;background: #d61618;}

.titleAx.cen{text-align: center; }

.titleAx.cen{}

.titleAx.cen hr{margin:0px auto;margin-top: 10px;}

.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}

.titleAx.white hr{background:#fff}

.titleAx.m30{margin-bottom:30px}

.titleAx.m40{margin-bottom:40px}

/*--*/

.titleBx{color:#000123;font-size:40px;margin-bottom:50px; text-align: center;}

.titleBx b{}

.titleBx span{display: block; margin:auto;margin-top:15px;color:#9a9b9c;font-size:15px;font-weight:400;text-transform: Uppercase;}

.titleBx hr{display: block;margin:0 auto;margin-top:15px;width: 40px;height: 2px;border:none;background: #d61618;}

.titleBx.lef{text-align: left;}

.titleBx.lef hr{margin:0px;margin-top:15px;}

.titleBx.lef span{margin:0px;margin-top:15px;}

.titleBx.white,.titleBx.white span{color:#fff}

.titleBx.tTop{margin:50px 0 -20px 0;}

/*--*/

/*--*/
.titleCx{display: table;margin:auto;margin-bottom:50px;color:#fff;font-size: 20px;padding: 10px 30px;text-align: center;background: #d61618;}
.titleCx.tTop{margin-top:50px;margin-bottom:10px}





/*===内页框↓==*/

.rack{width:100%;padding:70px 0 80px 0;}





/*==切换按钮↓==*/
.tone-item{display: flex;text-align: center;margin-bottom:50px;margin-left: -50px;align-items: stretch;justify-content: center;}
.tone-item li{display:inline-block;cursor: pointer;margin-left: 50px;}
.tone-item a{position: relative;z-index: 1;display: block;height:100%;color: #333;font-size: 16px;padding: 12px 40px;border-radius: 8px;overflow:hidden;background: #f5f6f7;}
.tone-item a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background: #d61618;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.tone-item .more a{color:#3a3b3c; background: #dddddd;}
.tone-item .active a,.tone-item li:hover a{color:#fff; }
.tone-item .active a:after,.tone-item li:hover a:after{transform:scale(1);transform-origin:left;}





/*===产品列表↓==*/
.product-list.edge{margin:0 0 -50px -50px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list.edge li{display: inline-block;width:calc(50% - 50px);margin:0 0 50px 50px; }
.product-list a{display: flex;}
.product-list .set{position:relative;flex-shrink: 0;width: 40%;}
.product-list .set:before{content:"";position:absolute;left: 0;bottom: 0;right: 0;z-index:2;height: 30px;background:#}
.product-list .pic{border: 8px #ddd solid;}
.product-list .info{flex: 1;margin-left: 30px;}
.product-list h4{color:#333;font-size: 16px;margin-top:16px;font-weight: bold;}
.product-list .txt{margin-top:20px;color:#333;font-size: 14px;line-height: 26px;}
.product-list li:hover a{transform: translateY(-5px);}
.product-list li:hover h4{color:#d61618}




/*==首页产品↓==*/

.productHome{}
.productHome.bg{background: #d61618;}
.productHome.bg .long span{color:#fff}
.productHome.bg .long span::before{background: #fff;}
.productHome .long{display: flex;align-items: center;}
.productHome .long .info{flex: 1;position:relative;}
.productHome .long span{position: absolute;display: flex;color:#d61618;font-size: 18px;text-align: center;flex-direction: column-reverse;align-items: center;}
.productHome .long span::before{content: "";display: block;width: 8px;height: 8px;margin: 10px 0;border-radius: 50%;background: #d61618;}
.productHome .long .small{flex-shrink: 0;margin-left:50px;}
.productHome .po1 .x1{left: 29%;top: 13%;}
.productHome .po1 .x2{left: 5%;top: 35%;}
.productHome .po1 .x3{flex-direction: column;left: 23%;top: 65%;}
.productHome .po2 .x1{left: 24%;top: 7%;}
.productHome .po2 .x2{flex-direction: column;left: 5%;top: 52%;}





/*==首页关于↓==*/
.aboutHome{background: #f0f0f0;}
.aboutHome .wx{color: #6a6a6a;font-size: 16px;line-height: 30px;text-align: center;}
.aboutHome ul{display: flex;margin-top: 50px;justify-content: space-around;}
.aboutHome ul li{text-align:center;}
.aboutHome ul em{display: flex;margin:auto;width: 80px;height: 80px;color: #fff;font-size: 30px;border-radius: 5px;align-items: center;justify-content: center;background: #8ba3b7;}
.aboutHome ul h4{margin-top:20px;color:#8ba3b7;font-size: 16px;}
.aboutHome ul li:hover{transform:translateY(-5px)}
.aboutHome ul li:hover em{background:#d61618}





/*==视频↓==*/
.VideoHome .more-2{margin:50px auto 0;}
.video-list{display: flex;margin: 0 0 -40px -30px;flex-wrap: wrap;}
.video-list li{display: inline-block;width: calc(33.3% - 30px);margin: 0 0 40px 30px;}
.video-list a{position:relative;z-index:1;display: block;height: 100%;border: 1px #e8e8e8 solid; box-shadow: 12px 5px 10px #eee;}
.video-list .pic{padding-top:60%;z-index:1;}
.video-list .pic:before{opacity:0.6; content:"\e628";position: absolute;left:0;top:0;bottom:0;z-index: 2;right:0;margin: auto;height: max-content;text-align: center;color:#fff;font-size:50px;font-weight:bold;}
.video-list .pic:after{opacity: 0.4;content: "";position: absolute;left:0;top:0;bottom:0;right:0;background: #000;}
.video-list h4{color: #6a6a6a;font-size:18px;padding:15px 20px; text-align: center; }
.video-list li:hover a{    box-shadow: 12px 5px 10px #e1e1e1;}
.video-list li:hover .pic:before{opacity:1;}
.video-list li:hover .pic:after{opacity:0.4;}
.video-list li:hover h4{color:#d61618}





/*==新闻列表↓==*/
.news-list {display: flex; margin:0px 0 -30px -30px;flex-wrap: wrap;}
.news-list li {clear:both;width:calc(33.3% - 30px);margin:0 0 30px 30px}
.news-list a {display:block;}
.news-list .pic {padding-top:70%}
.news-list .box{display: flex;background: #f5f5f5;}
.news-list .time{flex-shrink: 0;display: flex;color:#fff;font-size: 22px;padding: 10px 30px;text-align: center;background: #3a3a3a;flex-direction: column;justify-content: center;}
.news-list .time font{display: block;margin-top: 5px;padding-top: 5px;border-top:1px #ddd solid;font-size: 18px;}
.news-list .info{flex: 1;padding: 20px;}
.news-list h4{color:#3a3a3a;font-size:16px;font-weight:bold;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-list p{margin-top:10px;color:#6a6a6a;font-size:14px;}
.news-list li:hover .box{background:#d61618}
.news-list li:hover *{color:#fff}


/*==新闻详情框↓==*/

.newsDet{}
.newsDet .bgi{margin-bottom:30px;background:#fff;}
.newsDet .bgi:last-child {margin-bottom:0px;}
.newsDet .bgi.p3 {padding:30px 30px 40px 30px;}
.newsDet .bgi.p4 {padding:40px 40px 40px 40px;}

/*--*/

.newsDet .door{display: flex;}

.newsDet .large{flex: 1;}

/*--*/
.newsDet .content .titleTop{text-align: center;padding: 0 0 30px 0;margin: 0 0 40px 0;border-bottom: 1px #e4e4e4 solid;}

.newsDet .content .titleTop.lef{text-align: left;}
.newsDet .content .title{color:#333333;font-size:28px;}
.newsDet .content .msg{margin-top: 15px;color:#a7a7a7;font-size:14px;}
.newsDet .content .msg *,.NewsDetail .msg span,.NewsDetail .msg a{color:#a3a3a3;font-size:14px;}
.newsDet .content .msg span{margin:0 5px;}
.newsDet .content .msg a:hover,.NewsDetail .msg .active{color:#d61618}
.newsDet .content .msg .active{font-weight:bold;}
.newsDet .content .wor{min-height:300px;font-size:16px;}

/*--*/
.newsDet .secs{width:350px;margin-left:80px;}
.newsDet .secs .shell {width:100%;margin-bottom:30px;border:1px #ddd solid}
.newsDet .secs .shell:last-child {margin-bottom:0px;}
.newsDet .secs .shell .tit {position:relative;color:#333333;font-size:18px;border-bottom:1px #e6e8eb solid;padding-bottom:15px;margin-bottom:20px;}
.newsDet .secs .shell .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:#d61618;}
.newsDet .secs .shell .tit .more{float:right;font-size:14px;color: #999;margin-top: 5px;transition: all .4s ease-in-out;}
.newsDet .secs .shell .tit .more:hover{color:#d61618}
/*--*/
.newsDet .news {}
.newsDet .news li {clear:both;width:100%;margin-bottom:12px;}
.newsDet .news li:last-child{margin-bottom:0px;}
.newsDet .news .one {position:relative;}
.newsDet .news .one h4 {position:absolute;left:0;right:0;bottom:0;width:100%;padding:10px 20px;color:#fff;font-size:14px;background:rgba(0,0,0,0.6)}
.newsDet .news .one:hover h4 {background:#d61618}
.newsDet .news .two{}
.newsDet .news .two a {position:relative;display:block;padding-left:15px;color:#333333;font-size:15px;}
.newsDet .news .two a:before {content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#b2b2b2;}
.newsDet .news .title {width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newsDet .news .two:hover a {color:#d61618;}
.newsDet .news .two:hover a:before {background:#d61618;}
/*--*/
.newsDet .pagIng{margin-top:60px;padding-top:50px;border-top:1px #eee solid;overflow: hidden;}
.newsDet .pagIng span{ display: inline-block;color:#888888;font-size:15px;}
.newsDet .pagIng a{width:47%;color:#666666;font-size:15px;padding: 15px 20px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #f6f6f6;}
.newsDet .pagIng a:hover{color:#fff; background: #d61618;}
.newsDet .pagIng .prev{float:left}
.newsDet .pagIng .next{float:right} 

 



/*==产品详情↓==*/
.ProductShow{}
.DetailCont .top{}
.DetailCont .top .titleTop {color:#191919;font-size:30px;margin-bottom:30px;}
/*--*/
.DetailCont .top .long{display: flex;}
.DetailCont .pst-left {width:35%;}
.DetailCont .pst-right {flex: 1;margin-left:50px}
.DetailCont .pst-message{width: 30%;margin-left:50px;padding-left:50px;border-left:1px #ddd solid;}
/*--*/
.pst-right .wx {color:#666666;font-size:16px;line-height:30px;overflow:hidden}

.pst-message .tit{color:#3a3a3a;font-size: 18px;font-weight: bold;margin-bottom:20px}
.pst-message form .shell{display: flex;margin-bottom: 15px;align-items: center;}
.pst-message form .shell h5{width: 150px;flex-shrink: 0;color:#333;font-size: 16px;text-align: right;}
.pst-message form .shell input{flex: 1;padding: 10px 10px;border:1px #ddd solid;}
.pst-message form button{position: relative;display: table;margin-left: 150px;margin-top: 30px;color: #fff;font-size: 16px;padding: 10px 50px;border:none;cursor: pointer;border-radius: 5px;background: #d61618;} 
.pst-message form button:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.pst-message form button:hover{color:#fff;background:#d61618}
.pst-message form button:hover:after{opacity:0.2}
/*--*/
.psc-content {margin-top:70px;}
.psc-content .wx {}
.psc-content .wor {color:#666;line-height:30px;font-size: 15px;}
.psc-content .long {position:relative;display:flex;}
.psc-content .psd-left {flex:1;min-width:50%}
.psc-content .psd-right {flex-shrink:0;width:360px;margin-left:50px;}
.psc-content .frame {margin-bottom:50px;}
.psc-content .frame:last-child,.psc-content .mr {margin-bottom:0px !important;padding-bottom:0px !important;border-bottom:0px !important}
.psc-content .theme {position:relative;color:#fff;font-size: 18px;margin-bottom:30px;padding: 10px 30px;background: #d61618;}
.psc-content .theme:before {content:"";position:absolute;left:0;top:20%;width:3px;height:60%;background:#d61618;}
/*--*/
.srll-recom {position:relative;}
.srll-recom .swiper-container {padding:6px;}
.srll-recom .product-list li {}
/*--*/
.psd-right {}
.is-affixed .info {margin-top:50px}





/*==联系我们↓==*/
.contactIn{}
/*--*/

.contactIn #dituContent{width:100%;height:500px;}
.contactIn #dituContent img{max-width:initial;}

.contactIn .info{margin-top:40px}

.contactIn .info .title{margin-bottom:20px;color: #000123;font-size:24px;}
.contactIn .info .wx{color:#666666;font-size:16px; line-height: 35px;}



/*==留言模块↓==*/
.feedback-item form{display: flex;flex-wrap: wrap;}
.feedback-item form .shell{display: flex;width: calc(50% - 10px);margin-bottom:20px;border: 1px #ddd solid;padding: 12px 20px;align-items: center;background: #fff;}
.feedback-item form .shell.w33{width:calc(33.3% - 14px);}
.feedback-item form .shell.w50{width:calc(50% - 20px);}
.feedback-item form .shell.w100{width:100%}
.feedback-item form .ml{margin-left:20px;}
.feedback-item form .shell.vt{    align-items: flex-start;}

.feedback-item form .shell i{color:red;margin-left:5px;}
.feedback-item form h5 {/* width: 60px; */flex-shrink: 0;margin-right: 10px;color: #6a6a6a;font-size: 16px;}
.feedback-item form .fill{ flex: 1;/* width: 100%; */line-height: 30px;color:#666;font-size: 15px;border: none;background: none;}
.feedback-item form textarea{height:180px}
.feedback-item form button{position: relative;flex: 1;display: table;margin-left: 20px;/* margin-top: 10px; */color: #fff;font-size: 16px;padding: 20px 20px;border:none;cursor: pointer;border-radius: 5px;background: #d61618;}
.feedback-item form button.cor{color:#333;background:#dadde3}
.feedback-item form button:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.feedback-item form button:hover{color:#fff;background:#d61618}
.feedback-item form button:hover:after{opacity:0.2}
.feedback-item form .code{flex-shrink: 0;/* width: 300px; */display: flex;margin-right: 20px;border: 1px #ddd solid;background: #fff;align-items: center;}
.feedback-item form .code input{ flex: 1;width: 150px;padding: 18px 20px;border: none;}
.feedback-item form .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.feedback-item form .yzm{display: flex;/* margin:0 0 0 20px; */align-items: center;}
.feedback-item form .yzm button{width:200px;padding: 18px 20px;}
.feedback-item form .explain{flex-shrink:0;width: 100%;margin-top: 0px;color:#333333;font-size:16px;}
.feedback-item form .explain i{color:red}
.feedback-item form .explain font{color:#d61618;font-weight:bold;}
.feedback-item form .but{display: flex;width: 100%;margin: 40px 0 0 -20px;align-items: center;}







/*==数字滚动↓==*/
.about-number{display: flex;margin: 100px 0 -40px -30px;flex-wrap: wrap;}
.about-number li{position:relative;width: calc(20% - 30px);margin: 0 0 40px 30px;color:#666;line-height: 1;}
.about-number span{color:#d61618;font-size:44px;font-weight:bold;}
.about-number font{font-size:16px;margin-left:5px}
.about-number h5{margin-top: 10px;font-size:16px}





/*==通用列表↓==*/

.list-item.edge{display: flex;margin:0 0 -30px -20px;flex-flow: row wrap;align-content: flex-start;}
.list-item.edge li{display: inline-block;width: calc(25% - 20px);margin:0 0 30px 20px}

.list-item li{}

.list-item a{display: block;}
.list-item .pic{position:relative;padding-top:100%;border:1px #ddd solid;transition:all .7s ease-in-out;overflow:hidden;}
.list-item .pic img{position:absolute; left:0;right:0;top:0;bottom:0; display:block;width:100%;height:100%;}
.list-item .title{-webkit-line-clamp: 1;margin-top:20px;font-size: 18px;color:#3a3b3c;text-align:center;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}
.list-item .txt{-webkit-line-clamp: 2;margin-top: 10px;font-size:16px;color: #6a6b6c;text-align: center;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}

.list-item li:hover .pic{border-color:#d61618}
.list-item li:hover .pic img{transform:scale(1.08);}
.list-item li:hover h4{color:#d61618;}

/*--*/

.list-item.lx3.edge li{width: calc(33.3% - 20px);}

.list-item.lx5.edge li{width: calc(20% - 20px);}







/*==底部===*/

.footer {position:relative;z-index:5; background:#2a2a2a;}
.footer .up {padding: 100px 0 0px 0;}
.footer .up .long{display: flex;justify-content: space-around;}
.footer .tit {position:relative;color:#fff;font-size:16px;margin-bottom:15px;}
.footer .tit:before {display: none; content:"";position:absolute;top:0;left:-12px;bottom:0;margin:auto;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #fff;}
.footer .nav {position:relative;float:left;width:45%;display:flex;justify-content: space-between;}
.footer .nav li {padding-right:20px;float:left;}
.footer .nav li a {display:block;color:#eee;font-size:14px;padding:5px 0;}
.footer .nav li a:hover {color:#d61618}
.footer .nav .box.col{ column-count: 2;}
.footer .nav .box.col.c3{ column-count:3;}
.footer .ewm {float:right;margin-left:5%;color:#fff;font-size:14px;text-align:center;}
.footer .ewm span{float: left;margin-left:30px;}
.footer .ewm img {display:block;width:130px;margin-bottom:10px;}
.footer .info {float: left;color:#aaa;font-size:12px;}
.footer .info .logo{margin-bottom:20px;}
.footer .info .tel{display:block;margin-bottom:10px;color:#fff;font-size:16px; }
.footer .info .tel font{margin-top:5px;display: block;font-size:22px}
.footer .info .wx{display:block;color: #fff;font-size: 14px;line-height: 26px;}
.footer .down {position:relative;margin-top:60px;padding:20px 0;color:#fff;font-size:14px;text-align: center;border-top:1px solid rgba(255,255,255,0.1)}
.footer .down a{color:#fff;font-size:14px;}
.footer .down a:hover {color:#d61618;}




