﻿@import url(global.css);
.tophead{width:100%; min-width: 1200px;height:68px; background:url(../images/tophead.jpg) no-repeat center 0;} 
/*mainBody_01*/
.mainBody_01{width:100%; min-width: 1200px;height:650px; overflow:hidden; position:relative; background: #000;}
.mainBody_01 .bd{margin:0 auto; position:relative; z-index:0;}
.mainBody_01 .bd ul{width:100% !important;height:650px;}
.mainBody_01 .bd li{width:100% !important;height:100%; overflow:hidden; text-align:center;}
.mainBody_01 .bd li a{display:block; height:100%;}
.mainBody_01 .hd{width:100%;  position:absolute;  bottom:30px; left:0; height:20px; line-height:30px;}
.mainBody_01 .hd ul{ text-align:center;}
.mainBody_01 .hd ul li {cursor:pointer; display:inline-block; *display:inline; zoom:1; width:50px; height:8px; border-radius: 2px; margin:0 5px; overflow:hidden; background:#000;filter:alpha(opacity=50);opacity:0.5; line-height:999px;}
.mainBody_01 .hd ul .on{background:#c00;}
.mainBody_01 .prev,.mainBody_01 .next{ display:block; position:absolute; z-index:2; top:50%; margin-top:-30px; left:15%; width:28px; height:63px;background:url(../images/prev.png) no-repeat; cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }
.mainBody_01 .next{left:auto; right:15%; background:url(../images/next.png) no-repeat;} 

/* ---------------mainBody_03-------------------------------  */
.mainBody_03{width: 100%; min-width: 1200px; background: #fff;overflow:hidden;color: #666; padding:80px 0;}
.titles{width: 100%;height:100px; text-align: center;background: url(../images/titles.png) no-repeat center 3px;}
.titles h2{width: 100%; height:40px; line-height: 40px; font-size:36px;}
.titles h2 a{color: #000;}
.titles p{width: 100%; height:40px; line-height: 40px; font-size: 13px; color:#eb181e;text-transform: uppercase;}
.mainBody_03 .list{width: 1200px;height:auto;margin: 0 auto;}
.mainBody_03 .list .hd{width: 100%; height:40px; text-align: center; padding:20px 0 40px 0 ;}
.mainBody_03 .list .hd li{width:24.1%; display: block; float: left; height:45px; line-height: 45px; font-size:20px; margin-right:0.92%; border: 1px solid #999; border-radius:3px;}
.mainBody_03 .list .hd li:hover{border: 1px solid #eb181e;background: #eb181e;}
.mainBody_03 .list .hd li:hover a{color: #fff;}
.mainBody_03 .list .hd li:last-child{margin-right: 0;}
.mainBody_03 .list .bd{height:auto; overflow: hidden;}
.mainBody_03 .list .bd li{float: left;position: relative;width:32.5%; height: 550px; margin-right: 1%; margin-bottom:20px; text-align: center;border: 1px solid #e3e3e3;overflow: hidden;background: #fff;}
.mainBody_03 .list .bd li:nth-child(3n){margin-right: 0;}
.mainBody_03 .list .bd li img{width: 100%;}
.mainBody_03 .list .bd li p{position: absolute;bottom: 0;width: 100%; height:45px;line-height:45px;font-size: 16px; color: #000; border-top: 1px solid #ccc;box-sizing: border-box;overflow: hidden;}
.mainBody_03 .list .bd li .des{width: 100%;height: 100%;position: absolute;top:-100%;background: url(../images/des_bk.png);transition: 200ms;text-align: center;}
.mainBody_03 .list .bd li .des img{margin-top:60%; width: 60px;height: 60px;}
.mainBody_03 .list .bd li:hover .des{top:0;}
.mainBody_03 .list .bd li a:hover{color: #003d7d;}

/* ---------------mainBody_11-------------------------------  */
.mainBody_11{width: 100%; min-width: 1200px; background:url(../images/pkbg.jpg) center 0 no-repeat;overflow:hidden;color: #fff;}
.mainBody_11 .list{width: 1200px;height:auto;margin:0 auto;padding:30px 0 80px 0;overflow: hidden;text-align: center; font-size:20px;}
.mainBody_11 .title{width: 1200px;margin:0 auto; height: 80px; line-height: 80px; padding:50px 0 20px 0;}
.mainBody_11 .title h2{width:50%; height: 80px; float: left; text-align: center; font-size:36px;}
.mainBody_11 .list div{float: left;overflow: hidden;}
.mainBody_11 .list .a1{width:calc(23% - 6px); border: 3px solid #edc717;}
.mainBody_11 .list .a2{width:16%;margin: 0 1%;}
.mainBody_11 .list li{ height:45px; line-height:45px; margin-bottom: 10px;letter-spacing:0; overflow: hidden;}
.mainBody_11 .list .b1 li{ color: #edc717; font-weight: bold;}
.mainBody_11 .list .b2 li{ background: #ff262c; border-radius:4px;}


/* ---------------mainBody_15-------------------------------  */
.mainBody_15{width: 100%; min-width: 1200px; background: #fff;overflow:hidden;color: #666; padding:80px 0;}
.mainBody_15 .list{width: 1200px;height:auto;margin: 0 auto;}
.solution-list{display:flex;flex-wrap:wrap;margin:-12px;}
.solution-list .item{position:relative;margin:12px;width:calc(25% - 24px);overflow:hidden;}
.solution-list .item:first-child{width:calc(50% - 24px);}
.solution-list .pic{position:relative;overflow:hidden;}
.solution-list .pic img{display:block;transition:all 1s; width: 100%;}
.solution-list .pic h3{position:absolute;left:35px;bottom:35px;right:35px;font-size:24px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.solution-list .text{position:absolute;top:0;left:0;padding:30px;height:calc(100% - 60px);background:rgba(199,0,6,0.9);transform:translateY(100%);transition:all 1s;}
.solution-list .text h3{font-size:24px;color:#fff;}
.solution-list .text p{margin-top:15px;font-size:16px;color:#fff;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.solution-list .text span{position:absolute;left:30px;bottom:30px;font-size:16px;color:#fff;}
.solution-list .item:hover .pic img{transform:scale(1.1);}
.solution-list .item:hover .pic h3{opacity:0;}
.solution-list .item:hover .text{transform:translateY(0);}
.solution-list .item:nth-child(odd){animation:flipInX 1s;}
.solution-list .item:nth-child(even){animation:flipInY 2s;}
@media(max-width:1200px){
.solution{padding:40px 10px;}
.solution-list{margin:-5px;}
.solution-list .item{margin:5px;width:calc(50% - 10px);}
.solution-list .item:first-child{width:calc(100% - 10px);}
.solution-list .pic h3{left:10px;bottom:10px;right:10px;font-size:16px;}
.solution-list .text{display:none;}
.solution-list .item:hover .pic h3{opacity:1;}
}

/* ---------------mainBody_07-------------------------------  */
.case{background: #fff;height:auto;overflow: hidden; padding:0 0 50px 0;}
.case .tab{ width:100%; min-width:1200px; height:45px; line-height: 45px; text-align: center; padding:10px 0 50px 0;} 
.case .tab a{width:150px; height:45px; margin:0 15px; display:inline-block; border: 1px solid #ccc; border-radius: 3px; font-size: 18px;} 
.case .tab a:hover{display:inline-block; background: #eb181e; color: #fff;border: 1px solid #eb181e;} 

.case .tab2{ width:100%; min-width:1200px; height:auto; position:relative; overflow:hidden; padding-bottom: 20px;}  
.case .tab2 li{ width: 25%; float: left; border-left: 1px solid #ccc;border-bottom: 1px solid #ccc;background: #fff;}   
.case .tab2 .a1{ height: 320px; overflow: hidden;}  
.case .tab2 .a1 img{width:100%; height: 320px;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;}
.case .tab2 .a1 img:hover{opacity: 0.7;filter: alpha(opacity=70);transition:all 1.2s linear;-moz-transition:all 1.2s linear;-o-transition:all 1.2s linear;-webkit-transition:all 1.2s linear; -webkit-transform:scale(1.12);-moz-transform:scale(1.12);-o-transform:scale(1.12);-m-transform:scale(1.12);transform:scale(1.12);}

.case .tab2 .a2{padding:20px 20px 10px 20px; font-size: 20px;}  
.case .tab2 .a2 a{color: #000;} 
.case .tab2 .a3{padding: 0 20px; height: 48px; line-height: 24px; overflow: hidden;}  
.case .tab2 .a4{height: 41px; padding: 10px 20px;}  
.case .tab2 .a6{width: 41px; height: 41px; display: block; overflow: hidden;background:url(../images/case01.png) 0 0 no-repeat;}  
.case .tab2 li:hover .a6{display: block; overflow: hidden;background:url(../images/case01.png) right 0 no-repeat;}  
.case .tab2 .a5{ height: 41px; padding: 30px 20px 10px 20px; color: #000;}  
.case .tab2 .a5 span{ font-size: 20px;} 

.case .tab2 .bd{overflow: hidden;}
.case .tab2 .bd ul{ overflow:hidden; zoom:1; }
.case .tab2 .hd{width: 1200px; margin: 0 auto; padding: 40px 0; text-align: center; overflow: hidden;}  
.case .tab2 .hd a{display: block; float: left;} 
.case .tab2 .pnBtn{ width: 53px; height: 53px;}
.case .tab2 .pjmore{ width: 260px; height: 51px; line-height: 51px; color: #666; font-size: 16px; border: 1px solid #666; margin: 0 10px; border-radius: 50px;} 
.case .tab2 .hd a:hover{display: inline-block; filter:alpha(opacity=60);opacity:0.6; color: #eb181e;}   
.case .tab2 .next{background:url(../images/appraiseBtn.png) no-repeat center -53px;}  
.case .tab2 .prev{background:url(../images/appraiseBtn.png) no-repeat center 0; margin-left: 405px;}


/* ---------------mainBody_04-------------------------------  */
.mainBody_04{width:100%;min-width: 1200px;height:auto; padding:0 0 80px 0; overflow: hidden;}
.mainBody_04 .list{width: 1200px;height:auto;margin: 0 auto; padding-top: 30px;} 
.mainBody_04 .tab4{width: 1200px; overflow: hidden;}
.mainBody_04 .tab4 .hd{width: 100%; height: 44px; line-height: 40px;text-align: center; padding-bottom: 30px;}
.mainBody_04 .tab4 .hd li{width:150px; display: inline-block; height:42px;font-size: 16px; margin-right:20px; border: 1px solid #ccc; border-radius:3px;}
.mainBody_04 .tab4 .hd li a{width: 100%; height: 100%; display:block; color: #333;}
.mainBody_04 .tab4 .hd li.on{border: 1px solid #eb181e;background: #eb181e;}
.mainBody_04 .tab4 .hd li.on a{color: #fff;}
.mainBody_04 .tab4 .bd{ width:100%; overflow: hidden;color: #666;}  
.mainBody_04 .tab4 .bd ul{} 
.mainBody_04 .tab4 .bd li{ width:100%; overflow: hidden; padding: 10px 0;}  
.mainBody_04 .tab4 .bd li p{width:calc(24.4% - 4px); height:320px; float:left; border: 1px solid #ddd; margin-right:1%;}
.mainBody_04 .tab4 .bd li p:nth-child(4n){ margin-right:0;} 
.mainBody_04 .tab4 .bd li p .a1{ width:100%; height:180px; display: block; overflow: hidden;}
.mainBody_04 .tab4 .bd li p img{width:100%;transition: all 0.5s; min-height:240px;}
.mainBody_04 .tab4 .bd li p:hover img{transform: scale(1.1);}

.mainBody_04 .tab4 .bd li p .a2{height:60px; line-height: 30px;font-size: 18px; display: block;color:#000; padding:20px 25px 0 25px;} 
.mainBody_04 .tab4 .bd li p:hover .a2{color:#eb181e;} 
.mainBody_04 .tab4 .bd li p .a3{height:46px; line-height: 42px;font-size: 16px; color: #999;display: block;font-style: normal;padding:0 25px; background:url(../images/new-1.png) no-repeat 120px center;} 
.mainBody_04 .tab4 .bd li p:hover .a3{color:#eb181e;display: block;background:url(../images/new-2.png) no-repeat 120px center;} 
