@charset "utf-8";

/*~~~~框架布局~~~*/

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





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

.container{width:1440px;}

a:hover{color:#fa991b}





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

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('font_1963410_ik5rdle1j4.woff2') format('woff2'),

       url('font_1963410_ik5rdle1j4.woff') format('woff'),

       url('font_1963410_ik5rdle1j4.ttf') format('truetype');

}





/*==顶部↓==*/

.fixed-top.header{ position: fixed;width:100%;z-index:99; padding:10px 0;height:80px;box-shadow: 0 0 10px #ddd;  }

.fixed-top.header:before{opacity:1; height:100%;}

.fixed-top.header .logo img{ height:60px;}

.fixed-top.header .nav{margin-top: 20px;}

.fixed-top.header .nav > li > a{padding-bottom: 26px;}

.fixed-top.header .tel{ margin-top: 10px; }

/*--*/

.header{z-index:99;padding:20px 0;height:100px;background: #131313;}

.header .logo{float:left}

.header .logo img{ /* max-height: 100%; */}

.header .search{float:right;margin: 15px 0 0 50px;}

.header .search form{display:flex;padding:5px 10px;border:1px #fff solid;border-radius:20px;}

.header .search input,.header .search button{border:none;background:none}

.header .search input{flex:1;}

.header .search button{color:#fff;font-size:18px;cursor:pointer}

.header .nav{display:flex;float: right;margin-top: 20px;}

.header .nav > li{/* flex: 1; */float: left;margin-left: 40px;position: relative;}

.header .nav > li > a{position: relative;display: block;color:#fff;font-size: 16px;text-align: center;padding-bottom: 36px;}

.header .nav > li > a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#fa991b;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.header .nav > li:hover > a,.header .nav > li.active > a{color:#fa991b; }

.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: #fa991b;}

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





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

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

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

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

.menu li a{position:relative;z-index:2;display: block;margin:0 10px 10px 10px;color: #000;font-size: 16px;font-weight: bold;/* border: 1px #e9e9e9 solid; */overflow: hidden;padding: 10px 40px;border-radius: 6px;background: #f0fefb;}

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

.menu li:hover a,.menu li.active a{ color:#fff; }

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





/*==栏目导航↓==*/

.column{}

.column ul{display: flex;flex-flow: row wrap;align-content: flex-start; background: #26a28a;}

.column ul > li{position: relative; /* flex-grow: 1; */display: inline-block;width:14%;text-align: center;}

.column ul > li > a{display: block;color:#fff;font-size:16px;padding: 15px 30px;margin-right:1px}

.column ul > li:hover > a,.column ul > li.active > a{background: #fa991b;color:#fff}

.column .drop{display:none; position: absolute;left:0;top: 100%;z-index: 1;box-shadow: 0 0 10px #ddd;background: #fff; width: 200%;}

.column .drop a{float: left;display: block;width: 50%;color:#000000;font-size:16px;padding: 12px 20px;}

.column .drop a:hover,.column .drop a.active{color:#fa991b}

.column ul > li:hover .drop{display:block;}





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

.site{padding: 20px 0;background: #f6f6f6;}

.site .container{}

.site .home i{color:#26a28a;font-weight:bold;font-size:16px;margin-right:10px;}

.site a{color:#000000;font-size:14px;font-weight: bold;}

.site a:hover{color:#fa991b}

.site .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}

.site .more:hover{color:#fff; background: #fa991b;}





/*==标题↓==*/

.titleAx{display: table; color:#fff;font-size:35px;padding:15px 40px;line-height:1;background:#26a28a;}  

.titleAx span{margin-top:10px;display: block;color:#bdbdbd;font-size:14px;font-weight: 400;text-transform: Uppercase;}

.titleAx font{color:#0d9edb}

.titleAx hr{display: block;margin: 10px auto 0;width: 40px;height: 3px;border:none;background: #0d9edb;}

.titleAx.cen{text-align: center;margin:0 auto 50px;}

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

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

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

.titleAx.white hr{background:#fff}





/*==标题↓==*/

.titleBx{color:#fa991b;font-size:28px;margin-bottom:30px; text-align: center;}

.titleBx span{display: block; margin:10px auto 0;color:#bdbdbd;font-size:14px;font-weight:400}

.titleBx hr{display: block;margin: 10px auto 0;width: 40px;height: 2px;border:none;background: #0d9edb;}

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

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

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





/*==边距↓==*/

.ptm60{padding:60px 0}

.ptm80{padding:80px 0}

.ptm100{padding:100px 0}

.pt60{padding-top:60px}

.pt80{padding-top:80px}

.pt100{padding-top:100px}

.pm60{padding-bottom:60px}

.pm80{padding-bottom:80px}

.pm100{padding-bottom:100px}

/*--*/

.mtm60{margin:60px 0}

.mtm80{margin:80px 0}

.mtm100{margin:100px 0}

.mt60{margin-top:60px}

.mt80{margin-top:80px}

.mt100{margin-top:100px}

.mm60{margin-bottom:60px}

.mm80{margin-bottom:80px}

.mm100{margin-bottom:100px}



/*句段限制*/

.abbr{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.lcp{-webkit-line-clamp: 2;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}





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

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

.rackWor{}





/*==产品↓==*/

.ProductListBox{}

.ProductListBox .explain{margin-top:50px;color:#000000;font-size:16px;line-height:30px;}

.ProductListBox .explain .title{color:#000000;font-size:18px;font-weight:bold;margin-bottom:20px;line-height:1;}





/*==产品列表↓==*/

.product-list{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}

.product-list li{display: inline-block;width:33.3%;margin-bottom:20px;  }

.product-list a{display: flex;margin-left:20px;padding:10px;height:100%;border:2px #eee solid;align-items: center;justify-content:center;/* overflow: hidden; */}

.product-list .pic{flex: 1;padding-top: 65%;}

.product-list h4{color:#000000;font-size:16px;padding: 0 30px;}  

.product-list li:hover{}

.product-list li:hover a{border-color:#fa991b; }

.product-list li:hover h4{color:#fa991b}



/*==产品列表↓==*/

.product-list3{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}

.product-list3 li{display: inline-block;width:33.3%;margin-bottom:20px;  }

.product-list3 a{display: flex;margin-left:20px;padding:10px;height:100%;border:2px #eee solid;align-items: center;justify-content:center;/* overflow: hidden; */}

.product-list3 .pic{flex: 1;padding-top: 65%;}

.product-list3 h4{color:#000000;font-size:16px;padding: 0 30px;}  

.product-list3 li:hover{}

.product-list3 li:hover a{border-color:#fa991b; background: #fa991b;}

.product-list3 li:hover h4{color:#fa991b}




/*==产品列表2↓==*/

.product-list2{margin:0 0 -2% -2%;display: flex;flex-flow: row wrap;align-content: flex-start;}

.product-list2 li{display: inline-block;width: 23%;margin: 0 0 2% 2%;/* padding:8px; */}

.product-list2 a{display: block;/* margin-left:12px; */padding:10px;height:100%;border:1px #ddd solid;/* overflow: hidden; */}

.product-list2 .pic{padding-top:80%;border:1px #fff solid;}

 

.product-list2 h4{color:#464646;font-size:16px;margin: 20px 20px 10px 20px;}  

.product-list2 li:hover{}

.product-list2 li:hover{border-color:#eee;box-shadow: 0 0 10px #aaa;}

.product-list2 li:hover .pic{border-color:#fa991b}

.product-list2 li:hover h4{color:#fa991b}


/*==首页案例↓==*/
.CaseHome{}
.case-srll{padding: 20px 20px 40px 20px;background: #f8f6f6;}
.case-srll .spot{display: table;margin:40px auto 0;width:auto !important;}
.case-srll .spot span {opacity:1;position:relative;width: 10px;height: 10px;margin: 0 10px;font-family: "iconfont";background:#ddd;}
.case-srll .spot .swiper-pagination-bullet-active{background: #fa991b;}

/*==案例列表↓==*/
.case-list {position:relative;z-index: 2;}
.case-list li{}
.case-list a{display: block;height:100%;}
.case-list .pic{padding-top:80%;margin: 8px;box-shadow: 0 0 10px #aaa;background: #fff;}
.case-list h4{color:#464646;font-size:16px;margin: 20px 0 0 20px;}  
.case-list li:hover{} 
.case-list li:hover .pic{background:#fa991b}
.case-list li:hover h4{color:#fa991b}






/*==首页-新闻-关于-联系↓==*/

.InfoHome{background:#f6f6f6}

.InfoHome .long{display: flex; justify-content: space-between;}

.InfoHome .frame{width:30%;}

.InfoHome .theme{color:#0a1a31;font-size:30px;margin-bottom: 30px;}

.InfoHome .theme font{color:#fa991b;font-size:20px;margin-left:10px;}

.InfoHome .chart{margin-bottom:30px;display: block;}

.InfoHome .wx{color:#3e3e3e;font-size:14px;line-height: 26px;}

.InfoHome .more{margin-top:50px;width:100%; display:block;color:#fff;font-size:14px;padding:15px;text-align:center;background:#26a28a;}

.InfoHome .more:hover{background:#fa991b}

.InfoHome .wx,.InfoHome .list{height:130px}

.InfoHome .list{}

.InfoHome .list li{margin-bottom: 12px;}

.InfoHome .list a{ position:relative;display: block;padding-left:10px;}

.InfoHome .list a:before{content:"";position:absolute;left:0;top: 9px;width: 4px;height: 4px;background: #3e3e3e;}

.InfoHome .list h4{color:#3e3e3e;font-size:14px;float:left}

.InfoHome .list .time{float:left;margin-left:40px;color:#999;font-size:12px;}





/*==新闻列表↓==*/

.news-list{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}

.news-list li{float:left;width:33.3%;margin-bottom:30px;}

.news-list a{display: block;margin-left: 30px;}

.news-list .pic{border-radius:10px;margin-bottom: 30px;box-shadow:0 0 10px #aaa;}

.news-list h4{position:relative;color:#000000;font-size:18px;margin-bottom: 20px;padding-bottom: 15px;}

.news-list h4:before,.news-list h4:after{content:"";position: absolute;left:0;bottom:0;height:1px;transition: all .4s ease-in-out;}

.news-list h4:before{width:40px;z-index: 1;background: #fa991b;}

.news-list h4:after{width:100%;background: #ddd;}

.news-list p{-webkit-line-clamp: 3;color:#1b1b1b;font-size:14px;}

.news-list .more{margin-top:20px;display: table;padding: 6px 10px;border:1px #ddd solid;color:#999;font-size: 14px;}

.news-list li:hover h4{color:#fa991b}

.news-list li:hover h4:before{width:100%;}

.news-list li:hover .more{color:#fa991b;border-color:#fa991b}





/*==产品详情↓==*/

.ProductShow{}

.DetailCont .top{/*padding:60px 0 120px 0; ;border-bottom:1px #ddd solid;background: #f5f5f5;*/}

.DetailCont .top .container{position:relative;border-bottom: 1px #8f8f8f solid;padding-bottom: 40px;}

.DetailCont .top .container:before{content:"";position:absolute;bottom: -1px;left:0;z-index: 1;height:2px;width:50px;background:#fa991b;}

.DetailCont .top .left{width:50%;}

.DetailCont .top .right{width:45%}

.DetailCont .top .right .title{color:#191919;font-size:30px;margin-bottom:40px;}

.DetailCont .top .right .wx{ color:#333;font-size:14px;/*min-height:100px;*/margin-bottom:80px;line-height: 24px;-webkit-line-clamp: 7;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden; }

.DetailCont .top .right .btn{float:left;padding:10px 40px;color:#fff;font-size:24px;margin-right:20px;  background-color: #26a28a;}

.DetailCont .top .right .btn i{float:left;margin: 3px 10px 0 0px;color:#fff;font-size:20px;}

.DetailCont .top .right .online{/* padding-left:70px; */}

.DetailCont .top .right .download{color:#4c4c4c;background: #fff;}

.DetailCont .top .right .btn:hover{color:#fff;background-color: #333;}

.DetailCont .con{margin-top:70px}

.DetailCont .con .tone{overflow:hidden;margin-bottom:50px;border-bottom:1px #ddd solid; text-align: center;}

.DetailCont .con .tone li{position: relative; display: inline-block; margin:0 20px 0 20px; /*! border-left:1px #ddd solid; */cursor: pointer;}

.DetailCont .con .tone li a{display: block; color:#444444;font-size:20px;padding: 0px 0px 20px 0;}

.DetailCont .con .tone li a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height:1px;transition:transform .5s;transform: scale(0,1);transform-origin:right; background: #fa991b}

.DetailCont .con .tone li.active a,.DetailCont .con .tone li:hover a{color:#fa991b}

.DetailCont .con .tone li.active a:after,.DetailCont .con .tone li:hover a:after{transform: scale(1);transform-origin:left;}

.DetailCont .con .long{/*margin-bottom:50px;padding-bottom:40px; border-bottom:1px #ddd solid*/}

.DetailCont .con .title{position: relative; color:#333;font-size:22px;margin-bottom:30px;padding-left:20px}

.DetailCont .con .title:before{content:"";position: absolute; left:0;top:10%;width:2px;height: 80%; background: #fa991b;}

.DetailCont .con .long:last-child{margin-bottom:0px;padding-bottom:0px; border-bottom:0px}

.DetailCont .con .wx{}

.DetailCont .con .wor{color:#393939;line-height:24px;font-size:15px;}
.DetailCont .con .download{ display: table;margin:50px auto 0;padding:10px 30px; color:#fff;font-size:14px;background:#fa991b;}
.DetailCont .con .download:hover{background: #333;}



/*==左右图片切换↓==*/

.srllOrso{}

.srllOrso .leftPic{width:80%;float: left;border:2px #efefef solid; background: #fff;}

.srllOrso .leftPic img{display: block;margin:auto;max-width:100%;height: 100%;object-fit: cover;}

.srllOrso .rightPic{width:20%;float: right;padding-left:15px;}

.srllOrso .rightPic li{height:20%;margin-bottom:20px;border:2px #efefef solid;cursor: pointer;background: #fff;}

.srllOrso .rightPic li img{display: block;max-width:100%;height: 100%; margin:auto}

.srllOrso .rightPic li.swiper-slide-thumb-active{border-color: #fa991b;}

.srllOrso .leftPic,.srllOrso .rightPic{height: 520px;}

.srllOrso .leftPic .look{ opacity:0; position:absolute; left:0;bottom:0;z-index:2;width:100%;padding:10px; color:#fff;font-size:16px;height:40px;text-align:center;transform: translateY(40px);  background:rgba(0,0,0,0.5) ;}

.srllOrso .leftPic .look i{ margin-right:10px; display:inline-block;font-size:20px;}

.srllOrso .leftPic:hover .look{opacity:1 ; transform: translateY(0px);}

.srllOrso .rightPic:hover .btn{opacity: 1 !important;}

.srllOrso .btn{opacity:0 !important;left:15px;top:0;right:0;width:auto;height:auto;margin:0px;color:#fff;font-size: 32px;padding: 5px 0;text-align: center;background:rgba(0,0,0,0.5);}

.srllOrso .btn.swiper-button-disabled{opacity: .9}

.srllOrso .btn.nt{top:auto;bottom:0;}

.srllOrso .btn:hover{background:rgba(0,0,0,0.7)}





/*==新闻详细页↓==*/

.NewsDetailBox{}

.NewsDetailBox .titleTop{ text-align: center;padding:0 0 50px 0;margin:0 0 60px 0; border-bottom:1px #ddd solid}

.NewsDetailBox .tit{color:#000000;font-size:23px;}

.NewsDetailBox .msg{ margin-top:10px;color:#a7a7a7;font-size:14px;}

.NewsDetailBox .msg *,.NewsDetailBox .msg span,.NewsDetailBox .msg a{color:#a7a7a7;font-size:14px;}

.NewsDetailBox .msg span{margin:0 5px;}

.NewsDetailBox .msg a:hover,.NewsDetailBox .msg .active{color:#FF6600}

.NewsDetailBox .msg .active{font-weight:bold;}

.NewsDetailBox .share{height:60px;border-top:1px #aaa dotted; padding:20px 0;margin-top: 60px; overflow: hidden;}

.NewsDetailBox .share .bshare-custom{float:left;}

.NewsDetailBox .share .time{ float:left;margin-left:50px;color:#a7a7a7;font-size:14px;display: block;}

.NewsDetailBox .share .return{float:right; color:#fff;font-size:14px;padding:10px 20px 10px 38px;margin-top:-10px; background-color:#d2d2d2; background-image:url(../images/line202.png); background-position:12px 15px; background-repeat:no-repeat;}

.NewsDetailBox .share .return:hover{background-color:#fa991b}

.NewsDetailBox .pagIng{border-top:1px #aaa dotted;border-bottom:1px #aaa dotted;padding:15px 0;overflow: hidden;}

.NewsDetailBox .pagIng span{ display: inline-block;color:#888888;font-size:14px;}

.NewsDetailBox .pagIng span a{color:#888888;font-size:14px;}

.NewsDetailBox .pagIng span a:hover{color:#fa991b}

.NewsDetailBox .pagIng .prev{float:left}

.NewsDetailBox .pagIng .next{float:right}

.NewsDetailBox .relevant{margin-top:60px}

.NewsDetailBox .relevant .tit{color:#333;font-size:22px;}

.NewsDetailBox .relevant .list{margin-top:20px;}

.NewsDetailBox .relevant .list li{float:left;width:45%;margin:8px 0% 8px 0;}

.NewsDetailBox .relevant .list li:nth-of-type(even){float:right;}

.NewsDetailBox .relevant .list li .time{float: right; color:#858585;font-size:14px;}

.NewsDetailBox .relevant .list li a{ display: block; color:#858585;font-size:14px;padding-left:15px; background: url(../images/arrow_02.png) no-repeat left;transition: all .4s ease-in-out;}

.NewsDetailBox .relevant .list li:hover a{color:#fa991b}





/*==案例详情↓==*/

.CaseDetail{}

.CaseDetail .title{ color:#000;font-size:30px;/*text-align:*/center; margin-bottom:40px;}

.CaseDetail .tit{color:#353535;font-size:25px;margin-bottom:20px}

.CaseDetail .details{margin-top:60px}

.CaseDetail .details .wx{padding:30px;color:#666;font-size:14px;line-height:26px; background: #f4f4f4;}

.CaseDetail .relevant{margin-top:80px;}

.CaseDetail .relevant .list .pic{}

.CaseDetail .top{padding: 60px 30px 40px 30px;background: #f5f5f5;}

.CaseDetail .top .left{width:55%;}

.CaseDetail .top .right{width:40%}

.CaseDetail .top .right .title{color:#191919;font-size:30px;padding-bottom:20px;margin-bottom:30px;border-bottom:1px #ddd solid;}

.CaseDetail .top .right .wx{padding:20px;color:#666666;font-size:14px;min-height:100px;margin-bottom:80px;line-height: 24px;-webkit-line-clamp: 7;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden; background: #f2f2f2;}

.CaseDetail .top .right .tel{display: block;color:#191919;font-size:22px;margin-bottom:50px;padding: 20px 0 20px 0px;border-top:1px #ddd solid;border-bottom:1px #ddd solid;}

.CaseDetail .top .right .tel i{float:left;color:#666;font-size: 25px;margin-right: 15px;}

.CaseDetail .top .right .btn{float:left;padding:8px 40px;color:#fff;font-size:18px;margin-right:20px;border-radius:40px; background-color: #51b5a1;}

.CaseDetail .top .right .btn i{float:left;margin: 3px 10px 0 0px;color:#fff;font-size:20px;}

.CaseDetail .top .right .online{/* padding-left:70px; */}

.CaseDetail .top .right .download{color:#4c4c4c;background: #fff;}

.CaseDetail .top .right .btn:hover{color:#fff;background-color: #333;}





/*==滚动大图↓==*/

.srllPho{ position: relative;;width: 100%;margin: auto;}

.srllPho .gallery-top{border: 1px #fa991b solid; background:#fff ;}

.srllPho .gallery-top .look{ opacity:0; position:absolute; left:0;bottom:0;z-index:2;width:100%;padding:10px; color:#fff;font-size:16px;height:40px;text-align:center;transform: translateY(40px);  background:rgba(0,0,0,0.5) ;}

.srllPho .gallery-top .look i{ margin-right:10px; display:inline-block;font-size:20px;}

.srllPho .gallery-top:hover .look{opacity:1 ; transform: translateY(0px);}

.srllPho .gallery-top li{height:500px;}

.srllPho .gallery-top li img{max-width:initial;max-height:100%;width:auto;display: block;margin:auto;}

.srllPho .gallery-thumbs{margin-top:15px;padding: 0 50px;}

.srllPho .gallery-thumbs li{ width: 20%;height: 100%; border:1px #ddd solid; cursor: pointer; background:#fff;}

.srllPho .gallery-thumbs li.swiper-slide-thumb-active{ border-color:#fa991b;}

.srllPho .gallery-thumbs li img{max-width:100%;display: block;margin:auto;height:80px}

.srllPho .btn{opacity: 1 !important;top:0;left:0;width: 40px;height:100%;padding:0 0;display:table;border-radius: 0%;margin: 0px;text-align:center; /*! border-radius: 5px; */color:#000;font-size:40px;background-image:none;/*background-color:#ddd;*/background-position:center;background-repeat:no-repeat;background-size: auto;}

.srllPho .btn i{ display: table-cell;vertical-align: middle;padding: 0px;}

.srllPho .btn.nt{left:auto;right:0;}

/*.srllPic .btn.next{transform:rotate(180deg);}*/

.srllPho .btn:hover,.srllPho .btn:hover i{color:#fff; background-color:#fa991b;}

.srllPho .swiper-button-disabled{opacity: .5;}

/*.srllPic .btn:hover{ opacity: 1;}*/

.srllPho .gallery-top li a{height:100%; display: -webkit-box !important; display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center;justify-content: center; -webkit-box-align: center;  -webkit-align-items: center;-ms-flex-align: center;align-items: center}





/*==联系我们↓==*/

.ContactInner{}

.ContactInner .mode .left{ width:40%;}

.ContactInner .mode .title{color:#000000;font-size:18px;margin-bottom:20px;}

.ContactInner .mode p{color:#000000;font-size:14px;line-height:26px;}

.ContactInner .mode .wx{margin-top:40px}

.ContactInner .mode span{display: flex;color:#3e3e3e;font-size:14px;margin-bottom: 15px;line-height: 1;}

.ContactInner .mode span i{display: block;color:#26a28a;margin-right:5px;font-size: 16px;width: 30px;text-align: center;}

.ContactInner .mode .right{width:40%;}

.ContactInner #dituContent{width:100%;height:100%;}

.ContactInner .info{background:url(../images/contactbg.jpg) no-repeat center;background-size:cover ;}

.ContactInner .info .long{display: flex;}

.ContactInner .info .left{float:left;width:40%;padding:50px 40px;background: rgba(38,162,138,0.8);}

.ContactInner .info .left .title{color:#fff;font-size:24px;margin-bottom:30px;}

.ContactInner .message{}

.ContactInner .message input{display: block;width:100%; color:#eee;font-size:16px; border:none;padding:10px 0;border-bottom:1px #ddd solid;margin-bottom:30px;background:none;}

.ContactInner .message input::-webkit-input-placeholder{color:#eee;}

.ContactInner .message button{margin-top:20px;padding:10px 20px;border:none;color:#fff;font-size:16px;cursor: pointer; background: #42e2c3;}

.ContactInner .message button:hover{background:#fa991b}

.ContactInner .info .right{float:right; width:60%;}





/*==留言↓==*/

.messageIn{padding-bottom:0px !important}





/*==留言通用↓==*/

.MessageCon{background: url(../images/messagebg.jpg) no-repeat center;background-size:cover;}

.MessageCon .long{padding:80px; background: #fff;}

.MessageCon .title{margin-bottom:40px;overflow: hidden;}

.MessageCon .title h2{float:left;color:#191919;font-size:24px;}

.MessageCon .title .tel{float:right;margin-top:25px;color:#333333;font-size:26px;/*font-weight: bold;*/}

.MessageCon .title .tel em{display:block;float:left;margin-right:10px;margin-top:2px;color:#333;font-size:25px;font-weight:400;font-family:"iconfont";}

.MessageCon input{position: relative; float:left;width:49.5%;margin-bottom:1%}

.MessageCon .block:nth-child(2n+1){margin-left:1%;}

.MessageCon input,.MessageCon textarea{padding:15px 20px 15px 45px;border:1px #ddd solid; background-repeat:no-repeat ; background-position:15px 17px;}

.MessageCon textarea{width:100%;height:120px;}

.MessageCon button{width:25%;margin-top:20px;padding:16px 0;border:none;color:#fff;font-size:14px; background: #666;}

.MessageCon button:hover{background:#fa991b}

.MessageCon .x1{background-image: url(../images/ico201.png);}

.MessageCon .x2{background-image: url(../images/ico202.png);}

.MessageCon .x3{background-image: url(../images/ico203.png);}

.MessageCon .x4{background-image: url(../images/ico204.png);}

.MessageCon .x5{background-image: url(../images/ico205.png);}





/*==关于↓==*/

.AboutInner{ }

.AboutInner .theme{position: relative;color:#fa991b;font-size:24px;padding: 20px 0 0 30px;margin-bottom: 50px;line-height: 1;}

.AboutInner .theme:before{content:"";position: absolute;left:0;top:0;z-index: -1;width:90px;height:90px;background: #26a28a;}

.AboutInner .theme span{display: block; margin-left: 65px; margin-top: 10px;}

.AboutInner .about1{}

.AboutInner .about1 .title{color:#000000;font-size:20px;margin-bottom: 25px;}

.AboutInner .about1 .wx{color:#000000;font-size:14px;}

.AboutInner .about1 .box{float:left;width:50%;padding-right: 80px;}

.AboutInner .about1 .video{float:right;width:50%;padding-right:30px}

.AboutInner .about1 .video iframe{width:100%;height:300px;}

.AboutInner .about2{display: flex;flex-direction: row-reverse;padding-bottom: 40px;/* align-items: center; *//* justify-content:center; */} 

.AboutInner .about2 .wx{color:#fff;font-size:16px; line-height: 32px;}

.AboutInner .about2 .box{position:relative;float:right;width:50%;padding-right: 50px;/* margin-top:100px; */display: flex;align-items: center;justify-content:center;}

.AboutInner .about2 .box:after{content:"";position:absolute;left: -200px;top: -40px;right: 0;bottom: -40px;z-index:-1;/* width:100%; *//* height:100%; */background:#51b5a1;}

.AboutInner .about2 .pic{float:right;width:50%;padding-right:60px;}







/*==list-box 图片款 久↓==*/

.list-box{margin:0 0 -10px -10px}

.list-box li{float:left; width:25%; }

.list-box li img{max-width:100%;width:100%;}

.list-box li a{display:block;margin:0 0 10px 10px}

.list-box li .pic{border: 1px #eee solid; background: #f9f9f9;}

.list-box li:hover .pic{border: 1px #0054b4 solid;}

.list-box li h4{color:#666;font-size: 15px;text-align: center;padding:12px 0;}

.list-box li:hover h4{color:#0054b4;}

.list-box.lx5 li{width:20%}





/*==底部===*/

.footer {position:relative;z-index:5;padding:60px 0 20px 0;background:#303030;}

.footer .title{color:#fff;font-size:20px;margin-bottom:15px;}

.footer .logo{float:left;margin-top: -30px;}

.footer .social{float:left;margin-left: 10%;}

.footer .social em{color:#26a28a;font-size: 35px;}

.footer .social a{ position:relative; display: block;cursor:pointer}

.footer .social .drop{ opacity:0; position: absolute;left: 0;bottom: 110%;z-index:2;width: max-content;line-height: initial;display: block;border: 1px #ddd solid;padding: 10px 10px;z-index: 9;border: 1px #ddd solid;transform-origin: 5% 90%;transform:scale(0.01);-moz-transform:scale(0.01);transition:all 1s;background: #fff;}

.footer .social img{}

.footer .social a:hover .drop{opacity:1;transform: scale(1);}

.footer .nav {position:relative;float:right;width: 25%;}

.footer .nav li {float:left;float:left;width: 33.3%;/* margin-left: 40px; */}

.footer .nav li a {display:block;margin-bottom: 10px;padding-left: 10px;padding-right: 20px;color:#fff;font-size:14px;background: url(../images/arrow_03.png) no-repeat left;}

.footer .nav li a:hover {color:#ccc}

.footer .ewm {float:right;color:#fff;font-size:14px;text-align:center;}

.footer .ewm img {display:block;margin-bottom:10px;border:1px #ddd solid;}

.footer .right {float:right;margin-left:5%; }

.footer .right span {display: table-footer-group;color:#eee;font-size:14px;line-height:24px;}

.footer .right span i{flex: 1;margin-right:10px;font-size:16px;}

.footer .right .share {margin-top:20px}

.footer .right .share a {display:inline-block;margin-right:18px;width:35px;line-height:35px;text-align:center;color:#fff;font-size:20px;border-radius:50%;background:#3d99ff;}

.footer .right .share a:hover {background:#fa991b;}

.footer .down {position:relative;margin-top:40px;padding-top:20px;color:#eee;font-size:14px;}

.footer .down:before {content:"";position:absolute;top:0;left:-50%;width:200%;height:1px;background:#595959;}

.footer .down a {color:#fff;font-size:14px;}

.footer .down a:hover {color:#ddd;}

.footer .copy{text-align:center;} 

 

 













