@charset "utf-8";
/*~~~~框架布局~~~*/
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}


/*==版心定义↓==*/
.container{width:1440px;}
a:hover{color:#004dd5}


.push-button .btn{position:relative;z-index:1;color:#fff;border:none;border-radius: 5px;overflow: hidden;background:-webkit-linear-gradient(top, #1988ff, #2c45c6,#1988ff);}
.push-button .btn:after{opacity:0; content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;background:#004dd5}
.push-button:hover .btn:after{opacity:1}

/*==字符串↓==*/
*: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/font_1963410_iyj4bolnpcb.woff2?t=1647414162272') format('woff2'),
       url('//at.alicdn.com/t/font_1963410_iyj4bolnpcb.woff?t=1647414162272') format('woff'),
       url('//at.alicdn.com/t/font_1963410_iyj4bolnpcb.ttf?t=1647414162272') 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 .nav > li > a:after{bottom:25px;}
.fixed-top.header .tel{ margin-top: 10px; }
/*--*/
.header{ position: fixed;top:0;width:100%;z-index:99;padding:20px 0;height:100px;}
.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%;background:rgba(0,0,0,0.5);transition: all .4s ease-in-out;}
.header .logo{float:left}
.header .logo img{ /* max-height: 100%; */}
.header .tel{position: relative;float: right;margin: 10px 0 0 60px;font-weight: bold;font-size: 24px;color: #333;}
.header .tel:before{content: "\e675";font-family: "iconfont";/* position: absolute; *//* left:0; */margin-right: 10px;font-weight: 400;color: #004dd5;}
.header .nav{display:flex;float: right;margin-top: 20px;}
.header .nav > li{position:relative; /* flex: 1; */float: left;margin-left: 50px;}
.header .nav > li > a{position: relative;z-index:1;display: block;color:#fff;font-size:16px;text-align: center;padding-bottom: 39px;}
.header .nav > li > a:hover{}
.header .nav > li > a:after{content:"";position: absolute;left:0;bottom:40px;z-index:-1;width:100%;height:10px;background:#004dd5;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#ff9000;font-weight: bold;}
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}
.header .nav > li.pin{position: initial;}
.header .nav .drop{display: none;position:absolute;z-index: 9;border:1px #ddd solid;background: rgba(255,255,255,1);}
.header .nav .sub{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: #004dd5;}
.header .nav .ter{position:absolute;left:0;top:0;}
.header .nav .ter a{color:#666;font-size:14px}
/*.header .nav li:last-child .sub{display: none !important;}*/



/*==导航产品下拉2↓==*/
.nav-pro{position: relative;left: 0;width: 100%;padding:50px 0}
.nav-pro .long{display:flex;justify-content: space-between;flex-direction: row-reverse;}
.nav-pro .frame{flex: 1;width: 70%;margin: 0 20px;}
.nav-pro .frame:nth-child(1){/* width: -webkit-fill-available; */flex-shrink: 1;flex: initial;width: 220px;}
.nav-pro .theme{color:#333;font-size: 24px;border-bottom:1px #ddd solid;padding-bottom: 10px;margin-bottom:20px;}
.nav-pro .shell{float:left;width:16.6%;}
.nav-pro .tit{display: block; color:#333;font-size: 16px;font-weight:bold;margin-bottom: 15px;}
.nav-pro .tit:hover{color:#004dd5}
.nav-pro ul{}
.nav-pro ul li{margin-bottom:5px}
.nav-pro ul a{color:#333;font-size:14px;}
.nav-pro ul a:hover{color:#004dd5}


/*==导航产品下拉1↓==*/
.nav-broad{position: relative;left: 0;width: 100%;padding:50px 0}
.nav-broad .long{padding:0 5%}
.nav-broad .frame{display: flex;margin-bottom: 40px;padding-bottom: 40px;border-bottom: 1px #e5e5e5 solid;align-items: center;justify-content: center;}
.nav-broad .frame:last-child{border-bottom:0px;margin-bottom:0px;padding-bottom:0px;}
.nav-broad .theme{flex-shrink: 1;/* display: block; */width: 100px;color:#333;font-size: 24px;margin-right: 40px;}
.nav-broad .more{flex-shrink: 1;margin-left: 40px;width:150px}
.nav-broad .more a{background: none !important;}
.nav-broad .more p{color: #666;font-size:14px}
.nav-broad .more b{display: table;margin-top: 20px;color:#fff;font-size:14px;padding: 8px 30px;border-radius: 5px;background: #004dd5;} 
.nav-broad .more:hover b{color:#fff;background:#333}
/*--*/
.nav-broad .ls-1{flex: 1;display:flex;margin-left: -20px;}
.nav-broad .ls-1 li{flex: 1;margin-left: 20px;}
.nav-broad .ls-1 a{display: block;background: #f2f5fa;}
.nav-broad .ls-1 .pic{position:relative;padding-top: 90%;overflow:hidden;}
.nav-broad .ls-1 .pic img{position:absolute;left:0;top:0;right:0;bottom:0;display: block;width: 100%;height: 100%;}
.nav-broad .ls-1 h4{color:#333;font-size: 14px;padding: 15px 20px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nav-broad .ls-1 li:hover .pic img{transform:scale(1.05)}
.nav-broad .ls-1 li:hover em{color:#004dd5; background:#f2f5fa}
.nav-broad .ls-1 li:hover h4{color:#004dd5}
.nav-broad .ls-1 li:nth-child(n+5){display: none;}
/*--*/
.nav-broad .ls-2{flex: 1;display:flex;}
.nav-broad .ls-2 li{flex: 1;border-right: 1px #e9e9e9 solid;}
.nav-broad .ls-2 li:last-child{border-right:none}
.nav-broad .ls-2 a{display: block;text-align: center; }
.nav-broad .ls-2 em{display: flex;margin:auto;font-size:34px;color:#666;width:70px;height:70px;border-radius:50%;align-items: center;justify-content: center;}
.nav-broad .ls-2 em img{width:45px}
.nav-broad .ls-2 h4{color:#333;font-size:14px;margin-top:15px}
.nav-broad .ls-2 li:hover em{color:#004dd5; background:#f2f5fa}
.nav-broad .ls-2 li:hover h4{color:#004dd5}



/*==导航产品下拉↓==*/
.nav-unify{position: relative;left: 0;width: 100%;padding:50px 0}
.nav-unify .long{display: flex;justify-content:center;}
.nav-unify .box{/* float: left; */position: relative;/* flex-shrink: 0; *//* padding-right: 23px; */width: 460px;}
.nav-unify ul{position: relative;/* margin-right:10;padding-right: 100%;;0%; */width: max-content;width: 240px;}
.nav-unify ul .title{display: none; color:#004dd5;font-size:20px;font-weight: bold;border-bottom:1px #ddd solid;margin-bottom: 15px;padding-bottom: 10px;padding-right: 40px;}
.nav-unify ul > li{border-bottom: 1px #ddd dashed;}
.nav-unify ul > li > a{position:relative; display:block;margin: 12px 0;font-size: 16px;padding-right:20px}
.nav-unify ul > li > a:before{opacity:0;content:"\e65d";position:absolute;right:0;top:0;bottom: 0;height: fit-content;margin: auto;color:#004dd5;font-size:14px;}
.nav-unify ul > li > a:hover{transform: translateX(5px); /*text-decoration:underline*/}
.nav-unify ul > li:hover > a:before{opacity:1}
.nav-unify .pic{float: right;flex-shrink: 0;margin-left: 80px;width: 500px;min-height: 100px;}
.nav-unify .level{display:none;position:absolute;left: 100%;top: -16px;padding-left: 20px;width: max-content;transition: all .4s ease-in-out;}
.nav-unify .level a{display:block;margin: 20px 0;font-size: 16px;color:#999}
.nav-unify .level a:hover{color:#004dd5;transform: translateX(5px);}
.nav-unify ul > li:hover .level{display:block}
/*.nav-unify ul > li:nth-child(2) .level{display:block;}
.nav-unify ul > li:nth-child(2) a:before{opacity:1;}*/


/*==次级导航↓==*/
.menu{padding: 20px 0;width:100%;display:table;text-align: center;border-bottom: 1px #ddd solid;overflow:hidden;background: #f1f1f1;}
.menu li{/*! flex: 1; */display: inline-block;margin:0 30px;}
.menu li a{position:relative;z-index:2;display: block;color:#333333;font-size:16px; /* background: #f7f7f7; */}
.menu li a:after{content: "";position: absolute;left:0;bottom: -20px;z-index:-1;width:100%;height:4px;background: #004dd5;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu li:hover a,.menu li.active a{ color:#004dd5;}
.menu li:hover a:after,.menu li.active a:after{transform: scale(1);transform-origin:left;}


/*==面包屑↓==*/
.site{padding: 20px 0;border-top:1px #ddd solid;border-bottom:1px #ddd solid;}
.site .container{}
.site .home i{color:#333;font-weight:bold;font-size:16px;margin-right:10px;}
.site a{color:#666;font-size:12px;}
.site a:hover{color:#2e3093}
.site .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}
.site .more:hover{color:#fff; background: #004dd5;}


/*==标题↓==*/
.titleAx{color:#004dd5;font-size:36px;line-height:1}
.titleAx span{margin-top:20px;display: block;color:#333;font-size:18px;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-bottom:50px; }
.titleAx.bg{margin-top: -80px;padding-top: 30px;height: 162px;background: url(../images/titleBg.png) no-repeat center;}
.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:#000123;font-size:30px;margin-bottom:50px; 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.white hr{background: #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{}


/*==切换控制↓==*/
.cut-item .btn {position:absolute;top:50%;left:-75px;z-index:9;display:block;width: 50px;line-height: 50px;text-align:center;color: #aaa;font-size: 22px;font-weight:bold;transform:translateY(-50%);cursor:pointer;border:1px #ddd solid;border-radius: 50%;transition: all .4s ease-in-out;background:#fff;}
.cut-item .btn.sNext {left:auto;right:-75px;}
.cut-item .btn:hover {color:#fff;border-color: #004dd5; background: #004dd5;}
.cut-item .btn:hover:before {color:#fff}
.cut-item .sPrev:before {content:"\e726";}
.cut-item .sNext:before {content:"\eb97";}
.cut-item .sPrev:before{ transition: all .4s ease-in-out;}
/*-切换点1-*/
.spot-dot {}
.spot-dot {position:initial;margin:40px auto 0;text-align:center;}
.spot-dot span {opacity:1;display:inline-block;width:13px;height:13px;margin:0 8px;border:1px #eee solid;border-radius:50%;cursor:pointer;background:#808080;}
.spot-dot span.swiper-pagination-bullet-active {background:#004dd5;}
/*-切换点2-*/
.spot-forte{position:initial;margin:40px auto 0;text-align:center;}
.spot-forte span{opacity:0.8;width:25px;height:6px;border-radius:0px;margin:0 6px;background:#fff;}
.spot-forte span.swiper-pagination-bullet-active{opacity:1;background:#004dd5;}

/*==tab-tone↓==*/
.tone-item{text-align: center;margin-bottom:50px;}
.tone-item li{display:inline-block;cursor: pointer;/* border: 1px solid rgba(255,255,255,0.5); */}
.tone-item a{position: relative;z-index: 1;display: block;color: #fff;font-size:18px;padding: 12px 15px;margin: 0 10px;border-radius:5px;overflow:hidden;border: 1px solid rgba(255,255,255,0.5);}
.tone-item a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%; transition:transform .5s;transform:scale(0,1);transform-origin:right;background:-webkit-linear-gradient(top, #1988ff, #2c45c6,#1988ff);}
.tone-item .active a,.tone-item li:hover a{color:#fff;border-color:#004dd5}
.tone-item .active a:after,.tone-item li:hover a:after {transform:scale(1);transform-origin:left;}


/*==更多按钮↓==*/
.more-1{display: table; margin:50px auto 0;color:#333;font-size:15px;padding:12px 40px;border-radius:5px;transition: all .4s ease-in-out; background: #f4f4f4;}
.more-1:hover{color:#fff;background:#004dd5;}


/*==底部联系↓==*/
.contact-bottom{padding:60px 0;background:url(../images/contactBg02.jpg) no-repeat center; background-size:cover;}
.contact-bottom .long{display: flex;align-items: center;justify-content: center;}
.contact-bottom .tel{position: relative;flex:none;/* margin: 10px 0 0 60px; */font-size: 36px;color: #004dd5;}
.contact-bottom .tel:before{content: "\e6a6"; margin-right: 10px; }
.contact-bottom form{flex: 1;display:flex;align-items: center;margin-left: 40px;}
.contact-bottom input, .contact-bottom button{flex: 1;border-radius: 5px;cursor: pointer;}
.contact-bottom input{display: block;margin-right: 10px;border:none;padding:15px 20px;color:#333;font-size:18px;background: #fff;}
.contact-bottom button{flex-shrink: 1;flex: initial;width:200px;position:relative;z-index:1;color:#fff;font-size: 18px;padding: 15px 10px;border:none;overflow: hidden;background:#004dd5;}
.contact-bottom button:hover{background:#333}
 


/*==产品列表↓==*/
.product-list{margin:0 0 -50px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list li{/*flex-grow: 1;*/display: inline-block;width:calc(33.3% - 30px);margin:0 0px 50px 30px; text-align: center;}
.product-list a{display: block;}
.product-list .pic{padding-top:90%;border:4px #f5f5f5 solid; background: #f5f5f5; }
.product-list h4{color:#000000;font-size:16px;margin-top:20px;}
.product-list li:hover .pic{border-color:#004dd5}
.product-list li:hover a{transform: translateY(-5px);}
.product-list li:hover h4{color:#004dd5}



/*==首页解决方案↓==*/
.SolutionHome2{background: #edf6fe;}
.SolutionHome{background:url(../images/solutionBg01.jpg) no-repeat center; background-size:cover;}


/*==解决方案介绍↓==*/
.solu-intro{}
.solu-intro .long{display: flex; }
.solu-intro .info{flex: 1; padding:50px; background:#f6f6f6; }
.solu-intro .info .box{margin-bottom: 40px;}
.solu-intro .info h4{color:#004dd5;font-size:18px;line-height: 1;margin-bottom: 20px;}
.solu-intro .info p{color:#666666;font-size:16px;margin-top: 15px;line-height: 28px;}
.solu-intro .pic{flex: 1;}
.solu-intro .pic img{width:100%;height: 100%;object-fit: cover;}
.solu-intro .link{font-size: 16px;line-height: 28px;color:#666666;}
.solu-intro .link a{display: inline-block;margin-right:20px;color:#666;font-size:16px}
.solu-intro .link a:hover{color:#004dd5}
.solu-intro .more{display: table;margin-top: 40px;color:#888888;font-size:15px;padding:10px 40px;border-radius:5px;border:1px #ccc solid;}
.solu-intro .more:hover{color:#fff;border-color:#004dd5;background:#004dd5;}
/*--*/
.solu-intro.so2 .info .box{padding:50px 30px}
.solu-intro.so2 .info h4{font-size:24px;}


/*==首页研究院↓==*/
.StudyHome{margin:0 0 -30px -30px}
.StudyHome .frame{float:left;width:calc(33.3% - 30px);margin:0 0 30px 30px}
.StudyHome .title{position: relative;z-index:1;display: flex;padding: 30px 30px 100px 40px;color: #fff;font-size: 24px;line-height: 1;justify-content: space-between;align-items: center;}
.StudyHome .title:before {opacity: 0.5;content:"";position: absolute;left: 25px;float: left;width: 2px;height: 22px;margin-right: 10px;background:#fff;}
.StudyHome .title .more{float: right;opacity: 0.8;color:#fff;font-size:14px}
.StudyHome .title .more:hover{color:#eee}
.StudyHome .title .bg{position: absolute;left:0;top:0;right:0;bottom:0;z-index: -1;height:100%;width:100%;object-fit: cover;}
.StudyHome .list{border:1px #eee solid;padding:30px 20px;overflow: hidden;}
.StudyHome .list li{margin-bottom:10px;clear: both;overflow: hidden;}
.StudyHome .list a{display: flex;justify-content: space-between; align-items: center;}
.StudyHome .list h4{flex:1;color:#333333;font-size:16px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.StudyHome .list .time{color:#888888;font-size:12px;}
.StudyHome .list li:hover h4{color:#004dd5;transform:translateX(5px)}


/*==首页智慧食堂6大特点↓==*/
.WisdomHome{background:url(../images/wisdomBg.jpg) no-repeat center; background-size:cover;}
.WisdomHome .long{position: relative;}
.WisdomHome .list{display: flex;flex-flow: row wrap;align-content: flex-start;}
.WisdomHome .list li{position: relative;display: flex;align-items: center;justify-content:center;width: 40%;/* height: 215px; */background:#fff;}
.WisdomHome .list .pic{/* flex: 1; */width: 50%;height:100%;/* flex-shrink: 1; */overflow: hidden;}
.WisdomHome .list .pic img{object-fit: cover;width: 100%;height: 100%;transition:all .4s ease-in-out;}
.WisdomHome .list .box{position: relative;flex:1;width: 100%;padding:30px;height: 215px;background: #fff;}
.WisdomHome .list .box:before{content:"\e65d";position:absolute;left: -21px;top:0;bottom: 0;z-index: 9;margin: auto;height: fit-content;color:#fff;font-size: 30px;transform: rotateY(180deg);}
.WisdomHome .list h4{-webkit-line-clamp: 1;color:#004dd5;font-size:18px}
.WisdomHome .list h4 i{color:#004dd5;font-size:30px;font-style: italic;margin-right: 10px;}
.WisdomHome .list p{-webkit-line-clamp: 4;margin-top: 10px;color:#000;font-size:14px;line-height: 28px;}
.WisdomHome .list li:hover .pic img{transform:scale(1.05);}
.WisdomHome .list li:hover h4{color:#000}
.WisdomHome .list.s2{flex-direction: row-reverse;margin-top: 200px;}
.WisdomHome .list.s1 li:nth-child(3){width: 20%;}
.WisdomHome .list.s1 li:nth-child(3) .pic{width:100%;}
.WisdomHome .list.s1 li:nth-child(3) .box{position:absolute;left: 0;bottom: -100%;}
.WisdomHome .list.s1 li:nth-child(3) .box:before{left: 0;right: 0;top: -20px;bottom: auto;text-align: center;transform: rotate(-90deg);}
.WisdomHome .list.s2 li{flex-direction: row-reverse;}
.WisdomHome .list.s2 li .box:before{left: auto;right: -22px;transform: rotateY(0deg);}
.WisdomHome .list.s2 li:nth-child(3){width: 20%;}
.WisdomHome .list.s2 li:nth-child(3) .pic{width:100%;}
.WisdomHome .list.s2 li:nth-child(3) .box{position:absolute;left: 0;top: -100%;}
.WisdomHome .list.s2 li:nth-child(3) .box:before{left: 0;right: 0;top: auto;bottom: -20px;text-align: center;transform: rotate(90deg);}
.WisdomHome .list.wap{display: none; overflow: hidden;}
.WisdomHome .info{position: absolute;left: 0;right: 0;top: 215px;width: 65%;margin: auto;display: flex;padding: 35px;align-items: center;justify-content: center;}
.WisdomHome .info h4{flex-shrink: 1;color:#fff;font-size:36px;margin-right: 30px;}
.WisdomHome .info form{position: relative;padding-right: 150px;}
.WisdomHome .info input{display: block;margin: 10px 0;border:none;padding: 16px;padding: 14px 20px;color: #fff;font-size:18px;border-radius: 5px;background:#0d245b;}
.WisdomHome .info button{position: absolute;right: 0;top: 0;bottom: 0;z-index:1;margin: auto;height: fit-content;width: 120px;color:#fff;font-size:30px;padding: 15px 30px;border:none;border-radius: 10px;overflow: hidden;cursor: pointer;background:-webkit-linear-gradient(top, #1988ff, #2c45c6,#1988ff);}
.WisdomHome .info button:after{opacity:0; content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;background:#004dd5}
.WisdomHome .info button:hover:after{opacity:1}


/*==首页合作伙伴↓==*/
.partnerHome{background:url(../images/partnerBg.jpg) no-repeat center; background-size:cover;}



/*==伙伴tab↓==*/
.partner-tab{display: flex;}
.partner-tab .left{ flex-shrink: 1;width: 240px;}
.partner-tab .left li{text-align: center;border-bottom:1px #ddd solid;background: #f5f5f5;}
.partner-tab .left a{position:relative;z-index:2;display: block;padding: 30px 20px;font-size:24px;color:#333333;}
.partner-tab .left a:after{opacity:0; content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;background: -webkit-linear-gradient(top, #1988ff, #2c45c6,#1988ff);}
.partner-tab .left li.active a{color:#fff; background: #004dd5;}
.partner-tab .left li.active a:after{opacity: 1;}
.partner-tab .right{position: relative;flex: 1;}
.partner-tab .right .frame{position:relative;z-index: 2;height:100%}
.partner-tab .right .frame:after{content: "";position: absolute;left:0;right:0;bottom:0;height:50%;z-index:1;background:-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));}
.partner-tab .right .wx{position: absolute;left: 0;bottom: 0;right: 0;z-index: 2;color:#fff;font-size:16px;padding: 30px;} 
.partner-tab .right .pic{height:100%}
.partner-tab .right .pic img{height:100%}


/*==首页关于↓==*/
.AboutHome{margin-bottom: 110px;background:url(../images/aboutBg.jpg) no-repeat center;background-size:cover;}
.AboutHome .digital{margin: -10px 0 40px 0px;display:flex;flex-flow: row wrap;align-content: flex-start;/* justify-content: space-between; */}
.AboutHome .digital li{/* float:left; *//* flex:1; */display: inline-block;width: calc(25% - 30px);text-align: center;margin: 0 0 20px 20px;line-height: 1;}
.AboutHome .digital a{position:relative; display:block;width: 100%;}
.AboutHome .digital li:last-child a:before{display:none}
.AboutHome .digital li span{color:#fff;font-size: 50px;font-weight:bold}
.AboutHome .digital li b{color:#fff;font-size: 50px;font-weight:bold}
.AboutHome .digital li font{font-size: 16px;margin-left:5px;color: #fff;vertical-align: top;}
.AboutHome .digital li h5{color:#fff;font-size: 16px;margin: 10px 0;}
.AboutHome .long{display: flex;}
.AboutHome .long{display: flex;/* height:590px; */border-top: 1px solid rgba(255,255,255,0.2);}
.AboutHome .long .pic{flex:1; margin-left: 50px;}
.AboutHome .long .pic img{width:100%;height:100%;object-fit: cover;}
.AboutHome .long .box{flex: 1;position: relative;padding-top: 40px;}
.AboutHome .long .box .wx{-webkit-line-clamp: 5;color:#fff;font-size:16px;line-height: 35px;}
.AboutHome .long .box .more{display: table;margin-top:40px;color:#fff;font-size:14px;padding: 10px 40px;border-radius: 10px;border: 1px solid rgba(255,255,255,0.5);}
.AboutHome .long .box .more:hover{color:#fff;border-color:#004dd5;background:#004dd5;}
.AboutHome .bottom{margin-top: 60px;padding: 30px 40px;margin-bottom: -190px;box-shadow: 2px 2px 15px #ddd;border-radius:10px;background: #fff;}


/*==关于特点滚动↓==*/
.srll-aico{position: relative;}
.srll-aico .spot{display: none;}
.srll-aico .btn{left:0;}
.srll-aico .btn.sNext{left:auto;right:0;}


/*==列表2↓==*/
.list_2{}
.list_2 li{text-align: center;padding:0 50px;} 
.list_2 em{width:60px;display: block;margin:auto}
.list_2 h4{margin-top:10px;color:#004dd5;font-size:24px;}
.list_2 p{margin-top: 8px;color:#888888;font-size: 14px;}
.list_2 li:hover{transform:translateY(-5px)}
.list_2 li:hover p{color:#004dd5}


/*==新闻分局↓==*/
.news-grid{}
.news-grid .one{float:left;width: 47.5%; }
.news-grid .one .pic{height:335px;}
.news-grid .one .pic img{width:100%;height: 100%;object-fit: cover;}
.news-grid .one .box{padding: 30px 30px;background:#f6f7f8;}
.news-grid .one h4{color:#004dd5;font-size: 18px; width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-grid .one p{margin-top:15px;margin-bottom: 30px;color: #888888;font-size:14px;}
.news-grid .one .more{border: 1px #ddd solid;padding: 8px 20px;color: #888;font-size:14px;border-radius: 5px;}
.news-grid .one .time{display:none; float: right;color:#666666;font-size:14px;}
.news-grid .one:hover *{color:#fff !important;border-color:#fff}
.news-grid .one:hover .box{background:#004dd5}
.news-grid .two{float:right;width:47.5%;/* margin-left: 20px; */margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px #ddd solid;}
.news-grid .two:last-child{margin-bottom:0px}
.news-grid .two a{position: relative;display: block;}
.news-grid .two .tit{color:#fff;font-size:16px;padding:8px 20px;margin-right:20px;border-radius:5px; background:#004dd5}
.news-grid .two .time{ color:#333;font-size:15px;}
.news-grid .two h4{color:#212121;font-size:18px;margin-top:15px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-grid .two p{margin-top: 12px;color:#212121;font-size: 16px;}
.news-grid .two:hover h4{color:#004dd5;transform:translateX(5px)}
.news-grid .two:hover a:before{color:#004dd5;transform:translateX(-5px)}
.news-grid .two:hover a:after{opacity:1;width:100%;}


/*==伙伴列表↓==*/
.partner-list{}
.partner-list{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.partner-list li{ display: inline-block;width:calc(50% - 30px);margin:0 0 30px 30px; }
.partner-list li a{display: block; }
.partner-list h4{display: flex;color:#000;font-size:18px;padding: 15px 20px;background: #f5f5f5;align-items: center;justify-content: space-between;flex-direction: row-reverse;}
.partner-list h4:before{content: "\eb97";color: #818181;font-size: 24px;}
.partner-list li:hover{}
.partner-list li:hover h4{color:#fff;background: #004dd5;}
.partner-list li:hover h4:before{color:#fff;transform:translateX(-5px)}


/*==新闻列表↓==*/
.news-list{}
.news-list{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.news-list li{ display: inline-block;width:calc(33.3% - 30px);margin:0 0 30px 30px; }
.news-list li a{display: block; }
.news-list .box{padding:20px 20px 60px 20px;background: #f5f5f5;}
.news-list .time{ color:#888888;font-size:14px;}
.news-list h4{display: flex;color:#333;font-size:20px;margin-top:5px}
.news-list li:hover{transform:translateY(-5px)}
.news-list li:hover h4{color:#004dd5; }
.news-list li:hover h4:before{color:#fff;}


/*==关于==*/
.AboutIn{padding-bottom:0px !important}


/*==公司简介↓==*/
.ab-intro{}
.ab-intro .title{margin-bottom:60px;color:#004dd5;font-size:50px;text-align: center;line-height: 1.2;}
.ab-intro .title b{color:#000;display: block;font-size:14px; margin-bottom:30px;}
.ab-intro .wx{color:#555;font-size:16px;line-height: 30px;}


/*==发展历程↓==*/
.ab-history{position:relative;background:url(../images/historyBg.jpg) no-repeat center; background-size:cover;}
.srll-history{position:relative; }
.srll-history .swiper-container:before{opacity:0.5; content:"";position:absolute;left:0;right:0;bottom: 0;top:0;margin: auto;width:100%;height:2px;background: #ddd;}
.srll-history .list{}
.srll-history .list li{height: 330px;}
.srll-history .list h4{color: #fff;font-size: 24px;margin: 15px 0;}
.srll-history .list .txt{display: flex;align-items: flex-end;color:#fff;font-size:14px; height:85px;   -webkit-line-clamp: 4;}
.srll-history .list .pic{width:100px;height:100px;border:5px #fff solid;border-radius: 50%;overflow: hidden;}
.srll-history .list .box{display: flex;position: relative;height: 100%;margin:auto;text-align: center;flex-direction: column;align-items: center;justify-content: flex-start;}
.srll-history .list .box::before{content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 12px;height: 12px;margin: auto;border: 2px #fff solid;border-radius: 50%;background: #004dd5;}
.srll-history .list li:nth-child(2n) .box{margin-bottom: 0px;flex-direction: column-reverse;justify-content: flex-start;}
.srll-history .list li:nth-child(2n) .box .txt{align-items: flex-start;}
.srll-history .list li:hover .pic{border-color:#aaa}
.srll-history .list li:hover h4{color:#aaa}
.srll-history .control{margin-top:60px;text-align:center;}
.srll-history .control .palm{color:#fff;font-size:30px;margin:0 10px}
.srll-history .control .btn{color:#fff;font-size:22px;cursor: pointer;transition: all .4s ease-in-out;}
.srll-history .control .btn:hover:before{color:#ddd; } 
.srll-history .control .sPrev:before {content:"\e726";}
.srll-history .control .sNext:before {content:"\eb97";} 



/*==关于-联系↓==*/
.ab-contact{}
.ab-contact .long{display: flex;overflow-y: clip;}
.ab-contact .map{flex: 1; position: relative;width: 50%;}
.ab-contact #dituContent{position: absolute !important;top: 0;right: 0;left: -40%;height: 100%;}
.ab-contact .info{flex: 1; width: 50%;padding:80px 20px 200px 80px}
.ab-contact .info .title{color:#004dd5;font-size:30px;margin-bottom: 30px;}
.ab-contact .info .wx{color:#333;font-size:14px;line-height:28px}
.ab-contact .info .ewm{margin-top:30px;}


/*==产品滚动↓==*/
.srll-pro{position: relative;}
.srll-pro .spot{display:none;}


/*==解决方案-产品↓==*/
.solutionIn .product{background:url(../images/ProductBg01.jpg) no-repeat center; background-size:cover;}


/*==解决方案-全景↓==*/
.solu-panorama iframe{width:100%;height:680px}

/*==解决方案-产品滚动↓==*/
.solu-pro .list{}
.solu-pro .list h4{color:#fff;font-size:16px;margin-top:20px;text-align: center;}
.solu-pro .list li:hover a{transform:translateY(-5px)}
.solu-pro .list li:hover h4{color:#ddd}
.srll-case{padding-right:100px}
.srll-case{position: relative;padding-right:100px}
.srll-case .control{position: absolute;right: 20px;top:0;}
.srll-case .control .btn{position:initial;margin-bottom:20px}
.srll-case .control hr{width:1px;height: 200px;margin: 10px auto 20px;border: none;background: #ccc;}
.srll-case .control .number{margin: auto;display: table; width: auto;color: #999;}
.srll-case .control .number span{display: block;color: #333;font-size: 16px;}


/*==解决方案-案例滚动↓==*/
.srll-case .spot{display:none;}


/*==解决方案-案例↓==*/
.solu-case .list{}
.solu-case .list a{position:relative; float:left;width:calc(25% - 10px);margin:0 0 10px 10px;display: block;}
.solu-case .list a:nth-child(1){width:calc(50% - 0px);margin: 0px 0 20px 0;}
.solu-case .list h4{position: absolute;left:0;bottom:0;right:0;padding: 15px 20px;color: #fff;font-size:18px;}
.solu-case .list .pic{padding-top:60%;}
.solu-case .list a:hover h4{background:rgba(0,0,0,0.5)}


/*==下载↓==*/
.download-list{border-top:1px #ddd solid}
.download-list li{display: flex;position: relative;padding:25px 20px;border-bottom:1px #ddd solid;justify-content: space-between;align-items: center;}
.download-list .left{position: relative;padding-left: 65px;}
.download-list em{position: absolute;left:0;top:0;bottom:0;margin:auto;width:47px;height:53px;display: block;background-repeat:no-repeat;background-position:center;}
.download-list .title{display: block; color:#333333;font-size:18px;}
.download-list .deploy{display: block;color:#888;font-size:12px;margin-top: 5px;}
.download-list .deploy font{margin-right:20px;}
.download-list .right{display:flex;align-items: center;}
.download-list .hit{color:#888;font-size:12px;margin-right:20px}
.download-list .btn{float: right;display: flex;color:#fff;font-size:14px;padding: 10px 20px;align-items: center;justify-content: center;}
.download-list .btn:before{content: "\e62f";margin-right:10px;font-size:16px}
.download-list .io01 em{background-image:url(../images/icon-d01.png);}
.download-list .io02 em{background-image:url(../images/icon-d02.png);}
.download-list .title:hover{color:#004dd5;transform:translateX(5px)}


/*==详情2↓==*/
.Detail_2{}
.Detail_2 .titleTop{color:#000;font-size:30px;margin-bottom:60px;text-align: center;}
.Detail_2 .wx{}


/*==分页器3↓==*/
.pagIng-3{width: fit-content;display: flex;margin: 80px auto 0;}
.pagIng-3 span{position: relative;display: block;color:#888888;font-size:14px;width: auto;margin: 0 10px;padding: 0 10px;justify-content: space-evenly;}
.pagIng-3 span a{/* display: inline-block; */margin: 0 10px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pagIng-3 span:before{position: absolute;top: 0;bottom: 0;height: fit-content;margin: auto;color:#666;font-size: 18px;}
.pagIng-3 a{color:#333333;font-size:14px;}
.pagIng-3 .return{width: 60px;}
.pagIng-3 .next:before{content: "\e65b";right: 0;}
.pagIng-3 .prev:before{left: 0;content:"\e659";}
.pagIng-3 a:hover{color:#004dd5}
.pagIng-3 .prev:hover{transform:translateX(-5px)}
.pagIng-3 .next:hover{transform:translateX(5px)}



/*==产品详情↓==*/
.ProductShow {}
.DetailCont .top {}
/*--*/
.DetailCont .pst-left {float:right;width:65%;}
.DetailCont .pst-right {float:left;width:30%}
/*--*/
.pst-right .title {color: #004dd5;font-size: 36px;margin-bottom:30px;}
.pst-right .number {color:#666;font-size:18px;display:block;margin-top:20px;}
.pst-right .wx {color: #555;font-size: 16px;min-height:100px;line-height:28px;overflow:hidden;}
.pst-right .rok {-webkit-line-clamp:3;}
.pst-right .tel {display:block;color:#191919;font-size: 24px;margin-top:60px;}
.pst-right .tel i {float:left;color:#666;font-size:25px;margin:5px 15px 0 0;}
.pst-right .tel font {color:#004dd5;}
.pst-right .online {margin-top:40px;overflow:hidden;}
.pst-right .online a {float:left;margin-right:20px;color:#fff;font-size: 16px;padding: 10px 40px;border: 1px #004dd5 solid;background:#1b1b1b;}
.pst-right .online a.cor {color: #fff;background: #004dd5;}
.pst-right .online a:hover {color:#fff;border-color:#333;background:#333;}
/*--*/
.psc-content {margin-top:70px;}
.psc-content .wx {}
.psc-content .wor {color:#333;line-height:30px;font-size:16px;}
.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 .tone {position:relative;display:flex;margin-bottom:50px;border-left:1px #eee solid;align-items: center;justify-content: center;}
.psc-content .tone:before,.psc-content .tone:after {content:"";position:absolute;left: -50%;right: -50%;top:0;z-index: -1;height: 100%;background: #f1f1f1;}
.psc-content .tone:after {bottom:0;top:auto;}
.psc-content .tone li {position:relative;display:inline-block;color: #333333;font-size: 16px;padding: 18px 0px;margin: 0 30px;border-right:1px #eee solid;cursor:pointer;align-items:center;justify-content:center;}
.psc-content .tone li:after {content:"";position:absolute;left:0;bottom:0px;width:100%;z-index:1;height:4px;transition:transform .5s;transform:scale(0,1);transform-origin:right;background:#004dd5;}
.psc-content .tone li.active,.psc-content .tone li:hover {color:#004dd5}
.psc-content .tone li.active:before,.psc-content .tone li:hover:before {color:#004dd5}
.psc-content .tone li.active:after,.psc-content .tone li:hover:after {transform:scale(1);transform-origin:left;}
/*.psc-content .frame {margin-bottom:50px;padding-bottom:40px;border-bottom:1px #ddd solid}
.psc-content .frame:last-child,.psc-content .mr {margin-bottom:0px !important;padding-bottom:0px !important;border-bottom:0px !important}*/
/*--*/
.psd-right .title {position:relative;color:#666;font-size:20px;margin-bottom:20px;border-bottom:1px #ddd solid;padding-bottom:20px;}
.psd-right .title:before {content:"";position:absolute;left:0;bottom:-1px;width:40px;height:2px;background:#004dd5}
.psd-right .shell {margin-bottom:30px;border:1px #eee solid;box-shadow:6px 6px 15px #eee;padding:30px;background:#fff;}
.psd-right .thing {}
.psd-right .thing .pic {}
.psd-right .thing h4 {color:#333;font-size:18px;margin-top:20px;}
.psd-right .thing p {-webkit-line-clamp:1;color:#666;font-size:14px;margin-top:10px;}
.psd-right .list {}
.psd-right .list li {margin-bottom:20px}
.psd-right .list li:last-child {margin-bottom:0px;}
.psd-right .list h4 {color:#333;font-size:16px;margin-top:15px;}
/*--*/
.srll-recom {position:relative;}
.srll-recom .swiper-container {padding:6px;}
.srll-recom .product-list li {}
/*--*/
.psd-right {}
.is-affixed .info {margin-top:50px}


/*==左右图片切换↓==*/
.srllOrso {display:flex}
.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;margin-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:#004dd5;}
.srllOrso .leftPic,.srllOrso .rightPic {height:550px;}
.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;position:absolute;top:0;left:0;right:0;z-index:2;margin:0px;padding:5px 0;cursor:pointer;text-align:center;background:rgba(0,0,0,0.4);transition:all .4s ease-in-out;}
.srllOrso .btn:before {color:#fff;font-size:32px;display:block;}
.srllOrso .sPrev:before {content:"\ebd1";}
.srllOrso .sNext:before {content:"\eb9c";}
.srllOrso .btn.sNext {top:auto;bottom:0;}
.srllOrso .btn:hover {opacity:1;background:rgba(0,0,0,0.6)}



/*==新闻详细页↓==*/
.NewsDetailBox{ background: #f5f5f5;}
.NewsDetailBox .titleTop{text-align: center;margin-bottom: 50px;}
.NewsDetailBox .tit{color:#000000;font-size:28px;}
.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 .wx{min-height:300px;color:#666;font-size:16px;line-height:26px;padding: 50px;background: #fff;}
.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:#004dd5}
.NewsDetailBox .pagIng .prev{float:left}
.NewsDetailBox .pagIng .next{float:right}



/*==滚动大图↓==*/
.srllPho{ position: relative;;width: 100%;margin: auto;}
.srllPho .gallery-top{border: 1px #ddd 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:2px #ddd solid; cursor: pointer; background:#fff;}
.srllPho .gallery-thumbs li.swiper-slide-thumb-active{ border:2px #004dd5 solid;}
.srllPho .gallery-thumbs li img{max-width:100%;display: block;margin:auto;height:80px}
.srllPho .btn{opacity: 1;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:#004dd5;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:#004dd5;}
.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}



/*==留言通用↓==*/
.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:5px;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:#004dd5}
.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);}


/*==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;overflow:hidden; background:url(../images/footBg.jpg) no-repeat center; background-size:cover;}
.footer .nav {float: right;position:relative;width: 58%;display: flex;justify-content: space-between;}
.footer .title{color:#fff;font-size: 18px;margin-bottom: 12px;}
.footer .tit{color:#fff;font-size:16px;margin-bottom:10px}
.footer .box{margin-right:40px}
.footer .nav li {/*! display:table-cell;*/padding-right: 20px;/* float:left; */}
.footer .nav li .wx{color:#ccc;font-size:14px;line-height: 28px;}
.footer .nav li a {opacity: 0.7;display:block;color: #eee;font-size:14px;padding: 0px 0;margin-bottom: 5px;}
.footer .nav li a:hover {color:#fff}
.footer .left{float:left;width: 28%;}
.footer .wx{color:#fff;font-size:14px;line-height:30px;}
.footer .logo{margin-bottom:20px;}
.footer .ewm{margin-top:20px}
.footer .down {position:relative;margin-top: 50px;padding-top:20px;border-top: 1px rgba(255,255,255,0.2) solid;color: #fff;font-size:14px;text-align:center}
.footer .down a{color: #fff;font-size:14px;}
.footer .down a:hover {color:#ddd;}
.footer .link{margin-top: 50px;border-top: 1px rgba(255,255,255,0.2) solid;padding-top: 20px;overflow: hidden;}
.footer .link h3{color: #ccc;font-size: 14px;float: left;}
.footer .link a{color:#858585;font-size:12px;display: inline-block;padding: 0 15px;font-size:12px;line-height: 9px;border-right: 1px #999 dotted;}
.footer .link a:last-child{border:none;}








