@charset "utf-8";
/*全局样式*/
body{padding: 0;margin: 0;font-family: 'Microsoft YaHei';font-size: 14px;color: #333;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding: 0;margin: 0;border: 0;}
ul{list-style: none;}
a{text-decoration: none;color: #333;}
i,em{font-style: normal;}
img{display: inline-block;max-width: 100%;height: auto;}
/*常用盒模型*/
/*常用宽度*/
.w1500{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1500px;}
.w1400{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1400px;}
.w1340{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1340px;}
.w1300{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1300px;}
.w1280{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1280px;}
.w1200{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1200px;}
.w1140{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1140px;}
.w1100{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1100px;}
.w1000{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1000px;}


/*banner*/
.banner{position: relative;height: 770px;margin-top: 86px;overflow: hidden;}
.banner .swiper-slide{display: block;background-position: center;background-size: cover;background-repeat: no-repeat;}
.banner .swiper-pagination{z-index: 1;bottom: 20px;font-size: 0;}
.banner .swiper-pagination-bullet{width: 16px;height: 16px;margin: 0 5px!important;background-color: #fff;border-radius: 50%;opacity: 1;box-shadow: 0 0 2px rgba(0,0,0,.3);transition: 0.3s;}
.banner .swiper-pagination-bullet-active{background-color: #0071bb;}
.banner .btn{z-index: 1;position: absolute;top: 50%;width: 60px;height: 60px;margin-top: -30px;border: 2px solid #fff;border-radius: 50%;cursor: pointer;transition: 0.3s;filter: drop-shadow(2px 2px 4px rgba(0,0,0,.3));}
.banner .prev-btn{left: 0;transform: translateX(-100%);}
.banner .prev-btn:after{content: "";position: absolute;left: 50%;top: 50%;width: 12px;height: 12px;border-top: 2px solid #fff;border-left: 2px solid #fff;transform: translate(-30%,-50%) rotate(-45deg);}
.banner .next-btn{right: 0;transform: translateX(100%);}
.banner .next-btn:after{content: "";position: absolute;left: 50%;top: 50%;width: 12px;height: 12px;border-top: 2px solid #fff;border-right: 2px solid #fff;transform: translate(-70%,-50%) rotate(45deg);}
.banner .btn:hover{background-color: #0071bb;border-color: #0071bb;}
.banner:hover .prev-btn{transform: translateX(20%);}
.banner:hover .next-btn{transform: translateX(-20%);}

/******首页******/
/*标题*/
.index-title{}
.index-title .name{position: relative;display: inline-block;padding-left: 1.5em;font-size: 40px;line-height: 70px;}
.index-title .name:before{content: "";position: absolute;left: 0;top: 0;width: 350px;height: 64px;background: url(../images/index_title_bg.png) center no-repeat;background-size: contain;}
/*布局*/
.index-content{}
.index-content .more-btn{display: inline-block;vertical-align: top;border-bottom: 1px solid currentColor;font-size: 18px;line-height: 20px;color: #ffba00;transition: 0.3s;}
.index-content .more-btn:hover{transform: translateX(10px);}
.index-content .part1{padding: 50px 0;}
.index-content .part1 .index-title{position: absolute;left: 0;top: 40px;}
.index-content .part1 .more-btn{z-index: 2;position: absolute;left: 0;bottom: 20px;}
.index-content .part2{}
.index-content .part2 .more-btn{position: absolute;right: 0;top: 20px;}
.index-content .part3{padding: 90px 0 50px;}
.index-content .part4{padding: 30px 0 60px;background-color: #f5f5f5;}
.index-content .part4 .more-btn{position: absolute;right: 0;top: 50px;}

/*业务领域选项卡*/
.business-tab-box{z-index: 1;position: relative;}
.business-tab-box .tabs{z-index: 2;position: absolute;left: 0;top: 150px;width: 460px;padding: 25px 70px 50px 40px;background-color: rgba(0,113,187,.8);font-size: 0;color: #fff;}
.business-tab-box .tabs .item{position: relative;display: block;padding: 0 60px 0 20px;border-bottom: 2px solid rgba(255,255,255,.2);font-size: 18px;line-height: 64px;color: #fff;cursor: pointer;opacity: .5;transition: 0.3s;}
.business-tab-box .tabs .item i{margin-right: 10px;font-family: Arial;font-size: 28px;}
.business-tab-box .tabs .item .arrow{position: absolute;right: 25px;top: 50%;width: 28px;height: 28px;transform: translate(0,-50%);color: #fff;transition: 0.5s;}
.business-tab-box .tabs .item .arrow:before{content: "";position: absolute;left: 0;right: 0;top: 50%;height: 4px;margin-top: -2px;background-color: currentColor;}
.business-tab-box .tabs .item .arrow:after{content: "";position: absolute;right: 0;top: 50%;width: 14px;height: 14px;border-top: 4px solid currentColor;border-right: 4px solid currentColor;transform: translate(-10%,-50%) rotate(45deg);}
.business-tab-box .tabs .item.on{opacity: 1;}
.business-tab-box .tabs .item.on .arrow{transform: translate(30%,-50%);}
.business-tab-box .tab-content{margin-left: 36%;overflow: hidden;}
.business-tab-box .tab-content .swiper-slide{}
.business-tab-box .tab-content .swiper-slide .pic{display: block;overflow: hidden;}
.business-tab-box .tab-content .swiper-slide .pic em{display: block;padding-top: 76.4%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 1s;}
.business-tab-box .tab-content .swiper-slide .pic:hover em{transform: scale(1.05);}

/*行业应用轮播*/
.trade-apply-swiper{position: relative;padding-bottom: 20px;margin-top: 40px;overflow: hidden;}
.trade-apply-swiper .swiper-slide{position: relative;display: block;}
.trade-apply-swiper .swiper-slide .pic{position: relative;overflow: hidden;}
.trade-apply-swiper .swiper-slide .pic:after{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.3);opacity: 0;transition: 0.5s;}
.trade-apply-swiper .swiper-slide .pic em{display: block;width: 105%;padding-top: 68%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.trade-apply-swiper .swiper-slide .tit{position: absolute;left: 1em;right: 1em;bottom: .5em;font-size: 18px;color: #fff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-shadow: 0 0 4px #000;transition: 0.5s;}
.trade-apply-swiper .swiper-slide:hover .pic:after{opacity: 1;}
.trade-apply-swiper .swiper-slide:hover .pic em{transform: translateX(-4.5%);}
.trade-apply-swiper .swiper-slide:hover .tit{bottom: 50%;transform: translateY(50%);}
.trade-apply-swiper .btn{z-index: 1;position: absolute;right: 50%;width: 40px;height: 40px;margin-right: -600px;background-color: #ffba00;cursor: pointer;}
.trade-apply-swiper .btn:before{content: "";position: absolute;left: 10px;right: 10px;top: 50%;height: 2px;margin-top: -1px;background-color: #fff;}
.trade-apply-swiper .prev-btn{bottom: 0;}
.trade-apply-swiper .prev-btn:after{content: "";position: absolute;left: 50%;top: 50%;width: 10px;height: 10px;border-top: 2px solid #fff;border-left: 2px solid #fff;transform: translate(-70%,-50%) rotate(-45deg);}
.trade-apply-swiper .next-btn{bottom: 50px;}
.trade-apply-swiper .next-btn:after{content: "";position: absolute;left: 50%;top: 50%;width: 10px;height: 10px;border-top: 2px solid #fff;border-right: 2px solid #fff;transform: translate(-30%,-50%) rotate(45deg);}

/*服务支持*/
.service-box{display: flow-root;}
.service-box > .con-l{float: left;width: 54%;}
.service-box > .con-r{float: right;width: 44%;}
.service-box .txt{height: 190px;margin-top: 40px;font-size: 16px;line-height: 26px;color: #666;overflow: hidden;}
.service-box .more-btn{margin-top: 40px;}
.service-box .pic{position: relative;display: block;overflow: hidden;}
.service-box .pic:after{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.3);opacity: 0;transition: 0.5s;}
.service-box .pic em{display: block;width: 105%;padding-top: 68%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.service-box .pic:hover:after{opacity: 1;}
.service-box .pic:hover em{transform: translateX(-4.5%);}

/*新闻中心*/
.news-box{display: flow-root;margin-top: 50px;}
.news-box > .con-l{float: left;width: 41%;}
.news-box > .con-r{float: right;width: 56%;}
/*主要新闻*/
.main-news-swiper{position: relative;overflow: hidden;}
.main-news-swiper .swiper-slide{display: block;}
.main-news-swiper .swiper-slide .pic{position: relative;display: block;overflow: hidden;}
.main-news-swiper .swiper-slide .pic:after{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.3);opacity: 0;transition: 0.5s;}
.main-news-swiper .swiper-slide .pic em{display: block;width: 105%;padding-top: 53%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.main-news-swiper .swiper-slide .content{padding: 20px 30px;background-color: #fff;}
.main-news-swiper .swiper-slide .content .date{float: left;width: 60px;text-align: right;}
.main-news-swiper .swiper-slide .content .date .big{font-size: 24px;line-height: 30px;}
.main-news-swiper .swiper-slide .content .date .small{font-size: 16px;line-height: 20px;color: #999;}
.main-news-swiper .swiper-slide .content .info{padding-left: 20px;margin-left: 80px;border-left: 2px solid #eee;}
.main-news-swiper .swiper-slide .content .info .tit{font-size: 15px;line-height: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.main-news-swiper .swiper-slide .content .info .txt{height: 40px;margin-top: 5px;line-height: 20px;text-align: justify;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.main-news-swiper .swiper-pagination{z-index: 1;left: 5px;bottom: 5px;width: auto;font-size: 0;}
.main-news-swiper .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 4px!important;background-color: #fff;border: 1px solid #0071bb;border-radius: 50%;opacity: 1;box-shadow: 0 0 2px rgba(0,0,0,.3);transition: 0.3s;}
.main-news-swiper .swiper-pagination-bullet-active{background-color: #0071bb;}
.main-news-swiper .swiper-slide:hover .pic:after{opacity: 1;}
.main-news-swiper .swiper-slide:hover .pic em{transform: translateX(-4.5%);}
.main-news-swiper .swiper-slide:hover .content .info .tit{color: #0071bb;}
/*图文列表*/
.pic-info-list{}
.pic-info-list li{margin-top: 15px;}
.pic-info-list li:first-child{margin-top: 0;}
.pic-info-list li a{display: flow-root;padding: 15px 20px;background-color: #fff;}
.pic-info-list li .pic{position: relative;float: left;width: 150px;overflow: hidden;}
.pic-info-list li .pic:after{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.3);opacity: 0;transition: 0.5s;}
.pic-info-list li .pic em{display: block;width: 105%;padding-top: 54%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 1s;}
.pic-info-list li .date{float: left;width: 70px;text-align: center;line-height: 20px;color: #999;}
.pic-info-list li .date span{font-size: 24px;color: #0071bb;}
.pic-info-list li .info{margin-left: 220px;}
.pic-info-list li .info .tit{font-size: 15px;line-height: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.pic-info-list li .info .txt{height: 40px;margin-top: 5px;line-height: 20px;text-align: justify;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.pic-info-list li .info .arrow{position: relative;width: 12px;height: 12px;margin-top: 5px;color: #0071bb;transition: 0.5s;}
.pic-info-list li .info .arrow:before{content: "";position: absolute;left: 0;right: 0;top: 50%;height: 2px;margin-top: -1px;background-color: currentColor;}
.pic-info-list li .info .arrow:after{content: "";position: absolute;right: 0;top: 50%;width: 6px;height: 6px;border-top: 2px solid currentColor;border-right: 2px solid currentColor;transform: translate(-10%,-50%) rotate(45deg);}
.pic-info-list li:hover .pic:after{opacity: 1;}
.pic-info-list li:hover .pic em{transform: translateX(-4.5%);}
.pic-info-list li:hover .info .tit{color: #0071bb;}

/*footer*/
.footer{padding: 40px 0 60px;background-color: #232323;text-align: center;color: #d3d3d3;}
/*底部导航*/
.footer .footer-nav{font-size: 0;}
.footer .footer-nav a{display: inline-block;vertical-align: top;padding: 0 10px;border-left: 1px solid #d3d3d3;font-size: 14px;line-height: 14px;color: #d3d3d3;transition: 0.3s;}
.footer .footer-nav a:first-child{border-left: 0;}
.footer .footer-nav a:hover{color: #fff;}
/*版权*/
.footer .cr{margin-top: 10px;line-height: 20px;}
.footer .cr span{margin: 0 3px;}
.footer .cr a{color: #d3d3d3;transition: 0.3s;}
.footer .cr a:hover{color: #fff;text-decoration: underline;}

/*2021.1.22*/
/*右侧悬浮栏*/
.fixed-float-wrap{visibility: hidden;opacity: 0;z-index: 1;position: fixed;right: 0;top: 60%;padding-bottom: 30px;transform: translateY(-50%);transition: 0.5s;}
.fixed-float-wrap .item{position: relative;display: block;width: 60px;height: 60px;background-color: #0071bb;border-left: 1px solid #fff;border-bottom: 1px solid #fff;cursor: pointer;}
.fixed-float-wrap .item .icon{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 50%;height: 50%;margin: auto;background-size: 100% 100%;filter: brightness(0) invert(1);}
.fixed-float-wrap.show{visibility: visible;opacity: 1;top: 50%;}
.fixed-float-wrap .fold-btn{position: absolute;right: 0;bottom: 0;width: 40px;background-color: #0071bb;font-size: 12px;text-align: center;line-height: 30px;color: #fff;cursor: pointer;transition: 0.5s;}
.fixed-float-wrap.fold{right: -60px;}
.fixed-float-wrap.fold .fold-btn{right: 100%;}
.fixed-float-wrap .item .icon-phone{background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGwtb3BhY2l0eT0iLjAxIiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0wIDBoMjMuMTE3djIzLjExN0gweiIvPjxwYXRoIGZpbGwtb3BhY2l0eT0iLjAxIiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0wIDBoMjMuMTE3djIzLjExN0gweiIvPjxwYXRoIGQ9Ik0yMi41NjMgMTAuNzM1YTguODM5IDguODM5IDAgMCAwLS4xMzMtMy4wNzVBOC4wOTYgOC4wOTYgMCAwIDAgMjAuNiA0LjAzYy0uOTI1LTEuMDQtMi4wNDQtMS43MjYtMy4yMjYtMi4wNmE2LjI0NyA2LjI0NyAwIDAgMC0yLjczNC0uMTVNMTguNjAyIDkuNzM1YTMuNDc5IDMuNDc5IDAgMCAwLS45ODItMi45OCAzLjQ3OSAzLjQ3OSAwIDAgMC0yLjk4LS45ODEiIHN0cm9rZT0iIzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjM4NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTYuODA4IDMuNzM1Yy40MjIgMCAuODExLjIzIDEuMDE2LjU5OGwxLjQyMiAyLjU2MWMuMTg2LjMzNS4xOTQuNzQuMDIzIDEuMDg0bC0xLjM3IDIuNzM5cy4zOTcgMi4wNCAyLjA1OCAzLjcwMWMxLjY2MSAxLjY2IDMuNjk1IDIuMDUgMy42OTUgMi4wNUwxNi4zOSAxNS4xYTEuMTYyIDEuMTYyIDAgMCAxIDEuMDg1LjAyM2wyLjU2NyAxLjQyOGMuMzcuMjA1LjU5OC41OTQuNTk4IDEuMDE2djIuOTQ4YzAgMS41MDEtMS4zOTUgMi41ODUtMi44MTcgMi4xMDUtMi45MjItLjk4NS03LjQ1Ny0yLjg2Mi0xMC4zMzEtNS43MzctMi44NzQtMi44NzQtNC43NTEtNy40MS01LjczNy0xMC4zMy0uNDgtMS40MjMuNjA0LTIuODE4IDIuMTA1LTIuODE4aDIuOTQ4eiIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9IjEuMzg1IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjwvc3ZnPg==');}
.fixed-float-wrap .item .icon-message{background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGwtb3BhY2l0eT0iLjAxIiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0wIDBoMjR2MjRIMHoiLz48cGF0aCBkPSJNMjIgMTJjMCA1LjUyMy00LjQ3NyAxMC0xMCAxMEgyVjEyQzIgNi40NzcgNi40NzcgMiAxMiAyczEwIDQuNDc3IDEwIDEwek03IDloOU03IDEzaDlNNyAxN2g1IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PC9zdmc+');}
.fixed-float-wrap .item .icon-backtop{background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGwtb3BhY2l0eT0iLjAxIiBmaWxsPSIjRkZGIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTIuMjUgNi4yNXYxNk01IDEzLjI1bDctNyA3IDdNNSAxLjc1aDE0Ii8+PC9nPjwvc3ZnPg==');}

/*按钮区通用样式*/
.btns-area{font-size: 0;text-align: center;}
.btns-area .btn{display: inline-block;vertical-align: top;padding: 0 2em;margin: 0 10px;background-color: #fff;border: 1px solid #ddd;border-radius: 4px;font-size: 16px;line-height: 34px;color: #000;cursor: pointer;transition: 0.3s;}
.btns-area .btn img{display: inline-block;vertical-align: middle;margin: -3px 6px 0 0;}

/*自定义表单通用样式*/
.custom-form{font-size: 0;}
.custom-form *{box-sizing: border-box;}
.custom-form .main-title{font-size: 18px;line-height: 40px;text-align: center;overflow: hidden;}
.custom-form .main-title span{position: relative;display: inline-block;color: #F7AC1A;}
.custom-form .main-title span:before{content: "";position: absolute;right: 120%;top: 50%;width: 1000px;height: 1px;background-color: #ddd;}
.custom-form .main-title span:after{content: "";position: absolute;left: 120%;top: 50%;width: 1000px;height: 1px;background-color: #ddd;}
.custom-form .sub-title{height: 40px;margin-bottom: 20px;border-bottom: 1px solid #ddd;line-height: 40px;}
.custom-form .sub-title span{float: left;height: 40px;padding: 0 10px;border-bottom: 1px solid #F7AC1A;font-size: 14px;color: #F7AC1A;}
.custom-form .sub-title em{font-size: 14px;color: #f00;}
.custom-form .row{margin-bottom: 20px;font-size: 14px;}
.custom-form .row .item{display: inline-block;vertical-align: top;width: 100%;}
.custom-form .row .item.w50{width: 50%;}
.custom-form .row .item.w33{width: 33%;}
.custom-form .row .name{float: left;width: 6em;padding: 10px 1em;line-height: 16px;text-align: right;font-weight: bold;}
.custom-form .row .name i{position: absolute;margin-left: -0.6em;color: #f00;}
.custom-form .row .info-content{margin-left: 6em;}
.custom-form input{vertical-align: top;width: 100%;height: 36px;padding: 0 10px;border: 1px solid #ddd;border-radius: 4px;}
.custom-form input:focus{border-color: #F7AC1A;}
.custom-form textarea{vertical-align: top;width: 100%;height: 100px;border: 1px solid #ddd;padding: 10px;border-radius: 4px;resize: none;}
.custom-form textarea:focus{border-color: #F7AC1A;}
.custom-form select{vertical-align: top;width: 100%;height: 36px;padding: 0 10px;border: 1px solid #ddd;border-radius: 4px;outline: none;}
.custom-form select:focus{border-color: #F7AC1A;}
.custom-form .choice-area{padding: 10px 0;line-height: 16px;}
.custom-form .choice-area label{display: inline-block;vertical-align: top;margin: 0 10px 5px 0;cursor: pointer;}
.custom-form .choice-area label input[type=radio]{appearance: radio;-webkit-appearance: radio;width: 16px;height: 16px;margin: 0 5px 0 0;}
.custom-form .choice-area label input[type=checkbox]{appearance: checkbox;-webkit-appearance: checkbox;width: 16px;height: 16px;margin: 0 5px 0 0;}
.custom-form .choice-area label span{margin-left: 3px;}
.custom-form .yzm-area{position: relative;width: 160px;}
.custom-form .yzm-area input[type="text"]{width: 80px;}
.custom-form .yzm-area .btn{position: absolute;right: 0;top: 0;width: 80px;height: 100%;}
.custom-form .yzm-area .btn img{width: 100%;height: 100%;}
.custom-form .btns-area{margin-top: 20px;}
.custom-form .btns-area .btn{width: 40%;background-color: #0071bb;font-size: 14px;color: #fff;}

/*layer弹窗自定义皮肤*/
body .custom-skin .layui-layer-title{background: #333;color: #fff;}
body .custom-skin .layui-layer-setwin .layui-layer-close1{filter: brightness(100);}
body .custom-skin .layui-layer-setwin .layui-layer-close1:hover{opacity: 1;}
body .custom-skin .layui-layer-setwin .layui-layer-close2{right: -10px;top: -10px;background-image: none;}
body .custom-skin .layui-layer-setwin .layui-layer-close2:after{content: "×";position: absolute;width: 30px;height: 30px;font-size: 24px;text-align: center;line-height: 26px;font-weight: bold;}
body .custom-skin .layui-layer-btn .layui-layer-btn0{background-color: #F7AC1A;border-color: #F7AC1A;color: #fff;}
body .custom-skin .layui-layer-resize{display: none;}


/*中屏PC:<=1440px(针对1366*650)*/
@media screen and (max-width: 1440px){
	/*banner*/
	.banner{height: 500px;}
}

/*小屏PC:>=1025px && <=1280px*/
@media screen and (max-width: 1280px){
	.index-content .part1 .more-btn{bottom: 0;}
	.business-tab-box .tabs{width: 400px;padding: 20px;}
	.business-tab-box .tabs .item{line-height: 56px;}
}

/*pad横屏:1024px*/
@media screen and (max-width: 1024px){
	
}

/*phone:<=768px*/
@media screen and (max-width: 768px){
	/*banner*/
	.banner{height: auto;padding-top: 60px;margin-top: 0;}
	.banner .swiper-slide{padding-top: 50%;}
	.banner .swiper-pagination{bottom: 10px;}
	.banner .swiper-pagination-bullet{width: 8px;height: 8px;}
	.banner .btn{display: none;}

	/******首页******/
	/*标题*/
	.index-title{margin-bottom: 20px;}
	.index-title .name{font-size: 18px;line-height: 30px;}
	.index-title .name:before{width: 175px;height: 32px;}
	/*布局*/
	.index-content .more-btn{font-size: 14px;}
	.index-content .part1{padding: 20px 0;}
	.index-content .part1 .index-title{position: static;}
	.index-content .part1 .more-btn{left: auto;bottom: auto;right: 0;top: 5px;}
	.index-content .part2{padding: 20px 0;}
	.index-content .part2 .more-btn{top: 5px;}
	.index-content .part3{padding: 20px 0;}
	.index-content .part4{padding: 20px 0;}
	.index-content .part4 .more-btn{top: 5px;}
	
	/*业务领域选项卡*/
	.business-tab-box{}
	.business-tab-box .tabs{position: static;width: 100%;padding: 0;background-color: transparent;}
	.business-tab-box .tabs .item{display: inline-block;vertical-align: top;width: 32%;padding: 0;margin: 0 0 2% 2%;background-color: #aaa;border-bottom: 0;font-size: 12px;line-height: 36px;text-align: center;opacity: 1;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.business-tab-box .tabs .item:nth-child(3n+1){margin-left: 0;}
	.business-tab-box .tabs .item i{display: none;}
	.business-tab-box .tabs .item .arrow{display: none;}
	.business-tab-box .tabs .item.on{background-color: #0071bb;}
	.business-tab-box .tab-content{margin-left: 0;transform: translateY(0);}
	
	/*行业应用轮播*/
	.trade-apply-swiper{padding-bottom: 0;margin-top: 0;}
	.trade-apply-swiper .btn{display: none;}
	
	/*服务支持*/
	.service-box{position: relative;}
	.service-box > .con-l{float: none;width: 100%;}
	.service-box > .con-r{float: none;width: 100%;}
	.service-box .txt{margin-top: 0;font-size: 14px;line-height: 24px;}
	.service-box .more-btn{position: absolute;right: 0;top: 5px;margin-top: 0;}
	
	/*新闻中心*/
	.news-box{margin-top: 0;}
	.news-box > .con-l{float: none;width: 100%;}
	.news-box > .con-r{float: none;width: 100%;}
	/*主要新闻*/
	.main-news-wrap .content{padding: 15px;}
	/*图文列表*/
	.pic-info-list{margin-top: 10px;}
	.pic-info-list li{position: relative;margin-top: 10px;}
	.pic-info-list li a{padding: 10px;}
	.pic-info-list li .pic{width: 100px;}
	.pic-info-list li .pic em{padding-top: 60%;}
	.pic-info-list li .date{position: absolute;right: 10px;bottom: 5px;width: auto;font-size: 12px;}
	.pic-info-list li .date span{font-size: 14px;}
	.pic-info-list li .info{margin-left: 110px;}
	.pic-info-list li .info .tit{height: 40px;font-size: 14px;white-space: normal;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
	.pic-info-list li .info .txt{display: none;margin-top: 3px;font-size: 12px;}
	.pic-info-list li .info .arrow{display: none;}
	
	/*footer*/
	.footer{padding: 20px 0;font-size: 12px;}
	/*版权*/
	.footer .cr{word-break: keep-all;}
	
	/*2021.1.22*/
	/*右侧悬浮栏*/
	.fixed-float-wrap{padding-bottom: 20px;}
	.fixed-float-wrap .item{width: 40px;height: 40px;}
	.fixed-float-wrap .fold-btn{width: 30px;line-height: 20px;}
	.fixed-float-wrap.fold{right: -40px;}
}
.path a {
	color: #fefefe;
}