/*business_info.css*/

/*visual S*/
.info_visual{background: url('../img/business/banner.png'); background-position: center; background-size: cover; background-repeat: no-repeat;}
/*visual E*/

/*section1 S*/
.info_con_wrap h4{font-size: 16px; line-height: 26px; color: #333; padding-top: 15px;}
.info_con_wrap .sect1_con1{margin: 30px 0;}
.info_con_wrap .sect1_con1 li{float: left; width: 32%; height: 270px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.info_con_wrap .sect1_con1 li:nth-child(1){background-image: url('../img/business/section1_img1.png');}
.info_con_wrap .sect1_con1 li:nth-child(2){background-image: url('../img/business/section1_img2.png'); margin: 0 2%;}
.info_con_wrap .sect1_con1 li:nth-child(3){background-image: url('../img/business/section1_img3.png');}
.info_con_wrap .sect1_con2{width: 100%;}
.info_con_wrap .sect1_img{width: 100%; height: 580px;background-image: url('../img/business/section1_img4.png'); background-position: center; background-repeat: no-repeat; background-size: cover;}
.info_con_wrap .sect1 .txt_wrap p{padding: 30px 0;}
/*section1 E*/

/*section2 S*/
.info_con_wrap .section_wrap{padding: 100px 0;}
.info_con_wrap .sect2{width: 100%; background: #f5f5f5; padding: 100px 0;}
.info_con_wrap .sect2_left{float: left; width: 55%;}
.info_con_wrap .sect2_left .con_title{text-align: left;}
.info_con_wrap .sect2_left .con_title h5{padding: 10px 0;}
.info_con_wrap .sect2_left .con_title h6{font-size: 14px; line-height: 35px; color: #f2b705;}
.info_con_wrap .sect2_left .con_title .sect2_p2{padding-top: 15px;}
.info_con_wrap .sect2_right{float: right; width: 45%;}
.info_con_wrap .sect2_img{width: 100%; height: 450px; background-image: url('../img/business/section2_img.png'); background-repeat: no-repeat; background-size: cover; background-position: center; border-radius: 0;}
/*section2 E*/

@media screen and (max-width:1500px){
    .info_con_wrap .sect1 .con_title p{word-break: keep-all;}
    .info_con_wrap .sect1 .con_title p br{display: none;}
    .info_con_wrap .sect2_left{padding-right: 20px;}
    .info_con_wrap .sect2_left .con_title p{word-break: keep-all;}
    .info_con_wrap .sect2_left .con_title p br{display: none;}
}
@media screen and (max-width:1199px){
    .info_con_wrap .sect2_left .con_title h6{line-height: 20px;}
    .info_con_wrap .vs_btn_wrap{margin-top: 20px;}
}
@media screen and (max-width:980px){
    .info_con_wrap .sect1 .con_title h5{word-break: keep-all;}
    .info_con_wrap .sect1_con1 li{height: 200px;}
    .info_con_wrap .sect1_con1{margin: 15px 0;}
    .info_con_wrap .sect1_img{height: 480px;}
    .info_con_wrap .sect2 .con_title h5{word-break: keep-all;}
}
@media screen and (max-width:767px){
    .info_con_wrap .sect1_con1 li{width: 100%; height: 300px;}
    .info_con_wrap .sect1_con1 li:nth-child(2){margin: 20px 0;}
    .info_con_wrap .sect2_left{width: 100%; padding: 0;}
    .info_con_wrap .vs_btn_wrap{margin-top: 40px;}
    .info_con_wrap .sect2_right{width: 100%; margin-top: 50px;}
    .info_con_wrap .sect2_left .con_title h5{padding: 20px 0;}
    .info_con_wrap .vs_btn{width: 160px;}
    .info_con_wrap .section_wrap{padding: 80px 0;}
    .info_con_wrap .sect2 .txt_wrap{margin-top: 0;}
}
@media screen and (max-width:600px){
    .info_con_wrap .sect1_con1 li{height: 220px;}
    .info_con_wrap .sect1_img{height: 350px;}
    .info_con_wrap .sect2_img{height: 350px;}
    .info_con_wrap .vs_btn{width: 130px;}
    .info_con_wrap .section_wrap{padding: 60px 0;}
    .info_con_wrap .sect2{padding: 70px 0;}
}
@media screen and (max-width:480px){
    .info_con_wrap .sect1_con1 li{height: 200px;}
    .info_con_wrap .sect1_img{height: 200px;}
    .info_con_wrap .sect2_img{height: 250px;}
    .info_con_wrap .sect2{padding: 50px 0;}
}
