 @charset "utf-8";
/* CSS Document */
body{ margin:0px; padding:0px; font-size:12px;font-family:"微软雅黑","黑体";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}

h2,h3,h4,b,strong { font-weight: normal; }
em,i { font-style: normal; }
.dn { display: none;}
.top{width: 100%; height: 100px; background: #1e2637; overflow: hidden;}
.top .logo{ float: left; height: 100px;}
.top .nav1{ float: left; height: 100%;}
.top .nav1 ul{ overflow: hidden;}
.top .nav1 ul li{line-height: 100px; color: #fff; float: left; padding-left: 35px;}
.top .nav1 ul li a{ color: #fff; font-size: 16px;}
.top .nav1 ul li .serach{ width: 42px; height: 42px; border-radius:50%; background: url(../images/index_04.jpg) center center no-repeat #616773; display: inline-block; vertical-align: middle; cursor: pointer;}
.top .nav1 ul li.on a{ color: #618cff; font-weight: bold;}

.top .nav2{ float: right; padding-right: 25px;}
.top .nav2 ul{ float: right; overflow: hidden;}
.top .nav2 ul li{ float: left; line-height: 100px;}
.top .nav2 ul li a{ display: inline-block; height: 20px; font-size: 14px; color: #999; line-height: 20px; padding: 0 15px; border-left:1px solid #333;}
.top .nav2 ul li:first-child a{ border-left:0;}
.top .nav2 ul li:hover a{ color: #fff;}
.banner{ overflow: hidden; width: 100%; height: auto; position: relative;}
.banner img{ display: block; width: 100%; height: auto;}
.banner .swiper-pagination{ display: block; width: 100%; bottom: 105px; height: 6px;}
.banner .swiper-pagination span{ border-radius: 0; opacity: 1; width: 94px; height: 6px; background: #fff;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ background: #187cd1;}

.indexContainer{ width: 100%; }
.indexContainer .layer1{ padding-top: 75px; background: #f5f6f8; z-index: 10; position: relative; width: 100%; margin:0 auto 0 auto; }
.indexContainer .layer1 ul.side{transition: 0.5s; width: 1200px; height: 140px; position: absolute; left: 50%; top: 0; transform: translate(-50%,-50%); background: #fff;}
.indexContainer .layer1 ul.side li{ width: 25%; float: left; height: 100%;}
.indexContainer .layer1 ul.side li .nr{ display: block; height: 100%; width: 100%; position: relative; z-index: 2;}
.indexContainer .layer1 ul.side li .nr .icon{ width: 100%; height: 95px; line-height: 95px; position: relative;}
.indexContainer .layer1 ul.side li .nr .icon img{ opacity: 1; transition: 0.5s; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); vertical-align: middle;}
.indexContainer .layer1 ul.side li .nr .icon img.on{ opacity: 0;}

.indexContainer .layer1 ul.side li .nr .text{ font-weight: bold; transition: 0.5s; text-align: center; font-size: 18px; color: #000;}
.indexContainer .layer1 ul.side .bg{transition: 0.5s ease; position: absolute; z-index: 1; width: 25%; left: 0; top: 50%; transform: translateY(-50%); height: 160px; box-shadow: 0 0 10px rgba(35,92,242,0.2); background: #235cf2;}
.indexContainer .layer1 ul.side li.on .icon img{ opacity: 0;}
.indexContainer .layer1 ul.side li.on .icon img.on{opacity: 1;}
.indexContainer .layer1 ul.side li.on .text{ color: #fff;}

.indexContainer .title{ text-align: center;  width: 100%; height: 185px; line-height: 185px; font-size: 30px; color: #000;}
.indexContainer .title a{margin-left: 25px; display: inline-block; vertical-align: middle; padding-right: 23px; background: url(../images/arrow.png) right center no-repeat; font-size: 15px; color: #2e5cd3;}
.indexContainer .layer1Box{padding-top: 20px; width: 1200px; margin: 0 auto; overflow: hidden; padding-bottom: 95px;}
.indexContainer .layer1Box .list{ width: 240px; float: left;}
.indexContainer .layer1Box .list ul{ width: 100%;}
.indexContainer .layer1Box .list ul li{ height: 36px; margin-bottom: 22px;}
.indexContainer .layer1Box .list ul li p{position: relative; display: inline-block; padding: 0 6px; height: 36px;}
.indexContainer .layer1Box .list ul li p span{ font-size: 18px; color: #000; font-weight: bold; display: block; height: 36px; line-height: 36px; position: relative; z-index: 2; }
.indexContainer .layer1Box .list ul li p::after{ content: ''; width: 100%; height: 13px; display: block;background: #0046ff; position: absolute; bottom: 0; left: 0; z-index: 1;transition: 0.5s; width: 0;}
.indexContainer .layer1Box .list ul li:hover p::after{ width: 100%;}
.indexContainer .layer1Box .main{ width: calc(100% - 240px); float: left;}
.indexContainer .layer1Box .main ul{ width: 100%; height: 440px;}
.indexContainer .layer1Box .main ul li{ width: 18.4%; float: left; margin-right: 2%; padding-top: 70px; height: 100%; background: #fff; box-sizing: border-box; transition: 0.5s;}
.indexContainer .layer1Box .main ul li:last-child{ margin-right: 0;}
.indexContainer .layer1Box .main ul li .icon{ width: 100%; height: 180px; position: relative;}
.indexContainer .layer1Box .main ul li .icon img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.indexContainer .layer1Box .main ul li .text{ width: 100%;}
.indexContainer .layer1Box .main ul li .text h2{ text-align: center; color: #000; font-size: 18px; line-height: 18px; margin-bottom: 15px;}
.indexContainer .layer1Box .main ul li .text p{ font-size: 15px; text-align: center; color: #000; margin-bottom: 55px;}
.indexContainer .layer1Box .main ul li .text a{ display: block; width: 80px; height: 28px; margin: 0 auto; text-align: center; line-height: 28px; font-size: 15px; color: #fff; background: #2151d1;}
.indexContainer .layer1Box .main ul li:hover{ transform: translateY(-20px); box-shadow: 0 0 10px rgba(33,81,209,0.2);}
.tips{background: url(../images/bg1.png); width: 100%; height: 205px; position: relative;}
.tips p{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size:26px; font-weight: bold; color: #fff; width: 1200px; line-height: 70px;}
.indexContainer .layer3{  background: #1e2637; padding-bottom: 125px;}
.indexContainer .layer3 .title{ color: #fff;}
.indexContainer .layer3 .title a{ color: #fff; background: url(../images/arrow2.png) right center no-repeat;}
.indexContainer .layer3 .bd{ width: 1000px; height: 560px; margin: 0 auto;}
.indexContainer .layer3 .bd video{ display: block; width: 100%; height: 100%;}
.indexContainer .layer3 .hd{ width: 1200px; margin:85px auto 0 auto;}
.indexContainer .layer3 .hd ul{ width: 100%; height: 190px;}
.indexContainer .layer3 .hd ul li{cursor: pointer; float: left; overflow: hidden; width: 23.5%; height: 190px; margin-right: 2%; border-radius:10px; position: relative; box-shadow: 0 0 20px rgba(0,0,0,0.6);}
.indexContainer .layer3 .hd ul li:last-child{ margin-right: 0;}
.indexContainer .layer3 .hd ul li img{ display: block; width: 100%; height: 100%;}
.indexContainer .layer3 .hd ul li .text{padding: 0 30px; box-sizing: border-box; position: absolute; width: 100%; left: 0; bottom: 20px;}
.indexContainer .layer3 .hd ul li .text .playClick{ width: 48px; height: 27px; background: url(../images/play1.png);}
.indexContainer .layer3 .hd ul li .text p{ height: 48px; line-height: 48px; color: #fff; font-size: 14px;}
.indexContainer .layer3 .hd ul li .text h2{ font-size: 18px; color: #fff; font-weight: bold;}
.indexContainer .layer3 .hd ul li.on .text .playClick{ background: url(../images/play3.png);}
.indexContainer .layer4{overflow: hidden; width: 100%;background: #f5f6f8;}
.indexContainer .layer4 .icon{ position: relative; width: 1000px; height: 665px; margin: 0 auto; position: relative;}
.indexContainer .layer4 .icon .swiper-container{ width: 100%; height: 100%; overflow: hidden;}
.indexContainer .layer4 .icon .swiper-button-prev{ background: url(../images/prev.png); width: 32px; height: 59px; position: absolute; left: -130px; top: 50%; transform: translateY(-50%);}
.indexContainer .layer4 .icon .swiper-button-next{ background: url(../images/next.png); width: 32px; height: 59px; right: -130px; top: 50%; transform: translateY(-50%);}
.indexContainer .layer4 .icon .swiper-button-prev::after{ display: none;}
.indexContainer .layer4 .icon .swiper-button-next::after{ display: none;}
.indexContainer .layer4 .hd{ width: 1200px; margin: 0 auto; padding: 100px 0 80px 0;}
.indexContainer .layer4 .hd ul{ width: 100%; height: 430px;}
.indexContainer .layer4 .hd ul li{cursor: pointer; background: #fff; width: 23.5%; height: 430px; float: left; margin-right: 2%; transition: 0.5s;}
.indexContainer .layer4 .hd ul li:last-child{ margin-right: 0;}
.indexContainer .layer4 .hd ul li .tp{box-sizing: border-box; width: 100%; height: 235px; padding: 20px; position: relative;}
.indexContainer .layer4 .hd ul li .tp img{ display: block; width: 100%; height: 100%;}
.indexContainer .layer4 .hd ul li .tp p{ overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 100px; height: 44px; text-align: center; line-height: 44px; font-size: 15px; color: #fff; background: #2151d1; position: absolute; left: 0; bottom: 0;}
.indexContainer .layer4 .hd ul li .text{ width: 100%; padding: 30px 20px 0 20px; box-sizing: border-box;}
.indexContainer .layer4 .hd ul li .text h2{ line-height: 38px; font-size: 18px; color: #000; font-weight: bold;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.indexContainer .layer4 .hd ul li .text p{ height: 68px; line-height: 22px; font-size: 14px; color: #333;}
.indexContainer .layer4 .hd ul li .text img{ display: block; margin-top: 35px;}
.indexContainer .layer4 .hd ul li.on{ transform: translateY(-20px); box-shadow: 0 5px 15px rgba(33,81,209,0.2);}
.jsmap-container{ margin: 50px 0 0 0;}
.indexContainer .layer5{ width: 1200px; margin: 0 auto;}
.indexContainer .layer5 .map{ float: left; width: 850px; height: 510px; position: relative; background: #bcd5e8;}
.indexContainer .layer5 .map .dian{ width: .1rem; height: .1rem; position: absolute; cursor: pointer;}

.indexContainer .layer5 .map img.bg{ width: 100%; height: 100%;}
.indexContainer .layer5Box{ width: 1200px; margin: 0 auto; overflow: hidden; padding-bottom:.8rem;}
.indexContainer .layer5Box .hd{ width: 340px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); background: #f5f6f8; border-radius:8px; padding: 18px; box-sizing: border-box;}
.indexContainer .layer5Box .hd ul{ width: 100%; }
.indexContainer .layer5Box .hd ul li{ width: 100%; border: 1px solid #e3e3e3; background:#fff; box-sizing: border-box; border-radius:5px ; margin-bottom: 10px;}
.indexContainer .layer5Box .hd ul li span{ overflow: hidden;text-overflow:ellipsis;white-space: nowrap;cursor: pointer; display: block; width: 100%; height: 54px; line-height: 54px; padding-left: 42px; position: relative; font-size: 16px; color: #333;}
.indexContainer .layer5Box .hd ul li b{transition: 0.5s; transform: rotate(180deg); background: url(../images/pic4.png) center center no-repeat; display: block; position: absolute; left: 0; top: 0; left: 0; top: 0; width: 50px; height: 54px;} 

.indexContainer .layer5Box .hd ul li p{ padding: 0 15px 15px 15px; box-sizing: border-box; font-size: 14px; line-height: 22px; color: #999; display: none;}
.indexContainer .layer5Box .hd ul li.on{ border: 1px solid #2151d1;}
.indexContainer .layer5Box .hd ul li.on p{ display: block;}
.indexContainer .layer5Box .hd ul li.on span b{ transform: rotate(0);}
.indexContainer .layer5Box .list{ float: right; width: 335px; height: 510px; background: #f5f6f8; padding: 0 20px; box-sizing: border-box;}
.indexContainer .layer5Box .hd dl{ width: 100%; position: absolute; right: 20px; bottom: 0;}
.indexContainer .layer5Box .hd dl dd{ color: #d2d3d4; font-size: 14px; float: right; height: 35px; line-height: 35px; margin-left: 12px;}
.indexContainer .layer5Box .hd dl dd a{ display: inline-block; vertical-align: middle; text-decoration: underline; color: #3d96ff; font-size: 14px;}
.indexContainer .layer5Box .hd dl dd.on a{ color: #000;}


.indexContainer .layer5Box .list .bt{ width: 100%; height: 75px; line-height: 75px; color: #333; font-size: 18px; font-weight: bold;}
.indexContainer .layer5Box .list .bt a{font-weight: normal; font-size: 14px; display: inline-block; float: right; color: #2151d1;}
.indexContainer .layer5Box .list ul{ width: 100%; height: calc(100% - 75px); overflow-y: scroll;}
.indexContainer .layer5Box .list ul::-webkit-scrollbar{ display: none;}
.indexContainer .layer5Box .list ul li{ padding-top: 15px;}
.indexContainer .layer5Box .list ul h2{ background: url(../images/pic5.png) left center no-repeat; padding-left: 20px; font-size: 14px; color: #333; font-weight: bold; height: 36px; line-height: 36px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.indexContainer .layer5Box .list ul li p{ font-size: 12px; color: #9f9f9f; line-height: 22px; color: #b0b0b1; padding: 15px 0; border-bottom: 1px solid #eee;}

.cantact{ width: 100%; height: 205px; background: #1e3759;}
.cantact .cantactBox{ height: 100%; position: relative; width: 1200px; margin: 0 auto;}
.cantact .cantactBox .text{ width: 100%; position: absolute; top: 50%; transform: translateY(-50%);}
.cantact .cantactBox .text h2{ text-align: center; font-size: 36px; line-height: 36px; padding-bottom: 30px; color: #fff;}
.cantact .cantactBox .text p{ text-align: center; font-size: 22px; color: #999;}
.cantact .cantactBox .code{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 120px;}
.cantact .cantactBox .code img{ display: block; width: 100%; height: auto;}
.cantact .cantactBox .code p{ text-align: center; padding-top: 10px; font-size: 18px; color: #999;}
.cantact .cantactBox .enter{ display: block; width: 265px; height: 66px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: #2151d1; text-align: center; line-height: 66px; font-size: 28px; color: #fff; border-radius:6px; text-align: center;}

.AppTop{ display: none;}
.sideBar{ display: none;}

.footer{ background: #242e3e; padding:85px 0; width: 100%;}
.footer .footerBox{ width: 1200px; overflow: hidden; margin: 0 auto;}
.footer .footerBox ul{ float: left; margin-right:50px;}
.footer .footerBox ul h2{ font-size: 18px; color: #fff; padding-bottom: 55px;}
.footer .footerBox ul li{ margin-bottom: 30px;}
.footer .footerBox ul li a{ font-size: 14px; color: #999;}
.footer .footerBox ul li a:hover{ color: #fff;}
.footer .footerBox .footerRight{ float: right; padding-left: 100px; border-left:2px solid #333;}
.footer .footerBox .footerRight ul{ margin: 0;}
.prodetails{ width: 100%; background: #f5f6f8;}
.navGation{ width: 100%; height: 130px;}
.navGation ul{ width: 1200px; margin:  0 auto; overflow: hidden;}
.navGation ul li{ line-height: 130px; font-size: 18px; color: #999;}
.navGation ul li{ float: left;}

.w1400{ width: 1200px; margin: 0 auto}

.proMain{ height: 1145px; overflow: hidden; background: #fff; box-shadow:0 0 10px rgba(33,81,209,0.3);}
.proMain .icon{ width: 640px; position: relative; height: 60%; float: left;}
.proMain .icon .iconBox{ width: 600px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.proMain .icon .iconBox .bd{ overflow: hidden; position: relative; width: 100%; height: 480px;}
.proMain .icon .iconBox .bd .swiper-container{ width: 100%; height: 100%;}
.proMain .icon .iconBox .bd img{display: block; width: 100%; height: 100%;}
.proMain .icon .iconBox .hd{ width: 100%; margin-top:20px;}
.proMain .icon .iconBox .hd ul{ width: 100%; overflow:hidden;}
.proMain .icon .iconBox .hd ul li{ cursor: pointer; position: relative; width: 23%; float: left; margin-right: 2%; height: 130px;margin-bottom: 5px;}
.proMain .icon .iconBox .hd ul li:last-child{ margin-right: 0;}
.proMain .icon .iconBox .hd ul li img{ width: 100%; height: 100%;}
.proMain .icon .iconBox .hd ul li .bg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.6); transition: 0.5s;}
.proMain .icon .iconBox .hd ul li.on .bg{ opacity: 0;}
.proMain .icon .iconBox .bd .swiper-button-next{ background: url(../images/next2.png);}
.proMain .icon .iconBox .bd .swiper-button-next::after{ display: none;}
.proMain .icon .iconBox .bd .swiper-button-prev{ background: url(../images/prev2.png);}
.proMain .icon .iconBox .bd .swiper-button-prev::after{ display: none;}
.proMain .text{ width: calc(100% - 640px); float: right; height: 100%; background: #f9f9f9; padding: 70px 40px 0 40px; box-sizing: border-box;}
.proMain .text .tit h2{ font-size: 30px; color: #333; font-weight: bold;}
.proMain .text .tit p{ height: 110px; line-height: 110px; font-size: 18px; color: #999;}
.proMain .text .tit p span{ font-weight:bold; font-size: 34px; color: #ff5e5e;}
.proMain .text .nr{ width: 100%; font-size: 22px; color: #333; line-height:40px;}
.proMain .text .nr a{ color: #577bdb;}
.proMain .text .list{ margin-top: 60px; width: 100%; padding: 0 30px 10px 30px; background: #fff; border-radius:8px; box-sizing: border-box;}
.proMain .text .list h2{ height: 80px; line-height: 80px; font-size: 18px; color: #333;}
.proMain .text .list ul{ width: 100%; overflow: hidden;}
.proMain .text .list ul li{ float: left; margin: 0 20px 20px 0;}
.proMain .text .list ul li a{ display: inline-block; height: 36px; line-height: 36px; padding: 0 15px; border-radius:4px; font-size: 18px; color: #3a64d6; background: #e9eefa;}
.proMain dl{ width: 100%; overflow: hidden; padding-top: 65px;}
.proMain dl dd{ width: 49%; float: left; height:88px; margin-right: 2%;}
.proMain dl dd:last-child{ margin-right:0;}
.proMain dl dd a{ width: 100%; height: 88px; text-align: center; line-height: 84px; border: 2px solid #2151d1; box-sizing: border-box; font-size: 28px; color: #2151d1; display:block; border-radius:6px;}
.proMain dl dd:last-child a{ background: #2151d1; color: #fff; font-size: 28px;}

.proList{ padding-top: 60px;}
.proList .tit{ height: 120px; line-height: 120px; font-size: 36px; color: #333; font-weight: bold;}
.proList .tit span{ font-size: 18px; color: #2151d1; display: inline-block; font-weight:normal ; margin-left: 12px;}
.proList .tit a{ font-size: 15px; color: #3b65d6; font-weight:normal; display: inline-block; float: right; padding-right: 24px; background: url(../images/arrow.png) right center no-repeat;}
.proList ul{ width: 100%;}
.proList ul li{ transition: 0.5s; width: 23.5%; float: left; margin-right: 2%; margin-bottom: 50px;}
.proList ul li:nth-child(4n){ margin-right: 0;}
.proList ul li .icon{ width: 100%; height:220px;}
.proList ul li .icon img{ display: block; width: 100%; height: 100%;}
.proList ul li .text{ height: 160px; background: #fff; width: 100%; padding:30px 20px 0 20px; box-sizing: border-box;}
.proList ul li .text h2{ text-align: left; font-size: 20px; color: #333; line-height: 28px; height: 56px; overflow: hidden;}
.proList ul li .text .bottom{ width: 100%; overflow: hidden; margin-top: 15px;}
.proList ul li .text .bottom span{display: inline-block; float: left; height: 36px; line-height: 36px; padding: 0 14px; border-radius:5px; background: #e9eefa; font-size: 18px; color: #2151d1;}
.proList ul li .text .bottom b{ display: inline-block; height: 36px; line-height: 36px; float: right; padding-left: 25px; background: url(../images/pic7.png) left center no-repeat; font-size: 12px; color: #999;}
.proList ul li:hover{ transform: translateY(-20px); box-shadow: 0 10px 20px rgba(33,81,209,0.2);}
.proList2{ padding: 100px 0 0 0; overflow: hidden;}
.proList2 .proLeft{ float: left; width: 49%; }
.proList2 .proRight{ float: right; width: 49%;}
.proList2 .nrBox{ width: 100%; padding: 0 40px 35px 40px; box-sizing: border-box; background: #fff; margin-bottom: 25px;}
.proList2 .nrBox h2{ height: 110px; line-height: 110px; font-size: 30px; font-weight: bold; color: #000;}
.proList2 .nrBox ul{ width: 100%;}
.proList2 .nrBox ul li{ line-height: 48px; font-size: 18px; color: #202020;}
.proList2 .nrBox ul li a{ color: #202020; font-size: 18px;}
.proList2 .nrBox.tit{ background: #2151d1;}
.proList2 .nrBox.tit h2{ color: #fff;}
.proList2 .nrBox.tit ul li a{ color: #fff;}
.proTab{ padding-bottom: 130px;}
.proTab .bt{ height: 200px; line-height: 200px; font-size: 30px; color: #333; font-weight: bold;}
.proTab table{ width: 100%;}
.proTab table th{width: 25%; text-align: center; height: 100px; font-size: 28px; color: #999; background: #e9eefa;}
.proTab table td{background: #fff; text-align: center; height: 100px; border-bottom: 1px solid #c4c4c4;}
.proTab table td h2{text-indent: 30px; font-size: 18px; color: #333; margin-bottom: 10px;}
.proTab table td p{text-indent: 30px; font-size: 16px; color: #666;}
.proTab table td .jd{ width: 100px; height: 10px; display: inline-block; background: #e5e5e5;}
.proTab table td .jd span{ display: block; width: 50%; height: 100%; background: #2151d1;}
.proTab table td h3{ color: #ff5d5d; font-size: 18px;}
.proTab table td h3 a{ margin-left: 10px; display: inline-block; width: 100px; height: 44px; text-align: center; line-height: 44px; font-size: 18px; color: #fff; background: #ff5d5d;}
.proTab table td ul{ text-align: center;}
.proTab table td ul li{ display: inline-block; height: 28px; line-height: 28px; padding: 0 20px; border-right:1px solid #c4c4c4;}
.proTab table td ul li:last-child{ border-right: 0}
.proTab table td ul li a{ font-size: 18px; color: #000;}
.proTab table td ul li:last-child a{ color: #2151d1;}
.proTab table tr td:first-child{ text-align: left;}
.proTab table tr:last-child td{ border-bottom: 0;}
.indexContainer.pageList{ background: #242e3e;}
.indexContainer.pageList .navGation ul li a{ color: #999;}
.indexContainer.pageList .layer5Box .list{ background: #2151d1;}
.indexContainer.pageList .layer5Box .list .bt{ color: #fff;}
.indexContainer.pageList .layer5Box .list ul h2{ background: url(../images/pic8.png) left center no-repeat; color: #fff;  overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.indexContainer.pageList .layer5Box .list ul li p{ color: #fff;}
.tips2{ width: 100%; height: 280px;background: url(../images/pic9.png); position: relative;}
.tips2 .text{ width: 1200px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.tips2 .text p{ font-size: 21px; color: #fff; line-height: 60px;}

.layerList{ width: 100%; background: #f5f6f8;}
.layerList .tit{ height: 200px;}
.layerList .tit ul{ float: left; height: 200px;}
.layerList .tit ul li{ float: left; line-height: 200px; margin-right: 25px;}
.layerList .tit ul li a{ font-size: 18px; color: #333;}
.layerList .tit .city{ float: left; height: 200px;}
.layerList .tit .city p{ float: left; font-size: 18px; line-height: 200px; color: #333;}
.layerList .tit .city .cityBox{ position: relative; float: left; width: 163px; height: 36px; margin: 85px 0 0 10px; }
.layerList .tit .city .cityBox span{ display: block; width: 100%; height: 100%;border: 1px solid #c4c4c4; background: #fff; padding: 0 15px; box-sizing: border-box; font-size: 16px; color: #333; line-height: 34px;}
.layerList .tit .city .cityBox dl{ z-index: 99; display: none; box-sizing: border-box; background: #fff; position: absolute; width: 100%; top: 36px; border: 1px solid #c4c4c4; border-top: 0;}
.layerList .tit .city .cityBox dl dd{ height: 32px; line-height: 32px; cursor: pointer; border-bottom:1px solid #c4c4c4; text-indent: 15px; color: #333;}
.layerList .tit .city .cityBox .arrow{ position: absolute; right: 0; top: 0; width: 36px; height: 36px; background: url(../images/pic10.png) center center no-repeat #2151d1;}
.layerList .tit .serach{ width:500px; height: 36px; border: 1px solid #c4c4c4; float: right; margin: 85px 0 0 0; float: right; box-sizing: border-box;}
.layerList .tit .serach button{ float: right; width: 105px; display: block; height: 100%; text-align: center; line-height: 34px; font-size: 18px; color: #fff; background: #2151d1; border: none; outline: none;}
.layerList .tit .serach input{ font-size: 16px;padding-top:5px;font-weight: bold;display: block; float: left; width:calc(100% - 255px); height: 100%; text-indent: 15px; float: left; border: none; box-sizing: border-box;}
.layerList .tit .serach select{ display: block; float: left; width:150px;border: none;height: 34px;text-indent: 15px; float: left; border: none; box-sizing: border-box;}
.layerList .main{ width: 100%;}
.layerList .main ul{ width: 100%;}
.layerList .main ul li{ width: 23.5%; float: left; margin-right: 2%; margin-bottom: 45px; transition: 0.5s;}
.layerList .main ul li:nth-child(4n){ margin-right: 0;}
.layerList .main ul li .icon{ width: 100%; height: 220px;}
.layerList .main ul li .icon img{ display: block; width: 100%; height: 100%;}
.layerList .main ul li .text{ background: #fff; width: 100%; padding: 0 10px; box-sizing: border-box; height: 220px;}
.layerList .main ul li .text .textTop{ overflow: hidden; width: 100%; padding: 15px 0;}
.layerList .main ul li .text .textTop .tp{ width: 56px; height: 56px; border-radius:50%; float: left; background: #f5f5f5;}
.layerList .main ul li .text .textTop .nr{ width: calc(100% - 56px); float: left; padding-left: 10px; box-sizing: border-box;}
.layerList .main ul li .text .textTop .nr h2{ line-height: 30px; font-size: 18px; color: #333;}
.layerList .main ul li .text .textTop .nr p{ font-size: 14px; line-height: 24px;: #a6a6a6; margin-top: 10px;}
.layerList .main ul li .text dl{ width: 100%; overflow: hidden;}
.layerList .main ul li .text dl dd{ margin-bottom: 10px; float: left; margin-right: 2%; width: 32%; height: 36px; border-radius:5px;}
.layerList .main ul li .text dl dd:nth-child(3n){ margin-right: 0;}
.layerList .main ul li .text dl dd a{ display: block; width: 100%; height: 100%; text-align: center; font-size: 12px; color: #2151d1; line-height: 36px; background: #e9eefa; border-radius:5px;}
.layerList .main ul li:hover{ transform: translateY(-20px); box-shadow: 0 0 10px rgba(33,81,209,0.2);}
.layerList .pageMain{ width: 100%; text-align: center; padding: 0 0 50px 0;}
.layerList .pageMain li{ display: inline-block; margin: 0 7px; font-size: 15px; color: #bbb;}
.layerList .pageMain li a{ font-size: 15px; color: #489cfe; text-decoration: underline;}
.layerList .pageMain li.on a{ color: #000; text-decoration: none;}

.detailsContainer{ width: 100%; background: #f5f5f5;}
.detailsMain{  height: 385px; position: relative; z-index: 2;}
.detailsMain .nr{ width: 100%; height:410px; padding: 50px; box-sizing:border-box; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.detailsMain .nr .icon{ width: 455px; height: 100%; float: left; background: #c4c4c4;}
.detailsMain .nr .text{ width: calc(100% - 455px); float: left; padding-left: 100px; box-sizing: border-box;}
.detailsMain .nr .text h2{ font-size: 30px; color: #000; height: 40px; line-height: 40px;}
.detailsMain .nr .text h2 span{ width: 100px; height: 40px; display: inline-block; margin-left: 15px; text-align: center; line-height: 40px;  border-radius:5px; text-align: center; font-size: 18px; color: #d40000; background: #ffd8d8; font-size: 18px; vertical-align: middle;}
.detailsMain .nr .text p{ font-size: 20px; margin-top: 25px; font-size: 18px; color: #333;}
.detailsMain .nr .text h3{ font-size: 22px; margin-top: 25px; line-height: 40px; color: #000;}
.proList dl{ width: 100%; overflow: hidden;}
.proList dl dd{ float: left; width: 23.5%; float: left; margin-right: 2%;}
.proList dl dd .icon{ width: 100%; height: 220px; background: #c4c4c4;}
.proList dl dd p{ text-align: center; padding-top: 35px; font-size: 18px; color: #999;}
.proList dl dd:last-child{ margin-right: 0;}

.proList3{ overflow: hidden;}
.proList3 .bt{ height: 175px; width: 100%; font-size: 30px; color: #000; line-height: 175px;}
.proList3 .video{ float: left; width: 49%; height: 460px; background: #000;}
.proList3 .video video{ display: block; width: 100%; height: 100%;}
.proList3 .list{ float: right; width:49%; float: right; height: 460px;}
.proList3 .list ul{ overflow: hidden;}
.proList3 .list ul li{ width: 48%; overflow: hidden; margin-right:4%; height: 220px; margin-bottom: 30px; float: left;}
.proList3 .list ul li:nth-child(2n){ margin-right: 0;}
.proList3 .list ul li img{transition: 0.5s; display: block; width: 100%; height: 100%;}
.proList3 .list ul li:hover img{ transform: scale(1.1);}
.proList4{ padding-bottom: 140px;}
.proList4 .bt{ height: 175px; width: 100%; font-size: 30px; color: #000;line-height: 175px;}
.proList4 .swiper-container{position: relative; overflow: hidden; width: 100%; height:300px; background: #fff; box-shadow: 0 0 20px rgba(33,81,209,0.2);}
.proList4 .pj{ width:80%; margin: 0 auto;  background: url(../images/pic12.png) right 75px no-repeat;}
.proList4 .pj ul{ overflow: hidden;}
.proList4 .pj ul li{ height:32px; margin-right: 15px; float: left;}
.proList4 .pj ul li img{ display: block; height: 100%; width: auto;}
.proList4 .pj span{ display: block; font-size: 15px; padding-top: 22px; color: #999;}
.proList4 .pj p{ padding-top:30px; line-height: 40px; font-size: 18px; color: #333;}
.proList4 .swiper-button-next{ background: url(../images/next.png); background-size:100% 100%;}
.proList4 .swiper-button-prev{ background: url(../images/prev.png); background-size:100% 100%;}
.proList4 .swiper-button-next::after{ display: none;}
.proList4 .swiper-button-prev::after{ display: none;}

.banner.banner2 .swiper-pagination{ bottom: 40px;}

.pageContainer{ width: 100%;}
.pageContainer .layer1{ padding-bottom: 85px; width: 100%;}
.pageContainer .title{ height: 185px; text-align: center; line-height: 185px; color: #000; font-size: 36px;}
.pageContainer .layer1 .hd{ width: 100%;}
.pageContainer .layer1 .hd ul{ text-align: center;}
.pageContainer .layer1 .hd ul li{box-sizing: border-box; width: 130px; height: 56px; display: inline-block; margin: 0 5px; border: 2px solid #2151d1; color: #2151d1; font-size: 16px; text-align: center; line-height: 52px; cursor: pointer;}
.pageContainer .layer1 .hd ul li.on{ background:#2151d1; color: #fff;}
.pageContainer .layer1 .bd{ padding-top: 40px;}
.pageContainer .layer1 .bd ul{ width: 1200px; margin: 0 auto; overflow: hidden;}
.pageContainer .layer1 .bd ul li{position: relative; width: 320px; height: 320px; float: left; margin: 0 20px 20px 0;}
.pageContainer .layer1 .bd ul li:nth-child(3n){ margin-right: 0;}
.pageContainer .layer1 .bd ul li.big{ width: 520px;margin-left:40px;}
.pageContainer .layer1 .bd ul li img{ display:block; width: 100%; height: 100%; }
.pageContainer .layer1 .bd ul li p{ position: absolute; width: 100%; left: 0; bottom: 20px; font-size: 18px; color: #fff; padding: 0 15px; box-sizing: border-box;}
.pageContainer .layer2{background: url(../images/bg3.png); height: 915px;}
.pageContainer .layer2 .title{ text-align: center; color: #fff;}
.pageContainer .layer2 .layer2Box{padding: 75px 100px 0 100px; box-sizing: border-box; width: 1200px; height: 630px; margin: 0 auto; background: #f5f6f8;}
.pageContainer .layer2 .layer2Box .bt{ width: 100%; padding-left: 68px; background: url(../images/bg2.png) left center no-repeat; height: 40px; line-height: 40px; font-size: 36px; color: #2151d1;}
.pageContainer .layer2 .layer2Box .text{ width: 100%; padding: 50px 0; font-size: 24px; color: #000;line-height: 34px;}
.pageContainer .layer2 .layer2Box .main{ width: 100%; position: relative;}
.pageContainer .layer2 .layer2Box .main .swiper-container{ width: 100%; overflow: hidden;}
.pageContainer .layer2 .layer2Box .mainBox{transition: 0.5s; background: #fff; width: 100%; height: 225px; background: #fff; position: relative;}
.pageContainer .layer2 .layer2Box .swiper-button-next{ background: url(../images/next.png); width: 33px; height: 60px; right: -67px; top: 50%; transform: translateY(-50%); margin: 0;}
.pageContainer .layer2 .layer2Box .swiper-button-prev{ background: url(../images/prev.png); width: 33px; height: 60px; left: -67px; top: 50%; transform: translateY(-50%); margin: 0;}
.pageContainer .layer2 .layer2Box .mainBox:hover{ transform: translateY(-10px); box-shadow: 0 0 10px rgba(33,81,209,0.2);}
.pageContainer .layer2 .layer2Box .swiper-button-next::after{ display: none;}
.pageContainer .layer2 .layer2Box .swiper-button-prev::after{ display: none;}
.pageContainer .layer2 .layer2Box .mainBox .icon{ width: 100%; height: 180px; position: relative;}
.pageContainer .layer2 .layer2Box .mainBox .icon img{ display: block; width: 155px; height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.pageContainer .layer2 .layer2Box .mainBox.on{ transform: translateY(-10px); box-shadow: 0 0 10px rgba(33,81,209,0.2);}
.pageContainer .layer2 .layer2Box .mainBox p{ font-size: 18px; color: #000; text-align: center;}
.pageContainer .layer3{ width: 100%; padding-bottom: 65px; background: #f5f6f8;}
.pageContainer .layer3 img{ display: block; margin: 0 auto;}
.pageContainer .layer4Box{ padding-bottom: 100px; overflow: hidden; width: 1200px; margin: 0 auto;}
.pageContainer .layer4Box .layer4Left{ width: 590px; float: left; padding: 0 20px 20px 20px; box-sizing: border-box; background: #f5f6f8;}
.pageContainer .layer4Box .bt{ width: 100%; height: 75px; line-height: 75px; font-size: 18px; color: #333;}
.pageContainer .layer4Box .bt a{ display: inline-block; float: right; font-size: 14px; color: #2151d1;}
.pageContainer .layer4Box .icon{ width: 100%; height: auto;}
.pageContainer .layer4Box .icon img{ display: block; width: 100%; height: auto;}
.pageContainer .layer4Box .layer4Left ul{ width: 100%;}
.pageContainer .layer4Box .layer4Left  ul li{ width: 100%; margin-top: 15px; width: 100%; background: #fff; border: 1px solid #e3e3e3; border-radius:6px ;}
.pageContainer .layer4Box .layer4Left  ul li .Pr{ width: 100%; height: 54px; overflow: hidden;}
.pageContainer .layer4Box .layer4Left  ul li .Pr .tp{float: left; width: 48px; height: 54px; position: relative;}
.pageContainer .layer4Box .layer4Left  ul li .Pr .tp span{ display: block; width: 26px; height: 26px; text-align: center; line-height: 26px; border-radius:50%; background: #d4e8ff; color: #2c5ad4; font-size: 14px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.pageContainer .layer4Box .layer4Left  ul li .Pr p{ float: left; width: calc(100% - 48px); line-height: 54px; font-size: 16px; color: #000;}
.pageContainer .layer4Box .layer4Left  ul li .Pr p span{ display: inline-block; float: right; color: #2151d1; margin-right: 15px;}
.pageContainer .layer4Box .layer4Left  ul li .Nr{padding-bottom: 10px; overflow: hidden; width: 100%;}
.pageContainer .layer4Box .layer4Left  ul li .Nr span{ width: 48px; float: left; height: 22px; line-height: 22px; display: block; text-align: center; color: #2151d1;}
.pageContainer .layer4Box .layer4Left  ul li .Nr p{ text-align: left; font-size: 14px; line-height: 22px; color: #999; width: calc(100% - 48px); float: left; padding-right: 15px; box-sizing: border-box;}
.pageContainer .layer4Box .layer4Left  ul li.on .Pr .tp span{ background: #2151d1; color: #fff;}
.pageContainer .layer4Box .layer4Right{ width: 590px; float: right; padding: 0 20px 20px 20px; box-sizing: border-box; background: #f5f6f8;}
.pageContainer .layer4Box .layer4Right ul li{ width: 100%; border-bottom: 1px solid #eee; padding-bottom: 15px;}
.pageContainer .layer4Box .layer4Right ul li h2{
	font-size: 14px;
	width: 100%; height: 54px; line-height: 54px; padding-left: 28px; background: url(../images/pic5.png) left center no-repeat; box-sizing: border-box;}
.pageContainer .layer4Box .layer4Right ul li p{ font-size: 12px; line-height: 22px; color: #999;}
@media (min-width:1000px) and (max-width:1400px ) {
	.top .nav2{ display: none;}
	.top .nav1{ float: right; padding-right: 15px;}
	.top .nav1 ul li{ padding-left: 0; margin-left: 15px;}
	.top .nav1 ul li a{ font-size: 14px;}
	.indexContainer .layer1 ul.side{ width: 90%;}
	.indexContainer .layer1Box{ width: 90%;}
	.indexContainer .layer1Box .main ul li .icon img{ width: 90%; height: auto;}
	.indexContainer .layer1Box .main ul li:last-child{ display: none;}
	.indexContainer .layer1Box .main ul li{ width: 23.5%; margin-right: 2%;}
	.indexContainer .layer1Box .main ul li:nth-child(4){ margin-right: 0;}
	.tips p{ width: 90%; font-size: 24px;}
	.indexContainer .layer3 .hd{ width: 90%; margin: 40px auto 0 auto;}
	.indexContainer .layer4 .icon .swiper-button-prev{ left: -90px;}
	.indexContainer .layer4 .icon .swiper-button-next{ right: -90px;}
	.indexContainer .layer4 .hd{ width: 90%;}
	.indexContainer .layer4 .hd ul li .tp{ height: auto;}
	.indexContainer .layer4 .hd ul li{ height: auto; padding-bottom: 40px;}
	
	.indexContainer .layer5{ width: 100%;}
	.footer .footerBox ul{ margin-right: 3%;}
	.footer .footerBox{ width: 95%; margin: 0 auto; max-width: 1200px;}
	.w1400{ width: 90%;max-width: 1200px;}
	.proMain .text .tit p span{ font-size: 28px;}
	.proMain .text .nr{ font-size: 16px; line-height: 24px;}
	.proMain .text .list ul li a{ font-size: 14px;}
	.proMain dl dd a{ height: 68px; font-size: 18px; line-height: 68px;}
	.proMain dl dd:last-child a{ font-size: 18px;}
	.proList2 .proLeft{ width: 49%;}
	.proList2 .proRight{ width: 49%;}
	.cantact .cantactBox{ width: 90%;}
	.proMain{ height: 900px;}
	.proMain .text .tit p{ font-size: 12px;}
	.proMain .text .tit p span{ font-size: 18px;}
	.proMain .icon{ width: 60%; float: left;}
	.proMain .text{ width: 40%;}
	.proMain .icon .iconBox{ width: 95%;}
	.proMain .icon .iconBox .bd{ height: auto;}
	.proMain .text .list{ margin-top:20px ;}
	.navGation ul{ width: 90%;}
	.tips2 .text{ width: 90%;}
	.layerList .tit{ overflow: hidden;}
	.layerList .tit .serach{ float: inherit; display: block; float: left;}
	
	.detailsMain .nr .text h2{ font-size: 24px; line-height: 30px;}
	.detailsMain .nr .text h2 span{ height: 30px; font-size: 16px; line-height: 30px;}
	.detailsMain .nr .text p{ font-size: 14px;}
	.detailsMain .nr .text{ padding-left: 50px;}
	.detailsMain .nr .text h3{ font-size: 16px; line-height: 32px;}
	.proList3 .video{ width: 49%;}
	.proList3 .list{ width: 49%;}
	.proList3 .list ul li{ width: 49%; margin-right: 2%;}
	.proList4 .pj{ width: 80%;}
	.proTab table th{ font-size: 18px;}
	.proTab .bt{ height: 150px; font-size: 28px;}
}
@media(max-width:999px ) {
	.AppTop{ display:block; position: fixed; left: 0; top: 0;}
	.AppTop{box-shadow: 0 0 10px rgba(0,0,0,0.1); background: #fff; top: 0; left: 0; z-index: 99; display: none; height: 50px; background: #fff; width: 100%; position: fixed;}
	.AppTop .logo{ 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: #000; 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);}
	
	.sideBar{z-index: 999; background: #fff; display: none; position: fixed; left: 0; top: 50px; height: calc(100vh - 50px);}
	.sideBar .nav{ width: 100%; padding: 20px; box-sizing: border-box;}
	.sideBar .nav ul{ width: 100%; overflow: hidden;}
	.sideBar .nav ul li{ width: 50%; float: left; text-align: center; box-sizing: border-box; height: 26px; border-right:1px solid #ddd; margin-bottom: 15px;}
	.sideBar .nav ul li a{ font-size: 15px; color: #333;}
	.sideBar .nav ul li:nth-child(2n){ margin-right: 0; border-right:0 ;}

	body{ padding-top: 50px;}
	.banner{ height: 400px;}
	.banner img{ height: 400px; width: auto;}
	.top{ display: none;}
	.AppTop{ display: block; height: 50px; width: 100%; position: fixed; top: 0; left: 0;}
	.AppTop .logo{ position: absolute; left: 0; top: 0;}
	.AppTop .logo img{ display: block; height: 100%; width: auto;}
	.indexContainer .layer1{ padding: 0;}
	.indexContainer .layer1 ul.side{ width: 100%; transform: none; height: 90px; position: relative; left: auto; top: auto;}
	.indexContainer .layer1 ul.side li .nr .icon{ height: 60px;}
	.indexContainer .layer1 ul.side li .nr .icon img{ height: 50%; width: auto;}
	.indexContainer .layer1 ul.side li .nr .text{ font-size: 14px;}
	.indexContainer .layer1 ul.side .bg{ height: 100px;}
	.banner .swiper-pagination{ bottom: 20px;}
	.banner .swiper-pagination span{ width: 40px; height: 3px;}
	.indexContainer .layer1Box{ width: 100%;}
	.indexContainer .title{ height: 105px; line-height: 105px; font-size: 26px;}
	.indexContainer .layer1Box .list{ width: 100%;}
	.indexContainer .layer1Box .list ul li{ float: left; width: 25%; text-align: center;}
	.indexContainer .layer1Box .list ul li p span{ font-size: 14px;}
	.indexContainer .layer1Box .main{ width: 100%; padding: 0 15px; box-sizing: border-box;}
	.indexContainer .layer1Box .main ul li{ width: 49%; margin-right: 2%; margin-bottom: 10px;}
	.indexContainer .layer1Box .main ul li:nth-child(2n){ margin-right: 0;}
	.tips{ background: url(../images/bg1.png) right center no-repeat;}
	.tips p{ width: 100%; padding: 0 15px; box-sizing: border-box; font-size:16px;}
	.indexContainer .layer3 .bd{ width: 100%; padding: 0 15px; box-sizing: border-box; height: auto;}
	.indexContainer .layer3 .hd{ width: 100%; margin-top: 35px;}
	.indexContainer .layer3 .hd ul li{ height: auto; width: 49%; margin-bottom: 10px; margin-right: 2%;}
	.indexContainer .layer3 .hd ul li:nth-child(2n){ margin-right: 0;}
	.indexContainer .layer4 .icon{ width: 100%; padding: 0 15px; box-sizing: border-box; height: auto;}
	.indexContainer .layer4 .icon img{ display: block; width: 100%; height: auto;}
	.indexContainer .layer4 .hd{ padding: 40px 15px; box-sizing: border-box; width: 100%;}
	.indexContainer .layer4 .hd ul{ overflow:hidden; height: auto;}
	.indexContainer .layer4 .hd ul li{ width: 49%; margin-right: 2%; height: auto; margin-bottom: 10px;}
	.indexContainer .layer4 .hd ul li:nth-child(2n){ margin-right: 0;}
	.indexContainer .layer4 .hd ul li .tp{ height: auto; padding: 5px;}
	.indexContainer .layer4 .hd ul li .text{padding: 10px; box-sizing: border-box;}
	.indexContainer .layer4 .hd ul li .text img{ margin-top: 10px;}
	.indexContainer .layer5{ width: 100%;padding: 0 10px; box-sizing: border-box;}
	.indexContainer .layer5Box{ width: 100%;}
	.indexContainer .layer5 .map{ width: 100%; height: auto;  box-sizing: border-box;}
	.indexContainer .layer5 .map img.bg{ display: block; width: 100%; height: auto;}
	.indexContainer .layer5Box .hd{ position: relative; top: auto; right: auto; left: auto; transform: none; width: 100%; margin-top: 10px;}
	.indexContainer .layer5Box .list{ width: 100%; margin-top: 10px;}
	.cantact{ height: auto;padding: 40px 0;}
	.cantact .cantactBox{ width: 100%;}
	.cantact .cantactBox .code{ position: relative; left: auto; top: auto; margin:0 auto; transform: none;}
	.cantact .cantactBox .text{padding: 40px 0; position: relative; left: auto; top: auto; transform: none; margin: 0 auto;}
	.cantact .cantactBox .enter{ position: relative; left: auto; top: auto; transform: none; margin: 0 auto;}
	.footer .footerBox{ width: 100%; padding: 0 15px; box-sizing: border-box;}
	.footer .footerBox ul{ width: 100%; margin: 0 0 20px 0;}
	.footer .footerBox ul li{ float: left; margin-right: 20px;}
	.footer .footerBox .footerRight{ width: 100%; border: none;padding-left: 0px;}
	
	.w1400{ width: 100%; padding: 0 15px; box-sizing: border-box;}
	.navGation ul{ width: 100%; padding: 0 15px; box-sizing: border-box;}
	.proMain{ padding: 15px; height: auto;}
	.proMain .icon{ width: 100%; height: auto;}
	.proMain .icon .iconBox{ position: relative; left: auto; top: auto; transform: none; width: 100%; height: auto;}
	.proMain .icon .iconBox .bd{ height: auto;}
	.proMain .icon .iconBox .hd ul li{ height: auto;}
	.proMain .text{height: auto; width: 100%; padding: 0 15px; box-sizing: border-box;}
	.proMain .text .tit h2{ font-size: 16px; padding-top: 30px;}
	.proMain .text .tit p{ height: 60px; line-height: 60px; font-size: 14px;}
	.proMain .text .tit p span{ font-size: 16px}
	.proMain .text .nr{ font-size: 14px; line-height: 20px;}
	.proMain .text .list{ margin-top: 30px;}
	.proMain .text .list ul li a{ font-size: 12px; padding: 0 10px; }
	.proMain .text .list ul li{ margin-right: 10px;}
	.proMain dl{ padding-top: 30px;}
	.proMain dl dd a{ height: 40px; line-height: 40px; font-size: 14px;}
	.proMain dl dd:last-child a{ font-size: 12px; line-height: 40px;}
	.proList .tit{ height: 100px; line-height: 100px; font-size: 14px;}
	.proList .tit span{ font-size: 12px;}
	.proList .tit a{ font-size: 12px; height: 100px;}
	.proList ul li{ width: 49%; margin-right: 2%; margin-bottom: 10px;}
	.proList ul li:nth-child(2n){ margin-right: 0;}
	.proList ul li .icon{ width: 100%; height: auto;}
	.proList ul li .text .bottom span{ font-size: 12px;}
	.proList ul li .text{ height: 150px; padding: 10px;}
	.proList ul li .text h2{ font-size: 14px; line-height: 20px; height: 40px;}
	.proList2{ padding-top: 15px;}
	.proList2 .proLeft{ width: 100%;}
	.proList2 .proRight{ width: 100%;}
	.proList2 .nrBox{ padding: 0 15px 10px 15px;}
	.proList2 .nrBox ul li a{ font-size: 14px;}
	.proList2 .nrBox ul li{ line-height: 30px;}
	.proList2 .nrBox h2{ height: 60px; line-height: 60px; font-size:22px ;}
	
	.proTab .bt{ height: 100px; line-height: 100px; font-size: 24px; text-align: center;}
	.proTab .tabWarp{ width: 100%; overflow-X: scroll;}
	.proTab .tabWarp table{ width: 1000px;}
	.proTab{ padding-bottom: 30px;}
	
	.layerList .tit{ height: auto;}
	.tips2{ width: 100%; height: auto; padding: 30px 0;}
	.tips2 .text{ position: relative; width: 100%; left: auto; top: auto; transform: none; padding: 0 15px; box-sizing: border-box;}
	.tips2 .text p{ font-size: 16px;}
	.layerList .tit{ height: auto; overflow: inherit; position: relative; z-index: 10;}
	.layerList .tit ul{ height: 100px; width: 100%;}
	.layerList .tit ul li { line-height: 100px; width: 25%; float: left; margin: 0;}
	.layerList .tit .city{ height: 36px; line-height: 36px;}
	.layerList .tit .city p{ height: 36px; line-height: 36px;}
	.layerList .tit .city .cityBox{ margin: 0 10px 0 0;  width: 100px;}
	.layerList .tit .serach{ width: 100%; margin-top: 10px;}
	.layerList .main{ overflow: hidden; margin-top: 20px;}
	.layerList .main ul{ overflow: hidden;}
	.layerList .main ul li{ width: 100%; margin-right: 0; margin-bottom: 10px;}
	.layerList .main ul li:nth-child(2n){ margin-right: 0;}
	
	.detailsMain .nr{ padding: 15px; width: 100%; height: auto; overflow: hidden;}
	.detailsMain{ height: auto;}
	.detailsMain .nr .icon{ width: 100%; height: 400px;}
	.detailsMain .nr .text{ padding: 0 15px; width: 100%;}
	.detailsMain .nr .text h2{ font-size: 20px; margin: 20px 0;}
	.detailsMain .nr .text p{ font-size: 14px; margin-top: 15px;}
	.detailsMain .nr .text h3{ font-size: 16px; line-height: 30px;}
	.proList dl dd{ width: 49%; margin-right: 2%; float: left;}
	.proList dl dd:nth-child(2n){ margin-right: 0;}
	.proList dl dd p{ height: 40px; font-size: 14px; text-align: center; line-height: 40px; padding: 0;}
	.proList3 .bt{ height: 70px; line-height: 70px; font-size: 16px;}
	.proList3 .video{ display: block; width: 100%; height: auto;}
	.proList3 .list{ width: 100%; height: auto; padding-top: 10px;}
	.proList3 .list ul li{ width: 49%; margin-right: 2%; margin-bottom: 10px; height: auto;}
	.proList3 .list ul li img{ display: block; width: 100%; height: auto;}
	.proList4 .bt{ text-align: center; font-size: 16px; line-height: 70px; height: 70px;}
	.proList4 .pj ul{ text-align: center;}
	.proList4 .pj ul li{ display: inline-block; float: inherit; margin: 0 5px;}
	.proList4 .pj{ width:80%; background: none;}
	.proList4 .pj span{ text-align: center;}
	.proList4 .pj p{ padding-top: 30px; font-size: 14px; line-height: 26px;}
	.proList4{ padding-bottom: 30px;}
	
	.indexContainer .layer5Box .hd ul li span{cursor: pointer; height: 54px; line-height: 54px; padding-left: 42px; position: relative;
    font-size: 18px; color: #333;}
    .indexContainer .layer5Box .hd ul li b{ width: 50px; height: 54px;}
    .indexContainer .layer5Box .hd ul li p{padding:  0 15px 15px 15px; font-size: 14px; line-height: 22px;}
    .indexContainer .layer5Box .list ul li p{ font-size: 14px; line-height: 22px;}
    .indexContainer .layer5Box .list .bt{ height: 75px; line-height: 75px; font-size: 18px;}
    .indexContainer .layer3 .hd ul{ height: auto; overflow: hidden; padding: 0 10px; box-sizing: border-box;}
    .pageContainer{ width: 100%; overflow: hidden;}
    .pageContainer .title{ width: 100%; text-align: center; line-height: 80px; font-size: 22px; height: 80px;}
    .pageContainer .layer1 .hd ul li{ width: 100px; margin: 0 5px; height: 40px; line-height: 36px; font-size: 16px;}
    .pageContainer .layer1 .bd ul{ width: 100%; padding: 0 15px; box-sizing: border-box;}
    .pageContainer .layer1 .bd ul li{ width: 100%; height: auto; margin-bottom: 15px;}
    .pageContainer .layer1 .bd ul li.big{ width: 100%; height: auto;}
    .pageContainer .layer2 .layer2Box{ width: 100%; padding: 0 15px;}
    .pageContainer .layer2 .layer2Box .bt{ width: 100%; height: 60px; line-height: 60px; background-size:20px auto ; padding-left: 30px; font-size: 16px;}
    .pageContainer .layer2 .layer2Box .text{ padding: 15px 0; font-size: 16px;}
    .pageContainer .layer2{ height: auto; padding-bottom: 30px;}
    .pageContainer .layer3 img{ width: 90%; margin: 0 auto;}
    .pageContainer .layer4Box{ box-sizing: border-box; width: 100%; padding: 0 15px;}
    .pageContainer .layer4Box .layer4Left{ padding: 0 10px 10px 10px; width: 100%;box-sizing: border-box; margin-bottom: 15px;}
    .pageContainer .layer4Box .layer4Right{ width: 100%;}
}