/*header and footer
*/
body{
    overflow: hidden;
}

html{
    overflow-x: auto;
    min-width: 1200px;
}
.com-width{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* border: 1px solid red; */
}


/* breadnav */
.read-more,
.layui-head{
    min-width: 1200px;
}
.layui-head .com-width{
    position: relative;
    height: 80px;
    font-size: 14px;
}
.layui-head .phone,.layui-head .nav{
    position: absolute;
    line-height: 80px;

    
}

.layui-head .phone{
    left: 0;
    background: url("../images/icon-phone.png") no-repeat left
     center;
     padding-left: 38px;font-weight: bold;font-size: 18px;
}
.layui-head .nav {
    right: 0;
    /* display: none; */
    transition: all .5s ease-in-out;
    width: 0;
    overflow: hidden;
}

.layui-head .nav  li a:hover{
    color: #2e67f6;
}
.layui-head.open .nav{
    /* width: auto; */
    display: block;
    right: 80px;
    width: auto;

}
.layui-head .nav li{
    display: inline-block;
    margin-left: 40px;
}

.layui-head .btn{
    position: absolute;
    right: 0;
    top: 20px;
    transition: all .3s ease-in-out;

    margin-left: 30px;
    cursor: pointer;
    

}
.layui-head .btn.open{
    width: 93px;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    color: #fff;
    background: url("../images/icon-open.jpg") no-repeat 20px center #2e67f6;
    border-radius: 50px;
}

.layui-head .btn.open:hover{
    opacity: .8;
}
.layui-head .btn.close{
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 100%;
    color: transparent;
    background: url("../images/icon-close.png") no-repeat center #2e67f6;
    
}

/* banner */
.banner{
    position: relative;
    min-width: 1200px;
    overflow: hidden

}

/* .banner .com-width{
    position: relative;
} */
.banner .com-width a{
    display: inline-block;
    width: 200px;
    height: 60px;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    border-radius: 100px;

    transition: all .35s ease-in-out;
    
}
.banner .com-width a:last-child:hover{
    background-color: #eee;
    border-color: transparent;
    box-shadow: 0 10px 14px #ccc;
}
.banner .com-width a:first-child{
    color: #fff;
    border: 1px solid transparent;
    background: #2e67f6;
}

.banner .com-width a:first-child:hover{
    opacity: .8;
}
.banner .com-width a:last-child{
    background: url("../images/icon-kf.png") no-repeat 45px center #fff;
    border: 1px solid #2e67f6;
    color: #2e67f6;
    padding-left: 80px;
    text-align: left;
    width: 130px;
}

.banner .com-width a:last-child{
    margin-left: 13px;

}


.banner .btn{
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 68%;
}

.fixed{
    -webkit-transform: translateZ(0);
}
.padTop100{
    padding-top: 50px;
}
/* nav */
.nav-wrap{
    width: 100%;
    height:  60px;
    background-color: #2e67f6;
    min-width: 1200px;
    overflow: hidden;
}
.nav-wrap .com-width{
    width: 1100px;
}
.nav-con a{
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    margin-right: 90px;
    position: relative;
    display: inline-block;
}
.nav-con a:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 0;
    height: 2px;
    background-color: #fff;
}

.nav-con a:last-child{
    margin-right: 0;
}
.nav-con a:hover::after{
    width: 100%;
}

.nav-con a:hover{
    opacity: .8;
}

/* 1 软件简介 */
.intro .layui-row{
    /* padding-bottom: 50px; */
    /* padding-top: 30px; */
}
.intro .grid-left{
    padding-right: 80px;
    line-height: 28px;
    padding-top: 10px;
}

.intro .grid-left h1{
    font-size: 24px;
    font-weight: bold;
}
.intro .grid-left p{
    margin: 35px 0 40px;
}
.intro .grid-left p,
.intro .grid-left a{
    font-size: 14px;
}

.intro .grid-left a{
    color: #2e67f6;
}
.intro .layui-col-xs6:last-child img{
    max-width: 100%;

}



/* 2 */
/* .function-intro{
    padding-bottom: 100px;
} */
.function-intro .com-width{
    width: 1100px;
}

.function-intro .function-intro1{
    /* background: #f6f6f6; */
    padding-bottom: 60px;
    /* background: url("../images/function-bg.jpg") no-repeat top left; */
    /* padding-top: 20px; */
    /* background-size: cover; */
}
.function-intro .function-intro-con{
    font-size: 24px;
    padding-bottom: 50px;
    line-height: 42px;
}

/* .function-intro dl dt,
.function-intro dl dd{
    font-size: 18px;
} */

/* .function-intro dl dd{
    padding: 50px 48px;
    line-height: 38px;
} */
/* .function-intro dl .dd-function1{
    padding-top: 50px;
    height: 530px;
}
.function-intro dl .dd-function2{
    height: 740px;
} */




