

.zmain {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box; -webkit-box-sizing: border-box;
    position: relative;
}

* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

img { max-width: 100% !important; max-height: 100% !important; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


.saas1 { padding: 50px 0px 40px; }
.saas1  h2 { font-size: 30px; color: #333; font-weight: bold; text-align: center; }
.saas1 .text { margin-top: 30px; }
.saas1 .text p { font-size: 14px; line-height: 22px; margin-top: 20px; color: #666; }
.saas1 .text .sup-a { font-size: 12px; transform: scale(0.7); -webkit-transform: scale(0.7); }


.saas2 { overflow: hidden;  }
.saas2 h2 { font-size: 30px; color: #535353; text-align: center; font-weight: bold; }
.saas2 ul { margin-left: -40px; margin-right: -40px; display: flex; flex-direction: row; flex-wrap: wrap; }
.saas2 ul li { width: 50%; padding: 0px 40px;  }
.saas2 ul li .img { width: 60px; float: left; }
.saas2 ul li .img img { width: 100%; }
.saas2 ul li .text { margin-left: 80px; margin-bottom: 10px; }
.saas2 ul li .text strong { font-size: 16px; color: #535353; display: block; font-weight: bold;  line-height: 60px; }
.saas2 ul li .text strong a { color: #535353; }
.saas2 ul li .text strong a:hover { color: #31affc; }
.saas2 ul li .item { margin-left: 10px; }
.saas2 ul li .des{ 
    margin-bottom: 10px;
    line-height: 20px;
      font-size: 14px; color: #666; }
.saas2 ul li .item p { position: relative; 
     padding-left: 17px;
     margin-top: 4px; line-height: 22px;
     background: url('../images/s1.png') no-repeat left 8px;
      font-size: 14px; color: #666; }
.saas2 ul li .con { border-bottom: 1px solid #e9e9e9; padding: 30px 0px;  height: 100%;  }
.action--site-productconfig .saas2 ul li .item p ,.action--site-policyholder .saas2 ul li .item p{
    padding-left: 0px;
    margin-top: 4px; line-height: 22px;
    background: none;
     font-size: 14px; 
     color: #666; 
}

.z_saas2 ul li .text strong { line-height: 36px; }
.z_saas2 ul li .text span { font-size: 14px; }



.saas3 { background: url('../images/d11.png') no-repeat center center; background-size: cover; padding: 70px 0px 100px 0px; margin-top: 70px; } 
.saas3 .had h2 { font-size: 30px; color: #282828; text-align: center; font-weight: bold; }
.saas3 .had h3 { color: #495657; text-align: center; font-size: 30px; font-weight: bold; margin-top: 20px; }
.saas3 .had p { line-height: 22px; margin-top: 20px; font-size: 14px; color: #666; text-align: center; }
.saas3 .con h3 { color: #495657; text-align: center; font-size: 24px; font-weight: bold; margin-top: 40px; }
.saas3 .con img { margin: 0 auto; display: block; margin-top: 20px; }
.saas3 .con p { line-height: 22px; margin-top: 20px; font-size: 14px;  color: #666; }
.saas3 .con { overflow: hidden; }
.saas3 .con ul { letter-spacing: -5px; margin-top: 30px; margin-left: -20px; margin-right: -20px; }
.saas3 .con ul li { width: 50%; padding: 0px 20px;  display: inline-block; vertical-align: top; letter-spacing: 0px;  }
.saas3 .con h6 { font-size: 16px; color: #3f4342; margin-top: 20px; font-weight: bold; line-height: 25px; }
.saas3 .con .link { display: block; margin-top: 20px; }
.saas3 .con .link a { color: #666; font-size: 14px; }
.saas3 .con .link a:hover { color: #0087ff; }


.saas_but { text-align: center; margin-top: 50px; }
.saas_but .link { display: inline-block; background: #31affc; height: 42px; line-height: 42px; font-size: 14px; color: #fff; border-radius: 22px; padding: 0px 30px; }
.saas_but .link:hover { background: #005bac; }


.saas-box { position: relative; overflow: hidden;}
.saas-pos { position: relative; z-index: 9; }
.saas-move { position: absolute; right: -1127px; left: 0px; bottom: 0px; top: 16%; background: url(../images/hot-works-bg1.png) 0% 0% repeat-x; z-index: 1;   
-webkit-animation: move-bg 60s infinite linear;
-moz-animation: move-bg 60s infinite linear;
-ms-animation: move-bg 60s infinite linear;
-o-animation: move-bg 60s infinite linear;
animation: move-bg 60s infinite linear; }


.zimg-center img {  margin: 0 auto; display: block }
.insuremo-on-aws { padding-bottom: 0px; }

/* .insuremo-on-aws3 .con p { font-weight: bold; color: #333; } */
.insuremo-on-aws3 .tit-link a p { color: #333; font-weight: bold; }
.insuremo-on-aws3 .tit-link a:hover p { color: #0087ff; }
.insuremo-on-aws3 .con p { font-size: 15px; }


@keyframes move-bg {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1127px);
    }
}

@-moz-keyframes move-bg {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1127px);
    }
}

@-webkit-keyframes move-bg {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1127px);
    }
}

@-o-keyframes move-bg {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1127px);
    }
}




@media only screen and (max-width: 1440px){

.zmain { max-width: 960px; padding: 0px 20px; }
.saas1 h2 { font-size: 24px; }
.saas3 .had h2 { font-size: 24px; }

.insuremo-on-aws3 .con ul li .tit-link { min-height: 66px; }


}


@media only screen and (max-width: 960px){

.saas1 h2 { font-size: 30px; }
.saas1 .text p { font-size: 24px; line-height: 32px; }
.saas2 ul li .text strong { font-size: 26px;  }
.saas2 ul li .des { font-size: 24px; line-height: 28px;}
.saas2 ul li .item p { font-size: 24px; line-height: 32px; background: url('../images/s1.png') no-repeat left 14px; }
.saas2 ul li { width: 100%; }

.saas_but .link { font-size: 24px; height: 54px; line-height: 54px; border-radius: 30px; }
.saas3 .con ul li { width: 100%; margin-top: 20px; }
.saas3 .had h2 { font-size: 30px; } 
.saas3 .con p { font-size: 24px; line-height: 34px; }
.saas3 .con h6 { font-size: 24px; line-height: 30px; }

.saas2 ul  { margin-left: 0px; margin-right: 0px; } 

.saas1 { padding-bottom: 20px; }
.saas_but { margin-top: 30px; }
.saas3 { padding: 50px 0px; margin-top: 50px; }
.saas3 .con ul { margin-top: 0px; }

.z_saas2 ul li .text span { font-size: 24px; }

.action--site-productconfig .saas2 ul li .item p, .action--site-policyholder .saas2 ul li .item p { font-size: 24px; line-height: 30px; }

.saas3 .had p { font-size: 24px; line-height: 2rem; }



}