﻿

/*轮播大图*/
.ibanner { width: 100%; height:350px; overflow: hidden; position: relative; }
.ibanner > ul { display: none;height:350px; position: absolute; top: 0; left: 0; }
.ibanner > ul > li { float: left; height: 350px; }
.ibanner > ul > li img{ width:100%;height: 350px; }
.ibanner > ul > li > a { display: block; font-size: 200px; text-align: center; line-height:300px; font-weight: bold; }
.left-btn, .right-btn { width:44px; height:44px; position: absolute; top: 45%; cursor: pointer; }
.left-btn { left: 70px; background: url("../images/l-btn.png"); }
.right-btn{ right: 70px; background: url("../images/r-btn.png");}
.img-btn-list { width: 100%; position: absolute; bottom: 18px; left: 0; text-align: center; }
.img-btn-list > span {display: inline-block; width:26px; height:8px; border-radius:18px; margin: 0 5px; background:#444; cursor: pointer; }
.img-btn-list > span.current {background:#f60; }

.ilink{width:1200px;margin:10px auto;}
.ilink .ilink-tit {height: 36px; line-height: 36px; background: url("../images/guide-line.png") center repeat-x; text-align: center; }
.ilink h2 { position: relative; display: inline-block; font-size:24px; color: #333; background: #FAFAFA; padding: 0 30px; }
.ilink p{ margin:0px auto;text-align:left; line-height:24px;}
.ilink p a{ float:left;margin:2px 15px 2px 0; color:#333; white-space:nowrap;display:inline-block; }
.logo-wall{display: flex; flex-wrap: wrap; justify-content: space-between; height:100px; margin-top:10px;}
.logo-wall li{width: 230px; height: 93px; border: 1px solid #dcdcdc; background-color: #fff; display: flex; justify-content: center; align-items: center;}


.project { margin: 10px auto; }
.project ul li { margin: 20px 18px; border-radius: 10px; width: 260px;float: left; height: 240px; vertical-align: top; background: #fff; color: #666; box-shadow: 0px 6px 20px rgba(217,217,217,0.75); -webkit-box-shadow: 0px 6px 20px rgba(217,217,217,0.75); -moz-box-shadow: 0px 6px 20px rgba(217,217,217,0.75); }
.project ul { margin-bottom: 30px; }
.project ul li>span { display: block; font-size: 18px; font-weight: 700; margin: 10px 0px; color: #333; letter-spacing: 2px; }
.project ul li>p { font-size: 15px; padding: 0px 5px; color: #333; }
.project li svg { margin-top: 30px; height: 50px; width: 50px; font-size: 100px; }
.project li:nth-child(2) svg { color: #00ceff; }
.project li:nth-child(3) svg { color: #f6d220; width: 60px; height: 60px; }
.project li:nth-child(6) svg { color: #f6d220; height: 60px; }
.project li:nth-child(4) svg, .project li:nth-child(7) svg { color: #7f96e0; }
.project li:nth-child(8) svg { color: #4cba91; height: 45px; width: 45px; }
.project li:nth-child(9) svg { color: #00ceff; width: 60px; height: 50px; }
.project li:hover { transform: translate3d(0, -5px, 0); box-shadow: 0px 11px 12px rgba(217,217,217,0.75); }
.project li:hover, .project li:first-child, .project li:first-child p { background: #fa5441; color: #fff; }
.project li:hover span, .project li:first-child span, .project li:hover p { color: #fff; }
.project li:hover svg, .project li:first-child svg { color: #fff; }

.about_team { text-align: center; margin: 30px 0px; }
.about_team h3 { color: #333; font-size: 36px; letter-spacing: 2px; padding-bottom: 10px; }
.about_team p { letter-spacing: 1px; font-size: 18px; color: #333; }
.team_img { margin: 20px 5px 0px; display: inline-block; width: 200px; vertical-align: middle; }
.team_img img { margin-top: 10px; width: 100%; height: 150px; }
.team_img img:hover { transform: scale(2, 2); -webkit-transform: scale(2, 2); -moz-transform: scale(2, 2); -o-transform: scale(2, 2); }

.instructions { margin:20px auto; width:1200px; }
.instructions .layout { height: 70px; border: 1px solid #e2e2e2; background-color:#ddd; padding: 16px 0 16px 30px; color: #b2b2b2; box-sizing: border-box }
.instructions .step { float: left; width: 200px; position: relative; margin-right:30px }
.instructions .step em { width: 36px; height: 36px; border: 1px solid gray; color: gray; font-size: 22px; text-align: center; line-height: 36px; margin-right: 22px; float: left; border-radius: 50% }
.instructions .step .tit { font-size: 16px; color: gray }
.instructions .step:after { content: ''; width:24px; height: 32px; position: absolute; right: 0; top: 4px; background: url(../images/sx.png) 0 0; }
.instructions .step-5 { margin-right: 0 }
.instructions .step-5:after { display: none }



.H-tit { text-align: center; line-height: 44px; padding-bottom: 40px; }
.H-tit h4 { color: #333; font-size: 36px; }
.H-tit p { color: #999; font-size: 16px; }
.hb-sev {width:1200px; margin:0px auto;padding:30px 0;  }
.hb-sev .sev-con li { float: left; width:20%; }
.hb-sev .sev-con a { display: block; }
.hb-sev .sev-con dl { }
.hb-sev .sev-con dt {-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; width: 118px; height: 53px; padding: 32.5px 0; border: 1px dashed #ccc; margin: 0 auto; background:#fff;}
.hb-sev .sev-con dt .li-img {display: block; width:60px; height:60px; float: left; margin:2px 0 0 28px; background: url(../images/tuu.png) no-repeat; overflow:hidden;}
.hb-sev .sev-con dd {color: #333; font-size: 19px; font-weight: bold;text-align: center; margin-top:20px; }
.hb-sev .sev-con a:hover dt { background:#ffeeee; }
.hb-sev .sev-con a:hover dd { color: #dd0000; }
.hb-sev .sev-con li dt .li-img1{background-position: 0 2px;}
.hb-sev .sev-con li dt .li-img2 {background-position: 0 -60px;}
.hb-sev .sev-con li dt .li-img3 { background-position: 0 -119px; }
.hb-sev .sev-con li dt .li-img4 { background-position: 0 -179px; }
.hb-sev .sev-con li dt .li-img5 { background-position: 0 -240px; }
.hb-sev .sev-con li dt .li-img6 { background-position: 0 -298px; }
.hb-sev .sev-con li dt .li-img7 { background-position: 0 -358px; }
.hb-sev .sev-con li a:hover dt .li-img1 { background-position: -60px 2px; }
.hb-sev .sev-con li a:hover dt .li-img2 { background-position: -60px -60px; }
.hb-sev .sev-con li a:hover dt .li-img3 { background-position: -60px -119px; }
.hb-sev .sev-con li a:hover dt .li-img4 { background-position: -60px -179px; }
.hb-sev .sev-con li a:hover dt .li-img5 { background-position: -60px -240px; }
.hb-sev .sev-con li a:hover dt .li-img6 { background-position: -60px -298px;}
.hb-sev .sev-con li a:hover dt .li-img7 { background-position: -60px -358px; }


.index_zb{width:1200px;margin:0 auto;padding:30px 0;color:#333;}
.index_zb .service_box{width:100%;font-size:14px;height:160px;}
.index_zb .service_box li{float:left;width:259px;height:120px;margin:0 1px 1px 0; background:#fff;padding:30px 20px;position:relative;cursor:pointer;-webkit-transition: all .6s ease;-ms-transition: all .6s ease;-o-transition: all .6s ease;transition: all .5s ease;}
.index_zb .service_box li:hover{z-index:3; background:#BBE0F8; box-shadow: 0px 0 15px #999; -webkit-box-shadow:0px 0 15px #999;-moz-box-shadow: 0px 0 15px #999;}
.index_zb .service_box li h3,.index_zb .service_box li p{position:relative;z-index:3; width:130px;}
.index_zb .service_box li h3{color:#333; font-size:16px; font-weight:bold;}
.index_zb .service_box li p{color:#666;line-height:25px;}
.index_zb .service_box li h3 a:hover,.index_zb .service_box li p a:hover{color:#ff821b;}
.index_zb .service_box li h3{font-size:16px;height:30px;line-height:30px;}
.index_zb .service_box li img{position:absolute;top:30px;right:25px;}



.sub-area { width: 1200px; margin:10px auto;}
.sitem-box {width:210px;height:150px; margin:0 0 4px 4px; padding:24px 12px; overflow: hidden; border-radius: 4px; background-color: #fff; border: 1px solid #fff; cursor: pointer; float: left; position:relative; border:1px solid #eee; /*background:#333;*/}
.sitem-box:hover { border: 1px solid #e5e5e5; z-index: 10; box-shadow: #ededed 0 5px 10px; -webkit-box-shadow: #ededed 0 5px 10px; -moz-box-shadow: #ededed 0 5px 10px }
.sitem-box dd{ height:26px;line-height:26px; font-size:18px; text-align: center;  color: #0e0517;}
.sitem-box dd span{ height: 20px; font-size: 14px; text-align: center; color: #b2b2b2; color: #999; }
/*.sitem-box dt{ margin: 0 auto; width: 60px; height: 60px; margin-bottom:20px; }
.stp1{background: url(../images/stp1.png) no-repeat center center; }*/
.sitem-box dt { background:url(../images/iprdico1.jpg); overflow:hidden; width:95px; height:95px; font-size:0; margin: 0 auto;text-align:center;}
.sitem-box .stp0 { background-position:-40px -5px; }
.sitem-box .stp1 { background-position:-130px -5px; }
.sitem-box .stp2 { background-position:-220px -5px; }
.sitem-box .stp3 { background-position:-310px -5px; }
.sitem-box .stp4 { background-position:-395px -5px; }
.sitem-box .stp5 { background-position:-490px -5px; }
.sitem-box .stp6 { background-position:-580px -5px; }
.sitem-box .stp7 { background-position:-675px -5px; }
.sitem-box .stp8 { background-position:-40px -110px; }
.sitem-box .stp9 { background-position:-130px -110px; }
.sitem-box .stp10 { background-position:-220px -110px; }
.sitem-box .stp11 { background-position:-310px -110px; }
.sitem-box .stp12 { background-position:-395px -110px; }
.sitem-box .stp13 { background-position:-490px -110px; }
.sitem-box .stp14 { background-position:-580px -110px; }
.sitem-box .stp15 { background-position:-675px -110px; }
.sitem-box .stp0:hover { background:url(../images/iprdico2.jpg); background-position:-40px -5px; }
.sitem-box .stp1:hover { background:url(../images/iprdico2.jpg); background-position:-130px -5px; }
.sitem-box .stp2:hover { background:url(../images/iprdico2.jpg); background-position:-220px -5px; }
.sitem-box .stp3:hover { background:url(../images/iprdico2.jpg); background-position:-310px -5px; }
.sitem-box .stp4:hover { background:url(../images/iprdico2.jpg); background-position:-395px -5px; }
.sitem-box .stp5:hover { background:url(../images/iprdico2.jpg); background-position:-490px -5px; }
.sitem-box .stp6:hover { background:url(../images/iprdico2.jpg); background-position:-580px -5px; }
.sitem-box .stp7:hover { background:url(../images/iprdico2.jpg); background-position:-675px -5px; }
.sitem-box .stp8:hover { background:url(../images/iprdico2.jpg); background-position:-40px -110px; }
.sitem-box .stp9:hover { background:url(../images/iprdico2.jpg); background-position:-130px -110px; }
.sitem-box .stp10:hover { background:url(../images/iprdico2.jpg); background-position:-220px -110px; }
.sitem-box .stp11:hover { background:url(../images/iprdico2.jpg); background-position:-310px -110px; }
.sitem-box .stp12:hover { background:url(../images/iprdico2.jpg); background-position:-395px -110px; }
.sitem-box .stp13:hover { background:url(../images/iprdico2.jpg); background-position:-490px -110px; }
.sitem-box .stp14:hover { background:url(../images/iprdico2.jpg); background-position:-580px -110px; }
.sitem-box .stp15:hover { background:url(../images/iprdico2.jpg); background-position:-675px -110px; }






.cjprint{ height:270px;overflow: hidden;background:url(../images/icos/ggbg.jpg) repeat/*#373d41*/;padding:20px 0;}
.cjprint ul li{width:240px;height:240px;background-size: 100%;float: left;margin-top:15px;position: relative;transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;}
.cjprint ul li.zt1{background-image: url(../images/icos/z1.jpg);}
.cjprint ul li.zt2{background-image: url(../images/icos/z2.jpg);}
.cjprint ul li.zt3{background-image: url(../images/icos/z3.jpg);}
.cjprint ul li.zt4{background-image: url(../images/icos/z4.jpg);}
.cjprint ul li.zt5{background-image: url(../images/icos/z5.jpg);}
.cjprint ul li:hover{height:250px;margin-top:10px;}
.cjprint ul li .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.cjprint ul li:hover .bg{background: rgba(255,102,0,.8);}
.cjprint ul li img{display: block;margin: 70px auto 16px;}
.cjprint ul li em{width: 25px;height: 1px;background: #fff;display: block;margin: 0 auto;}
.cjprint ul li p{font-size: 16px;color:#fff;margin-top: 18px;text-align: center;}




/*媒体公告*/
.media-section{ width:1200px; background: #fff; margin-top: 45px;-webkit-border-radius:3px; -moz-border-radius:3px;border-radius:3px;}
.media-section .section-inner{ padding:35px 40px;}
.section-box{ width: 515px;}
.section-box .section-tit{ height: 30px; line-height: 30px; position: relative;}
.section-box .section-tit h3{ float: left; font-size: 20px; color: #333;}
.section-box .section-tit a{ float: right; font-size: 14px; color: #666;}
.section-box ul{ margin-top: 15px;}
.section-box li{ height: 36px; line-height: 36px; overflow: hidden;}
.section-box li span{ float: left; width: 390px; white-space: nowrap; height: 36px; text-overflow:ellipsis; overflow: hidden;}
.section-box li a{ font-size: 14px; color: #666;}
.section-box li a:hover,.section-box .section-tit a:hover{ color:#ff4545 ;}
.section-box li em{ float: right; width: 80px; text-align: right; font-size: 14px; color: #999;}
/*底部品牌宣传*/
.brand-section{ overflow: hidden; border-top: solid 1px #eee; margin-top: 30px; padding-top: 40px;}
.brand-section ul{ width: 1164px;}
.brand-section li{ float: left; width: 130px; text-align: center; margin-right: 60px;}
.brand-section i{ display: block; width: 55px; height: 50px; margin:0 auto; background: url(../images/main-icon.png) no-repeat;}
.brand-section h3{ font-size: 20px; color: #444; margin-top: 18px;}
.brand-section p{ font-size: 14px; color: #777; margin-top: 7px;}
.brand-section .icon-1{ background-position: 0px 0;}
.brand-section .icon-2{ background-position: -65px 0;}
.brand-section .icon-3{ background-position: -125px 0;}
.brand-section .icon-4{ background-position: 0px -60px;}
.brand-section .icon-5{ background-position: -63px -60px;}
.brand-section .icon-6{ background-position: -125px -60px;}


.ilink{width:1200px;margin:10px auto;}
.ilink .ilink-tit {height: 36px; line-height: 36px; background: url("../images/guide-line.png") center repeat-x; text-align: center; }
.ilink h2 { position: relative; display: inline-block; font-size:24px; color: #333; background: #FAFAFA; padding: 0 30px; }
.ilink p{ margin:0px auto;text-align:left; line-height:24px;}
.ilink p a{ float:left;margin:2px 15px 2px 0; color:#333; white-space:nowrap;display:inline-block; }
.logo-wall{display: flex; flex-wrap: wrap; justify-content: space-between; height:100px; margin-top:10px;}
.logo-wall li{width: 230px; height: 93px; border: 1px solid #dcdcdc; background-color: #fff; display: flex; justify-content: center; align-items: center;}