/* 2-2 */
.function-intro2 .title{
    font-size: 30px;
    font-weight: bold;
    color: #2e67f6;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
}

.function-intro2 .layui-table th{
    text-align: center;
    font-size: 24px;
    padding: 28px ;;
}

/* table */
.function-intro table{
    border-collapse: separate;
    background: transparent;
    width: 100%;
    color: #666;
    border: 0;
    table-layout: fixed;
}
.function-intro table tr td{
    font-size: 14px;
    color: #333;
    line-height: 26px;
    vertical-align: top;
    border-color: #fff;
    padding: 15px 15px;
    border-width: 2px;
}
/* .layui-table td, .layui-table th{
    border-color: #fff;
    padding: 0;
    border-width: 2px;
} */

.function-intro table tr td:last-child{
    border-right: 0;
}
.function-intro table tr td{
    border-top: 0;
    border-left: 0;
}
.function-intro table tr:nth-child(1) td{
    text-align: left;
    /* line-height: 28PX; */
    color: #fff;
    border-top-left-radius:10px;
    border-top-right-radius: 10px;
    overflow: hidden;
  
}
.layui-table th h2{
    min-width: 220px;
    padding: 37px 55px;
}

.function-intro table tr:last-child td:nth-child(1),
.function-intro table tr:last-child td:nth-child(2),
.function-intro table tr:last-child td:nth-child(3),
.function-intro table tr:last-child td:nth-child(4){
    border-bottom: 0;
}


.function-intro table tr:nth-child(1) td:nth-child(1),
.layui-table th:first-child{
    background: rgba(101, 137, 247, .8);
}

.function-intro table tr:nth-child(1) td:nth-child(2),

.layui-table th:nth-child(2){
    background: rgba(143, 94, 205, .8);
}

.function-intro table tr:nth-child(1) td:nth-child(3),

.layui-table th:nth-child(3){
    background: rgba(214, 129, 105, .8);
}

.function-intro table tr:nth-child(1) td:nth-child(4),

.layui-table th:nth-child(4){
    background: rgba(81, 179, 125, .8);
}




/* 2 */
/* .function-intro table tr:nth-child(1)  td,
.function-intro table tr:nth-child(2)  td{
    padding-top: 50px;
    padding-bottom: 80px;
} */
.function-intro table tr:nth-child(2) td:nth-child(1){
    background: rgba(101, 137, 247, .2);
}
.function-intro table tr:nth-child(2) td:nth-child(2){
    background: rgba(143, 94, 205, .2);
}
.function-intro table tr:nth-child(2) td:nth-child(3){
    background: rgba(214, 129, 105, .2);
}
.function-intro table tr:nth-child(2) td:nth-child(4){
    background: rgba(81, 179, 125, .2);
}

/* 3 */
.function-intro table td:nth-child(1),
.function-intro table tr:nth-child(3) td:nth-child(1){
    background: rgba(101, 137, 247, .08);
}

.function-intro table td:nth-child(2),
.function-intro table tr:nth-child(3) td:nth-child(2){
    background: rgba(143, 94, 205, .08);
}

.function-intro table td:nth-child(3),
.function-intro table tr:nth-child(3) td:nth-child(3){
    background: rgba(214, 129, 105, .08);
}


.function-intro table td:nth-child(4),

.function-intro table tr:nth-child(3) td:nth-child(4){
    background: rgba(81, 179, 125, .08);
}


/* 3 */
.give-wrap{
    background: #d9e1f5;
    padding-bottom: 100px;
}

.give-wrap .com-title h2,
.give-wrap .com-title p{
    color: #2e67f6;
}

.give-wrap .give-container{
    padding: 30px 0;
    background-color: #fff;
    border-radius: 15px;
    position: relative;


}
.give-wrap .layui-row{
    line-height: 30px;
    position: relative;
}
.give-wrap .give-con{
    height: 200px;
    overflow: hidden;

    transition: all .4s ease-in;
}
.give-wrap .showAll .give-con{
    height: auto;
}

.give-wrap .give-container:after{
    content: "";
    width: 1095px;
    height: 22px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 54px;
    bottom: -22px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.give-wrap .give-con.no:after{
    height: 0;
}
.give-wrap .layui-row h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.give-wrap .layui-row .times{
    color: #2e67f6;
    font-size: 14px;
}

.give-wrap .layui-row ul{
    margin-top: 12px;
}
.give-wrap .layui-row ul li{
    font-size: 16px;
}
.give-wrap .layui-row ul li span{
    float: right;
}
.give-wrap .layui-row .grid{
    padding: 10px 65px;
}
.give-wrap .layui-row .grid-right:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 53%;
    left: 0;
    top: 21%;
    background: #e5e5e5;
}
.give-wrap .com-width{
    position: relative;
}
.give-wrap .more{
    position: absolute;
    bottom: 20px;
    left: 50%;
    font-size: 14px;
    margin-left: -18px;
    background: url("../images/arrow.png") no-repeat top center;
    padding-top: 20px;
    cursor: pointer;
    width: 50px;
    text-align: center;
    margin-left: -24px;
}
.give-wrap .more:hover{
    color: #2e67f6;
}

