


.banner img{width: 100%;}
.index_con1 .divBox{font-size: 0;}
.index_con1_left,.index_con1_right{display: inline-block;vertical-align: top;width: 50%;}
.index_con1{padding: 25px 0 45px;}
.index_con1_left p{font-size: 14px;color: #030419;line-height: 25px;margin-top: 20px;}
.index_con1_right{box-sizing: border-box;padding-left: 55px;}
.index_con1_right h1{font-size: 14px;color: #030419;font-weight: bold;margin-top: 23px;}
.index_con1_right p{line-height: 25px;color: #030419;font-size: 14px;margin-top: 16px;}
.index_con1_right p span{width: 80%;display: inline-block;margin-left: 20px;vertical-align:top;}
.index_con1_right h2{font-size: 14px;color: #030419;font-weight: bold;margin-top: 40px;}
.index_con1_right i{display: block;font-size: 16px;color: #005096;font-weight: bold;font-style: oblique;line-height: 30px;margin-top: 25px;}


.index_con2{padding: 45px 0;background: #dff0ff;}
.index_con2 h1{font-size: 34px;color: #030419;text-align: center;font-family: Arial;}
.index_con2 .divBox{font-size: 0;}
.index_con2_left,.index_con2_right{display: inline-block;vertical-align: top;width: 400px;vertical-align: top;margin-top: 55px;}
.index_con2_right{width: 800px;box-sizing:border-box;padding-left: 80px;}
.index_con2_right p{font-size: 14px;color: #030419;line-height: 25px;margin-top: 25px;}
.index_con2_right p:first-child{margin-top: 0;}
.index_con2_left img{width: 100%;}
.index_con2_right_a{display: block;width: 195px;height: 33px;text-align: center;line-height: 33px;border-radius: 50px;background: #141534;
font-size: 16px;color: white;font-family: arial;font-style: oblique;margin-top: 20px;}
.index_con2_right_a:hover{background: #030309;}



.index_con1_left p{transform: translateY(150px);opacity: 0;}
.index_con1_left p:nth-child(1),.index_con1_right h1{transition: 0.6s ease-in-out 0.5s;}
.index_con1_left p:nth-child(2){transition: 0.7s ease-in-out 0.7s;}
.index_con1_left p:nth-child(3){transition: 0.7s ease-in-out 0.9s;}
.index_con1_left p:nth-child(4){transition: 0.7s ease-in-out 1.1s;}
.index_con1_left p:nth-child(5){transition: 0.7s ease-in-out 1.3s;}
.index_con1_left p:nth-child(6){transition: 0.7s ease-in-out 1.5s;}
.index_con1_left.active p{transform: translateY(0px); opacity: 1;}



.index_con1_right h1,.index_con1_right p,.index_con1_right h2,.index_con1_right i,.index_con2_right p{transform: translateX(150px);opacity: 0;}
.index_con1_right.active h1,.index_con1_right.active p,.index_con1_right.active h2,.index_con1_right.active i
,.index_con2.active .index_con2_right p{transform: translateX(0px);opacity: 1;}
.index_con1_right p:nth-child(2){transition: 0.7s ease-in-out 0.7s;}
.index_con1_right p:nth-child(3){transition: 0.7s ease-in-out 0.9s;}
.index_con1_right p:nth-child(4){transition: 0.7s ease-in-out 1.1s;}
.index_con1_right p:nth-child(5){transition: 0.7s ease-in-out 1.3s;}
.index_con1_right p:nth-child(6){transition: 0.7s ease-in-out 1.5s;}
.index_con1_right h2{transition: 0.7s ease-in-out 1.7s;}
.index_con1_right i{transition: 0.7s ease-in-out 1.9s;}



.index_con2 h1{transform: translateY(150px);opacity: 0;transition: 0.6s ease-in-out 0.5s;}
.index_con2.active h1{transform: translateY(0px); opacity: 1;}

.index_con2_left{transform: translateX(-150px);opacity: 0;transition: 0.7s ease-in-out 1s;}
.index_con2.active .index_con2_left{transform: translateX(0px);opacity: 1;}
.index_con2_right p:nth-child(1){transition: 0.7s ease-in-out 1.5s;}
.index_con2_right p:nth-child(2){transition: 0.7s ease-in-out 1.7s;}
.index_con2_right p:nth-child(3){transition: 0.7s ease-in-out 2.1s;}

.index_con2_right_a{transform: translateY(150px);opacity: 0;transition: 0.7s ease-in-out 2s;}
.index_con2.active .index_con2_right_a{transform: translateY(0px); opacity: 1;}
.index_con6_right li{
	float: left;
	width: 23.5%;
    margin-right:2%; 
    transform: translateY(150px);
    opacity: 0;
}
.index_con6_right li:last-child{
    margin-right:0;
    
}
.index_con6_right li .img{
    overflow: hidden;
}
.index_con6_right li img{
    width: 100%;
    transition: 0.5s ease-in-out;
}
.index_con6_right li h3{
    font-size: 13px;
    text-align: center;
    line-height: 50px;
    background:#1d8fa8;
    color:#fff

}
.index_con6_right ul{
    margin: 35px 0
}
.index_con6_right li:hover img{
    transform: scale(1.15);
    
}
.index_con6_right h1{
    margin: 40px 0
}
.index_con2.active .index_con6_right li:nth-child(1){
    transform: translateY(0);
    opacity: 1;
    transition: 0.5s ease-in-out 1.1s;
}
.index_con2.active .index_con6_right li:nth-child(2){
    transform: translateY(0);
    opacity: 1;
    transition: 0.5s ease-in-out 1.3s;
}
.index_con2.active .index_con6_right li:nth-child(3){
    transform: translateY(0);
    opacity: 1;
    transition: 0.5s ease-in-out 1.5s;
}
.index_con2.active .index_con6_right li:nth-child(4){
    transform: translateY(0);
    opacity: 1;
    transition: 0.5s ease-in-out 1.7s;
}
