@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
img {border: none;}
ul,li {list-style: none;}
a {text-decoration: none;color: #333;cursor: pointer;-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;}
input,select,button,textarea {font: 14px Microsoft Yahei, PingFang SC, Lantinghei SC,  Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;outline: none;vertical-align: middle;-webkit-appearance: none; }
input:focus::-webkit-contacts-auto-fill-button{
    opacity: 0;
}
select{-webkit-appearance:button;background-color: none;}
select::-ms-expand { display: none; }
/*input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #999;}
input:-moz-placeholder,textarea:-moz-placeholder {color: #999;}
input::-moz-placeholder,textarea::-moz-placeholder {color: #999;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #999;}*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
button{border: none;cursor: pointer;}
body {font: 14px Microsoft Yahei, PingFang SC, Lantinghei SC,  Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;-webkit-font-smoothing: antialiased;--main: #5FDF00;}
.fix {zoom: 1}
.fix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden}
.fl {float: left;}
.fr {float: right;}
.wrap {max-width: 1200px;margin: 0 auto;}
.w1600 {max-width: 1200px;margin: 0 auto;}
.w1000 {max-width: 1000px;margin: 0 auto;}
.pr {position: relative;}
.pa {position: absolute;}
.fixed {position: fixed;top: 0;left: 0;right: 0;z-index: 99;}
.dflex{display: flex;display: -webkit-flex;align-items: center;flex-wrap: wrap;}
.flex{flex: 1;-webkit-flex: 1;overflow: hidden;}
.tover{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.tovers{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.header{height: 80px;box-sizing: border-box;z-index: 50;top: 0;left: 0;right: 0;position: fixed;}
.header-fixed,.hover{background: #fff;}
.logo{margin-top: 20px;width: 167px;height: 40px;background: url(../images/logo.png) no-repeat;background-size: contain;}
.header-r{padding: 20px 0 0;}
.header-rt{text-align: right;}
.header-rt a{font-size: 16px;color: #fff;display: inline-block;width: 100px;height: 36px;border-radius: 18px;
border: 1px solid #FFFFFF;text-align: center;line-height: 36px;}
.nav > li{float: left;margin-right: 40px;position: relative;height: 60px;}
.nav li .nav-a{font-size: 16px;color: #fff;position: relative;line-height: 40px;display: block;}
.header-fixed .nav li .nav-a,.hover .nav li .nav-a{color: #4B5563;}
.nav li:hover .nav-a,.nav li.active .nav-a{color: var(--main);}
.nav_ico{display: inline-block;width: 13px;height: 8px;background: url(../images/navico.png) no-repeat;background-size: cover;margin-left: 8px;vertical-align: middle;}
.nav-down{position: absolute;top: 40px;left: 50%;transform: translateX(-50%);background: #fff;display: none;padding: 10px 0;box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);border-radius: 5px;width: 140px;}
.nav-down:before{content: '';display: block;width: 0;height: 0;border: 5px solid transparent;border-top: none;border-bottom-color: #fff;position: absolute;left: 15px;top: -5px;}
.nav-down-list li{}
.nav-down-list li a{display: block;width: 100%;font-size: 16px;color: #3C3837;line-height: 30px;padding-left: 16px;}
.nav li:hover .nav-down{display: block;}
.nav-down-list li:hover a{color: var(--main);}
.nav-down-list li:hover{border-bottom-color: var(--main);}
.header-fixed .logo,.hover .logo{background-image: url(../images/logo_black.png);}
.header-fixed .nav_ico,.hover .nav_ico{background-image: url(../images/navico_h.png);}
.header-fixed .header-rt a,.hover .header-rt a{background: var(--main);color: #fff;}
.navitem{display: none;}
.banner{height: 608px;width: 100%;overflow: hidden;position: relative;}
.banner .swiper{width: 100%;height: 100%;position: relative;}
.banner .swiper-slide{width: 100%;height: 608px;position: relative;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner img{display: block;position: absolute;left: 50%;margin-left: -960px;top: 0;width: 1920px;height: 608px;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 58px;height: 58px;position: absolute;top: 50%;transform: translateY(-50%);text-align: center;z-index: 5;background-position: center;background-repeat: no-repeat;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{content: '';}
.banner .swiper-button-prev{background-image: url(../images/arrow_l1.png);left: 11.25%;}
.banner .swiper-button-next{background-image: url(../images/arrow_r1.png);right: 11.25%;}
.banner .swiper-slide-active{z-index: 3;}
.banner .swiper-pagination-bullet-active{background: #fff;}
.banner-text{position: absolute;top: 50%;left: 0;right: 0;color: #fff;transform: translateY(-50%);text-align: center;}
.banner-text h3{font-size: 84px;font-weight: bold;}
.banner-text p{font-size: 36px;margin-top: 35px;}
.wap-ban{display: none;}
.item1-c{border-bottom: 1px solid #f7f7f7;box-sizing: border-box;padding-left: 8.06%;}
.item1-c li{float: left;width: 33.33%;font-size: 14px;padding: 60px 0 50px;}
.item1-c li img{float: left;margin-right: 25px;width: 55px;}
.item1-c li p{color: var(--main);line-height: 1;}
.item1-c li p b{font-size: 36px;}
.item1-c li span{display: block;color: #333;margin-top: 5px;}
.idx-tit{font-size: 40px;color: #3C3837;font-weight: bold;text-align: center;}
.idx-tit span{display: block;font-size: 24px;margin-top: 10px;font-weight: normal;}
.item2{margin:60px auto 0;}
.item2-c{margin-top: 50px;}
.item2-c li{width: 23.45%;margin-right: 2.01%;border-radius: 12px;box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.05);padding-bottom: 40px;}
.item2-c li:nth-child(4n){margin-right: 0;}
.item2-top{height: 220px;border-radius: 12px 12px 0 0;text-align: center;overflow: hidden;}
.item2-c li.li0 .item2-top{background: #178918;}
.item2-c li.li1 .item2-top{background: #14B148;}
.item2-c li.li2 .item2-top{background: #5FDF00;}
.item2-c li.li3 .item2-top{background: #20C793;}
.item2-top a{display: block;}
.item2-top img{display: block;margin: 50px auto 15px;}
.item2-top h3{font-size: 20px;color: #fff;}
.item2-info{padding: 20px 33px;height: 168px;}
.item2-info p{font-size: 16px;color: #4B5563;line-height: 1.3;padding: 5px 0;display: flex;display: -webkit-flex;align-items: flex-start;}
.item2-info p:before{content: '·';font-weight: bold;float: left;margin-right: 5px;}
.item2-c li.li1 .item2-info img{display: block;margin-top: 25px;max-width: 100%;}
.item2-c li.li3 .item2-info img{display: block;margin-top: 5px;max-width: 100%;}
.item2-btn{display: block;width: 215px;height: 50px;background: #EFEFEF;border-radius: 5px;font-size: 18px;color: #3C3837;line-height: 50px;text-align: center;margin: 0 auto;}
.item2-c li:hover .item2-btn{background: var(--main);color: #fff;}
.idx-more{text-align: center;margin-top: 60px;}
.idx-more a{display: inline-block;width: 210px;height: 50px;border-radius: 5px;border: 1px solid #E4E4E4;font-size: 18px;color: #3C3837;text-align: center;line-height: 50px;}
.idx-more a.idx-btn{background: #EFEFEF;border-color: #EFEFEF;margin-left: 20px;}
.idx-more a:hover{background: var(--main);color: #fff;border-color: var(--main);}
.item3{padding: 80px 0;}
.item3-c{margin-top: 60px;}
.item3-c li{width: 23.45%;margin-right: 2.01%;float: left;}
.item3-c li:nth-child(4n){margin-right: 0;}
.item3-c .xwzx-img{height: 420px;border-radius: 0;}
.item3-info{background: #EFEFEF;padding: 20px 30px;}
.item3-info h3{font-size: 20px;color: #3C3837;font-weight: normal}
.item3-info p{margin-top: 25px;font-size: 16px;color: #3C3837;position: relative;}
.item3-info p:before{content: '';display: block;width: 1px;height: 50px;background: #dcdcdc;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.item3-info p span{float: left;width: 50%;box-sizing: border-box;}
.item3-info p span:last-child{padding-left: 25px;}
.item3-info p b{font-size: 20px;font-weight: bold;display: block;}
.item4{background: #F9F9F9;padding: 80px 0 57px;overflow: hidden;}
.item4-c{margin-top: 60px;}
.item4-c li{float: left;width: 15.46%;height: 111px;background: #fff;border-radius: 5px;margin: 0 1.4% 23px 0;display: table;border-radius: 12px;border: 1px solid rgba(0,0,0,0);box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.05);box-sizing: border-box;}
.item4-c li:nth-child(6n){margin-right: 0;}
.item4-c li a{display: table-cell;vertical-align: middle;text-align: center;}
.item4-c li img{display: block;max-width: 100%;max-height: 100%;margin: 0 auto;}
.item5{padding: 80px 0;overflow: hidden;}
.item5-c{margin-top: 80px;}
.item5-c img{display: block;max-width: 100%;margin: 0 auto;}
.item6{padding: 80px 0;background: #F9F9F9;}
.item6-c{background: #fff;position: relative;}
.item6-tit{font-size: 36px;color: #3C3837;font-weight: bold;position: absolute;top: 46px;left: 50px;}
.item6-c .swiper-container{width: 100%;height: 500px;position: relative;}
.item6-c .swiper-slide{width: 100%;height: 500px;position: relative;box-sizing: border-box;padding-right: 7.25%;}
.item6-img{width: 26.75%;height: 440px;margin-top: 30px;background-position: center;background-repeat: no-repeat;background-size: contain;}
.item6-img img{opacity: 0;width: 100%;}
.item6-info{width: 66%;font-size: 24px;color: #3C3837;text-align: center;display: flex;display: -webkit-flex;align-items: center;height: 500px;flex-direction: column;box-sizing: border-box;padding: 0 12.4%;justify-content: center;line-height: 1.7;}
.item6-info h3{font-weight: normal;}
.item6-c .swiper-pagination{bottom: 30px;}
.item6-c .swiper-pagination-bullet{width: 12px;height: 12px;border-radius: 6px;background: #E1E1E1;opacity: 1;}
.item6-c .swiper-pagination-bullet-active{background: var(--main);width: 28px;}
.item7{padding: 80px 0;}
.item7-c{margin-top: 60px;}
.item7-c li{float: left;width: 32.25%;box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.05);border-radius: 12px;margin-right: 1.61%;position: relative;background: #fff;}
.item7-c li:nth-child(3n){margin-right: 0;}
.xwzx-tag{display: block;width: 68px;height: 26px;background: var(--main);border-radius: 21px;font-size: 12px;color: #fff;text-align: center;line-height: 26px;position: absolute;top: 20px;left: 20px;}
.xwzx-img{height: 270px;border-radius: 12px 12px 0 0;background-position: center;background-repeat: no-repeat;background-size: cover;}
.xwzx-img img{display: block;width: 100%;opacity: 0;height: 100%;}
.xwzx-info{padding: 20px 20px 25px;}
.xwzx-time{display: block;font-size: 16px;color: #3C3837;background: url(../images/xwzx_ico1.png) left center no-repeat;padding-left: 29px;line-height: 22px;background-size: 22px auto;}
.xwzx-info h3{font-size: 20px;color: #3C3837;line-height: 1.4;margin-top: 15px;height: 56px;}
.xwzx-info p{font-size: 16px;color: #3C3837;line-height: 1.5;margin-top: 15px;height: 48px;}
.xw-more{display: inline-block;font-size: 16px;color: var(--main);background: url(../images/xwzx_ico2.png) right center no-repeat;padding-right: 28px;font-style: normal;margin-top: 20px;}
.item8{height: 339px;background: url(../images/zx_bg.png) top center no-repeat;background-size: cover;padding: 80px 0;box-sizing: border-box;}
.item8 .idx-tit{color: #fff;}
.item8 .idx-more{margin-top: 35px;}
.item8 .idx-more a{background: #fff;border-color: #fff;color: var(--main);}

.footer{background: #1D2129;padding: 65px 0 0;}
.footer-t{padding: 0 11.25%;}
.f-logo img{height: 41px;}
.foot-l{width: 22.58%;}
.foot-l p{font-size: 16px;color: #B9B9B9;line-height: 1.5;margin-top: 15px;}
.foot-l-btn{margin-top: 15px;}
.foot-l-btn-a{display: inline-block;margin-right: 10px;position: relative;}
.foot-l-btn-a a img{width: 36px;}
.foot-l-btn-ma{display: none;width: 100px;height: 100px;position: absolute;left: 50%;transform: translateX(-50%);top: -110px;}
.foot-l-btn-a:hover .foot-l-btn-ma{display: block;}
.foot-c{width: 51.55%;box-sizing: border-box;padding-left: 7.81%;}
.foot-c dl{width: 50%;}
.foot-c dt{font-size: 18px;color: #fff;font-weight: bold;margin-bottom: 30px;}
.foot-c dd{line-height: 33px;}
.foot-c dd:last-child{margin-right: 0;}
.foot-c dd a{font-size: 16px;color: #B9B9B9;}
.foot-c dd a:hover{color: var(--main);}
.foot-a{display: none;}
.foot-r{width: 25.87%;}
.foot-r h3{font-size: 18px;color: #fff;margin-bottom: 30px;}
.foot-r p{font-size: 16px;color: #B9B9B9;line-height: 33px;}
.foot-r p img{margin-right: 10px;vertical-align: middle;}
.copy{border-top: 1px solid #36393f;text-align: center;margin-top: 60px;padding: 30px 0;font-size: 14px;color: #B9B9B9;}
.copy a{color: #B9B9B9;}
.copy a:hover{color: #fff;}
.side{position: fixed;right: 0;top: 40%;z-index: 50;}
.side li{font-size: 14px;color: #333;text-align: center;margin-bottom: 15px;width: 100px;}
.side li img{display: block;width: 100px;margin: 0 auto;}
.side li span{display: block;background: #fff;padding: 0 0 10px;}
/*内页*/
.p-banner{position: relative;overflow: hidden;height: 400px;margin-top: 80px;background-position: center;background-repeat: no-repeat;background-size: cover;}
.p-banner img{display: block;width: 100%;opacity: 0;}
.p-banner-text{position: absolute;top: 50%;left: 0;right: 0;text-align: center;transform: translateY(-50%);z-index: 5;}
.p-banner h3{font-size: 48px;color: #fff;font-weight: normal;}
.p-banner h3 span{display: block;font-size: 18px;margin-top: 15px;white-space: nowrap;}
.p-banner-btn{display: block;width: 139px;height: 48px;background: #FFFFFF;border-radius: 5px;font-size: 18px;color: var(--main);text-align: center;line-height: 48px;margin: 20px auto 0;}
/*核心业务*/
.hxyw-item{padding: 70px 0;}
.hxyw-item1{background: #f9f9f9;}
.hxyw-item-l{padding-top: 75px;}
.hxyw-item-l h3{font-size: 32px;color: #3C3837;margin-bottom: 10px;}
.hxyw-item-l p{font-size: 20px;color: #4B5563;line-height: 1.8;}
.hxyw-item-img{width: 41.26%;}
.hxyw-btn{margin-top: 27px;}
.hxyw-btn a{display: inline-block;width: 180px;height: 50px;background: #FFFFFF;border-radius: 5px;border: 1px solid var(--main);font-size: 18px;color: var(--main);text-align: center;line-height: 50px;}
.hxyw-btn a.hxyw-zx-btn{background: var(--main);color: #fff;margin-right: 20px;}
/*核心业务详情*/
.p-banner-hxyw{height: auto;}
.p-banner-hxyw img{opacity: 1;}
.hxyw-det img{display: block;max-width: 100%;}
/*场景案例*/
.pnav{margin-top: 60px;text-align: center;}
.pnav li{display: inline-block;margin: 0 10px;}
.pnav li a{display: block;height: 42px;background: #E5E7EB;border-radius: 21px;font-size: 16px;color: #4B5563;padding: 0 20px;line-height: 42px;}
.pnav li.active a{background: var(--main);color: #fff;}
.cjal{padding-bottom: 80px;}
.cjal li{float: left;width: 32.26%;margin: 40px 1.61% 0 0;border-radius: 12px;box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.05);}
.cjal li:nth-child(3n){margin-right: 0;}
.cjal li a{font-size: 16px;color: #4B5563;}
.cjal li .xwzx-img{height: 270px;border-radius: 12px 12px 0 0;}
.cjal-info{padding: 20px 20px 25px;}
.cjal-info-t .fl{height: 26px;background: #EFEFEF;border-radius: 21px;font-size: 12px;padding: 0 10px;line-height: 26px;}
.cjal-info h3{font-size: 20px;color: #000;margin-top: 12px;}
.cjal-info p{font-size: 16px;color: #4B5563;line-height: 1.5;margin-top: 12px;height: 48px;}
/*合作客户*/
.hzkh{padding: 0 0 80px;}
/*合作专家*/
.hzzj{padding: 0 0 80px;margin-top: 40px;}
.hzzj li{margin-top: 40px;}
/*联系我们*/
.lxwm{padding: 50px;box-sizing: border-box;margin-top: -80px;position: relative;z-index: 10;background: #fff;box-shadow: 0px 30px 80px 1px rgba(0,0,0,0.1);position: relative;border-radius: 12px;}
/*.lxwm-t{padding-right: 259px;}*/
.lxwm-l h3{font-size: 40px;color: #333;font-weight: bold;}
.lxwm-l span{display: block;font-size: 24px;color: #707070;line-height: 2;}
.lxwm-l li{margin-top: 25px;font-size: 16px;color: #333;width: 33.33%;float: left;}
.lxwm-l li p{padding-left: 67px;font-size: 18px;color: #333;font-weight: bold;}
.lxwm-l li span{display: block;font-size: 16px;font-weight: normal;}
.lxwm-l li a{color: #707070;}
.lxwm-l li a:hover{color: var(--main);}
.lxwm-r{position: absolute;top: 80px;right: 50px;text-align: center;font-size: 14px;color: #333;}
.lxwm-r img{display: block;width: 159px;margin: 0 auto 10px;}
.lxwm-r div{margin-left: 30px;}
.lxwm-tb{background: #f5f5f5;padding: 20px 50px 50px;margin-top: 50px;}
.lxwm-tb li{width: 33.33%;float: left;margin-top: 30px;padding-right: 2%;box-sizing: border-box;font-size: 14px;color: #333;}
.lxwm-tb li h3{margin-bottom: 15px;font-size: 20px;color: #000;}
.lxwm-tb li span{color: #666;}
.map{height: 563px;}
.lxwm-b{background: #F5F5F5;padding: 80px 0 90px;margin-top: 80px;}
.lxwm-b h3{font-size: 40px;color: #333333;margin-bottom: 40px;}
.lxwm-b div input{width: 32%;height: 50px;line-height: 50px;margin: 0 2% 30px 0;padding: 0 20px;font-size: 14px;color: #333;box-sizing: border-box;border: none;}
.lxwm-b div input.fr{margin-right: 0;}
.lxwm-b textarea{width: 100%;height: 160px;padding: 15px 20px;border: none;font-size: 14px;color: #333;box-sizing: border-box;outline: none;}
.lxwm-b div input.lxbtn{display: block;width: 300px;height: 50px;border-radius: 4px;background: var(--main);font-size: 16px;color: #fff;margin: 40px 0 0;cursor: pointer;border: none;}
/*新闻动态*/
.xwdt{padding-bottom: 80px;margin-top: 0;}
.xwdt li{margin-top: 40px;}
/*核心团队*/
.hxtd{padding: 40px 0 80px;}
.hxtd li{float: left;width: 48.33%;margin: 40px 3.33% 0 0;background: #F8F8F8;}
.hxtd li:nth-child(2n){margin-right: 0;}
.hxtd-img{width: 51.72%;height: 400px;background-position: center;background-repeat: no-repeat;background-size: cover;}
.hxtd-img img{display: block;width: 100%;opacity: 0;height: 100%;}
.hxtd-info{width: 48.28%;box-sizing: border-box;padding: 50px 6.89%;}
.hxtd-info h3{font-size: 24px;color: #000;font-weight: normal;margin-bottom: 15px;}
.hxtd-info p{font-size: 18px;color: #231815;line-height: 1.6;opacity: .8;}
/*企业资质*/
.qyzz{padding: 80px 0;position: relative;}
.qyzz .swiper-slide{width: 22%;transition: all .3s ease;background: #fff;}
.qyzz .swiper-button-next,.qyzz .swiper-button-prev{width: 41px;height: 41px;}
.qyzz .swiper-button-next:after,.qyzz .swiper-button-prev:after{content: '';}
.qyzz .swiper-button-prev{background: url(../images/arrow_l1.png) no-repeat center;left: -6.66%;}
.qyzz .swiper-button-next{background: url(../images/arrow_r1.png) no-repeat center;right: -6.66%;}
.qyzz .swiper-slide:last-child{margin-right: 0;}
.qyzz-img{width: 100%;height: 358px;background-position: center;background-repeat: no-repeat;background-size: contain;}
.about4 .swiper-slide:hover .about4-info i{background-image: url(../images/gy_ico4_h.png);}
/*陪诊服务*/
.pzfw_ban a{background: var(--main);color: #fff;}
/*陪诊服务*/
.pzfw-item1{padding: 80px 0;}
.pzfw-item1-l{width: 57.46%;}
.pzfw-tit{font-size: 36px;color: #3C3837;font-weight: bold;}
.pzfw-item1-c{font-size: 14px;color: #3C3837;line-height: 1.5;margin-top: 20px;}
.pzfw-item1-img{width: 38.51%;}
.pzfw-item2{background: #F9F9F9;padding: 80px 0;}
.pzfw-item2 .pzfw-tit,.pzfw_item5 .pzfw-tit{text-align: center;}
.pzfw-item2-c{margin-top: 60px;}
.pzfw-item2-c li{float: left;width: 23.25%;border: 1px solid var(--main);box-sizing: border-box;margin-right: 2.3%;background: #fff;padding: 60px 23px 0;min-height: 373px;border-radius: 15px;position: relative;}
.pzfw-item2-c li:nth-child(4n){margin-right: 0;}
.pzfw-item2-c em{display: block;font-size: 24px;color: #fff;font-weight: bold;width: 61px;height: 66px;background: url(../images/pzfw_item2_bg.png) no-repeat;position: absolute;top: 0;left: 0;box-sizing: border-box;font-style: normal;padding: 5px 0 0 10px;}
.pzfw-item2-c li img{display: block;margin: 0 auto;}
.pzfw-item2-c h3{font-size: 24px;color: #3C3837;text-align: center;margin-top: 20px;}
.pzfw-item2-c p{font-size: 14px;color: #3C3837;line-height: 1.5;margin-top: 30px;}
.pzfw-item4{background: #F9F9F9;padding: 80px 0;}
.pzfw_item5{padding: 80px 0;}
.pzfw_item5-c{margin-top: 60px;}
.pzfw_item5-c li{width: 32.25%;margin-right: 1.61%;height: 136px;background: #fff;box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.05);border-radius: 12px;border: 1px solid var(--main);box-sizing: border-box;padding: 0 20px 0 4.03%;}
.pzfw_item5-c li:nth-child(3n){margin-right: 0;}
.pzfw_item5-c li img{margin-right: 20px;}
.pzfw_item5-info h3{font-size: 20px;color: #000;}
.pzfw_item5-info p{font-size: 14px;color: #4B5563;margin-top: 10px;}
.pzfw_item5-tits{font-size: 28px;margin-top: 70px;font-weight: bold;}
.pzfw_item5-img{display: block;margin-top: 30px;max-width: 100%;}
.pzfw-item6{background: #F9F9F9;padding: 80px 0;}
.thank{font-size: 28px;color: #3C3837;margin-top: 40px;}
.pzfw_item7{padding: 80px 0;}
.pzfw_item7-l{width: 45.16%;border-right: 1px solid #e7e7e7;padding-right: 4.7%;}
.pzfw-tit span{display: block;font-size: 18px;margin-top: 15px;font-weight: normal;}
.pzfw_item7-form{margin-top: 50px;}
.pzfw_item7-ipt,.pzfw_item7-text{display: block;box-sizing: border-box;width: 100%;height: 50px;border: 1px solid #E5E7EB;line-height: 50px;padding: 0 15px;font-size: 15px;color: #3C3837;margin-bottom: 24px;}
.pzfw_item7-text{height: 122px;}
.pzfw_item7-form div .pzfw_item7-ipt{width: 48.21%;}
.pzfw_item7-btn{display: block;width: 100%;height: 48px;background: #5FDF00;border-radius: 4px;font-size: 16px;color: #fff;background: var(--main);cursor: pointer;margin-top: 30px;border: none;}
.pzfw_item7-r{width: 38.3%;}
.pzfw_item7-c{margin-top: 75px;}
.pzfw_item7-c div{width: 46.61%;font-size: 16px;color: #3C3837;text-align: center;}
.pzfw_item7-c img{display: block;width: 83.84%;margin: 0 auto 18px;}
/*关于我们*/
.gywm-item1{padding: 80px 0;}
.gywm-item1 .idx-tit{margin-bottom: 50px;}
.gywm-item1-l{width: 38.51%;}
.gywm-item1-lc{font-size: 14px;color: #3C3837;line-height: 1.5;}
.gywm-item1-datas{margin-top: 70px;}
.gywm-item1-datas li{width: 33.33%;float: left;font-size: 14px;color: #333;text-align: center;}
.gywm-item1-datas li p{color: var(--main);font-size: 20px;}
.gywm-item1-datas li b{font-size: 46px;}
.gywm-item1-img{width: 55.11%;}
.gywm-item2{background: #F9F9F9;padding: 80px 0;}
.gywm-item2-c{margin-top: 60px;}
.gywm-item2-c img{display: block;max-width: 100%;}
.gywm-item3{padding: 80px 0;}
.idx-tit p{font-size: 24px;color: var(--main);margin-top: 20px;font-weight: normal;}
.gywm-item3-c{margin-top: 60px;}
.gywm-item3-c img{display: block;margin: 0 auto;max-width: 100%;}
.gywm-item4-c{margin-top: 110px;}
.gywm-item4{background: #F9F9F9;padding: 80px 0;}
.gywm-item4-c li{float: left;background: #FFFFFF;box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.05);border-radius: 12px;width: 32.25%;margin-right: 1.61%;min-height: 297px;padding: 0 4.56%;box-sizing: border-box;}
.gywm-item4-c li:nth-child(3n){margin-right: 0;}
.gywm-item4-c li img{display: block;margin: -50px auto 0;width: 100px;}
.gywm-item4-c li h3{font-size: 24px;color: var(--main);margin-top: 32px;text-align: center;}
.gywm-item4-c li p{font-size: 14px;color: #3C3837;margin-top: 30px;line-height: 1.4;}

/* 分页 */
.paginator{text-align: center;margin-top: 65px;}
.paginator a,.paginator span{display: inline-block;height: 30px;padding: 0 10px;background: #fff;color: #606266;text-align: center;line-height: 30px;margin: 0 5px;vertical-align: middle;}
.paginator a.current,.paginator span.current{color: #eb3d00;}
.paginator a:hover{color: #eb3d00;}

/*详情*/
.xwzx{padding: 60px 0 80px;}
.xx_t{ text-align:center; border-bottom:1px #ccc dashed; padding:20px 0; margin-bottom:25px;}
.xx_t h1{ font-size:18px; margin-bottom:8px;}
.xx_t span{ color:#999;display: block;margin-top: 10px;}
.xx_con p{ line-height:24px;}
.xx_con img{max-width: 100%;}
.xx_con video{max-width: 50%;}
.fy{ border-top:1px #ccc dashed; padding:10px 0; line-height:2; margin-top:25px;}
.fy a{ color:#666;}
.fy a:hover{ color: var(--main); text-decoration:underline;}
.fy span{display: block;}

/*单页*/
.about-con{padding: 80px 0;}
/*网站导航*/
.wzdh{padding: 80px 0;}
.wzdh dl{margin-bottom: 30px;}
.wzdh dt{border-bottom: 1px solid #eee;font-size: 18px;font-weight: bold;color: #333;padding: 15px 0;margin-bottom: 20px;}
.wzdh a{color: #333;}
.wzdh a:hover{color: var(--main);}
.wzdh dd{float: left;margin-right: 30px;font-size: 16px;}
/*案例展示*/
.alzs li{width: 49%;}
.alzs li:nth-last-child(2n){margin-right: 0;}

.form-validator-error {padding: 6px 12px;display: block;line-height: 180%;background: none repeat scroll 0% 0% #FFE5ED;border-radius: 4px;color: #8B0000;margin: 10px;}

.wap-img{display: none !important;}

.idx-more-wap{display: none;}
