@charset "utf-8";
body{ overflow-x:hidden ; margin:0px; padding:0px; font-size:13px;font-family:-apple-system,SF UI Display,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;color:#898989;line-height:1; background:#FFF; }
ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,ol,form,input{ margin:0px; padding:0px;}
input,textarea { font-family: "微软雅黑"; border: none; outline: none; background: none; }
ul,li{ list-style:none}
img{border:0px; padding:0px; display: block;}
a{ color:#5c5c5c; text-decoration:none}
.banner { width: 100%; position: relative; overflow: hidden;}
.banner img{ display: block; height: auto; width: 100%;}
.top{ width: 100%; position: absolute; left: 0; top: 0; z-index: 99; transition: 0.5s;}
.w1200{ width: 1200px; margin: 0 auto;}
.top .topBox{ width: 1200px; margin: 0 auto; height: 75px; transition: 0.5s;}
.top .topBox .logo{ float: left; height: 75px; line-height: 75px;}
.top .topBox .logo img{ width: 380px; display: inline-block; vertical-align:middle;}
.top .topBox .nav{ float: right; height: 75px;}
.top .topBox .nav ul{ overflow: hidden; float: right;}
.top .topBox .nav ul li{ float:left; line-height: 75px; margin-left: 26px;}
.top .topBox .nav ul li a{ font-size: 16px; color: #fff;}
.top .topBox .nav ul li.on a{ color: #28dffb;}
.top .topBox .nav ul li:hover a{ color: #28dffb;}
.top .topBox .nav ul li:last-child{ padding: 7px 0; box-sizing: border-box;}
.top .topBox .nav ul li span{ padding-left: 18px; display: block; width: 100%; line-height: 30px; font-size: 12px; color: #fff; background: url(../images/logo_07.png) left center no-repeat;}
.top .topBox .nav ul li span:nth-child(2){ background: url(../images/logo_09.png) left center no-repeat;}
.top.on{ background: #0e1423; position: fixed;}
.top.page{background: #0e1423; position: relative;}
.bannerBox{ width: 1200px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.bannerBox h2{ font-size: 60px; color: #fff; font-weight: bold;}
.bannerBox span{ display: block; width: 38px; height: 4px; background: #fff; margin: 20px 0;}
.bannerBox p{ font-size: 18px; color: #fff; line-height: 32px; width: 630px;} 
.banner img{ display: block; width: 100%; height: auto; min-width: 1440px; }
.banner .swiper-pagination{ width: 100%; bottom: 15px;}
.banner .swiper-pagination span{ width: 15px; height: 15px; background: #5c99c8; margin: 0 5px; opacity: 1; border-radius:8px;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ background: #60b9ff;}
.indexContainer{ width: 100%; padding-bottom: 115px;}
.indexContainer .layer1{ width: 1200px; margin: 0 auto;}
.indexContainer .tit{ height: 135px; text-align: center; font-size: 32px; color: #000; line-height: 135px; font-weight: bold;}
.indexContainer .layer1 ul{ overflow: hidden;}
.indexContainer .layer1 ul li{ float: left;}
.indexContainer .layer1 ul li{ width: 25%; padding: 0 25px; box-sizing: border-box;}
.indexContainer .layer1 ul li .icon{ width: 100%; height: 210px;}
.indexContainer .layer1 ul li .icon img{ display: block; margin: 0 auto;}
.indexContainer .layer1 ul li .text{ width: 100%;}
.indexContainer .layer1 ul li .text h2{ text-align: center; font-size: 20px; color: #4e5059; padding: 50px 0 25px 0;}
.indexContainer .layer1 ul li .text p{ line-height: 26px; font-size: 14px; color: #5c5f6b;  
  display: -webkit-box; /* 将元素作为弹性伸缩盒模型显示 */
  -webkit-box-orient: vertical; /* 设置伸缩盒的子元素排列方式为垂直 */
  -webkit-line-clamp: 14; /* 限制显示的行数（这里是3行） */
  overflow: hidden; /* 超出部分隐藏 */}
.indexContainer .layer2{ width: 1200px; margin: 0 auto;}
.indexContainer .layer2 ul{ width: 100%; overflow: hidden;}
.indexContainer .layer2 ul li{position: relative; width: 355px; height: 265px; float: left; margin-right: 67.5px; overflow: hidden;}
.indexContainer .layer2 ul li img{ display: block; width: 100%; height: 100%; transition: 1s;}
.indexContainer .layer2 ul li .text{ z-index: 11; width: 100%; position: absolute; transition: 0.5s; bottom: 0; left: 0;}
.indexContainer .layer2 ul li .text h2{ font-size: 24px; text-align: center; color: #fff;}
.indexContainer .layer2 ul li .text p{transition: 0.5s; font-size: 18px; color: #fff; text-align: center; padding: 40px 0 22px 0;}
.indexContainer .layer2 ul li:last-child{ margin-right: 0;}
.indexContainer .layer2 ul li a span{ width: 50%; height: 50%; position: absolute; display: block; transition: 0.5s; background:rgba(0,0,0,0.7); z-index: 10;}
.indexContainer .layer2 ul li a span:nth-child(1){ left:-100%; top:-100%;}
.indexContainer .layer2 ul li a span:nth-child(2){ right: -100%; top:-100%; }
.indexContainer .layer2 ul li a span:nth-child(3){ left:-100%;  bottom:-100%;}
.indexContainer .layer2 ul li a span:nth-child(4){ right: -100%; bottom:-100%;}
.indexContainer .layer2 ul li:hover a span:nth-child(1){ left: 0; top: 0;}
.indexContainer .layer2 ul li:hover a span:nth-child(2){ right: 0; top: 0;}
.indexContainer .layer2 ul li:hover a span:nth-child(3){ left: 0; bottom: 0;}
.indexContainer .layer2 ul li:hover a span:nth-child(4){right: 0; bottom: 0;}
.indexContainer .layer2 ul li:hover .text{ bottom: 50%; transform: translateY(50%);}
.indexContainer .layer2 ul li:hover p{ padding: 20px 0 0 0 ;}
.indexContainer .layer2 ul li:hover img{ transform: scale(1.1);}
.indexContainer .layer3 img{ display: block; margin: 0 auto;}
.indexContainer .layer4{ width: 100%; background: url(../images/index_44.jpg); height: 695px; padding-top: 110px; box-sizing: border-box;}
.indexContainer .layer4Box{ width: 1200px; margin: 0 auto;}
.indexContainer .layer4Box p{ font-size: 17px; color: #4e5059; line-height: 40px; text-indent: 35px;}
.indexContainer .layer5{overflow: hidden; width: 1200px; margin: 0 auto; padding-bottom: 40px;}
.indexContainer .layer5 ul{ width: 100%;}
.indexContainer .layer5 ul li{box-sizing: border-box; width:380px; height: 260px; float: left; border: 1px solid #ebebeb; margin-right: 30px; margin-bottom: 30px; transition: 0.5s;}
.indexContainer .layer5 ul li img{ display: block; width: 100%; height: 100%;}
.indexContainer .layer5 ul li:nth-child(3n){ margin: 0;}
.indexContainer .layer5 ul li:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.indexContainer .layer6{ width: 1200px; margin: 0 auto; padding:0 85px 50px 85px; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,0.2); position: relative;}
.indexContainer .layer6 .layer6Box h2{ padding: 35px 0 15px 0; font-size: 16px; font-weight:bold; line-height: 16px; overflow: hidden; color: #000;}
.indexContainer .layer6 .layer6Box p{ line-height: 26px; font-size: 14px; line-height: 24px; color: #000;}
.indexContainer .layer6 .swiper-button-next{ right: 35px; top: 285px; margin: 0; background: url(../images/index_54.jpg); width: 11px; height: 18px; background-size:100% 100% ;}
.indexContainer .layer6 .swiper-button-prev{ background: url(../images/index_57.jpg); width: 11px; height: 18px; background-size:100% 100%; left: 35px; top: 285px; margin: 0;}
.footer{ width: 100%; background: #464646;}
.footer .footerBox{ width: 1200px; margin: 0 auto; overflow: hidden; padding: 35px 0; }
.footer .footerBox ul{ width: 160px; float: left; margin-right: 100px;}
.footer .footerBox ul:last-child{ margin-right: 0;}
.footer .footerBox ul h2{ width: 100%; border-bottom: 1px solid #fff; height: 38px; line-height: 38px; font-weight: bold; font-size: 14px; color: #fff;}
.footer .footerBox ul li{ padding-top: 12px; color: #ccc; line-height: 14px;}
.footer .footerBox ul li a{ font-size: 14px; color: #ccc;}
.footer .footerBox ul li a:hover{ color: #fff;}
.footer .friendLink{ width: 1200px; height: 68px; border: 1px solid #ccc; border-left:0; border-right:0; margin: 0 auto;}
.footer .friendLink ul{ overflow: hidden;}
.footer .friendLink ul li{ float: left; margin-right: 10px; font-size: 16px; color: #fff; line-height: 68px;}
.footer .friendLink ul li a{ color: #fff; font-size: 16px;}
.footer .footerBottom{ width: 1200px; margin: 0 auto; overflow: hidden;}
.footer .footerBottom ul{ float: left;}
.footer .footerBottom ul li{ float: left; line-height: 190px; margin-right: 95px; font-size: 15px; color: #fff;}
.footer .footerBottom ul li img{ display: inline-block; vertical-align: middle; margin: 0 10px;}
.footer .footerBottom .code{ float: right; padding-top: 20px; width: 125px;}
.footer .footerBottom .code img{ display: block; width: 100%;}
.footer .footerBottom .code p{ text-align: center; font-size: 16px; color: #fff; text-align: center; padding-top: 15px;}
.copyright{ width: 100%; height: 40px; background: #666;}
.copyright .copyrightBox ul li a{ color: #fff;}
.copyright .copyrightBox{ width: 1200px; margin: 0 auto; color: #ccc; line-height: 40px;}
.copyright .copyrightBox ul{ float: right;}
.copyright .copyrightBox ul li{ float: left; margin-left: 40px; line-height: 40px; color: #ccc;}
.AppTop{box-shadow: 0 0 10px rgba(0,0,0,0.1); background: #464646; top: 0; left: 0; z-index: 99; display: none; height: 50px; width: 100%; position: fixed; display: none;}
.AppTop .logo{ padding-left: 15px; line-height: 50px; height: 50px;}
.AppTop .logo img{ height: 60%; width: auto; display: inline-block;vertical-align: middle;}
.AppTop .SideClick{ position: absolute; transition: 0.5s; right: 15px; top: 50%; transform: translateY(-50%); width: 24px; height:20px;}
.AppTop .SideClick span{transition: 0.5s; display: block; width: 100%; height: 2px; border-radius:1px; background: #fff; position: absolute; transition: 0.5s;}
.AppTop .SideClick span:nth-child(1){ top: 0; left: 0;}
.AppTop .SideClick span:nth-child(2){ top: 50%; transform: translateY(-50%);}
.AppTop .SideClick span:nth-child(3){ bottom: 0;}
.AppTop .SideClick.on{ transform:translateY(-50%) rotate(180deg);}
.AppTop .SideClick.on span:nth-child(1){ top: 50%; transform: translateY(-50%) rotate(45deg);}
.AppTop .SideClick.on span:nth-child(2){ width: 0;}
.AppTop .SideClick.on span:nth-child(3){ top: 50%; transform: translateY(-50%) rotate(-45deg);}
.fixedSide{ width: 60px; position: fixed; right:0; top: 50%; transform: translateY(-50%); padding: 0 3px; box-sizing: border-box; z-index: 50;}
.fixedSide ul{ width: 100%; background: #ff8447;}
.fixedSide ul li{ width: 100%; height: 65px; border-bottom: 1px solid #fff; position: relative;}
.fixedSide ul li .icon{ width: 100%; height: 48px; position: relative;}
.fixedSide ul li .icon img{ display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.fixedSide ul li p{ text-align: center; font-size: 12px; color: #fff;}
.fixedSide ul li .nrBox{ width: 0; text-align: center; left: 0; height: 65px; background: #ff8447; position: absolute; overflow: hidden; transition: 0.5s; top: 0; font-size: 16px; color: #fff; line-height: 65px;}
.fixedSide ul li:hover .nrBox{ transform: translateX(-150px); width: 150px;}
.fixedSide ul li .code{ width:150px; height: auto; padding:15px; box-sizing: border-box; border-radius:8px;   background: #fff; position: absolute; left:-150px; opacity: 0; overflow: hidden; top: 0; transition: 0.5s; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.fixedSide ul li .code img{ display: block; width: 100%; height: 100%;}
.fixedSide ul li .code p{ padding-top: 15px; color: #333; text-align: center; font-size: 14px;}
.fixedSide ul li:hover .code{ left: -160px; opacity: 1;}
.indexContainer.about .layer4{ padding: 0;}
.indexContainer.about .layer7 h2{ width: 100%; text-align: center; border-bottom: ;}
.indexContainer.about .layer7 .layer7Box{  margin: 0 auto; border: 1px solid #ebebeb; box-shadow: 0 0 10px rgba(0,0,0,0.2); padding: 35px 0; box-sizing: border-box;}
.indexContainer.about .layer7 .layer7Box p{ line-height: 32px; text-indent: 32px; font-size: 16px; color: #0f1523; width: 800px; margin: 0 auto;}
.indexContainer.about .layer7 .layer7Box ul{ text-align: center; padding-top: 35px;}
.indexContainer.about .layer7 .layer7Box ul li{ display: inline-block; margin:0 55px;}
.indexContainer.about .layer7 .layer7Box ul li .icon{ border-radius:50% ; width: 100px; height: 100px; position: relative; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.indexContainer.about .layer7 .layer7Box ul li .icon img{ display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.indexContainer.about .layer7 .layer7Box ul li span{ display: block;  padding-top: 25px; font-size: 22px; color: #0f1523;}
.join{  margin: 0 auto; padding-bottom: 110px;}
.join .title{ width: 100%; font-size: 32px; font-weight: bold; color: #333; height: 170px; text-align: center; line-height: 170px;}
.join .hd{ width: 100%;}
.join .hd ul{ width: 100%; overflow: hidden;}
.join .hd ul li{ width: 200px; float: left;border-bottom: 1px solid #f9faff; cursor: pointer;}
.join .hd ul li .icon{ width: 95px; height: 95px; border-radius:50%; position: relative; margin: 0 auto; box-shadow:0 5px 10px rgba(0,0,0,0.2);}
.join .hd ul li .icon img{ display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.join .hd ul li p{ height: 50px; text-align: center; font-size: 17px; color: #0f1523; line-height: 50px;}
.join .hd ul li.on{ border-bottom: 1px solid #23c8f6;}
.join .bd{ width: 100%; box-shadow: 0 0 15px rgba(0,0,0,0.2); margin: 54px 0 0 0; border-radius:10px; padding: 0 60px; width: 100%; box-sizing: border-box;  padding-bottom: 50px;}
.join .bd h2{ padding: 70px 0 35px 0; font-size: 24px; color: #0f1523; }
.join .bd p{line-height: 36px; font-size: 18px; color: #4e5059;}
.pro{ background: #f0f1f3; overflow: hidden;}
.pro ul li{ float: left; width: 174px; height: 220px; background: #fff; margin:0 30px 30px 0; transition: 0.8s;}
.pro ul li .icon{ width: 100%; height: 165px; position: relative;}
.pro ul li .icon img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: 0.8s;}
.pro ul li:nth-child(6n){ margin-right: 0;}
.pro ul li p{ text-align: center; font-size: 16px;}
.pro ul li:hover{ transform: translateY(-10px); box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.pro ul li:hover .icon img{ transform: translate(-50%,-50%) scale(1.1);}
.caseList{ position: relative; z-index: 9;}
.caseList .hd{ background: #fff;  box-shadow: 0 0 10px rgba(0,0,0,0.2); margin:-20px auto 0 auto; width: 100%; position: relative; z-index: 99; border-radius:10px;}
.caseList .hd ul{ text-align: center; line-height: 70px;}
.caseList .hd ul li{ display: inline-block; margin:0 15px; vertical-align: middle;}
.caseList .hd ul li a{ display: block; border: 1px solid #f0f1f3; text-align: center; border-radius:19px; width:140px; height:38px; line-height: 38px; font-size: 18px; color: #4e5059;}
.caseList .hd ul li.on a{ background: #3884ff; color: #fff; border: 1px solid #3884ff;}
.caseList .hd ul li.on a:hover{ background: #3884ff; color: #fff; border: 1px solid #3884ff;}
.caseList .hd ul li:hover a{ color:#3884ff;}
.caseList .main{ width: 100%; padding-top: 60px;}
.caseList .main ul{}
.caseList .main ul li{ float: left; width: 285px; float: left; margin-right: 20px; box-shadow: 0 10px 15px rgba(0,0,0,0.1); margin-bottom: 20px; transition: 0.5s;}
.caseList .main ul li:nth-child(4n){ margin-right: 0;}
.caseList .main ul li .icon{ width: 100%; height: 160px; line-height: 160px;text-align: center;}
.caseList .main ul li .icon img{ display: inline-block; margin: 0 auto; vertical-align: middle; width:100%; max-width: 80%;  max-height: 80%; }
.caseList .main ul li p{ width: 100%; height: 40px; line-height: 40px; padding: 0 12px; box-sizing: border-box; font-size: 15px; color: #999; font-size: 14px;}
.caseList .main ul li:hover{ transform: translateY(-10px); }
.pageMain{ text-align: center; padding: 50px 0;}
.pageMain li{ display: inline-block; margin: 0 5px;}
.pageMain li a{ height: 30px; padding: 0 15px; border:1px solid #eee; color: #b2b2b2; font-size: 12px; display: block; line-height: 30px; border-radius:4px; transition: 0.5s;}
.pageMain li.on a{background: #eee; border: 1px solid #ccc;}
.pageMain li:hover a{ background: #ff8447; border: 1px solid #ff8447; color: #fff;}
.indexContainer.case{ padding: 0;}
.case_details .tit{ font-weight: bold; text-align: center; font-size: 32px; color: #000; line-height: 140px;}
.case_details .floor1{ margin-top: 20px; width: 100%; height: 230px; border-radius:10px; box-shadow: 0 0 10px rgba(0,0,0,0.2); position: relative;}
.case_details .floor1 .nr{     top: 50%;
    transform: translateY(-50%);
    position: absolute;
 width: 100%;
}
.case_details .floor1 .nr h2{ font-size: 34px;; text-align: center; color: #0f1523; padding-bottom: 40px;  font-weight: bold;}
.case_details .floor1 .nr p{  font-size: 20px; color: #4e5059; line-height: 2;margin: 0 40px; }
.case_details .MainList{ 
width: 100%;
    line-height: 200%;
    padding: 30px 105px 0 105px;
    box-sizing: border-box;}
.case_details .MainList img{ 
width: 600px; height:auto;
padding:20px;}
.case_details .MainList img{max-width: 100%; margin: 0 auto;height: auto;}
.case_details .title{ width: 100%; border-bottom: 2px solid #245e9e; padding-top: 180px;}
.case_details .title h2{ font-size: 34px; color: #2b5f9f; padding-bottom: 12px; line-height: 34px; font-weight: normal;}
.case_details .title p{ height: 50px; line-height: 50px; font-size: 26px; color: #1ab6f0;}
.case_details .list1{ padding-top: 130px;}
.case_details .list1 .bt{ width: 200px; height: 60px; text-align: center; line-height: 60px; background: #01438e; border-radius:6px; color: #fff; font-size: 24px; margin: 0 auto;}
.case_details .list1 .nr{ width: 100%; text-align: center; padding-top: 28px;}
.case_details .list1 .nr .nrBox{ display: inline-block; margin: 0 10px; width: 225px; vertical-align: top;}
.case_details .list1 .nr .nrBox h2{ background: #01438e; height: 54px; line-height: 54px; text-align: center; font-size: 18px; color: #fff;}
.case_details .list1 .nr .nrBox ul{ height: 180px; background: #e6e7e9; padding-top: 20px;}
.case_details .list1 .nr .nrBox:first-child{ margin-left: 0;}
.case_details .list1 .nr .nrBox:last-child{ margin-right: 0;}
.case_details .list1 .nr .nrBox ul li{ font-size: 16px; padding-bottom:10px;}
.case_details .list2{ width: 525px; height: 270px; background: #d1d2d4; position: relative; padding: 30px; box-sizing: border-box; margin: 160px auto 0 auto;}
.case_details .list2 h2{width: 200px; height: 60px; text-align: center; line-height: 60px; background: #01438e; border-radius:6px; color: #fff; font-size: 24px; margin: 0 auto; position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); font-weight: normal;}
.case_details .list2 ul{ overflow: hidden; width: 100%; padding-top: 20px;}
.case_details .list2 ul li{ width: 50%; float: left; line-height: 30px; font-size: 16px; color: #383637; font-weight: 100;}
.case_details .list3{ padding: 90px 0;}
.case_details .list3 img{ display: block; margin: 0 auto;}
.indexContainer.new{ padding: 0;}
.indexContainer.new .layer6{ padding: 0; box-shadow: none;} 
.indexContainer .layer6 ul{ width: 100%; overflow: hidden; padding-bottom: 120px;}
.indexContainer .layer6 ul li{ width: 32%; float: left; margin-right: 2%; margin-bottom: 20px;}
.indexContainer .layer6 ul li .icon{ width: 100%; height: auto;}
.indexContainer .layer6 ul li .icon img{ display: block; width: 100%; height: auto;}
.indexContainer .layer6 ul li:nth-child(3n){ margin-right: 0;}
.indexContainer .layer6 ul li:hover .layer6Box h2{ color: #3884ff;}
.indexContainer .newList{ width: 100%; background: #f6f6ff;}
.indexContainer .newList img{ display: block; margin: 0 auto;}
.cantact{ width: 1150px; margin: 0 auto; padding: 90px 0; }
.cantact ul{ width: 100%;}
.cantact ul li{ float: left; margin:0 20px 20px 0; height: 160px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.cantact ul li.xl{ width: 315px;}
.cantact ul li.xxl{ width: 470px;}
.cantact ul li.xxxl{ width: 805px;}
.cantact ul li:nth-child(3){ margin-right: 0;}
.cantact ul li:nth-child(5){ margin-right: 0;}
.cantact ul li .icon{ width: 105px; height: 100%; position: relative; float: left;}
.cantact ul li .icon img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.cantact ul li .text{ width: calc(100% - 105px); height: 100%; float: left; box-sizing: border-box; position: relative;}
.cantact ul li .textBox{ width: 100%; box-sizing: border-box; position: absolute; top: 50%; transform: translateY(-50%);}
.cantact ul li .textBox p{ font-size: 18px; color: #000; line-height: 44px; font-weight: bold;}
.cantact ul li .textBox span{ font-size: 18px; color: #000; line-height:32px; display: block;}
.cantact ul li .textBox img{ margin-left: 15px;}
.footerFixed{ display: none;}
.pageFull{ width: 1200px; margin: 0 auto;}
.pageFull ul{ padding: 30px 0;}
.pageFull ul li{ line-height: 40px;}
.pageFull ul li a{ font-size: 14px; color: #333;}

.fenlei{margin:10px 0 0 0 }
.fenlei a{
    background-color: #F7F7F7;
    color: #666666;
    padding: 0 13px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
	font-size: 14px;
    margin: 8px 8px 0px 0px;
}
.fenlei a:hover {
    background-color: #ff8447;
    color: #fff;	
	
}

.fenlei .cur{background: #ff8447;color: #fff; }



@media(max-width:1199px ) {
	.pageFull{ width: 100%; padding: 30px 15px; box-sizing: border-box;}
	.footerFixed{ display: block;}
	.footerFixed{ width: 100%; height: 50px; background: #fff; box-shadow: 0 0 10px rgba(255,255,255,0.2); position: fixed; left: 0; bottom: 0; z-index: 99;}
	.footerFixed ul{ width: 100%; height: 100%; overflow: hidden;}
	.footerFixed ul li{ width: 50%; height: 100%; text-align: center; line-height: 50px; float: left;}
	.footerFixed ul li a{ display: block; width: 100%; height: 100%; color: #333; text-align: center; line-height: 50px;}
	.footerFixed ul li a img{ display: inline-block; vertical-align: middle; height: 50%; width: auto; margin: 0 15px;}
	body{ padding-top: 50px;}
	.w1200{ width: 100%;}
	.AppTop{ display: block;}
	.top{ display: block; position: fixed; left: -100%; top: 0; width: 75%; height: 100vh; background:#464646; z-index: 100%; box-shadow: 0 0 10px rgba(0,0,0,0.1); transition: 0.5s;}
	.fixedSide{ display: none;}
	.top.page{ position: fixed;}
	.top .topBox{ width: 100%; height: 100%; height: auto;}
	.top .topBox .logo{ width: 100%; padding: 30px 0; height: auto;}
	.top .topBox .logo img{ width: 50%; display: block; margin: 0 auto;}
	.top .topBox .nav{ width: 60%; margin: 0 auto; float: inherit;}
	.top .topBox .nav ul li{ width: 100%; margin: 0; line-height: 16px; padding-top: 35px;}
	
	
	.banner{ width: 100%; height: 200px;}
	.indexbanner{ width: 100%; height: 300px;}
	.banner .swiper-container{ width: 100%; height: 100%;}
	.banner .swiper-container .swiper-slide-active{ z-index: 10;}
	.banner .swiper-container img{ display: block; height: 100%; width: auto;}
	.banner .bannerBox{ width: 100%; padding: 0 25px; box-sizing: border-box;}
	.bannerBox h2{ font-size: 20px; text-align: left;}
	.bannerBox p{ font-size: 14px; line-height: 24px;text-align: left; width: 100%;}
	.bannerBox span{ margin: 20px 0 15px 0;}
	.indexContainer .tit{ font-size: 22px; text-align: center; line-height: 80px; height: 80px;}
	.indexContainer .layer1{ width: 100%;}
	.indexContainer .layer1 ul{ overflow: hidden; padding: 0 10px;}
	.indexContainer .layer1 ul li{ width: 50%; padding: 20px 10px; /*height: 330px;*/}
	.indexContainer .layer1 ul li .icon{ width: 100%; height: auto;}
	.indexContainer .layer1 ul li .icon img{ display:block; width: 70%; height: auto;}
	.indexContainer .layer1 ul li .text h2{ line-height: 50px; padding: 0; text-align: center; font-size: 14px;}
	.indexContainer .layer1 ul li .text p{ font-size: 12px; line-height: 22px;}
	.indexContainer .layer2{ width: 100%;}
	.indexContainer .layer2 ul li{ width: 95%; margin: 0 auto 10px auto; float: inherit;}
	.indexContainer .layer2 ul li:last-child{ margin: 0 auto;}
	.indexContainer .layer3 img{ width: 95%;}
	.indexContainer .layer4{ height: auto;}
	.indexContainer .layer4Box{ width: 94%; margin: 0 auto;}
	.indexContainer .layer5{ width: 100%;}
	.indexContainer .layer5 ul{ overflow:hidden;padding: 0 10px; box-sizing: border-box;}
	.indexContainer .layer5 ul li{ float: left; width: 49%; margin-right: 2%; margin-bottom: 10px; height: auto; box-sizing: border-box;}
	.indexContainer .layer5 ul li:nth-child(3n){ margin-right: 2%;}
	.indexContainer .layer5 ul li:nth-child(2n){ margin-right: 0;}
	.indexContainer .layer6{ width: 100%; box-shadow: none; padding: 0;}
	.indexContainer .layer6 .icon{ width: 100%;}
	.indexContainer .layer6 .icon img{ display: block; width: 100%;}
	.indexContainer .layer6 .swiper-button-prev{ display: none;}
	.indexContainer .layer6 .swiper-button-next{ display: none;}
	.indexContainer .layer6 .layer6Box h2{ height: 80px; padding: 0; line-height: 80px; overflow: hidden;}
	.footer{ padding: 0 10px; box-sizing: border-box;}
	.footer .footerBox{ width: 100%;  display: none;}
	.footer .footerBox ul{ display: none;}
	.footer .friendLink{ width: 100%;}
	.footer .footerBottom{ width: 100%;}
	.footer .footerBottom ul li{ height: 80px; width: 100%; height: auto; margin: 0; line-height: 40px;}
	.footer .footerBottom ul li img{ height: 20px; width: auto;}
	.footer .footerBottom .code{ width: 100%; padding-bottom: 30px;}
	.footer .footerBottom .code img{ width: 30%; margin: 0 auto;}
	.copyright{ height: auto; text-align: center; padding: 20px; line-height: 22px; box-sizing: border-box; overflow: hidden;}
	.copyright .copyrightBox{ width: 100%; height: auto;}
	.copyright .copyrightBox ul{ width: 100%; text-align: center; float: inherit;}
	.copyright .copyrightBox ul li{ float: inherit;  display: inline-block; margin: 0 5px;}
	.indexContainer.about .layer7 .layer7Box p{ width: 100%; padding: 0 10px; box-sizing: border-box;}
	.indexContainer.about .layer7 .layer7Box ul{ overflow: hidden;}
	.indexContainer.about .layer7 .layer7Box ul li{ width: 50%; float: left; margin: 0 0 20px 0;}
	.indexContainer.about .layer7 .layer7Box ul li .icon{ margin: 0 auto;}
	.join .hd ul li{ width: 33%; margin-bottom: 15px;}
	.join .hd ul li:nth-child(3n){ width: 34%;}
	.join .hd ul li .icon{ width: 75px; height: 75px;}
	.join .hd ul li .icon img{ width: 40%; height: auto;}
	.join .bd{ margin: 20px auto 0 auto; width: 96%; padding: 0 25px 55px 25px;}
	
	.pro{ width: 100%; padding: 0 10px; box-sizing: border-box;}
	.pro ul{ overflow: hidden;}
	.pro ul li{ width: 49%; margin-right: 2%; margin-bottom: 10px;}
	.pro ul li:nth-child(2n){ margin-right: 0;}
	
	.caseList .hd{ height: auto;}
	.caseList .hd ul{ line-height: 60px; padding: 20px 0;}
	.caseList .hd ul li a{ width: auto; font-size: 14px; padding: 0 10px;}
	.caseList .main{ overflow: hidden; padding: 20px 0;}
	.caseList .main ul{ overflow: hidden;}
	.caseList .main ul li{ float: inherit; width: 95%; margin: 0 auto 10px auto;}
	.caseList .main ul li .icon { width: 100%; height: auto;}
	.caseList .main ul li .icon img{ display: block; width:100%; height: auto;}
	.caseList .main ul li:nth-child(4n){ margin: 0 auto;}
	
	.indexContainer .layer6 ul li{ width: 94%; margin: 0 auto 20px auto; float: inherit;}
	.indexContainer .layer6 ul{ padding-bottom: 40px;}
	.indexContainer .newList{ display: none;}
	.cantact{ width: 100%; padding: 15px; box-sizing: border-box;}
	.cantact ul li.xl{ width: 100%;}
	.cantact ul li.xxl{ width: 100%;}
	.cantact ul li.xxxl{ width: 100%;}
	
	.case_details .MainList{ padding: 0 15px; box-sizing: border-box;}
	.case_details .title{ padding: 30px 0 0 0;}
	.case_details .list1{ padding: 30px 0 0 0; }
	.case_details .list1 .nr .nrBox{ width: 100%; display: block; margin: 0 0 15px 0;}
	.case_details .list2{ width: 100%; margin: 50px 0; height: auto;}
	.case_details .list2 ul li{ width: 100%;}
	.case_details .list3 img{ width: 100%; height: auto;}
	
	.banner img{ height: 100%;}
}
