/* 关于 */
.innerbanner{width: 100%;box-sizing: border-box;overflow: hidden;position: relative;}
.innerbanner img{display: block;width: 100%;}
.innerbanner .sjbanner{display: none;}
.innerbanner .text{width: 100%;box-sizing: border-box;text-align: center;position: absolute;top: 50%;left: 0;transform: translateY(-50%);-webkit-transform: translateY(-50%);z-index:1;}
.innerbanner .text p{font-size: 46px;color: #ffffff;margin-bottom: 20px;    font-weight: bold;letter-spacing: 2px;}
.innerbanner .text h3{font-size: 30px;color: #ffffff;font-weight: normal;}
.innerbanner .mbxwrap{z-index:2;width: 100%;box-sizing: border-box;background-color: rgba(230,119,27,0.8);display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;border-bottom: 1px solid #ddd;position: absolute;bottom: 0;left: 0;}
.innerbanner .mbxwrap h3{font-size: 30px;color: #e6771b;font-weight: bold;box-sizing: border-box;padding: 0 20px;line-height: 90px;background-color: #FFFFFF;width: 30%;text-align: center;}
.innerbanner .mbxwrap .right{display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;}
.innerbanner .mbxwrap .right a{display: block;margin-left: 70px;font-size: 22px;color: #FFFFFF;opacity: 0.5;}
.innerbanner .mbxwrap .right a.active{opacity: 1;font-weight: bold;}

/* innerwrap */
.innerwrap{width: 100%;box-sizing: border-box;overflow: hidden;position: relative;}

/* about01wrap */
.about01wrap{width: 100%;box-sizing: border-box;padding: 130px 0;box-sizing: border-box;position: relative;overflow: hidden;}
.about01wrap::after{content: '';display: block;width: 100%;height: 100%;position: absolute;right: 0;top: 0;background-color: #f1f2f3;z-index: 0;left: calc((100% - 1200px)/2);}
.about01{position: relative;z-index: 1;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;}
.about01 .left{width: 65%;box-sizing: border-box;}
.about01 .right{width: 35%;box-sizing: border-box;padding: 0 100px 0 60px;}
.about01 .right p{font-size: 13px;color: #aaaaaa;margin-bottom: 30px;}
.about01 .right h3{font-size: 36px;color: #222222;margin-top: 30px;font-weight: bold;}
.about01 .right h4{font-size: 22px;color: #222222;line-height: 36px;font-weight: bold;margin: 30px 0;}
.about01 .right h5{font-size: 15px;color: #666666;line-height: 32px;text-align: justify;}

#box{display: block; width:100%;overflow: hidden;position: relative;}
#box video{display: block;width: 100%;}
#box dt{ position: absolute;width: 100%;height: 100%;top: 0;left: 0;     padding: 0;   transition: 0.8s;}
#box .cover{cursor:pointer; position: absolute;width: 100%;height: 100%;top: 0;left: 0; background-color: rgba(0, 0, 0, 0.22); z-index: 2;}
#box .cover #imgbg{opacity: 1; position: absolute;width: 100%;height: 100%;left: 0;top: 0; -webkit-transition:0.5s; -moz-transition:0.5s; transition:0.5s;}
#box .fa{     z-index: 2;position: absolute;top: 50%;left: 50%;color: #fff;font-size: 36px;font-weight: normal;width: 80px;height: 80px;text-align: center;line-height: 80px;border: 2px solid #fff;border-radius: 50%;margin: -40px 0 0 -40px;}
#box .fa:before{ margin-left: 15px;}
#box dt:hover #imgbg{-webkit-transform:scale(1.04); -moz-transform:scale(1.04); transform:scale(1.04);}

/* about02 */
.about02{width: 1200px;margin: 140px auto;box-sizing: border-box;padding-left: 180px;position: relative;}
.about02 .left{position: absolute;top: 0;left: 0;border-left: 1px solid #cccccc;width: 180px;height: 100%;box-sizing: border-box;padding-left: 10px;}
.about02 .left h3{font-size: 13px;color: #aaaaaa;writing-mode:tb;}
.about02 .right{width: 100%;box-sizing: border-box;}
.about02 .right h3{font-size: 36px;color: #222222;font-weight: bold;}
.about02 .right h4{font-size: 22px;color: #222222;font-weight: bold;margin: 30px 0;}
.about02 .right h5{font-size: 15px;color: #666666;line-height: 32px;text-align: justify;}

/* about03 */
.about03wrap{width: 100%;box-sizing: border-box;position: relative;}
.about03wrap .bg{display: block;width: 100%;}
.about03{width: 100%;box-sizing: border-box;overflow: hidden;position: relative;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;position: absolute;top: 0;left: 0;height: 100%;}
.about03 li{width: calc((100% - 2px)/3);border-right: 1px solid #ddd;padding: 150px 0;background-color: rgba(0,0,0,0.3);position: relative;transition: all .3s;}
.about03 li:last-child{border: none;}
.about03 li h3{font-size: 44px;color: #ffffff;font-weight: bold;display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;-webkit-flex-flow: column;flex-flow: column;-webkit-align-items: center;align-items: center;text-align: center;line-height: 52px;}
.about03 li h3::before,.about03 li h3::after{content: '';display: block;width: 46px;height: 2px;background-color: #FFFFFF;}
.about03 li h3::before{margin-bottom: 20px;}
.about03 li h3::after{margin-top: 20px;}
.about03 li p{font-size: 24px;color: #FFFFFF;text-align: center;margin-top: 50px;}
.about03 li .hovertext{font-size: 18px;color: #ffffff;opacity: 0;transition: all .3s;text-align: center;margin-top: 80px;line-height: 34px;}
.about03 li .bot{bottom: 70px;font-size: 13px;color: #FFFFFF;line-height: 24px;text-align: center;opacity: 0.5;text-transform: uppercase;position: absolute;left: 0;text-align: center;width: 100%;}
.about03 li:hover{background-color: rgba(65,67,75,0.75);}
.about03 li:hover .hovertext{opacity: 0.8;}
.about03 li:hover h3::before,.about03 li:hover h3::after{background-color: #e6771b;}

/* about04wrap */
.about04wrap{width: 100%;box-sizing: border-box;background-color: #f1f2f3;padding: 130px 0;}
.about04wrap .a-tl{font-size: 36px;color: #222222;font-weight: bold;margin-bottom: 60px;text-align: center;font-weight: bold;}
.about04{width: 1200px;margin: auto;box-sizing: border-box;position: relative;}
.about04 .gallery-top{box-sizing: border-box;padding: 0;width: calc(100% - 160px);margin: auto;}
.about04 .gallery-top .text{width: 100%;text-align: center;}
.about04 .gallery-top .text h3{font-size: 24px;color: #222222;margin-bottom: 50px;font-weight: bold;}
.about04 .gallery-top .text h4{font-size: 16px;color: #666666;line-height: 30px;}
.about04wrap .about04 .swiper-pagination{position: relative;bottom: 0;margin-top: 50px;margin-bottom: 30px;font-size: 15px;color: #222;}
.about04wrap .about04 .swiper-pagination .swiper-pagination-current{font-weight: bold;}
.about04wrap .about04 .swiper-button-next,.about04wrap .about04 .swiper-button-prev{display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;background-color: #ffffff;border-radius: 50%;width: 60px;height: 60px;font-size: 18px;color: #333;background-image: none;}
.about04wrap .about04 .swiper-button-next::after,.about04wrap .about04 .swiper-button-prev::after{content: '';display: block;width: 8px;height: 8px;border-top: 1px solid #333;border-right: 1px solid #333;}
.about04wrap .about04 .swiper-button-prev::after{transform: rotate(-135deg);-webkit-transform: rotate(-135deg);}
.about04wrap .about04 .swiper-button-next::after{transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.about04wrap .about04 .thumbswrap{width: 100%;box-sizing: border-box;padding: 0 60px;position: relative;margin-top: 40px;}
.about04wrap .about04 .thumbswrap::after{content: '';display: block;width: 100%;height: 1px;background-color: #dddddd;position: absolute;left: 0;top:1px;}
.about04wrap .about04 .gallery-thumbs{width: 100%;}
.about04wrap .about04 .gallery-thumbs .swiper-slide{cursor: pointer;}
.about04wrap .about04 .gallery-thumbs .swiper-slide span{display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;width: 30px;margin: auto;margin-bottom: 20px;height: 2px;}
.about04wrap .about04 .gallery-thumbs .swiper-slide span::before{content: '';display: block;width: 30px;height: 2px;border-radius: 0;background-color: transparent;transition: all .3s;}
.about04wrap .about04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span::before{width: 30px;height: 2px;background-color: #e6771b;}
.about04wrap .about04 .gallery-thumbs .swiper-slide p{font-size: 18px;color: #222222;font-family: arial;text-align: center;}
.about04wrap .about04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p{color: #e6771b;}

/* about05wrap */
.about05wrap{width: 100%;box-sizing: border-box;padding: 100px 0;background: url(/style/img/bg2.jpg)no-repeat fixed;background-size: cover;}
.about05wrap .top{text-align: center;margin: auto;width: 600px;margin-bottom: 50px;}
.about05wrap .top h3{font-size: 36px;color: #ffffff;margin-bottom: 60px;font-weight: bold;}
.about05wrap .top h4{font-size: 15px;color: #ffffff;line-height: 36px;}
.about05{width: 1200px;margin: auto;box-sizing: border-box;}
.about05 .swiper-slide{background-color: rgba(255,255,255,0.3);box-sizing: border-box;padding: 15px;transition: all .3s;}
.about05 .swiper-slide .text{width: 100%;border: 1px solid #FFFFFF;box-sizing: border-box;padding: 15px;height: 200px;display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;}
.about05 .swiper-slide .text h3{font-size: 16px;color: #ffffff;line-height: 30px;text-align: center;}
.about05 .swiper-slide:hover{background-color: #e6771b;}

.about05 .page{width: 100%;position: relative;display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;margin-top: 40px;}
.about05 .swiper-button-next,.about05 .swiper-button-prev{position: relative;height: auto;width: auto;font-size: 26px;top: 0;margin: 0;padding: 0;left: 0;right: 0;color: #ffffff;background-image: none;}
.about05 .swiper-pagination{position: relative;margin: 0 50px;}
.about05 .swiper-pagination-bullet{width: 8px;height: 8px;background-color: transparent;border: 1px solid #ffffff;opacity: 1;margin-right: 10px;}
.about05 .swiper-pagination-bullet:last-child{margin-right: 0;}
.about05 .swiper-pagination-bullet-active{background-color: #ffffff;}




/* index08 */
.index08{width: 1200px;margin: 150px auto;text-align: center;padding-top: 90px;border-top: 1px solid #ddd;}
.index08 p{font-size: 20px;color: #313233;margin-bottom: 10px;opacity:0.7;}
.index08 h3{font-size: 30px;color: #313233;font-weight: bold;}
.index08 strong{display: block;width: 40px;height: 2px;background-color: #e6771b;margin: 30px auto;}
.index08 a{border: 1px solid #e6771b;color: #e6771b;background-color: transparent;margin: auto;}
.index08 a:hover{color: #FFFFFF;}
.index08 a::after{background-color: #e6771b;}


.more{display: block;width: 180px;height: 42px;text-align: center;line-height: 42px;background-color: #e6771b;color: #FFFFFF;font-size: 14px;overflow: hidden;position: relative;z-index: 0;border-radius: 2px;}
.more::after{content: '';width: 0;height: 100%;background-color: #FFFFFF;position: absolute;top: 0;left: 0;transition: all .3s;z-index: -1;}
.more:hover::after{width: 100%;}
.more:hover{color: #e6771b;}



/* 高管 */
.gaoguan01wrap{width: 100%;box-sizing: border-box;background-color: #eeeff0;padding: 100px 0;}
.g-tl{width: 860px;margin: auto;text-align: center;}
.g-tl h3{font-size: 30px;color: #222222;font-weight: bold;margin-bottom: 40px;}
.g-tl h4{font-size: 15px;color: #666666;line-height: 30px;}

/* gaoguan01 */
.gaoguan01{width: 1200px;margin: 100px auto 0;box-sizing: border-box;}
.gaoguan01 .box{width: 100%;box-sizing: border-box;overflow: hidden;position: relative;display: flex;display: -webkit-flex;-webkit-flex-flow: column;flex-flow: column;}
.gaoguan01 .box .imgbox{width: 100%;box-sizing: border-box;overflow: hidden;}
.gaoguan01 .box .imgbox img{display: block;width: 100%;}
.gaoguan01 .box .text{width: 100%;box-sizing: border-box;padding: 30px 10px;background-color: #fff;text-align: center;margin-top: 10px;transition: all .3s;}
.gaoguan01 .box .text h3{font-size: 24px;color: #222222;font-weight: bold;margin-bottom: 20px;}
.gaoguan01 .box .text h4{font-size: 15px;color: #222222;line-height: 30px;opacity: 0.6;}
.gaoguan01 .swiper-slide:nth-of-type(2n) .box{-webkit-flex-flow: column-reverse;flex-flow: column-reverse;}
.gaoguan01 .swiper-slide:nth-of-type(2n) .box .text{margin-top: 0;margin-bottom: 10px;}

.gaoguan01 .swiper-scrollbar{opacity: 1!important;width: calc(100% - 120px);height: 6px;background:#dddddd;}
.gaoguan01 .swiper-scrollbar-drag{background: #e6771b;border-radius: 10px;}
.gaoguan01 .bot{width: 100%;height: 50px;position: relative;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;margin-top: 40px;}
.gaoguan01 .bot .swiper-button-next,.gaoguan01 .bot .swiper-button-prev{background-image: none;display: flex;display: -webkit-flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: center;justify-content: center;font-size: 20px;color: #e6771b;border: 1px solid #e6771b;position: relative;padding: 0;margin: 0;top: 0;left: 0;right: 0;width: 50px;height: 50px;outline: none;background-color: #fff;}
.gaoguan01 .swiper-slide .box:hover .text{background-color: #e6771b;}
.gaoguan01 .swiper-slide .box:hover .text h3,.gaoguan01 .swiper-slide .box:hover .text h4{color: #fff;}



/* 知识产权 */
.knowladge01{width: 100%;box-sizing: border-box;}
.knowladge01 li{width: 100%;margin: auto;box-sizing: border-box;padding: 100px 0;}
.knowladge01 li:nth-of-type(odd){background-color: #eeeff0;}
.knowladge01 .cont{width: 1200px;margin: auto;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;}
.knowladge01 li .imgbox{width: 50%;box-sizing: border-box;}
.knowladge01 li .imgbox img{display: block;width: 100%;}
.knowladge01 li .text{width: 50%;box-sizing: border-box;padding-left: 50px;}
.knowladge01 li .text h3{font-size: 30px;color: #222222;font-weight: bold;margin-bottom: 20px;}
.knowladge01 li .text p{font-size: 18px;color: #222222;margin-bottom: 20px;font-weight:bold;}
.knowladge01 li .text h4{font-size: 15px;color: #666666;line-height: 30px;text-align: justify;}
.knowladge01 li:nth-of-type(2n) .cont{-webkit-flex-flow: row-reverse;flex-flow: row-reverse;}
.knowladge01 li:nth-of-type(2n) .text{padding-left: 0;padding-right: 50px;}

/* knowladge02wrap */
.knowladge02wrap{margin: 0 auto 100px;box-sizing: border-box;}
.knowladge02wrap .top{width: 100%;display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;border-top: 1px solid #ddd;height: 64px;}
.knowladge02wrap .top h3{font-size: 16px;color: #222222;font-weight: bold;}
.knowladge02wrap .top h3:nth-of-type(1){width: 20%;box-sizing: border-box;padding-left: 20px;}
.knowladge02wrap .top h3:nth-of-type(2){width: 80%;box-sizing: border-box}
.knowladge02{width: 100%;box-sizing: border-box;}
.knowladge02 a{display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;border-top: 1px solid #ddd;height: 64px;box-sizing: border-box;padding-right: 40px;position: relative;transition: all .3s;}
.knowladge02 a p{font-size: 15px;color: #888888;box-sizing: border-box;padding-left: 20px;width: 20%;}
.knowladge02 a h3{width: 80%;font-size: 16px;color: #444444;font-weight: bold;}
.knowladge02 a i{font-size: 16px;color: #888888;position: absolute;right: 40px;opacity: 0;transition: all .3s;}
.knowladge02 a:hover i{opacity: 1;}
.knowladge02 a:last-child{border-bottom: 1px solid #ddd;}
.knowladge02 a:hover{background-color: #f1f2f3;}

/* knowladge03wrap */
.knowladge03wrap{width: 100%;box-sizing: border-box;background-color: #eeeff0;padding: 100px 0;}
.knowladge03wrap .top{font-size: 30px;color: #222222;font-weight: bold;margin-bottom: 40px;text-align: center;}
.knowladge03{margin: auto;box-sizing: border-box;position: relative;}
.knowladge03 a{display: block;width: 100%;overflow: hidden;}
.knowladge03 a img{display: block;width: 100%;transition: all .6s;}
.knowladge03 a:hover img{transform: scale(1.1);}
.knowladge03 .swiper-button-next,.knowladge03 .swiper-button-prev{background-image: none;font-size: 30px;color: #222222;width: auto;height: auto;margin-top: -15px;outline: none;}
.knowladge03 .swiper-button-next{right: -60px;}
.knowladge03 .swiper-button-prev{left: -60px;}
.knowladge03wrap .swiper-pagination{width: 100%;position: relative;display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;bottom: 0;margin-top: 30px;}
.knowladge03wrap .swiper-pagination-bullet{margin-right: 10px;background-color: #aaaaaa;opacity: 1;outline: none;}
.knowladge03wrap .swiper-pagination-bullet:last-child{margin-right: 0;}
.knowladge03wrap .swiper-pagination-bullet-active{background-color: #222;}


.contwidth{width: 1200px;}


/* cq9传奇电子人 */
.career01wrap{margin: 100px 0;}
.c-tl{text-align: center;}
.c-tl h3{font-size: 30px;color: #000000;font-weight: bold;margin-bottom: 20px;}
.c-tl strong{display: block;width: 180px;height: 2px;margin: 40px auto;position: relative;background-color: #ddd;}
.c-tl strong::before{content: '';display: block;width: 20px;height: 2px;background-color: #e6771b;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.career01wrap .min{width: 100%;box-sizing: border-box;display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;margin-top: 30px;}
.career01wrap .min .item{width: 340px;height: 340px;border: 1px solid #ddd;border-radius: 50%;display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;align-items: center;-webkit-align-items: center;position: relative;margin-right: -20px;}
.career01wrap .min .item:last-child{margin-right: 0;}
.career01wrap .min .item span{display: inline-block;font-size: 18px;color: #aaaaaa;padding: 0 10px;background-color: #FFFFFF;position: absolute;top: 0;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);top: -9px;}
.career01wrap .min .item .text{text-align: center;}
.career01wrap .min .item .text h3{font-size: 20px;color: #222222;margin-bottom: 10px;font-weight: bold;}
.career01wrap .min .item .text p{font-size: 13px;color: #aaaaaa;margin-bottom: 30px;}
.career01wrap .min .item .text h4{font-size: 15px;color: #666666;line-height: 24px;min-height: 72px;}

/* career02wrap */
.career02wrap{width: 100%;box-sizing: border-box;}
.career02wrap .link{width: 100%;display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;border-top: 1px solid #ddd;}
.career02wrap .link a{display: block;font-size: 16px;color: #222222;opacity: 0.5;margin-right: 60px;line-height: 80px;position: relative;font-weight: bold;}
.career02wrap .link a::after{content: '';display: block;width: 0;height: 2px;position: absolute;bottom: 0;left: 0;transition: all. 3s;background-color: #e6771b;transition: all .3s;}
.career02wrap .link a:hover::after,.career02wrap .link a.active::after{width: 100%;}
.career02wrap .link a:hover,.career02wrap .link a.active{color: #e6771b;opacity: 1;}

.career02{background-color: #f2f2f2;width: 100%;box-sizing: border-box;padding: 2% 2% 0;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-flex-flow: wrap;flex-wrap: wrap;}
.career02 a{display: block;width: 100%;background-color: #fff;width: 32%;margin-bottom: 2%;}
.career02 a .min{width: 100%;box-sizing: border-box;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;}
.career02 a .min .text{width: 50%;box-sizing: border-box;disfl
display: -webkit-flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;padding: 30px;}
.career02 a .min .text h3{font-size: 18px;color: #222222;font-weight: bold;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.career02 a .min .imgbox{position: relative;width: 50%;overflow: hidden;}
.career02 a .min .imgbox::after{content: '';display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.3);position: absolute;top: 0;left: 0;z-index: 0;opacity: 0;transition: all .3s;}
.career02 a .min .imgbox img{display: block;width: 100%;-webkit-filter:grayscale(1);filter:gray;filter:grayscale(1);transition: all .6s;}
.career02 a .min .imgbox .font{width: 100%;height: 48px;box-sizing: border-box;padding: 0 30px;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;position: absolute;bottom: 0;left: 0;border-top: 1px solid #fff;font-size: 13px;color: #fff;opacity: 0;transition: all .3s;z-index: 1;}
.career02 a .min .imgbox .font i{font-size: inherit;color: inherit;}
.career02 a .bot{width: 100%;box-sizing: border-box;border-top: 1px solid #ddd;display: flex;display: -webkit-flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: space-between;justify-content: space-between;padding: 0 30px;height: 60px;}
.career02 a .bot h3{font-size: 15px;color: #222222;font-weight: bold;}
.career02 a .bot p{font-size: 14px;color: #888888;}
.career02 a:hover .min .imgbox::after{opacity: 1;}
.career02 a:hover .min .imgbox img{-webkit-filter:grayscale(0);filter:gray;filter:grayscale(0);transform: scale(1.1);}
.career02 a:hover .min .imgbox .font{opacity: 1;}
.career02 a:hover .min .text h3{color: #e6771b;}

.career02wrap{margin: 100px 0;}
.career02wrap .cont{width: 100%;}
.career02wrap .cont .swiper-wrapper{height: auto;}
.career02wrap .cont .swiper-slide video{display: block;width: 100%;opacity: 0.5;object-fit: fill;}
.career02wrap .cont .swiper-slide .VideoBtn{display: block;font-size: 60px;color: #e6771b;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);width: auto;z-index: 10;}
.career02wrap .cont .swiper-slide.swiper-slide-active video{opacity: 1;}

.career02wrap .cont .swiper-button-next,.career02wrap .cont .swiper-button-prev{width: 46px;height: 46px;background-color: #e6771b;color: #FFFFFF;font-size: 18px;display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;background-image: none;outline: none;top: 50%;margin-top: -23px;}
.career02wrap .cont .swiper-button-next{right: 0;}
.career02wrap .cont .swiper-button-prev{left: 0;}
.career02wrap .cont .swiper-pagination{width: 100%;margin-top: 30px;position: relative;}
.career02wrap .cont .swiper-pagination-bullet{width:8px;height: 8px;border: 1px solid #e6771b;margin-right: 10px;background-color: transparent;opacity: 1;outline: none;}
.career02wrap .cont .swiper-pagination-bullet:last-child{margin-right: 0;}
.career02wrap .cont .swiper-pagination-bullet-active{background-color: #e6771b;}




/* 供应链 */
.supplywrap{width: 100%;box-sizing: border-box;margin-top: 90px;}
/* .supplywrap */
.supplytopwrap{width: 100%;box-sizing: border-box;background-color: #f1f2f3;padding: 100px 0;}
.supplytopwrap .text{width: 1200px;margin: auto;box-sizing: border-box;}
.supplytopwrap .text p{font-size: 14px;color: #aaaaaa;margin-bottom: 10px;text-transform: uppercase;}
.supplytopwrap .text h3{font-size: 36px;color: #222222;font-weight: bold;}

/* supplyone01wrap */
.supplyone01wrap{width: 1200px;margin: 100px auto;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;}
.supplyone01wrap .left{width: 30%;border-right: 1px solid #ddd;box-sizing: border-box;padding-right: 100px;}
.supplyone01wrap .left a{display: flex;width: 100%;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;font-size:14px;color: #444444;height: 58px;border-bottom: 1px solid #ddd;}
.supplyone01wrap .left a i{font-size: inherit;color: inherit;}
.supplyone01wrap .left a:first-child{border-top: 1px solid #ddd;}
.supplyone01wrap .left a.active{color: #e6771b;}
.supplyone01wrap .right{width: 70%;box-sizing: border-box;padding-left: 100px;}

#wpcf7-f2414-o1{width: 100%;box-sizing: border-box;display: block;}
#wpcf7-f2414-o1 p{font-size: 15px;color: #222222;font-weight: bold;margin-bottom: 15px;}
#wpcf7-f2414-o1 input{display: flexbox;width: 100%;height: 44px;border: 1px solid #ddd;outline: none;background-color: #f1f2f3;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #222;margin-bottom: 15px;}
#wpcf7-f2414-o1 ul{width: 100%;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;}
#wpcf7-f2414-o1 ul li{width: 32%;}
#wpcf7-f2414-o1 textarea{display: block;border: 1px solid #ddd;outline: none;background-color: #f1f2f3;resize: none;width: 100%;height: 120px;margin-bottom: 30px;box-sizing: border-box;padding: 10px;font-size: 14px;color: #222;}
#wpcf7-f2414-o1 .more{border: 1px solid #e6771b;width: 130px;height: 36px;line-height: 34px;}

.screen-reader-response{ display: none; }
#wpcf7-f2414-o1 p span{ display: block;overflow: hidden;position: relative;}
#wpcf7-f2414-o1 p span span{position: absolute;top: 0;right: 5%;line-height: 40px;font-weight: normal;letter-spacing: 0;font-size: 12px;color: #eb881b;}

.wpcf7-response-output,.wpcf7-validation-errors{    display: block;text-align: center;color: #000;letter-spacing: 0;font-size: 14px;color: #eb881b;}

/* 高管详情 */
.gaoguaninfo{width: 100%;box-sizing: border-box;}
.gaoguaninfo01{width: 100%;background-color: #f1f2f3;padding: 100px 0;margin-top: 90px;}
.gaoguaninfo01 .cont{width: 1200px;margin: auto;}
.gaoguaninfo01 .cont p{font-size: 14px;color: #aaaaaa;margin-bottom: 10px;}
.gaoguaninfo01 .cont h3{font-size: 36px;color: #222222;font-weight: bold;}
/* gaoguaninfo02wrap */
.gaoguaninfo02wrap{width: 1200px;margin:0 auto 100px;box-sizing: border-box;}
.gaoguaninfo02{width: 100%;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;padding: 70px 0;border-bottom: 1px solid #ddd;}
.gaoguaninfo02 .imgbox{width: 30%;box-sizing: border-box;padding-right: 50px;border-right: 1px solid #ddd;}
.gaoguaninfo02 .imgbox img{display: block;width: auto;max-width: 100%;}
.gaoguaninfo02 .min{width: 70%;box-sizing: border-box;padding-left: 50px;}
.gaoguaninfo02 .min .top{width: 90%;border-bottom: 1px solid #ddd;padding-bottom: 30px;margin-bottom: 30px;}
.gaoguaninfo02 .min .top h3{font-size: 30px;color: #222222;font-weight: bold;margin-bottom: 10px;}
.gaoguaninfo02 .min .top p{font-size: 18px;color: #222222;font-weight: bold;}
.gaoguaninfo02 .min .info h4{font-size: 15px;color: #666666;line-height: 30px;margin-bottom: 20px;letter-sapcing:0;}
.gaoguaninfo02 .min .info h4:last-child{margin-bottom: 0;}
.gaoguaninfo02wrap .goback{display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;font-size: 15px;color: #666666;margin-top: 30px;}
.gaoguaninfo02wrap .goback i{font-size: 15px;color: #666;margin-right: 10px;display: block;}


/* 供应链02 */
.supplyone01wrap .right .text02{width: 100%;box-sizing: border-box;text-align: justify;}
.supplyone01wrap .right .text02 h3{font-size: 24px;color: #222222;font-weight: bold;margin-bottom: 30px;}
.supplyone01wrap .right .text02 p{font-size: 20px;color: #222222;font-weight: bold;margin-bottom: 30px;}
.supplyone01wrap .right .text02 h4{font-size: 14px;color: #666666;line-height: 26px;margin-bottom: 30px; letter-spacing: 0;}
.supplyone01wrap .right .text02 h4:last-child{margin-bottom: 0;}
.supplyone01wrap .right .form02{width: 100%;box-sizing: border-box;}
.supplyone01wrap .right .form02 .tl{font-size: 24px;color: #222;font-weight: bold;margin-bottom: 30px;}

/* 员工生活 */
.careerone01{width: 1200px;margin: auto;box-sizing: border-box;padding-bottom: 30px;border-bottom: 1px solid #ddd;display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;margin-top: 100px;margin-bottom: 40px;}
.careerone01 a{display: block;width: 160px;height: 42px;line-height: 42px;background-color: #dddddd;color: #222222;font-size: 16px;margin-right: 20px;border-radius: 0px;}
.careerone01 a::after{background-color: #e6771b;}
.careerone01 a:last-child{margin-right: 0;}
.careerone01 a.active::after{width: 100%;}
.careerone01 a:hover,.careerone01 a.active{color: #fff;}

/* careerone02 */
.careerone02{width: 1200px;margin: auto;box-sizing: border-box;display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: 30px;}
.careerone02 a{display: block;width: 47%;margin-right: 6%;margin-bottom: 6%;}
.careerone02 a .imgbox{width: 100%;overflow: hidden;}
.careerone02 a .imgbox img{display: block;width: 100%;transition: all .6s;}
.careerone02 a:hover .imgbox img{transform: scale(1.1);}
.careerone02 a .text{width: 100%;background-color: #eeeeee;box-sizing: border-box;padding: 25px 20px;font-size: 18px;color: #222222;}
.careerone02 a:nth-of-type(2n){margin-right: 0;}


.innerwrap .careerone02wrap .item{display: none;}
.innerwrap .careerone02wrap .item:first-child{display: block;}



/* 供应链 */
.supply01wrap{width: 1000px;margin: 100px auto;box-sizing: border-box;}
.s-tl01{font-size: 30px;color: #222222;font-weight: bold;margin-bottom: 40px;}
.supply01{width: 100%;box-sizing: border-box;}
.supply01 li{width: 100%;box-sizing: border-box;padding: 60px 0;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;border-bottom: 1px solid #ddd;}
.supply01 li h3{font-size: 20px;color: #222222;font-weight: bold;width: 30%;}
.supply01 li h4{width: 70%;box-sizing: border-box;font-size: 15px;color: #666666;line-height: 30px;}
.supply01 li:first-child{border-top: 1px solid #ddd;}

/* supply02wrap */
.supply02wrap{width: 100%;box-sizing: border-box;padding: 100px 0;background-color: #f1f2f3;}
.supply02{width: 1000px;margin: auto;box-sizing: border-box;}
.supply02 p{font-size: 15px;color: #222222;line-height: 26px;margin-bottom: 30px;font-weight: bold;}
.supply02 h4{font-size: 15px;color: #666;line-height: 26px;margin-bottom: 30px;}
.supply02 h4:last-child{margin-bottom: 0;}

/* supply03 */
.supply03{width: 1000px;margin: 100px auto;box-sizing: border-box;}
.supply03 .s-form01{}
.s-form01{width: 100%;box-sizing: border-box;display: block;}
.s-form01 p{font-size: 15px;color: #222222;font-weight: bold;margin-bottom: 15px;}
.s-form01 input{display: flexbox;width: 100%;height: 44px;border: 1px solid #ddd;outline: none;background-color: #f1f2f3;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #222;margin-bottom: 30px;}
.s-form01 ul{width: 100%;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;}
.s-form01 ul li{width: 32%;}
.s-form01 textarea{display: block;border: 1px solid #ddd;outline: none;background-color: #f1f2f3;resize: none;width: 100%;height: 120px;margin-bottom: 30px;box-sizing: border-box;padding: 10px;font-size: 14px;color: #222;}
.s-form01 .more{border: 1px solid #e6771b;width: 130px;height: 36px;line-height: 34px;}
.s-form01 .check{width: 100%;margin-bottom: 30px;}
.s-form01 .check label{display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;margin-bottom: 30px;}
.s-form01 .check label .checkbox{display: block;width: 15px;height: 15px;margin-bottom: 0;}
.s-form01 .check label p{margin-bottom: 0;margin-left: 10px;font-size: 15px;color: #666666;line-height: 26px;}
.s-form01 .check label p a{color: #e6771b;}
.s-form01 .check label:last-child{margin-bottom: 0;}




.supply03 .wpcf7-form{width: 100%;box-sizing: border-box;display: block;}
.supply03 .wpcf7-form p{font-size: 15px;color: #222222;font-weight: bold;margin-bottom: 15px;}
.supply03 .wpcf7-form input{display: flexbox;width: 100%;height: 44px;border: 1px solid #ddd;outline: none;background-color: #f1f2f3;box-sizing: border-box;padding: 0 10px;font-size: 14px;color: #222;margin-bottom: 30px;}
.supply03 .wpcf7-form ul{width: 100%;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;}
.supply03 .wpcf7-form ul li{width: 32%;}
.supply03 .wpcf7-form textarea{display: block;border: 1px solid #ddd;outline: none;background-color: #f1f2f3;resize: none;width: 100%;height: 120px;margin-bottom: 30px;box-sizing: border-box;padding: 10px;font-size: 14px;color: #222;}
.supply03 .wpcf7-form .more{border: 1px solid #e6771b;width: 130px;height: 36px;line-height: 34px;}
.supply03 .wpcf7-form .check{width: 100%;margin-bottom: 30px;}
.supply03 .wpcf7-form .check .label{display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;margin-bottom: 30px;}
.supply03 .wpcf7-form .check .label .checkbox{display: block;width: 15px;height: 15px;margin-bottom: 0;}
.supply03 .wpcf7-form .check .label p{margin-bottom: 0;margin-left: 10px;font-size: 15px;color: #666666;line-height: 26px;}
.supply03 .wpcf7-form .check .label p a{color: #e6771b;}
.supply03 .wpcf7-form .check .label:last-child{margin-bottom: 0;}
.supply03 .wpcf7-form .check i,.supply03 .wpcf7-form .check .layui-unselect{display: none;}
 
  


/* 联系cq9传奇电子 */
.contact01{margin: 100px auto 120px;}
.contact01 .mapwrap{width: 100%;position: relative;}
.contact01 .mapwrap .map{width: 100%;height: 460px;}
.contact01 .mapwrap .map .BMap_bubble_title{font-size: 16px;color: #222222;margin-bottom: 10px;font-weight: bold;}
.contact01 .mapwrap .map .BMap_bubble_content{font-size: 14px;line-height: 24px;color: #666666;}

.contact01 .bot{width: 1000px;margin: auto;box-sizing: border-box;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;border-bottom: 1px solid #DDDDDD;padding: 40px 0;}
.contact01 .bot .left{font-size: 20px;color: #222222;width: 30%;font-weight: bold;}
.contact01 .bot .right{width: 70%;}
.contact01 .bot .right li{width: 100%;box-sizing: border-box;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;padding-left: 20px;position: relative;margin-bottom: 10px;}
.contact01 .bot .right li::before{content: '';display: block;width: 6px;height: 6px;background-color: #222222;position: absolute;left: 0;top: 12px;border-radius: 50%;}
.contact01 .bot .right li p{font-size: 15px;color: #222222;width: 20%;line-height: 28px;font-weight: bold;}
.contact01 .bot .right li font p{line-height: normal;color: #666666;font-weight: normal;width: 100%;}
.contact01 .bot .right li font{font-size: 15px;color: #666666;width: 80%;line-height: 28px;}
.contact01 .bot .right .link{width: 100%;box-sizing: border-box;display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;}
.contact01 .bot .right .link .item{position: relative;margin-right: 12px;}
.contact01 .bot .right .link .item a{display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;border: 1px solid #888888;border-radius: 50%;font-size: 14px;color: #888888;width: 30px;height: 30px;}
.contact01 .bot .right .link .item:last-child{margin-right: 0;}
.contact01 .bot .right .link .item .hoverimg{width: 120px;height: 120px;position: absolute;background-color: #fff;box-sizing: border-box;padding: 10px;box-sizing: border-box;border-radius: 4px;box-shadow: 0px 0px 5px rgba(0,0,0,0.3);top: 50px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);opacity: 0;transition: all .3s;}
.contact01 .bot .right .link .item .hoverimg img{display: block;width: 100%;}
.contact01 .bot .right .link .item .hoverimg::before{content: '';display: block;width: 12px;height: 12px;background-color: #fff;transform: rotate(45deg);-webkit-transform: rotate(45deg);position: absolute;left: 50%;top: -6px;border-left: 1px solid #ddd;border-top: 1px solid #ddd;margin-left: -6px;}
.contact01 .bot .right .link .item:hover .hoverimg{opacity: 1;}

/* contact02warp */
.contact02warp{width: 100%;box-sizing: border-box;background-color: #f1f2f3;padding: 100px 0 80px;}
.contact02{width: 1200px;box-sizing: border-box;margin: auto;}
.contact02 .min{width: 100%;box-sizing: border-box;position: relative;}
.contact02 .min a{display: block;width: 100%;box-sizing: border-box;margin-bottom: 30px;box-sizing: border-box;padding: 20px;background-color: #fff;height: 500px}
.contact02 .min a:nth-of-type(3n){margin-right: 0;}
.contact02 .min a .imgbox{width: 100%;box-sizing: border-box;overflow: hidden;}
.contact02 .min a .imgbox img{display: block;width: 100%;transition: all .6s;}
.contact02 .min a:hover .imgbox img{transform: scale(1.1);}
.contact02 .min a .text{width: 100%;box-sizing: border-box;text-align: center;padding: 30px 0 30px;}
.contact02 .min a .text span{font-size: 21px;color: #222222;display: inline-block;margin-bottom: 15px;}
.contact02 .min a .text strong{display: block;width: 30px;height: 1px;background-color: #ddd;margin: auto;margin-bottom: 15px;}
.contact02 .min a .text h3{font-size: 14px;color: #222222;margin-bottom: 20px;line-height: 20px;    min-height: 40px;}
.contact02 .min a .text h3 i{font-size: inherit;color: inherit;margin-right: 10px;vertical-align: unset; float:left;line-height: 1.5;}
.contact02 .min a .text p i{font-size: inherit;color: inherit;margin-right: 10px;vertical-align: unset;}
.contact02 .min a .text p{font-size: 14px;color: #222222;line-height: 21px;}
.contact02 .min a .text h3 p {text-align:left;}
.contact02 .min a .text br { line-height: 5px;display: block;content: "";}
.contact02 .min .swiper-pagination-bullet{border: 1px solid #ddd;background-color: transparent;box-sizing: border-box;width: 10px;height: 10px;opacity: 1;margin-right: 10px;}
.contact02 .min .swiper-pagination-bullet:last-child{margin-right: 0;}
.contact02 .min .swiper-pagination-bullet-active{background-color: #e6771b;border-color: #e6771b;}
.contact02 .min .swiper-container-horizontal>.swiper-pagination-bullets, .contact02 .min .swiper-pagination-custom,.contact02 .min .swiper-pagination-fraction{bottom: 0;}
.contact02 .min .swiper-pagination{position: relative;width: 100%;}
.contact02 .min .swiper-button-next,.contact02 .min .swiper-button-prev{display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;border-radius: 50%;background-color: #FFFFFF;background-image: none;width: 40px;height: 40px;margin-top: -41px;outline: none;}
.contact02 .min .swiper-button-next i,.contact02 .min .swiper-button-prev i{font-size: 18px;color: #e6771b;}
.contact02 .min .swiper-button-next{right: -50px;}
.contact02 .min .swiper-button-prev{left: -50px;}





/* 授权代理商 */
.agentbanner{width: 100%;box-sizing: border-box;position: relative;overflow: hidden;}
.agentbanner img{display: block;width: 100%;}
.agentbanner .text{width: 100%;text-align: center;position: absolute;top: 50%;left: 0;transform: translateY(-50%);-webkit-transform: translateY(-50%);margin-top: 45px;}
.agentbanner .text p{font-size: 14px;color: #fff;margin-bottom: 10px;text-transform: uppercase;}
.agentbanner .text h3{font-size: 48px;color: #ffffff;font-weight: bold;}

/* agent01wrap */
.agent01wrap{width: 100%;box-sizing: border-box;margin: 100px 0;}
.agenttl{text-align: center;font-size: 24px;color: #222222;font-weight: bold;padding-bottom: 50px;}
.agent01wrap .line{width: 100%;height: 1px;background-color: #ddd;position: relative;z-index: 0;}
.agent01{margin: auto;box-sizing: border-box;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;position: relative;z-index: 1;margin-top: -10px;}
.agent01 .item{width: 32%;box-sizing: border-box;text-align: center;}
.agent01 .item font{display: block;width: 20px;height: 20px;background-color: #e6771b;border-radius: 50%;margin:auto;}
.agent01 .item p{font-size: 16px;color: #222222;margin: 20px auto 40px;}
.agent01 .item h4{font-size: 15px;color: #444444;line-height: 30px;display: block;box-sizing: border-box;width: 100%;padding: 50px;background-color: #ebebeb;position: relative;min-height: 190px;}
.agent01 .item h4::before{content: '';display: block;width: 0;height: 0;border: 10px solid transparent;border-top-color: #ebebeb;transform: rotate(-180deg);-webkit-transform: rotate(-180deg);position: absolute;left: 50%;top: -20px;margin-left: -10px;}

/* agent02wrap */
.agent02wrap{width: 100%;box-sizing: border-box;background-color: #f1f2f3;padding: 100px 0;}
.agent02{margin: auto;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;}
.agent02 .imgbox{width: 50%;box-sizing: border-box;overflow: hidden;}
.agent02 .imgbox img{display: block;width: 100%;transition: all .6s;}
.agent02 .imgbox:hover img{transform: scale(1.1);}
.agent02 .text{width: 50%;box-sizing: border-box;padding-left: 40px;}
.agent02 .text p{width: 100%;box-sizing: border-box;position: relative;padding-left: 10px;font-size: 15px;line-height: 24px;color: #444444;margin-bottom: 30px;}
.agent02 .text p:last-child{margin-bottom: 0;}
.agent02 .text p::before{content: '';display: block;width: 2px;height: 15px;background-color: #444;position: absolute;left: 0;top: 4px;}

/* agent03wrap */
.agent03wrap{width: 100%;box-sizing: border-box;margin: 100px 0;}
.agent03{margin: auto;box-sizing: border-box;display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;}
.agent03 li{width: 18.4%;margin-right: 2%;box-sizing: border-box;padding: 30px;background-color: #eeeeee;text-align: center;}
.agent03 li:nth-of-type(5n){margin-right: 0;}
.agent03 li .imgbox{width: 79px;height: 79px;margin: auto;margin-bottom: 30px;}
.agent03 li .imgbox img{display: block;width: 100%;}
.agent03 li h4{font-size: 15px;color: #444444;line-height: 24px;}

/* 人才培养 */
.personnelonewrap{margin: 100px auto;box-sizing: border-box;}
.personneltab{width: 100%;box-sizing: border-box;border-bottom: 1px solid #ddd;display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;padding-bottom: 20px;margin-bottom: 50px;}
.personneltab a{border-radius: none;font-size: 16px;color: #222;margin-right: 15px;background-color: #ddd;}
.personneltab a::after{background-color: #e6771b;}
.personneltab a:hover,.personneltab a.active{color: #fff;}
.personneltab a:last-child{margin-right: 0;}
.personneltab a.active::after{width: 100%;}

/* personnelone01 */
.personnelone01{width: 100%;box-sizing: border-box;padding-bottom: 50px;border-bottom: 1px solid #ddd;}
.personnelone01 li{display: none;}
.personnelone01 li:first-child{display: block;}
.personnelone01 li img{display: block;width: auto;margin: auto;max-width: 75%;}
/* personnelone02 */
.personnelone02{width: 100%;box-sizing: border-box;padding: 80px 0 0;}
.personnelone02 .top{width: 100%;text-align: center;text-align: center;}
.personnelone02 .top h3{font-size: 30px;color: #222222;font-weight: bold;}
.personnelone02 .top strong{display: block;width: 30px;height: 2px;background-color: #e6771b;margin: auto;margin-top: 20px;}

.personnelone02map{width: 100%;position: relative;}
.personnelone02map img{display: block;width: 100%;}
.personnelone02map .map-list-a{width: 100%;position: absolute;top: 0;left: 0;height: 100%;}

/* 审计 */
.audit01{width: 980px;margin: 100px auto;box-sizing: border-box;}
.audit01 .right{width: 100%;padding: 0;}
.audit01 .right .text02{padding-bottom: 100px;border-bottom: 1px solid #ddd;margin-bottom: 60px;}
/* 联系方式 */
.modewrap{width: 100%;box-sizing: border-box;padding: 100px 0;background-color: #f5f5f5;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;}
.modewrap .left{width: 50%;box-sizing: border-box;padding: 0 160px 0 calc((100% - 1200px)/2);}
.modewrap .left h3{font-size: 24px;color: #222222;font-weight: bold;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #ddd;}
.modewrap .left h4{font-size: 20px;color: #222222;font-weight: bold;margin-bottom: 20px;}
.modewrap .left p{font-size: 16px;color: #666666;line-height: 36px;}
.modewrap .right{width: 50%;box-sizing: border-box;padding-right: 80px;}
.modewrap .right .imgbox{width: 100%;overflow: hidden;}
.modewrap .right .imgbox img{display: block;width: 100%;}<!--0.00018620491027832-->