.sub-banner{height: 400px;background-color: #fff;background-repeat: no-repeat;background-position: center top;position: relative}
.sub-banner h2{
	font-family: 'dincond-medium';
	font-size: 60px;
	color:#fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	position:absolute;
	bottom: 30px;}
.sub-banner .container{position: relative;height: 400px;}

/*sub-nav*/
.sub-nav{position:absolute;height: 45px;bottom: -30px;left:50%;background-color: #fff;
-webkit-box-shadow: 0 12px 40px 6px rgba(0, 176, 211, 0.1);
box-shadow: 0 12px 40px 6px rgba(0, 176, 211, 0.1);}
.sub-nav li{float: left}
.sub-nav li a{display: block;line-height: 45px;text-align: center;font-size: 16px;color: #333;padding: 0 30px;border-right: 1px solid #efefef;text-decoration: none;}
.sub-nav li a:hover,.sub-nav li a.cur{
	color: #fff;
	-webkit-background-image: linear-gradient(30deg, #0180b4 0%, #3abfc4 100%);
    background-image: linear-gradient(30deg, #0180b4 0%, #3abfc4 100%);}

.robot-title{padding: 10px 0;margin-bottom:30px;border-bottom: 1px solid #eaeaea;position: relative}
.robot-title:after{
    content: '';
    width: 40px;height: 8px;border-radius: 4px;
    position: absolute;left:0;top: 5px;
    -webkit-background-image: linear-gradient(-120deg, #009cd5 10%, #3abfc4 100%);
    background-image: linear-gradient(-120deg, #009cd5 10%, #3abfc4 100%);
}
.robot-title h3{font-size: 32px;font-weight: 600;color: #555;}
.robot-title h3 span{font-size: 18px;letter-spacing: 0;color: #999;padding-left: 10px;font-family: 'dincond-medium';}

.robot-title1{padding: 10px 0;margin-bottom:30px;position: relative}
.robot-title1 h3{font-size: 32px;font-weight: 600;color: #555;text-align: center;}
.robot-title1 h3 span{font-size: 18px;letter-spacing: 0;color: #999;padding-top: 20px;font-family: 'dincond-medium';display: block;}

.r1{padding: 80px 0;background-color: #fff;}
.r1-div{padding: 20px;}
.r1-div .r1-cont{width: 70%;margin-right: 0;margin-left: auto;position: relative;padding-top: 30px;}
.r1-div .r1-cont .ri-ul{position: relative;overflow:hidden;}
.r1-div .r1-cont .ri-ul:after{
	content: '';
	border:8px dotted rgba(0,0,0,0.1);
	width: 1210px;height: 1210px;border-radius: 50%;
	position: absolute;left: -830px;bottom: 15px;
    z-index: 1;
}
.r1-div .r1-cont span{font-size: 6rem;position: absolute;top:-40px;right:293px;color: rgba(0,0,0,0.1);
	transform:rotate(5deg);
}
.r1-div .r1-cont .ri-ul li{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	position: relative;
	align-items: center;
    z-index:2;
}
.r1-div .r1-cont .ri-ul li:nth-child(1){padding-left: 300px;margin-bottom: 50px}
.r1-div .r1-cont .ri-ul li:nth-child(2){padding-left: 280px;margin-bottom: 30px}
.r1-div .r1-cont .ri-ul li:nth-child(3){padding-left: 220px;margin-bottom: 10px}
.r1-div .r1-cont .ri-ul li:nth-child(4){padding-left: 130px;margin-bottom: 10px}
.r1-div .r1-cont .ri-ul li:nth-child(5){padding-left: 0;top:-30px;}
.r1-div .r1-cont .ri-ul li .icon{ z-index:3;width: 100px;height: 100px;background-color: #92c3db;border-radius: 50%;line-height: 100px;text-align: center;position: relative;border: 4px solid #fff;}
.r1-div .r1-cont .ri-ul li .icon i{font-size: 5rem;color: #fefefe;}
.r1-div .r1-cont .ri-ul li .info{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;}
.r1-div .r1-cont .ri-ul li .info h4{border-radius: 8px;background-color: #0082b9;height: 55px;min-width: 220px;left:-30px;bottom: -30px;position: relative;padding:10px 10px 0 35px;color: #fff;font-size: 18px;line-height: 30px;}
.r1-div .r1-cont .ri-ul li:nth-child(2n) .info h4{background-color: #91ba2c;}
.r1-div .r1-cont .ri-ul li:nth-child(4) .info h4{padding:5px 10px 0 50px;line-height: 22px;}
.r1-div .r1-cont .ri-ul li .info p{font-size: 16px;line-height: 22px;position: relative;top:35px;}


.r2{padding: 50px 0;background-color: #fff;background-image: url(../images/bg5.jpg);background-size: cover;background-position: center center}
.r2 .r2-cont{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	-o-justify-content:space-between;
	justify-content:space-between;
}
.r2 .r2-cont .r2-ul{width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	-o-justify-content:space-between;
	justify-content:space-between;
    padding-top: 50px;}
.r2 .r2-cont .r2-ul li{width: 23.5%;height: 160px;margin-right: 2%;margin-bottom: 5%;border-radius: 10px;background-color: rgba(0,0,0,0.15);position: relative;}
.r2 .r2-cont .r2-ul li:nth-child(4n){margin-right: 0;}
.r2 .r2-cont .r2-ul li:nth-child(5){margin-bottom: 0;}
.r2 .r2-cont .r2-ul li:nth-child(6){margin-bottom: 0;}
.r2 .r2-cont .r2-ul li:nth-child(7){margin-bottom: 0;}
.r2 .r2-cont .r2-ul li:nth-child(8){margin-bottom: 0;}
.r2 .r2-cont .r2-ul li .icon{position: absolute;top:-40px;left:50%;margin-left: -40px;
    width: 80px;height: 80px;border-radius: 50%;text-align: center;line-height: 80px;
    -webkit-background-image: linear-gradient(-120deg, #009cd5 10%, #3abfc4 100%);
    background-image: linear-gradient(-120deg, #009cd5 10%, #3abfc4 100%);
}
.r2 .r2-cont .r2-ul li .icon i{font-size: 4rem;color: #fff}
.r2 .r2-cont .r2-ul li .info{text-align: center;color: #fff;padding-top: 50px;width: 100%;}
.r2 .r2-cont .r2-ul li .info h4{font-size:18px;line-height: 25px;}
.r2 .r2-cont .r2-ul li .info p{font-size: 12px;line-height: 20px;}

.r3{padding: 80px 0;background-color: #fff}
.r3 .r3-cont{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    justify-content:space-between;
    align-items: center;
}
.r3 .r3-cont .r3-img{width: 30%;text-align: left}
.r3 .r3-cont .r3-img img{width: 100%;}
.r3 .r3-cont .r3-ul{width: 60%;margin: 0 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    justify-content:space-between;
    align-items: center;
    background-image: url(../images/bg6.png);background-repeat: no-repeat;background-size: auto 90%;background-position: center center;
    height: 361px;

}
.r3 .r3-cont .r3-ul li{width: 23.5%;height: 130px;border-radius: 20px;font-size: 22px;font-weight: 600;color: #fff;text-align: center;line-height: 28px;margin-right: 2%;border: 4px solid #fff;
padding: 25px 0 0 0;
}
@media only screen and (max-width:1280px){
    .r3 .r3-cont .r3-ul{
       background-size: auto 85%;
    }
    .r3 .r3-cont .r3-ul li{font-size: 18px;}
}
.r3 .r3-cont .r3-ul li:nth-child(1){background-color: #9ab957;}
.r3 .r3-cont .r3-ul li:nth-child(2){background-color: #5bb27a;}
.r3 .r3-cont .r3-ul li:nth-child(3){background-color: #5e8aaa;}
.r3 .r3-cont .r3-ul li:nth-child(4){background-color: #7f62a0;margin-right:0;}
.r4{padding: 50px 0;background-color: #fff;background-image: url(../images/bg8.jpg);background-size: cover;background-position: center bottom}
.r4 .r4-cont{}
.r4 .r4-cont .r4-ul{
    height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 0 0 1%;
    position: relative;
    margin: 60px 0 20px 0}
.r4 .r4-cont .r4-ul:after{
    content: '';
    width: 100%;height: 4px;background-color:rgba(255,255,255,0.7);
    position: absolute;top:50%;margin-top: -2px;left: 0;border-radius: 2px;
    z-index: 1;
}
.r4 .r4-cont .r4-ul li{position: relative;z-index: 2;height: 100px;width: 180px;position: relative;text-align: center;line-height:25px;font-size:20px;color: #666;font-weight: 600;}
.r4 .r4-cont .r4-ul li:nth-child(2n){margin-top: 100px;padding-top: 50px;}
.r4 .r4-cont .r4-ul li:after{
    content: '';
    width: 30px;height: 30px;background-color: #49abc4;border-radius: 50%;
    position: absolute;bottom:-15px;left:50%;margin-left: -15px;border: 3px solid #fff;
    z-index: 2;
}
.r4 .r4-cont .r4-ul li:nth-child(2n):after{ top: -15px;}
.r4 .r4-cont .r4-ul li:nth-child(2):after{background-color: #46d290}
.r4 .r4-cont .r4-ul li:nth-child(3):after{background-color: #5edf45}
.r4 .r4-cont .r4-ul li:nth-child(4):after{background-color: #d3ea45}
.r4 .r4-cont .r4-ul li:nth-child(5):after{background-color: #f69445}

.r5{padding: 50px 0;background-color: #fff;}
.r5 .r5-cont{}
.r5 .r5-cont .r5-img{text-align: center;margin: 10px auto;}
.r5 .r5-cont .r5-img img{}
.r5 .r5-cont .r5-ul{
    height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}
.r5 .r5-cont .r5-ul li{width: 12.57%;height: 150px;border-radius: 10px;background-color:#92c3db;font-size: 22px;color: #fff;font-weight: 600;text-align: center;
line-height: 30px;padding-top: 50px;}
.r5 .r5-cont .r5-ul li:nth-child(2n){background-color: #91ba2c}

.r6{padding: 50px 0;background-color: #fff;background-image: url(../images/bg9.png);background-size: cover;background-position: center bottom}
.r6 .r6-cont{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.r6 .r6-title{font-size: 30px;color: #666;font-weight: 600;text-align: center;width: 100%;margin-bottom: 30px;position: relative;}
.r6 .r6-title span{color: #0082b9;font-size: 60px;font-family: Montserrat-Regular;font-weight: 800;}
.r6 .r6-title:after{
    content: '';
    width: 50px;height: 8px;border-radius: 4px;
    left: 50%;margin-left: -25px;bottom: -30px;position: absolute;
    -webkit-background-image: linear-gradient(-120deg, #0082b9 10%, #3abfc4 100%);
    background-image: linear-gradient(-120deg, #0082b9 10%, #3abfc4 100%);
}
.r6 .r6-cont .r6-ul{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding-top: 50px;

}
.r6 .r6-cont .r6-ul li{width: 25%;position: relative;}
.r6 .r6-cont .r6-ul li .title{
    width: 140px;height: 140px;margin: 20px auto;
    border-radius: 50%;background-color: #0082b9;
    line-height: 140px;font-size: 25px;font-weight: 800;
    text-align: center;position: relative;
}
.r6 .r6-cont .r6-ul li:nth-child(2n) .title{background-color: #91ba2c;}
.r6 .r6-cont .r6-ul li:nth-child(2n) .title i{background-color: #0082b9;}
.r6 .r6-cont .r6-ul li .title i{width: 40px;height: 40px;border-radius: 50%;text-align: center;color: #fff;font-family: Montserrat-Regular;line-height: 40px;
position: absolute;top:0;right: 0;z-index: 2;display: block;background-color:#91ba2c; }
.r6 .r6-cont .r6-ul li .title span{color: #fff;}
.r6 .r6-cont .r6-ul li .info{width: 80%;margin: 0 auto;}
.r6 .r6-cont .r6-ul li .info p{font-size: 18px;line-height: 25px;color: #666;font-weight: 600;position: relative;padding-left: 20px;}
.r6 .r6-cont .r6-ul li .info p:after{
    content: '';
    width: 6px;height: 6px;background-color: #999;
    position: absolute;left:0;top:50%;margin-top: -3px;border-radius: 50%;
}
.r7{padding: 50px 0;background-color: #fff;}
.r7 .r7-cont{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.r7 .r7-cont .r7-ul{}
.r7 .r7-cont .r7-ul li{font-size: 20px;color: #009cd5;line-height:50px;position: relative;padding-left: 20px;font-weight: 600;}
.r7 .r7-cont .r7-ul li:after{
    content: '';
    width: 6px;height: 6px;background-color: #009cd5;
    position: absolute;left:0;top:50%;margin-top: -3px;border-radius: 50%;
}

.r8{padding: 50px 0 0 0;background-color: #f6f6f6;}
.r8 .r8-cont{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}
.r8 .r8-cont .r8-img{width: 40%;}
.r8 .r8-cont .r8-img img{}
.r8 .r8-cont .r8-ul{position: relative;width: 440px;height: 650px;margin: 0 0 0 auto}
.r8 .r8-cont .r8-ul li{
    width: 160px;
    height: 100px;
    background: #0082b9;
    position: absolute;
    font-size: 22px;font-weight: 600;color:#fff;text-align: center;
}
.r8 .r8-cont .r8-ul li:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 40px solid #0082b9;
}
.r8 .r8-cont .r8-ul li:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 40px solid #0082b9;
}
.r8 .r8-cont .r8-ul li:nth-child(2n){ background: #91ba2c;}
.r8 .r8-cont .r8-ul li:nth-child(2n):before {border-bottom: 40px solid #91ba2c;}
.r8 .r8-cont .r8-ul li:nth-child(2n):after {border-top: 40px solid #91ba2c;}
.r8 .r8-cont .r8-ul li:nth-child(1){left:140px;top:0;}
.r8 .r8-cont .r8-ul li:nth-child(2){left:50px;top:160px}
.r8 .r8-cont .r8-ul li:nth-child(3){right:50px;top:160px}
.r8 .r8-cont .r8-ul li:nth-child(4){left:140px;top:320px;}
.r8 .r8-cont .r8-ul li:nth-child(5){left:-40px;top:320px;}
.r8 .r8-cont .r8-ul li:nth-child(6){left:50px;top:480px;}

.r9{padding: 80px 0;background-color:#f2f2f2}
.r9 .r9-cont{}
.r9 .r9-cont .r9-ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.r9 .r9-cont .r9-ul li{width: 25%;}
.r9 .r9-cont .r9-ul li .icon{width: 80px;height: 80px;line-height: 80px;border-radius: 50%;margin: 10px auto;text-align: center;}
.r9 .r9-cont .r9-ul li .icon i{font-size: 4rem;color: #fff;}
.r9 .r9-cont .r9-ul li .info{text-align: center;}
.r9 .r9-cont .r9-ul li .info h4{font-size: 18px;font-weight: 600;color: #666;margin-bottom: 10px;line-height: 28px;}
.r9 .r9-cont .r9-ul li .info p{font-size: 14px;color: #999;}
.r9 .r9-cont .r9-ul li:nth-child(1) .icon{background-color: #7f62a0}
.r9 .r9-cont .r9-ul li:nth-child(2) .icon{background-color: #5f78a7}
.r9 .r9-cont .r9-ul li:nth-child(3) .icon{background-color: #5dada5}
.r9 .r9-cont .r9-ul li:nth-child(4) .icon{background-color: #5bb463}
.r9 .r9-cont .r9-ul li:nth-child(5) .icon{background-color: #9ab957}