.showAll .more:hover,
.showAll .more{
    color: transparent!important;
    background: url("../images/arrow-top.png") no-repeat top center;
}

.give-wrap .showAll  .layui-row .grid-right:after{
    height: 100%;
}

.give-wrap .showAll {
    padding-bottom: 70px;
}


.typical{
    padding-bottom: 50px;
    background: url("../images/typical-bg.jpg") no-repeat ;
}
.typical-con {
    padding-top: 10px;
}

.typical a{
    display: inline-block;
    /* border: 1px solid #e6e6e6; */
    margin-left: 34px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    width: 207px;
    height: 86px;
    text-align: center;
    /* background-color: #fff; */
}

.typical a img{
    max-width: 100%;
    
}
.layui-col-xs12 a:first-child{
    margin: 0;
}

/* 产品 */
.product-wrap{
    padding-bottom: 50px;
}
.product-wrap .img-wrap{
    height: 256px;
    overflow: hidden;
}

.product-wrap .img-wrap{
    width: 100%;

}
.product-wrap a{
    display: block;
    background: rgba(130, 159  , 247, .1) ;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 30px;
    color: #333;
    transition: all .4s ease-in;
}

.product-wrap a:hover{
    box-shadow: 5px 3px 20px rgba(0, 0, 0, .2);
}



.product-wrap a h2{
    font-size: 18px;
    padding: 20px 0 10px;
    transition: all .3s ease-in;
}

.product-wrap a:hover h2{
    color: #2e67f6;
    /* font-weight: bold; */

}
.product-wrap a p{
    line-height: 28px;
    font-size: 14px;
    height: 56px;
    overflow: hidden;
}

.product-wrap a i{
    font-size: 14px;
    color: #2e67f6;
    display: block;
    background: url("../images/arrow-right-blue.png") no-repeat left center;
    margin-top: 18px;
    padding-left: 28px;
}

.product-wrap .txt-wrap{
    padding: 0 35px;
}


.product-wrap .layui-col-space30>*{
    padding: 20px;
}

.product-wrap .layui-col-space30{
    margin-left: -20px;
}
/* 相关产品 */
.related {
    padding-bottom: 50px;
    background: url("../images/related-bg.jpg") no-repeat;
    background-size: cover;
    
}
.related a {
    display: block;
    text-align: center;
    margin-bottom: 8px;
   
}
.related a:hover{
    color: #2e67f6;
}
.related a p{
    font-size: 18px;
    margin-top: 18px;
    max-height: 31px;
    overflow: hidden;
}

.related a .img{
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    background-color: #fff;
    /* height: 175px; */

}

.related a .img img{
    max-width: 100%;
}

.related a:hover .img{
    box-shadow: 0 10px 18px #bbb;

}
.read-more{
    font-size: 24px;
    text-align: center;
    background-color: #2e67f6;
    color: #fff;
}
.read-more a{
    color: #fff;
    margin-left: 100px;
    line-height: 100px;
    background: url("../images/arrow-right.png") no-repeat right center;
    display: inline-block;
    padding-right: 45px;
    transition: all .35s ease-in-out;
}
.read-more a:hover{
    opacity: .8;
    /* margin-left: 145px; */
}

/* footer */
.footer{
    line-height: 32px;
    padding-top: 40px;
    background: #f4f4f4 ;
}
.footer h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

.footer a{
    font-size: 16px;
}
.footer .footer-bottom{
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #c5c5c5
}
.footer .footer-bottom a{
    padding-right: 20px;
}
.footer .com-width{
    padding:  0 12px;
}

/* .oth-wrap{
    position: fixed;
    right: 0 ;
    top:320px;
    display: none;
}

.oth-wrap a{
    display: block;
    width: 125px;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    font-size: 18px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    transition: all .35s ease-in-out;
}
.oth-wrap a.phone{
    background: url("../images/icon-phone2.png") no-repeat 10px center #2e67f6;
    color: #fff;
    font-weight: bold;
}

.oth-wrap a.phone:hover{
    opacity: .8;
}

.oth-wrap a.online{
    background: url("../images/icon-kf2.png") no-repeat 10px center #eee;
   
    color: #fff;
    font-weight: normal;
    margin-top: 15px;
    color: #333;
    box-shadow: 0 0 30px #aaa;
}


.oth-wrap a.online:hover{
    background-color: #fcfcfc;
} */




