header>div>div>a:nth-child(1){ background-color: #566CD3; }
header>div>div>a:nth-child(2){ background-color: #4058CD; }

#banner{
    background-color: #07094A;
    background-image: -webkit-linear-gradient(to right, #07094A, #232B95); 
    background-image:    -moz-linear-gradient(to right, #07094A, #232B95);
    background-image:      -o-linear-gradient(to right, #07094A, #232B95);
    background-image:        linear-gradient(to right, #07094A, #232B95);
}
#banner>div{
    margin: 0 auto;
    width: 1200px;
    height: 535px;
    box-sizing: border-box;
    padding-top: 171px;
    color: #FFF;
    background: url(../images/tool/banner-cut.png) no-repeat right 138px;
    background-size: 441px 301px;
}
#banner>div>h1{
    font-size: 34px;
    margin: 0 0 41px 0;
}
#banner>div>p{
    max-width: 648px;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 37px;
    color: rgba(255, 255, 255, .6);
}
#banner>div>a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 36px;
    text-align: center;
    border: 1px solid #F6F7FC;
    border-radius: 6px;
    color: #FFF !important;
    text-decoration: none !important;
}
#banner>div>a:hover{
    background-color: rgba(255, 255, 255, .1);
}

#iService{
    background-color: #F6F7FC;
}
#iService>.title,
#iTool>.title{
    margin: 0 auto;
    text-align: center;
    color: #101010;
    font-size: 24px;
    display: block !important;
}
#iService>.title{
    padding: 96px 0 88px;
}
#iService>div:last-child{
    margin: 0 auto;
    width: 1356px;
    height: 900px;
    padding-bottom: 135px;
    position: relative;
}
#iService>div>img.bg{
    display: inline-block;
    width: 954px;
    position: absolute;
    bottom: 135px;
    left: 201px;
}
#iService>div>.point{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    background-color: #FFBB00;
}
#iService>div>.point.fontHidde{
    background-color: #1EC7F5;
}
#iService>div>.point::before{
    content: ' ';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -7px;
    left: -7px;
    background-color: inherit;
    border-radius: 50%;

    animation: point-animation 1s linear infinite;
    -webkit-animation: point-animation 1s ease infinite;
    -moz-animation: point-animation 1s linear infinite;
    -o-animation: point-animation 1s linear infinite;
}
@keyframes point-animation
{   
    0%{
        opacity: .3;
    }
	25%{
        opacity: .45;
	}
	50%{
        opacity: .6;
	}
	75%{
        opacity: .45;
    }
	100%{
        opacity: .3;
    }
}
#iService>div>.point>font{
    white-space: nowrap;
    color: #787878;
    font-size: 16px;
    position: absolute;
}
#iService>div>.point.fontHidde>font{
    display: none;
}
#iService>div>.point>font.left{
    right: 40px;
}
#iService>div>.point>font.top{
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
#iService>div>.point>font.right{
    left: 40px;
}
#iService>div>.point>i{
    display: inline-block;
    height: 1px;
    background-color: inherit;
    position: absolute;
    top: 8px;

    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
}
#iService>div>.point>i.iHidde{
    width: 0 !important;
}
#iService>div>.point>i.left{
    right: 8px
}
#iService>div>.point>i.right{
    left: 8px
}

#iService>div>.iServiceContent{
    width: 307px;
    box-sizing: border-box;
    padding-top: 36px;
    padding: 36px 34px 34px;
    border: 1px solid #1EC7F5;
    position: absolute;
    top: 270px;
    left: 22px;
    background-color: rgba(246,247,252,.9);

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
}
#iService>div>.iServiceContent>.title{
    color: #3568FF;
    font-size: 15px;
    margin-bottom: 21px;
}
#iService>div>.iServiceContent>.content{
    color: #787878;
    font-size: 13px;
    line-height: 26px;
}
/* 
203  275
 */
#iTool{
    background-color: #FFFFFF;
}
#iTool>div.title{
    padding: 119px 0 72px;
}
#iTool>div{
    margin: 0 auto;
    width: 1230px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 186px;
    position: relative;
}
#iTool>div>div{
    width: 805px;
}
#iTool>div>img{
    display: inline-block;
    /* width: 260px; */
}
#iTool>div:nth-child(3)>img{
    position: absolute;
}
.iToolContent>.title{
    display: flex;
    align-items: center;
    padding-bottom: 54px;
    border-bottom: 1px solid #C9CACD;
    margin-bottom: 106px;
}
.iToolContent>.title>span:nth-child(1){
    padding-right: 52px;
    color: #101010;
    font-size: 28px;
    font-weight:500;
}
.iToolContent>.title>span:nth-child(2){
    color: #3D6EFF;
    font-size: 20px;
}
.iToolContent>.content{
    display: flex;
}
.iToolContent>.content>ul{
    color: #464646;
}
.iToolContent>.content>ul:first-child{
    margin-right: 100px;
    color: #3568FF;
}
.iToolContent>.content>ul>font{
    font-size: 16px;
    display: block;
    margin-bottom: 30px;
}
.iToolContent>.content>ul>li{
    font-size: 18px;
    color: #515151;
}
.iToolContent>.content>ul>li:not(:last-child){
    margin-bottom: 12px;
}