.hearder{height: 75px;background-color: #fff;position: relative;border-bottom: 1px solid #eaeaea;position: fixed; width: 100%;left:0;top:0;z-index: 10;}
.hearder .logo{margin-top: 12px;margin-left: 124px
;}
.hearder .phone{line-height: 40px;text-align: right;font-size: 14px;color: #333;}
.hearder .nav li{position: relative;padding-bottom: 15px;}
.hearder .nav li>a{padding: 0 22px; height: 20px;line-height: 20px;font-size: 14px;color: #333;border-right:1px solid #E5E5E5 ;position: relative;}
.hearder .nav li:last-of-type>a{border-right: none;padding-right: 0;}
.hearder .nav li>a::after{content:"";width:60%;height: 3px;background-color: #003BA1;position: absolute;right: 50%;transform: translateX(50%); bottom: -10px;display: none;}
.hearder .nav li:last-of-type>a::after{right: 0;transform: translateX(0);}
.hearder .nav li.active>a::after,.hearder .nav li:hover>a::after{display: block;}
.hearder .nav li .sub-nav{ position: absolute; left: 50%; visibility: hidden;opacity: 0;top: 0; width: 100%; min-width: 120px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;transform: translateX(-50%);z-index: 10; }
.hearder .nav li .sub-nav span { height: 20px; line-height: 20px; position: relative; width: 100%; display: block; }
.hearder .nav li .sub-nav span::before { content: ""; width: 0; height: 0; position: absolute; border-style: solid; 
     border-width: 8px; border-color: transparent transparent #fff transparent; left: 0px; bottom: 0; right: 0; margin: auto; }
.hearder .nav li .sub-nav .sub-nav-wrap { display: flex; justify-content: space-between; align-items: stretch; background-color: #fff; width: 100%; box-shadow: 0 4px 5px rgb(0 0 0 / 10%);  }
.hearder .nav li .sub-nav .sub-list { padding: 16px 5px; background-color: #fff; min-width: 120px; width: 100%;}
.hearder .nav li .sub-nav .sub-list .sub-item a {display: block;font-size: 14px; padding: 5px 0; white-space: nowrap; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; 
     -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; text-align: center;width: 100%; }
.hearder .nav li .sub-nav .sub-list .sub-item a:hover { color: #fff; background-color:#003BA1}
.hearder .nav li:hover .sub-nav {visibility: visible;opacity: 1;top: 40px;}

.banner{width: 100%;position: relative;height:100%}
.banner .cont-box{position: absolute; top: 50%; left: 50%; margin-top: -128px; margin-left: -20%;transition: all 1s;  transform: scale(0.5, 0.5);
    opacity: 0;color:#fff;text-align:center;z-index:3; }
.banner .cont-box h1{font-size:56px;line-height:1.4;letter-spacing: 3px;}
.banner .cont-box h2{font-size:62px;line-height:1.8;letter-spacing: 3px;}
.banner .cont-box h3{font-size:18px;line-height: 1.8;margin-top:20px;}
.banner .pic-box{width: 100%;padding-top:75px;height:100%;position: absolute;left:0;top:0;z-index:2;}
.banner img{width: 100%;height:100%}
/*.banner .swiper-container{width: 100%;height: 100%;}*/
/*.banner .swiper-container .swiper-slide a{width: 100%;height: 100%;}*/
/*.banner .swiper-container .swiper-slide a img{width: 100%;height: 100%;} */
/*.banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 35px;}*/
/*.banner .swiper-container .swiper-pagination-bullet{width: 15px;height: 15px;background-color: #F7F7F7;opacity: 0.541;}*/
/*.banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #fff;opacity: 1;}*/
.banner-box.active .cont-box{transition-delay: 0.7s;transform: scale(1, 1); opacity: 1;}
.apply {width: 217px;  height: 36px;margin: 0 auto;cursor: pointer;display: flex;align-items: center;justify-content: center;
border-radius: 5px;  color: #fff;font-size: 20px;transition: opacity 1s ease-out 1.2s, top 1s ease-out 1.2s, color 0.3s,
    background-color 0.3s;}
.banner .apply { border: 2px solid #fff; margin-top: 60px; }
.banner .apply:hover{ background-color: #fff;color: #1878c4;}
.apply.inner{border: 2px solid #0c71c0;background-color: #fff; color: #0c71c0;height: 40px;width: 230px; font-size: 16px; }
.apply.inner:hover{ background-color: #1878c4;color: #fff;}
.applyBtn{cursor: pointer;}

.part1{padding-top: 0;padding-bottom: 20px;background-color: #fff;}
.part1 .title{font-size: 12px;color: #666;text-align: center;margin-bottom:15px;}
.part1 .sub-tit{text-align: center;font-size: 20px;color: #595E65;display: flex;align-items: center;justify-content: center;}
.part1 .sub-tit .line{width: 200px;height: 1px;background-color: #E7E8E8;}
.part1 .sub-tit .cont{padding:0 30px ;font-weight:700;}
.part1 .content-box{padding-bottom: 40px;}
.part1 .content-box .left{transform:translateX(-1000px);transition:all 1s;}
.part1 .content-box .content{width: 578px;padding-left: 60px;padding-top: 50px;}
.part1 .content-box .content li{padding-bottom: 60px;}
.part1 .content-box .content li div{color: #333;font-size: 18px;padding-bottom: 10px;font-weight:700;font-size: 28px;
    opacity: 0;  -webkit-transition: all 1s;-o-transition: all 1s;   transition: all 1s;transform: scale(0,0);}
.part1 .content-box .content li p{font-size: 12px;color: #666;width: 420px;line-height: 1.6;}
.part1 .more{width: 150px;height: 40px;text-align: center;line-height: 40px;background-color:#fff;color: #E11E21;border:1px solid #E11E21;font-size: 20px;
border-radius: 10px;display: block;margin: 0 auto;opacity:0;transform:translateY(120px);transition:opacity  ease-out 1.2s,transform ease-out 1.2s;
cursor: pointer;}
.part1.active .content-box .left{transform:translateX(0)}
.part1.active .content-box .content li div{opacity: 1;transform: scale(1,1);transition-delay: .5s;}
.part1.active .more{opacity:1;transform:translateY(0)}
.part1 .more:hover{background-color: #E11E21;color: #fff;}
.part2 .more:hover{background-color: #E11E21;color: #fff;}
.part3 .more:hover{background-color: #E11E21;color: #fff;}


.section .title {opacity: 0;-webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; transform: scale(0,0);}
.section .sub-tit {opacity: 0; -webkit-transition: all 1s;-o-transition: all 1s;transition: all 1s;transform: scale(0,0);}
.section.active .title {opacity: 1; transform: scale(1,1);  transition-delay: .5s;}
.section.active .sub-tit{opacity: 1; transform: scale(1,1);  transition-delay: 1s;}
.animate-enlarge { opacity: 0;-webkit-transform: scale(0, 0);-ms-transform: scale(0, 0); -o-transform: scale(0, 0);
    transform: scale(0, 0); -webkit-transition-property: opacity,transform; -o-transition-property: opacity,transform;
    transition-property: opacity,transform; -webkit-transition-duration: 1s;-o-transition-duration: 1s;  transition-duration: 1s;
    -webkit-transition-delay: 0.8s; -o-transition-delay: 0.8s;  transition-delay: 0.8s;  -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.section.active .animate-enlarge{opacity: 1;-webkit-transform: scale(1, 1);-ms-transform: scale(1, 1);-o-transform: scale(1, 1);transform: scale(1, 1);
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{    color: transparent;}
.fp-scrollable{display:flex;justify-content: center;align-items: center;}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    /* border-radius: 50%; */
    position: absolute;
    z-index: 1;
    height: 12px !important;
    width: 12px !important;
    border: 0;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;
    /* border: 1px solid #242424; */
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background-color: transparent;
    background-image: url(../images/p1.png);
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    background-image: url(../images/p2.png);
}

.part2{width: 100%;height: 575px;background-image: linear-gradient(to right, #4868C6 , #D33D5C);padding-top: 0;}
.part2 .content{width: 580px;padding:20px 50px 0 105px;color: #fff;}
.part2 .content .title{font-size:  34px;padding-bottom: 20px;font-weight: 700;}
.part2 .content .cont{font-size: 16px;line-height: 1.6;}
.part2 img{transform:translateX(1000px);transition:all 1s}
.part2 .more{width: 150px;height: 40px;text-align: center;line-height: 40px;background-color:#fff;color: #E11E21;border:1px solid #E11E21;font-size: 20px;
    border-radius: 10px;display: block;margin-top: 50px;opacity:0;transform:translateY(120px);transition:opacity  ease-out 1.2s,transform ease-out 1.2s;
    cursor: pointer;}
.part2.active img{transform:translateX(0);}
.part2.active .more{opacity:1;transform:translateY(0)}

.part3{padding-top: 0;padding-bottom: 45px;background-color: #F4F4F5;}
.part3 .title{font-size: 24px;color: #555;text-align: center;padding-bottom: 30px;}
.part3 .line{width: 30px;height: 2px;background-color: #FA733C;margin: 0 auto;}
.part3 ul{padding-top: 60px;padding: 15px;}
.part3 ul li{width: 565px;height: 155px;background-color: #fff;padding-top: 30px;margin-right: 40px;margin-bottom: 35px;box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.18);transition:all 1s;opacity: 0;}
.part3 ul li:nth-of-type(even){transform:translateX(1000px);}
.part3 ul li:nth-of-type(odd){transform:translateX(-1000px);}
.part3 ul li .cont{width: 445px;}
.part3 ul li:nth-of-type(even){margin-right: 0;padding-left: 20px;}
.part3 ul li:nth-of-type(even) .cont{float: right;}
.part3 ul li:nth-of-type(even) img{float: left;}
.part3 ul li:nth-of-type(odd) .cont{float: left;text-align: right;}
.part3 ul li:nth-of-type(odd) img{float: right;}
.part3 ul li .cont div{color: #333;font-size: 22px;padding-bottom: 10px;}
.part3 ul li .cont p{font-size: 14px;color: #666;line-height: 1.6;}
.part3 .more{width: 150px;height: 40px;text-align: center;line-height: 40px;background-color:#fff;color: #E11E21;border:1px solid #E11E21;font-size: 20px;
    border-radius: 10px;display: block;margin:0 auto;opacity:0; transform:translateY(120px);transition:opacity  ease-out 1.2s,transform ease-out 1.2s;
      cursor: pointer;}
.part3.active ul li{transform:translateX(0);opacity:1;}
.part3.active .more{opacity:1;transform:translateY(0)}
    
.part4{width: 100%;height: 515px;background-image: linear-gradient(to bottom, #4868C6 , #672EBE);padding-top: 0;}
.part4 .title{font-size: 24px;color: #fff;text-align: center;padding-bottom: 65px;}
.part4  ul{padding: 0 40px;transform:translateY(1000px);transition:all 1s;}
.part4  ul li{width: 255px;height: 245px;text-align: center;color: #fff;background-image: linear-gradient(to bottom, #7F82D3 , #8B6CD0);border-radius: 20px;
margin-right: 33px;padding: 45px 30px 0 30px;}
.part4  ul li:last-of-type{margin-right: 0;}
.part4  ul li .iconfont{font-size: 80px;padding-bottom: 30px;}
.part4  ul li .icon-xitong{font-size: 90px;}
.part4  ul li .cont{border-top: 1px solid #A899DE;padding-top: 10px;font-size: 16px;line-height: 1.6;}
.part4.active ul{transform:translateY(0);}

.part5 {padding-top: 90px ;text-align: center;background-color: #fff;}
.part5 .title{font-size: 24px;color: #444;display: flex;align-items: center;justify-content: center;margin-bottom:30px;}
.part5 .title .line{width: 200px;height: 1px;background-color: #E7E8E8;}
.part5 .title .cont{padding:0 30px ;}
/*.part5 .pic-box img{transform: scale(0, 0);opacity:0;transition:all 1s;}*/
/*.part5.active .pic-box img{transform: scale(1, 1);opacity:1;}*/
/*.part5 .fp-tableCell{overflow-y:scroll;display:block;}*/
/*.foot-box{height:600px;}*/


.foot{background-color: #071335;padding: 30px 0 ;text-align: center;width: 100vw;height:300px;}
.foot .link-item{width: 300px;border-left: 1px solid #fff;color: #fff;}
.foot .link-item:first-of-type{border-left: none;}
.foot .link-item .tit a{font-size: 16px;}
.foot .link-item .p_lists a{font-size: 14px;color: #d2d2d2}
.foot .link-item a{color: #fff;font-size:12px ;line-height: 2.2;}
.foot .link-item .code-box{width: 90px;height: 100px;background-color: #fff;border-radius: 10px;margin: 0 auto;}
.foot .link-item .code-box .code-name{font-size: 13px;color: #666;line-height: 2;}
.foot .link-item .code-box .code{width: 60px;}
.foot .link-item .phone-box{font-size: 14px;padding-top: 20px;display: flex;align-items: center;justify-content: center;font-weight: 700;}
.foot .link-item .phone-box .iconfont{font-size: 20px;padding-right: 5px;font-weight: normal;}

.index-banner{padding-top:75px;}
.index-banner img{width:100%;}
/* 案例 */
.big-box{padding-top: 75px;text-align: center;min-height:713px;background: url(../images/crm.png);padding-bottom:60px;}
.big-box .title{color: #000;font-size: 36px;}
.big-box .sub-title{color: #707070;font-size: 24px;padding-top: 25px;}
.case-box .title{margin-top:30px;}
.case-box ul{padding: 60px 0;}
.case-box ul li{width: 280px;height: 120px;margin-right: 20px;margin-bottom: 25px;background-color: #fff;}
.case-box ul li:last-of-type{margin-right: 0;}
.case-box ul li a{display: block;width: 100%;height: 120px;line-height: 120px;}
.case-box .case{padding: 60px 0;}

/* 场景 */
.scene-box .title{margin-top:30px;}
.scene-box ul{padding:45px 0;}
.scene-box ul li{width: 280px;height:385px;margin-right: 20px;margin-bottom: 25px;background-color: #fff;box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.18);}
.scene-box ul li a{display: block;width: 100%;height: 100%;}
.scene-box ul li .pic-box{width: 100%;height: 235px;overflow: hidden;}
.scene-box ul li .pic-box img{width: 100%;height: 100%;}
.scene-box ul li .cont-box{width: 100%;height: 150px;padding: 15px 20px;color: #333333;}
.scene-box ul li .cont-box .tit{font-size: 24px;margin-bottom: 10px;}
.scene-box ul li .cont-box .cont{font-size: 16px;color: #666;}
.scene-box ul li:hover .cont-box{background-color: #147ED4;color: #fff;}
.scene-box ul li:hover  .cont-box .cont{color: #fff;}

/* 角色 */
.role-box {padding-bottom:100px;}
.role-box .title{margin-top:30px;}
.role-box ul{padding: 60px 110px 40px 110px;}
.role-box ul li{width: 480px;height:125px;margin-right: 15px;margin-bottom: 15px;padding-left: 60px;}
.role-box ul li a{display: flex;align-items: center;width: 100%;height: 100%;color: #fff;font-size: 18px;}
.role-box ul li:nth-of-type(2n){margin-right: 0;}
.role-box ul li:nth-of-type(1){background-color: #325EAE;}
.role-box ul li:nth-of-type(2){background-color: #F7B722;}
.role-box ul li:nth-of-type(3){background-color: #DA281B;}
.role-box ul li:nth-of-type(4){background-color: #5B88DA;}
.role-box ul li:hover{background-color: #FD4705;}
.role-box ul li a .iconfont{font-size: 48px;padding-right: 50px;}

/* 售前顾问 */
.adviser-box{background-color: #fff;}
.adviser-box .title{margin-top:30px;}
/*.adviser-box .tit{font-size: 30px;color: #000;padding-bottom: 15px;}*/
/*.adviser-box .cont{font-size: 16px;color: #666;line-height: 1.875;}*/
/*.adviser-box ul{padding: 20px 0;}*/
/*.adviser-box ul li{width: 580px; height: 195px;background-color: #F7F7F7;padding-top: 35px;padding-left: 30px;margin-right: 40px;margin-bottom: 35px;text-align: left;}*/
/*.adviser-box ul li:nth-of-type(2n){margin-right: 0;}*/

.adviser-box ul { padding: 20px 0;  }
.adviser-box ul li { padding-top: 35px; width: 280px; border-radius: 7px; background: #fff; margin-right: 26px;margin-bottom:30px;}
.adviser-box ul li:nth-of-type(4n){margin-right: 0;}
.team_img { margin: 0 auto; width: 200px; height: 200px; overflow: hidden; border-radius: 100px; transition: ease 0.4s all; }
.team_img:hover { transform: scale(1.1); }
.team_img img { border-radius: 100px; }
.team_tit { padding: 0 20px; margin-top: 35px; color: #b51019; font-size: 18px; text-align: center; }
.team_post { padding: 0 20px; margin-top: 15px; font-size: 15px; color: #282828; text-align: center; }
.team_introuce { min-height: 80px; padding: 15px 15px; font-size: 14px; line-height: 20px; color: #555555; text-align: center; }
.team_code { position: relative; width: 100%; height: 80px; line-height: 80px; color: #FFF; border-radius: 0 0 7px 7px; background: #b51019; display: flex;
   justify-content: space-evenly; align-items: center; }
.team_code>img { cursor: pointer; margin-left: 15px; }
.big_code { position: absolute; right: 20px; top: -275px; width: 0; height: 304px; overflow: hidden; transition: ease 0.3s all; }
.big_code img { width: 100%; }
.team_code:hover .big_code { width: 250px; }
  

/* 功能入口 */
.function-box{background: url(../images/function.png);}
.function-box .w1200{position: relative;padding-top: 30px;}
.function-box .function{padding: 50px 110px;}
.function-box .function .function-item{width: 456px;margin-bottom:30px;}
.function-box .function .function-item span{display: block; background: #4E8FE0;color: #fff;text-align: center;height: 110px;line-height: 110px;font-size: 20px;margin-bottom: 25px;}
.function-box .function .function-item .left-box:hover,.function-box .function .function-item .right-box:hover{ background: #FD4705;box-shadow: 0px 0px 20px rgba(83,192,72,0.3)  ;}
.function-box .function .function-item .tit-box{width: 456px;}
.function-box .function .function-item .left-box{font-size: 18px;width: 220px;margin-right: 16px;cursor:pointer;}
.function-box .function .function-item .left-box:nth-of-type(2n){margin-right: 0;}
.function-box .function .function-item .right-box{font-size: 18px;width: 140px;margin-right: 16px;cursor:pointer;}
.function-box .function .function-item .right-box:nth-of-type(3n){margin-right: 0;}
/* .function-popup{position: absolute;top:0;background-color: #fff;height: 0;width: 0;left: 0;overflow: hidden;transition: all .3s;
    transform-origin: left center;} */
/* .function-popup.show{width: 1200px;height: 700px;} */
.function-popup{    position: absolute; top: 0;left: 0; height: 635px;}
.function-popup .popup-box{width: 0px; margin: 0 auto; height: 100%; overflow: hidden; position: absolute; transition-property: left,right,top,bottom;
     transition-duration: .5s;background-color: #fff;}
.function-popup .title-line{width: 100%;height: 45px;line-height: 45px; padding:0 30px 0 0 ;color: #fff;background-color: #006EC6;} 
.function-popup .title-line .title{width:180px;height: 45px;text-align: center;background-color: #008AFD;color: #fff;font-size: 16px;margin-top:0;}
.function-popup .title-line .close{width: 100px;text-align: right;cursor: default;}
.function-popup .content{width: 100%;height: 590px; display: flex;position:relative;}
.function-popup .nav-box{width:180px;height: 590px;background-color: #2a2d34;text-align:left;}
.function-popup .nav-box .tit{height: 30px;line-height: 30px; padding-left: 20px; color: #fff; background-color: #00356b;font-size:15px;}
.function-popup .nav-box ul{width:180px;}
.function-popup .nav-box li{height: 36px;line-height:36px;color: #fff;font-size:14px;cursor: pointer;}
.function-popup .nav-box li span{vertical-align: middle;}
.function-popup .nav-box li img{vertical-align: middle;margin-left: 5px; margin-right: 8px;}
.function-popup .nav-box li.active{ background-color: #646d7f;}
.function-popup .pic-box{width: 1020px;height: 520px; display: flex;align-items: center;justify-content: center;}
.function-popup .pic-box img{max-width: 100%;max-height: 100%;display:none;}
.function-popup .intro-box{position:absolute;width:100%;height:70px;padding:15px 20px;left:0;bottom:0;background-color: #fff; text-align: left;}
.function-popup .intro-box span{display: none;}
/* 爱获客crm */

.crm-box ul{padding: 30px 0;}
.crm-box ul li{height:331px;margin-bottom: 10px;}
.crm-box ul li a{display: block;width: 100%;height: 100%;box-sizing:box-sizing;}
.crm-box ul li a .tit{font-size:20px;padding-bottom: 20px;}
.crm-box ul li a .tit img{padding-right: 10px;width: 34px;height: 31px;}
.crm-box ul li a .cont{font-size: 16px;line-height: 2;}
.crm-box ul li a .cont p{padding-left: 20px;position: relative;}
.crm-box ul li a .cont p::after{content: "";position: absolute;width: 3px;height: 3px;left: 0;top: 15px;border-radius: 50%;background-color: #fff;}
.crm-box .two{display:none;}


.crm1 ul{width:600px;margin:0 auto;}
.crm1 ul li{width:280px;margin-right: 40px;background-color: #fff;border:1px solid #547FD1;color:#547FD1;height:260px;}
.crm1 ul li a{color: #547FD1;padding-top:80px;}
.crm1 ul li img{display:block; margin:0 auto;padding-right:0;padding-bottom:15px;height:62px;}
.crm1 ul li:last-of-type{margin-right: 0;}

.crm2{padding-top:125px ;}
.crm2 ul{width:760px;margin:0 auto;}
.crm2 ul li{width:240px;height:180px;border:1px solid #547FD1;color:#547FD1;margin-right: 20px;}
.crm2 ul li a{color: #fff;text-align:center;padding-top:70px;background-color:#547FD1;}
.crm2 ul li a .tit{font-size:24px!important;}
.crm2 ul li img{height:31px;}
.crm2 ul li:last-of-type{margin-right:0}
.crm2 ul li:hover a{background-color: #FD4705;}
/*.crm2 ul li:nth-of-type(1){width:600px;height:170px;}*/
/*.crm2 ul li:nth-of-type(2){margin-right: 20px;}*/
/*.crm2 ul li:nth-of-type(2) img{display:block; margin:0 auto;padding-right:0;padding-bottom:15px;}*/
/*.crm2 ul li:nth-of-type(3) img{display:block; margin:0 auto;padding-right:0;padding-bottom:15px;}*/


.crm3 ul{width:800px;margin:0 auto;}
.crm3 ul li{width:350px;margin-right: 100px;height:160px;margin-bottom:50px;background-color: #547FD1;color: #fff;}
.crm3 ul li a{color: #fff;padding-top:60px;}
.crm3 ul li:nth-of-type(2n){margin-right: 0;}


.crm4{background: url(../images/crm.png);}
.crm4  .title{margin-top:30px;}
.crm4 ul{width:750px;margin:0 auto;}
.crm4 ul li{width: 180px;margin-right: 10px;background-color: #547FD1;color: #fff;height:200px;}
.crm4 ul li:hover{background-color: #FD4705;}
.crm4 ul li a{color: #fff;padding-top:35px;padding-left: 15px;text-align: left;}
.crm4 ul li a .cont p{padding-left:15px;font-size:14px;}
.crm4 ul li:nth-of-type(4n){margin-right: 0;} 
.crm4 ul li:nth-of-type(5){width:370px;height:140px;}
.crm4 ul li:nth-of-type(6){height:140px;}
.crm4 ul li:nth-of-type(7){margin-right:0;height:140px;}

.crm-ruan{background: url(../images/crm.png);}
.crm-ruan .one{display:none;}
.crm-ruan .two{width:1000px;margin:0 auto;display:flex;justify-content:left;padding:60px 0;}
.crm-ruan .two .top{width: 280px;margin:0 auto; margin-bottom: 40px;background-color: #547FD1;color: #fff;height:100px;}
.crm-ruan .two .two-left{margin-right:80px;}
.crm-box div a{display: block;width: 100%;height: 100%;box-sizing:border-box;color:#fff;padding-top:35px;padding-left:15px;}
.crm-box div a .tit{font-size:20px;padding-bottom: 20px;}
.crm-box div a .tit img{padding-right: 10px;}
.crm-ruan .two .bottom{display:flex;justify-content:center;}
.crm-ruan .two .item{width: 240px;margin:0 auto; margin-bottom: 20px;background-color: #547FD1;color: #fff;height:100px;}
.crm-ruan .two .item:first-of-type{margin-right:40px;}


/* 通讯 */
.crm5 .tong-xun{width: 1000px;margin: 0 auto;margin-top:30px;display: flex;}
.crm5 .tong-xun .item{width: 500px;padding: 0 44px;}
.crm5 .tong-xun .item .title{font-size: 30px;font-weight: 700;color: #333;padding-bottom: 0;}
.crm5 .tong-xun .item .sub-title{font-size: 12px;line-height: 18px;}
.crm5 .tong-xun .item:first-of-type{border-right: 1px solid #d8d8d9;}
.crm5 .tong-xun .item:first-of-type li{background-color:#547FD1 ;}
.crm5 .tong-xun .item:last-of-type li{background-color:#60a04c ;}
.crm5 .tong-xun .item li a{color: #fff;padding-top: 25px; padding-left: 15px;text-align: left;}
.crm5 .tong-xun .item li{width: 200px;height: 180px;margin-right: 10px;}
.crm5 .tong-xun .item li:hover{background-color:#FD4705 ;}
.crm5 .tong-xun .item li:nth-of-type(2n){margin-right: 0;}
.crm5 ul li a .cont p{padding-left: 15px;font-size: 14px;}
.crm-box ul li a .tit{font-size:18px;}



.crm6{padding-bottom: 60px;}
.crm6 .jicheng{width: 1000px;margin: 0 auto;display: flex;padding-top:80px;}
.crm6 .jicheng .part{width:33.3%;padding: 0 10px;border-right: 1px solid #d8d8d9;}
.crm6 .jicheng .part:last-of-type{border-right: none;}
.crm6 .jicheng .part .title{padding-bottom: 35px;font-size:30px;font-weight:700;color: #333;}
.crm6 .list-one .one{width: 100%;height: 100px;background-color: #547FD1;color: #fff;margin-bottom:10px;}
.crm6 .list-one .one1 a{cursor:default}
.crm6 .list-one .one2:hover{background-color: #FD4705;}
.crm6 .list-one .two{display: flex;justify-content: space-between;}
.crm6 .list-one .two .two-item{width: 48.6%;height: 100px;background-color: #547FD1;color: #fff;margin-bottom: 10px;}
.crm6 .list-one .two .two-item:hover{background-color: #FD4705;}
.crm6 .list-one .two .two-item a{padding-top:35px; padding-left: 5px;box-sizing: border-box;}
.crm6 .list-one .two .two-item a .tit{font-size: 18px;}
.crm6 .list-one .two .two-item a img{height: 25px;}
/*.crm6 .list-two .item{width: 100%;height: 100px;background-color: #60a04c;color: #fff;margin-bottom:10px;}*/
.crm6 .list-two .item{width: 100%;height: 100px;background-color: #547FD1;color: #fff;margin-bottom:10px;}
.crm6 .list-two .item:hover{background-color: #FD4705;}
.crm6 .list-three .item-box{display: flex;justify-content: space-between;flex-wrap:wrap ;}
/*.crm6 .list-three .item{width: 48.6%;height: 100px;background-color: #F7B722;color: #fff;margin-bottom:10px;}*/
.crm6 .list-three .item{width: 48.6%;height: 100px;background-color: #547FD1;color: #fff;margin-bottom:10px;}
.crm6 .list-three .item:hover{background-color: #FD4705;}
.crm6 .list-three .item:last-of-type{width: 100%;}

/* 爱获客-A */
.crm-content{background-color: #fff;text-align: center;}
/*.crm-content img{max-width:100%;}*/
  
/* 招商 */
.join-part .title{font-size: 44px;color: #000;font-weight: bold;position: relative;padding-bottom: 20px;text-align: center;}
.join-part .title::after{content: "";position: absolute;width: 84px;height: 5px;border-radius: 2px;left: 50%;transform: translateX(-50%); bottom:0;background-color: #ef1f1f;}
.join-part1{background-color: #fff;padding-top: 88px;}
.join-part1 .content{padding-top: 60px;font-size: 18px;color: #000; line-height: 1.25;}
.join-part1 .content p{padding-bottom: 30px;}
.join-part2{background-color: #fff;padding-top: 30px;padding-bottom: 50px;}
.join-part2 .content{padding-top: 60px;font-size: 18px;color: #000; line-height: 1.75;}
.join-part2 .content .email{color: #FC431F;}
.join-part3{background-color: #f5f5f5;padding-top: 50px;padding-bottom:30px;}
.join-part3 ul{padding: 50px 0 20px 0;} 
.join-part3 ul li{width: 387px;margin-right: 19px;margin-bottom: 30px;}
.join-part3 ul li:nth-of-type(3n){margin-right: 0;}
.join-part3 ul li .img-box{width: 100%;border-radius: 10px;overflow: hidden;}
.join-part3 ul li .img-box img{width: 100%;}
.join-part3 ul li .cont{padding-top: 30px;text-align: center;font-size:14px;}
.join-part3 .content{font-size: 18px;color: #7C7D7C;text-align: center;}
.join-part4{background: url(../images/join-part4.png);padding-top: 55px;padding-bottom: 35px;}
.join-part4 .title{margin-bottom: 60px;}
.join-part4 .item-tit{width: 290px;height: 60px;color: #fff;font-size: 20px;font-weight: 700; text-align: center;line-height: 60px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;
    background-image: linear-gradient(to right, #F0211F ,#FE4217);display: flex;align-items: center;justify-content: center;margin-bottom: 30px;} 
.join-part4 .item-tit span{font-weight: normal;font-size: 24px;margin-right: 5px;}
.join-part4 .layui-timeline-axis{color: #FE4217;top: 2px;}
.join-part4 .layui-timeline-item:before{top: 11px;}
.join-part4 .layui-text{color: #333;font-size: 16px;}
.join-part4 .equity-box li{color: #333;font-size: 16px;margin-bottom:25px ;}
.join-part4 .equity-box li .equity-tit{font-size: 18px;margin-bottom: 10px;}
.join-part4 .equity-box li .cont{line-height: 1.8;} 
.join-part5{background-color: #F5F5F5;padding-top: 30px;padding-bottom: 50px;}
.join-part5 .process-step{ width: 1027px; height: 84px; margin: 65px auto 20px; background-size: cover; }
.join-part5 img{width: 100%;}
.join-part5 .process-text{height: 72px;padding: 0 40px;}
.join-part5 p{width: 168px; height: 100%; font-size: 24px; color: #333; line-height: 36px; font-size: 500; float: left; text-align: center; margin-right: 149px}
.join-part5 p:last-of-type { margin: 0; }
.join-part6{height: 755px;background: url(../images/welcome_back.jpg);padding-top: 80px;}
.join-part6 .title{color: #fff;}
.join-part6 .desc-wrap { width: 420px; height: 266px; float: left; margin: 144px 233px 0 78px; color: #dfc6ab; }
.join-part6 .desc-wrap .recommend { font-weight: 700; font-size: 40px; line-height: 1; }
.join-part6 .desc-wrap .recommend span { display: inline-block; vertical-align: top; width: 76px; height: 40px; font-size: 26px; font-weight: normal; line-height: 40px; color: #fff; text-align: center; background: #ef1f1f; border-radius: 8px; margin-left: 16px; }
.join-part6 .desc-wrap .desc { font-size: 20px; line-height: 1.4; margin: 28px 0 54px; }
.join-part6 .desc-wrap .price { font-size: 40px; line-height: 1; color: #cdaf8e; }
.join-part6 .desc-wrap .price span { font-size: 100px; font-weight: 700; line-height: 88px; margin-right: 18px; }
.join-part6 .form{ width: 395px; float: left; padding: 20px; border-radius: 8px; margin-top: 20px; background: hsla(0,0%,47%,.37); }
.join-part6 .form .tabs{border-radius: 5px;overflow:hidden;}
.join-part6 .form .tabs .tabs-item{ width:50%;text-align:center;line-height:40px;color:#333;background-color:#fff;cursor:pointer;font-size:15px;}
.join-part6 .form .tabs .tabs-item.activeTab{background-color:#e0e4e8}
.join-part6 .form .form-box .form-item{display: none;padding-top:20px;}
/*.join-part6 .form .form-box .form-item .img-box{padding:30px;}*/
.join-part6 .form li{width: 100%; margin: 0 0 8px;}
.join-part6 .form li .input-tit{line-height: 1; padding-top: 0;display: block; text-align: left; padding-bottom: 8px; padding-top: 4px; font-size: 14px;color: #fff;}
.join-part6 .form li input{width: 100%;font-size: 14px;height: 40px;padding-left: 15px;border-radius: 5px;background: #fff;}
.join-part6 .form li.code-box input{width:70%;}
.join-part6 .form li.code-box .code{width:28%;    background-color: #ef1f1f;color:#fff;}
.join-part6 .form li.inputBtn{padding-top: 10px;}
.join-part6 .form li.inputBtn input{ width: 100%; height: 46px; max-width: 608px; font-size: 16px; border-radius: 3px;    color: #fff; background-color: #ef1f1f; border-color: #ef1f1f;}
.join-part6  #address{position: relative;}
.join-part6 .m-cityselect{position: absolute;    top: 77px;overflow: hidden;display: none;height: 300px;}
.join-part6 .m-cityselect.brouce-in{display: block;}

/* 详情页 */
.details-box{padding-top: 100px;padding-bottom: 20px;}
.details-box .w1200{background-color: #fff;padding:10px 20px;font-size: 16px;color: #666;}
.details-box img{max-width:100%;}

.details-boxs{padding-top: 120px;padding-bottom: 60px;background-color: #FFF;}
.details-boxs .w1200{background-color: #fff;padding:10px 20px;font-size: 16px;color: #666;}
.details-boxs img{max-width:100%;width:1200px}

.details-boxs ul.w1200{padding:10px 0 ;}
.details-boxs ul li{margin-bottom:35px;}
.details-boxs ul li.left .content{ float:left;padding-right:20px;}
.details-boxs ul li.right .content{float:right;padding-left:20px;}
.details-boxs ul li.left .content,.details-boxs ul li.right .content{width:400px;padding-top:90px;}
.details-boxs ul li .content .tit{font-size: 30px; padding-bottom: 20px;font-weight: 700;color:#333;text-align:center;}
.details-boxs ul li.left .tit,.details-boxs ul li.right .tit{text-align:left;}
.details-boxs ul li .content .cont{font-size: 16px;line-height: 1.6;color:#666;width: 1200px;text-align: center;margin:0 auto;
}
/*.details-boxs ul li .content .cont p span{width:1200px;    display: flex;justify-content: space-between;}*/
.details-boxs ul li.left .cont,.details-boxs ul li.right .cont{text-align:left; width: 100%;}
.details-boxs ul li .pic-box{width:100%;text-align:center;padding-top:15px;}
/*.details-boxs ul li.left .pic-box,.details-boxs ul li.right .pic-box{width:800px;height:500px;overflow:hidden;padding-top:0;}*/
.details-boxs ul li.left .pic-box,.details-boxs ul li.right .pic-box{width:800px;overflow:hidden;padding-top:0;}
/*.details-boxs ul li.left .pic-box img,.details-boxs ul li.right .pic-box img{width:100%;transition:all .3s;}*/
.details-boxs ul li.left .pic-box img,.details-boxs ul li.right .pic-box img{width:100%;transition:all .3s;}
.details-boxs ul li.left:hover .pic-box img,.details-boxs ul li.right:hover  .pic-box img{transform:scale(1.1)}

/* 角色详情页 */
.details-box2{padding: 30px;background-color: #fff;}
.details-box2 .w1100{padding: 0 0 60px 0;font-size: 16px;color: #666;max-width: 1100px;margin: 40px auto;}
.details-box2 .w1100 .part{padding: 60px 0;}
.details-box2 .w1100 .part .cont-left{width: 370px; height: 100%; padding-left: 80px; padding-top: 60px;padding-right: 10px;}
.details-box2 .w1100 .part .cont-left li{ color: #000; margin: 20px 0;}
.details-box2 .w1100 .part .cont-left .tit{font-size: 14px;font-weight: 700; line-height: 24px;}
.details-box2 .w1100 .part .cont-left .cont{  font-size: 12px; line-height: 20px; }
.details-box2 .w1100 .part .title{font-size: 24px; color: #333; padding-left: 20px;padding-bottom: 10px;}
.details-box2 .w1100 .part img{width: 680px;}


/* 下载 */
.down-bigBox .title{margin-top:30px;}
.down-bigBox .w1200{background-color: #fff;padding: 100px;margin-top:30px;}
.down-bigBox .w1200 .down-box{width: 100%;border-top: 1px solid #E7E7E7;border-left: 1px solid #E7E7E7;}
.down-bigBox .w1200 .down-box li{width: 50%;border-right:1px solid #E7E7E7;border-bottom: 1px solid #E7E7E7;padding: 30px;}
.down-bigBox .w1200 .down-box li .pic-box{width: 65px;}
.down-bigBox .w1200 .down-box li .pic-box img{max-width: 60px;}
.down-bigBox .w1200 .down-box li .cont-box .titles{font-size:16px ;color: #333;font-weight: 700;padding-right: 10px;}
.down-bigBox .w1200 .down-box li .cont-box .time{font-size: 12px;color: #666;}
.down-bigBox .w1200 .down-box li .cont-box .cont{font-size: 14px;color: #666;line-height: 1.8;}
.down-bigBox .w1200 .down-box li a{width: 85px;text-align: center;height: 35px;line-height: 35px;color: #fff;font-size: 14px;background-color: #547FD1;border-radius: 50px;}