*{
    padding: 0;
    margin: 0;
}
body{
    /*overflow: hidden;*/
}

/*导航了*/
.header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9999;
}
.navigation {
    width: 1298px;
    height: 84px;
    background: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.navigation-img {
    width: 171px;
    height: 46px;
}
.tabs-box {
    display: flex;
}
.tabs-each {
    font-weight: 400;
    font-size: 16px;
    margin-left: 56px;
}
.tabs-name {
    padding: 0 10px;
    height: 70px;
    line-height: 90px;
    text-align: center;
}
.tabs-name-a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
}
.wire {
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #FFF;
    border-radius: 0px 0px 0px 0px;
    margin: auto;
    margin-left: 3px;
    z-index: 999;
}
.product-main {
    width: 1017px;
    height: 486px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    margin: auto;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -508px;
    display: none;
}
.product-main-show{
    display: block;
}

.exploit-img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.exploit-h {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    padding: 0 24px 0 12px;
}

.exploit-t {
    font-weight: 400;
    font-size: 14px;
    color: #8C8D9F;
}

.main-title-box {
    padding: 42px 0 0 63px;
}

.list-box {
    width: 891px;
    height: 302px;
    background: #F9FAFF;
    border-radius: 0px 0px 0px 0px;
    margin: auto;
    margin: 24px auto;
    padding: 33px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.each-box {
    /* width: 300px; */
    width: 30%;
    height: 60px;
    /* background-color: #a06565; */
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px;
}
.each-box:hover {
    background-color: #EAEFF8;
    border-radius: 10px 10px 10px 10px;
}

.list-img {
    width: 42px;
    height: 42px;
    margin-right: 15px;
}

.each-name {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.each-text {
    font-weight: 400;
    font-size: 12px;
    color: #AAB4BD;
    line-height: 24px;
}

.hot {
    padding: 4px 3px;
    border-radius: 2px 2px 2px 2px;
    background-color: #FBE8E5;
    font-weight: bold;
    font-size: 12px;
    color: #DA4036;
}

/*banner*/
.banner{
    width: 100%;
    height: 650px;
    background: url("https://www.juanjisoft.com/company/image/about/banner.jpg") no-repeat center;
    background-size: cover;
}


.title{
    color: #222328;
    font-size: 32px;
    text-align: center;
    padding: 60px 0 20px 0;
}
.title-desc{
    font-size: 12px;
    color: #5E72B3;
    text-align: center;
    padding-bottom: 30px;
}


/*公司介绍*/
.company-container{
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
}

.company-desc{
    flex: 1;
}
.company-title{
    font-size: 20px;
    color: #1A3A66;
}
.company-line{
    background: #2C68FF;
    width: 40px;
    height: 6px;
    margin: 10px 0 20px;
}
.company-introduce{
    color: #4E638A;
    font-size: 14px;
    line-height: 26px;
}
.company-cover{
    width: 360px;
    height: 340px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
}
.company-l{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #2C68FF;
    width: 120px;
    height: 120px;
    opacity: 0.3;
}
.company-r{
    position: absolute;
    right: 0;
    top: 0;
    background: #2C68FF;
    width: 120px;
    height: 120px;
}


/*团队介绍*/

.team-container{
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.team-box{
    width: 188px;
}
.team-t{
    width: 188px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #F1F3F8;
}
.team-icon{

}

.team-depart{
    color: #2C68FF;
    font-size: 22px;
}
.team-b{
    height: 250px;
    background: #2C68FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 25px;
}

.team-person{
    color: #FFFFFF;
    font-size: 18px;
}
.team-add{
    color: #fff;
    font-size: 22px;
}
.team-desc{
    margin-top: 40px;
    color: #FFFFFF;
    font-size: 14px;
}

.team-active {
    margin-top: 100px;
}

.team-active .team-t {
    background: #fff;
    box-shadow: 0 0 5px 2px #F1F3F8;
}
.team-active .team-person{
    color: #fff;
}
.team-active .team-b{
    background: #F1F3F8;
}
.team-active .team-add{
    color: #1A3A66;
}
.team-active .team-person{
    color: #1A3A66;
}
.team-active .team-desc{
    color: #4E638A;
}



.partner-container{
    display: flex;
    max-width: 1280px;
    flex-wrap: wrap;
    margin: 0 auto 40px;
}
.partner-box{
    width: 25%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}
.partner-box:nth-of-type(4n){
    border-right: none;
}
.partner-box:nth-of-type(13),.partner-box:nth-of-type(14),.partner-box:nth-of-type(15),.partner-box:nth-of-type(16){
    border-bottom: none;
}
.partner-box .partner-logo{
    width: 144px;
    height: 56px;
    transition: margin-top 0.5s, width 0.5s,height 0.5s;
}
.partner-box:hover .partner-logo{
    margin-top: -20px;
    width: 180px;
    height: 70px;
}


.pay-container{
    display: flex;
    max-width: 1280px;
    flex-wrap: wrap;
    margin: 0 auto 40px;
}

.pay-l{
    background: #F1F3F8;
    padding: 50px;
    flex: 1;
}
.pay-title{
    color: #222328;
    font-size: 48px;
}
.pay-line{
    background: #2C68FF;
    width: 40px;
    height: 6px;
    margin: 20px 0;
}
.pay-time{
    color: #1A3A66;
    font-size: 16px;
}
.pay-way{
    color: #1A3A66;
    font-size: 16px;
    margin-top: 10px;
}

.pay-way{
    display: flex;
    align-items: center;
}
.pay-desc{}
.pay-ways{
    margin-top: 50px;
    color: #1A3A66;
    font-size: 18px;
}
.pay-num{
    color: #1A3A66;
    font-size: 16px;
    margin-bottom: 10px;
}
.pay-r{
    width: 430px;
    background: #24303D;
    padding: 80px 40px;
    box-sizing: border-box;
}
.pay-client{
    font-size: 20px;
    color: #fff;
}
.pay-r .pay-line{
    width: 30px;
}
.pay-goal{
    color: #fff;
    font-size: 14px;

}
.pay-info{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 60px;
}
.pay-t{
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.pay-b{
    color: #fff;
    font-size: 30px;
    text-align: center;
}

/*底部*/

.footer-box {
    width: 100%;
    height: 478px;
    background: #1B1E2D;
    border-radius: 0px 0px 0px 0px;
    cursor: default;
}

.footer {
    width: 1199px;
    margin: auto;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.footer-1 {
    width: 233px;
    color: #FFFFFF;
}

.footer-1-1 {
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
}

.footer-1-2 {
    font-weight: 500;
    font-size: 34px;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 10px;
}

.footer-1-3 {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
}

.footer-1-4 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 44px;
}

.footer-1-5 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-top: 10px;
}


.footer-2 {
    width: 1px;
    height: 285px;
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-3 {
    width: 300px;
    margin-left: 10px;
}

.footer-each-name {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
}

.footer-3-each {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
}

.footer-4-each {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
}

.wx-img {
    width: 160px;
    height: 160px;
    background: #D9D9D9;
    border-radius: 0px 0px 0px 0px;
    margin-top: 20px;
}
.wx-img-n {
    width: 160px;
    height: 160px;
}

.wx-text {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-top: 16px;
}


.footer-wire {
    width: 1300px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: auto;
    margin-top: 60px;
}

.footer-copyright {
    font-weight: 400;
    font-size: 12px;
    color: #6C6F78;
    margin-top: 24px;
    text-align: center;
}

.footer-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}
.footer-link2 {
    /*text-decoration: none;*/
    color: #6C6F78;
}
/*联系我们*/
.contact-container{
    text-align: center;
}
.contact-cover{
    width: 100%;
    max-width: 1280px;
    margin-bottom: 40px;
    cursor: pointer;
}


/*侧边栏*/
.service-container{
    width: 136px;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 18px;
    box-sizing: border-box;
    background: #fff;
    z-index: 10000;
    text-align: center;
}
.service-wx{
    width: 100px;
}
.service-box{
    border-bottom: 1px solid #E6EFFF;
    cursor: pointer;
}
.service-box:last-of-type{
    border-bottom: none;
}
.service-word{
    text-align: center;
    color: #1A3A66;
    font-size: 14px;
    padding: 10px 0;
}
.service-tel{
    color: #2C68FF;
    font-size: 16px;
    padding-bottom: 10px;
}
.service-online{
    margin-top: 10px;
}
.service-up{
    margin-top: 10px;
}


#addressImg{
    height: 500px;
    width: 100%;
	max-width: 1280px;
	margin: 20px auto;
}


.consult {
    width: 120px;
    height: 524px;
    background: linear-gradient(90deg, #1964FD 0%, #4280FF 100%);
    border-radius: 9px 9px 9px 9px;
    position: fixed;
    top: 250px;
    z-index: 100;
}

.consult-text {
    font-weight: bold;
    font-size: 18px;
    color: #EDF2FF;
    text-align: center;
    margin-top: 30px;
}

.consult-list {
    width: 100px;
    height: 448px;
    background: #FFFFFF;
    border-radius: 9px 9px 9px 9px;
    margin: auto;
    margin-top: 10px;
}

.consult-img {
    width: 83px;
    height: 75px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.consult-each {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

.consult-each a {
    text-decoration:none;
    color: #9CA9D2;
}

.consult-wire {
    width: 84px;
    height: 1px;
    background-color: #E0E8F0;
    margin: auto;
    margin-top: 10px;
}